@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    float: right;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Instrument Sans", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{    
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
    text-align:justify;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 15px;
    border-radius: 0 30px 30px 0;
}
ul.list li strong
{
	color:#000;
	font-weight: 600;
}
ul.list li span
{
	color:#2d3091;
}
.wow
{
	visibility: hidden;
}
.wrapper
{
	
}
.section
{	
	position: relative;
	z-index: 999;
}
.footer
{
	
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999999;
	background: none;
}
.header:hover
{
	background: #fff;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	background: #fff;
}
.header-top
{
    display: flex;
    align-items: center;
	padding:0px 50px;
	position: relative;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	gap:20px;
}
.nav-shrink .header-top
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top h1
{
    margin: 5px 0;
}
.header-top h1 a span, .footer article h1 a span, .nav__contact h1 a span
{
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 11.5px;
    text-align: center;
    margin-top: 5px;
}
.header-top h1 img
{
    
}
.getintouch
{
	
}
.getintouch a.linkbutton
{
    background-color: rgba(255, 255, 255, 0.1);
}
.header:hover .getintouch a.linkbutton, .nav-shrink a.linkbutton
{
    background: #0c2e8a;
}
.nav
{
	margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin:0 12px;
}
.nav ul li a
{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 20px 0px;
}
.header:hover .nav ul li a, .nav-shrink .nav ul li a
{
    color: #2b2c2e;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #0c2e8a;
	display: none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 0px #0c2e8a;
	display: none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
	height: 5px;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    border-top: solid 5px #0c2e8a;
}
.nav ul li a i
{
    width: 15px;
    height: 10px;
    position: absolute;
    bottom: 21px;
    right: -18px;
    margin: auto;
}
.nav ul li a i:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0px;
    transform: rotate(-45deg);
    transform-origin: top;
}
.header:hover .nav ul li a i:before
{
    background: #2b2c2e;
}
.nav ul li a i:after
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0px;
    transform: rotate(45deg);
    transform-origin: top;
}
.header:hover .nav ul li a i:after
{
    background: #2b2c2e;
}
.nav ul li:hover > a i:before,
.nav ul li:hover > a i:after
{
    height: 10px;
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    z-index: 9999999;
	left:-25px;
	padding:15px 0;
	width: 200px;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    color: #2d3a3f;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 25px;
	text-align:left;
	font-size:16px;
}
.nav ul ul li:after
{
	content: " ";
	background: #e92622;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	width: 0px;
}
.nav ul ul li:hover:after
{
	width: 5px;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#000;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.menu-icon
{
    height: 48px;
    width: 48px;
    position: fixed;
    z-index: 99999999;
    top: 31px;
    right: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;
    background: #fff;
    border-radius: 50%;
}
.nav-active .menu-icon
{
    z-index: 9999999999;
}
.menu-icon__line
{
	height: 1px;
	width: 25px;
	display: block;
	background-color: #0c2e8a;
	border-radius:3px;
	-webkit-transition: transform 0.2s ease, background-color 0.5s ease;
	transition: transform 0.2s ease, background-color 0.5s ease;
	position: absolute;
	display:block;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.menu-icon__line-left
{
	width: 25px;
	margin-top:-8px;
    left: 8px;
}
.menu-icon:hover .menu-icon__line-left
{
    left: -8px;
}
.menu-icon__line-right
{
	width: 25px;
	margin-top:8px;
    left: 8px;
}
.menu-icon:hover .menu-icon__line-right
{
    left: -8px;
}
.navigation
{
	position: fixed;
	z-index: 999999999;
}
.navigation-circle
{
    background: url(../images/DlineCircle.svg) left center no-repeat;
    background-size: contain;
    width: 120%;
    height: 120vh;
    position: fixed;
    top: -20vh;
    bottom: 0;
    left: -60vh;
    right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
			-webkit-animation: spinner 10s linear infinite;
			-moz-animation: spinner 10s linear infinite;
			-ms-animation: spinner 10s linear infinite;
			-o-animation: spinner 10s linear infinite;
			animation: spinner 10s linear infinite;
}
	@keyframes spinner
	{
	  from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	  }
	  to {
		-ms-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg);
	  }
	}

.navigation:before
{
  content: "";
  position: fixed;
  width: 100%;
  left:0;
  height: 100vh;
  background: #fff;
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(0%) translateY(-100%);
}
.navigation:after
{
  content: "";
  position: fixed;
  width: 40%;
  right:0;
  height: 100vh;
  background: #fff;
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(100%) translateY(0%);
	display: none;
}
.navigation:after {
  transition-delay: 0s;
}
.navigation:before {
  transition-delay: 0.1s;
}
.nav__contact
{
    position: fixed;
    width: 40%;
    cursor: pointer;
    padding: 50px;
   visibility: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.nav__contact h1
{
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.nav__content {
  position: fixed;
  /*top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);*/
  width: 60%;
  cursor: pointer;
  padding:50px;
  visibility: hidden;
  right:0;
}
.menu-phone-no
{
	margin-top: auto;
}
.menu-phone-no ul
{
	padding: 0;
	margin: 0;
}
.menu-phone-no ul li
{
	display: inline-block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.menu-phone-no ul li a
{
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 12px 6px 40px;
    border-radius: 8px;
}
.menu-phone-no ul li a small
{
	display: block;
    font-size: 14px;
    font-weight: 400;
}
.menu-phone-no ul li a:before
{
    content: "\f095";
    font-family: 'FontAwesome';
    position: absolute;
    top: 6px;
    left: 6px;
    background: #fff;
    color: #0c2e8a;
    width: 28px;
    height: 28px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 3px 0px rgba(0,0,0,0.1);
}
.menu-social-media
{
	margin-top: 20px;
}
.menu-social-media ul
{
	padding: 0;
	margin: 0;
}
.menu-social-media ul li
{
	float: left;
    margin-right: 3px;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.menu-social-media ul li a
{
	display: block;
    background: #4267b2;
    color: #fff;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 26px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-social-media ul li:nth-of-type(2) a
{
    background: #179cf0;
}
.menu-social-media ul li:nth-of-type(3) a
{
    background: #0a66c2;
}
.menu-social-media ul li:nth-of-type(4) a
{
    background: #e6001a;
}
.menu-social-media ul li:nth-of-type(5) a
{
    background: #179cf0;
}
.nav__list
{
	width: 50%;
}
.nav__list_small
{
	width: 50%;
}
.nav__content .menu-item
{
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.nav__content .menu-item a
{
    font-size: 30px;
    font-weight: 800;
    color: #242a27;
    display: inline-block;
    margin: 10px 0;
    position: relative;
}
.nav__list_small h3
{
	visibility: hidden;
    color: #30364c;
    font-weight: 600;
    font-size: 20px;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.nav__list_small .menu-item a
{
    font-size: 18px;
    font-weight: 700;
    color: #242a27;
    display: inline-block;
    margin: 5px 0;
    position: relative;
}
.nav__content .menu-item a:hover
{
    padding-left: 10px;
}
.nav__content .menu-item a:before
{
    content: "";
    background: #0c2e8a;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
	border-radius: 0 30px 30px 0;
}
.nav__content .menu-item a:hover:before
{
	width:5px;
}
.nav-social-icon
{
    position: absolute;
    bottom: -35px;
    right: 50px;
  opacity: 0;
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  -webkit-transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
}
.nav-social-icon a
{
    display: flex;
    font-size: 22px;
    color: #fff;
    text-align: center;
    float: left;
    position: relative;
    width: 47px;
    height: 47px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	overflow:hidden;
    margin-left: 5px;
	z-index:9;
}
.nav-social-icon a:before
{
    content: " ";
    background: linear-gradient(75deg,#32036a,#8f58a3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    width: 0%;
}
.nav-social-icon a:hover:before
{
	width:100%;
}
.nav-social-icon a:after
{
    content: " ";
    background: #1b1b1d;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
    border-radius: 50%;
    margin: 2px;
}
.nav-social-icon a:hover
{
	
}
body.nav-active .menu-icon__line {
  transform: translateX(0px) rotate(-45deg);
	width: 0;
}
body.nav-active .menu-icon__line-left {
  transform: translateX(0px) rotate(-45deg);
	margin-top:-0;
	left: 0;
	width: 30px;
}
body.nav-active .menu-icon__line-right {
  transform: translateX(0px) rotate(45deg);
	margin-top:-0;
	left: 0;
	width: 30px;
}
body.nav-active .navigation, body.nav-active .nav__list_small h3, body.nav-active .navigation-circle, body.nav-active .nav__content, body.nav-active .nav__contact
{
  visibility: visible;
}
body.nav-active .navigation:before, body.nav-active .navigation:after {
  transform: translateX(0%) translateY(0%);
}
body.nav-active .navigation:after {
  transition-delay: 0.1s;
}
body.nav-active .navigation:before {
  transition-delay: 0s;
}
body.nav-active .nav__content .menu-item, body.nav-active .navigation-circle, body.nav-active .nav__contact h1, body.nav-active .menu-phone-no ul li, body.nav-active .menu-social-media ul li, body.nav-active .nav__list_small h3
{
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}
body.nav-active .nav__content .menu-item:first-of-type
{
  transition-delay: 0.5s;
}
body.nav-active .nav__content .menu-item:nth-of-type(1)
{
  transition-delay: 0.6s;
}
body.nav-active .nav__content .menu-item:nth-of-type(2)
{
  transition-delay: 0.7s;
}
body.nav-active .nav__content .menu-item:nth-of-type(3), body.nav-active .nav__contact h1
{
  transition-delay: 0.8s;
}
body.nav-active .nav__content .menu-item:nth-of-type(4), body.nav-active .menu-phone-no ul li
{
  transition-delay: 0.9s;
}
body.nav-active .nav__content .menu-item:nth-of-type(5), body.nav-active .menu-phone-no ul li:nth-of-type(2), body.nav-active .nav__list_small h3
{
  transition-delay: 1s;
}
body.nav-active .nav__content .menu-item:nth-of-type(6), body.nav-active .menu-social-media ul li
{
  transition-delay: 1.1s;
}
body.nav-active .nav__content .menu-item:nth-of-type(7), body.nav-active .menu-social-media ul li:nth-of-type(2)
{
  transition-delay: 1.2s;
}
body.nav-active .nav__content .menu-item:nth-of-type(8), body.nav-active .menu-social-media ul li:nth-of-type(3)
{
  transition-delay: 1.3s;
}
body.nav-active .nav__content .menu-item:nth-of-type(9), body.nav-active .menu-social-media ul li:nth-of-type(4)
{
  transition-delay: 1.4s;
}
body.nav-active .nav__content .menu-item:nth-of-type(10), body.nav-active .menu-social-media ul li:nth-of-type(5)
{
  transition-delay: 1.5s;
}
body.nav-active .nav__content .menu-item:nth-of-type(11)
{
  transition-delay: 1.6s;
}
body.nav-active .nav__content .menu-item:nth-of-type(12)
{
  transition-delay: 1.7s;
}
.banner
{
	background: url("../images/Banner.jpg") right center no-repeat;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
	display: flex;
	align-items: center;
	padding: 0 50px;
}
.banner:before
{
	content: " ";
	background: url("../images/Dline.svg") left center no-repeat;
	background-size: contain;
    width: 100%;
    height: 120vh;
	position:absolute;
	top: -20vh;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -7;
	opacity: 0.5;
}
.banner:after
{
	content: " ";
	background: url("../images/Shape.svg") left center no-repeat;
	background-size: contain;
    width: 100%;
    height: 100vh;
	position:absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -8;
}
/*.banner:before
{
	content: " ";
    position: absolute;
    top: -500px;
    right: -300px;
    width: 1200px;
    height: 1200px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c2e8a, #a32b19, #2c3249) border-box;
    border-radius: 50em;
    border: 120px solid transparent;
    z-index: -8;
    filter: blur(75px);
}
.banner:after
{
	content: " ";
    position: absolute;
    top: -500px;
    right: -300px;
    width: 1200px;
    height: 1200px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c2e8a, #a32b19, #2c3249) border-box;
    border-radius: 50em;
    border: 120px solid transparent;
    z-index: -8;
    filter: blur(75px);
}*/
.banner aside
{
	width: 500px;
}
.banner aside h3
{
    color: #940607;
    font-size: 22px;
    font-weight: 600;
}
.banner aside h1
{
    color: #30364c;
    font-size: 64px;
    font-weight: 800;
}
.banner aside h1 span
{
    background: #0c2e8a;
    padding: 0 8px;
    border-radius: 0px 30px 30px 0px;
    color: #fff;
}
.container
{
    padding-top:50px;
    padding-bottom:50px;
}
.container h2
{
    font-size: 32px;
    color: #30364c;
    font-weight: 800;
    line-height: 38px;
}
.container h3
{
    color: #940607;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #0c2e8a;
    padding: 16px 20px 16px 20px;
    margin: 15px 0;
    position: relative;
    border-radius: 0px 30px 30px 0px;
}
a.linkbutton:hover
{
	border-radius: 30px;
    padding: 16px 56px 16px 20px;
}
a.linkbutton:before
{
    content: " ";
    background: #fff;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 3px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transform: translateY(-50%) scale(0);
}
a.linkbutton:hover:before
{
    transform: translateY(-50%) scale(1);
}
a.linkbutton:after
{
    content: " ";
    border-top: solid 2px #0c2e8a;
    border-right: solid 2px #0c2e8a;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 20px;
    width: 0px;
    height: 0px;
    transform: translateY(-50%) rotate(45deg);
	transition-delay: 0.2s;
	opacity: 0;
}
a.linkbutton:hover:after
{
    width: 15px;
    height: 15px;
	opacity: 1;
}
.intro
{
	position: relative;
    background: #0c2e8a url("../images/texture.svg") center center;
	background-size: 20px;
	overflow: hidden;
	z-index: 9;
}
.texture-circle
{
    background: url(../images/DlineCircle.svg) right center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: spinner 10s linear infinite;
    -moz-animation: spinner 10s linear infinite;
    -ms-animation: spinner 10s linear infinite;
    -o-animation: spinner 10s linear infinite;
    animation: spinner 10s linear infinite;
	z-index: 8;
}
.intro:before, .vision-mission:before, .careers-culture:before
{
	content: " ";
    background: url("../images/CornerShape.svg") center center no-repeat;
	background-size: contain;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 150px;
    height: 150px;
    transform: rotate(-180deg);
	z-index: -8;
}
.intro:after, .vision-mission:after, .careers-culture:after
{
	content: " ";
    background: url(../images/CornerShape.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    height: 150px;
	z-index: -8;
}
.home-vision-mission
{
    background-color: #231f20 !important;
}
.home-vision-mission:before
{
    left: auto !important;
    right: 0 !important;
    transform: rotate(-90deg) !important;
}
.home-vision-mission:after
{
    right: auto;
    left: 0;
    transform: rotate(90deg);
}
.intro figure
{
	width:45%;
	display: flex;
	gap:10px;
	position: relative;
	z-index: 999;
}
.intro figure img
{
	width:33.333333%;
	border-radius: 30px;
    -webkit-animation: introimg 2s linear infinite;
    -moz-animation: introimg 2s linear infinite;
    -ms-animation: introimg 2s linear infinite;
    -o-animation: introimg 2s linear infinite;
    animation: introimg 2s linear infinite;
}
@keyframes introimg
{
	0%
	{
    	transform: translateY(50px);
	}
	50%
	{
    	transform: translateY(0px);
	}
	100%
	{
    	transform: translateY(50px);
	}
}
.intro figure img:nth-of-type(2)
{
    -webkit-animation: introimgrev 2s linear infinite;
    -moz-animation: introimgrev 2s linear infinite;
    -ms-animation: introimgrev 2s linear infinite;
    -o-animation: introimgrev 2s linear infinite;
    animation: introimgrev 2s linear infinite;
}
@keyframes introimgrev
{
	0%
	{
    	transform: translateY(0px);
	}
	50%
	{
    	transform: translateY(50px);
	}
	100%
	{
    	transform: translateY(0px);
	}
}
.intro aside
{
	width:45%;
	margin-left: auto;
	position: relative;
	z-index: 999;
}
.intro aside h2,
.intro aside h3,
.intro aside p
{
	color: #fff;
}
.intro aside a.linkbutton, .section-contact a.linkbutton
{
    color: #0c2e8a;
    background: #fff;
}
.intro aside a.linkbutton:before, .section-contact a.linkbutton:before
{
    background: #0c2e8a;
}
.intro aside a.linkbutton:after, .section-contact a.linkbutton:after
{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.why-devoir
{
	position: relative;
	z-index: 9;
}
/*.why-devoir:before*/
/*{*/
/*	content: " ";*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    right: 0px;*/
/*    width: 700px;*/
/*    height: 700px;*/
/*    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c2e8a, #a32b19, #2c3249) border-box;*/
/*    border-radius: 50em;*/
/*    border: 120px solid transparent;*/
/*    z-index: -8;*/
/*    filter: blur(75px);*/
/*}*/
.why-devoir-content
{
	width: 40%;
	position: sticky;
	top: 100px;
}
.why-devoir-list
{
	width: 50%;
}
.why-devoir-list ul
{
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.why-devoir-list ul li
{
	float: left;
	width: 100%;
	padding: 50px 30px;
	text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
	border-top: solid 1px #fff;
    border-radius: 30px;
    backdrop-filter: blur(6px);
}
.why-devoir-list ul li img
{
	margin: 15px 0;
}
.why-devoir-list ul li h3
{
    color: #000;
}
.services
{
	position: relative;
    background: #0c2e8a url("../images/texture.svg") center center;
	background-size: 20px;
	text-align: center;
	overflow: hidden;
	z-index: 9;
}
.services .row
{
    max-width: 1000px;
}
.services h3,
.services h2,
.services p
{
	color: #fff;
}
.services:before
{
	content: " ";
    background: url("../images/CornerShape.svg") center center no-repeat;
	background-size: contain;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 150px;
    height: 150px;
    transform: rotate(-90deg);
	z-index: -8;
}
.services:after
{
	content: " ";
    background: url(../images/CornerShape.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 150px;
    transform: rotate(90deg);
	z-index: -8;
}
.services-slider
{
	/*display:flex;
	flex-wrap:nowrap;*/
}
.services-slider ul
{
	padding: 0;
	margin: 0 -15px;
}
.services-slider ul li
{
	float: left;
	width: 25%;
}
.services-slider ul li a, .HomeServiceSlider .item a
{
	display: block;
	position: relative;
	border-radius: 30px;
	overflow: hidden;
	flex-shrink:0;
	z-index: 9;
}
.services-slider ul li a:after, .HomeServiceSlider .item a:after
{
	content: " ";
    background: rgba(0,0,0,0.1);
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	mix-blend-mode: multiply;
}
.services-slider ul li a:hover:after, .HomeServiceSlider .item a:hover:after
{
    background: rgba(12,46,138);
}
.services-slider ul li a:before, .HomeServiceSlider .item  a:before
{
	content: " ";
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
	z-index: 9;
}
.services-slider ul li a figure, .HomeServiceSlider .item a figure
{
	
}
.services-slider ul li a figure img, .HomeServiceSlider .item a figure img
{
	width: 400px;
	height: 350px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-slider ul li a:hover figure img, .HomeServiceSlider .item a:hover figure img
{
	transform: scale(1.05);
}
.services-slider ul li a figcaption, .HomeServiceSlider .item a figcaption
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 999;
	padding: 10px;
}
.services-slider ul li a figcaption h2, .HomeServiceSlider .item a figcaption h2
{
    font-size: 24px;
	margin: 0;
    transform: translateY(24px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-slider ul li a:hover figcaption h2, .HomeServiceSlider .item a:hover figcaption h2
{
    transform: translateY(0px);
}
.services-slider ul li a figcaption p, .HomeServiceSlider .item a figcaption p
{
	font-size: 15px;
	margin: 0;
    transform: translateY(20px);
	opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-slider ul li a:hover figcaption p, .HomeServiceSlider .item a:hover figcaption p
{
    transform: translateY(0px);
	opacity: 1;
}
.services-slider ul li a .servicehover, .HomeServiceSlider .item a .servicehover
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 9999;
    color: #0c2e8a;
    font-size: 36px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
	transform: scale(0);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.services-slider ul li a:hover .servicehover, .HomeServiceSlider .item a:hover .servicehover
{
	transform: scale(1);
}
.services-slider ul li a .servicehover:after, .HomeServiceSlider .item a .servicehover:after
{
	font-family: 'Material Symbols Outlined';
	content: "\f8ce";
    transform: translate(-35px, 35px);
    opacity: 0;
	transition-delay: 0.5;
}
.services-slider ul li a:hover .servicehover:after, .HomeServiceSlider .item a:hover .servicehover:after
{
    transform: translate(0px, 0px);
    opacity: 1;
}
.counts
{
	
}
.count
{
	width: 48%;
}
.count ul
{
	padding:0;
	margin:0 -10px;
}
.count ul li
{
	padding: 15px 0;
    width: 50%;
    float: left;
}
.count ul li article
{
	text-align:center;
}
.count ul li article figure
{
    background: #fff;
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
	position: relative;
    margin: auto;
}
.count ul li article figure:before
{
	content: " ";
    background: #fff;
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -8;
    border: 2px dashed #940607;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-animation: spinner 10s linear infinite;
    -moz-animation: spinner 10s linear infinite;
    -ms-animation: spinner 10s linear infinite;
    -o-animation: spinner 10s linear infinite;
    animation: spinner 10s linear infinite;
}
.count ul li article figure img
{
	max-width:50px;
	max-height:50px;
}
.count ul li article aside
{
	width: auto;
	padding: 0;
}
.count ul li article aside h1
{
    color: #30364c;
    font-weight: 800;
    font-size: 38px;
    margin: 15px 0;
}
.count ul li article aside h1:after
{
    content: "+";
    font-size: 26px;
    font-weight: 300;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.count ul li article aside h3
{
    background: #940607;
    font-size: 14px;
    margin: auto;
    color: #fff;
    padding: 3px 10px;
    border-radius: 30px;
    width: 212px;
}
.counts figure
{
	width: 48%;
	margin-left: auto;
}
.counts figure img
{
	border-radius: 30px;
}
.our-partners
{
	position: relative;
	text-align: center;
}
.our-partners:before
{
    content: " ";
    position: absolute;
    top: -250px;
    right: 0px;
	left: 0;
	margin: auto;
    width: 700px;
    height: 700px;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #0c2e8a, #a32b19, #2c3249) border-box;
    border-radius: 50em;
    border: 120px solid transparent;
    z-index: -8;
    filter: blur(75px);
}
.our-partners ul
{
	padding: 0;
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:30px;
	position: relative;
}
.our-partners ul:after
{
	content: " ";
    border-top: dashed 1px #30364c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 75%;
    z-index: -8;
}
.our-partners ul li
{
	width: 20%;
    background-color: rgba(255, 255, 255, 0.3);
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
    border-radius: 50%;
    backdrop-filter: blur(6px);
	position: relative;
}
.our-partners ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    font-size: 10px;
}
.our-partners ul li:first-of-type:before
{
    display: none;
}
.our-partners ul li:after
{
	content: " ";
	padding-top: 100%;
	display: block;
}
.our-partners ul li figure
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-partners ul li figure img
{
	max-height: 100px;
    width:50%;
}
.clients
{
	text-align: center;
}
.testimonials
{
	
}
.testimonials .owl-prev,
.testimonials .owl-next
{
	display: none !important;
}
.testimonials .row
{
	display: flex;
}
.testimonials figure
{
	width: 40%;
	text-align: center;
	position: relative;
	margin-top: auto;
}
.testimonials figure:before
{
	content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 400px;
    height: 400px;
    margin: auto;
    z-index: -7;
    border-radius: 50%;
}
.testimonials figure img
{
	height: 520px;
}
.testimonials aside
{
	width: 60%;
	text-align: center;
}
.testimonials .TestimonialSlider, .CaseStudiesSlider
{
	margin-top: 50px;
    padding-bottom: 35px;
}
.TestimonialSlider.owl-carousel .owl-stage,
.TestimonialSlider.owl-carousel.owl-drag .owl-item,
.CaseStudiesSlider.owl-carousel .owl-stage,
.CaseStudiesSlider.owl-carousel.owl-drag .owl-item
{
	display: flex;
}
.testimonials .TestimonialSlider .item
{
    background: #eff2f8;
	padding: 15px 30px;
	border-radius: 30px;
	text-align: left;
	position: relative;
    display: flex;
    flex-direction: column;
}
.testimonials .TestimonialSlider .item:before
{
	content: "\f10d";
    font-family: 'FontAwesome';
    margin: 15px 0 0 0;
    color: #940607;
    font-size: 60px;
    display: block;
    margin-left: -26px;
}
.testimonials .TestimonialSlider .item h3
{
    color: #363233;
    font-size: 16px;
    margin-top: auto;
    line-height: 22px;
}
.testimonials .TestimonialSlider .item h3 small
{
    color: #0c2e8a;
    font-size: 20px;
	display: block;
}
.section-contact
{
    background: #0c2e8a url(../images/texture.svg) center center;
    background-size: 20px;
	padding: 35px 0px;
	position: relative;
	z-index: 9;
	text-align: center;
}
.section-contact:before
{
    content: " ";
    background: url(../images/CornerShape.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    transform: rotate(0deg);
    z-index: -8;
}
.section-contact:after
{
    content: " ";
    background: url(../images/CornerShape.svg) center center no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100px;
    transform: rotate(90deg);
    z-index: -8;
}
.section-contact .row.alignmiddle
{
	justify-content: center;
	gap:20px;
}
.section-contact  h2
{
    color: #fff;
}
.footer
{
	border-top: solid 1px #eff2f8;
	position:relative;
}
.footer h3
{
    color: #30364c;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:35px 0;
}
.footer article aside
{
    margin-right:3.5%;
}
/* .footer article aside:nth-of-type(4)
{
    margin-right:0;
} */
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: block;
    color: #000;
    font-size: 17px;
	line-height:28px;
	position:relative;
}
.footer article aside ul li a:hover
{
    color: #4B4B4B;
}
.social-icon-footer
{
	
}
.social-icon-footer a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icon-footer a:nth-of-type(2)
{
    background: #179cf0;
}
.social-icon-footer a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    font-size: 17px;
	line-height:28px;
	text-align:left;
}
.footer p strong
{
    color: #0c2e8a;
    font-weight: 500;
	display:block;
}
.footer-bottom
{
	background: #0c2e8a;
	padding:15px 0px; 
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 9;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-title-black
{
	background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index: 8;
}
.page-title:before
{
    content: " ";
    background: url(../images/Dline.svg) left center no-repeat;
    background-size: contain;
    width: 100%;
    height: 120vh;
    position: absolute;
    top: -20vh;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0.5;
}
.page-title-image-only, .page-title-image-blog
{
    background-size: cover;
	background-repeat: no-repeat;
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 9;
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-position: center;
}
.page-title-image-only article
{
	position: relative;
	z-index: 9999;
	text-align: center;
	width: 700px;
	margin: auto;
}
.page-title-image-only article figure
{
	background: #fff;
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
}
.page-title-image-only article figure img
{
    max-height: 76px;
}
.page-title-image-only article figure p
{
	margin: 0;
	color: #000 !important;
}
.page-title-image-only article h2
{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
}
.page-title-image-only article h3
{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}
.page-title-image-only article p
{
	color: #fff;
}
.page-title:after
{
    content: " ";
    background: url(../images/Shape.svg) left center no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.page-title-only
{
    background: #d3daea url(../images/Dline.svg) right center no-repeat;
    background-size: contain;
    text-align: center;
	padding: 130px 20px 20px 20px;
}
.page-title h2
{
    font-size: 46px;
    color: #30364c;
    font-weight: 700;
    margin-top: auto;
	margin-right: auto;
	position: relative;
	z-index: 9999;
}
.page-title-only h2
{
    font-size: 46px;
    color: #30364c;
    font-weight: 700;
}
.page-title nav
{
    margin-right: auto;
	position: relative;
	z-index: 9999;
	margin-bottom: 20px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    position: absolute;
    font-weight: 200;
    font-size: 22px;
    top: -3px;
    left: -23px;
    color: #0c2e8a;
}
.page-title nav ul li a
{
    display: block;
    color: #0c2e8a;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    text-decoration:underline;
}
.aboutus
{
	position: relative;
}
.aboutus:before
{
    content: " ";
    background: url(../images/Dline.svg) left center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	opacity: 0.5;
	z-index: -8;
    transform: rotate(180deg);
}
.aboutus figure
{
    width: 40%;
	background: url("../images/LineShape.svg") center center no-repeat;
	background-size: contain;
}
.aboutus aside
{
    width: 55%;
    margin-left: auto;
}
.aboutus aside p
{
	text-align: justify;
}
.vision-mission
{
    background: #0c2e8a url(../images/texture.svg) center center;
    background-size: 20px;
	position: relative;
	z-index: 9;
}
.vision-mission .row
{
    max-width: 1000px;
}
.vision-mission article
{
	width: 45%;
	display: flex;
}
.vision-mission article:nth-of-type(even)
{
	margin-left: auto;
}
.vision-mission article figure
{
	width: 100px;
	height: 100px;
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.vision-mission article figure:before
{
	content: " ";
	border: dashed 1px #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
    animation: spinner 10s linear infinite;
}
.vision-mission article aside
{
    width: 72%;
    margin-left: auto;
}
.vision-mission article aside p,
.vision-mission article aside h3
{
	color: #fff;
}
.team
{
	
}
.team ul
{
	padding: 0;
	margin: 0 -15px;
}
.team ul li
{
	width: 33.333333%;
	float: left;
}
.team ul li figure
{
	margin: 15px;
	position: relative;
}
.team ul li figure:before
{
	content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 0;
    left: 12px;
    width: 50px;
    height: 75px;
    border-radius: 0 60px 60px 0;
    transform: rotate(45deg);
}
.team ul li figure img
{
	border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team ul li figure h3
{
	color: #0c2e8a;
	position: relative;
    line-height: 20px;
}
.team ul li figure h3 small
{
    color: #2b2c2e;
	display: block;
    font-size: 16px;
}
.team ul li figure h3 a
{
    background: #0a66c2;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.case-studies
{
	
}
.case-studies h2
{
	text-align: center;
    margin-top: 35px;
}
.case-studies article
{
    display: flex;
    align-items: center;
	margin: 30px 0;
}
.case-studies article figure
{
    width: 30%;
	position: relative;
}
.case-studies article figure img
{
	border-radius: 50%;
}
.case-studies article figure i
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    margin: auto;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case-studies article figure i img
{
	border-radius: 0;
}
.case-studies article aside
{
    width: 65%;
    margin-left: auto;
}*/
.careers-intro
{
	
}
.careers-intro figure
{
    width: 40%;
}
.careers-intro aside
{
    width: 55%;
    margin-left: auto;
}
.careers-culture
{
    background: #0c2e8a url(../images/texture.svg) center center;
    background-size: 20px;
	text-align: center;
}
.careers-culture h2,
.careers-culture h3,
.careers-culture p
{
	color: #fff;
}
.careers-culture ul
{
	padding: 0;
	margin: 30px 0 0 0;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr ; 
	gap:20px;
}
.careers-culture ul li
{
	width: 100%;
	background: rgba(7,22,62,0.3);
	padding: 35px 50px;
	border-radius: 30px;
}
.careers-culture ul li img
{
	margin: 15px 0;
}
.careers-learning
{
	
}
.careers-learning article
{
	width: 50%;
	display: flex;
	align-items: center;
	float: left;
	margin-top: 30px;
}
.careers-learning article figure
{
	width: 50%;
}
.careers-learning article figure img
{
	border-radius: 30px;
}
.careers-learning article aside
{
	width: 50%;
	padding: 0 20px;
}
.careers-benefits
{
    position: relative;
}
.careers-benefits figure
{
    width: 40%;
    position: sticky;
    top: 100px;
}
.careers-benefits figure img
{
	border-radius: 30px;
}
.careers-benefits aside
{
    width: 55%;
}
.anchor
{
	position: absolute;
	top: -120px;
}
.career-details
{
	position: relative;
}
.career-details fieldset
{
	
}
.career-details .formfield h2
{
    margin-left: 0;
    margin-top: 0;
    font-size: 22px;
    border-bottom: solid 1px #bdc5d8;
    padding-bottom: 10px;
}
.career-details .formfield h3
{
    font-size: 16px;
    font-weight: 500;
}
.career-details .formfield label
{
    padding: 0;
}
.career-details
{
	
}
.career-details h2
{
	margin-top: 0;
}
.career-details fieldset
{
    background: none;
    padding: 0;
    width: auto
}
.career-details.formfield
{
	
}
.career-details .formfield form
{
	display: flex;
	gap:10px;
}
.career-details .formfield input[type=button]
{
	margin: 0;
	width: 100%;
}
.searchjob
{
	background: url(../images/search.svg) right 10px center no-repeat;
	background-size:22px;
    width: 20%;
}
.searchcity
{
	background:url(../images/city.svg) right 10px center no-repeat;
	background-size:22px;
    width: 20%;
}
.searchjob input[type=search], .searchcity input[type=search]
{
	background: none !important;
}
.career-details .selectdiv
{
    width: 20%;
}
.career-details .selectdiv select
{
    border-radius: 0 30px 30px 0px;
}
.searchbutton
{
	width:15%;
	margin-left: auto;
}
.career-details article
{
	
}
.career-details article ul
{
	padding: 0;
	margin: 30px 0 0 0;;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:15px;
}
.career-details article ul li
{
	width: 100%;
}
.career-details article ul li a
{
	display: block;
    border: solid 1px #ccd2e3;
    padding: 5px 20px;
    background: #fff;
    margin: 15px 0;
    border-radius: 6px;
    position: relative;
}
.career-details article ul li a:hover
{
    border: solid 1px #fff;
    box-shadow: 8px 18px 26px rgb(177 207 205 / 30%);
}
.career-details article ul li a h5
{
    margin: 15px 0;
    color: #9f9f9f;
    font-size: 14px;
}
.career-details article ul li a h2
{
    font-size: 20px;
    font-weight: 800;
}
.career-details article ul li a h2 small
{
    font-weight: 400;
    color: #666;
}
.career-details article ul li a p
{
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;margin-top: 0px;
}
.career-details article ul li a p i
{
    color: #0c2e8a;
    font-size: 18px;
    position: absolute;
    top: 1px;
    left: 0;
}
.career-details article ul li a span, .job-desc span
{
    color: #000;
    display: inline-block;
    background: #d3daea;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 6px;
    border-radius: 0 30px 30px 0;
    margin-right: 3px;
}
.career-details article ul li a button
{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #0c2e8a;
    padding: 8px 15px 8px 15px;
    margin: 15px 0;
    position: relative;
    border-radius: 0px 30px 30px 0px;
    border: solid 1px #0c2e8a;
    font-family: "Instrument Sans", sans-serif;
    cursor: pointer;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.career-details article ul li a:hover button
{
    color: #0c2e8a;
    background: #fff;
    border: solid 1px #0c2e8a;
}
.job-details
{
	
}
.job-details h2
{
    font-size: 26px;
}
.job-desc
{
    width: 65%;
}
.job-form
{
    width: 30%;
}
.job-information
{
	margin: 15px 0;
}
.job-information article
{
    border: 1px solid #ccd2e3;
	border-radius: 10px;
	padding: 0 15px;
}
.job-information h4
{
    line-height: 20px;
    position: relative;
    border-top: 1px solid #ccd2e3;
    padding-top: 10px;
	padding-left: 25px;
    padding-bottom: 10px;
	font-weight: 500;
}
.job-information h4 i
{
    color: #0c2e8a;
    font-size: 18px;
    position: absolute;
    top: 12px;
    left: 0;
}
.job-information h4:first-of-type
{
    border-top: none;
}
.job-information h4 small
{
    font-size: 15px;
	position: absolute;
	font-weight: 400;
	left: 200px;
}
.job-application
{
	max-width: 800px;
}
.job-application h2
{
    font-size: 26px;
}
.job-application p
{
	margin-left: 10px;
}
.resume-upload
{
	display: flex;
}
.resume-upload label
{
    border: 1px dashed #ccd2e3;
	padding: 10px;
	text-align: center;
	cursor: pointer;
	width: 66%;
	line-height: 24px;
	margin-left: 10px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.resume-upload label span
{
	color: #0c2e8a;
	font-weight: 500;
    display: contents;
}
.resume-upload input[type=file]
{
	display: none;
}
.resume-upload aside
{
	width: 30%;
	text-align: center;
	margin-left: auto;
}
.resume-upload aside p
{
    line-height: 18px;
    font-size: 14px;
	margin: 0 0 10px 0
}
.resume-upload aside button
{
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    border: none;
    background: #6875e2;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border-radius: 0 30px 30px 0;
	cursor: pointer;
	position: relative;
}
.resume-upload aside button:nth-of-type(2)
{
    background: #2769ef;
}
.resume-upload aside button:before
{
    content: " ";
    background: #fff url(../images/ZohoJob.png) center center no-repeat;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 1px;
    width: 42px;
    height: 42px;
}
.resume-upload aside button:nth-of-type(2):before
{
    content: " ";
    background: #fff url("../images/IndeedJob.png") center center no-repeat;
}
.job-application a
{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #0c2e8a;
    padding: 3px 6px 3px 6px;
    border-radius: 0px 30px 30px 0px;
    position: relative;
    top: -3px;
    margin-left: 15px;
}
.job-application .name,
.job-form .name
{
    position: relative;
	padding-left: 175px;
}
.job-form .name
{
	padding-left: 115px;
}
.job-application .name .selectdiv,
.job-form .name .selectdiv 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 175px;
}
.job-form .name .selectdiv 
{
    width: 116px;
}
.job-application .name .selectdiv select,
.job-form .name .selectdiv select
{
    border: 1px solid #d2dfe3;
}
.duration
{
    display: grid;
    grid-template-columns: 1fr 1fr 0.4fr 1fr 1fr;
    gap: 10px;
}
.duration h5
{
    display: flex;
	align-items: center;
	justify-content: center;
}
.job-application .formfield input[type=submit], .job-application .formfield input[type=button]
{
	width: auto !important;
}
.erp-services, .it-services
{
	
}
.erp-services figure, .it-services figure
{
    width: 40%;
}
.erp-services figure img, .it-services figure img
{
	border-radius: 30px;
}
.erp-services aside, .it-services aside
{
    width: 55%;
    margin-left: auto;
}
.erp-services-support
{
	text-align: center;
}
.erp-services-support ul
{
	padding: 0;
	margin: 30px 0 0 0;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap:20px;
    counter-reset: item;
}
.erp-services-support ul li
{
	width: 100%;
	background: #fff;
	border:solid 1px #d3daea;
	padding: 15px 30px 20px 30px;
	border-radius: 30px;
	text-align: left;
	position: relative;
}
.erp-services-support ul li:nth-of-type(even)
{
	background: #d3daea;
	border:solid 1px #d3daea;
}
.erp-services-support ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    position: absolute;
    font-weight: 200;
    font-size: 28px;
    top: 0;
    bottom: 0;
    left: -31px;
    color: #fff;
    background: #0c2e8a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
	display: none;
}
.erp-services-support ul li:after
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 15px;
    right: 30px;
    color: #0c2e8a;
    font-size: 36px;
    font-weight: 800;
    opacity: 0.2;
	display: none;
}
.erp-services-support ul li:first-of-type:before, .erp-services-support ul li:nth-of-type(4):before
{
	display: none;
}
.erp-services-support ul li p
{
    padding-left: 16px;
    position: relative;
	margin: 2px 0;
}
.erp-services-support ul li p:before
{
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 13px;
    border-radius: 0 30px 30px 0;
}
.erp-services-support ul li img
{
	margin: 15px 0;
}
.erp-services-support2
{
	text-align: center;
}
.erp-services-support2 ul
{
	padding: 0;
	margin: 30px 0 0 0;
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	gap:20px;
    counter-reset: item;
}
.erp-services-support2 ul li
{
	width: 100%;
	border-radius: 30px;
	text-align: left;
	position: relative;
	padding-left: 120px;
}
.erp-services-support2 ul li p
{
    padding-left: 16px;
    position: relative;
	margin: 2px 0;
}
.erp-services-support2 ul li p:before
{
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 13px;
    border-radius: 0 30px 30px 0;
}
.erp-services-support2 ul li figure
{
    margin: 15px 0;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
.erp-services-support2 ul li figure:after
{
    content: " ";
    border: dashed 1px #940607;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin: 5px;
    animation: spinner 10s linear infinite;
}
.erp-services-support2 ul li figure img
{
	
}
.erp-counts
{
	background: #d3daea;
	text-align: center;
}
.erp-counts ul
{
	padding: 0;
	margin: 30px 0 0 0;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap:20px;
    counter-reset: item;
}
.erp-counts ul li
{
	width: 100%;
	background: #fff;
	padding: 15px 30px 20px 30px;
	border-radius: 30px;
	text-align: left;
	position: relative;
}
.erp-counts ul li h1
{
    color: #0c2e8a;
    font-weight: 500;
    font-size: 54px;
}
.erp-counts ul li h1:after
{
    content: "+";
    font-size: 39px;
    font-weight: 300;
}
.it-key-features, .it-key-features3, .it-key-features4
{
    background: #d3daea url(../images/Dline.svg) right center no-repeat;
    background-size: contain;
    text-align: center;
}
.it-key-features ul, .dt-services-offered-list ul, .it-key-features3 ul
{
	padding: 0;
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 15px;
	justify-content: center;
}
.it-key-features3 ul
{
    grid-template-columns: 1fr 1fr 1fr;
}
.dt-services-offered-list ul
{
    margin: 0px 0 0 0;
    grid-template-columns: 1fr 1fr 1fr;
}
.it-key-features3 ul
{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.it-key-features ul li, .dt-services-offered-list ul li, .it-key-features3 ul li, .it-key-features4 ul li
{
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
}
.it-key-features ul li img, .dt-services-offered-list ul li img, .it-key-features3 ul li img, .it-key-features4 ul li img
{
	margin: 15px 0;
}
.it-key-features ul li h3, .dt-services-offered-list ul li h3, .it-key-features3 ul li h3, .it-key-features4 ul li h3
{
    color: #30364c;
    font-size: 18px;
    line-height: 24px;
}
.it-architecture
{
	text-align: center;
}
.it-modules, .case-studies-home
{
	text-align: center;
}
.it-modules ul, .case-studies-home ul
{
	padding: 0;
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.it-modules ul li, .case-studies-home ul li
{
    width: 100%;
	position: relative;
}
.case-studies-home ul li a
{
	display: block;
	position: relative;
}
.it-modules ul li figcaption, .case-studies-home ul li a figcaption
{
    background: #fff;
    margin-left: 35px;
    margin-top: -35px;
    position: relative;
    z-index: 99;
    text-align: left;
    padding: 10px;
}
.case-studies-home ul li a figcaption h3
{
    margin: 0 0;
    color: #30364c;
    font-size: 18px;
    line-height: 24px;
}
.it-modules ul li:before, .case-studies-home ul li a:before
{
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: -5px;
    left: 0;
    width: 50%;
    height: 5px;
}
.it-awards
{
	text-align: center;
}
.it-awards ul
{
	padding: 0;
    margin: 30px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.it-awards ul li
{
    width: 100%;
	position: relative;
    display: flex;
}
.it-awards ul li figure
{
	width: 25%;
}
.it-awards ul li figcaption
{
	width: 75%;
	text-align: left;
}
.it-awards ul li figcaption p
{
	margin: 0;
}
.it-services-image-content
{
	text-align: center;
}
.it-services-image-content article
{
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.it-services-image-content article:nth-of-type(even)
{
	flex-direction: row-reverse;
}
.it-services-image-content article figure
{
    width: 40%;
}
.it-services-image-content article figure img
{
    border-radius: 30px;
}
.it-services-image-content article aside
{
    width: 55%;
    margin-left: auto;
	text-align: left;
}
.it-services-image-content article:nth-of-type(even) aside
{
    margin-left: 0;
    margin-right: auto;
}
.dt-services-offered
{
    background: #d3daea url(../images/Dline.svg) right center no-repeat;
    background-size: contain;
    text-align: center;
}
.dt-services-offered-list
{
    width: 48%;
}
.dt-services-offered-content
{
    width: 48%;
	text-align: left;
}
.it-why-choose
{
	text-align: center;
}
.it-why-choose ul
{
	padding: 0;
	margin: 30px 0 0 0;
	display: grid; 
	grid-template-columns: 1fr 1fr 1fr; 
	gap:20px;
}
.it-why-choose ul li
{
	width: 100%;
	background: #fff;
	border:solid 1px #d3daea;
	padding: 15px 30px 20px 30px;
	border-radius: 30px;
	position: relative;
}
.it-why-choose ul li:nth-of-type(even)
{
	background: #d3daea;
	border:solid 1px #d3daea;
}
.it-why-choose ul li img
{
	margin: 15px 0;
}
.it-why-choose ul li h3
{
    color: #30364c;
    font-size: 18px;
    line-height: 24px;
}
.it-tools-expertised
{
	text-align: center;
}
.it-tools-expertised ul
{
	padding: 0;
	margin: 0;
	text-align: center;
}
.it-tools-expertised ul li
{
	width: 12.5%;
	display: inline-block;
}
.it-tools-expertised ul li figure
{
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-shadow: 5px 2px 16px rgba(0, 0, 0, 0.2);
    margin: auto;
}
.it-tools-expertised ul li figure img
{
	
}
.it-tools-expertised ul li h3
{
    color: #30364c;
    font-size: 18px;
    line-height: 24px;
	margin: 5px 0 0 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: translateY(15px);
    opacity: 0;
}
.it-tools-expertised ul li:hover h3
{
    transform: translateY(0px);
    opacity: 1;
}
.testimonials-page
{
	
}
.testimonials-page ul
{
	padding: 0;
	margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.testimonials-page ul li
{
    border: solid 1px #d3daea;
    padding: 75px 30px 15px 30px;
    border-radius: 30px;
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
}
.testimonials-page ul li:before
{
	content: " ";
    background: #0c2e8a;
    position: absolute;
    top: -10px;
    left: 7px;
    width: 70px;
    height: 100px;
    border-radius: 0 100px 100px 0;
    transform: rotate(45deg);	
}
.testimonials-page ul li:after
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 36px;
    display: block;
    position: absolute;
    top: 20px;
}
.testimonials-page ul li h3
{
    color: #363233;
    font-size: 16px;
    margin-top: auto;
    line-height: 22px;
}
.testimonials-page ul li h3 small
{
    color: #0c2e8a;
    font-size: 20px;
	display: block;
	margin-top: 5px;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 35%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: "Instrument Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: "Instrument Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: "Instrument Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: "Instrument Sans", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 100%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #ccd2e3;
    border-radius: 0 30px 30px 0px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    border: 1px solid #b4bdd3;
}
.selectdiv
{
	position: relative;
	 font-family: "Instrument Sans", sans-serif;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 32px;
    top: 22px;
    position: absolute;
    width: 2px;
    height: 10px;
    background: #0c2e8a;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 25px;
    top: 22px;
    position: absolute;
    width: 2px;
    height: 10px;
    background: #0c2e8a;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #272727;
	background-color: #ffffff;
	background-image: none;
    border: 1px solid #ccd2e3;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Instrument Sans", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 1px solid #ccd2e3;
    border-radius: 0 30px 30px 0px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Instrument Sans", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.range-slider
{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}
.range-slider input[type=range]
{
  pointer-events: none;
  position: absolute;
  -webkit-appearance: none;
  border: none;
  background: #0c2e8a;
  left: 0;
  top: 30px;
  width: 100%;
  outline: none;
  height: 2px;
  margin: 0;
  padding: 0;
}
.range-slider input[type=range]::-webkit-slider-thumb
{
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background: #fff;
  border:solid 1px #5D5D5D;
  /* W3C */
}
.range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 14px;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type=range]::-ms-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -ms-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 14px;
  border: 0;
  background-image: linear-gradient(to bottom, #dad8da 0, #413F41 100%);
  /* W3C */
}
.range-slider input[type=range]::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: black;
  border: 0;
}
.range-slider input[type=range]:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.checkbox-custom{opacity:0;position:absolute}
.radio-custom-label
{
    margin:0;
    float:left;
}
.checkbox-custom,.checkbox-custom-label{cursor:pointer;font-size:16px;line-height:normal;color:#000}
.checkbox-custom-label{position:relative}
.checkbox-custom + .checkbox-custom-label:before
{
    content: '';
    background:none;
    border:solid 2px #0c2e8a;
	box-shadow:0 0 0 3px #d3daea inset;
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-right: 6px;
    margin-top: -3px;
    outline: 0;
}
.checkbox-custom:checked + .checkbox-custom-label:before{content:" ";font-family:'FontAwesome';background:#000;color:#fff;outline:0}
.checkbox-custom:focus + .checkbox-custom-label{outline:0}
.formfield input[type=submit], .formfield input[type=button]
{
    border: solid 1px #0c2e8a;
    background-color: #0c2e8a;
    padding: 16px 10px;
	width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: "Instrument Sans", sans-serif;
    border-radius: 0 30px 30px 0px;
    margin: 15px 5px 15px 0;
    display: inline-block;
    float: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
    background-color: #fff;
    border: solid 1px #0c2e8a;
    color: #0c2e8a;
}
.address-details
{
    width: 60%;
}
.address-details article
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.address-details div
{
    width: 100%;
    background: #0c2e8a;
	border-radius: 30px;
	padding: 15px 30px;
}
.address-details div img
{
	height: 50px;
	margin: 15px 0 0 0;
}
.address-details div h2
{
    font-size: 22px;
    color: #fff;
}
.address-details p
{
    position: relative;
    padding-left: 40px;
	color: #fff;
	font-size:14px;
}
.address-details p strong
{
	display: block;
	color: #fff;
	font-size:15px;
}
.address-details p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
	color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.gmap
{
	margin-top: 30px;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none;
}
.finance-data{
    width: 100%;
    background: #fff;
    border: solid 1px #d3daea;
    padding: 15px 30px 20px 30px;
    border-radius: 30px;
}
.finance-data h4{
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0;
}
.finance-data p{
    position:relative;
    padding-left: 30px;
    font-size: 16px;
}
.finance-data p:before{
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 6px;
    left: 15px;
    width: 8px;
    height: 13px;
    border-radius: 0 30px 30px 0;
}
.finance-data h3{
    text-align: center;
    background: #7c0000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.stocktock{
    margin-left: 0!important;
    margin-right: 25px!important;
}
.case-studies-border{
    border-bottom:1px dotted #ccc;
}
.section-services ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.section-services ul li {
    float: left;
    list-style: none;
    width: 33.333333%;
    display: flex;
}
.section-services ul li figcaption {
    position: relative;
    background: linear-gradient(90deg, #000f36, #005b8a, #00a3e2, #0d4b7e);
    background-size: 400% 400%;
    -webkit-animation: gradient 15s ease infinite;
    -moz-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
    border-radius: 0 0 30px 0;
    padding: 15px 30px;
    margin: 20px;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.section-services ul li:nth-of-type(even) figcaption {
    background: linear-gradient(90deg, #6a040f, #ca151a, #e51d27, #790103);
    background-size: 400% 400%;
}
.section-services ul li figcaption img {
    
	margin: 15px 0;
	max-width: 50px;
	max-height: 50px;
	position: relative;
	z-index: 99;
}
.section-services ul li figcaption h4 i {
    font-size: 40px;
    color: #940607;
}
.section-services ul li figcaption figure {
    display: block;
    position: relative;
    z-index: 9;
}
.section-services ul li figcaption h3 {
    color: #2c343f;
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    margin: 0;
    background: #fff;
    position: absolute;
    z-index: 9;
    top: -15px;
    left: 20px;
    height:20px;
    transform: rotate(0deg) translateX(100%);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    letter-spacing: 0;
    -ms-transform-origin: left top;
    transform-origin: left top;
    padding: 0 6px;
}
.section-services ul li figcaption p {
    z-index: 999;
    color: #000;
    position: relative;
}
.section-services ul li figcaption:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    margin: 1px 3px 3px 1px;
    z-index: 8;
    border-radius: 0 0 28px 0;
}
.why_devoir_career{
    float: inline-end;
    right: 90px;
    position: absolute!important;
    top: 10px;
}
.service_offered{

}
.service_offered h2{
    text-align: center;
}
.working_experience_count{
    padding-left:12%;
}
.it-key-features_tabs ul
{
    padding: 0;
}
.it-key-features_tabs
{
    background: #d3daea url(../images/Dline.svg) right center no-repeat;
    background-size: contain;
    text-align: center;
}
.case-studies-blogs
{
	
}
.case-studies-blogs article
{
    display: flex;
    align-items: center;
	border-radius: 30px;
	overflow: hidden;
    background: #d3daea;
}
.case-studies-blogs article figure
{
    width: 50%;
}
.case-studies-blogs article figure img
{
    width: 100%;
	height: 450px;
	object-fit: cover;
}
.case-studies-blogs article aside
{
    width: 50%;
    margin-left: auto;
	padding: 35px 50px;
}
.case-studies-blogs article aside span, .page-title-image-blog article span, .news-content span
{
    display: inline-block;
    border: solid 1px #0c2e8a;
    padding: 0px 8px;
    border-radius: 30px;
    font-size: 14px;
}
.case-studies-blogs article aside p a, .page-title-image-blog article p a
{
	color: #0c2e8a;
    font-size: 14px;
}
.case-studies-blogs article aside p a:hover, .page-title-image-blog article p a:hover
{
	text-decoration: underline;
}
.case-studies-nav
{
	text-align: center;
    margin: 30px auto;
    border-bottom: solid 3px #0c2e8a;
}
.case-studies-nav a
{
    color: #0c2e8a;
    font-size: 16px;
    font-weight: 500;
    margin: 0 10px;
    display: inline-block;
    padding: 6px 0;
    position: relative;
}
.case-studies-nav a:hover, .case-studies-nav a.active
{
	
}
.case-studies-nav a:before
{
    content: " ";
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
}
.case-studies-nav a:hover:before, .case-studies-nav a.active:before
{
    bottom: -3px;
}
.case-studies-nav a:after
{
    content: " ";
    background: #0c2e8a;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
}
.case-studies-nav a:hover:after, .case-studies-nav a.active:after
{
    bottom: -6px;
}
.case-studies-list, .news-events-list
{
	
}
.case-studies-list ul, .news-events-list ul
{
	padding: 0;
    margin: 50px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}
.news-events-list ul
{
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.case-studies-list ul li, .news-events-list ul li
{
    width: 100%;
	position: relative;
}
.case-studies-list ul li a, .news-events-list ul li a
{
	display: block;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.news-events-list ul li a:after
{
	content: " ";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.news-events-list ul li a img
{
    width: 100%;
	height: 450px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.case-studies-list ul li a img
{
    width: 100%;
	height: 300px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.news-events-list ul li a img
{
	height: 350px;
}
.case-studies-list ul li a:hover img, .news-events-list ul li a:hover img
{
    transform: scale(1.1);
}
.case-studies-list ul li span, .news-events-list ul li span
{
    display: inline-block;
    border: solid 1px #fff;
    padding: 2px 8px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
	position: absolute;
	top: 30px;
	left: 30px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    transform: translateY(-50px);
    opacity: 0;
}
.case-studies-list ul li:hover span, .news-events-list ul li:hover span
{
    transform: translateY(0px);
    opacity: 1;
}
.case-studies-list ul li figcaption, .news-events-list ul li figcaption
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 30px;
}
.case-studies-list ul li figcaption a
{
    color: #fff;
    font-size: 16px;
    transform: translateY(20px);
    opacity: 0;
}
.case-studies-list ul li:hover figcaption a
{
    transform: translateY(0px);
    opacity: 1;
}
.case-studies-list ul li figcaption a:hover
{
    color: #A6A6A6;
}
.case-studies-list ul li figcaption h3, .news-events-list ul li figcaption h3
{
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.page-title-image-blog .row
{
    position: relative;
    height: 600px;
}
.page-title-image-blog article
{
	max-width: 800px;
	margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	background: #fff;
    padding: 5px 20px;
    z-index: 99;
	border-radius: 15px 15px 0 0;
}
.page-title-image-blog article h2
{
    font-size: 32px;
    color: #30364c;
    font-weight: 800;
    line-height: 38px;
}
.case-studies-blogs-content
{
	max-width: 800px;
}
.testing_background{
    background: #d3daea4d;
    margin-bottom: 40px;
}

.qa-needs{
    padding-top:25px;
}
.news-and-events-details
{
	
}
.news-image
{
	width: 30%;
	position: sticky;
	top: 120px;
}
.news-image img
{
    border-radius: 30px;
	margin: 15px 0;
}
.news-content
{
	width: 50%;
	padding: 0 20px;
}
.news-content p
{
	text-align: justify;
}
.news-content span
{
	margin: 15px 0;
}
.other-events
{
	width: 20%;
    background: #d3daea;
    padding: 15px;
    border-radius: 30px;
}
.other-events h3
{
    font-size: 20px;
    color: #30364c;
	margin: 0;
}
.other-events ul
{
	padding: 0;
	margin: 0;
}
.other-events ul li
{
	
}
.other-events ul li a
{
	display: flex;
	align-items: center;
}
.other-events ul li a figure
{
	width: 50px;
	height: 50px;
}
.other-events ul li a figure img
{
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 10px;
}
.other-events ul li a p
{
	width: 70%;
	padding-left: 5px;
    line-height: 20px;
    font-size: 15px;
}
.other-events ul li a p span
{
	display: block;
    font-size: 10px;
	color: #0c2e8a;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.photo-gallery
{
	text-align: center;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li h4
{
    text-align:center;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
    height: 180px;
    object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
	display: none;
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
    padding: 11px 0;
	opacity:0;
}
.photo-gallery ul li a:hover:after
{
	opacity:1;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}

.case-studies-home .CaseStudiesSlider .item {
    display: block;
    position: relative;
}
.case-studies-home .CaseStudiesSlider .item:before {
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: -5px;
    left: 0;
    width: 50%;
    height: 5px;
}
.case-studies-home .CaseStudiesSlider .item a figcaption {
    background: #fff;
    margin-left: 35px;
    margin-top: -35px;
    position: relative;
    z-index: 99;
    text-align: left;
    padding: 10px;
}
.case-studies-home .CaseStudiesSlider .item a figcaption h3 {
    margin: 0 0;
    color: #30364c;
    font-size: 18px;
    line-height: 24px;
}
.OpenEdge{ display: flex;}
.OpenEdge div {width: 50%;margin: 0 15px;}
.case-studies-blogs-content ul{padding: 5px 15px;}
.case-studies-blogs-content ul li{
    padding-left: 16px;
    position: relative;
    margin: 2px 0;
    color: #000;
    line-height: 26px;
}
.case-studies-blogs-content ul li strong{font-weight: 700;}
.case-studies-blogs-content ul li:before {
    content: " ";
    background: #0c2e8a;
    position: absolute;
    top: 6px;
    left: 0;
    width: 8px;
    height: 13px;
    border-radius: 0 30px 30px 0;
}

.case-studies-list ul li a:before {
    content: " ";
    background: linear-gradient(0deg, black, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    /* z-index: 9; */
}

.case-studies-list ul li a:after {
    content: " ";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    mix-blend-mode: multiply;
}


.mandatory{
    color: rgb(148, 6, 7);
}

.key-awards{
	background: #d3daea4d;
	padding: 15px 60px 50px 60px;
	}

	.key-awards li:nth-of-type(odd){
	background: #fff;
	padding: 20px;
    border-radius: 30px;
    border: solid 1px #d3daea;
    border: solid 1px #d3daea;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.key-awards li:nth-of-type(even){
	padding: 20px;
    border-radius: 30px;
    border: solid 1px #d3daea;
    background: #d3daea;
    border: solid 1px #d3daea;
    display: flex;
    justify-content: center;
    align-items: center;
	}