@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sora:wght@100..800&display=swap');
html {
	scroll-behavior: smooth;
}
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
::-moz-selection { /* Code for Firefox */
color:#ffffff;
background:#355efc;
}
::selection {
	color: #ffffff;
	background: #355efc;
}

.header {
padding:.8rem 0;
	background: #FFFFFF;
	/* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
}

.header .navbar-nav .nav-link {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	font-weight: 400;
}

.header .container-fluid,.hero_banner .container-fluid{
	padding-left: 3%;
	padding-right: 3%;
}

.hero_banner{
	margin-bottom: 230px;
}
.banner{
background: linear-gradient(270deg, #492F8D 3.59%, #017AC3 98.74%);
border-radius: 30px;
padding: 1rem;
position: relative;
}
.banner:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/background/bannerbg.png);
	background-size: cover;

}

.hero_containt{
	position: relative;
	z-index: 11;
	margin-bottom: -200px;
}

.hero_containt p{
	font-size: 1.2rem;
}
.hero_containt .container{
	margin-top: 100px;
	margin-bottom: 50px;
}
.hero_image{
	position: relative;
}

.Frame_l{
	position: absolute;
	top: 20px;
	left:20px;
}

.Frame_r{
	position: absolute;
	bottom: 20px;
	right: 20px;
}


.trusted_partner h3{
	position: relative;
}
.trusted_partner h3:after{
	position: absolute;
	content: "";
	right: 0;
	bottom: 15px;
	background-color: #cccccc;
	height: 1px;
	width: 100%;
	z-index: -1;
}
.trusted_partner h3 span{
	background-color: #ffffff;
	padding-right: 20px;
}




.footer {
	background: #EDEAF4;
	border-radius: 50px 50px 0 0;
	margin-top:150px;
}
.footer hr {
	border-top: 1px solid #cccccc;}

.contact_list {
	display: block;
	margin: 10px 0 0 0;
	font-weight: 300;
	overflow: hidden;
	padding: 0 0;
}

.contact_list li {
	color: #000000;
	display: block;
	float: left;
	padding: .3rem 0;
	width: 100%;
	font-size: .9rem;
}
.contact_list li i {
	color: #3EC4F2;
	display: block;
	float: left;
	text-align: center;
	font-size: 15px;
	width: 26px;
	padding: 3px 0 8px 0;
}
.contact_list li span {
	display: block;
	padding: 0 0 0 34px;
}
.footertop {
	background: linear-gradient(270deg, #492F8D 3.59%, #017AC3 98.74%);
	border-radius: 20px;
	padding: 4rem 3rem;
	position: relative;
	margin-top: -200px;
	margin-bottom: 40px;
}
.footertop:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background-image: url(../images/background/footerbg.svg);
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center center;
	}

.bordered_badge{
	border: solid 2px #ffffff;
	border-radius: 100px;
	padding: 5px 20px;
	color: #ffffff;
	display: inline-block;
}
.callbtn{
	padding: 10px;
	vertical-align: middle;

}
.callbtn .icon{
	background-color: #355efc;
	border-radius: 100px;
	padding:1px;
	height: 30px;
	width: 30px;
	display: block;
	float: right;
}
.callbtn span {
	display: inline-block;
	padding: 4px 10px;
}

.social svg:hover {
	fill: #ffffff;
  }
.social_list{
	margin: 0;
	padding: 0;
}
.social_list li{
	display: inline-block;
	margin-right: .5rem;
}

.footerlist li {
	display: block;
	float: left;
 padding: .3rem 0;
	width: 100%;
}
.footerlist li a {
	color: #000000;
}
.footerlist li a:hover {
	color: #492F8D;
}
.footer h5, .footer h4 {
	font-size: 1.1rem;
}
.footer_list {
	float: right;
 margin-bottom:.5rem;
}
.footer_list li:first-child {
	padding: 0;
}

.section_height{
	padding: 80px 0;
}

.footerlogo{
	margin-bottom: 20px;
}
.heading h2 {
	font-weight: 600;
	font-size: 2.5rem;
	position: relative;
	margin-bottom: 20px;
}

.business_objective{
	padding: 80px 0;
	background: linear-gradient(360deg, #FFFFFF 0%, #DCE9FF 100%);
	
}

.homecard{
	padding: 1.5rem;
background: #FFFFFF;
border: none;
box-shadow: 106px 142px 71px rgba(0, 0, 0, 0.01), 60px 80px 60px rgba(0, 0, 0, 0.05), 27px 36px 44px rgba(0, 0, 0, 0.09), 7px 9px 24px rgba(0, 0, 0, 0.1);
border-radius: 20px;
margin-bottom: 20px;

}
.topcard span{
	padding-left: 10px;
	font-size: 1.6rem;
	font-weight: 700;

}

.processbox{
	padding: 10px 0;
}
.processbox span{
	display: block;
	padding-left: 100px;
}
.process_no{
	float: left;
	display: block;
	padding: 10px;
	border-radius: 100px;
	background-color: #492F8D;
	height: 80px;
	width: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;

}

.faqwrap{
background: linear-gradient(270deg, #492F8D 3.59%, #017AC3 98.74%);

}

.accordion .card-header:after {
    font-family: 'FontAwesome';  
    content: "\f068";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
}

.faqwrap .card{
	background-color: transparent;
	border: none;


}

.accordion > .card > .card-header {
	border-radius: 0;
	margin-bottom: -1px;
	cursor: pointer;
	font-weight: 600;
}

.viewall{
	position: absolute;
	right: 0;
	top: 0;
}


.blogimg {
	border-radius: .5rem;
	   position: relative;
	   overflow: hidden;
	   height: 212px;
   }
   .blogimg img {
	   vertical-align: top;
	   width: 100%;
	   height: auto;
	   display: inline-block;
	   position: absolute;
	   left: 0;
	   top: 0;
	   /* left: 50%; */
	   /* top: 50%; */
	   /* transform: translate(-50%, -50%); */
	   /* -webkit-transform: translate(-50%, -50%); */
	   -moz-transition: all .35s cubic-bezier(.19, 1, .22, 1) 0ms;
	   -ms-transition: all .35s cubic-bezier(.19, 1, .22, 1) 0ms;
	   -o-transition: all .35s cubic-bezier(.19, 1, .22, 1) 0ms;
	   -webkit-transition: all .35s cubic-bezier(.19, 1, .22, 1) 0ms;
	   transition: all .35s cubic-bezier(.19, 1, .22, 1) 0ms;
   }
   .blogimg img:hover {
	   transform: scale(1.03);
   }

   .blogctn h6 {
	   font-size: 1rem;
	   font-weight: 500;
	   color: #000000;
   }

   .blogctn h3 a {
	   font-weight: 600;
	   color: #2A1A44;
	   font-size: 1.2rem;
	   line-height: 1.8rem;
   }
   
   .recent-article-meta ul {
	   margin: 10px 0;
	   padding: 0;
	   list-style: none;
	   display: flex;
	   align-items: center;
	   gap: 30px;
   }
   .recent-article-meta ul li {
	   line-height: 1;
   }
   .recent-article-meta ul li a {
	   display: flex;
	   align-items: center;
	   line-height: 1;
	   font-family: var(--font-work-sans);
	   font-size: 1rem;
	   font-weight: 400;
	   transition: .35s;
   }
   .recent-article-meta ul li a img {
	   margin-right: 5px;
   }
   
   .blogctn h3 {
	   font-weight: 600;
	   color: #2A1A44;
	   font-size: 1.3rem;
	   line-height: 1.8rem;
   }
   .blogbox {
	   margin-bottom: 20px;
   }
   .author{
	display: flex;
	width: 100%;
	margin-top: 20px;
   }
   .authorimg{
	border-radius: 100px;
	height: 48px;
	width: 48px;
	overflow: hidden;

   }
   .authordisp {
	padding-left: 15px;
	padding-top: 5px;
}

.innovat_wrap h2 svg{
	margin: 0 50px;
}
.innovat_img{
	overflow: hidden;
	border-radius: 20px;
}


.about_wrap,.about_wrap_sec{
	position: relative;
}
.about_wrap:before{
	position: absolute;
	content: "";
	right: 0;
	top: 100px;
	height: 100px;
	width: 100px;
	background-image: url(../images/background/about_r.png);
	background-size: 100%;
}


.about_wrap_sec:after{
	position: absolute;
	content: "";
	left: 0;
	top: 100px;
	height: 100px;
	width: 100px;
	background-image: url(../images/background/about_r.png);
	background-size: 100%;
}

.core_value_wrap{

background: linear-gradient(360deg, #FFFFFF 0%, #DCE9FF 100%);

}
.core_value_wrap .container-fluid{
	padding: 0;
}
.core_value_wrap .row{
	margin:  0;
}
.corevaluebox .topcard span {
	padding-left: 10px;
	font-size: 1.4rem;
	font-weight: 700;
}
.corevaluebox svg{
	width: 60px;
	height: 60px;
}
.owl-carousel .owl-stage-outer {

	padding-bottom: 50px;
}

.whywrap{
	background-image: url(../images/background/whywrap.png);
	background-size: 100%;
	position: relative;
}
.whywrap:before{
	position: absolute;
	content: "";
	right: 0;
	top: 100px;
	height: 100px;
	width: 100px;
	background-image: url(../images/background/about_r.png);
	background-size: 100%;
}


.whywrap:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 100px;
	height: 100px;
	width: 100px;
	background-image: url(../images/background/about_r.png);
	background-size: 100%;
}
.whywrap ul li {
	padding: 10px 0 10px 35px;
	background-image: url(../images/icons/aero.png);
	background-position: left 12px;
	background-repeat: no-repeat;
	font-size: 20px;
}
.whywrap .col-sm-7{
	border-right: solid 1px #ccc;
}


.breadcrumb-section {
	background-image: url("../images/background/breadcum.jpg");
	background-position: 50%;
	background-size: cover;
	position: relative;
	overflow: hidden;
	color: #ffffff;
}
.breadcrumb-contact{
	background-image: url("../images/background/breadcum_contact.png");

}
.service_breadcrumb{
		background-image: url("../images/background/service.png");

}
.privacy_policy_section h4{
	font-size: 1.3rem;
}
.privacy_breadcrumb{
	background-image: url("../images/background/privacybg.png");
}
.breadcrumb-blog{
	background-image: url("../images/background/breadcum.jpg");

}
.breadcrumb-section .container{
	position: relative;
	z-index: 1;
}
.breadcrumb-overlay {
background: linear-gradient(90deg, #492F8D 0%, rgba(1, 122, 195, 0.85) 40.5%, rgba(81, 81, 81, 0) 100%);
	position: absolute;
	inset: 0%;
}
.breadcrumb-bg-shape {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.breadcrumb-link-wrapper {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	border: 1px solid #ffffff;
	border-radius: 40px;
	padding: 8px 20px;
	display: flex;
}.breadcrumb-content-block {
	z-index: 5;
	grid-column-gap: 24px;
	grid-row-gap: 24px;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	position: relative;
}
.breadcrumb-link, .breadcrumb-text, .breadcrumb-separator {
	color: #ffffff;
	text-decoration: none;
}
.breadcrumb-link:hover{
	color: #ffffff;
	text-decoration: underline;


}
.breadcrumb_height{
	padding: 80px 0;
}

.info_card{
	text-align: center;
background: #FFFFFF;
box-shadow: 8px 71px 28px rgba(0, 0, 0, 0.01), 5px 40px 24px rgba(0, 0, 0, 0.05), 2px 18px 18px rgba(0, 0, 0, 0.09), 1px 4px 10px rgba(0, 0, 0, 0.1);
border-radius: 20px;
padding: 2rem;
width: 100%;
margin-bottom: 20px;
min-height: 220px;

}
.info_card h4{
	padding-top: 25px;
}

.getintouch_wrap{
		background: linear-gradient(360deg, #FFFFFF 0%, #DCE9FF 100%);
	}

.contactbox{
	padding: 2rem;
background: #FFFFFF;
box-shadow: 0px 0px 26px 25px rgba(0, 0, 0, 0.05);
border-radius: 20px;

}.pagination .page-item{
    margin: 0 5px;
}

.sidebar .widget {
	background-color: #EEEEEE;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 6px;
	overflow: hidden;
}


.widget-heading {
	font-size: 1.3rem;
	color:#492F8D;

}

.widget_list {
	margin: 0;
}

.widget_list li {
	display: block;
	padding: 10px 0;
	border-bottom: solid 1px hsl(0, 0%, 79%);
}

.widget_list li a {
	color: #454545;

}

.widget_list li a:hover,
.widget_list li.active a {
	color:#492F8D;
	text-decoration: none;

}.tag {
	display: inline-block;
	margin: 8px 5px 8px 5px;
	padding: 8px 12px;
	background-color: white;
	border-radius: 20px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	font-weight: 600;
	color: black;
}
.blog_dtl_wrap {
	background: linear-gradient(90deg, #492F8D 0%, rgba(1, 122, 195, 0.85) 50%, rgba(62, 20, 139, 0.9) 100%);
	padding: 50px 0 100px 0;
	text-align: center;
}
.blog_detail_img{
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}
.blog_detail_img img {
	width: 100%;
	height: auto;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	left: 50%; 
	 top: 50%; 
	transform: translate(-50%, -50%);
	 -webkit-transform: translate(-50%, -50%);

}

.blog_detail_wrap .container {
	margin-top: -40px;
}.center-div {
	margin: 5% auto 0 auto;
}
.center-div svg{
	width: 100%;
}

/* .service_full_wrap .container-fluid{
	padding: 0;
} */
.service-item {
	border-top: solid 4px #492F8D;
	padding-top: 20px;
	margin: 10px 0 30px 0
	
}
.service-item img {
	display: block;
	margin: 10px auto;
}

.service-item h3 {
	font-size: 1.6rem;
	margin-bottom: 15px;
	color: #000000;
}


.service-icon{
		display: block;
		padding: 10px;
		border-radius: 100px;
		background-color: #492F8D;
		height: 80px;
		width: 80px;
		text-align: center;
}

.experties_wrap{
	background-color: #EDEAF4;
	border-radius: 80px;

}


.expertiecard{
	padding: 1.5rem;
background: #FFFFFF;
border: none;
border-radius: 20px;
margin-bottom: 20px;

}


.experties_slider .owl-stage-outer {
	padding-bottom: 0;
}

.frameworkbox{
background: #ECE9F3;
box-shadow: 4px 4px 20px 7px rgba(0, 0, 0, 0.02);
border-radius: 20px;
padding:30px 20px;
margin-bottom: 20px;
text-align: center;

}
.frameworkbox h6{
	margin-top: 20px;
}
.frameworkbox img{
	border-radius: 4px;
	margin-top:20px;
}

.migrationbox{
	margin: 10px 0 20px 0;
}
.migrationbox img{
	margin-bottom: 20px;
}
.service_bluewrap{
	background: linear-gradient(360deg, #FFFFFF 0%, #DCE9FF 100%);

}


.servicelast ul li {
	padding: 10px 0 10px 35px;
	background-image: url(../images/icons/aero.png);
	background-position: left 12px;
	background-repeat: no-repeat;
	font-size: 20px;
}

.placementbox{
	padding: 1.5rem;
background: #FFFFFF;
box-shadow: 106px 142px 71px rgba(0, 0, 0, 0.01), 60px 80px 60px rgba(0, 0, 0, 0.05), 27px 36px 44px rgba(0, 0, 0, 0.09), 7px 9px 24px rgba(0, 0, 0, 0.1);
border-radius: 20px;
min-height: 170px;

}
.placementbox h4,.constructionbox h4,.constructionbox1 h4{
	font-size: 1.3rem;
}
.constructionbox h4{
	margin: 0;
}
.constructionbox{
	padding: 1.5rem;
background: #FFFFFF;
box-shadow: 106px 142px 71px rgba(0, 0, 0, 0.01), 60px 80px 60px rgba(0, 0, 0, 0.05), 27px 36px 44px rgba(0, 0, 0, 0.09), 7px 9px 24px rgba(0, 0, 0, 0.1);
border-radius: 20px;
}
.constructionbox1{
	padding: 1.5rem;
background: #FFFFFF;
box-shadow: 106px 142px 71px rgba(0, 0, 0, 0.01), 60px 80px 60px rgba(0, 0, 0, 0.05), 27px 36px 44px rgba(0, 0, 0, 0.09), 7px 9px 24px rgba(0, 0, 0, 0.1);
border-radius: 20px;
vertical-align: middle;
display: table;
width: 100%;
}
.trusted_partner .col {
	-ms-flex-preferred-size: 0 !important;
	flex-basis: 0!important;
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
	max-width: 100%!important;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: .5rem 1.5rem;
	clear: both;
	font-weight: 400;
	font-size: 14px;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}