html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
a:hover{
	text-decoration: none;
	color: #57c5c7;
}
.page-center{
	width: 1200px;
	margin: auto;
}
/***  header ***/
.mw-header{
	padding: 15px 150px;
	background: #162c53;
	opacity: 90%;
	position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
.mw-header .navbar{
	margin: 0px;
}
.mw-header .header-conatiner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mw-header .header-conatiner .navbar-left img{
	width: 260px;
}
.mw-header .navbar .navbar-nav>li>a {
	padding: 0px 10px;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
.mw-header .navbar .navbar-nav>li>a:hover{
	background-color: transparent;
}
.menu-contents{
	display: flex;
	align-items: center;
}
.icon-menu{
	display: flex;
	align-items: center;
	list-style-type: none;
}
.icon-menu li a i{
	padding: 0 6px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.icon-menu li a{
    border: 1px solid #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0px;
    margin: 0 6px;
}
.search-icon i{
	padding: 0px 20px;
	font-size: 24px;
}
.navbar-header .navbar-toggle .icon-bar{
	background-color: #fff;
}

/*** Home ***/
.slider-banner{
	background: url('../images/banner01.png');
	background-position: center;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
}
.slider-banner:before{
	background-image: linear-gradient(transparent, #263a5f);
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
}
.welcome-text{
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	padding-bottom: 40px;
	padding-top: 200px;
}
.slider-contents{
	position: relative;
	z-index: 1;
}
.slide-text h2{
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	width: 750px;
}
.slider{
	padding-top: 40px;
	padding-bottom: 180px;
}
.common-para{
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	line-height: 1.8;
}
.banner-para{
	padding: 60px 0px;
}
.slider .slick-prev, .slider .slick-next{
	position: absolute;
	top: 30%;
}
.slider .slick-prev{
	left: -70px;
}
.slider .slick-next{
	right: -70px;
}
.slider i{
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}
.service-section , .our-practices{
	padding: 40px 0px;
}
.practice-box{
	position: relative;
}
.practices{
	padding: 45px;
	color: #fff;
	background-color: #162c53;
	margin: 0px 15px;
	border-radius: 5px;
}
.learn-btn{
	margin-top: 30px;
}
.learn-more{
	padding: 10px 30px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 45px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}
.learn-btn01{
	margin-top: 50px;
}
.learn-btn02{
	margin-top: 70px;
}
.heads{
	font-size: 30px;
	font-weight: 600;
	padding-bottom: 35px;
	color: #162c53;
}
.sub-head{
	font-size: 25px;
	font-weight: 600;
	padding-bottom: 20px;
}
.services-section .common-para{
	color: #333;
}
.services{
	padding: 40px 0px;
	position: relative;
}
.practice-slide .slick-prev{
	position: absolute;
	left: -40px;
	top: 45%;
}
.practice-slide .slick-next{
	position: absolute;
	right: -40px;
	top: 45%;
}
.practice-slide .slick-prev  i{
	font-size: 50px;
	color: #ddd;
	cursor: pointer;
}
.practice-slide .slick-next i{
	font-size: 50px;
	color: #ddd;
	cursor: pointer;
}
.service-box{
	display: flex!important;
	flex-direction: column;
	align-items: center;
	text-align: center;
	margin: 0px 15px;
}
.services .slick-next{
	position: absolute;
	right: -40px;
	top: 40%;
}
.services .slick-prev{
	position: absolute;
	left: -40px;
	top: 40%;
}
.services .slick-next  i{
	font-size: 50px;
	color: #333;
	cursor: pointer;
}
.services .slick-prev i{
	font-size: 50px;
	color: #333;
	cursor: pointer;
}
/*.service-box img{
	width: 60px;
	height: 60px;
}*/
.advisory{
	background-color: #009c9f;
	padding: 30px 32px;
	border-radius: 100%;
}
.consulting{
	background-color: #462b6a;
	padding: 30px 32px;
	border-radius: 100%;
}
.partnership{
	background-color: #57c5c7;
	padding: 30px 32px;
	border-radius: 100%;
}
.search{
	background-color: #162c53;
	padding: 30px 32px;
	border-radius: 100%;
}
.service-head{
	font-size: 20px;
	font-weight: 600;
	padding: 30px 0px;
}
.service-head01{
	color: #009c9f;
}
.service-head02{
	color: #462b6a;
}
.service-head03{
	color: #57c5c7;
}
.service-head04{
	color: #162c53;
}
.partner-section{
	background-color: #009c9f;
	padding: 80px 0px;
	background-image: url(../images/banner02.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	background-blend-mode: color-burn;
}
.partner-section .heads{
	color: #fff;
	text-align: center;
	padding-bottom: 50px;
}
.partners{
	background-color: #fff;
	border-radius: 15px;
	color: #333;
	padding: 45px;
}
.partners .common-para{
	color: #333;
}
.partners img {
    height: 50px;
    width: 90px;
    object-fit: contain;
}
.partners .service-head{
	padding: 25px 0px;
}
.read-more{
	margin-top: 30px;
	color: #57c5c7;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px
}
.parnter-boxes  .slick-next{
	display: block!important;
	top: 45%;
	position: absolute;
	right: -40px;
}
.parnter-boxes  .slick-arrow i{
	color: #3b6f70;
	font-size: 50px;
	cursor: pointer;
}
.client-section{
	padding: 80px 0px; 
}
.clients{
	display: flex!important;
	justify-content: center;
}
.client-slider .slick-arrow{
	position: absolute;
	top: 20%;
}
.client-slider .slick-arrow i{
	color: #ddd;
	font-size: 40px;
	cursor: pointer;
}
.client-slider .slick-prev{
	left: 0;
}
.client-slider .slick-next{
	right: 0;
}
.clients-info .heads{
	text-align: center;
	padding-bottom: 50px;
}
.contact-info{
	padding: 60px 50px;
	margin-top: 60px;
	border-radius: 10px;
}
.contact-info .heads{
	font-size: 25px;
	text-align: unset;
}
.cont-head02{
	font-weight: 500;
}
.contact-btn{
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	padding: 15px 25px;
	border: 2px solid #fff;
	text-decoration: none;
	border-radius: 10px;
}
.contact-today{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}
.insights-section{
	background-color: #162c53;
}
.insight-box{
	margin: 0px 15px;
	color: #fff;
}
.insights-section .slick-arrow i{
    color: #b3bac7;
}

/*** FOOTER ***/
.footer-section{
	background-color: #162c53
}
.footer{
	padding: 80px 0px;
	color: #fff;
	display: flex;
	border-bottom: 2px solid #5555;
}
.foot-box{
	padding: 0px 10px;
	flex-basis: 25%;
}
.foot-box .service-head{
	font-size: 22px;
	color: #fff;
}
.icon-menu .facebook i{
	padding: 0px 9px;
}
.end-footer{
	padding: 30px 0px;
	display: flex;
	justify-content: space-between;
}
.privacy-terms{
	display: flex;
}
.border{
	padding: 0 30px;
}

/*** Search ***/
.search-banner{
	background: url('../images/banner03.png');
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.sector-section{
	padding: 80px 0px;
}
.our-sector .heads{
	color: #1a1a1a;
	font-weight: 500;
}
.our-sector .common-para{
	color: #1a1a1a;
}
.sector-info{
	display: flex;
	justify-content: space-between;
}
.sector-info .service-box{
	flex-basis: 18%;
}
.sector-info .service-box img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.fintech {
    background-color: #645285;
    padding: 30px 32px;
    border-radius: 100%;
}
.financial {
    background-color: #946395;
    padding: 30px 32px;
    border-radius: 100%;
}
.single-box{
	padding: 45px;
	position: relative;
	background-color: #162c53;
	border-radius: 10px;
}
.single-box:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.2;	
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	border-radius: 10px;
}
.sector-head{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	padding: 30px 0px;
}
.single-box .sub-head{
	color: #fff;
	font-weight: 500;
}
.single-box .learn-more {
    border: 2px solid #57c5c7;
    color: #57c5c7;
 }
 .search-contents{
 	position: relative;
 	z-index: 1;
 }
 .single-box01{
	padding-top: 274px;
 }
.single-box01:before{
	background: url('../images/../images02.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.single-box02{
	margin-bottom: 30px;
}
.single-box02:before{
	background: url('../images/image03.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.single-box03:before{
	background: url('../images/image04.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.sector-icon{
	border-radius: 100%;
	padding: 30px 32px;
	border: 3px solid #162c53;
	margin-top: 20px;
}
.sector-icon img{
	width: 40px;
	height: 40px;
	object-fit: contain;
}
.expertise{
	flex-wrap: wrap;
}
.expertise .service-box{
	flex-basis: 20%;
	margin: 0px;
}

/*** insight ***/
.insight-banner{
	background: url('../images/banner04.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-head{
	padding: 210px 0px;
}
.recent-insights{
	padding: 40px 0px;
}
.insight-banks{
	padding: 40px 0px;
}
.insight-banks .heads{
	padding: 0px;
}
.center-head{
	text-align: center;
}
.bank-text .common-para{
	color: #000;
}
.bank-boxes{
	display: flex;
	justify-content: space-between;
	padding: 15px 0px;

}
.bank-image img{
	width: 380px;
	height: 230px;
	object-fit: cover;
	object-position: center;
}
.bank-text{
	padding-bottom: 45px;
	padding-left: 30px;
	padding-right: 60px;
}
.banks{
	flex-basis: 30%;
	border: 1px solid #162c53;
}
.insight-banks .service-head{
	color: #333;
	
}
.insight-head01{
	font-weight: 400;
	color: #162c53!important;
}
.insight-head{
	padding-top: 0px;
	font-weight: 400;
	color: #162c53!important;
}
.color-image{
	position: relative;
	width: 380px;
    height: 230px;
}
.color-image:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;	
	opacity: 0.1;
}



/*** about ***/
.about-banner{
	background: url('../images/banner05.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.about-banner:before{
	opacity: 90%;
}
.about-banner-text h2{
	width: 100%;
}
.about-banner .banner-head{
	padding: 0px;
	min-height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-header{
	padding: 40px 0px;
	background-color: #162c53;
	position: relative;
	z-index: 1;
}
.about-menu{
	justify-content: center;
	list-style-type: none;
}
.about-menu li{
	padding: 0px 20px;
}
.about-menu li a{
	color: #fff;
	text-decoration: none;
}
.about-mw-section{
	padding: 80px 0px;
}
.about-tab-section{
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}
.info{
	display: none;
}
.info .common-para{
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
.about-tabs{
	border: none;
	display: flex;
	justify-content: center;
}
.about-tabs01 a.current{
	font-weight: 400;
	border-bottom: 3px solid #57c5c7;
}
.about-tabs a{
	color: #162c53;
	font-weight: 100;
	font-size: 16px;
	text-decoration: none;
	margin: 0px 20px;
}
.about-info{
	padding: 35px 0px;
	text-align: center;
}
.about-info .heads{
	padding: 35px 0px;
}
.contact-cta{
	margin-top: 40px;
}
.about-mw-section02{
	background-color: #162c53;
	position: relative;
}
.about-mw-section02:before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: auto;
	background: url('../images/galxy.png');
	background-size: cover;
	opacity: 15%;
}
.about-tabs02 a.current{
	font-weight: 400;
	color: #57c5c7;
	border-bottom: 3px solid #57c5c7;
}
.about-tab-content02 .info .common-para, .about-tab-content02 .heads , .about-tabs02 a{
	color: #fff;
}
.operate-section{
	padding: 40px 0px;
}
.operate-section .heads{
	text-align: center;
	padding: 40px 0px;
}
.europe{
	text-align: center;
	padding: 40px;
}
.europe .service-head{
	padding-top: 0px;
	color: #162c53;
}
.europe .common-para{
	color: #1a1a1a;
}
.core-section .heads{
	color: #fff;
	padding: 40px 0px;
}
.core-section{
	background-color: #162c53;
	padding: 40px 0px;
	color: #fff;
	text-align: center;
}
.core-boxes{
	padding: 40px 0px;
}
.core-boxes .service-head{
	padding: 25px 0px;
}
.core-boxes img{
	width: 75px; 
	height: 75px;
	object-fit: contain; 
}
.testimonials{
	text-align: center;
	padding: 80px 0px;
}
.testi-box .common-para{
	color: #1a1a1a;
}
.testi-box .read-more{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.testi-box img{
	padding-top: 20px;
	padding-bottom: 40px;
}

/*** partnership ***/
.partner-banner {
    background: url(../images/banner06.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.partner-banner:before{
	opacity: 0.5;
}
.partner-contents{
	padding: 150px 0px;
}
.partner-contents .heads{
	font-weight: 400;
	color: #162c53;
	padding: 50px 0px;
}
.partner-head{
	width: 585px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 40px;
	background-color: #57c5c7;
	border-radius: 10px;
}
.lead-programe{
	padding: 80px 0px;
}
.lead-programe .common-para{
	color: #1a1a1a;
}
.para-part{
	padding-bottom: 30px;
}
.lead-box{
	display: flex;
	align-items: center;
}
.lead-text{
	padding-left: 20px;
}
.lead-text .service-head{
	padding-top: 0px;
	padding-bottom: 25px;
}
.programme-box{
	padding: 30px 0px;
}
.service-head05{
	color: #946395;
}
.service-head06{
	color: #645285;
}
.help-section{
	padding: 80px 0px;
	background-color: #57c5c7;
}
.help-section .heads{
	text-align: center;
}
.tick-boxes{
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 80px;
	border-bottom: 1px solid #fff;
}
.help-text{
	text-align: center;
	flex-basis: 33%;
}
.help-text .common-para{
	font-size: 18px;
	font-weight: 400;
	padding-top: 20px;
}
.tick-mark i{
	color: #fff;
	padding: 10px;
	border: 5px solid #fff;
	border-radius: 100%;
}
.help-para a{
	text-decoration: underline;
}
.help-para{
	font-size: 22px;
	color: #fff;
	padding-top: 45px;
	font-weight: 500;
	text-align: center;
}
.sustain-section{
	padding: 80px 0px;
}
.sustain-section .heads, .sustain-section .common-para{
	text-align: center;
	color: #333;
}
.sustain-boxes{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px
}
.box-head{
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}
.scale-box:before{
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	left: 0;
	top: 0;
	margin: auto;
	opacity: 0.1;
}
.scale-box{
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 110px;
	padding-left: 30px;
	padding-right: 30px;
	flex-basis: 49%;
	margin: 15px 0px;
}
.scale-box .common-para{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 40px 0px;
	position: relative;
	z-index: 1;
}
.find-cta a{
	position: relative;
	z-index: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.grad{
	background-color: #645285;
}
.grad:before{
	background: url('../images/grad.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.lever{
	background-color: #946395;
}
.lever:before{
	background: url('../images/lever.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.associate{
	background-color: #009c9f;
}
.associate:before{
	background: url('../images/associate.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.associate02{
	background-color: #57c5c7;
}
.associate02:before{
	background: url('../images/associate02.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
}
.choose-section{
	background-color: #f9f9f9;
	padding: 80px 0px;
	text-align: center;
}
.choose-section .heads ,.choose-section .common-para{
	color: #333;
}
.why-mw-partners{
	padding: 80px 0px;
}
.why-mw-partners .heads{
	text-align: center;
}
.support-text .service-head{
	font-size: 22px;
	font-weight: 500;
	color: #162c53;
}
.support-text .lead-box{
	align-items: unset;
}
.support-text .common-para{
	color: #333;
}
.support-text .tick-mark i{
	color: #57c5c7;
	border-color: #263b5f;
}

/*** cloud ***/
.cloud-banner{
	background: url('../images/image05.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.cloud-banner:before{
	background: none;
}
.cloud-banner .slider{
	padding: 285px 0px;
}
.cloud-banner .slide-text{
	text-align: center;
}
.cloud-banner .slide-text h2{
	width: 100%;
}
.cloud-banner .slide-text .welcome-text{
	padding: 35px 0px;
}
.cloud-banner .slide-text .learn-btn{
	margin: 15px 0px;
}
.cloud-banner .slider .slick-prev, .cloud-banner .slider .slick-next {
	top: 50%;
}
.cloud-migration{
	padding: 75px 0px;
	background-color: #162c53;
}
.left-migrate .heads{
	color: #fff;
	font-weight: 500;
}
.left-migrate .learn-more{
    border: 2px solid #57c5c7;
    color: #57c5c7;
    text-decoration: none;
}
.right-migrate{
	background-color: #1c3767;
	padding: 20px;
}
.right-migrate img{
	width: 100%;
	height: 100%;
}
.right-migrate .common-para{
	font-size: 21px;
	font-weight: 500;
	margin-top: 20px;
	padding-left: 20px;
	border-left: 2px solid #57c5c7;
}
.colour-icon-section{
	padding: 80px 0px;
}
.cloud-service .common-para{
	color: #1a1a1a;
}
.cloud-service .service-box{
	flex-basis: 25%;
}
.cloud-service .service-box{
	margin: 0px;
}
.cloud-software{
	padding: 80px 0px;
	background: url('../images/image06.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #009c9f;
	background-blend-mode: overlay;
	text-align: center;
}
.software-contents{
	width: 720px;
	margin: auto;
}
.software-contents .service-head, .insight-company .service-head{
	color: #fff;
	padding-top: 0px;
}
.software-contents .learn-more{
	padding-left: 50px;
	padding-right: 50px;
}
.our-partners{
	background-color: #f6f6f6;
	padding: 80px 0px;
}
.our-partners .service-head{
	padding-top: 0px;
}
.partner-company img{
	width: 100%;
}
.insight-company .partner-company img{
	width: 100%;
	height: 250px;
	object-position: center;
	object-fit: cover;
}
.partner-company .service-head{
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 0px;
}
.insight-company{
	padding: 70px 0px;
	background-color: #162c53;
}
.contact-section{
	padding: 80px 0px;
	text-align: center;
}
.contact-us{
	width: 870px;
	margin: auto;
}
.contact-us .service-head{
	color: #162c53;
	padding-top: 0px;
}
.contact-us .common-para{
	color: #333;
}
.contact-us .learn-more{
	color: #333;
	border-color: #57c5c7;
	padding: 10px 40px;
	font-weight: 400;
}
