
:root {
    --light-blue: #317ebf; 
}


/* ---------------------------------------------------------------------------------------
	01. RESET
--------------------------------------------------------------------------------------- */

html, body {
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, p, blockquote, pre, 
a, cite, del, dfn, em, font, q, s, samp, strike, strong,
ol, ul, li, fieldset, form, label, legend, tbody, tfoot, thead, tr {
    padding: 0;
    margin: 0;
    border: 0;
	outline: 0;
    font-size: 100%;
	vertical-align: baseline; 
}

html {
    font-size: 1em;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

@media (prefer-reduced-motion: reduce) {
	html {
		scroll-behavior : auto; 
	}
}

body {
	background-color: #fff;
	max-width: 100%; 
	overflow: hidden; 
	font-family: "Segoe UI", "open sans", "Helvetica Neue", Arial ,"sans-serif";
    font-size: 14px;
    font-weight: 400;
	line-height: 26px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0; 
}

.screen-reader-text {
	display: none;
}

/* to evaluate whether to use this style or not
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    max-width: 100%;
}
*/

/* ---------------------------------------------------------------------------------------
	02. GLOBAL
--------------------------------------------------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #323232;
    font-size: 16px;
	font-style: normal;
	letter-spacing: 0;
	text-transform: none;
	word-wrap: break-word;
}

/* headings */
h1, h2 {
	color: #2a2a2a;
	margin: 15px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    line-height: 1.2;
    letter-spacing: 0px;
	font-style: normal; 
	
}

h3, h4, h5, h6 { 
	color: #000000;
	margin: 5px 0; 
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
	padding: 0px;
}
h1 {
	font-size: 2.5rem;
	font-weight: 500;
	
}
h2 {
	font-size: 2.1rem;
	font-weight: 500;
	
}
h3 {
	
	font-size: 18px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: 500;
}
h5 {
	font-size: 14px;
	font-weight: 500;
}
h6 {
	font-size: 12px;
	font-weight: 500;
}
hr {
	background-color: #E6E6E6;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*-- Apply White Tittle --*/
.title-white h1,
.title-white h2,
.title-white h3,
.title-white h4,
.title-white h5,
.title-white h6 {
	color: #efefef; 
}

/*.minihr {
	width: 5%;
	text-align: center;
	background-color: #317ebf;
	margin: -30px auto;
}
*/

/* Links */
a {
	color: rgb(49, 126, 191) ;
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
}

a,
a:visited {
	text-decoration: none;	
}

/* Text Element */
p {
	margin: 0;
}
ul, ol {
	margin: 0;
}
ul {
    list-style: disc;
    margin: 0;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin: 0;
}

dfn, cite, em, i {
	font-style: italic;
}
code,
pre {
	color: #111;
	line-height: 25px;
	padding: 0 8px;
	margin-bottom: 20px;
	border: 1px solid #efefef;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 50%, #fdfdfd 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f8f8f8), color-stop(50%,#fdfdfd));
	background: -webkit-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -o-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -ms-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: linear-gradient(to bottom, #f8f8f8 50%,#fdfdfd 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fdfdfd',GradientType=0 );
	background-size: 50px 50px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
button,
input,
select,
textarea {
/*	font-size: 100%; */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	/* vertical-align: middle; */
}
/* button,
input {
	overflow: visible;
} */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	--webkit-appearance: button;
	padding: 15px 24px;
}

input[type="submit"] {
	background: #0ba2a2;
    border: 1px solid #10a0a0;
	padding: 15px 58px;
    color: #fff;
	box-shadow: 0 7px 8px rgba(0,0,0,0.6);
	transition: ease 500ms all;
}

input[type="submit"]:hover {
	animation: hoverpop 1400ms infinite;
}

input.searchsubmit {
	padding: 15px 25px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	--webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background: #fff;
	border: 1px solid #d4d4d4;
	padding: 14px 20px;
	width: 100%; 
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}
abbr[title] {
	cursor: inherit !important;
	text-decoration: none !important;
	border-bottom: none !important;
}

.hoverpop {
	transition: ease .5s all;
}

@keyframes hoverpop {
	from {
		background: #0ba2a2;
		border: 1px solid #10a0a0;
	}
	to {
		background: #2158aa;
		border: 1px solid #074bb1;
		}
}


/*--------------------------------------------------
				Helpers 
---------------------------------------------------*/
.font_bold {
	font-weight: 700;
}

.button_white {
	background-color: #fff;
	color: var(--light-blue); 
}

.button_white_text {
	color: #fff; 
}

.aitour_button_radius,
.button_white {
	border-radius: 5px;
	padding: 10px 20px;
	font-weight: bold;
}

.button_white:hover {
	background-color: #e2e2e2;
}

.button_light {
    background-color: var(--light-blue);
    color: #fff;
    padding: 10px 20px;
}

.button_light i {
    font-size: .7rem;
    transform: translateY(-1px);
}

.text_upper {
	text-transform: uppercase;
}

.custom_widget {
    background-position: top !important;
}

.custom_widget .widget-title {
    font-size: 3.1rem;
    margin-bottom: 2.5rem;
    font-weight: 600;
	line-height: 1;
}

.custom_widget p {
    margin-bottom: 10px;
}

.custom_widget .image_card {
    border-radius: 10px;
    overflow: hidden;
}

.custom_widget .image_card img {
    min-width: 100%;
    height: auto;
    object-fit: cover; 
    
}

.custom_widget .image_card h2 {
    font-size: 1.65rem;
}

.custom_widget .vision_impact_content {
    min-height: 250px;
}

.custom_widget .vision_impact_content p {
	color: #555;
}

.custom_widget .vision_impact_content h2 {
	color: #636363; 
}

.bullet_points_disc li {
	margin-left: 40px;
}

/*--------------------------------------------------
				Html Element
---------------------------------------------------*/



/*--------------------------------------------------
				Contact Form
---------------------------------------------------*/
.contact-form-one {
	display: block; 
	max-width: 100%;
}

.contact-form-one p {
	margin-bottom: 10px; 
}

.contact-form-one-submit {
	text-align: center;
	margin-top: 25px; 
	transition: linear .5s all;
}

.contact-form-one h5 {
	margin : 18px 0 0 0; 
}

/* Contact form Quiz Label Fix */
.wpcf7-quiz-label {
	display: none; 
}

/* -- Our Locations Section -- */




/*---------------------------------------------------
			Custom	Rows Settings 
----------------------------------------------------*/
.custom-row {
	width: 100%;
	clear: both;  
	margin: 0 auto;
	justify-content: flex-start;
}

.custom-row .custom-row-columns:last-of-type {
	margin-right: 0; 
}

.custom-row-columns {
	margin-right: 10px; 
	vertical-align: top;
	display: inline-block;
}

/* Tables */
table {
	text-align:   center;
	margin:       0 0 25px;
	width:        100%;
	border: 1px solid #ddd;
	border-collapse:collapse;
}
caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}
th,
td {
	padding:     4px 2%;
	border:      1px solid #ddd;
	border-left: none;
}
th {
	font-weight: bold;
}
td {
	border-top: none;
}
#footer table,
#footer th,
#footer td {
	border-color: #E5E5E5;
}

/* Alignment */
.alignleft {
	display: table !important;
	float: left;
	margin: 0;
	padding: 0; 
}
.alignright {
	display: table !important;
	float: right;
	margin: 0;
	padding: 0; 
}
.aligncenter {
	clear: both;
	display: table !important;
	margin: 0 auto !important;
}

header {
    background-color: #fff;
    width: 100%;
    clear: both;    
    display: inline-block;
    margin: 0;
	padding: 0px;
}

.logo-and-mainnav-container {
    width: 100%; 
    background-color: #fff; 
    display: block;
    margin: 0;
    padding: 0; 
	clear: both;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.1);
}

.logo-and-mainnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-and-title {
	display: flex;
	align-items: center;
}

/* .logo-container {
    
} */

.menu-post-title-container {
	padding-left: 20px; 
	font-weight: 600; 
	position: relative;
}

.menu-post-title-container p::before {
	content: ""; 
	position: absolute;
	width: 2px;
	height: 14px;
	left: 0;
	background-color: #6d6d6d;
	transform: translateY(50%);
	margin-left: 10px;
	border-radius: 20px;
}

/*
.top-menu-container {
    width: 100%; 
    background-color: rgb(49, 126, 191);
    display: block; 
    clear: both;
    margin: 0;
	padding: 0; 
	height: 40px;
}

.top-menu {
    width: 100%;
	text-align: right;
	padding-top: 2px;
}

.top-menu li {
    display: inline-block;
    text-decoration: none; 
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    border:none; 
}

.top-menu a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    margin: 0;
    transition: ease-in-out 200ms all; 
    -moz-transition: ease-in-out 200ms all;
    text-decoration: none; 
    list-style-type: none; 
    font-size: 14px;
}

.top-menu li a:hover {
    background-color: rgb(85, 154, 233);
    text-decoration: none;
    color: #fff;
}
*/

.main-menu-container {
    margin-top: 0px;
    width: 62%;
    float: right;
	display: block; 
	text-align: right;
}

.logo-and-mainnav-container.stickyNav {
	transition: .5s ease all; 
	transform: translateY('120%'); 
	position: fixed;
	z-index: 9999999999; 
}

.main-nav {
	display: block;
	width: 100%;
	text-align: right;
	z-index: 9999999;	
}

.main-nav ul {
	margin: 0;
}

.main-nav li  {
	display: inline-block;
    text-decoration: none;
    list-style-type: none; 
    padding: 0;
	margin: 0; 
	text-align: center;
}

.main-nav a {
	display: block;
	margin: 0;
	padding: 5px 20px;
	max-width: 180px;
	transition: ease-in-out 200ms all; 
    -moz-transition: ease-in-out 200ms all;
    text-decoration: none; 
	list-style-type: none; 
	color: #444;
	font-size: 13px; 
	z-index: 9999999;
}

.main-nav a:hover {
    background-color: rgb(85, 154, 233);
	color: #fff;
}

.main-nav .current-menu-item {
	color: rgb(85, 154, 233);
	border-bottom: 2px solid rgb(85, 154, 233);
}

.main-nav .current-menu-item > a {
	color: rgb(85, 154, 233);
	background-color: #fff; 
}

.main-nav .current-menu-item  a:hover  {
	background-color: rgb(85, 154, 233);
	color: #fff;
}

.main-nav a:active {
	background-color: rgb(85, 154, 233);
	color: #fff;
}

.main-nav a:focus {
	background-color: rgb(85, 154, 233);
	color: #fff;
}

.main-nav li:hover > a {
	background-color: rgb(85, 154, 233);
	color: #fff;
}

.main-nav li ul {
	display: none;
	position: relative; 
	background-color: rgb(85, 154, 233);
	color: #fff;
	z-index: 9999999;
	padding: 20px 50px;
	height: 450px;
	border-color: #d1e3e6;
    -webkit-box-shadow: 0 10px 10px -10px #000;
	box-shadow: 0 10px 10px -10px #000;
	width: 100%;
	text-align: center; 
	left: 0;
}
.main-nav li:hover > ul {
	position: absolute; 
	display: block; 
}

.main-nav li ul a {
	max-width: 360px;
	color: #fff;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    cursor: pointer;
	overflow: hidden;
	position: relative; 
	display: block;
}

.main-nav li ul li:hover > a {
	color: rgb(85, 154, 233);
	background-color: #fff;
}

.main-nav li ul li {
	position: relative; 
	display: inline-block;
	clear: both;  
}

.main-nav li ul ul {
	position: inherit; 
	padding: 0;
	margin: 0; 
	height: auto; 
	clear: both;
	float: left; 
	display: block; 
	max-width: 100%; 
	box-shadow: none;
}

.main-nav li ul ul li {
	position: relative;
	display: block; 
	text-align: center; 
}

/* Menu FontAwesome Styling*/ 
.main-nav li a:before {
	font-family: 'FontAwesome';
	padding-right: 5px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin:0;
	font-size: 13px;
}

.main-nav li a:after {
	font-family: 'FontAwesome' ;
	padding-left: 5px;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin:0;
	font-size: 13px;
}

/* menu with submenu arrow*/ 
.main-nav li.has-children > a:after {
 	content: '\f107' ;
	font-size: 13px;
}

.main-nav li li.has-children > a:after {
 	content: '\f105' !important;
	font-size: 13px;
} 

.request-a-call a {
	background-color: #00457c !important;
	color: #fff !important;
}

/* Home menu item 
.home-link a:before {
	content: '\f015'!important;
	margin:0;
	font-size: 16px;
}
*/

.hero-container {
	height: 75vh; 
	background-image: linear-gradient(to right,rgba(0,0,0,.85) 15%,transparent 60%);
}

.hero-container h1,
.hero-container p {
	color: #fff; 
	word-break: keep-all;
	word-wrap: normal;
	white-space: normal;
	max-width: 43%;
}

.hero-container h1 {
	font-size: 46px;
	line-height: 1.2;
}

.hero-container p {
	font-size: 18px; 
	font-weight: 300;
	line-height: 30px;
	padding-bottom:  60px; 
}

.post-container {
	width: 85%; 
	margin: 0 auto; 
}

.post-hero {
	min-height: 430px;
}

.post-hero-title {
	background-color: rgba(0,0,0,.5); 
	color: #fff; 
}

.post-hero-title h3 {
	color: #f5f5f5;
	font-size: 24px;
	line-height: 1.5;
}

/*-------------------------------------------------------------
				Fixes 
--------------------------------------------------------------*/

/*------------ Stay Home Section ------------------*/
.stay-home h1 {
	color: #f3f3f3; 
	font-weight: bold;
	font-size: 35px; 
}

/* Homepage circle Icon H5 margin Fix */
.sow-features-list .sow-features-feature h5 {
	margin: 10px 0 !important;
}

.border-radius {
	border-radius: 3px;
}

.grow {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.grow img {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.grow img:hover {
	-ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.display-none {
	display: none; 
}

.cards-pic img {
	max-height: 180px; 
}

.card-shadow {
	box-shadow: 0 10px 30px 0 rgba(0,0,0,.1);
}

.card-shadow .so-widget-sow-features-default-543c672a5b12 .sow-features-list .sow-features-feature .textwidget {
	margin: 0 !important; 
}

.shadow-top {
	-webkit-box-shadow: 0px -6px 9px -4px rgba(138, 138, 138, 0.28); 
	box-shadow: 0px -6px 9px -4px rgba(138, 138, 138, 0.28);

}

.solutions {
	overflow: hidden; 
	max-height: 320px; 
	display: block;
	border-radius: 3px;
	position: relative;
	float: left; 
	box-shadow: 0 30px 50px -30px rgba(0,0,0,.3);
}

.solutions h3 {
	margin: 0;
	padding: 0 0 5px 0;
}

.solutions img {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
	transition: all .5s;
	float: left;
	object-fit: cover;
	object-position: center;
	position: relative;
}

.solutions img:hover {
	-ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.solutions-content {
	position: absolute;
    max-width: 320px;
    min-height: 78px;
    height: auto;
	background: rgba(255, 255, 255, 0.71);
    bottom: 20px;
    border-radius: 0 3px 3px 0;
	padding: 15px 20px;
	float: left; 
	pointer-events: none;
	min-width: 220px;
}

.solutions a {
	color: #323232; 
}


.solutions-content:hover .solution img {
	-ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.industries-inner {
	background-color: #f2f2f2;
	border-radius: 5px;
	color: #fff; 
	overflow: hidden;
}

.industries-inner .three-area-content  {
	overflow: hidden;
	background-color: #000000a3;
	padding-top: 10px;
}

.industries-inner .inpicplaceholder {
	height: 250px; 
}

.industries-inner h3 {
	color: #fff;
}

/*---------- Overflowing Items -----------*/
.hide-over-flow {
	overflow: hidden;
}

/* Main Content */
main {
	display: block;
	clear: both;
	border-top: 1px solid #eee;
}

.container {
	max-width: calc(1400px + 10%) !important;
    margin: 0 auto;
    padding-left: 5% !important;
    padding-right: 5%;
}

img {
    max-width: 100%;
    height: auto;
	overflow: hidden;  
	display: block;
}


/*------------------------ Article with sidebar --------------------*/
article {
	width: 60%;
}

.sidebar-container {
	width: 22%;
}

/*------------------------Covid-19 Section --------------------*/
.covid-content {
	padding: 10px 20px 10px 20px;
	min-height: 154px;
}

.covid-content-text {
	min-height: 88px; 
}

.covid-content h3 {
	margin: 0;
	padding: 0 0 10px 0;
}

.covid h1 {
	color: #ffffff; 
}

.covid-read-more{
	padding-top: 25px; 
}


/*---------------------- Client Stories Section ----------------*/

/*-------Gradient Background  not used 
.client-story-container {
	background: rgb(237,237,237);
	background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(218, 218, 218) 50%, rgb(255, 255, 255) 100%);
}
---------------------------------------*/

.story-shadow {
	box-shadow: 0 30px 50px -30px rgba(0,0,0,.3);
}

.card-grow,
.ctc-large,
.client-story {
	-webkit-transition: ease all .3s;
    -moz-transition: ease all .3s;
    -o-transition: ease all .3s;
	transition: ease all .3s;
}

.card-grow:hover,
.ctc-large:hover,
.client-story:hover {
	-ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.client-story img {
	max-height: 175px; 
}

.client-story-content {
	background-color: #fff;
	padding: 15px 20px 20px 20px; 
	margin-top: -8px; 
	border-radius: 0 0 3px 3px; 
	overflow: hidden; 
	min-height: 172px;
}

.client-story-text {
	min-height: 112px;
}

.client-story a {
	color: #323232;
}

.client-quote {
	font-size: 20px;
	line-height: 1.5;
}


.ctc-large-content h3,
.ctc-content h3, 
.client-story-content h3 {
	padding: 0;
	margin: 5px 0 8px 0; 
}

.client-story-read-more {
	padding-top: 30px;
}

.client-story-read-more:hover {
	color: rgb(49, 126, 191) ;
}


/*------------- Computech Technology Center ------------*/
.ctc-content {
	background-color: #fff;
	padding: 15px 20px 20px 20px;
	border-radius: 0 0 3px 3px;
	overflow: hidden; 
	min-height: 176px;
}

.ctc-sm-card img {
	max-height: 143px; 
}

.ctc-large-content {
	background-color: #fff;
	padding: 15px 20px 20px 20px;
	border-radius: 0 0 3px 3px;
	overflow: hidden; 
	min-height: 200px; 
}

.ctc-content-text {
	min-height: 114px;
}

.ctc-large-content-text {
	min-height: 136px;
}

/*------------- Our DNA ------------*/
.card-body {
	perspective: 1000px;
}

.dnaHolder {		
	width: 50%; 
	margin: 0 auto;
	display: flex;
	align-items: center; 
	justify-content: center; 
}


.dnaBoxContainer {
	background-color: #fff;
	box-shadow: 0px 10px 18px 0px rgba(0,0,0,.2);
	/*max-width: 40%;
	max-height: 95%;*/
	margin: 0 auto;
	padding: 3% 2% 6% 2%;
	border-radius: 15px;
	text-align: center; 
	transform-style: preserve-3d;
}

.dna-logo {
	transition: all 0.75s ease-out;
}

.dnaBoxContainer img {
	max-width: 12%;
	display: flex;
	margin: 0 auto; 
}

.dnaTitle {
	display: block;
    clear: both;
    text-align: center;
	margin: 5% 10%;
	transition: all 0.75s ease-out;
	position: relative;
}

.dnaTitle h2 {
	font-size: 1.8rem;
	transition: all 0.75s ease-out;
}

.dnaTitle h2::before,
.dnaTitle h2::after {
	content: '';
	background: linear-gradient(90deg, rgba(243,79,36,1) 0%, rgba(255,184,3,1) 35%, rgba(125,186,3,1) 100%);
	height: 2px;
	width: 30%;
	margin-top: 4%; 
	display: flex;
}

.dnaTitle h2::before {
	float: left;
}
.dnaTitle h2::after {
	float: right; 
}

.dnaItemsContainer {
	display: flex;
	justify-content: center;
	transform-style: preserve-3d;
}

.dnaLearn,
.dnaInnovate,
.dnaDeliver {
	border-radius: 50%;
	min-width: 250px;
	min-height: 250px;
	width: 250px;
	height: 250px; 
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .500s all ease-out; 
	/*box-shadow: 0 8px 10px rgba(0,0,0,.2);*/
}

.dnaLearn h2,
.dnaInnovate h2,
.dnaDeliver h2 {
	color: #555;
	font-size: 1.5rem;
	transform-style: preserve-3d;
}

.dnaLearn {
	background-color: #f34f24;
	margin-right: -190px;
	background: linear-gradient(90deg, rgba(243,79,36,1) 0%, rgba(255,184,3,1) 100%);
}
.dnaInnovate {
	background-color: #7dba03;
	margin-top: 190px;
	background: linear-gradient(90deg, rgba(125,186,3,1) 0%, rgba(243,79,36,1) 100%);
	
}
.dnaDeliver {
	background-color: #ffb803;
	margin-left: -190px;
	background: linear-gradient(90deg, rgba(255,184,3,1) 0%, rgba(125,186,3,1) 100%);
}

.dnaLearn:hover,
.dnaInnovate:hover,
.dnaDeliver:hover
{
	transform: scale(1.2);
}

/*--------------- DNA Circles Inner ---------------*/
.dnalearndiv,
.dnaInnovatediv,
.dnaDeliverdiv {
	background-color: #fff; 
	width: 97%; 
	height: 95%;
	border-radius: 200px;
	display: flex;
	justify-content: center;
	align-items: center; 
}

.dnalearndiv {
	margin: 15px 0 0 5px;
}

.dnaInnovatediv {
	margin: 5px 15px 0 0;
}

.dnaDeliverdiv  {
	margin: 11px 0 23px 5px;
}

.dnaLearn {
	margin-right: -150px; 
}
.dnaInnovate {
	margin-top: 150px;
}
.dnaDeliver {
	margin-left: -150px;
}

/*-------------------- Digital transformation Journey ---------
.journey-box {
	min-height: 110px; 
}
*/

/*-------------------- Next Step --------------------*/
.next-step-content {
	border-radius: 0 0 3px 3px;
}

.next-step-image {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

/*-------------------- Modern Workplace ------ ---------*/
.four-area-content {
	min-height: 190px;
	padding: 10px 20px 20px 20px;
}

.three-area-content {
	min-height: 170px;
	padding: 10px 20px 20px 20px;
}

.four-area-text {
	min-height: 186px;
}
.three-area-text {
	min-height: 110px;
}

.four-area-read-more,
.three-area-read-more  {
	padding-top: 20px; 
}

.microsoft-teams-capabilities img {
	width: 100%; 
	height: 100%; 
}

.solutions-area-content {
	min-height: 200px;
	padding: 10px 20px 20px 20px;
}

.solutions-area-text {
	min-height: 136px;
}

	/*-------------------- Why Digital Covid Certificate ------ ---------*/
	.whydcc-content {
		min-height: 150px;
		padding: 10px 20px 20px 20px;
	}


/*-------------------------------------------------
				Industries 
--------------------------------------------------*/
.industries-inner-title h3 {
	min-height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;  
}

.industries-inner-title {
	min-height: 210px; 
}

/*-------------------- Covid-19 Vaccine Management Solution ---------------*/
.covid-vms-content {
	padding-bottom: 40px; 
	margin-top: 20px; 
}

.covid-vms-content h3 {
	margin-bottom: 9px;
}


/*-------------------------------------------------
				aitour 
--------------------------------------------------*/
.aitour_gradient {
	background: linear-gradient(90deg, #09b3ad 3%, #0b4b75);
}

.aitour_gradient_reverse {
	background: linear-gradient(240deg, #0b4b75 17%, #09b3ad, #09b3ad, #09b3ad);	
}

.aitour_header_blue {
	background-color: #0b4b75;
}

.aitour_header_gradient, 
.aitour_header_blue {
	padding: 8px 12px; 
	font-size: 1.5rem;
	margin-bottom: 6%; 
}

.aitour_event_agenda_time p {
	font-size: .9rem; 
}

.aitour_event_agenda_time h4 {
	font-size: 1.1rem;
	text-transform: uppercase; 
	margin: 3px 0; 
}

.aitour_event_agenda_time h6 {
	font-size: .9rem; 
	font-style: italic;
	margin-top: -10px; 
	font-weight: 400;
}

.aitour_event_agenda_time {
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px; 
}

.aitour_register_form_container_grid {
	height: auto;
	min-height: 100%;
}

.aitour_register_form_container_grid .custom-html-widget  {
	height: 900px;
	min-height:100%;
	width: -webkit-fill-available;
	min-width: 100%;
}

.data_x_ai_tour .widget-title,
.data_x_ai_tour h5,
.data_x_ai_tour h4,
.data_x_ai_tour h3,
.aitour_event_agenda_time h6,
.data_x_ai_tour p,
.aitour_header_gradient,
.aitour_header_blue {
    color: #fff;
	position: relative;
	z-index: 2;
}

.data_x_ai_tour {
	position: relative;
}

.data_x_ai_tour .banner_side_img {
	transform: translate(13%, -40%) rotate(-5deg);
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    height: 190%;
    width: 100%;
    z-index: 1;
    background-position-x: 54rem !important;
    background-size: 700px !important;
    pointer-events: none;
}


.data_x_ai_tour .data_x_ai_tour_display_flex p {
    display: flex;
    align-items: center;
}

.aitour_registration_page_timing {
	border-bottom: 1px solid #949494;
    height: auto;
    padding-bottom: 18px;
    align-items: center !important;
    margin-bottom: -17px;
}

.aitour_registration_page_timing_time {
	border-left: 1px solid #80bbe9; 
	padding-left: 10px;
}

.data_x_ai_tour_speakers_text h3 {
	font-size: 22px; 
	font-weight: 400; 
	text-transform: uppercase;
	margin-bottom: 10px;
}

.data_x_ai_tour_speakers_text h5 {
	font-weight: 700;
	font-size: 16px;
}

/*------------------------codes below to modify untill Mobile CSS-------- */

/*-------------------------------------------------
				Effects 
--------------------------------------------------*/

/* hvr-pulse-grow link was removed in content */

/*---- Vieww all our solutions-------*/
.view-solutions {
	float: right;
}


/*homepage AI pic*/
.aipic {
	-webkit-transition:  all 400ms ease;
	transition: all 400ms ease;
}

.aipic img:hover {
	/*margin-top: 30px;
	margin-bottom: 25px;*/
	-webkit-transition:  all 400ms ease;
	transition: all 400ms ease;
	transform: scale(.88);
}


/*------- Solutions item background image hover effects ------*/ 
.fadeInUp img:hover {
	-ms-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	background-image: none;
}

.fadeInUp img {
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


/*-------- Slide up on Scroll effects CSS --------*/


.come-in {
	transform: translateY(150px);
	animation: come-in 0.8s ease forwards;
  }
  .come-in:nth-child(odd) {
	animation-duration: 0.6s;
  }
  .already-visible {
	transform: translateY(0);
	animation: none;
  }
  
  @keyframes come-in {
	to { transform: translateY(0); }
  }


/*--------------------------------------------
			  Screen Size 1540
----------------------------------------------*/
@media only screen and (max-width: 1540px) {

	/*----------- Logo Container ----------*/
	/* .logo-container {
		padding-top: 9px;
	} */
	
	/*------------ Covid Content ----------*/
	.covid-content {
		min-height : 170px; 
	}

	.covid-read-more {
		padding-top: 5px; 
	}

	.covid-content-text {
		min-height: 113px; 
	} 

	.covid-read-more {
		padding-top: 20px;
	}

	/*----------- Solutions Content -----------*/
	.solutions-content {
		width: 312px; 
	}

	/*----------- Client Story ----------------*/
	.client-story-text {
		min-height: 140px; 
	}

	.client-story-read-more {
		padding-top: 20px; 
	}

	/*------------- ctc-content ----------------*/
	.ctc-content {
		min-height: 176px;
	}

	.ctc-content-text {
		min-height: 126px;
	}

	.ctc-large-content {
		min-height: 220px; 
	}

	.ctc-large-content-text {
		min-height: 166px;
	}

	.client-story-read-more {
		padding-top: 20px;
	}


	/*-------------------- Modern Workplace ------ ---------*/
	.four-area-content {
		min-height: 220px;
		padding: 0 20px 20px 20px;
	}

	.four-area-text {
		min-height: 220px;
	}

	.four-area-read-more {
		padding-top: 10px; 
	}	

	.solutions-area-content {
		min-height: 190px;
		padding: 10px 20px 20px 20px;
	}

	.solutions-area-text {
		min-height: 140px;
	}

	/*-------------------- Why Digital Covid Certificate ------ ---------*/
	.whydcc {
		min-height: 120px;
	}

	/*------------------ Contact Page Form Columns -------------*/
	.custom-row-columns {
		width: 30%; 
	}

	/*------------------ Contact Page Form Columns -------------*/
	.data_x_ai_tour .banner_side_img {
		transform: translate(8%, -31%) rotate(0deg);
		top: -20%;
		position: absolute;
		background-repeat: no-repeat;
		height: 180%;
		width: 100%;
		z-index: 1;
		background-position-x: 53rem !important;
		background-size: 757px !important;
		pointer-events: none;
		right: 6%;
	}

}

/*--------------------------------------------
			  Screen Size 1370
----------------------------------------------*/
@media only screen and (max-width: 1370px) {

	/*----------- Logo Container ----------*/
	/* .logo-container {		
	} */

	/*------------ Modern Workplace ----------*/

	.solutions-area-content {
		min-height: 210px;
		padding: 10px 20px 20px 20px;
	}

	.solutions-area-text {
		min-height: 185px;
	}

	/*----------- Industries ----------*/
	.industries-inner-title h3 {
		min-height: 60px;
		display: block;
	}

	.industries-inner-title {
		min-height: 220px; 
	}

}


/*--------------------------------------------
			  Screen Size 1280
----------------------------------------------*/
@media only screen and (max-width: 1280px) {
	
	/*------------ Covid Content ----------*/
	.covid-content {
		min-height : 192px; 
	}

	.covid-read-more {
		padding-top: 5px; 
	}

	.covid-content-text {
		min-height: 152px; 
	} 

	/*----------- Solutions Content -----------*/
	.solutions-content {
		width: 312px; 
	}

	/*----------- Client Story ----------------*/
	.client-story-text {
		min-height: 166px; 
	}

	.client-story-read-more {
		padding-top: 18px; 
	}

	/*------------- ctc-content ----------------*/
	.ctc-content {
		min-height: 190px;
	}

	.ctc-content-text {
		min-height: 138px;
	}

	.ctc-large-content {
		min-height: 278px; 
	}

	.ctc-large-content-text {
		min-height: 190px;
	}

	/*-------------------- hero-container ------ ---------*/
	.hero-container h1,
	.hero-container p {
	max-width: 43%;
	}

	/*-------------------- Modern Workplace ------ ---------*/
	.four-area-content {
		min-height: 270px;
		padding: 0 20px 20px 20px;
	}

	.four-area-text {
		min-height: 256px;
	}

	.four-area-read-more {
		padding-top: 10px; 
	}	

	.solutions-area-content {
		min-height: 240px;
		padding: 10px 20px 20px 20px;
	}
	
	.solutions-area-text {
		min-height: 200px;
	}
	
	/*------------------ Contact Page Form Columns -------------*/
	.custom-row-columns {
		width: 30%; 
	}	

}

/*--------------------------------------------
			  Screen Size 1148
----------------------------------------------*/
@media only screen and (max-width: 1148px) {

	/*------------------ Contact Page Form Columns -------------*/
	.custom-row-columns {
		width: 48%; 
	}

	/*-------------------- hero-container ------ ---------*/
	.hero-container h1,
	.hero-container p {
		max-width: 50%;
	}
}

/*--------------------------------------------
			  Screen Size 1008
----------------------------------------------*/
@media only screen and (max-width: 1008px) {

	/*------------------ Contact Page Form Columns -------------*/
	.custom-row-columns {
		width: 100%; 
	}

	/*-------------------- hero-container ------ ---------*/
	.hero-container h1,
	.hero-container p {
		max-width: 80%;
	}

	/* .logo-container {
		width: 15%;
		padding-top: 12px; 
	} */

	.menu-post-title-container {
		display: ""; 
	}
}

/*--------------------------------------------
			  Screen Size 750
----------------------------------------------*/
@media only screen and (max-width: 750px) {
	/* .logo-container {
		width: 22%;
		padding-top: 12px; 
	} */

	.menu-post-title-container {
		display: none; 
	}
}

/*---------------------------------------------------------
  			Mobile Css
----------------------------------------------------------*/
  @media only screen and (max-width: 450px) {
	/* .logo-container {
		width: 35%;
		padding-top: 12px; 
	} */

	/* .menu-post-title-container {
		display: none; 
	} */

	.main-menu-container {
		width: 45%;
	}

	/* header {
		height: 44px;
	} */

	/*-------------------- hero-container ------------------*/
	.hero-container h1,
	.hero-container p {
		max-width: 100%;
	}
	.hero-container p {
		padding-bottom:  0px; 
	}

	/* Home{age Slider */
	.n2-ss-layer-col,
	.n2-ss-section-main-content {
		padding-left: 5px !important;
	}

	/*-------------------- Our DNA -------------------------*/
	.dnaBoxContainer {
		max-width: 95%;
	}

	.dnaBoxContainer h2 {
		font-size: 1.5rem;
	}
	.dnaLearn,
	.dnaInnovate,
	.dnaDeliver {
		border-radius: 50%;
		min-width: 200px;
		min-height: 200px;
		width: 200px;
		height: 200px; 
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		transition: .3s all ease; 
	}

	.dnaLearn {
		margin-right: -130px; 
	}
	.dnaInnovate {
		margin-top: 130px;
	}
	.dnaDeliver {
		margin-left: -130px;
	}

	/*-------------------- aitour -------------------------*/
	.data_x_ai_tour .banner_side_img {
        position: absolute;
        background-repeat: no-repeat;
        height: 150%;
        width: 100%;
        z-index: 1;
        background-position-x: 4rem !important;
        background-size: 448px !important;
		transform: translate(8%, -34%) rotate(0deg);
	}

	
  }

/*--------------------------------------------------------------
		   Footer Section 
--------------------------------------------------------------*/

.footer {
	background-color: #161d2b;
}

.footer-content {
	color: #a9a9a9;
	font-size: 0.85rem;
	padding: 2% 0; 
}

.footer-content h3 {
	color: #c3c3c3;
}

.footer-content .fa,
.footer-content .fab {
	font-size: 30px; 
	color: rgb(107, 107, 107);
	transition: 0.3s; 
}

.footer-content .fa:hover,
.footer-content .fab:hover {
	color: rgb(49, 126, 191); 
	transform: scale(1.5);

}

.footer-partners img {
	max-width : 100px; 
	color: rgb(107, 107, 107);
	transition: ease all 500ms;
}
.footer-partners a {
	color: rgb(107, 107, 107);
	transition: ease all 500ms;
}

.footer-partners a:hover img {
	color: rgb(107, 107, 107);
	transform: scale(1.3); 
	transition: ease all 500ms;
}

.footer-copyright {
	padding: 1% 5%; 
	text-align: center;
	font-size: 13px;
	color: #ccc;
	background-color: #161d2b;
}
