*{
	box-sizing:border-box;
}
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	overflow-x: hidden;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
		margin:0;
		padding:0;
		border:0;
		outline:0;
	}
body {
	overflow-x: hidden;
}
header, footer, article, section, hgroup, nav, figure {
		display:block;
		margin:0px;
		padding:0px;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align:middle;
	transition: all 0.5s ease-in-out 0s;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
a, button{
		text-decoration:none;
		outline:none;
		transition: all 0.5s ease-in-out 0s;
}
i.fa{
	transition: all 0.5s ease-in-out 0s;
}
p, td, input, label, form, h1, h2, h3, h4, h5, h6, a {
		padding:0px;
		margin:0px;
		border:none;
		text-decoration:none;
		font-weight:normal;
}
h1, h2, h3, h4, h5, h6{
	  font-family: 'Montserrat';
	  font-weight:600;
}
input[type="text"],input[type="button"],input[type="submit"],input[type="email"],input[type="tel"] ,textarea {
	-webkit-appearance: none;  
	-webkit-border-radius: 0;
	-webkit-appearance: none;
	transition: all 0.5s ease-in-out 0s;
	outline:none;
	resize: none;
}
input[type="submit"], input[type="button"], input[type="reset"]{
	outline:none;
	cursor:pointer;
}
.clear {
	clear: both; 
}
.vm{ 
	vertical-align: middle; 
}
.relative{ 
	position: relative; 
}
.left{
	float: left;
}
.right {
		float:right !important;
}
/*placeholder css*/
input::-webkit-input-placeholder {
		opacity:1 !important;
}

input::-moz-placeholder {
		opacity:1 !important;
}
input:-ms-input-placeholder {
		opacity:1 !important;
}
input:-moz-placeholder {
		opacity:1 !important;
}

textarea::-webkit-input-placeholder {
	opacity:1 !important;
}
textarea::-moz-placeholder {
	opacity:1 !important;
}
textarea:-ms-input-placeholder {
	opacity:1 !important;
}
textarea:-moz-placeholder {
	opacity:1 !important;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Regular.woff2') format('woff2'),
        url('../font/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Medium.woff2') format('woff2'),
        url('../font/Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-Bold.woff2') format('woff2'),
        url('../font/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../font/Montserrat-SemiBold.woff2') format('woff2'),
        url('../font/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/*ends css*/
body{
	margin:0;
	padding:0;
	font-size:16px;
	line-height:normal; 
	color:#1B1B1B; 
	font-weight:400; 
	font-family: 'Roboto';
}


/*selection color*/
::-moz-selection {
    background: #000;
    color: #ffffff;
}
::-webkit-selection {
    background: #000;
    color: #ffffff;
}
::selection {
    background: #000;
    color: #ffffff;
}
	

/*======= Common CSS =======*/
p{
	font-size:18px; 
	line-height:30px; 
}
h1{
	font-size:48px; 
	line-height:62px;	
	
}	
h2{
	font-size:44px;
	line-height:52px;
}

h3{
	font-size:40px;
	line-height:50px;
}
h4{
	font-size:26px; 
	line-height:34px;
}

h5{
	font-size:24px; 
	line-height:32px;
}

h6{
	font-size:20px; 
	line-height:30px;
}

a:hover, a:focus{
	text-decoration:none;
	color:inherit;
}
.full_width{
	width:100%; 
	float:left;
}

.read-btn{display:inline-block; position:relative; padding:16px 40px; color:#fff; background:#003893; z-index:0; text-transform:uppercase; font-size: 18px; line-height:20px; font-weight:500;}
.read-btn:after{position:absolute; left:45%; top:0; bottom:0; background:#008FEA; right:45%; opacity:0; visibility:hidden; content:''; z-index:-1; transition:all 0.5s ease-in-out;  }
.read-btn:hover:after{left:0; right:0; transition:all 0.5s ease-in-out; visibility:visible; opacity:1;}
.read-btn:hover{color:#fff;}

.icon-list{width:100%;}
.icon-list li{display:block; padding-left:28px; color:#1B1B1B; margin-bottom:15px; font-size:18px; line-height:24px; position:relative;}
.icon-list li:before{position:absolute; left:0; top:0px; width:20px; height:22px; background:url(../images/list-icon.svg) no-repeat;  background-size:100% 100%; content:''; }
.icon-list li:last-child{margin-bottom:0;}

.fixed-wrapper{max-width:1280px; width:100%; padding:0 15px; margin:0 auto;}
.top-head{display:flex; width:100%; background:#EFF2F8; padding:10px 0;}
.top-head-outer{display:flex; align-items:center; justify-content:space-between; }
.top-head-left{display:inline-block;}
.top-head-left p{display:flex; align-items:center;}
.top-head-left p i{display:inline-block; position:relative; top:-2px;}
.top-head-left p i img{width:22px;}
.top-head-left p a{display:inline-block; color:#003893; font-size:20px; line-height:24px; margin-left:10px; font-weight:600;}
.top-head-left p a:hover{color:#000;}

.top-head-right{display:inline-block;}
.top-head-right p{display:inline-block; color:#003893; font-size:20px; font-weight:600;}
.top-head-right p a{display:inline-block; color:#003893; font-size:20px; font-weight:600;}
.top-head-right p a:hover{color:#000;}

.btm-head{display:flex; width:100%; padding:20px 0; background:#fff;}
.btm-head-outer{display:flex; align-items:center; justify-content:space-between; position:relative; z-index:9;}
.logo{display:inline-block;}
.logo a{display:inline-block; width: 220px;}
.menu{display:inline-block;}
.menu ul li{display:inline-block; margin-right:30px; position:relative; }
.menu ul li:last-child{margin-right:0;}
.menu ul li a{display:flex; align-items:center; font-weight:500; font-size:18px; line-height:24px; color:#003893; text-transform:uppercase; }
.menu ul li a span{margin-left:5px; display:inline-block; font-weight:500; position:relative; top:2px;}
.menu ul li.active a, .menu ul li a:hover{color:#1B1B1B;}

.sub-menu{min-width:250px; padding:5px 0 0; position:absolute; left:0; background:#EFF2F8; top:110%; transition:all 0.5s ease-in-out; opacity:0; visibility:hidden; }
.menu ul li .sub-menu li{display:block; margin:0;}
.menu ul li .sub-menu li a{color:#003893 !important; display:block; padding:4px 15px; font-size:16px; }
.menu ul li .sub-menu li a:hover{background:#fff;}

.menu ul li:hover .sub-menu{top:100%; transition:all 0.5s ease-in-out; visibility:visible; opacity:1;}
.menu ul li:last-child .sub-menu{min-width:150px; left:auto; right:0;}

.main-banner{display:flex; width:100%; padding:120px 0; background:linear-gradient(to bottom, rgba(0, 0, 0, 0.59) 0%, rgba(0, 0, 0, 0.59) 100%), url(../images/home-banner.webp) no-repeat; background-size:cover; background-position:center; }
.main-banner h1{color:#fff; margin-bottom:20px;}
.main-banner p{font-size:22px; line-height:30px; font-weight:500; margin-bottom:40px; color:#fff;}

.customers-voice{display:flex; width:100%; padding:80px 0;  background:#fff;}
.customers-voice h1{color:#003893; text-align:center; margin-bottom:30px;}
.customers-voice-outer{display:flex; width:100%; justify-content:space-between;}
.customers-voice-box{max-width:49%; width:100%; text-align:left; }
.customers-voice-box h4{margin-bottom:15px; color:#003893;}
.customers-voice-box p{margin-bottom:40px;}
.customers-voice-box:last-child{margin-bottom:0;}
.customers-voice-box p:last-child{margin-bottom:0;}

.video-section{display:flex; width:100%; padding:80px 0;  background:#fff;}
.video-section h1{color:#003893; text-align:center; margin-bottom:30px;}
.video-section-outer{display:flex; width:100%; justify-content:space-between;}
.video-section-box{max-width:49%; width:100%; text-align:left; }
.video-section-box h4{margin-bottom:15px; color:#003893;}
.video-section-box p{margin-bottom:40px;}
.video-section-box:last-child{margin-bottom:0;}
.video-section-box p:last-child{margin-bottom:0;}

.our-videos{display:flex; width:100%; padding:80px 0px; background:#EFF2F8;}
.our-videos h2{text-align:center; color:#003893;}

.videos-outer{width:100%; margin-top:50px;}
.videos-box{margin-bottom:40px; display:flex; align-items:center; justify-content:space-between;}
.videos-box:last-child{margin-bottom:0;}
.videos-box-left{max-width:40%; width:100%;}
.videos-box-left figure{border:1px solid #1B1B1B; overflow:hidden; padding-bottom:56%; position:relative;}
.videos-box-left figure iframe{width:100%; height:100%; position:absolute; left:0; right:0; top:0; bottom:0;}

.video-box-cont{max-width:58%; width:100%; }
.video-box-cont h4{margin-bottom:15px;color:#003893;}
.video-box-cont p{ margin-bottom:15px;}
.video-box-cont p:last-child{margin-bottom:0;}

.videos-box:nth-child(2n){flex-direction:row-reverse;}

.who-we-are-sec{display:flex; width:100%; padding:80px 0; background:#fff;}
.who-we-are-sec h2{text-align:center; color:#003893;}
.who-we-are-outer{display:flex; justify-content:space-between; flex-wrap:wrap; margin-top:50px;}
.who-we-are-box{max-width:100%; width:100%; display:flex; justify-content:space-between; align-items:center; margin-bottom:50px;  }
.who-we-are-box h4{margin-bottom:15px; color:#003893;}
.who-we-are-box p{margin-bottom:30px;}
.who-we-are-box p:last-child{margin-bottom:0;}
.who-are-img{max-width:35%;}
.who-we-cont{max-width:62%;}

.who-we-are-box:last-child{margin-bottom:0;}
.who-we-are-box:nth-child(2){flex-direction:row-reverse;}

.compliance-solution{display:flex; width:100%; padding:80px 0; background:#EFF2F8;}
.compliance-solution h2{text-align:center; color:#003893;}

.data-integrity-sec{display:flex; width:100%; padding:80px 0; background:#EFF2F8;}
.data-integrity-sec h2{text-align:center; color:#003893;}
.data-integrity-outer{display:flex; width:100%; margin-top:50px; justify-content:space-between;}
.data-integrity-left{max-width:48%; color:#1B1B1B;}
.data-integrity-left h4{margin-bottom:15px; color:#003893;}
.data-integrity-left p{margin-bottom:40px;}

.list{margin-bottom:30px;}
.list li{margin-bottom:5px;  position:relative; color:#1B1B1B;}
.list li:last-child{margin-bottom:0;}
.list li p{margin-bottom:0;}
.list li p span{font-weight:bold; color:#1B1B1B;}

.data-integrity-left .icon-list li{color:#1B1B1B;}
.data-integrity-left .icon-list li:before{filter: brightness(0) invert(0);}

.data-integrity-rgt{max-width:48%; width:100%;}
.data-integrity-rgt h4{margin-bottom:15px; color:#003893;}
.data-integrity-rgt .icon-list li{color:#1B1B1B; margin-bottom:20px; line-height:26px;}
.data-integrity-rgt .icon-list li:last-child{margin-bottom:0;}
.data-integrity-rgt .icon-list li:before{filter: brightness(0) invert(0); top:5px;}

.guidance-btn{width:100%; text-align:center; margin-top:40px;}
/* .guidance-btn .read-btn{background:#EFF2F8; color:#003893; border-radius:0px; font-weight:600;}
.guidance-btn .read-btn:hover{color:#fff; }
.guidance-btn .read-btn:after{background:#003893;}
 */

/*.compliance-sec{position:relative; padding:80px 0; background:url(../images/compliance-banner1.jpg) no-repeat; background-size:cover; background-position:cover; z-index:0;}*/
.compliance-sec{display:flex; width:100%; padding:80px 0; background:#fff;}
/*.compliance-sec:after{position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.8); content:''; z-index:-1; }*/
.compliance-sec h2{text-align:center; color:#003893;}
.compliance-outer{margin-top:30px;}
.comliance-tab{text-align:center;}

.comliance-tab{display:flex; align-items:center; justify-content:center;}
.comliance-tab button{padding:12px 30px; background:#008FEA; cursor:pointer; font-size:18px; border:none; box-shadow:none; color:#fff; margin-right:20px;}
.comliance-tab button:last-child{margin-right:0;}
.comliance-tab button:hover{background:#003893;}
.com-tab-box-outer{display:flex; margin-top:50px; gap:20px; justify-content:center;}
.com-tab-cont-box{max-width:calc(100% / 4 - 15px); width:100%; background:#fff; float:left; border-radius:10px 10px 0 0;}
.com-tab-cont-box figure{border-radius:10px 10px 0 0; overflow:hidden;}
.com-tab-cont{padding:15px 10px; text-align:center; }
.com-tab-cont p{margin-bottom:20px; display:none;}
.com-tab-cont h6{margin-bottom:20px; min-height:90px;}


.our-clients{padding:80px 0; display:flex; }
.our-clients h2{text-align:center; color:#003893;}
.our-clients-outer{margin-top:50px;}
.our-clients-outer .img-box{box-shadow:0 0 20px rgba(0,0,0,0.20); border-radius:8px; overflow:hidden; margin:20px;}

.our-product-sec{display:flex; padding:80px 0; background:#fff;}
.our-product-sec h2{text-align:center; color:#003893;}
.our-prod-outer{display:flex; align-items:center; justify-content:space-evenly; margin-top:50px;}
.hm-prod-box{border-radius:10px 10px 0 0; box-shadow:0px 0px 15px rgba(0,0,0,0.2); max-width:35%; width:100%; }
.hm-prod-box figure{border-radius:10px 10px 0 0;background: linear-gradient(180deg, rgba(174,219,248,1) 0%, rgba(223,239,252,1) 100%); overflow:hidden;}
.hm-prod-box figure img{width:100%; }
.our-product-box{padding:20px 20px; }
.our-product-box h3{color:#003893; margin-bottom:20px; }
.our-product-box .icon-list{margin-bottom:30px; min-height:126px; }


.our-vision-sec{padding:80px 0; background:#EFF2F8;}
.our-vision-outer{display:flex; justify-content:space-between; }
.our-vision-box{max-width:32%; width:100%; }
.our-vision-box h3{margin-bottom:20px; color:#003893; font-size:30px; line-height:36px;}




footer{padding:60px 0 40px; background:#EFF2F8; }
.footer-outer{display:flex; justify-content:space-between;}
.fixed-col{width:100%; padding-right:30px; }
.f-about{max-width:500px; }

.f-logo figure{margin-bottom:20px; max-width:290px;}
.f-logo p{color:#1B1B1B; }

.fixed-col h6{margin-bottom:20px; color:#003893;}

.quick-links{max-width:200px;}
.foot-list li{padding-left:24px; color:#1B1B1B; display:block; margin-bottom:20px; position:relative; padding-left:30px;}
.foot-list li:before{position: absolute; left: 0;  top: 0px;  width: 20px;  height: 22px;  background: url(../images/list-icon.svg) no-repeat;  filter: brightness(0) invert(0);  background-size: auto; background-size: 100% 100%;  content: ''; }
.foot-list li:last-child{margin-bottom:0;}
.foot-list li a{color:#1B1B1B; font-size:18px; }

.foot-list li a:hover{color:#003893;}

.f-resource{max-width:280px;}
.f-contact{max-width:250px;}
.fixed-col .foot-list li:before{display:none;}
.fixed-col .foot-list li{padding-left:0;}


.contact-list li{display:block; margin-bottom:20px;}
.contact-list li p, .contact-list li a{color:#1B1B1B; font-size:18px; line-height:22px; }
.contact-list li:last-child{margin-bottom:0;}
.contact-list li p{position:relative; padding-left:30px;}
.contact-list li p i{position:absolute; left:0; top:0px; width:22px; filter: brightness(0); text-align:center;}
.contact-list li a:hover{color:#003893;}

.foot-btm{display:flex; width:100%; background:#003893; padding:15px 0;}
.foot-btm-outer{display:flex; width:100%; justify-content:space-between; align-items:center;}
.foot-btm-left{display:inline-block;}
.foot-btm-left p{color:#fff;}

.foot-btm-left p a{color:#fff;}
.foot-btm-left p a:hover{color:#1B1B1B;}
.foot-btm-rgt{display:inline-block;}
.social{display:inline-block;}
.social li{display:inline-block; margin-right:10px;}
.social li:last-child{margin-right:0;}
.social li a{width:40px; height:40px; border-radius:50%; background:#008FEA;  display:flex; align-items: center; justify-content:center;}
.social li a img{width:24px;}
.social li a:hover{background:#1B1B1B;}


#toTop {padding: 10px;	text-align: center; background: #0AA8F3;	position: fixed;	bottom: 10px;	right: 10px;	cursor: pointer;	display: none;	z-index: 99;	transition: 0.6s;	border-radius:8px;	border:1px solid #fff;}
#toTop:hover {background-color: #003893;}
#toTop:hover img {filter: none;}
.fix-info {
    position: fixed !important;
    bottom: 16%;
    right: 0;
    z-index: 1000 !important;
    width: 200px;
    height: auto;
    overflow: hidden;
}

.fix-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fix-info ul li {
    display: block;
    margin-bottom: 10px;
}

.fix-info ul li:last-child {
    margin-bottom: 0;
}

.fix-info::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.fix-info ul li a {
    padding: 7px 95px;
    height: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    background: #0AA8F3;
    color: #fff;
    font-size: 20px;
    padding-left: 58px;
    transform: translatex(150px);
    transition: all 0.5s ease-in-out;
    border-radius: 50px 0 0 50px;
    text-decoration: none;
}

/* Accordion behavior - only hovered item opens */
.fix-info ul li a {
    transform: translatex(150px);
}

.fix-info ul li a:hover {
    transform: translatex(0px) !important;
    color: #fff;
    background: #000;
}

/* Ensure all non-hovered items are closed */
.fix-info ul li:not(:hover) a {
    transform: translatex(150px) !important;
}

.fix-info ul li a i {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: 0.5s ease-in-out;
}

.fix-info ul li a i img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.fix-info ul li a:hover i {
    filter: brightness(0) invert(1);
}

/* Footer social images styling */
.foot-btm-rgt .social li a img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.foot-btm-rgt .social li a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

/*inner pages*/
.inner-banner{position:relative; width:100%; padding:100px 0; background:url(../images/inner-banner.webp) no-repeat; background-size: cover; background-position:center;   position:relative; }
.inner-banner:after{position:absolute; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.6); content:''; z-index:-1;}
.inner-banner h1{color:#fff; text-transform:capitalize;}
.team-exports-sec{width:100%; padding:80px 0; background:#fff; }
.team-exports-sec h2{text-align:center; color: #003893;}
.team-exp-outer{width:100%; margin-top:50px; display:flex; justify-content:space-between; align-items:center;}
.team-exp-left{max-width:35%; width:100%;}
.team-exp-left figure{width:100%; box-shadow:0 0 3px 1px rgba(0,0,0,0.1); border-radius:10px;}
.team-exp-left figure img{width:100%; border-radius:10px;}
.team-exp-rgt{max-width:62%; width:100%;}
.team-exp-rgt h4{margin-bottom:20px; color:#003893;}
.team-exp-rgt p{margin-bottom:15px}
.team-exp-rgt p:last-child{margin-bottom:0;}

.meet-our-team-sec{display:flex; width:100%; padding:80px 0; background:#EFF2F8;}
.meet-our-team-sec h2{text-align:center; color: #003893;}
.meet-our-team-outer{margin-top:20px; margin-bottom:60px; }
.meet-our-team-outer:last-child{margin-bottom:0;}
.meet-our-team-outer h4{margin-bottom:20px; color:#003893;}
.meet-our-team-outer p{margin-bottom:15px; }
.meet-our-team-outer figure{max-width:200px; width:100%; float:left; margin-right:30px; margin-bottom:10px; border:2px solid #003893; border-radius:15px; overflow:hidden;}
.meet-our-team-outer p:last-child{margin-bottom:0;}

.our-patners-sec h2{text-align: center; color: #003893;}

.our-patners-sec{width:100%; padding:80px 0; background:#fff; }
.patners-outer{display:flex; justify-content:space-between; }
.patners-left{max-width:48.5%; width:100%;}
.patners-left h2{color:#003893;}
.patners-left-inner{display:flex; justify-content:space-between; margin-top:30px; flex-wrap:wrap;}
.patners-left-box{ display:flex; align-items:center; justify-content:space-between; max-width:100%; width:100%; box-shadow:0 0 3px 1px rgba(0,0,0,0.1);  height:100%; border-radius: 10px; margin-bottom:30px;}
.patners-left-box:last-child{margin-bottom:0;}
.patners-left-box figure{width:48%; border-radius: 10px 0px 0 10px;   background: linear-gradient(180deg, rgba(174,219,248,1) 0%, rgba(223,239,252,1) 100%);   overflow: hidden; min-height:200px; display:flex; align-items:center;}
.patners-left-box figure img{width:100%;}
.patners-left-box-cont{padding:0; max-width:48%;  width:100%; padding-right:15px;}
.patners-left-box-cont h6{margin-bottom:10px; color:#003893;}
.patners-left-box-cont p{margin-bottom:10px; }
.patners-left-box-cont p:last-child{margin-bottom:0;}
.patners-left-box-cont p span{display:block; margin-top:5px;font-weight:bold;}

.prodcut-banner-img1{background:url(../images/prodcut-banner-img1.jpg) no-repeat; background-size: cover; background-position:center; }
.trends-banner-img1{background:url(../images/trends-banner.jpg) no-repeat; background-size: cover; background-position:center; }
.career-banner-img1{background:url(../images/career-banner.jpg) no-repeat; background-size: cover; background-position:center; }
.contact-banner-img1{background:url(../images/contact-banner.jpg) no-repeat; background-size: cover; background-position:center; }
.inner-cont-sec{padding:80px 0; background:#fff; }
.inner-cont-outer{display:flex; justify-content:space-between; }
.inner-cont-left{max-width:870px; width:100%; }

.inner-cont-left h2{margin-bottom:30px; color:#003893; }
.inner-cont-left figure{margin-bottom:20px; padding:0px; border:1px solid rgba(0,0,0,0.03); border-radius:5px; display:inline-block;}
.inner-cont-left h4{margin-bottom:15px; color:#003893; }
.inner-cont-left p{margin-bottom:30px;}
.inner-cont-left p:last-child{margin-bottom:0;}
.inner-cont-left p span{font-weight:500;}

.inner-cont-rgt{max-width:350px; width:100%; }
.inner-cont-rgt-list{padding:30px 20px; border-radius:10px; background:#EFF2F8; }
.product-lists{display:block; width:100%;}
.product-lists li{margin-bottom:20px;}
.product-lists li:last-child{margin-bottom:0;}
.product-lists li a{display:inline-block; padding:13px 15px; background:#003893; color:#fff; display:block; text-align:center; border-radius:50px; font-weight:600;}
.product-lists li a:hover{background:#fff; color:#003893;}

.inner-cont-left a{color:#003893; margin-bottom:15px; display:block; padding-left:15px; font-weight:500;}
.inner-cont-left a:last-child{margin-bottom:0;}
.inner-cont-left a:hover{color:#1B1B1B;}


.inner-serv-list{background: #EFF2F8; padding: 30px 20px; border-radius: 10px; margin-top:30px;}
.inner-serv-list h6{color:#003893; margin-bottom:20px;}

.inner-values{margin-top:30px; padding:30px 20px; border-radius:10px; background:#EFF2F8;}
.inner-values h5{margin-bottom:15px; color:#003893;}
.inner-cont-left .icon-list{margin-bottom:30px; }
.inner-cont-left .icon-list:last-child{margin-bottom:0;}

.pdf-down{display:flex !important; padding:20px; border:2px solid #003893; border-radius:10px; background:#EFF2F8; max-width:350px; align-items:center;} 
.pdf-down i{margin-right:15px;}
.pdf-down span{font-size:18px; line-height:24px; color:#003893; font-weight:600;}
.pdf-down span em{display:block; margin-bottom:5px; font-style:normal; color:#1B1B1B	;}
.pdf-down:hover{background:#fff;}


.inner-cont-left h6{ color:#1B1B1B; margin-bottom:5px; }
.inner-video{width:100%; height:350px; margin-bottom:20px;}
.full-width{max-width:100% !important;}
.full-width h2{text-align:center;}

.global-box{display:flex; justify-content:space-between; align-items:center; gap:30px; margin-bottom:50px;}
.global-box:last-child{margin-bottom:0;}
.globle-left{max-width:45%; width:100%;}
.globle-rgt{max-width:52%; width:100%;}
.globle-left figure{width:100%; margin-bottom:0;}
.globle-left figure img{width:100%;}
.globle-rgt h4{text-align:left; margin-bottom:20px;  color:#1B1B1B;}

.global-box:nth-child(odd){flex-direction:row-reverse;}

.globle-rgt .icon-list li:last-child{margin-bottom:0;}
.globle-rgt .icon-list li a{color:#003893;}
.globle-rgt .icon-list li a:hover{color:#1B1B1B;}

.box-pdfs{display:flex; max-width:800px; width:100%; margin:0 auto; justify-content:space-between; flex-wrap:wrap;}
.box-pdfs .pdf-down{margin-bottom:0; margin-bottom:30px !important; max-width:48%; width:100%;}
.box-pdfs .pdf-down i{flex:0 0 auto;}

.globle-outer .global-box{flex-wrap:wrap; gap:20px;}
.globle-outer .globle-left{max-width:100%;}
.globle-rgt{max-width:100%; width:100%;}


.extra-sec{margin-bottom:50px;}
.extra-sec .global-box{flex-direction: initial;}
.extra-sec .globle-rgt h6{margin-bottom:5px;}
.extra-sec h2{text-align:center; margin-bottom:30px; color:#003893;}

.extra-sec .globle-left{max-width:45%; width:100%;}
.extra-sec .globle-rgt{max-width:52%; width:100%;}

.bg-grey{background:#EFF2F8;}
.bg-white{background:#fff;}
.product-pg{display:flex; justify-content:space-between;}
.product-pg .inner-cont-left{max-width:35%;	 width:100%;}
.product-pg .inner-cont-left figure{width:100%; border:none; margin-bottom:0; border-radius: 10px; background: linear-gradient(180deg, rgba(174,219,248,1) 0%, rgba(223,239,252,1) 100%);   overflow: hidden;}
.product-pg .inner-cont-left img{width:100%;}
.product-pg .inner-rigt{max-width:60%; width:100%; }
.prodcut-sec h2{text-align:center; margin-bottom:30px; color:#003893;}

.product-pg .inner-rigt h4{font-size:22px; line-height:30px; color:#003893; margin-bottom:0px;}
.product-pg .inner-rigt p{margin-bottom:20px;}

.product-2 .inner-rigt h4{margin-bottom:13px;}
.product-2 .inner-rigt .icon-list{margin-bottom:20px;}

/*tred*/
.tred-box .inner-cont-left figure{background:transparent; box-shadow:0px 0px 3px  rgba(0,0,0,0.1);}
.tred-box .product-pg{align-items:center;}
.tred-box .inner-rigt h4{margin-bottom:15px;}
.tred-box .inner-rigt p {margin-bottom:10px;}
.tred-box .inner-rigt p span{font-weight:bold;}
.tred-box .inner-rigt p em{display:block; padding-left:15px; font-style:normal;}
.tred-box h2{text-align:center; margin-bottom:30px; color:#003893;}
.tred-box .inner-rigt a{color: #003893; margin-bottom: 15px;  display: block;  padding-left: 0px;  font-weight: 500;}
.tred-box .inner-rigt a:hover{color:#1B1B1B;}
.tred-box .inner-rigt a:last-child{margin-bottom:0;}

.trends-inner-box{margin-bottom:50px;}
.trends-inner-box:last-child{margin-bottom:0;}
.trends-inner-box:nth-child(2n+1){flex-direction: row-reverse;}

.contact-pg{flex-wrap:wrap;}
.contact-pg .inner-cont-left h2{text-align:center; margin-bottom:10px;}
.contact-pg .inner-cont-left p{text-align:center; }

.txt-row{float:left; width:100%; margin-bottom:10px;}
.contact-main-outer label{font-size: 18px; color: #003893; margin-bottom: 5px; text-align: left; font-weight:500;}
.contact-main-outer textarea,.contact-main-outer input{font-size: 16px; width: 100%; padding: 8px 10px; color: #1B1B1B; border: 1px solid #003893; border-radius: 1px; background-color: #EFF2F8;   font-weight:500; border-radius:5px;}
.width-50 .txt-fld{width:49%; float:left;}
.width-50 .txt-fld:last-child{float:right;}
.contact-main-outer{max-width:950px; width:100%; margin:0 auto; margin-top:30px;}
.contact-main-outer textarea{height:100px;}
.txt-row:last-child{margin-bottom:0;}
.contact-main-outer button{ border:none; box-shadow:none; margin-top:20px;  float:right; cursor:pointer;}

.text-danger{color:#f00;}

#cookieConsent{background-color:#003893;min-height:26px;font-size:14px;color:#fff;line-height:26px;padding:8px 0 8px 30px;font-family: 'Open Sans', sans-serif; position:fixed;bottom:0;left:0;right:0;z-index:9999999999; border-top:1px solid rgba(255,255,255,0.3);  display:none;}
#cookieConsent a{color:#fff;text-decoration:none; }
#cookieConsent a:hover{color:#9d0001;}
#closeCookieConsent{float:right;display:inline-block;cursor:pointer;height:30px;width:30px;font-weight:bold;position:absolute;top:-15px;right:0;text-align:center;background:#000;color:#fff;border-radius:50%;font-size:18px;font-weight:600; background:#1B1B1B; border:1px solid rgba(255,255,255,0.6);}
#closeCookieConsent:hover{color:#fff; background:#003893;}
#cookieConsent a.cookieConsentOK{background-color:#fff;color:#3a3a3b;display:inline-block;border-radius:5px;padding:0 20px;cursor:pointer;float:right;margin:0 60px 0 10px;}
#cookieConsent a.cookieConsentOK:hover{background-color:#000; color:#fff;}


.careers-sec{padding:80px 0; background:#fff; display:flex; width:100%; }
.careers-outer{display:flex; justify-content:space-between; align-items:center; }
.careers-left{max-width:48%;}
.careers-left figure{border-radius:10px; overflow:hidden;}
.careers-left figure img{width:100%;}

.careers-right{max-width:48%; width:100%;}
.careers-right h4{color:#003893; margin-bottom:15px;}
.careers-right p{margin-bottom:15px;}
.careers-right ul{margin-bottom:0px;}


