/* 
    font-family: 'Poppins', sans-serif;
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}
html,
body {
    overflow-x: clip;
}
*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}
b, strong{
    font-weight: 700;
}
body {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #484848;
    overflow-x: hidden;
}
p{
    margin-bottom: 30px;
    color: #484848;
}
a{
    color: rgba(34, 27, 81, 1);
  -webkit-transition: .5s all ease;
  -ms-transition: .5s all ease;
  transition: .5s all ease;
}
a:hover,a:focus,a:active{
    color: #7A72AB;
}
.mtb-120 {
	margin: 90px 0px;
}
.ptb-120{
    padding: 90px 0px;
}
.ptb-70{
    padding: 50px 0px;
}
header{
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
    z-index: 99;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}
header.sticky {
	padding: 15px 0;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
}
header .menu-item{
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
}
header .menu-item + .menu-item{
    margin-left: 40px;
}
header .menu-item:last-child{
    margin-left: 50px;
}
header .menu-item:last-child a{
    padding: 13px 20px;
    background: #7A72AB;
    border-radius: 5px;
    color: #fff;
}
header .menu-item a{
    color: rgba(34, 27, 81, 1);
    position: relative;
}
header .menu-item a:hover{
    color: #7A72AB;
}   
header .menu-item a::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 0;
    background: #7A72AB;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 20px;
    bottom: -10px;
    transition: all 0.5s;
}
header .menu-item a:hover::before{
    width: 50%;
}
header .menu-item:last-child a::before{
    display: none;
}
header .menu-item:last-child a:hover{
    color: rgba(34, 27, 81, 1);
	background-color: #EBE8FF;
}
header .navbar, header .navbar-brand {
    padding: 0;
    margin: 0;
}
.btn-primary{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 12px 25px;
    background: #7A72AB;
    border: none;
    border-radius: 5px;
}
.btn-primary:hover {
	color: rgba(34, 27, 81, 1);
	background-color: #EBE8FF;
}
.home-banner{
    margin: 97px 0 0;
    background: rgba(122, 114, 171, 0.1);
    position: relative;
    padding: 110px 0px;
}
.hb-img img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 100%;
}
.hb-desc h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #221B51;
    margin-bottom: 20px;
}
.hb-desc p{
    color: #7A72AB;
}
.hb-img, .inb-img {
	height: 100%;
}
.hb-img img, .inb-img img {
	position: absolute;
	right: 0;
	width: 55%;
	top: 0;
    bottom: 0;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.ab-img img, .hf-img img{
    width: 100%;
}
span {
	font-size: 20px;
	display: block;
	line-height: 28px;
	margin-bottom: 10px;
	color: #7A72AB;
}
h2, .hocham-top h3{
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    color: #221B51;
    margin-bottom: 15px;
}
.ab-desc p:last-child, .hoval-desc p:last-child{
    margin-bottom: 0px;
}
.abnu-main{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 30px;
    margin-top: 60px;
}
.abnum-box{
    text-align: center;
}
.abnum-box h3{
    font-size: 36px;
    line-height: 50px;
    color: #221B51;
    margin-bottom: 10px;
    font-weight: 700;
}
.abnum-box p{
    font-size: 16px;
    line-height: 28px;
    color: #221B51;
    margin-bottom: 0px;
    font-weight: 600;
}
.abnum-box:nth-child(2n) h3, .abnum-box:nth-child(2n) p{
    color: #7A72AB;
}
.home-focus{
    position: relative;
    z-index: 1;
	height: 662px ;
}
.home-focus::before, .home-what::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(122, 114, 171, 0.55);
    z-index: -1;
}
.hf-desc h2, .hochal-title h2, .howh-title h2{
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
.hf-desc p{
    font-size: 24px;
    line-height: 34px;
}
.hf-desc h2, .hf-desc p, .hochal-title h2, .howh-title h2, .howha-box h3, .howha-box p, .inner-cta h2, .inner-cta span{
    color: #fff;
}
.hti-box{
    padding: 40px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #E3E3E3;
    margin-top: 30px;
}
.hti-box img{
    width: 100%;
    max-height: 100%;
}
.hojm-tab {
	position: relative;
	padding-left: 13.5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.hojm-tab .accordion-button{
    padding: 40px;
    position: relative;
}
.hojm-tab .accordion-button::before{
    content: '';
    position: absolute;
    left: -7px;
    width: 12px;
    height: 12px;
    background: #7A72AB;
    top: 45px;
    z-index: 2;
    transition: all 0.5s;
}
.hojm-tab .accordion-button:not(.collapsed)::before{
    background: #221B51;
}
.hojm-tab::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 25px;
    border-top: 2px solid #7A72AB;
    border-bottom: 2px solid #7A72AB;
    z-index: 1;
}
.hojm-tab::after{
    content: '';
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    width: 25px;
    z-index: 1;
    border-left: 2px solid #7A72AB;
}
.hojmb-left, .hojmbt-box{
    display: flex;
    align-items: center;
}
.hojmb-img img{
    max-width: 30px;
}
.hojmb-img{
    max-width: 30px;
    flex: 100%;
    margin-right: 20px;
}
.hojmb-title h3{
    font-size: 24px;
    line-height: 36px;
    color: #7A72AB;
    margin-bottom: 3px;
}
.hojmb-title p{
    font-size: 20px;
    line-height: 32px;
    color: #221B51;
    margin-bottom: 0px;
}
.hojm-box{
    display: grid;
    grid-template-columns: 50% 40%;
    justify-content: space-between;
    align-items: center;
    max-width: 100%;
    flex: 100%;
}
.hojmb-right p, .hojm-tab .hojmb-bodesc p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.hojm-tab .accordion-item + .accordion-item{
    border-top: 2px solid #7A72AB;
}
.hojm-tab .accordion-button:not(.collapsed){
    background: #F8F8F8;
    box-shadow: 0 0 0;
}
.hojm-tab .accordion-button:not(.collapsed) .hojmb-right{
   display: none;
}
.hojm-tab .hojmb-bodesc{  
    padding: 0px 40px 40px 90px;
    background: #F8F8F8;
}
.hojmbtb-img{
    max-width: 50px;
    flex: 100%;
    margin-right: 15px;
}
.hojmbt-box{
    padding: 20px 40px;
}
.hojmbt-box + .hojmbt-box{
    border-left: 1px solid #221B51;
}
.hojmbtb-img img, .hoval-img img{
    width: 100%;
}
.hojmbtb-desc h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #221B51;
    margin: 0;
}
.hojmbtb-desc p{
    color: #221B51;
    margin: 0 0 3px;
}
.hojmbd-top{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 30px;
}
.hojm-tab .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
  }
.hojm-tab .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
.hojmb-right p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.home-challenges{
    position: relative;
    z-index: 2;
}
.hoca-backimg img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2;
}
.home-challenges::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: rgba(34, 27, 81, 0.7);
    z-index: -1;
}
.hocha-main{
    position: relative;
    padding: 50px 0px;
    margin-top: 30px;
    z-index: 1;
}
.hocha-main::before{
    content: '';
    background: #F8F8F8;
    top: 0;
    left: -50px;
    right: -50px;
    bottom: 0;
    position: absolute; 
    z-index: -1;
}
.hocham-bottom{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 40px;
}
.hocham-img{
    margin-bottom: 25px;
}
.hocham-img img{
    width: 100%;
}
.hocham-desc h4{
    font-size: 24px;
    line-height: 34px;
    color: #221B51;
    font-weight: 700;
    margin-bottom: 12px;
}
.hocham-desc p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
}
.btn-chall{
    padding: 0;
    color: #221B51;
    display: flex;
    align-items: center;
    max-width: fit-content;
    font-weight: 500;
}
.btn-chall img, .btn-chall svg{
    margin-left: 6px;
    margin-top: 4px;
}
.btn-chall:hover{
    color: #7A72AB;
}
.home-what{
    position: relative;
    z-index: 1;
    padding: 60px 0px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 600px;
}
.howha-bottom .container-fluid{
    padding: 0;
}
.howha-box{
    background: rgba(122, 114, 171, 0.4);
    padding: 22px 45px;
    transition: all 0.5s;
}
.howha-box:hover{
    background: rgba(61, 91, 108, 0.5);
}
.howha-box h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    font-weight: 700;
}
.howha-box p{
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    margin-bottom: 30px;
}
.howha-box p, .howha-box .btn-primary{
    display: none;
    transition: all 0.5s;
}
.howha-main{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    align-items: end;
}
.howha-box .btn-primary{
    max-width: fit-content;
}
.howha-box:hover p, .howha-box:hover .btn-primary{
    display: block;
}
.home-value{
    background: #F8F8F8;
}
.hocase-btn .btn-primary{
    max-width: fit-content;
    margin-left: auto;
    display: block;
}
.inner-cta{
    padding: 40px 0px;
    background: #221B51;
    position: relative;
}
.innct-img img{
    position: absolute;
	right: 0;
	width: 45%;
	top: 0;
    bottom: 0;
	max-height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
	object-fit: cover;
	object-position: center;
	height: 100%;
}
.innct-desc span{
    font-weight: 700;
}
.client-swiper{
    margin-top: 50px;
}
.client-swiper .hti-box{
    margin-top: 0px;
}
.client-swiper{
    margin-top: 50px!important;
}
.swiper-pagination-bullet{
    width: 25px;
    height: 3px;
    line-height: 0;
    background: #7A72AB;
    opacity: 1;
    border-radius: 0px;
}
.client-pagination, .pagination{
    line-height: 0;
    width: fit-content!important;
    margin: 40px auto 0px;
}
.swiper-pagination-bullet-active{
    background: #221B51;
}
.testi-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}
.testdesc-qote{
    margin-bottom: 40px;
}
.testdesc-qote img{
    max-width: 65px;
}
.testimain-desc p{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
}
.testimain-desc h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #484848;
    font-weight: 700;
}
.testimain-desc h4{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #484848;
    font-weight: 400;
}
.testin-img img{
    width: 100%;
}
.home-testi{
    background: #F8F8F8;
}
.cta{
    margin-top: 90px;
    position: relative;
    z-index: 1;
}
.cta-main {
    background: #7A72AB;
    padding: 50px;
}
.cta::before{
    content: '';
    position: absolute;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #221B51;
    z-index: -1;
}
.cta-desc span, .cta-desc h2{
    color: #fff;
}
.cta-desc h2{
    margin: 0;
}
.cta-form span{
    color: #fff;
}
.f-logo{
    margin-bottom: 30px;
}
.f-logo img{
    max-width: 110px;
}
.f-data p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    max-width: 80%;
    margin-bottom: 30px;
}
.f-data ul li svg{
    max-width: 20px;
}
.f-data ul{
    display: flex;
    align-items: center;
}
.f-data ul li + li{
    margin-left: 16px;
}
footer{
    background: #221B51;
}
.f-top{
    padding: 70px 0px;
}
.f-data ul li svg path{
    fill: #fff;
    transition: all 0.5s;
}
.f-data ul li a:hover svg path{
    fill: #7A72AB;
}
.f-linkmain{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
.f-link h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
}
.f-link ul li, .fb-link ul li, .fb-desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
}
.f-link ul li + li{
    margin-top: 8px;
}
.f-link ul li a, .fb-link ul li a{
    color: #fff;
}
.f-link ul li a:hover, .fb-link ul li a:hover{
    color: #7A72AB;
}
.f-info ul li, .fb-link ul{
    display: flex;
    align-items: center;
}
.fb-link ul {
    justify-content: flex-end;
}
.fb-link ul li + li{
    margin-left: 15px;
}
.f-info ul li svg{
    margin-right: 12px;
    max-width: 20px;
}
.f-bottom{
    padding: 20px 0px;
    border-top: 2px solid #7A72AB;
}
.fb-desc p{
    margin-bottom: 0;
}
.hf-title{
    position: relative;
    max-width: fit-content;
    margin-bottom: 30px;
}
.hf-title::before {
	content: '';
	position: absolute;
	top: 10px;
	right: -30px;
	left: 6px;
	bottom: -20px;
	background: #221B51;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.hf-title span{
    font-weight: 700;
    font-size: 32px;
    display: block;
    line-height: 50px;
    color: #221B51;
}
.hfo-box h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #221B51;
    margin-bottom: 10px;
}
.hfo-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.hfo-box{
    margin-top: 25px;
}
.inner-banner{
    position: relative;
    z-index: 1;
    margin: 97px 0 0;
    background: rgba(122, 114, 171, 0.1);
    padding: 170px 0px;
}
.inb-img img{
    clip-path: polygon(100% 0, 100% 100%, 35% 100%, 0 50%, 35% 0);
}
.inb-desc h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #221B51;
    margin-bottom: 15px;
}
.breadcrumb li{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #221B51;
}
.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
    color: #221B51;
}
.abw-img img{
    width: 100%;
}
.ab-who .row + .row{
    margin-top: 20px;
}
.abmivi-box {
	padding: 50px;
	background: #EBE8FF;
	width: 100%;
}
.abmivib-img{
    margin-bottom: 15px;
}
.abval-img{
    margin-bottom: 12px;
}
.abval-img img{
    max-width: 50px;
}
.abmivib-img img{
    max-width: 50px;
}
.abmivi-box h3 {
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	color: #221B51;
	margin-bottom: 15px;
}
.ab-value{
    background: rgba(243, 245, 250, 0.9);
}
.abmivi-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}
.ab-misvis{
    position: relative;
    z-index: 1;
}
.ab-misvis::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: rgba(243, 245, 250, 0.9);
    z-index: -1;
}
.abval-box h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #221B51;
    margin-bottom: 12px;
}
.abval-box p{
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.abval-box{
    padding: 30px 15px;
    background: #EBE8FF;
    text-align: center;
	width: 100%;
}
.teamds-main h3{
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #221B51;
    margin-bottom: 5px;
}
.teamds-main span{
    margin-bottom: 30px;
}
.teamds-main p{
    margin-bottom: 0px;
}
.abteam-img{
    text-align: center;
}
.abteam-img img{
    width: 80%;
}
.seli-box{
    padding: 25px;
    background: transparent;
    transition: all 0.5s;
}
.seli-box:hover{
    background:  rgba(122, 114, 171, 0.1);
}
.selib-img{
    margin-bottom: 30px;
}
.selib-img img{
    width: 100%;
}
.selib-desc h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}
.selib-desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
}
.seli-box{
    margin-bottom: 30px;
	height:100%;
}
.selib-desc ul{
	margin-left:25px;
	
}
.selib-desc ul li{
	list-style: disc;
}
.castay-desc{
    padding: 30px;
    background: #EBE8FF;
    max-width: 50%;
    margin-top: -150px;
    z-index: 1;
    position: relative;
}
.castay-box img, .cabeni-img img{
    width: 100%;
}
.castayimg-main {
    display: grid;
    grid-template-columns: 65% 36%;
    margin-left: 100px;
    gap: 30px;
}
.castay-desc h3{
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #221B51;
    margin-bottom: 15px;
}
.castay-desc p{
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}
.cabeni-desc p{
    margin-bottom: 40px;
}
.cabeni-box{
    text-align: center;
}
.cabenib-img{
    border-radius: 50%;
    background: rgba(122, 114, 171, 0.3);
    padding: 0 15px;
    max-width: fit-content;
    max-width: 75px;
    margin: 0 auto 12px;
    line-height: 75px;
    text-align: center;
}
.cabeni-box h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #221B51;
    margin: 0;
}
.cabeni-main{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.carrer-box {
	padding: 25px;
    background: #fff;
	border-radius: 20px;
}
.carrer-box span svg{
    height: 20px;
    margin-right: 5px;
}
.carrer-box p, .carrer-box span {
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 18px;
	color: #000;
}
.ca-roles{
    background: #F8F8F8;
}
.duration::before {
	content: '';
	right: 0;
	width: 65%;
	top: 50%;
	transform: translateY(-50%);
	height: 1px;
	background: #B4B4B4;
	opacity: .3;
	position: absolute;
}
.duration {
	position: relative;
	margin-bottom: 15px;
}
.duration h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #000;
	padding: 7px 13px;
	border-radius: 4px;
	background: #EBE8FF;
	text-transform: uppercase;
	max-width: fit-content;
}
.carrer-box h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #221B51;
    margin-bottom: 12px;
}
.ca-roles .row:nth-child(2n){
    row-gap: 30px;
}
.blog-listing .hocham-box{
    margin-bottom: 50px;
}
.blog-listing .row:nth-child(2){
    margin-top: 20px;
}
.bd-main img{
    width: 100%;
    margin-bottom: 30px;
}
.bd-main p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #0C0C22;
    margin-bottom: 30px;
}
.bd-main h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #221B51;
    margin-bottom: 10px;
}
.bd-main ul{
    margin-bottom: 30px;
}
.bd-main ul li{
    padding-left: 40px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #221B51;
    position: relative;
}
.bd-main ul li + li{
    margin-top: 25px;
}
.bd-main ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_356_5399)'%3E%3Cpath d='M11 0.237793C4.93436 0.237793 0 5.1712 0 11.2357C0 17.3002 4.93436 22.2336 11 22.2336C17.0656 22.2336 22 17.3002 22 11.2357C22 5.1712 17.0656 0.237793 11 0.237793Z' fill='%237A72AB' fill-opacity='0.2'/%3E%3Cpath d='M16.5748 8.90503L10.6164 14.8621C10.4376 15.0408 10.203 15.1308 9.96832 15.1308C9.73367 15.1308 9.49902 15.0408 9.32027 14.8621L6.34116 11.8836C5.98264 11.5253 5.98264 10.946 6.34116 10.5877C6.69951 10.2293 7.27875 10.2293 7.63727 10.5877L9.96832 12.9183L15.2787 7.60917C15.637 7.25072 16.2162 7.25072 16.5748 7.60917C16.9331 7.96745 16.9331 8.54658 16.5748 8.90503Z' fill='%23221B51'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_356_5399'%3E%3Crect width='22' height='21.9958' fill='white' transform='translate(0 0.237793)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
}
.bd-right{
    padding: 30px 15px;
    background: rgba(122, 114, 171, 0.1);
}
.bdri-title{
    text-align: center;
}
.bdri-title h4{
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #221B51;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(12, 17, 31, 0.2);
}
.bdri-main{
    margin-top: 30px;
}
.bdri-desc h3{
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #0C0C22;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: 7px;
}
.bdri-desc span{
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #221B51;
    display: block;
    margin: 0;
}
.bdri-desc h3 a{
    color: #0C0C22;
}
.bdri-desc h3 a:hover{
    color: #221B51;
}
.bdri-img img{
    width: 100%;
}
.bdri-img{
    margin-right: 10px;
    max-width: 110px;
    flex: 100%;
}
.bdri-box{
    display: flex;
    align-items: center;
}
.bdri-desc{
    max-width: 70%;
}
.bdri-box + .bdri-box{
    margin-top: 30px;
}
.co-info ul li{
    display: flex;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.co-info ul li a{color: #000000;}
.co-info ul li + li{
    margin-top: 18px;
}
.co-info ul li svg {
	max-width: 30px;
	flex: 100%;
    margin-right: 10px;
}
.co-info ul li a:hover{
    color: #7A72AB;
}
.gfield_label{
    display: none!important;
}

.gravity-theme input, .gravity-theme textarea, .gravity-theme select {
	border: 0px;
	background: #fff;
	border-radius: 6px;
	outline: none!important;
	box-shadow: none!important;
    width: 100%!important;
    height: auto!important;
    border: 2px solid rgba(122, 114, 171, 0.2); 
    min-height: 50px!important;
    padding: 5px 24px!important;
}
.cta-form .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 0!important;
}
.cta-form .gform_body .gform_fields {
    display: flex!important;
}
.gravity-theme textarea {
	height: 150px !important;
}
input[type=submit]{
    background: #7A72AB!important;
    padding: 0px 30px!important;
    color: #fff!important;
    max-width: fit-content;
    border: 0!important;
    border-radius: 0px!important;
}
.cta-form input[type=submit]{
    background: #221B51!important;
    padding: 0px 30px!important;
    color: #fff!important;
    border: 0!important;
    border-radius: 0px!important;
}
.cta-form .gravity-theme input{
    border-radius: 0!important;
    border: 0!important;
}
.cta-form .gform_wrapper.gravity-theme .gform_footer{
    padding: 0;
    margin: 0;
}
.gravity-theme textarea{
    padding: 10px 24px!important;
}
.reqca-form{
	margin-top: 35px;
}
.hmw-box{
    position: relative;
    z-index: 1;
}
.hmw-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1;
}
.hmw-desc {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding: 30px;
	flex-direction: column;
	text-align: center;
}
.hmw-box img{
    width: 100%;
}
.hmw-desc img {
	margin: 0 0 16px;
    max-width: 60px;
}
.hmw-desc h3{
    font-size: 30px;
    line-height:42px;
    margin-bottom: 8px;
    font-weight: 700;
}
.hmw-desc p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.hmw-desc h3, .hmw-desc p{
    color: #fff;
}

.hf-desc p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.cta-desc h2 {
    font-size: 36px;
    line-height: 54px;
    margin-bottom: 14px;
}
.cta-desc p {
    color: #fff;
    margin-bottom: 25px;
}
.cta-desc .btn-primary {
    color: rgba(34, 27, 81, 1);
    background: #EBE8FF;
}
.cta-desc .btn-primary:hover{
    background: #fff;
}
.setabing-inner{
    display: none;
}
.service-tabing ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.service-tabing ul li{
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
}
.service-tabing ul li a{
    color: rgba(34, 27, 81, 1);
    background: #EBE8FF;
    border-radius: 10px;
    display: block;
    padding: 15px 40px;
}
.service-tabing ul li + li{
    margin-left: 30px;
}
.service-tabing ul li a.active{
    color: #fff;
    background: rgba(34, 27, 81, 1);
}
.hoval-desc ol li {
    list-style: decimal;
}
.co-info ul li img {
	max-width: 24px;
	max-height: 24px;
	margin-right: 12px;
    margin-top: 3px;
}
.hoval-desc ol {
	margin-left: 20px;
}
.ab-misvis .row .col-lg-6, .ab-value .row + .row .col-lg-3 {
	display: inherit;
}
@media screen and (max-width: 1399px) {
    .hb-desc h1 {
        font-size: 42px;
        line-height: 54px;
    }
    .howha-box {
        padding: 22px 35px;
    }
    .hfo-box h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .cta-main {
        padding: 50px 70px;
    }
    .f-top {
        padding: 70px 0px 50px;
    }
    .cabeni-box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .cabeni-desc p {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1199px) {
    header .menu-item + .menu-item {
        margin-left: 26px;
    }
    header{
        padding: 25px 0px;
    }
    .home-banner, .inner-banner{
        margin: 107px 0px 0px;
    }
    .hb-desc h1 {
        font-size: 40px;
        line-height: 52px;
    }
    .home-banner {
        padding: 70px 0px;
    }
    h2, .hocham-top h3 {
        font-size: 34px;
        line-height: 50px;
    }
    .ab-desc p{
        font-size: 18px;
        line-height: 30px;
    }
    .hf-desc h2, .hochal-title h2, .howh-title h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .hti-box {
        padding: 30px;
        margin-top: 25px;
    }
    .htie-desc h2{
        margin-bottom: 0px;
    }
    .hojm-box {
        grid-template-columns: 30% 50%;
    }
    .hojmb-right {
        max-width: 90%;
    }
    .hocha-main::before {
        left: -30px;
        right: -30px;
    }
    .hocham-desc h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .home-what {
        min-height: 470px;
    }
    .howha-box {
        padding: 20px 25px;
    }
    .howha-box h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .howha-box .btn-primary {
        font-size: 16px;
        line-height: 26px;
        padding: 8px 20px;
    }
    .howha-box p {
        margin-bottom: 20px;
    }
    .hfo-box h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .client-swiper {
        margin-top: 30px !important;
    }
    .innct-img img {
        width: 42%;
    }
    .testimain-desc p {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .mtb-120 {
        margin: 80px 0px;
    }
    .ptb-120 {
        padding: 80px 0px;
    }
    .cta {
        margin-top: 80px;
    }
    .inner-banner {
        padding: 100px 0px;
    }
    .inb-desc h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .abw-desc p{
        font-size: 16px;
        line-height: 27px;
    }
    .abmivi-box {
        padding: 30px;
    }
    .abmivi-box h3 {
        margin-bottom: 10px;
    }
    .abval-box h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 7px;
    }
    .teamds-main span {
        margin-bottom: 10px;
    }
    .castay-desc {
        padding: 30px;
        max-width: 60%;
    }
    .castay-desc h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 12px;
    }
    .cabeni-desc p {
        font-size: 16px;
        line-height: 26px;
    }
    .cabeni-box h3 {
        font-size: 18px;
        line-height: 27px;
    }
    .carrer-box h4 {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 12px;
    }
    .carrer-box span {
        margin-bottom: 10px;
    }
    .duration::before {
        width: 55%;
    }
    .bd-main ul li {
        font-size: 16px;
        line-height: 26px;
    }
    .bd-main ul li + li {
        margin-top: 18px;
    }
    .co-info ul li {
        font-size: 18px;
        line-height: 28px;
    }
    .hmw-desc h3 {
        font-size: 26px;
        line-height: 37px;
    }
    .service-tabing ul {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    header .navbar-toggler {
        display: block;
        /* top: 2px; */
        right: 25px;
        position: absolute;
        border: 2px solid #221B51;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        padding: 8px;
        box-shadow: none !important;
    }
    header .navbar-toggler .icon-bar {
        width: 100%;
        height: 4px;
        background-color: #7A72AB;
        display: block;
        border-radius: 5px;
        margin: 0;
    }
    header .navbar-toggler .icon-bar + .icon-bar {
        margin-top: 3px;
    }
    header .navbar-collapse {
        padding: 0;
        float: left;
        width: 100%;
        position: fixed;
        left: auto;
        right: -100%;
        top: 0;
        z-index: 11;
        -ms-transition: .4s;
        -webkit-transition: .4s;
        transition: .4s;
        height: 100vh !important;
        border: 0;
        display: block;
        background: #7A72AB;
        overflow: auto;
    }
    header .collapse:not(.show) {
        display: block;
    }
    header .navbar-collapse.show {
        right: 0;
    }
    header button.close-btn {
        width: 100%;
        height: 40px;
        background: #1a1a1a;
        border: 0;
        right: 0;
        position: absolute;
        font-size: 18px;
        color: #fff;
        padding: 0 15px 0;
        z-index: 2;
        text-align: left;
        top: 0;
        cursor: pointer;
        text-transform: capitalize;
        left: 0;
        display: block;
        line-height: 40px;
        text-align: right;
    }
    header button.close-btn svg path{
        fill: #fff;
    }
    header button.close-btn svg {
        fill: #fff;
        width: 18px;
        padding-top: 10px;
        vertical-align: unset;
    }
    header ul.navbar-nav {
        padding-top: 40px;
        width: 100%;
        overflow-x: hidden;
    }
    header ul.navbar-nav > li {
        width: 100%;
    }
    header .menu-item a::before {
        display: none;
    }
    header .navbar-nav a {
        font-size: 16px;
        width: 100%;
        display: block;
        padding: 15px !important;
        line-height: 1;
        border: 0;
        color: #fff !important;
        transition: all 0.5s;
    }
    header .navbar-nav a:hover {
        color: #221B51!important;
    }
    header .menu-item + .menu-item{
        margin-left: 0;
    }
    header .menu-item{
        border-bottom: 1px solid #221B51;
    }
    header .menu-item:last-child a:hover{
        background: transparent;
    }
    .hb-img, .inb-img{
        text-align: center;
    }
    .hb-img img, .inb-img img {
        width: 80%;
        margin-top: 30px;
        border-radius: 20px;
        clip-path: none;
        height: auto;
        position: static;
    }
    header {
        padding: 20px 0px;
    }
    .home-banner, .inner-banner {
        margin: 97px 0px 0px;
    }
    .home-banner {
        padding: 40px 0px;
    }
    .hb-desc h1 {
        font-size: 37px;
        line-height: 45px;
    }
    .mtb-120 {
        margin: 70px 0px;
    }
    .ptb-120 {
        padding: 70px 0px;
    }
    h2, .hocham-top h3 {
        font-size: 30px;
        line-height: 40px;
    }
    .ab-img{
        margin-top: 30px;
        text-align: center;
    }
    .hf-img {
        text-align: center;
    }
    .ab-img img, .hf-img img{
        width: 60%;
    }
    .abnum-box h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .hf-desc h2, .hochal-title h2, .howh-title h2 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 10px;
    }
    .hojmbt-box {
        padding: 20px 20px;
    }
    .hojm-tab .hojmb-bodesc {
        padding: 0px 30px 30px 30px;
    }
    .hocham-bottom {
        gap: 15px;
        margin-top: 25px;
    }
    .hocham-img {
        margin-bottom: 15px;
    }
    .hocham-desc h4 {
        font-size: 18px;
        line-height: 27px;
    }
    .hocha-main {
        padding: 30px 0px;
    }
    .howha-box p, .howha-box .btn-primary {
        display: block;
    }
    .howha-main {
        grid-template-columns: repeat(2,1fr);
        gap: 30px;
        margin-top: 50px;
    }
    .home-what {
        min-height: auto;
    }
    .hoval-img{
        margin-bottom: 25px;
    }
    .hoval-desc p{
        font-size: 18px;
        line-height: 28px;
    }
    .hocase-btn .btn-primary {
        margin-right: auto;
    }
    .home-case .row + .row, .home-blog .row + .row{
        margin-top: 30px;
    }
    .hcase-box{
        margin-bottom: 30px;
    }
    .innct-img{
        text-align: center;
    }
    .innct-img img {
        width: 100%;
        position: static;
        clip-path: none;
        margin-top: 30px;
        border-radius: 20px;
    }
    .client-swiper .hti-box {
        padding: 20px;
    }
    .testimain-desc p {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .testdesc-qote {
        margin-bottom: 20px;
    }
    .testimain-desc h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 2px;
    }
    .ptb-70 {
        padding: 60px 0px;
    }
    .cta-main {
        padding: 50px 50px;
    }
    .cta-form{
        margin-top: 20px;
    }
    .f-logo {
        margin-bottom: 20px;
    }
    .f-linkmain{
        margin: 30px 0px;
    }
    .f-top {
        padding: 40px 0px 30px;
    }
    .f-data p {
        margin-bottom: 10px;
    }
    .fb-link ul{
        justify-content: center;
    }
    .f-bottom {
        padding: 10px 0px;
    }
    .fb-desc {
        text-align: center;
    }
    .hojm-tab .accordion-button {
        padding: 30px;
    }
    .abnu-main {
        margin-top: 40px;
    }
    .cta {
        margin-top: 70px;
    }
    .inner-banner {
        padding: 50px 0px;
    }
    .abw-img{
        margin-bottom: 25px;
    }
    .abw-desc p {
        margin-bottom: 20px;
    }
    .abmivi-box h3 {
        font-size: 25px;
        line-height: 36px;
    }
    .abmivi-box, .cabeni-img{
        margin-bottom: 30px;
    }
    .abval-box{
        margin-bottom: 25px;
    }
    .ab-value .row + .row .col-lg-3{
        width: 50%;
    }
    .ab-team .row{
        position: relative;
        padding-bottom: 40px;
    }
    .teamdesc-swiper{
        position: static;
    }
    .team-pagination{
        position: absolute;
        bottom: 0;
        margin: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .abteam-img{
        margin-top: 25px;
    }
    .castay-desc h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 9px;
    }
    .castay-desc p {
        font-size: 16px;
        line-height: 28px;
    }
    .ca-roles .row + .row .col-lg-4{
        width: 50%;
    }
    .duration::before {
        width: 57%;
    }
    .co-info{
        margin-top: 30px;
    }
    .comap-main iframe {
        height: 300px;
    }
    .hojmb-title h3 {
        font-size: 22px;
        line-height: 33px;
    }
    .hojm-box {
        grid-template-columns: 35% 50%;
    }

    .hf-img, .hf-desc {
        max-width: 97%;
    }
    .cta-desc h2 {
        font-size: 26px;
        line-height: 39px;
    }
    .cta-main {
        padding: 40px 40px;
    }
    .service-tabing ul {
        margin-bottom: 20px;
    }
    .service-tabing ul li a {
        padding: 15px 30px;
    }
    .service-tabing ul li {
        font-size: 18px;
        line-height: 30px;
    }
}
@media screen and (max-width: 767px) {
    .hb-desc h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hb-img img, .inb-img img {
        width: 100%;
    }
    .mtb-120 {
        margin: 60px 0px;
    }
    .ptb-120 {
        padding: 60px 0px;
    }
    h2, .hocham-top h3 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    span {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .ab-img img, .hf-img img {
        width: 100%;
    }
    .abnu-main {
        grid-template-columns: repeat(2,1fr);
        margin-top: 20px;
    }
    .hf-desc h2, .hochal-title h2, .howh-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .hf-desc p {
        font-size: 18px;
        line-height: 30px;
		padding-right: 12px;
    }
    .hojmb-right{
        display: none;
    }
    .hojm-box {
        grid-template-columns: 90% 10%;
    }
    .hojmbd-top, .hocham-bottom {
        grid-template-columns: repeat(1,1fr);
    }
    .hojmbt-box + .hojmbt-box {
        border-top: 1px solid #221B51;
        border-left: 0px;
    }
    .hojmb-title h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .hojm-tab .accordion-button {
        padding: 25px;
    }
    .hojm-tab .hojmb-bodesc {
        padding: 0px 25px 25px 25px;
    }
    .hojmbd-top {
        margin-bottom: 10px;
    }
    .hocham-bottom {
        gap: 30px;
    }
    .hojmb-title p {
        font-size: 17px;
        line-height: 29px;
    }
    .hocase-title p{
        font-size: 16px;
        line-height: 28px;
    }
    .testi-box {
        grid-template-columns: repeat(1,1fr);
        gap: 25px;
        margin-top: 20px;
    }
    .cta-main {
        padding: 30px;
    }
    .cta {
        margin-top: 60px;
    }
    .inb-desc h1 {
        font-size: 31px;
        line-height: 40px;
    }
    .breadcrumb{
        margin: 0;
    }
    .inner-banner {
        padding: 40px 0px;
    }
    .abmivi-box p {
        font-size: 16px;
        line-height: 27px;
    }
    .abval-title p {
        font-size: 18px;
        line-height: 28px;
    }
    .ab-value .row + .row .col-lg-3 {
        width: 100%;
    }
    .teamds-main p {
        font-size: 18px;
        line-height: 28px;
    }
    .selib-img {
        margin-bottom: 20px;
    }
    .selib-desc h3 {
        margin-bottom: 10px;
    }
    .seli-box {
        padding: 20px;
    }
    .castayimg-main {
        grid-template-columns: 100%;
        margin-left: 0;
    }
    .castay-desc {
        padding: 25px;
        max-width: 100%;
    }
    .cabeni-main {
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
    .ca-roles .row + .row .col-lg-4 {
        width: 100%;
    }
    .duration::before {
        width: 64%;
    }
    .comap-main iframe {
        height: 250px;
    }
    .conus-title p{
        font-size: 17px;
        line-height: 28px;
    }
    .hoval-desc p {
        font-size: 16px;
        line-height: 28px;
    }
    .client-pagination, .pagination {
        margin: 30px auto 0px;
    }
    .cta-form .gfield{
        max-width: 60%;
    }
    .cta-form input[type="submit"] {
        padding: 0px 20px !important;
    }
    .gravity-theme input, .gravity-theme textarea, .gravity-theme select {
        padding: 5px 16px !important;
    }
    .gravity-theme textarea{
        padding: 10px 16px!important;
    }
    .hmw-desc h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .hmw-desc p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .hf-img, .hf-desc {
        max-width: 90%;
    }
    .cta-desc h2 {
        font-size: 20px;
        line-height: 33px;
    }
    .cta-desc p {
        font-size: 16px;
        line-height: 26px;
    }
    .service-tabing ul {
        flex-direction: column;
    }
    .service-tabing ul li + li{
        margin-top: 10px;
        margin-left: 0px;
    }
	.home-focus {
        padding: 50px 0;
		height: 380px;
    }
}