#Container, header, nav, section, #Connect, footer, #Content-Container, #Slider-Container, #Slider-Container-S, #Our-Services, #C-Slider, #About, #Careers, #Info, #Who-We, #Stats, #Newsletter {
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
}

#Container {
	overflow: hidden;
}

#Header, #Main-Menu, #Mobile-Menu, #Footer, #Connect-Intra, #Content-Main, #Slider, #Header-Bottom, #Our-Services-Intra, #C-Slider-Intra, #About-Intra, .bannerMain,  #Careers-Intra, #Info-Intra, #Who-We-Intra, #Stats-Intra, #Newsletter-Intra {
	max-width: 1366px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* Slider */

#Slider-Container #Slider{
    height: calc(100vh - 113px);
    max-width: 100%;
}

#Slider-Container .banner1 {
    background: url(../images/banner1.jpg) no-repeat center center;
    background-size: cover;
}

#Slider-Container .banner2 {
    background: url(../images/banner2.jpg) no-repeat center center;
    background-size: cover;
}


#Slider-Container .banner3 {
    background: url(../images/banner3.jpg) no-repeat center center;
    background-size: cover;
}

.bannerMain{
    height: 100%;
} 

.banner-tagline{
    position: absolute;
    font: 400 16px/20px "Poppins", sans-serif;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    padding: 20px;
    left: 0;
    width: 100%;
}

.banner-heading{
    color: #fff;
    font: 700 50px/70px 'Solway', serif;
}

.banner-info{
    font: 400 20px/36px "Poppins", sans-serif;
    padding: 5px 0;
    text-align: left;
    color: #fff;
    width: 55%;
    letter-spacing: 1px;
}

.banner-tagline a{
	display: block;
    border-radius: 50px;
    color: #fff;
    font: 400 14px / 28px "Poppins", sans-serif;
    background: #0256b0;
    box-shadow: 0px 3px 6px #00000029;
    width: 160px;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    margin: 25px 0 0 0;
}

.slider-tabs{
    position: absolute;
    bottom: 0;
    right: 4%;
    z-index: 99;
    top: 45%;
    height: 88px;
    padding: 8px;
    border-radius: 60px;
    background-color: rgba(0,0,0,0.8);
}


.slider-tabs ul li{
    width: 12px;
    height: 12px;
    list-style: none;
    margin: 10px 0;
}

.slider-tabs ul li a{
    display: block;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
}

.slider-tabs ul li.Slider_here a{
    background: #fff;
}

.scroll-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 9;
    width: 20px;
    margin: auto;
    cursor: pointer;
}

.mouse {
    height: 30px;
    width: 25px;
    border-radius: 50px;
    transform: none;
    border: 2px solid #fff;
    top: 170px;
    margin: auto;
}

.wheel
{
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: #fff;
  position: relative;
}

.wheel
{
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 2px; }
  100% { top: 3px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}


/* Internal Banner */
 
header{
    background: #F2F4F8;
}

#Slider-Container-S {
    background: #F2F4F8;
    border-bottom: 1px solid #e2e2e2;
}

#Slider-Container-S #Slider{
    height: 300px;
}

.page-title{
    position: absolute;
    font: normal 16px/20px Verdana, Arial, Helvetica, sans-serif;
    top: 50%;
    -webkit-transform: translateY(-50%, -50%);
    -moz-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    -o-transform: translateY(-50%, -50%);
    transform: translateY(-50%);
    padding: 15px;
    width: 100%;
    z-index: 3;
}

.page-title h1{
    font: 500 34px/50px 'Solway', serif;
    color: #fefefe;
    text-align: center;
    letter-spacing: 1px;
    background: url(../images/border-w.png) no-repeat center bottom;
    padding: 0 0 25px 0;
}

/* Contact */

.contact-grid{
	text-align: center;
}

.textMain .contact-grid li{
    display: inline-block;
    vertical-align: top;
    width: 300px;
    height: 150px;
    padding: 0;
	margin: 10px;
	position: relative;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.38);
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.38);
}

.textMain .contact-grid li span{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font: 400 15px/26px "Poppins", sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}

.contact-grid li.address-icos{
    background: #00233d;
}

.contact-grid li.contact-icos{
    background: #0d4975;
}

.contact-grid li.mail-icos{
    background: #075e9e;
}


.contact-grid li:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	font-family: 'fontello';
	color: #fff;
    font-size: 40px;
}

.contact-grid li.address-icos:before{
	content: '\E809';
    top: 35px;
}

.contact-grid li.contact-icos:before{
	content: '\E80E';
    top: 50px;

}

.contact-grid li.mail-icos:before{
	content: '\E80A';
    top: 50px;

}

.iframe-map{    
	max-width: 947px;
    margin: 30px auto;
}

.iframe-map iframe{
    width: 100%;
    height: 480px;
}


/* Begin Code */

header.fixed {
	position: fixed;
	z-index: 9999;
	background: #fff;
	top: 0;
}
#Header-Bottom{
    padding: 5px;
}
.header-bottom-left {
	padding: 10px 0;
	transition: 0.7s all ease;
}
header.fixed .header-bottom-left {
	padding: 10px 0;
    width: 210px;
}
.header-bottom-left {
    display: table-cell;
    vertical-align: middle;
    width: 240px;
}
.header-bottom-right {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

/* Home - Our Services */

#Our-Services{
    padding: 50px 0;
    position: relative;
    background: url(../images/dots.png) center bottom #fff;
    background-attachment: fixed;
    z-index: 1;
}

#Our-Services h2{
    margin: 0px 0 50px 0;
    font: 500 32px/42px 'Solway', serif;
    color: #37404d;
    text-align: center;
}

#Our-Services h2 color {
    color: #164588;
}

.our-services {
    text-align: center;
}

.our-services > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    transition: 0.7s all ease;
    background: #f3f5fa;
    width: 31.33%;
    min-height: 550px;
    margin: 5px 3px;
    min-width: 280px;
}


.our-services span.icon {
    position: relative;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.our-services span.icon img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	display: block;
	object-position: center;
}

.our-services li h3 {
    font: 400 17px / 28px 'Solway', serif;
    letter-spacing: 0.3px;
    padding: 0 20px;
    color: #0c1014;
    text-align: center;
    margin: 15px 0;
}

.our-services li p{
    font: 400 13px / 30px "Poppins", sans-serif;
    padding: 5px 20px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #141414;
}


.our-services li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: url(../images/right-arrow-w.png) no-repeat 9px 12px #0256B0;
    color: white;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    overflow: hidden;
    bottom: 30px;
    left: 20px;
}

.our-services li a:hover {
    width: 130px;
    border-radius: 25px;
}

.our-services li a:hover .icon {
    transform: translateX(-60px);
}

.our-services li a::after {
    content: "Read More";
    position: absolute;
    left: 40px;
    top: 10px;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1px;
    opacity: 0;
    font: 400 14px / 22px "Poppins", sans-serif;
}

.our-services li a:hover::after {
    opacity: 1;
}

/* Home - Clientele */

#C-Slider{
    padding: 40px 0;
    position: relative;
    background: #f3f5fa;
}

#C-Slider h3{
    margin: 0px 0 15px 0;
    font: 500 32px/42px 'Solway', serif;
    color: #333333;
    text-align: center;
}

.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  content: '';
  width: 250px;
  height: 100%;
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #F3F5FA);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #F3F5FA);
}

.marquee-container {
  display: flex;
  width: fit-content;
  animation: scroll-marquee 70s linear infinite;
}

.client-list {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.client-list li{
	display: flex;
    vertical-align: top;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    margin: 0 20px;
	list-style: none;
    width: 130px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1), 0 1px 2px -1px rgba(0,0,0,0.1);
}

.marquee-container:hover {
  animation-play-state: paused;
}

.client-list li img {
  width: auto;
  display: block;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



/* Home - About */

#About{
    padding: 60px 0;
    position: relative;
    background: url(../images/pattern.jpg) no-repeat center center;
    background-size: cover;
}

#About h3{
    margin: 0px 0 40px 0;
    font: 500 32px/42px 'Solway', serif;
    color: #37404d;
    text-align: center;
    padding: 0px 15px;
}

#About h3 color {
    color: #164588;
}

#About p.intro{
    font: 400 16px / 30px "Poppins", sans-serif;
    color: #000;
    text-align: justify;
    width: 90%;
    margin: 0px auto 20px auto;
    letter-spacing: 0.6px;
}
.about-grid{
    padding: 60px 0 0 0;
}

.about-l{
    vertical-align: middle;
    width: 50%;
}

.about-r{
	padding: 0 20px;
	vertical-align: middle;
}


.mvv-block {
    padding: 30px 0;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.mvv-block h4{
    font: 500 16px / 24px 'Solway', serif;
    color: #141414;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin: 0 0 15px 0;
}

.mvv-block h4 span{
    display: inline-block;
    background-color: #F5CB5C;
    border-radius: 48px;
    padding: 5px 10px;
	color: #fff;
}

.mvv-block h4 span.col-one{
	background: #0256b0;
}

.mvv-block h4 span.col-two{
	background: #0093d8;
}

.mvv-block h4 span.col-three{
	background: #00c9db;
}

.mvv-block p{
    font: 400 16px / 30px "Poppins", sans-serif;
    color: #141414;
    letter-spacing: 0.6px;
}


.tabs-container {
  max-width: 800px;
  margin: 0 auto;
  font-family: sans-serif;
}

.tab-titles {
  display: flex;
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.tab-titles li {
  padding: 10px 20px;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  
  
    font: 500 14px / 24px 'Solway', serif;
    color: #141414;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #164686;
}

.tab-titles li.active {
    background: #164686;
	color: #fff;
}

.tab-content {
  display: none;
}

.tab-content p{
    font: 400 16px / 30px "Poppins", sans-serif;
    color: #141414;
    letter-spacing: 0.6px;
}

.tab-content.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}









/* About Page */


.about-page{
	padding: 30px;
	background-image: linear-gradient(to bottom, #f2f4f8, #f6f7fa, #f9f9fb, #fcfcfd, #ffffff);
}

.about-txt-l{
	vertical-align: middle;
}

.about-txt-l h1{
    font: 500 24px / 30px 'Solway', serif;
    color: #141414;
    text-align: left;
    letter-spacing: 0.4px;
    margin: 0 0 10px 0;
}

.about-txt-l h1 span{
    color: #fb565d;
    font: 500 24px / 30px 'Solway', serif;
}

.about-txt-l p{
    letter-spacing: 0.5px;
    font: 400 14px / 30px "Poppins", sans-serif;
	text-align: justify;
}

.about-txt-r {
	vertical-align: middle;
	padding: 30px;
}


.blockquote{
    padding: 0px 20px;
    margin: 20px 0 0 0;
    position: relative;
    z-index: 1;
    border-left: 5px solid #fb565d;
    background-color: #f9f9f9;
    background-size: 50px;
}

.blockquote p{
    font-weight: 600;
    letter-spacing: 0.5px;
    font: 400 16px / 30px 'Solway', serif;
}

.values{
    padding: 60px 0;
    background: #f5f8fa;
    position: relative;
    margin: 30px 0 0 0;
}

.values-l{
    position: absolute;
    left: -100%;
    top: 0;
    background: #f5f8fa;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.values-r{
	position: absolute;
    right: -100%;
    top: 0;
    background: #f5f8fa;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.values h2{
    font: 400 40px/60px 'Solway', serif;
    color: #393939;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
	background: url(../images/border-b.png) no-repeat center bottom;
}

.leadership-l {
	vertical-align: middle;
}

.leadership-l p{
    letter-spacing: 0.5px;
    font: 300 18px / 32px 'Solway', serif;
	text-align: justify;
}

.leadership-l {
    width: 460px;
}

.leadership-l .linkedIn{
    background: #0077B5;
    color: #fff;
    padding: 5px 0;
    display: inline-block;
    width: 160px;
    margin: 10px 0 0 0;
    font: 400 12px / 30px 'Solway', serif;
    border-radius: 6px;
	text-align: center;
}

.leadership-l .linkedIn:hover{
	color: #fff ! important;
}



.leadership-r img{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.leadership-r h3{
    letter-spacing: 0.5px;
    font: 400 25px / 32px 'Solway', serif;
    text-align: center;
    margin: 20px 0 0 0;
}


/* Careers */

.careers-page{
	padding: 30px;
	background-image: linear-gradient(to bottom, #f2f4f8, #f6f7fa, #f9f9fb, #fcfcfd, #ffffff);
}

.careers-l{
	vertical-align: middle;
}

.careers-l h2{
    font: 500 24px / 30px 'Solway', serif;
    color: #141414;
    text-align: center;
    letter-spacing: 0.4px;
    margin: 20px 0 0 0;
}

.careers-l p{
    letter-spacing: 0.5px;
    font: 400 16px / 32px "Poppins", sans-serif;
	text-align: justify;
}

.careers-r {
	padding: 30px;
}


/* Service */

.service-content-text{
	vertical-align: middle;
	padding: 30px;
}

.service-content-img{
	padding: 10px;
}

.service-content-img img{
	border-radius: 15px;
}

.service-content-text p{
    font: 500 14px / 32px "Poppins", sans-serif;
    color: #141414;
    text-align: justify;
}

.service-grid-list {
	text-align: center;
}

.textMain .service-grid-list > li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 20px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    margin: 10px -2px;
    min-height: 455px;
    width: 25%;
}

.textMain .service-grid-list h3{
    font: 500 20px/30px 'Solway', serif;
    color: #dc5a1f;
    margin: 5px 0 15px 0;
}

.textMain .service-grid-list li li{
    font: 500 12px / 24px "Poppins", sans-serif;
    color: #393939;
    text-align: left;
}

.textMain .service-grid-list > li span{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0px 20px 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom-right-radius: 50px;
}

.textMain .service-grid-list > li.first-ico span{
    background: #f9a47b;
}

.textMain .service-grid-list > li.second-ico span{
	background: #f37460;
}

.textMain .service-grid-list > li.third-ico span{
    background: #ed4a51;
}

.textMain .service-grid-list > li.fourth-ico span{
    background: #c40c14;
}
/* Project Enablement */

.textMain .work-journey {
	padding: 0 0 60px 0;
}

.textMain .work-journey h2{
    font: 400 40px/60px 'Solway', serif;
    color: #393939;
    text-align: center;
    margin: 0 0 30px 0;
}

.work-journey-list {
	text-align: center;
}

.textMain .work-journey-list > li{
	position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 31%;
    padding: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    margin: 10px 8px;
    min-height: 315px;
    min-width: 310px;
}

.textMain .work-journey-list h3{
    font: 500 20px/30px "Poppins", sans-serif;
    color: #dc5a1f;
    margin: 5px 0 15px 0;
}

.textMain .work-journey-list li p{
    font: 500 14px/26px "Poppins", sans-serif;
    color: #393939;
    text-align: left;
}

.textMain .work-journey-list > li span{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0px 20px 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom-right-radius: 50px;
}

.textMain .work-journey-list > li.first-ico span{
    background: #f9a47b;
}

.textMain .work-journey-list > li.second-ico span{
	background: #f37460;
}

.textMain .work-journey-list > li.third-ico span{
    background: #ed4a51;
}


/* Info */

#Info{
    background-image: linear-gradient(to bottom, #164686, #12407e, #0d3975, #08336d, #032d65);
	padding: 30px 0;
}

.info-l p{
    font: 400 18px / 30px "Poppins", sans-serif;
    padding: 10px;
    color: #f8665f;
}

.info-l p span{
    font: 400 14px / 30px "Poppins", sans-serif;
    display: block;
    color: #fff;
    letter-spacing: 0.4px;
}

.info-r{
	text-align: center;
	vertical-align: middle;
	width: 300px;
}

.info-r a{
    width: 180px;
    margin: auto;
}

/* Team */

.textMain .team h2{
    font: 400 40px/60px "Poppins", sans-serif;
    color: #393939;
    text-align: center;
    margin: 20px 0;
    padding: 0 0 30px 0;
    background: url(../images/border.png) no-repeat center bottom;
}

.textMain .team h2 span{
	display: block;
}


/* Careers */

.career-accordion{
	width: auto;
}

.career-accordion h4 {   
	position: relative;
    padding: 10px 20px 10px 55px;
    font: 700 14px/30px "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url(../images/tick-mark.svg) no-repeat 19px 27px;
    background-size: 24px;
	cursor: pointer;
}

.career-accordion h4 span{
    display: block;
    font: 400 12px/20px "Poppins", sans-serif;
    letter-spacing: 1px;
}

.career-accordion h4 a{
    position: absolute;
    right: 58px;
    top: 20px;
    background: #f37460;
    color: #fff;
    padding: 0 10px;
    border-radius: 0px;
    box-shadow: 0px 3px 6px #00000029;
    font: 400 12px / 32px "Poppins", sans-serif;
    width: 110px;
    text-align: center;
}

.career-accordion h4 a:hover{
    background: #141414;
    color: #fff;
}

.career-accordion p{
    padding: 5px 0;
    font: 400 15px/33px "Poppins", sans-serif;
    padding: 5px 0;
    letter-spacing: 0.2px;
}

.career-accordion ul li, .career-accordion ol ul li {
    background: url(../images/tick.svg) no-repeat 5px 11px;
    padding: 5px 5px 5px 30px;
    font: 400 13px/28px "Poppins", sans-serif;
    letter-spacing: 0.3px;
    background-size: 15px;
}

/* Technology */

.textMain .technology-journey {
	padding: 0 0 60px 0;
}


.textMain .technology-list{
	text-align: center;
}

.textMain .technology-list > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding: 20px;
    box-shadow: 0 0 11px #eaf0f6;
    transition: 0.7s all ease;
    background: #f3f5fa;
	width: 25%;
	min-width: 300px;
    min-height: 375px;
    margin: auto;
}

.textMain .technology-list li li {
    font: 500 14px / 26px "Poppins", sans-serif;
    color: #393939;
    text-align: left;
    background: url(../images/tick-mark.png) no-repeat 8px 11px;
    background-size: 13px;
}

.textMain .technology-list > li:nth-child(odd) {
    background: #fff;
}

.textMain .technology-list span {
    position: relative;
    margin: 20px auto;
    display: block;
    text-align: center;
    width: 84px;
    background: #fff;
    padding: 20px;
    border-radius: 50px;
    box-shadow: 0px 25px 30px rgb(212 222 228);
    border: 5px solid #f3f5fa;
}


.textMain .technology-list > li:nth-child(odd) span {
    background: #f3f5fa;
    border: 5px solid #fff;
}

.textMain .technology-list > li h3 {
    font: 500 16px/24px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    padding: 0;
    color: #0c1014;
    text-align: center;
    margin: 20px 0 10px 0;
}


/* Project Enablement */

.textMain .engagement-journey {
	padding: 0 0 60px 0;
}

.textMain .engagement-journey h2{
    font: 400 40px/60px "Poppins", sans-serif;
    color: #393939;
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    background: url(../images/border.png) no-repeat center bottom;
}

.engagement-journey-list {
	text-align: center;
}

.textMain .engagement-journey-list > li{
	position: relative;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 30%;
    padding: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.1);
    margin: 10px 8px;
    min-height: 315px;
    min-width: 310px;
}

.textMain .engagement-journey-list h3{
    font: 500 20px/30px "Poppins", sans-serif;
    color: #dc5a1f;
    margin: 5px 0 15px 0;
}

.textMain .engagement-journey-list li li{
    font: 500 14px/26px "Poppins", sans-serif;
    color: #393939;
    text-align: left;
    background: url(../images/tick-mark.png) no-repeat 8px 11px;
    background-size: 13px;
}

.textMain .engagement-journey-list > li span{
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 0px 20px 0 15px;
    font-size: 12px;
    letter-spacing: 2px;
    border-bottom-right-radius: 50px;
}

.textMain .engagement-journey-list > li.first-ico span{
    background: #f9a47b;
}

.textMain .engagement-journey-list > li.second-ico span{
	background: #f37460;
}

.textMain .engagement-journey-list > li.third-ico span{
    background: #ed4a51;
}

/* Cyber Security */

.textMain .cybersecurity h2{
    font: 400 40px/60px "Poppins", sans-serif;
    color: #393939;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    background: url(../images/border.png) no-repeat center bottom;
	text-align: center;
}

.textMain .cybersecurity-list{
	text-align: center;
}

.textMain .cybersecurity-list li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    background: #f0f6ff;
    width: 30%;
    padding: 15px;
    text-align: left;
    margin: 10px 8px;
    min-height: 170px;
    min-width: 275px;
}

.cybersecurity-list li span{
    float: left;
    margin: 10px 10px 10px 0px;
    width: 50px;
}

.cybersecurity-list li h3{
    font: 500 16px/24px "Poppins", sans-serif;
    color: #207391;
    margin: 10px 0;
}

.cybersecurity-list li p{
    font: 500 14px/26px "Poppins", sans-serif;
    color: #393939;
    background-size: 13px;
    clear: both;
}


/* Server Patch */

.textMain .server-patch{
    padding: 40px;
}
	
.textMain .server-patch h2{
    font: 400 40px/60px "Poppins", sans-serif;
    color: #393939;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    background: url(../images/border.png) no-repeat center bottom;
	text-align: center;
}


/* Who We */

.who-we-l {
	position: relative;
	background: #17161B;
	vertical-align: middle;
    padding: 30px;
}

.who-we-l .color-left{
    position: absolute;
    left: -100%;
    top: 0;
    background: #17161B;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.who-we-l h3{
    margin: 0px 0 40px 0;
    font: 500 32px / 42px 'Solway', serif;
    color: #fff;
}

.who-we-l p{
    font: 400 15px / 30px "Poppins", sans-serif;
    color: #fff;
    text-align: justify;
    letter-spacing: 0.6px;
}

.who-we-l a{
    display: block;
    border-radius: 50px;
    color: #fff;
    font: 400 14px / 28px "Poppins", sans-serif;
    background: #0256b0;
    box-shadow: 0px 3px 6px #00000029;
    width: 160px;
    text-align: center;
    padding: 10px;
    letter-spacing: 1px;
    margin: 25px 0 0 0;
}

.who-we-r{
	vertical-align: middle;
}



/* Chat Bot */

.textMain .chatbot{
    padding: 40px;
}
	
.textMain .chatbot h2{
    font: 400 40px/60px "Poppins", sans-serif;
    color: #393939;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    background: url(../images/border.png) no-repeat center bottom;
	text-align: center;
}

/* Video */


.textMain .video-yt{
    padding: 40px;
}

.textMain .video-yt h2{
    font: 400 40px/60px "Poppins", sans-serif;
    color: #393939;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    background: url(../images/border.png) no-repeat center bottom;
	text-align: center;
}


/* Engineering Services */

.theme-grid{
	position: relative;
    margin: 10px 0 0 0;
}

.theme-grid-content{
    padding: 30px;
	vertical-align: middle;
    background: url(../images/bg-dots.png) center center #fff;
    box-shadow: 0 0 11px #eaf0f6;
}

.theme-grid-content h2{
    font: 600 34px / 46px "Poppins", sans-serif;
    color: #dc5a1f;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.theme-grid-content p{
    font: 400 16px / 32px "Poppins", sans-serif;
    color: #333;
    letter-spacing: 0.5px;
    text-align: left;
}

.textMain .theme-grid-content li {
	font: 400 16px / 32px "Poppins", sans-serif;
    color: #333;
    letter-spacing: 0.5px;
    background: url(../images/tick-mark.png) no-repeat 0px 17px;
    background-size: 13px;
    padding: 7px 5px 7px 27px;
}


/* Careers */

#Careers{
	position: relative;
	padding: 140px 0;
    background: url(../images/career-background.jpg) no-repeat center bottom;
	background-attachment: fixed;
}

#Careers:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 100%;
	height: 100%;
    background: rgb(0 0 0 / 44%);
}

#Careers-Intra{
	z-index: 1;
}

#Careers h3{
    color: #fff;
    font: 500 40px/56px 'Solway', serif;
	margin: 0 0 20px 0;
	text-align: center;
    padding: 0px 15px;
}

#Careers p{
	color: #fff;
    font: 500 16px/28px "Poppins", sans-serif;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 0px 15px;
}

#Careers a{
    display: block;
    border-radius: 50px;
    color: #fff;
    font: 400 14px / 28px "Poppins", sans-serif;
    background: #f90505;
    box-shadow: 0px 3px 6px #00000029;
    width: 160px;
    text-align: center;
    padding: 10px;
    margin: auto;
    letter-spacing: 1px;
}

/* Contact Page */


.contact-page{
	padding: 30px;
}

.contact-l{
    vertical-align: middle;
    padding: 30px;
}

.contact-l h2{
    font: 500 24px / 30px 'Solway', serif;
    color: #141414;
    text-align: center;
    letter-spacing: 0.4px;
    margin: 20px 0 0 0;
}

.contact-l p{
    letter-spacing: 0.5px;
    font: 400 16px / 32px "Poppins", sans-serif;
	text-align: justify;
}

.contact-r {
	padding: 30px;
}


.contact-info{
    vertical-align: middle;
	margin: 20px 0 0 0;
}

.textMain .contact-info li.mail-ico {
    background: url(../images/mail-ico.svg) no-repeat 0px 2px;
    background-size: 36px;
}

.textMain .contact-info li.address-ico-one {
    background: url(../images/map-ico.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-info li.address-ico-two {
    background: url(../images/map-ico-b.svg) no-repeat 1px 5px;
    background-size: 36px;
}

.textMain .contact-info li {
	padding: 0 0 0 46px;
	background: none;
	margin: 20px 0;
}

.contact-info li h4{
    font: 500 22px / 36px 'Solway', serif;
    color: #333;
    margin: 0;
    letter-spacing: 0.5px;
}

.contact-info li p{
    font: 400 14px / 30px "Poppins", sans-serif;
    color: #333;
    padding: 0;
    text-align: left;
}

.contact-info li p a{
    color: #333;
}

.contact-info li a.getDirection{
    color: #333;
    display: block;
    color: #fff;
    font: 400 12px / 28px "Poppins", sans-serif;
    background: #0256b0;
    box-shadow: 0px 3px 6px #00000029;
    width: 130px;
    text-align: center;
    padding: 5px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}


/* Content */

.content-grid-l{
	padding: 30px;
	vertical-align: middle;
}

.content-grid-l p{
	text-align: justify;
    font: 400 16px/30px 'Poppins';
    color: #333;
	padding: 0;
}

.content-grid-l h3{
    font: 500 24px / 30px 'Solway', serif;
    color: #141414;
    text-align: left;
    letter-spacing: 0.4px;
    margin: 20px 0;
}

.content-grid-l li{
    font: 400 16px/30px 'Poppins';
    color: #333;
	padding: 0;
    background: url(../images/tick.svg) no-repeat 0px 9px;
    background-size: 20px;
    padding: 5px 5px 5px 30px;
}

.content-grid-r{
    padding: 30px;
    vertical-align: middle;
    width: 43%;
}

.content-grid-r img{
	border-radius: 10px;
}

/* Stats */


#Stats{
	position: relative;
	padding: 50px 0;
	background: url(../images/stat-background.jpg) no-repeat center bottom;
	background-size: cover;
	background-attachment: fixed;
}

#Stats:after{
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
}

#Stats-Intra{
	z-index: 1;
}

#Stats h3{
    color: #fff;
    font: 500 40px/56px 'Solway', serif;
	margin: 0 0 20px 0;
	text-align: center;
}

#Stats h3 span{
    color: #fb565d;
}

#Stats p.info{
    color: #fff;
    font: 400 16px / 28px "Poppins", sans-serif;
    margin: 0 0 15px 0;
    text-align: center;
    letter-spacing: 0.5px;
    font-style: italic;
}

.stats-list{
	text-align: center;
}

.stats-list li{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin: 10px 8px;
}

.stats-list li span{
    font: 400 60px/70px 'Solway', serif;
	color: #fff;
}

.stats-list li p{
    color: #fff;
    font: 400 16px / 28px "Poppins", sans-serif;
    margin: 0 0 15px 0;
    text-align: center;
    letter-spacing: 0.5px;
    font-style: italic;
}

/* Newsletter */

#Newsletter{
    background: #f9f9f9;
    padding: 30px 10px;
}

.news-l{
    background: #f9f9f9;
}

.news-l p{
    font-weight: 600;
    letter-spacing: 0.5px;
    font: 400 20px / 30px 'Solway', serif;
}

.news-r {
	text-align: right;
}

.news-r .inlineB{
	display: inline-block;
	vertical-align: top;
    width: 200px;
}

.news-r .inlineB input{
    border: 1px solid #D5CDDB;
    padding: 10px 10px 10px 10px;
    outline: none;
    border-radius: 5px;
    width: 100%;
    font: 400 13px / 30px "Poppins", sans-serif;
    letter-spacing: 0.5px;
}

.news-r .inlineB.submitB {
    width: 110px;
}

.news-r .inlineB.submitB input{
    padding: 10px 10px 10px 10px;
    outline: none;
    border-radius: 5px;
    font: 400 13px / 30px "Poppins", sans-serif;
    letter-spacing: 0.5px;
    width: 110px;
    border: none;
    background: #fb565d;
    color: #fff;
}


/* Gallery */

.gallery-grid {
  list-style: none;
  padding: 0 10px;
  margin: 20px 0;
}

.textMain .gallery-grid li {
  background: none;
  padding: 0;
}

.textMain .gallery-grid li a{
	display: block;
	width: 90%;
	margin: auto;
}

.gallery-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #fff;
  object-position: top;
}

.gallery-item:hover img {
  transform: scale(1.03);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}


/* Footer */

footer{
	position: relative;
	background-image: linear-gradient(to bottom, #0f141d, #11141b, #131419, #141416, #141414);
}

#Footer{
	position: relative;
	z-index: 2;
}

.footer-main-grid{
	border-bottom: 1px solid #383636;
}

.footer-grid{
    padding: 30px 20px 20px 20px;
    border-right: 1px solid #383636;
}

.footer-grid:last-child{
	border-right: none;
}

.footer-grid h3{
    font: 400 16px / 30px "Poppins", sans-serif;
    margin: 0 0 40px 0;
    color: #c3bdbd;
    letter-spacing: 1px;
    border-bottom: 1px solid #383636;
    padding: 0 0 15px 0;
    text-transform: uppercase;
}

.footer-grid p{
    position: relative;
    font: 400 13px/24px "Poppins",sans-serif;
    padding: 0 0 10px 35px;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
    color: #c3bdbd;
}

.footer-grid p:before{
    position: absolute;
    font-family: 'fontello';
    transition: 0.7s all ease;
    font-size: 21px;
    color: #c3bdbd;
}

.footer-grid p a.link{
    display: inline-block;
    background: #fb565d;
    color: #fff;
    padding: 3px 6px;
    font: 400 12px / 21px "Poppins", sans-serif;
    margin: 10px 0 0 0;
}

.footer-grid p.address-ico:before{
    content: '\E817';
    top: 0;
    left: 2px;
}

.footer-grid p.mail-ico:before{
    content: '\F1D8';
    top: 0;
    left: 2px;
}

.footer-grid li{
    font: 400 13px/24px "Poppins",sans-serif;
    padding: 0 0 10px 0;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
}

.footer-grid li a{
	position: relative;
    color: #c3bdbd;
    letter-spacing: 0.5px;
	transition: 0.7s all ease;
}

.arrow-links li:hover a{
	padding: 0 0 0 10px;
    color: #fff;
}

.arrow-links li:hover a:before{
    content: "\203A";
    position: absolute;
    transition: .3s all ease;
    left: 0;
    font-size: 15px;
    top: -3px;
	transition: 0.7s all ease;
}


.social-media {
	margin: 10px 0;
}
.social-media li,
.textMain .social-media li {
	display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 5px 10px 0;
    position: relative;
    padding: 0;
    background: none;
    font: 400 20px / 20px "Poppins", sans-serif;
}
.social-media li a {
	width: 40px;
	height: 40px;
	display: block;
	transition: 0.8s all ease;
	border-radius: 10px;
	background: #333;
}
.social-media li a:before {
	position: absolute;
	font-family: 'fontello';
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	transition: 0.7s all ease;
	font-size: 21px;
	color: #fff;
}
.social-media .linkedin a:before {
	content: '\E814';
	top: 8px;
}
.social-media .facebook a:before {
	content: '\E813';
	top: 8px;
}
.social-media .instagram a:before {
	content: '\F16D';
	top: 8px;
}
.social-media .twitter a:before {
	content: '\F099';
	top: 8px;
}

.social-media li.linkedin:hover a {
	background: #0077B5;
}
.social-media li.facebook:hover a {
	background: #1877F2;
}
.social-media li.instagram:hover a {
	background: #E4405F;
}
.social-media li.twitter:hover a {
	background: #1DA1F2;
}

.copyrights{   
	font: 400 10px / 22px "Poppins", sans-serif;
    text-align: center;
    color: #c3bdbd;
    padding: 20px 0;
    letter-spacing: 0.8px;
}

.success{
    background: #007d2d;
    padding: 10px;
    color: #fff;
}

/* Media Query */ 

@media screen and (max-width: 1170px) {
    .theme-grid .table-div {
        display: flex;
        flex-flow: column;
        padding: 0 0 30px 0;
    }
	.theme-grid .theme-grid-img {
        order: 1;
        text-align: center;
        max-width: 640px;
        display: block;
        margin: auto;
    }
	.theme-grid .theme-grid-content {
		order: 2;
    }
}

@media screen and (max-width: 991px) {
	.header-bottom-left {
		width: 180px;
	}
	.menu li a {
		padding: 0 10px;
	}
}
	
@media screen and (max-width: 960px) {
	.rslides li:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.6;
		top: 0;
		z-index: 2;
	}
	.bannerMain {
		height: 100%;
		z-index: 9;
	}
	.banner-info{
		width: auto;
	}
	.industries-list li {
		min-height: 420px;
	}
	#Content-Container{
		padding: 0 15px;
	}
	.textMain .service-grid-list > li {
		width: 50%;
		margin: 0px -2px;
	}
	.news-l{
		display: block;
	}
	.news-r{
        display: block;
        text-align: center;
        margin: 20px 0 0 0;
	}
	.news-r .inlineB {
		display: block;
		vertical-align: top;
		width: auto;
		margin: 0 0 9px 0;
	}
}


@media screen and (max-width: 860px) {
	.header-bottom-left{
        display: block;
        width: 250px;
        text-align: center;
        margin: auto;
	}
	.header-bottom-right{
		display: block;
		width: auto;
		text-align: center;
	}
	.inputTxt {
		display: block;
		vertical-align: top;
		width: auto;
		text-align: left;
		margin: 10px;
	}
	.textAreaTxt {
		margin: 10px;
	}
	.content-grid, .service-content{
        display: flex;
        flex-flow: column;
        padding: 0 0 30px 0;
	}
	.content-grid-r,
	.service-content-img{
        order: 1;
        width: auto;
        padding: 0;
	}
	.content-grid-l,
	.service-content-text{
        order: 2;
        padding: 10px 0;
	}
	.contactBox{
		width: auto;
	}
	.contact-form-box{
		display: block;
		width: auto;
        border: none;
		padding: 0;
	}
	.contact-form-content{
		display: block;
		width: auto;
		padding: 20px;
	}
	.careers-page, .about-page{
        display: flex;
        flex-flow: column;
	}
	.careers-r{
        order: 1;
	}
	.careers-l{
        order: 2;
	}
	.about-txt-r{
		order: 1;
        padding: 0;
        margin: 0 0 20px 0;
	}
	.about-txt-l{
        order: 2;
	}
	.contact-page{
        display: flex;
        flex-flow: column;
	}
	.contact-l{
        order: 2;
	}
	.contact-r{
        order: 1;
	}
}

@media screen and (max-width: 767px) {
	.header-top-l{
		display: block;
		width: auto;
		text-align: center;
	}
	.header-top-r{
		display: block;
		width: auto;
		text-align: center;
	}
	.about-l{
        display: block;
        width: 100%;
        text-align: center;
        margin: auto;
        max-width: 480px;
	}
	.about-r{
        display: block;
        width: 90%;
        margin: auto;
        text-align: left;
	}
	.about-grid{
		padding: 30px 0;
	}	
	.who-we-l{
        display: block;
		width: auto;
	}	
	.who-we-r{
        display: block;
		width: auto;
	}
	.career-accordion h4 a {
		display: block;
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		padding: 2px;
		width: 110px;
		margin-top: 10px;
	}
}

@media screen and (max-width: 640px) {
	#Header-Bottom{
		padding: 0;
	}
	.header-bottom-left{
		padding: 20px 0;
	}
	.footer-grid{
		display: block;
	}
	.footer-intra{
		display: block;
		padding: 0 5px 20px 5px;
	}
	.info-l{
		display: block;
	}
	.info-r{
		display: block;
		width: auto;
	}
	.textMain .server-patch {
		padding: 40px 0;
	} 
	.header-top-l p{
		display: none;
	}
	.banner-heading {
		font: 700 30px / 50px 'Solway', serif;
	}
	.textMain .service-grid-list > li {
        display: block;
        width: auto;
        margin: 10px 0;
        min-height: auto;
	}
	
}