/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
	/* Add your Desktop Styles here */

}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
	/* Add your Mobile Styles here */

}

/*****************************************/

/*
You can add your own CSS here.
Click the help icon above to learn more.
*/

body {
	font-size: 22px;	
}
/* body, p, h1, h2, h3, h4, .copyright {
	font-family: ' helvetica neue', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} */
.page-id-19 #av_section_3{
	background-size: 100% 100% !important;
}
.page-id-19 .avia-smallarrow-slider-heading h3 {
	font-size: 32px;
	text-align: center;
	color: #333333;
	padding-bottom: 10px;
}
.avia_textblock h1, .avia_textblock h3 {
	font-family: "Rokkitt", serif;
	color: #333333;
}
.avia_textblock h1{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #333333;
}
.avia_textblock h1 span{
	border-bottom: 1px solid #333333;
}
p {
	font-size: 22px;
	line-height: 1.6em;
	margin: 0 0 15px;
}
.footer_color h3, .footer_color h4 {
	color: #F2F2F2;
}
#nav_menu-2 h3 {
	font-size: 20px;
}
#nav_menu-2 ul li a, ul#avia-menu li a {
	font-size: 18px;
	/* font-family: ' helvetica neue', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
}
#nav_menu-2 ul li a:hover {
	text-decoration: underline;
}
#nav_menu-2 .widgettitle {
	margin-top: 0px;
}
#header_main{
	background: #1A1A1A;	
	border-top: 15px solid #0e5484 !important;
	box-shadow: 0 0 10px 5px rgb(0 0 0 / 20%);
}
ul#avia-menu li a {
	padding: 0 1.4em;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
}
#top .avia-logo-element-container img{
	box-shadow: none;
}
.corsair-img{
	height: 420px; 
	text-align: center; 
	padding-top: 100px;
}
.corsair-img h1{
	font-size: 50px;
}
.corsair-img h3{
	font-size: 30px;
	line-height: 45px;
}
#av_section_3 .new-special-heading h3{
	text-align: center;
	font-size: 42px;
	/* font-family: ' helvetica neue', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; */
	color: #1A1A1A;
}
#socket {
	background-color: #2b231f;
}
footer#socket .container{
	padding: 30px;
}
.copyright {
	color: #fff;
	font-size: 14px;
}
.container_wrap{
	border-top-width: 0;
}
.logo{
	margin-top: 20px;
	transition: 500ms;
}

.logo > a {
	background-image: url(../img/New-Logo-With-Text-Color.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 190px;
	transition: 500ms;
}

.scrolled .logo > a {
    background-image: url(../img/New-Logo-White-With-Text-Color.png);
	width: 180px;
	transition: 500ms;
}

#scroll-top-link {
	background: url(../img/Back-to-Top-Button.png) -7px -7px no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 5px;
    bottom: 10px;
    right: 10px;
}
#scroll-top-link:hover{
	background-color: #1A1A1A;
}
#top .avia-smallarrow-slider-heading{
	margin-bottom: 20px;
}
.title_container .main-title{
	font-size: 34px;
}
#text-4 {
	float: right;
	padding-right: 30px;
}
.header_color .av-hamburger-inner,
.header_color .av-hamburger-inner::before,
.header_color .av-hamburger-inner::after{
	background-color: #fff;
}

/*Home Page New Updation*/

#program-sec .flex_column {
	background-color: #989492;
	color: #fff;
	height: 100%;
	position: relative;
	padding-bottom: 30px;
}
#program-sec .learn-btn {
	background-color: #655e5c;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
#program-sec  .program,
#program-sec .pro-out {
	position: initial;
}

.learn-btn {
	border: 0px;
	border-radius: 5px;
	font-weight: 700;
	padding: 5px 0px !important;
	display: inline-block;
	display: table;
	margin-left: auto;
	color: #fff !important;
	width: 112px;
	text-align: center;
}
.pro-out {
	padding-bottom: 20px;
	position: relative;
}
.pro-out h3 {
	text-align: center;
	color: #fff !important;
	background-color: #6b6563;
	padding: 20px 15px;
	margin: 0;
	font-size: 26px;
	line-height: normal;
	font-weight: 600;
	letter-spacing: 1px;
}
#program-sec {
	position: relative;
	top: -118px;
	background-color: transparent;
	display: flex;
	flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
}

#program-sec > div {
	padding: 20px;
	vertical-align: top;
}

/* #program-sec > div:first-child {
	padding-left: 40px;
}

#program-sec > div:last-child {
	padding-right: 40px;
} */

#program-sec .flex_cell.av_one_fourth {
	display: flex;
}
#program-sec .flex_cell_inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
#program-sec .avia-image-container.avia-align-center {
	width: 100%;
}

.program ul {
	padding: 15px 20px;
	margin: 0px;
}
.program {
	padding: 1.4em;
	position: relative;
	display: inline-block;
	width: 100%;
}
#about-sec .program p b {
	color: #fff;
}
.program ul li {
	font-size: 20px;
	line-height: normal;
	color: #f8f8f8;
	margin: 0;
}
.program a.learn-btn {
	width: 180px;
	float: right;
	font-size: 19px;
}
.pro-out:after {
	content: "";
	position: absolute;
	top: -10px;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #77170a;
	height: 5px;
}
#readiness-sec .pro-out {
	padding-bottom: 20px;
	position: relative;
	height: 200px;
}
#program-sec img.avia_image {
	object-fit: cover;
	border-radius: 0px;
}
#hero-sec,
#sub-sec {
	color: #fff;
	padding: 20px 0 0 0;
}

.top-red-line:before {
    content: " ";
    background-color: #77170a;
    height: 5px;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

:is(#hero-sec, #sub-sec).bottom-pad {
	padding-bottom: 110px;
}

#hero-sec { 
	background: #2b231f;
}
:is(#hero-sec, #program-prod, #sub-sec, .sub-sec) h3{
	color: #fff;
	font-size: 36px;
	font-weight: 300;
}
.footer-bx h4 {
	border-bottom: 6px solid #77170a;
	padding-bottom: 11px;
}
span.copyright {
	margin: 0 auto;
	display: table;
	float: unset !important;
}

.main_menu > div > ul > .current_page_item > a:after {
    content: " ";
    display: block;
    height: 0px;
    width: 0px;
    border: 7px solid transparent;
    border-left: 7px solid #FFBF00;
    border-top: 7px solid #FFBF00BB;
    margin: -7px auto 0;
    transform: rotate(45deg);
}

.main_menu > div > ul > .current_page_item:hover > a:after {
    border-left-color: #1A1A1A;
    border-top-color: #1A1A1A;
}

.trim-corners:before {
    content: " ";
    background-color: transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0;
    bottom: 0px;
    box-sizing: border-box;
    border-top: 20px solid transparent;
    border-right: 20px solid rgba(255,255,255, 1);
    z-index: 1;
}

.trim-corners:after {
    content: " ";
    background-color: transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    bottom: 0px;
    box-sizing: border-box;
    border-top: 20px solid transparent;
    border-left: 20px solid rgba(255,255,255, 1);
}

.footer-bx p {
	font-size: 17px;
	line-height: 22px;
}
.avia-image-container-inner {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.avia-image-container-inner img {
	width: 100%;
}
#sub-sec {
	background-color: #0e5484;
	padding-bottom: 20px;
}
#readiness-sec .pro-out:after {
	background-color: #fff;
}
#readiness-sec .pro-out h3 {
	background-color: #5788a9;
}
.program p {
	color: #ffffff;
	line-height: 1.5em;
}
#readiness-sec .flex_column {
	background: #8aacc3;
}
#readiness-sec .learn-btn {
	background-color: #0e5484;
}
#readiness-sec {
	background-color: transparent;
	top: -93px;
	max-width:80%;
	margin:0 auto;
}
#banner .flex_cell.no_margin.av_one_full.avia-builder-el-1.avia-builder-el-no-sibling {
	padding: 0px !important;
}
#top #header .avia_mega_div > .sub-menu {
	background: #2b231f;
	padding: 0px;
	margin: 0px;
	width: 100% !important;
}
ul.sub-menu li> ul.sub-menu a span {
	padding: 4px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
}
ul#avia-menu li:hover {
	background: #5788a9;
}

ul#avia-menu li.av-burger-menu-main:hover {
	background: transparent;
}

#top #header .avia_mega_div > .sub-menu > li > ul > li a {
	background-color: transparent;
}
ul.sub-menu li > ul.sub-menu {
	background-color: transparent !important;
	padding: 0px;
	margin: 0px;
}
#footer .widget {
	margin-top: 30px;
	margin-bottom: 9px;
	float:unset;
}
#top #header .mega_menu_title a:hover {
	text-decoration: none;
}
#header .mega_menu_title {
	margin-bottom: 0px;
	display: inline-flex;
}
#footer section#nav_menu-2 {
	margin: 0px !important;
}
ul.sub-menu li> ul.sub-menu {
	list-style: none;
	color: #fff;
}
ul.sub-menu li span a {
	color: #fff !important;
	text-transform: none !important;
}
#top #header .avia_mega_div .sub-menu {
	padding-bottom: 20px;
	width: 320px;
}
#top .header_color .main_menu .menu ul li>a:hover {
	color: #1a1a1a;
	background: #5788a9;
}
.sub-menu li span {
	margin: 0px;
	display: inline-block;
	margin: 0px;
	padding: 10px 0px;
}
ul.sub-menu li {
	display: block !important;
	width: 100% !important;
	padding: 0px 20px !important;
}
.html_av-overlay-side #top .av-burger-overlay li ul.sub-menu li
{
	padding: 0 0 0 40px !important;
}
#header .twelve.units {
	width: 332px !important;
	margin: 0px !important;
	padding: 0px !important;
}
#header.av_minimal_header .avia_mega_div {
	border-top:0px !important;
}
#readiness-sec .avia-image-container-inner {
	height: 300px;
	width: 100%;
}
#program-sec .avia-image-container-inner {
	height: 200px;
	width: 100%;
}
#program-sec .avia-image-container-inner img{
	height:100%;
}
#readiness-sec .avia-image-container-inner img {
	height: 100%;
	width: 100%;
}
#top .widget_nav_menu ul ul li:before {
	display:none;
}
ul.sub-menu li a {
	padding: 2px 12px !important;
}
ul#menu-main-menu li a {
	padding: 0px 0px;
}
.menu-main-menu-container ul.sub-menu li {
	padding: 0px 0px !important;
}

/*About us page*/
#about-sec .avia-image-container.av-styling-no-styling.avia-builder-el-7.el_after_av_codeblock.el_before_av_codeblock.avia-align-center {
	margin-bottom: 0px;
}
#about-sec section.avia_codeblock_section.avia_code_block_1 .pro-out:after{
	content:none;
}
#about-sec .pro-out {
	background: #6b6565;
	height: unset;
	padding-bottom: 0px;
	display: inline-block;
	float: left;
	width: 100%;
}
#about-sec {
	max-width: 80%;
	margin: 0 auto;
	position: relative;
	margin-top: -140px;
	background-color: transparent;
}
#about-sec .program {
	padding: 1em;
}
#alliance-sec .slide-entry.flex_column.no_margin.post-entry.av_one_third {
	margin: 0 auto;
	height: 80px;
	padding: 0 10px;
}
#alliance-sec .slide-entry.flex_column.no_margin.post-entry.slide-entry-overview img.attachment-medium.size-medium {
	height: 100%;
	width: auto;
	object-fit: contain;
}
.sub-sec {
	background-color: #105485;
	padding: 20px 0 25px;
}
.sub-content .pro-out h3 {
	background-color: #5889aa;
}
.sub-content  .program ul {
	list-style: none;
	text-align: center;
}
.sub-content .pro-out {
	background-color: #89acc2;
	height: 100%;
}
.sub-content .pro-out:after {
	background-color: #fff;
}
#client-sec .flex_cell_inner {
	background-color: #87aac0;
}
#client-sec .pro-out h3 {
	background-color: #105485;
}
#client-sec .pro-out:after {
	width: 100%;
	background-color: white;
	top: 59px;
}
#client-sec .pro-out { 
	height: unset;
}
#client-sec .avia-smallarrow-slider-heading.no-logo-slider-heading {
	display: none;
}
#alliance-sec .flex_cell_inner {
	background-color: #939290;
	height: unset;
}
#alliance-sec .pro-out h3 {
	background-color: #2b2320;
}
#alliance-sec .pro-out:after {
	top: 59px;
}
#alliance-sec .avia-smallarrow-slider-heading.no-logo-slider-heading {
	display: none !important;
}
#alliance-sec .pro-out {
	height: unset;
}
#alliance-sec .avia-logo-element-container .slide-image {
	height: 60px;
	background-color: transparent;
	width: 200px;
}
#alliance-sec .avia-logo-element-container img {
	height: 100%;
	width: auto;
	object-fit: contain;
}
#alliance-sec .avia-logo-element-container {
	margin-top: 0px;
	padding-bottom: 20px;
}

/*carrer page css*/

#career-sec{
	background-color: #d4d3d1;

	padding: 20px 0 90px 0;
}
#career-sec h3{
	font-size:31px; 
	color:#165581;
}
span.red {
	color: #711b1e;
	font-weight: bold;
	display: block;
	font-size: 22px;
}
#career-view .pro-out h3 {
	background-color: #5889aa;
}
#career-view .pro-out {
	height: unset; 
}

/*career page end css*/

/************************************/
/*********  20 Nov 2020 ************/
/***********************************/

a:hover {
	transition: 0.3s ease-in-out;
}
#hero-sec {
	margin-top: 60px;
}
.program.about_subtitle {
	text-align: center;
}
.company_code_box {
	padding: 15px 15px 0;
	text-align: center;
}
.company_code_box ul {
	margin: 0;
}
.company_code_box ul li {
	color: #ffffff;
	font-size: 20px;
	list-style-type: none;
	margin: 0;
	line-height: normal;
}
#client-sec .avia-image-container {
	padding: 10px 30px 30px;
}
#page_heading {
	margin-top: 60px;
}
.gray_text_bg {
	background-color: #6b6563;
	color: #ffffff;
	padding: 10px 20px;
	font-size: 22px;
	line-height: 1.6em;
}
#page_heading h1 {
	padding: 20px 0 30px;
	margin-bottom: 0;
	border-bottom: 7px solid #77170a;
}
.red_text_bg {
	background-color: #77170a;
	color: #ffffff;
	text-align: center;
	padding: 15px 20px;
}
.lightgray_text_bg {
	background-color: #989392;
	padding: 20px;
}
.extralightgray_text_bg {
	background-color: #d1cfcf;
	padding: 20px;
}
#cont_prod_page .red_text_bg b {
	color: #ffffff;
	display: block;
}
#footer {
	line-height: normal;
}
#cont_prod_page .avia-image-container {
	margin: 0;
}
#cont_prod_page {
	margin-bottom: 30px;
}
#product_sec_heading {
	min-height: initial;
}
#product_sec .learn-btn {
	background-color: #655e5c;
	position: absolute;
	right: 20px;
	width: auto;
    padding-inline: 1em !important;
}
#product_sec .av-special-heading-h3 {
	background-color: #5788a9;
	padding: 20px 15px;
	min-height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#product_sec .av-special-heading-h3 h3 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
}
#product_sec_heading {
	min-height: initial;
}
#product_sec_heading h1 {
	padding-top: 20px;
}
#product_sec .avia-image-container {
	margin: 0;
}
#product_sec section.av_textblock_section {
	color: #ffffff;
	padding: 20px;
}
#product_sec section.av_textblock_section p {
	margin-top: 0;
}
#product_sec .flex_cell_inner {
	background-color: #8aacc3;
}
#product_sec > div {
	vertical-align: top;
    padding: 0 30px 30px;
}
/*#cont_prod_page .flex_column_table {
	padding: 1em;
	background-color: #77170a;
	color: #ffffff;
}*/
#cont_prod_page .flex_column.av_one_half {
	vertical-align: top;
}
#cont_prod_page .flex_column.av_one_half p {
	margin-top: 0;
}
#cont_prod_page .flex_column_table .av_textblock_section {
	padding-left: 20px;
}
.text_left {
	text-align: left;
}
body.home #hero-sec {
	margin-top: 0;
}

.check-bullet {
	margin: 0;
}
.check-bullet li {
	margin-left: 1em;
	padding: 3px 0 3px .5em;
}
.check-bullet li::marker {
	content: "✓";
	color: #FFBF00;
}

.column-list {
	column-count: 3;
}

.column-list-short {
	column-count: 2 !important;
}

.align-bottom-center {
	position: absolute;
    bottom: 30px;
    left: calc(50% - 150px);
    width: 300px;
}

/*
#program-sec .flex_cell {
position: relative;
}
#program-sec .flex_cell:before {
content: "";
background-color: #989492;
height: calc(100% - 60px);
width: calc(100% - 60px);
position: absolute;
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
}
.program:after, .program:before {
content: "";
clear: both;
display: block;
}
*/

/* #header_main:after {
    content: " ";
    display: block;
    width: 100%;
    height: 21px;
    background-color: white;
	opacity: 0;
	position: absolute;
	box-shadow: 0 0 10px 10px rgb(0 0 0 / 20%);
	transition-duration: 1s;
}

.scrolled #header_main:after {
	opacity: 1;
} */

.scrolled .logo {
    margin-top: 0px;
}

.prod_serv_menu  > a {
	pointer-events: none;
}
.light_gray {
	background-color: #939290;
	padding: 15px 20px;
}
.text-center {
	text-align: center;
}
.red {
	color: #77170a;
}
.about_subtitle p {
	margin: 0;
}
.career_box {
	padding: 1em;
	color: #ffffff;
}
.career_box ul {
	margin: 0 0 15px 16px;
}
.career_white_box_outr {
	padding: 1em;
}
.career_white_box_outr ul {
	margin: auto;
    width: 70%;
}
.career_white_box_outr ul li {
	list-style-type: none;
    margin: 10px 0;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 0px 5px;
    color: white;
}
.career_white_box_outr ul li:first-child {
	background-image: url(../img/users.png);
}
.career_white_box_outr ul li:nth-child(2) {
	background-image: url(../img/hand_dollar.png);
}
.career_white_box_outr ul li:nth-child(3) {
	background-image: url(../img/time.png);
}
.career_white_box_outr ul li:nth-child(4) {
	background-image: url(../img/growth.png);
}
p:last-child {
	margin: 0;
}
a.btn_career_box {
	background-color: #77170a;
	border-radius: 20px;
	display: block;
	text-align: center;
	color: #ffffff;
	max-width: 260px;
	padding: 12px 40px;
	line-height: normal;
	margin: auto;
	font-weight: bold;
}
a.btn_career_box:hover {
	background-color: #ffffff;
	color: #89acc2;
}
#program-sec .learn-btn:hover {
	background-color: #ffffff;
	color: #655e5c !important;
}
#career_button {
    min-height: auto;
	margin-top: 30px;
	position: relative;
}
#career_button a.avia-button {
    font-size: 22px;
}
#career_button:before {
	content: "";
	position: absolute;
	top: -10px;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #77170a;
	height: 6px;
}


#client-logos {
	background-color: white;
}

#client-logos img {
	display: inline-block;
    object-fit: contain;
	vertical-align: middle;
	filter: saturate(0.6);
}

#client-logos img:first-child {
	max-width: calc(45% - 10px);
}

#client-logos img:last-child {
	max-width: calc(55% - 10px);
}


.m-t-none {
	margin-top: 0 !important;
}

.sub-content .flex_cell:before {
	content: "";
	background-color: #105485;
	width: 100%;
	height: 69px;
	position: absolute;
	left: 0;
	top: 0;
}

#job-listings section {
	margin-left: 10vw;
	margin-right: 10vw;	
}




/********************************************/
/************* Responsive Css **************/
/******************************************/

@media only screen and (max-width: 1200px) and (min-width: 768px) {

	ul#avia-menu li a {
		padding: 0 10px;
	}
	.program {
		padding: 1.4em;
	}
	.program ul {
		padding:0px;
	}
	#alliance-sec .avia-logo-element-container .slide-image {
		width: 80%;
	}
	#readiness-sec .pro-out {
		height: 300px;
	}
	#about-sec {
		margin-top: -148px;
	}
	#program-sec {
		display: flex;
		flex-wrap: wrap;
		top: -108px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	#program-sec .no_margin.av_one_fourth {
		padding: 20px 11px !important;
		width: 50%;
	}
	.pro-out h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.program ul li {
		font-size: 14px;
		line-height: 17px;
		color: #f8f8f8;
	}
	:is(#hero-sec, #program-prod, #sub-sec, .sub-sec) h3 {
		font-size: 30px;
	}
	.sub-content .flex_cell:before {
		height: 64px !important;
	}
}

@media screen and (max-width: 1199px) {

	body, p, .gray_text_bg {
		font-size: 18px;	
	}
}

@media screen and (min-width: 992px) {

	#product_sec .flex_cell:before {
		content: "";
		background-color: #0e5484;
		height: 98px;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}
	#product_sec {
		display: flex;
	}
	#product_sec .flex_cell_inner {
		height: 100%;
	}
}

@media screen and (max-width: 991px) {

	#product_sec {
		padding-top: 30px;
	}
	#product_sec .no_margin.av_one_third {
		width: 100%;
		display: block;
	}
	.align-bottom-center {
		text-align: center;
    	position: relative;
	}

	.career_white_box_outr ul {
		margin: auto;
		width: 100%;
		margin-bottom: 50px;
	}
	.career_box ul {
		margin: 0 0 15px 0;
	}

	:is(#hero-sec, #sub-sec).bottom-pad {
		padding-bottom: 20px;
	}

	#job-listings section {
		margin: 0;
	}
}

@media only screen and (max-width: 989px) and (min-width: 768px){
	.responsive .logo a {
		max-height: 45px;
		background-image: url(../img/New-Logo-White-With-Text-Color.png);;
	}

	#header_main .inner-container {
		margin: 0 -40px;
		width: calc(100% + 80px);
	}

	#header_main .logo {
		margin-top: 8px;
	}

	.column-list {
		column-count: 2;
	}
}

@media screen and (min-width: 768px) {
	.sub-content .flex_cell {
		position: relative;
	}
	
	.sub-content {
		display: flex;
	}
	.sub-content .flex_cell_inner,
	.sub-content .flex_column,
	.sub-content section.avia_codeblock_section,
	.sub-content .avia_codeblock {
		height: 100%;
	}
	#product_sec .flex_cell {
		position: relative;
	}
}

@media only screen and (max-width: 767px) {
	.responsive #top #wrap_all .avia-content-slider-odd .slide-entry.first {
		margin-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.logo a {
		background-image: url(../img/New-Logo-White-With-Text-Color.png);
	}
	.sub-content .flex_cell:before {
		display: none;
	}
	.column-list {
		column-count: 1;
	}
	body, p, .gray_text_bg {
		font-size: 16px;	
	}
	#page_heading {
		margin-top: 0;
	}
	.slideshow_caption {
		display: none;
	}
	#career-view .flex_cell {
		padding-bottom: 3px !important;
	}
	#career-sec {
		padding: 20px 0px;
	}
	.pro-out {
		padding: 0px;
	}
	#about-sec {
		max-width: 100%;
	}
	.program p {
		font-size: 16px;
	}
	#about-sec {
		top: 0;
	}
	#hero-sec, #sub-sec {
		padding: 20px 0px;
	}
	#hero-sec {
		padding-bottom: 0px;
	}
	:is(#hero-sec, #program-prod, #sub-sec, .sub-sec) h3 {
		font-size: 30px;
	}
	.sub-content {
		padding-top: 30px;
	}
	#product_sec > div {
		padding: 0 20px 20px;
	}
	.program {
		padding: 1.4em;
	}
	.program ul {
		padding:0px;
	}
	#footer {
		text-align: left;
	}
	span.copyright {
		text-align: center;
	}
	.responsive #top .logo {
		width: 170px;
	}
	#alliance-sec .avia-logo-element-container .slide-image {
		margin-bottom: 10px;
	}
	#client-logos img:first-child, #client-logos img:last-child {
		max-width: 100%;
	}
	#program-sec {
		top: 10px;
		padding-right: 0px;
		padding-left: 0px;
		margin-bottom: 10px;
	}
	#readiness-sec {
		top: 0px; 
	}
	.flex_column {
		margin-bottom: 0px !important;
	}
	#readiness-sec {
		max-width: 100%;
	}
	#readiness-sec .avia-image-container-inner {
		height: 200px;
	}
	.program p {
		/* text-align: center; */
	}
	.program ul li {
		font-size: 14px;
		margin:0px;
	}
	.program ul {
		text-align: center;
		list-style: none;
	}
	#banner .av-flex-cells  {
		padding:0px !important;
	}
	#client-sec .av-horizontal-gallery-wrap.noHover {
		width: 90px;
		height: 100px;
		margin: 0px 12px;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a,
	.responsive #top #wrap_all .av-logo-container {
		height: 52px;
		line-height: 34px;
		text-align: center;
		padding: 0px;
		padding: 10px 10px;
	}
	ul.sub-menu li> ul.sub-menu a span {
		color: #4d4d4d;
		font-size: 13px;
	}
	.html_av-overlay-side-classic #top .av-burger-overlay li li li .avia-bullet {
		display: none;
	}
	.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet {
		display: none;
	}
	.sub-sec {
		padding: 20px 0 10px;
	}
	.company_code_box {
		padding: 15px;
	}
	#hero-sec {
		margin-top: 0;
	}
	.pro-out h3 {
		font-size: 27px;
	}
	.company_code_box ul li {
		font-size: 16px;
	}
	#client-sec .avia-image-container {
		padding: 15px;
	}
	#top .avia-logo-element-container .slide-entry {
		margin: 10px 0 0 !important;
	}
	#cont_prod_page .flex_column_table .av_textblock_section {
		padding: 10px 0px 0;
	}
	:is(#hero-sec, #program-prod, #sub-sec, .sub-sec) h3 {
		font-size: 24px;
	}
	.program a.learn-btn {
		float: none;
		margin: auto;
	}
	#product_sec a.learn-btn {
		float: none;
		margin: auto;
	}
	a.btn_career_box {
		max-width: 230px;
	}
	.career_box, .career_white_box_outr {
		padding-bottom: 15px;
	}
	#program-sec .learn-btn {
		position: initial;
	}
	#product-sec .learn-btn {
		position: initial;
	}
	#program-sec .flex_column {
		padding-bottom: 10px;
	}
	#alliance-sec .avia-content-slider-inner {
		padding: 0 2em !important;
	}
}

