.www{
position: fixed;
z-index: 9999;
background-color: #fff;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
align-items: center;
justify-content: center;	
opacity: 1;
transition: opacity 0.8s ease;
}
.www.fade-out {
opacity: 0;
pointer-events: none;
}
.img-load {
width: 200px;
}
.www .w-data{}
.www .w-data img:first-child{
width: 230px;	
}
.www .w-data img:last-child{
width: 60px;
display: table;
margin: 0px auto;	
}
@font-face {
font-family: himatrix-sans;
src: url(../fonts/400.woff);
font-weight:400;
}
@font-face {
font-family: himatrix-sans;
src: url(../fonts/500.woff);
font-weight:500;
}
html, body {
margin: 0;
padding: 0;
}
body{
overflow-x: hidden;
position: relative;
font-family: himatrix-sans;
font-weight: 400;
margin-top: 91px;
color:#303952;
}
section{
position: relative;
width: 100%;
}
section .balence{
width:100%;
}
*{
box-sizing: border-box;
}
a, a *{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration:none;
color:#303952;
}
a:hover{
text-decoration:none;
}
button:focus, textarea:focus, input:focus{
outline:none;
box-shadow:none;
border:solid 1px #0cadec;
}
img{
width:100%;
display:block;
}
input, button{
outline:none;
}
p{
margin: 0;
font-size: 15.5px;
line-height: 24px;
color:#303952;
}
b{
font-weight:500;
}
p.big{
line-height: 24px;
font-size: 17px;
}
h1,h2,h3,h4,h5,h6{
margin:0;
font-weight:normal;
font-weight:500;
color: #000037;
}
h1,h2,h3{
letter-spacing:-0.5px;
}
h1{
}
.trans{
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.abs{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
.rel{
position:relative;	
}
.bg-cmn{
background-repeat: no-repeat;
background-size: cover;
background-position: center;	
}
.after:after, .before:before{
content:'';
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:1;	
}
header{
position: fixed;
left: 0;
top: 0;
z-index: 99;
width: 100%;
padding: 25px 0px;
background-color:#fff;
}
header.scrolled{
padding: 15px 0px;
background-color:#fff;
box-shadow: rgb(235 241 245) 0px 0px 0px 1px;
}
header.scrolled .navbar .dropdown .menubar{
top: 71px;	
}
.enter header{
background-color:#fff;
box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}
.enter header.scrolled{
}
header .container{
justify-content: space-between;
align-items: center;
}
.container{
margin: 0px auto;
width: 84%;
max-width: 1270px;
}
.container.fluid{
width: 94%;
max-width: 94%;
}
.flex{
display:flex;
}
.logo{	
}
.brand{
align-items:center;
}
.brand i{
font-style: normal;
margin: 0px 20px;
color: #ccc;
}
.brand img{
width:200px;
}
.brand span{
color:#67809f;
font-size: 17px;
position: relative;
top: 2px;
}
.navbar{}
.navbar a, .navbar .dropdown{
color: #000023;
font-size: 15px;
margin: 0px 20px;
padding: 10px 0px;
font-weight: 500;
}
.navbar .dropdown{
display: inline;
cursor: pointer;
padding: 38px 20px;
margin: 0px 0px;
}
.dropdown .focus, .loca .adrs .focus{
width: 16px;
height: 16px;
background-color: #fff;
left: 49%;
top: inherit;
bottom: 0%;
border-left: solid 2px #2a35902b;
border-top: solid 2px #2a35902b;
transform: rotate(45deg);
z-index: 1;
margin-bottom: -4px;
display:none;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.dropdown:hover .focus{
display:block;
}
header.scrolled .navbar .dropdown{
padding: 28px 20px;	
}
.navbar a:last-child{
margin-right:0;
}
.navbar a:hover, .navbar .dropdown:hover{
color:#0cadec;
}
.menubar{
width: calc(100% - 230px);
background-color: #ffffff;
height: auto;
left: 50%;
transform: translateX(-50%);
box-shadow: 0 40px 81px -16px rgb(50 50 93 / 25%), 0 24px 48px -24px rgb(0 0 0 / 30%);
border: solid 1px #2a35902b;
border-radius: 10px;
display: none;
position: fixed;
justify-content: space-between;
max-width: 1270px;
top: 91px;
}
.menubar.active{
display:flex;
}
.menubar .pro{
width: 20%;
padding: 50px 26px 30px 26px;
}
.menubar .pro img{
width:35px;
margin-bottom:20px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.menubar .pro:hover img{
transform: scale(1.3);
}
.menubar .pro a.cat{
font-weight: 500;
color: #0cadec;
font-size: 17px;
margin-bottom: 15px;
}
.menubar .pro a.cat:hover{
color: #2a3590;	
}
.menubar .pro a{
display: block;
font-weight: 400;
padding: 10px 0px;
margin: 0px;
font-size: 14px;
position: relative;
}
.menubar .pro a:hover{
color: #0cadec;
}
.btn{
border-radius: 30px;
padding: 10px 40px 12px 20px;
display: inline-block;
font-size: 15px;
font-weight: 500;
cursor: pointer;
}
.btn.sml{
padding: 8px 35px 8px 15px;	
}
.btn span{
right: 10px;
left: inherit;
top: 50%;
transform: translateY(-50%);
width: auto;
height: auto;
width:22px;	
overflow:hidden;
}
.btn span img{
width:22px;	
margin-left: -3px;	
}
.btn:hover span img{
margin-left: 2px;	
}
.btn.black{
background-color: #000037;
color: #eff1f9;
}
.btn.black:hover{
background-color: #000023;
}
.btn.transp{
color: #000037;
background-color: #fff;
border:solid 1px #00003726;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.btn.transp.white{
border:solid 1px #fff;
background:transparent;
color:#fff;
}
.slider{
height: calc(100vh - 92px);
overflow: hidden;
position: relative;
background-color:#fff;
}
.slider .data{
text-align: center;
padding-top: 4%;
z-index: 11;
}
.slider .data h2{
color: #000023;
font-size: 20px;
background: radial-gradient(circle at 100%, #0cadec, #2a3590 50%, #0cadec 75%, #2a3590 75%);
background-size: 200% auto;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: animatedTextGradient 5s linear infinite;
background-size: 200% auto;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: animatedTextGradient 5s linear infinite;
letter-spacing:0;
}
@keyframes animatedTextGradient {
to {
background-position: 200% center;
}
}
.slider .data h1{
font-size: 50px;
margin-top: 10px;
}
.slider .data .btn{
margin-top: 30px;
}
/* ==============================
DOTS
============================== */
.slider .rounds{
margin: 25px auto 0;
width: fit-content;
}
.slider .rounds .item{
width: 20px;
height: 20px;
cursor: pointer;
opacity: 0.3;
display: flex;
justify-content: center;
align-items: center;
}
.slider .rounds .item.active{
opacity: 1;
}
.slider .rounds .item span{
width: 8px;
height: 8px;
display: inline-block;
background-color: #0cadec;
border-radius: 50%;
}
/* ==============================
SLIDES
============================== */
.slide{
position: absolute;
inset: 0;
width: 100%;
height: 100%;
opacity: 0;
pointer-events: none;
transition: opacity 1s ease;
z-index: 0;
margin-top: 4%;
}
.slide.active{
opacity: 1;
pointer-events: auto;
z-index: 5;
display: flex;
}
.slide .column{
width: 14.2857142857%;
}
.slide .column.pad-9{ padding-top: 9%; }
.slide .column.pad-17{ padding-top: 17%; }
.slide .column.pad-25{ padding-top: 25%; }
/* ==============================
THUMB IMAGES
============================== */
.slide .thumb{
display: block;
padding: 7px;
border-radius: 5px;
overflow: hidden;
opacity: 0;
transform: translateY(30px);
will-change: opacity, transform;
}
.slide .thumb img{
border-radius:10px;
}
@keyframes thumbFadeUp {
from{
opacity: 0;
transform: translateY(30px);
}
to{
opacity: 1;
transform: translateY(0);
}
}
/* ==============================
DYNAMIC TEXT WRAPPER
============================== */
.dynamic{
display: none;
}
.dynamic.active{
display: block;
}
/* ==============================
H1 ANIMATION (NO JERK)
============================== */
.dynamic h1{
opacity: 0;
will-change: opacity, transform;
}
/* Fade UP (on entry) */
@keyframes h1FadeUp{
from{
opacity: 0;
transform: translateY(20px);
}
to{
opacity: 1;
transform: translateY(0);
}
}
/* Fade OUT (90% life) */
@keyframes h1FadeOut{
from{
opacity: 1;
transform: translateY(0);
}
to{
opacity: 0;
transform: translateY(-10px);
}
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
width: 40px;
height: 40px;
margin: 0;
border-radius: 50px;
background-repeat: no-repeat !important;
background-size: 70% !important;
background-position: center !important;
font-size: 0;
background-color:#fff;
transition: none !important;
}
.owl-carousel .owl-nav button.owl-next{
background-image: url(../img/right-arrow-blue.svg);
}
.owl-carousel .owl-nav button.owl-next:hover{
background-image: url(../img/right-arrow-blue.svg);
background-color:#2a3590!important;
}
.owl-carousel .owl-nav button.owl-prev{
background-image: url(../img/arrow-left-blue.svg);
}
.owl-carousel .owl-nav button.owl-prev:hover{
background-image: url(../img/arrow-left-blue.svg);
background-color:#2a3590!important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
background: transparent;
}
.col-20{width:20%;}
.col-30{width:30%;}
.col-40{width:40%;}
.col-50{width:50%;}
.col-60{width:60%;}
.col-65{width:65%;}
.col-70{width:70%;}
.col-80{width:80%;}
.devider{
background: linear-gradient(to right, rgba(41, 52, 144, 1) 0%, rgba(1, 173, 246, 1) 100%);
height: 2px;
width:50px;
margin: 40px 0px;
}
.title{
font-size: 40px;
color: #2a3590;
font-weight: 500;
line-height: 50px;
background: #2A3590;
background: linear-gradient(to right, #2A3590 30%, #0CADEC 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.title.white{
color:#fff;
}
.title.center{
text-align:center;
}
.title.small{
font-size: 40px;	
}
.title.extrasmall{
font-size: 30px;
line-height: 35px;
}
.subtitle img{
width: 30px;
display: inline-block;
margin-left: 5px;
position: relative;
top: 1px;
}
.home_abt{
padding: 90px 0px 80px 0px;
background-color: #ebf1f5;
}
.home_abt.two{
background-size: cover;
}
.home_abt .container{
justify-content:space-between;
}
.home_abt p.subtitle{
padding: 30px 0px 40px 0px;
}
.home_abt .item{
background-color:#fff;
border-radius:10px;
align-items: center;
overflow:hidden;
}
.home_abt .item .art{
padding:40px 40px;
}
.home_abt .item .art img{
width: auto;
max-height: 350px;
margin: 0px auto;	
opacity:0;
-webkit-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
filter: blur(10px);
max-width:100%;
}
.home_abt .item .data{
padding:40px;
padding-left:0;
}
.home_abt .owl-carousel .owl-nav button.owl-prev, .home_abt .owl-carousel .owl-nav button.owl-next{
position: absolute;
left: -50px;
top: 43%;
border-radius: 50px;
transform: scale(0.7);
}
.home_abt .owl-carousel .owl-nav button.owl-next{
left: inherit;
right: -50px;	
}
.home_abt .owl-carousel .owl-stage-outer{
border-radius:10px;
background-color:#fff;
}
.home_abt .owl-carousel .owl-item.active .item .art img{
opacity:1;
filter: blur(0px);
}
.text-center{
text-align:center;
}
.margin-auto{
margin:0px auto;
}
.home_why{
background-color: #0cadec;
overflow:hidden;
padding: 100px 0px 100px 0px;
}
.home_why .container{
z-index:2;
justify-content:space-between;
align-items: center;
}
.home_why .title{
color:#fff;
margin-bottom: 50px;
-webkit-text-fill-color: #ffffff;
}
.home_why .title span img{
width:65%;	
margin-top:15px;
}
.home_why video{
width: auto;
height: 100%;
filter: brightness(80%);
}
.home_why .clip{
width: auto;
filter: blur(3px);
}
.home_why .clip .gred{
width: 50%;
left: calc(100% - 50%);
z-index: 1;
right: 0;
background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(16,156,219,1) 80%,rgba(12,173,236,1) 100%);
}
.home_why:after{
background: linear-gradient(to right,  rgba(42,53,144,1) 0%,rgba(27,113,190,0) 50%,rgba(12,173,236,0) 100%); 
}
.home_why .box{
background-color: #fff;
padding: 30px;
border-radius: 10px;
min-height: 243px;
border-right: solid 8px #2a3590;
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.home_why .box .devider{
margin:20px 0px;
}
.home_why .box.box1{
margin-right:20px;
top: 25%;
position:relative;
}
.home_why .box.box2{
margin-bottom:20px;
}
.home_why .box h6{
font-size: 23px;
color: #000037;
}
.home_solutions{
padding: 60px 0px 80px 0px;
background-color: #ebf1f5;
}
.home_solutions.two{
background-color: #fff;	
padding: 70px 0px 70px 0px;
background-image:none;
}
.home_solutions.two .title{
margin-bottom:0px;
}
.home_solutions .container.flex{
margin-top: 40px;
justify-content: space-between;
gap: 5px;
}
.home_solutions h1.title, .home_solutions h6.subtitle{
text-align:center;
}
h6.subtitle{
font-size: 17px;
padding-top: 10px;
font-weight: 400;
color:#303952;
}
h6.subtitle.white{
color:#fff;
}
.subtitle.center{
text-align:center;
}
.home_solutions .item{
width:20%;
text-align: center;
padding: 10px 16px 20px 16px;
border-radius: 10px;
position:relative;
background-color:#fff;
}
.home_solutions.two .container{
gap:20px;
}
.home_solutions.two .item{
width: 23%;
border: solid 1px #dee4e8;
}
.home_solutions .item .icon{
width: auto;
height: 46px;
margin: 0px auto;
margin-top: 40px;
margin-bottom: 40px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;	
}
.home_solutions .item:hover .icon{
transform:scale(1.3);
}
.home_solutions .item h5{
margin-bottom: 30px;
font-size: 19px;
color: #2a3590;
}
.home_solutions .item p{
min-height: 144px;
font-size: 14px;
}
.home_solutions .item .btn{
margin-top:40px;
margin-bottom:20px;	
}
.home_focus{
text-align: center;
padding: 80px 0px 70px 0px;
background-color:#fff;
}
.innovation{
}
.innovation img{
width:100%;
}
.home_beyond{
text-align: center;
padding: 70px 0px 100px 0px;
background-color: #ebf1f5;
}
.home_beyond .item{
background-color: #fff;
border-radius: 10px;
padding: 30px 25px;
min-height:360px;
}
.home_beyond .item img{
width: auto;
height: 60px;
margin: 30px auto 50px auto;
}
.home_beyond .item h3{
margin: 20px 0px;
font-size: 18px;
}
.home_beyond .item p{}
.home_beyond .owl-cover{
margin-top:50px;
}
.home_beyond .owl-carousel-2 .owl-stage-outer{
overflow: visible;
}
.home_beyond .owl-carousel-2 .owl-stage{
padding-right: 0 !important;
}
.home_beyond .owl-nav{
position: absolute;
right: 0;
top: -80px;	
}
.home_beyond .owl-carousel .owl-nav button.owl-next, .home_beyond .owl-carousel .owl-nav button.owl-prev{
border-radius: 100px;
transform: scale(0.8);
}
.home_beyond2{
background: linear-gradient(90deg, #2A3590, #000115);	
margin-top: 70px;
padding-bottom: 80px;
}
.home_beyond2 .title, .accreditations .title{
-webkit-text-fill-color: #fff;
background: transparent;
}
.home_beyond2 .container.flex{
flex-wrap:wrap;
justify-content:space-between;
gap:20px;
margin-top:50px;
}
.home_beyond2 .container.flex .item{
width: 32%;
min-height: auto;
padding-top: 10px;	
}
.home_beyond2 .container.flex .item img {
margin: 30px auto 30px auto;
}
.goals{
background-color: #000037;
overflow:hidden;
min-height:auto; 
background-image: url(../img/2.webp);
padding: 100px 0px;
}
.goals svg{
top: 50%;
transform: translateY(-50%);
opacity: 0.7;	
}
.goals .goalin{
z-index:1;
}
.counter{
justify-content:space-between;
}
.counter .item{
color: #fff;
text-align: center;
min-width: 172px;
}
.counter .item span{
font-size: 30px;
font-weight: 500;	
}
.counter .item span.number{
font-size: 50px;
min-width: 162px;
font-weight: 700;
font-family: "Segoe UI", Arial, sans-serif;
}
.counter .item b{
display: block;
font-weight: 400;
font-size: 17px;
padding-top: 10px;
width:auto;
}
.counter .item .icon{
display: table;
margin: 0px auto;
margin-bottom: 30px;
}
.counter .item .icon img{
width:50px;
}
.path {
stroke-dasharray: 30;
animation: dash 20s linear infinite;
}
@keyframes dash {
to {
stroke-dashoffset: -1000;
}
}
.home_brands{
padding: 70px 0px 20px 0px;	
background-color: #fff;
position:relative;
z-index:3;
}
.home_brands.two{
background-color: #ebf1f5;
background-size: cover;
}
.home_brands .title, .home_focus .title{
font-size: 18px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 2px;
}
.home_brands .marquee {
overflow: hidden;
width: 100%;
position: relative;
margin: 70px 0px;
}
.home_brands .items {
display: flex;
gap: 40px;
width: max-content;
animation: scroll-left 30s linear infinite;
}
.home_brands .marquee.reverse .items {
animation: scroll-right 30s linear infinite;
}
.home_brands .item img {
max-height: 75px;
width: auto;
display: block;
margin: 0px 0px;
border-radius: 5px;
}
@keyframes scroll-left {
from { transform: translateX(0); }
to   { transform: translateX(-50%); }
}
@keyframes scroll-right {
from { transform: translateX(-50%); }
to   { transform: translateX(0); }
}
.home_news{
padding: 60px 0px 80px 0px;
background-color: #ebf1f5;
}
.home_news .container:first-child{
margin-bottom:50px;
}
.home_news .item{
background-color: #ffffff;
display: block;
overflow: hidden;
border-radius: 10px;
}
.home_news .item:hover{
}
.home_news .item .thumb{
height: 250px;	
}
.home_news .item:hover .thumb{
transform:scale(1.05);
}
.home_news .item .thumb .date{
top: inherit;
bottom: 0;
width: auto;
height: auto;
background-color: #0cadec;
color: #fff;
padding: 8px 15px;
font-size: 13px;
font-weight: 500;	
}
.home_news .item .data{
padding:30px;
padding-bottom:40px;
}
.home_news .item .data .min{
min-height: 120px;
margin-bottom:20px;
}
.home_news .item .data h1{
font-size: 22px;
margin-bottom: 15px;
overflow: hidden;
max-height: 62px;
}
.home_news .item .data p{
overflow: hidden;
max-height: 46px;	
margin-bottom: 20px;
}
#news .home_news .container.flex{
justify-content:space-between;
flex-wrap:wrap;
}
#news .home_news .item{
width: 32%;
margin-bottom: 24px;
}
.insights-in{
margin-top: 86px;
border-bottom: solid 1px #ccc;	
}
.insights-banner{
height: 450px;
align-items: end;
width: 84%;
max-width: 1270px;
margin: 0px auto;
border-radius: 10px;
overflow: hidden;
}
.insights-banner .blgtitle{
width: 100%;
background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
color: #fff;
font-size: 40px;
font-weight: 500;
padding: 100px 0px 50px 0px;
}
.insights.recent{
padding: 0px 0px 50px 0px;
min-height: auto;
}
.insights.recent .owl-carousel .owl-nav {
display: block!important;
}
.insights.recent .item {
height: 400px;
border-radius: 10px;
align-items: end;
overflow: hidden;
}
.insights.recent .item .data{
width: 100%;
padding: 100px 20px 20px 20px;
background: linear-gradient(360deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.insights.recent .item .data h4{
font-size:20px;
color:#fff;
margin-bottom: 20px;
}
.insights.recent .item .btn{
background-color: #2a3590;
padding: 10px 25px;
color: #ffffff;
border-radius: 16px;	
}
.insights.recent .item .btn:hover{
background-color: #0cadec;	
}
.insights.recent h3{
margin-bottom: 20px;
font-size: 25px;
display: table;
color: #2a3590;
}
.blogp{
padding:50px 0px;
}
.blogp .loc{
font-size: 17px;
font-weight: 500;
padding-bottom: 30px;
text-transform: uppercase;
}
.blogp .loc img{
width: 30px;
margin-right: 5px;
}
.blogp p{
font-size: 20px;
}
footer{
background-color: #ecf3f3;
padding-top: 70px;
padding-bottom:50px;
}
footer .fmenu{
justify-content:space-between;
margin-top:100px;
}
footer .head{
text-align: center;
display: flex;
justify-content: center;
}
footer .head img{
width: 340px;
margin: 0px auto;
display: table;
position: relative;
z-index: 1;
}
footer .item{
width: max-content;
}
footer .item p{
line-height: 27px;
font-size: 13px;
opacity: 0.8;
font-weight: 500;
}
footer .item h6{
margin-bottom: 30px;
font-size: 16px;
font-weight: 500;
opacity: 0.7;
}
footer .item a{
display: block;
width: 100%;
font-size: 13px;
line-height: 27px;
font-weight: 400;
color: #303952;
opacity: 0.8;
}
footer .item a:hover{
color: #0cadec;
opacity: 1;
}
footer .item:nth-child(2) a{
margin-bottom:30px;
line-height:20px;
}
footer .item a b{
display: block;	
font-weight: 500;
font-size: 11px;
}
footer .item a span{
display: block;
font-size: 13px;
}
footer .copy{
align-items: center;
margin-top:30px;
}
footer .copy .container{
justify-content: space-between;
border-top: dotted 1px #3553813b;
padding-top: 50px;
}
footer .copy p{
font-size: 12px;
opacity: 0.8;
}
footer .social{}
footer .social a{
border-radius: 100%;
overflow: hidden;
width: 27px;
margin-left: 15px;
border: solid 1px #e5ebeb;
}
footer .social a img{
background-color:#fff;
}
.slider-wrap{
max-width:1000px;
margin:60px auto;
text-align:center;
}
.banner-custom-one{
margin-top: 0px;
height: calc(100vh - 92px);
align-items: center;
}
.banner-custom-one .container{
position:relative;
z-index:1;
}
.banner-custom-one h2{
font-size: 20px;
color: #0cadec;
font-weight: 400;
margin-bottom: 10px;
}
.banner-custom-one h1{
font-size: 50px;
padding-bottom: 30px;
}
.banner-custom-one p{
width: 40%;	
margin-bottom: 50px;
}
.banner-custom-one.two{
height: auto;
}
.banner-custom-one .curve{
z-index: 1;
top: inherit;
bottom: -1px;
}
.banner-custom-one.two .container{
z-index: 1;
padding: 80px 0px 160px 0px;
}
.banner-custom-one.two.acc .container{
padding: 20px 0px 150px 0px;	
}
.banner-custom-one.two h1, .banner-custom-one.two p{
color:#fff;
}
.banner-custom-one.two h1{
color: #fff;
text-align: center;
margin-top:50px;
}
.banner-custom-one.two p{
color: #fff;
margin: 0px auto;
text-align: center;
}
.inbanner{
right: 0%;
left: inherit;
width: auto;
height: 100%;
top: 50%;
transform: translateY(-50%);	
}
.classification{
padding: 70px 0px 120px 0px;
background-color: #fff;
}
/* ===== SLIDER WRAPPER ===== */
.cf-wrapper{
width:100%;
height:520px;
position:relative;
display:flex;
align-items:center;
justify-content:center;
margin-top:20px;
}
/* ===============================
STAGE
================================ */
.cf-stage{
position:relative;
width:100%;
height:420px;
display:flex;
align-items:center;
justify-content:center;
perspective:1400px;
transform-style:preserve-3d;
}
.cf-item{
position:absolute;
width:240px;
height:390px;
border-radius:22px;
overflow:hidden;
left:50%;
transform:translateX(-50%) scale(.75);
opacity:0;
visibility:hidden;
z-index:1;
transition:
transform .65s cubic-bezier(.4,0,.2,1),
opacity .65s ease,
visibility 0s linear .65s;
}
.cf-item:hover img{
transform:scale(1.1);
}
.cf-item img{
width:100%;
height:100%;
object-fit:cover;
}
.cf-item span{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
padding: 150px 15px 30px 15px;
text-align: center;
font-size: 17px;
font-weight: 500;
color: #fff;
background: linear-gradient(to bottom, rgba(0, 0, 55, 0) 0%, rgba(0, 0, 55, 1) 100%);
text-transform: uppercase;
}
.cf-item.is-active,
.cf-item.left-1,
.cf-item.left-2,
.cf-item.right-1,
.cf-item.right-2{
opacity:1;
visibility:visible;
transition-delay:0s;
}
.cf-item.is-active{
transform:translateX(-50%) scale(1.15);
z-index:6;
}
.cf-item.left-1{
transform:
translateX(calc(-50% - 280px))
scale(.9)
rotateY(8deg);
z-index:4;
}
.cf-item.left-2{
transform:
translateX(calc(-50% - 520px))
scale(.75)
rotateY(14deg);
opacity:.35;
z-index:2;
}
.cf-item.right-1{
transform:
translateX(calc(-50% + 280px))
scale(.9)
rotateY(-8deg);
z-index:4;
}
.cf-item.right-2{
transform:
translateX(calc(-50% + 520px))
scale(.75)
rotateY(-14deg);
opacity:.35;
z-index:2;
}
.cf-item.is-hidden{
transform:translateX(-50%) scale(.6);
opacity:0;
visibility:hidden;
z-index:0;
transition:
transform .65s ease,
opacity .65s ease,
visibility 0s linear .65s;
}
.cf-nav{
position:absolute;
bottom:-40px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:14px;
}
.cf-btn{
width:36px;
height:36px;
border-radius:50%;
border:1px solid #000037;
cursor:pointer;
}
.cf-btn:hover{
border-color:#0cadec;
}
.bredcrumb{
font-size: 14px;
background-color: #ffffff;
width: max-content;
border-radius: 20px;
align-items: center;
padding: 0px 5px;
margin: 0px auto;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
font-weight: 500;
}
.bredcrumb a{
color: #2a3590;
padding:6px;
}
.bredcrumb a:hover{
color: #0cadec;
}
.bredcrumb span{
display: inline-block;
color: #0cadec;
padding:5px;
}
.bredcrumb img{
width:17px;
}
:root {
--item-gap: 20px;
--active-scale: 1.3;
--scale-offset: calc((var(--active-scale) - 1) * 50%);
}
.product-slide {
width: 100%;
padding-top: 40px;
margin-top: -80px;
padding-bottom: 10px;
z-index: 2;
}
.slide-contoller-wrapper {
position: relative;
width: 100%;
height: 250px;
margin: 0 auto;
}
.slide-contoller {
position: relative;
width: 100%;
height: 300px;
}
.slide-item {
position: absolute;
top: 0;
left: 50%;
width: 220px;
height: 225px;
border-radius: 10px;
opacity: 0;
transform: translateX(-50%);
transition: transform 0.55s ease, opacity 0.55s ease;
filter: grayscale(100%);
cursor: pointer;
background-color: #ffffffe8;
box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.slide-item img {
height: 120px;
display: block;
margin: 13% auto 0;
max-width: 90%;
width: auto;
filter: blur(0.5px);
opacity:0.90;
}
.slide-item img.sp{
height: 64%;
margin: 5% auto 0;	
}
.slide-item h2 {
font-size: 14px;
font-weight: 500;
color: #000037;
text-align: center;
padding: 20px;
}
.slide-item.active h2 {
position: relative;
top: 7px;
font-size: 13px;
}
.slide-item.active {
opacity: 1;
z-index: 5;
top: -33px;
transform:
translateX(-50%)
scale(var(--active-scale));
filter: grayscale(0);
}
.slide-item.active img{
filter: blur(0px);	
opacity:1;
}
.slide-item.prev {
opacity: 0.85;
z-index: 4;
transform:
translateX(
calc(
-50%
- 100%
- var(--item-gap)
- var(--scale-offset)
)
);
}
.slide-item.next {
opacity: 0.85;
z-index: 4;
transform:
translateX(
calc(
-50%
+ 100%
+ var(--item-gap)
+ var(--scale-offset)
)
);
}
.slide-item.prev2 {
opacity: 0.4;
z-index: 3;
transform:
translateX(
calc(
-50%
- 200%
- (2 * var(--item-gap))
- var(--scale-offset)
)
);
}
.slide-item.next2 {
opacity: 0.4;
z-index: 3;
transform:
translateX(
calc(
-50%
+ 200%
+ (2 * var(--item-gap))
+ var(--scale-offset)
)
);
}
.nav {
position: absolute;
top: 32%;
width: 34px;
height: 34px;
border-radius: 50%;
border: 1px solid #2a348e45;
background: #fff no-repeat center / 70%;
cursor: pointer;
z-index: 10;
font-size: 0;
box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.nav:hover{
border: 1px solid #2a358f;	
}
.nav.prev {
left: -40px;
background-image: url(../img/arrow-left-blue.svg);
}
.nav.next {
right: -40px;
background-image: url(../img/right-arrow-blue.svg);
}
.slide-target {
text-align: center;
position: relative;
}
.echo-control{
border-radius: 10px;
background-color: #fff;
border-radius: 10px;
}
.echo-control.acc{
border: 0;
border-radius: 0;
background: transparent;
padding-top:50px;
}
.echo .echo-control.acc .btnbar{
width: max-content;
margin-left:auto;
margin-right:auto;
}
.echo-control.acc .data{
padding:0;
text-align: center;
}
.echo-control.acc .data p{
padding: 0px 20%;
font-size: 18px;
}
.echo .echo-control.acc .listing{
justify-content: space-between;
gap: 30px;
margin-top: 40px;
}
.echo-control.acc ul{
padding:0;
list-style:none;
margin:0;
margin-top:20px;
}
.echo-control.acc ul li{
border-radius: 10px;
padding: 30px;
width: -webkit-fill-available;
font-size: 19px;
background-color: #ffffff;
position: relative;
overflow: hidden;
text-align: left;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.echo-control.acc ul li span, .why-chose-2 ul.listing li span{
background-image: url(../img/mixed.webp);
width: 40px;
height: 40px;
border-radius: 50px;
background-size: cover;
display: block;
margin-bottom: 20px;
}
.echo {
display: none;            /* hide inactive echoes */
opacity: 0;
pointer-events: none;
}
/* active echo container */
.echo.active {
display: block;
opacity: 1;
pointer-events: auto;
}
/* =========================
ECHO CHILDREN INITIAL STATE
========================= */
.echo .thumb,
.echo h2,
.echo p,
.echo .listing,
.echo .btnbar a {
opacity: 0;
filter: blur(16px);
transform: translateY(24px);
}
/* =========================
ANIMATION WHEN .animate ADDED
========================= */
.echo.animate .thumb,
.echo.animate h2,
.echo.animate p,
.echo .listing,
.echo.animate .btnbar a {
transition:
opacity .6s ease,
filter .6s ease,
transform .6s ease;
}
/* =========================
SEQUENTIAL STAGGER
========================= */
.echo.animate .thumb { opacity: 1; filter: blur(0); transform: translateY(0); transition-delay: .15s; }
.echo.animate h2   { opacity: 1; filter: blur(0); transform: translateY(0); transition-delay: .35s; }
.echo.animate p    { opacity: 1; filter: blur(0); transform: translateY(0); transition-delay: .55s; }
.echo.animate .btnbar a:nth-child(1) { opacity: 1; filter: blur(0); transform: translateY(0); transition-delay: .75s; display:none;}
.echo.animate .btnbar a:nth-child(2) { opacity: 1; filter: blur(0); transform: translateY(0); transition-delay: .95s; }
.echo.animate .listing { opacity: 1; filter: blur(0); transform: translateY(0); transition-delay: .65s; }
/* =========================
ECHO CONTENT LAYOUT
========================= */
.echo .thumb {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.echo .thumb:before {
content: "";
width: 300px;
height: 300px;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
position: absolute;
border-radius: 100%;
filter: blur(60px);
z-index: 0;
opacity: 0.5;
background-color: #ebf1f5;
}
.echo .thumb img {
height: auto;
width: auto;
position: relative;
z-index: 1;
max-width: 70%;
max-height: 400px;
}
.echo .col-50.flex {
display: flex;
align-items: center;
justify-content: center;
}
.echo .data {
text-align: left;
padding: 50px 70px;
}
.echo .data h2 {
font-size: 26px;
margin-bottom: 20px;
color: #29348d;
}
.echo .data .btnbar {
margin-top: 30px;
display: flex;
}
.echo .data .btnbar .btn {
margin-right: 10px;
}
.echo .data p {
margin-top: 20px;	
}
.topselling{
padding-top: 25px;
padding-bottom: 50px;
}
.topselling .flex{
justify-content:space-between;	
gap:15px;
}
.topselling .item{
border-radius: 10px;
width: -webkit-fill-available;
background-color: #fff;
overflow: hidden;
}
.topselling .item .thumbnail, .topselling .item .thumbnail2{	
padding: 60px 0px 10px 0px;
}
.topselling .item .thumbnail img, .topselling .item .thumbnail2 img{	
width: auto;
height: 120px;
margin: 0px auto;
max-width: 90%;
}
.topselling .item .thumbnail.sp{
padding: 18px 0px 10px 0px;	
}
.topselling .item .thumbnail.sp img{
height: auto;	
}
.topselling .item h3{
font-size: 18px;
margin-bottom: 15px;	
}
.topselling .item p{
font-size: 14px;
line-height: 22px;	
display:none;
}
.topselling .item span{
display: block;
padding: 20px;
text-align: center;
}
.topselling .btn{
margin: 0px auto;
display: table;
margin-top: 25px;
margin-bottom: 20px;
cursor: pointer;
}
.scope{
padding: 0px 0px 70px 0px;
background-color: #ebf1f5;
margin-top: 50px;
}
.scope .container{
justify-content: space-between;
align-items: center;
}
.scope h1{
margin-bottom:30px;
}
.scope .specs{
flex-wrap: wrap;
justify-content:space-between;	
}
.scope .specs .item{
width: 31%;
margin-bottom: 20px;
padding: 35px;
-webkit-border-top-left-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topleft: 30px;
-moz-border-radius-bottomright: 30px;
border-top-left-radius: 30px;
border-bottom-right-radius: 30px;
background-color:#fff;
}
.scope .specs .item h6{
font-size: 17px;
}
.scope .specs .item h6 span{
display: block;
font-size: 17px;
font-weight: 400;
padding-top: 15px;
}
.scope .specs .item img{
width:35px;
display:table;
margin-bottom:30px;
}
.why-chose-2{
padding: 80px 0px 70px 0px;
background-color: #fff;
}
.why-chose-2 .container{
justify-content:space-between;
}
.why-chose-2 .title{
margin-bottom: 30px;
position: relative;
top: -8px;
}
.why-chose-2 ul.listing{
padding: 0;
margin: 0;
list-style: none;	
}
.why-chose-2 ul.listing li{
position: relative;
font-size: 17px;
margin-bottom: 10px;
background-color: #ebf1f5;
display: table;
border-radius: 10px;
padding: 15px 20px 15px 60px;
}
.why-chose-2 ul.listing li span{
position: absolute;
left: 10px;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 30px;
border: solid 1px #0cadec;
}
.why-chose-2 .btn{
margin-top:30px;
}
.accreditations{
background: linear-gradient(90deg, #2A3590, #000115);
padding: 60px 0px 80px 0px;
}
.accreditations .container:first-child{
text-align:center;
}
.accreditations .container.flex{
margin-top:50px;
justify-content:space-between;
}
.accreditations .item{
display: flex;
width: 48%;
overflow: hidden;
border-radius: 10px;
background-color: #fff;
}
.accreditations .item .rew{
width:50%;
}
.accreditations .item .rew img{
margin: 4px;
height: 98%;
border-radius: 10px;
}
.accreditations .item .data{
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
padding: 0px 30px;
}
.accreditations .item .data h5{
margin-bottom: 20px;
font-size: 21px;
}
#gradient-canvas {
--gradient-color-1: #2a3590;
--gradient-color-2: #0cadec;
--gradient-color-3: #2a3590;
--gradient-color-4: #0cadec;
z-index: 0;
position: absolute;
width: 100%;
height: 100%;
}
.banner-abt{
height: calc(100vh - 91px);
overflow: hidden;
display: flex;
align-items: center;
max-height: 641px;
background: #2A3590;
background: linear-gradient(90deg, #2A3590, #000115);
}
.banner-abt .container{
position:relative;
z-index:2;
}
.banner-abt h1{
font-size:50px;
margin-bottom:20px;
color: #fff;
}
.banner-abt p{
color:#fff;
}
.banner-abt p b{
font-weight: 500;
}
.banner-abt .x-move{
position: absolute;
right: 0;
top: 0%;
width: 50%;
height: 100%;
filter: blur(0.5px);	
}
.banner-abt .x-move .marquee {
width: 150px;
height: 1100px;
overflow: hidden;
border: 0;
position: absolute;
border-radius: 10px;
}
.banner-abt .x-move .marquee.up{
transform: rotate(45deg);
}
.banner-abt .x-move .marquee.down{
transform: rotate(-45deg);
top: -238px;
left: 235px;
}
.banner-abt .x-move .marquee.up.one{
top: -686px;
left: 684px;
}
.banner-abt .x-move .marquee.up.two{
top: 207px;
left: -220px;
}
/* Track */
.banner-abt .x-move .track {
display: flex;
flex-direction: column;
height: max-content;
}
/* Bottom → Top */
.banner-abt .x-move .marquee.up .track {
animation: scroll-up 25s linear infinite;
}
/* Top → Bottom */
.banner-abt .x-move .marquee.down .track {
animation: scroll-down 25s linear infinite;
}
/* Animations */
@keyframes scroll-up {
from {
transform: translateY(0);
}
to {
transform: translateY(-50%);
}
}
@keyframes scroll-down {
from {
transform: translateY(-50%);
}
to {
transform: translateY(0);
}
}
/* Images */
.banner-abt .x-move .track img {
width: 100%;
display: block;
margin-bottom: 10px;
border-radius:10px;
}
.banner-abt .btn{
margin-top:40px;
}
.abt-slide {
height: 700px;
overflow: hidden;
position: relative;
}
.abt-slide .item {
position: absolute;
inset: 0;
background-size: cover;
background-position: center;
transform: translateX(100%);
transition: transform 0.5s ease-in-out;
}
/* active slide */
.abt-slide .item.active {
transform: translateX(0);
z-index: 2;
}
/* previous slide (slides out left) */
.abt-slide .item.prev {
transform: translateX(-100%);
z-index: 1;
}
.ooc{
background-color: rgb(235, 241, 245);
padding:70px 0px;
}
.ooc h3{
width: 53%;
font-size: 21px;
margin-bottom: 40px;
font-weight: 400;	
}
.ooc .container.flex{
justify-content:space-between;
}
.ooc .item{
width: 31%;
background-color: #fff;
border-radius: 10px;
padding: 30px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.ooc .item .icn{
width: 50px;
border: solid 1px #2a3590;
border-radius: 15px;
margin-bottom: 20px;
padding: 5px;
background-color: #0cadec;
margin-right: 10px;
}
.ooc .item ul{
padding:0;
margin:0;
list-style:none;
}
.ooc .item ul.abul{
margin-bottom:25px;
}
.ooc .item ul.abul li{
font-weight: 500;
font-size: 20px;
line-height: 30px;
}
.ooc .item ul.abul li img{
width:20px;
margin-right:10px;
}
.ooc .item ul li{
display: flex;
align-items: center;
font-weight: 400;
font-size: 17px;
margin-bottom: 5px;
}
.ooc .item ul li span{
display: inline-block;
font-weight: 500;
font-size: 18px;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
margin-right: 25px;
border: solid 1px #0cadec;
}
.ooc .item h2{
color: #2a3590;
font-size: 23px;
margin-bottom: 20px;
display: flex;
align-items: center;
}
.ooc .item p{
font-size: 18px;
}
.ooc .item:nth-child(3){
transform: scale(1.2);
width: 28%;
position: relative;
bottom: 42px;
}
.ooc .item:nth-child(2){
position: relative;
left: -1.5%;	
}
.banner-contact{
text-align: center;
background-image: url(../img/contactbg.jpg);
padding: 100px 0px 300px 0px;
clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}
.banner-contact .container{
position:relative;
z-index:2;
}
.banner-contact #gradient-canvas{
opacity: 0.7;	
}
.banner-contact h1{
color:#fff;
font-size:50px;
}
.banner-contact p{
color: #fff;
font-size: 20px;
font-weight: 500;
}
#countryCode{
    position: absolute;
    left: 10px;
    top: 0;
    width: 120px;
    height: 48px;
    border: 0;
    background: transparent;	
}
#conphone{
padding-left:140px;
}
#phlabel{}
.uae{
padding-bottom: 50px;
background-image: url(../img/dubaibg.jpg);
background-size: cover;
background-position: center bottom;
}
.uae .container{
align-items: center;
text-align: center;	
}
.uae .title{
}
.uae-map{
margin: 0px auto;
display: table;
position:relative;	
}
.uae-map .bg-img{
width: auto;
height: 500px;
}
.uae-map .loca{
width: 50px;
height:50px;
cursor:pointer;	
overflow:hidden;
}
.uae-map .loca:hover{
overflow:visible;
}
.uae-map .loca .adrs{
background-color: #fff;
border: solid 2px #0cadec;
width: 260px;
height: auto;
padding: 10px;
top: 57px;
left: 50%;
transform: translateX(-50%);
z-index: 1;
border-radius: 10px;
box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;	
display:none;
text-align:center;
}
.uae-map .loca:hover .adrs{
display:block;
}
.uae-map .loca .adrs p {
font-size:14px;
}
.uae-map .loca .adrs p b{
font-weight:500;
color: #2a3590;
font-size:16px;
}
.uae-map .loca .adrs .focus{
display: block;
bottom: inherit;
top: -9px;
left: calc(50% - 8px);
border-left: solid 2px #0cadec;
border-top: solid 2px #0cadec;
}
.uae-map .loca.loca1{
left: 487px;
top: 47px;	
}
.uae-map .loca.loca2{
left: 429px;
top: 123px;	
}
.uae-map .loca.loca3{
margin-left: 361px;
top: 185px;	
}
.dual-form{
overflow: hidden;
border-radius: 10px;
position: relative;
margin-top: -200px;
background-color: #ffffff;
margin-bottom: 76px;
border:solid 1px #ebf1f5;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
.dual-form .q-data{
margin-bottom: 60px;
padding-left: 60px;
}
.dual-form .q-data.last{
margin-bottom:0;
}
.dual-form .q-data p{
font-size:14px;
}
.dual-form .q-data .icon{
background-color: #0cadec;
width: 40px;
height: 40px;
top: 0px;
border-radius: 50px;
padding: 9px;
}
.dual-form .q-data a{
margin-right: 15px;
font-size: 14px;
}
.dual-form h2{
font-size: 30px;
color: #2a3590;
}
.dual-form p.sub{
margin-bottom:40px;
}
.dual-form h6{
font-size: 18px;
margin-bottom: 3px;
color: #2a3590;
}
.dual-form .col-40{
background-color: #f5f5f7;
padding: 50px;
}
.dual-form .col-60{
align-items:center;
justify-content:center;
padding: 50px 0px;
}
.dual-form .social{
position: absolute;
left: 0;
bottom: 0;
width: 100%;
padding:50px;
}
.dual-form .social h6{
font-size: 15px;
padding-bottom: 25px;
font-weight: 500;
color: #656978;
}
.dual-form .social .icons{
gap:30px;	
}
.dual-form .social a{
width: 30px;
border: solid 1px #c3c4d1;
border-radius: 50px;
background-color: #fff;
}
.dual-form .social a:hover{}
.dual-form form{
width: 80%;
}
.dual-form form .f-row{}
.dual-form form .f-row.flex{
justify-content:space-between;
}
.dual-form form .input, .dual-form form textarea{
width: 100%;
border-radius: 5px;
height: 48px;
margin-bottom: 25px;
background-color: #0000370a;
padding-left: 15px;
font-size: 14px;
font-family: himatrix-sans;
border: 0;
resize:none;
}
.dual-form form .input:focus, .dual-form form textarea:focus{
border: solid 1px #0cadec;
}
.dual-form form textarea{
height:70px;
padding-top:15px;
}
.dual-form form .input.half{
width:48%;
}
.dual-form form .input::placeholder, .dual-form form textarea::placeholder{}
.dual-form form h2{
}
.dual-form form p{
margin-bottom:40px;
}
.dual-form form .btn{
width: 100%;
text-align: center;
border-radius: 10px;
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
font-family: himatrix-sans;
letter-spacing: 1px;
}
.con-sec{
text-align: center;
background-image: url(../img/mixed.png);
background-size: cover;
padding: 60px 50px;
}
.con-sec h6, .con-sec h1, .con-sec p{
color:#fff;
}
.con-sec h6{
font-size: 20px;
margin-bottom: 20px;	
}
.con-sec h1{
font-size: 40px;
margin-bottom: 15px;
}
.con-sec p{
padding:0px 20%;
margin-bottom:40px;
}
.g-map{
margin-bottom: -5px;
overflow: hidden;	
margin-bottom:50px;
}
.g-map .container{
border-radius:10px;
overflow:hidden;
}
.g-map iframe{
width:100%;
height:400px;
}
.career-block{
min-height: 88vh;	
}
.career-block .head{
text-align: center;
padding: 0px 0px 70px 0px;	
position:relative;
z-index:1;
}
.career-block .head img{
width: 180px;
display: table;
margin: 0px auto;
}
.career-block .head h1{
font-size:40px;
margin-bottom:15px;
}
.career-block .head h2{
font-size:19px;
color: #67809f;
font-weight:400;
}
.career-block .head h2 a{
color: #0cadec;	
}
.career-block .head.insight{
padding: 50px 0px 90px 0px;	
}
.career-block .opts{
background-color: #ebf1f5;	
padding:50px 0px 100px 0px;
}
.career-block .opts .container{
gap:30px;
}
.career-block .opts .item{
background-color: #fff;
border-radius: 10px;
width: 30%;
padding: 30px;	
}
.career-block .opts .item h3{
font-size: 25px;	
}
.career-block .opts .item p{}
.career-block .opts .item ul{
list-style: none;
margin: 0;
padding: 0;
margin: 30px 0px;
border-top: solid 2px #d6dbde69;
padding-top: 30px;
}
.career-block .opts .item ul li{
padding: 5px 0px;	
}
.career-block .opts .item .btn{}
.career-block .curve{
left: 0;
top: -200px;
width: 100%;
height: 200px;	
}
.careeronly-overlay {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.65);
display: none;
align-items: center;
justify-content: center;
z-index: 9999;
}
.careeronly-popup {
background: #ffffff;
width: 90%;
max-width: 600px;
padding: 50px;
border-radius: 10px;
position: relative;
animation: careeronlyScale 0.3s ease;
}
@keyframes careeronlyScale {
from {
transform: scale(0.92);
opacity: 0;
}
to {
transform: scale(1);
opacity: 1;
}
}
.careeronly-close {
position: absolute;
right: 15px;
top: 12px;
background: none;
border: none;
font-size: 30px;
cursor: pointer;
line-height: 1;
}
.careeronly-title {
font-size: 17px;
color: #777;
margin-bottom: 6px;
}
.careeronly-job {
font-size: 25px;
font-weight: 500;
margin-bottom: 22px;
}
.careeronly-popup input {
width: 100%;
padding: 16px 14px;
margin-bottom: 25px;
border-radius: 6px;
border: 1px solid #ddd;
font-size: 14px;
}
.careeronly-popup input:focus {
outline: none;
border-color: #000;
}
.careeronly-thankyou {
display: none;
text-align: center;
}
.careeronly-thankyou h3 {
margin-bottom: 20px;
font-size: 20px;
}
.careeronly-thankyou p {
font-size: 17px;
color: #27ae60;
}
.owl-carousel .owl-stage {
transition-timing-function: linear !important;
}
.global{
text-align:center;
background-color: #ffffff;
}
.maptitle{
padding:50px 0px 0px 0px;
margin-bottom:40px;
}
.graphics{
display:block;
}
.gr-curve{
height: 100px;
top: -100px;	
}
.graphics2{
display:none;
}
.graphics img, .graphics2 img{
display:block;
}
.blogs{	
}
.blogs .container{
}
.blogs .insight-item{
width: 32%;
background-color: #fff;
overflow: hidden;
border-radius: 10px;
}
.blogs .insight-thumb{
height:240px;
background-size:100%;
}
.blogs .insight-item:hover .insight-thumb{
background-size:110%;
}
.blogs .insight-item .data{
padding:30px;
}
.blogs .insight-item h6{
text-transform: uppercase;
font-weight: 400;
font-size: 17px;
padding: 0px 0px 30px 0px;
}
.blogs .insight-item h1{
margin-bottom: 20px;
font-size: 23px;
font-weight: 400;
min-height: 94px;	
}
.blogs .insight-item .date{
font-size: 15px;
color: #666;
}
.blogs.inside{}
.blogs.inside .insight-item{
width: 100%;
flex-direction: row-reverse;
align-items: center;
border-radius:0px;
background: transparent;
}
.blogs.inside .insight-item .data{
width: 50%;
padding: 0;
}
.blogs.inside .insight-item .insight-thumb{
width:50%;
height:500px;
background-size:cover;
border-radius:20px;
}
.blogs.inside .insight-item h1{
font-size: 45px;
padding-right: 50px;	
margin-bottom:40px;
}
.secflex{
justify-content:space-between;
}
.blogview{
width:60%;
padding-top:50px;
}
.blogview h2{
font-size: 30px;
font-weight: 400;
margin-bottom: 20px;
}
.blogview p{
font-size: 21px;
margin-bottom: 30px;	
}
.blogview ul{
margin: 0;
padding: 0;	
margin-bottom:40px;
}
.blogview ul li{
padding-bottom: 22px;	
}
.blogview ul li b{
font-weight: 400;
font-size: 20px;
color: #000037;
}
.sidepanel{
width:30%;	
padding-top:50px;
}
.sidepanel h5{
font-size: 25px;
font-weight: 400;
margin-bottom: 20px;
border-bottom: solid 4px #0cadec;	
}
.blogs.inside .sidepanel a.insight-item{
background-color: #fff;
display: block;
overflow: hidden;
border-radius: 10px;
margin-bottom: 40px;
}
.blogs.inside .sidepanel a.insight-item .data{
width: 100%;
padding: 30px;
}
.blogs.inside .sidepanel a.insight-item .insight-thumb {
width: 100%;
height: 200px;
border-radius: 10px;
}
.blogs.inside .sidepanel a.insight-item h1{
font-size: 20px;
min-height:auto;
margin-bottom:20px;
}
.blogs.inside .sidepanel a.insight-item h6{
font-size:13px;
padding-bottom: 20px;
}
.mapcover{
padding-bottom: 70px;	
}
.mapcover svg{
width:100%;
}
.ofc{
width:100%;
}
.process{
padding: 70px 0px 90px 0px;
text-align: center;
background-image: url(../img/send.svg);
background-size: 103%;
background-repeat: no-repeat;
background-position: 0% 50%;
}
.process .container.flex{
justify-content: space-between;	
margin-top:50px;
}
.process .item{
background-color: #fff;
border-radius: 100%;
width: 340px;
height: 340px;
align-items: center;
justify-content: center;
}
.process .item:nth-child(2){
margin-top:100px;
}
.process .item div{
padding:40px;
}
.process .item div h3{
font-size: 21px;
margin-bottom: 20px;
padding-top:20px;
}
.process .item:before{
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 90%;
height: 90%;
border: solid 5px #ebf1f5;
border-radius: 100%;
transform: translate(-50%, -50%);
}
.process .item .number{
background-color: #2a3590;
width: 50px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 25px;
font-weight: 500;
border-radius: 50px;
left: 70%;
top: 4%;
border: solid 5px #ebf1f5;	
}
.trigger{
display:none;
}
.mob-navbar{
display:none;
}

@media only screen and (max-width: 767px) {
body {
margin-top: 65px;
}	
header {
padding: 15px 0px;
}
p {
font-size: 15px;
line-height: 23px;
}
p.big {
line-height: 22px;
font-size: 15px;
}
[data-aos] {
opacity: 1 !important;
transform: none !important;
}
.trigger{
display: block;
width: 40px;
height: 40px;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
background-image: url(../img/menu.jpg);
background-repeat: no-repeat;
background-position: center left;
background-size: 80px;
}
.trigger.active{
background-position: center right;
background-size: 70px;
}
.mob-navbar{
display:block;	
position: fixed;
background-color: #ffffff;
z-index: 99;
width: 100%;
height: calc(100% - 65px);
right: -100%;
top: 65px;
overflow-x: hidden;
overflow-y: auto;
padding-top:50px;
opacity:0;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.mob-navbar.active{
right: 0;
opacity:1;
}
.mob-navbar .product-tab, .mob-navbar a{
font-weight: 500;
padding: 20px 20px;
font-size: 21px;
color: #2a3590;
border-bottom: solid 1px #ebf1f5;
display: block;
}
.mob-navbar a:last-child{
border-Bottom:0;
}
.mob-navbar .product-tab.active{
border-color:#fff;
}
.mob-navbar .product-tab .icon{
font-size: 23px;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);	
}
.serv {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.4s ease, opacity 0.3s ease;
}
.serv.active {
max-height: 2000px; /* big enough to fit content */
opacity: 1;
border-bottom: solid 1px #ebf1f5;
}
.mob-navbar .serv a{
border: 0;
font-weight: 400;
color: inherit;
font-size: 14px;
padding: 8px 20px;	
}
.mob-navbar .serv a.imps{
font-weight: 500;
font-size: 17px;
color: #0cadec;
padding: 15px 20px 5px 20px;	
}
.mob-navbar .serv a.imps:first-child{
padding-top:0;
}
.mob-navbar .serv a.imps:last-child{
padding-bottom:20px;
}
.container {
width: 90%;
max-width: 700px;
}	
.col-20, .col-30, .col-40, .col-65, .col-50, .col-60, .col-70 {
width: auto;
}
.navbar{
display:none;
}	
.brand img {
width: 170px;
position: relative;
top: 6px;
}
.slide .column:nth-child(1), .slide .column:nth-child(2), .slide .column:nth-child(6), .slide .column:nth-child(7){
display:none;
}
.slide{
justify-content: space-between;
transform: scale(1.3);
margin-top: 50%;
}
.slide .column {
width: 34%;
}
.slider {
margin-top: 22px;
}
.slide .thumb {
padding: 3px;
}
.slide .thumb img {
border-radius: 5px;
}
.slider .data{
}
.slider .data h1 {
font-size: 32px;
margin-top: 0px;
}
.slider .data h2 {
font-size: 17px;
}
.slider .data .btn {
margin-top: 15px;
}
.btn {
padding: 8px 34px 10px 20px;
font-size: 13.5px;
}
.btn span img {
width: 20px;
margin-left: 2px;
}
.home_abt .container {
display: block;
}
.title {
font-size: 30px;
line-height: 36px;
}
.title.small {
font-size: 30px;
}
.title.extrasmall {
font-size: 25px;
line-height: 30px;
}
.title br{
display:none;
}
h6.subtitle {
font-size: 14px;
font-weight: 500;
}
.devider {
margin: 25px 0px;
}
.home_abt {
padding: 40px 0px 40px 0px;
}
.home_abt p.subtitle {
padding: 20px 0px 25px 0px;
}
.home_abt .item {
display: block;
padding-top: 15px;
}
.home_abt .item .art {
padding: 0;
}
.home_abt .item .data {
padding: 20px;
}
.home_abt .item .art img {
max-height: 250px;
}
.home_abt .owl-carousel{
margin-top:30px;
}
.home_abt .owl-nav {
display: flex;
justify-content:space-between;
position: absolute;
left: 0;
top: 36%;
width: 100%;
height: auto;
}
.home_abt .owl-carousel .owl-nav button.owl-prev, .home_abt .owl-carousel .owl-nav button.owl-next{
position:static;
background-color: #d9f4ff;
}
.home_why{
padding:40px 0px;
}
.home_why .container {
display: block;
}
.home_why .col-50.flex{
display:block;
}
.home_why .title {
margin-bottom: 30px;
text-align: center;
}
.home_why .title span img {
margin: 15px auto;
width: 55%;
}
.home_why a.btn{
display:none;
}
.home_why .box{
margin-top:15px;
}
.home_why .box.box1 {
position: static;
margin: 0;
margin-top: 30px;
}
.home_why .box.box2 {
margin-bottom: auto;
}
.home_why .box h6 {
font-size: 20px;
line-height: 24px;
}
.home_why .box {
padding: 20px;
}
.home_solutions {
padding: 50px 0px 30px 0px;
}
.home_solutions .container.flex {
display: block;
}
.home_solutions .item {
width: auto !important;
margin-bottom:15px;
}
.home_solutions .item .icon {
height: 45px;
margin-top: 20px;
margin-bottom: 20px;
}
.home_solutions .item h5 {
margin-bottom: 20px;
}
.home_solutions .item p {
min-height: auto;
}
.home_solutions .item .btn {
margin-top: 25px;
margin-bottom: 15px;
}
.home_brands .title, .home_focus .title {
font-size: 15px;
letter-spacing: 1px;
}
.home_focus {
padding: 50px 0px 55px 0px;
}
.home_beyond {
padding: 50px 0px 50px 0px;
}
.home_beyond .item img {
margin: 15px auto 30px auto;
}
.home_beyond .item {
padding: 20px 20px;
min-height: auto;
min-height:340px;
}
.home_beyond .owl-nav {
position: static;
margin-top: 20px;
}
.home_beyond .owl-cover {
margin-top: 30px;
}
.home_brands {
padding: 50px 0px 40px 0px;
}
.home_brands .marquee {
margin: 20px 0px;
}
.home_brands .item img {
max-height: 56px;
border: solid 1px #d9dfe2;
}
.home_brands .brtitle{
line-height: 29px;
font-size: 18px;
padding: 0px 30px;
margin-bottom: 35px;		
}
.goals {
padding: 20px 0px 20px 0px;
}
.goals svg{
display:none;
}
.counter{
flex-wrap:wrap;
}
.counter .item {
min-width: auto;
width: 50%;
margin-bottom: 0;
border: solid 1px #ffffffa3;
padding: 25px 0px;
}
.counter .item .icon {
margin-bottom: 10px;
}
.counter .item .icon img {
width: 40px;
}
.counter .item span.number {
font-size: 32px;
min-width: auto;
}
.counter .item b {
padding-top: 0px;
font-size: 14px;
}
.con-sec h6 {
font-size: 13px;
margin-bottom: 15px;
}
.con-sec h1 {
font-size: 29px;
line-height: 35px;
}
.con-sec {
padding: 50px 20px;
}
.con-sec p {
padding: 0px 0%;
font-size: 15px;
line-height: 24px;
}
footer {
padding-top: 50px;
}
footer .fmenu {
display: block;
margin-top: 30px;
}
footer .item h6 {
margin-bottom: 10px;
}
footer .item {
margin-bottom: 30px;
}
footer .head img {
width: 250px;
margin:0;
}
footer .copy .container {
padding-top: 20px;
display: block;
}
footer .social {
margin-top: 10px;
}
footer .social a {
margin-left: 0;
margin-right: 20px;
}
.banner-abt h1 {
font-size: 32px;
margin-top: 50px;
}
.banner-abt .x-move{
display:none;
}
.banner-abt {
display: block;
height: auto;
padding-bottom: 50px;
}
.banner-abt .btn {
margin-top: 30px;
}
.banner-abt .x-move .track img {
}
.graphics{
display:none;
}
.graphics2{
display: block;
padding-bottom: 10px;
background-color: #d9d9d9;
}
.abt-slide {
height:350px;
}
.mapcover {
padding-bottom: 30px;
}
.maptitle {
padding: 40px 0px 0px 0px;
}
#news .home_news .container.flex {
display: block;
}
#news .home_news .item {
width: auto;
margin-bottom: 20px;
}
#news .home_news {
padding: 35px 0px 10px 0px;
}
.home_news .container:first-child{
margin-bottom:30px;
}
.home_news .item .data {
padding: 20px;
padding-bottom: 25px;
}
.home_news {
padding: 35px 0px 30px 0px;
background-color: #ebf1f5;
}
.home_news .owl-nav {
display: flex;
gap: 10px;
justify-content: center;
margin-top:15px;
}
.home_news .item .data h1 {
font-size: 18px;
margin-bottom: 10px;
}
.home_news .item .data p {
max-height: 50px;
margin-bottom: 10px;
font-size: 12.5px;
line-height: 16px;
}
.home_news .item .data .min {
min-height: auto;
}
.home_news .item .thumb {
height: 200px;
}
.career-block .opts .container {
gap: 15px;
flex-direction: column;
}
.blogs .insight-item {
width: auto;
}
.blogs .insight-thumb {
height: 200px;
background-size: cover;
}
.blogs .insight-item .data {
padding: 20px;
}
.blogs .insight-item h6 {
font-size: 12px;
padding: 0px 0px 20px 0px;
}
.blogs .insight-item .date {
font-size: 12px;
}
.blogs .insight-item h1 {
font-size: 20px;
font-weight: 500;
min-height: auto;
}
.career-block {
min-height: auto;
background-color: #ebf1f5;
}
.career-block .opts {
padding: 25px 0px 25px 0px;
}
.career-block .head {
padding: 20px 0px 5px 0px;
}
.career-block .head h1 {
font-size: 30px;
margin-bottom: 10px;
}
.career-block .head h2 {
font-size: 16px;
}
.career-block .curve{
display:none;
}
.career-block .head.insight {
padding: 30px 0px 5px 0px;
}
.career-block .opts .item {
width: auto;
padding: 20px;
}
.career-block .opts .item h3 {
font-size: 22px;
}
.career-block .opts .item ul {
margin: 15px 0px;
padding-top: 10px;
}
.career-block .opts .item ul li {
font-size: 14px;
}
.career-block .head img {
width: 100px;
}
.careeronly-popup {
padding: 20px;
padding-bottom: 30px;
}
.careeronly-popup input {
padding: 12px 14px;
margin-bottom: 15px;
border-radius: 5px;
font-size: 14px;
}
.careeronly-title {
font-size: 14px;
margin-bottom: 0px;
}
.careeronly-job {
font-size: 22px;
margin-bottom: 20px;
}
#careeronlyForm iframe{
width:90%;
}
.banner-contact h1 {
font-size: 40px;
}
.banner-contact p {
font-size: 16px;
margin-top:5px;
}
.banner-contact {
padding: 70px 0px 270px 0px;
}
.dual-form {
margin-top: -200px;
margin-bottom: 0;
display: block;
}
.dual-form h2 {
font-size: 25px;
}
.dual-form .col-40 {
padding: 20px;
padding-bottom: 40px;
}
.dual-form .q-data {
margin-bottom: 30px;
padding-left: 40px;
}
.dual-form .social {
position: static;
padding: 0;
}
.dual-form .social h6 {
padding-bottom: 10px;
margin-top: 30px;
}
.dual-form .q-data .icon {
width: 30px;
height: 30px;
padding: 5px;
}
.dual-form .q-data a {
display: block;
}
.dual-form form{
width: auto;
padding: 20px;
}
.dual-form .col-60 {
width: 100%;
display: block;
padding:0;
}
.dual-form form .f-row.flex {
display: block;
}
.dual-form form p {
margin-bottom: 30px;
margin-top: 5px;
}
.field.half {
width: auto;
}
.dual-form form .input, .dual-form form textarea {
margin-bottom: 15px;
}
.dual-form form iframe{
width:90%;
}
.uae {
padding-bottom: 0px;
padding-top: 50px;
overflow: hidden;
max-height: 500px;
}
.uae .container {
display: block;
}
.uae .title {
font-size: 24px;
}
.uae-map {
display: block;
left: calc(100% - 550px);
transform: scale(0.8);
margin: 0;
}
.inbanner {
transform: none;
height: auto;
width: 100%;
position: static;
}
.banner-custom-one {
height: auto;
display: flex;
flex-direction: column-reverse;
}
.banner-custom-one .container {
padding-top: 25px;
padding-bottom: 40px;
}
.banner-custom-one h2 {
font-size: 17px;
font-weight: 500;
margin-bottom: 0px;
}
.banner-custom-one h1 {
font-size: 32px;
padding-bottom: 20px;
}
.banner-custom-one p {
width: auto;
margin-bottom: 25px;
}
.home_abt.two .col-60{
text-align:left;
}
.classification {
padding: 30px 0px 90px 0px;
}
.classification .title, .classification .subtitle{
padding: 0px 15px;
padding-top: 10px;
}
.cf-item span {
font-size: 13px;
}
.cf-item {
width: 75%;
height: 340px;
border-radius: 10px;
max-width: 250px;
}
.cf-wrapper {
height: 430px;
}
.home_brands.two .item img{
border:0;
}
.home_solutions.two {
padding: 40px 0px 10px 0px;
}
.home_solutions.two .title.small{
font-size: 22px;	
}
.home_solutions.two .container.flex{
margin-top:25px;
}
.bredcrumb {
font-size: 13px;
letter-spacing: -0.5px;
width: fit-content;
}
.home_solutions.two .item {
width: 100% !important;
}
.banner-custom-one .curve {
height: 100px;
}
.banner-custom-one.two .container {
padding: 50px 0px 100px 0px;
}
.banner-custom-one.two h1 {
margin-top: 25px;
}
.product-slide .nav.prev {
left: 40px;
top: 43%;
}
.product-slide .nav.next {
right: 40px;
top: 43%;
}
.slide-contoller {
transform: scale(0.7);
}
.slide-contoller-wrapper {
height: 220px;
}
.slide-item img.sp {
margin-bottom: -9px;
}
.slide-item h2 {
font-size: 17px
}
.slide-item.active h2 {
top: 6px;
line-height: 17px;
font-size: 16px;
}
.echo-control {
display: block;
}
.echo .data {
padding: 20px 20px 30px 20px;
text-align: center;
}
.echo .data .btnbar {
margin-top: 20px;
justify-content: center;
}
.echo .data h2 {
font-size: 25px;
}
.echo .thumb {
padding-top: 30px;
background-color: #ffffff;
min-height: 200px;
}
.echo .thumb.sp {
padding-top: 15px;
}
.echo .thumb img {
height: auto;
width: auto;
max-height: 200px;
}
.echo .thumb img.sp{
height: auto;
width: auto;
max-height: none;
max-width: 90%;
}
.topselling {
padding-bottom: 20px;
}
.topselling .flex {
gap: 10px;
flex-direction: column;
}
.topselling .item .thumbnail {
padding: 30px 0px 10px 0px;
}
.topselling .btn {
margin-top: 16px;
margin-bottom: 15px;
}
.topselling .btn.showmore-btn {
margin-top:30px;
}
.topselling .item span {
padding-bottom: 10px;
}
.banner-custom-one.two.acc .container {
padding: 20px 0px 90px 0px;
}
.echo-control.acc {
padding-top: 15px;
}
.echo-control.acc .data p {
font-size: 15px;
padding: 0;
}
.echo .echo-control.acc .listing {
gap: 10px;
margin-top: 20px;
flex-direction: column;
}
.echo-control.acc ul li {
padding: 10px 20px;
font-size: 15px;
font-weight:500;
display: flex;
align-items: center;
padding-left: 55px;
}
.echo-control.acc ul li span, .why-chose-2 ul.listing li span {
width: 30px;
height: 30px;
position: absolute;
margin:0;
left:10px;
}
.home_beyond .item h3 {
font-size: 17px;
}
.home_beyond2 {
margin-top: 30px;
}
.home_beyond2 .container.flex {
gap: 15px;
margin-top: 40px;
flex-direction: column;
}
.home_beyond2 .container.flex .item {
width: auto;
padding-bottom: 25px;
}
.process {
padding: 50px 0px 20px 0px;
background-image: none;
}
.process .container.flex {
margin-top: 40px;
flex-direction: column;
}
.process .item:nth-child(2) {
margin-top: 0;
}
.process .item {
width: 300px;
height: 300px;
margin: 0px auto;
margin-bottom:30px;
}
.process .item p{
font-size:14px;
}
.process .item div h3 {
font-size: 18px;
margin-bottom: 10px;
padding-top: 7px;
}
.process .item .number {
width: 60px;
height: 60px;
font-size: 22px;
left: 50%;
top: -18px;
padding: 0;
transform: translateX(-50%);
}
.scope .container {
display: block;
}
.scope h1 {
margin-bottom: 15px;
}
.scope .specs {
display: block;
margin-top: 25px;
}
.scope .specs .item {
width: auto;
margin-bottom: 10px;
padding: 30px;
}
.scope .specs .item h6 span {
font-size: 15px;
}
.scope {
padding: 0px 0px 30px 0px;
margin-top: 30px;
}
.why-chose-2 {
padding: 40px 0px 40px 0px;
}
.why-chose-2 .container {
display: block;
}
.why-chose-2 .title {
margin-bottom: 20px;
top: 0;
}
.why-chose-2 ul.listing {
margin-top: 30px;
}
.why-chose-2 ul.listing li {
font-size: 14px;
border-radius: 5px;
padding: 15px 15px 15px 55px;
font-weight: 500;
}
.accreditations {
padding: 50px 0px 20px 0px;
}
.accreditations .container.flex {
margin-top: 35px;
display: block;
}
.accreditations .item {
display: block;
width: auto;
margin-bottom:15px;
}
.accreditations .item .rew {
width: auto;
}
.accreditations .item .data {
width: auto;
padding: 25px;
}
.accreditations .item .rew img {
margin: 0;
height: auto;
}
.insights-in {
margin-top: 65px;
}
.insights-banner {
height: 65vh;
width: auto;
max-width: 100%;
border-radius: 0;
}
.insights-banner .blgtitle {
font-size: 30px;
padding: 100px 0px 30px 0px;
line-height: 35px;
}
.insights.recent .item {
height: 300px;
border-radius: 5px;
}
.blogp {
padding: 20px 0px 50px 0px;
}
.blogp p {
font-size: 17px;
}
.insights.recent h3 {
margin-bottom: 15px;
font-size: 22px;
}
.blogs.inside .insight-item {
width: 100%;
flex-direction: column;
}
.blogs.inside .insight-item .insight-thumb {
width: 100%;
height: 300px;
border-radius: 10px;
}
.blogs.inside .insight-item .data {
width: auto;
padding-top: 20px;
}
.blogs.inside .insight-item h1 {
font-size: 30px;
margin-bottom: 16px;
line-height: 35px;
padding: 0;
}
.blogview {
width: auto;
padding-top: 30px;
}
.blogview p {
font-size: 16px;
margin-bottom: 20px;
}
.blogview h2 {
font-size: 22px;
margin-bottom: 20px;
line-height: 30px;
}
.blogview ul li b {
font-weight: 500;
font-size: 17px;
}
.blogview ul {
margin-bottom: 20px;
}
.sidepanel {
width: auto;
padding-top: 30px;
}
.sidepanel h5 {
font-size: 22px;
font-weight: 500;
border-bottom: solid 3px #0cadec;
display: table;
}
.blogs.inside .sidepanel a.insight-item {
margin-bottom: 20px;
}
.blogs.inside .sidepanel a.insight-item h1 {
line-height: 27px;
}
}