/*
Theme Name: accs
Theme URI: https://www.mytheme.com/themes/revolution/
Author: the Creative team
Author URI: https://www.mytheme.com/
Description: The Revolution theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: text-domain
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/



/*** red orange color is #BE0411 ***/

/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body{
	color: rgba(14, 34, 64, 1);
	font-family: 'Figtree';
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;    
    font-family: 'Figtree';
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Figtree';
	font-weight: 600;
	line-height: 1.2;	
}

/* Fallback title styles */
h1 {
    font-size: 60px;
    background: linear-gradient(90deg, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    line-height: 1.13;
}

h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em;    
}

h3 {
	font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.06em; 
}

h4 {	
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0em; 
}

h5 {	
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    letter-spacing: 0em; 
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0em;
}

b,
strong {
	font-weight: 600;
}

dfn,
cite,
em,
i {
	font-style: italic;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
}
blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}
/* Header Section Start */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
  z-index: 90;
    border-bottom: 1px solid rgba(208, 208, 208, 1);    
    background:#fff;
}
.header-inner {
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 50px;
}
header.srolled {    
    /*box-shadow: 5px -2px 20px rgba(0, 0, 0, 0.5);*/
    z-index: 222;
    background-color: #fff;
}
.mobile-header {
    display: none;
}
.brand-logo {
    width: 187px;
    display: block;        
    transition: all 0.4s ease 0s;
    z-index: 111;
    position: relative;
    margin-top: 13px; 
}
.brand-logo img {
  max-width: 100%;
}
.brand-logo img.d-sticky-logo {
    display: none;
}
.srolled ul.desktop-menu {
    padding-top: 15px;
}

.srolled .brand-logo img.d-sticky-logo {
    display: block;
    width: 100%;
}

.srolled ul.desktop-menu {
    padding-top: 15px;
}
.srolled .brand-logo img.d-sticky-logo {
    display: block;
    width: 100%;
}

.desktop-menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border: none;
    padding-top: 37px;
}
.desktop-menu li {
  list-style: none;
}
.desktop-menu li.desktop-contact {
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-right: 11px;
    position: relative;
    z-index: 1;
    margin-top: -12px;
}

.desktop-menu li.desktop-contact:last-child {
    margin-right: 0;
}
.desktop-menu li.desktop-contact a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #BE0411;
    padding: 13px 29px 13px 26px;
    border-radius: 50px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.07em;
}
.desktop-menu li.desktop-contact a:hover {
    background-color: #6a8da4;
    text-decoration: none;
    color: #fff;
}
.desktop-menu li.desktop-search {
  margin-right: 30px;
  font-size: 14px;
  color: #ffffff;
}
.desktop-menu li.desktop-search a {
  color: #ffffff;
}
.desktop-menu li.desktop-search span {
  cursor: pointer;
}
.desktop-menu li.menu-lavel-1 {
	margin-right: 31px;
	padding-top: 8px;
	padding-bottom: 46px;
}
.desktop-menu li.menu-lavel-1:last-child {
    margin-right: 0;
}
.desktop-menu li.menu-lavel-1 > a {
    color: rgba(14, 34, 64, 1);
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 2;    
    text-decoration: none;
}
.desktop-menu li.menu-lavel-1 > a.search-show-icon i {
    font-size: 14px;
}
.desktop-menu li.menu-lavel-1 > a svg {
    margin-left: 3px;
    font-size: 13px;    
-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;
}
.desktop-menu li.menu-lavel-1 > a i.fa-solid.fa-chevron-down {
    font-size: 9px;
    font-weight: 600;
    margin-left: 3px;
    position: relative;
    top: -2px;
}
.desktop-menu li.menu-lavel-1 > a:hover svg {
    -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}
.dropdown-full {
  border-bottom: 1px solid rgba(208, 208, 208, .5);
    position: absolute;
    width: 100%;
    z-index: -1000000000000;
    background-color: rgba(255, 255, 255, 1);
    opacity: 0;
    transition: opacity 1s;
    top: 100%;
    left:0;
    right:0;
    /*left: -100%;*/
    -webkit-transition: all .3s ease-in-out !important;-o-transition: all .3s ease-in-out !important;transition: all .3s ease-in-out !important;
   visibility: hidden;
   /*display: none;*/
   z-index: -100000;
}
.dropdown-full .container1 {
  overflow-y: auto;
  max-height: calc(100vh - 142px);
  overflow-x: hidden; 
}

.menu-lavel-1:hover {
  opacity: 1;
}
.menu-lavel-1:hover a {
  z-index: 2;
  position: relative;
}
.menu-lavel-1:hover .dropdown-full {
  visibility:unset;
  /*display: block;*/
    margin-top: 0;
    opacity: 1;
    -webkit-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out;
    padding-bottom: 34px;
    top: 100%;
    
    z-index: 2;
  /*  left: 0;
    right:0;*/
}

li.desktop-contact i {
    position: relative;
    margin-left: 6px;
}
li.desktop-contact.desktop-client a {
    background-color: #6a8da4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.desktop-contact.desktop-client a:hover{
    background-color: #BE0411;
}
.header-cta .header-right-text {
    display: flex;
    align-items: center;
    max-width: 1346px;
    margin: 0 auto;
    padding: 0 25px;
}
.dropdown-full .wf-container1 .header-cta a.links-btn i {
    top: -3px;
}

.menu-lavel {
    position: relative;
    padding: 9px 24px 6px 24px;
    transition: all 0.5s ease-in-out;
}
.dropdown-full .wf-container1 .header-left-text {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 50px;
    display: flex;
    padding-top: 43px;
    max-width: 1346px;
    margin: 0 auto;
}
.dropdown-full .menu-lavel a {
    color: rgba(14, 34, 64, 1);
    display: block;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    line-height: 1.5 !important;
    text-decoration: none;
}
.header-left-text .menu-lavel-desc p {
    max-width: 324px;
    font-weight: 400;
}
.dropdown-full .menu-lavel a:after {
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    position: relative;
    bottom: 0;
    left: 0;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.dropdown-full .menu-lavel a:hover:after, .dropdown-full .menu-lavel a.active:after {
    width: 100%;
}
.header-right-text a.links-btn:hover {
    color: #BE0411;
    text-decoration: none;
}

.menu-links ul {
  padding: 0;
  margin: 0;
}
.menu-links ul li {
  list-style: none;
  padding-top: 20px;
  font-size: 16px;
  line-height: 20px;
}
.menu-title a {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.05em;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
.menu-title a span {
  background: -webkit-gradient(linear, left top, right top, from(rgba(100, 200, 200, 0)), to(rgba(100, 200, 200, 0))), -webkit-gradient(linear, left top, right top, from(#ffffff)) !important;
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  background: linear-gradient(to right, rgba(100, 200, 200, 0), rgba(100, 200, 200, 0)), linear-gradient(to right, #ffffff) !important;
  background-size: 100% 1.5px, 0 1.5px !important;
  background-position: 100% 100%, 0 100% !important;
  background-repeat: no-repeat !important;
  transition: background-size 400ms !important;
  display: inline !important;
  white-space: normal;
}
.dropdown-full .menu-title a:hover {
  color: #ffffff;
}
.dropdown-full .menu-title a:hover span {
  background-size: 0 1.5px, 100% 1.5px !important;
  position: relative;
}
.dropdown-full .menu-title a i {
  background-image: url(../images/menu-arrow-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7px;
  height: 14px;
  margin-left: 5px;
  transform: translateY(1px);
}
.dropdown-full .menu-lavel .menu-links {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    width: 150px;
	opacity: 0;
	display: none;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.dropdown-full .menu-lavel:hover .menu-links {
    opacity: 1;
	display: block;
}

.dropdown-full .menu-lavel .menu-links ul li a {display: inline-block !important;width: 100%;}

.dropdown-full .menu-lavel .menu-links ul li {
    transition: all 0.5s ease-in-out;
    padding: 9px 24px;
    line-height: 167%;
	margin-bottom: 0;
}
.dropdown-full .menu-lavel .menu-links ul li:hover {
    background-color: #dfe5f3;
}
.desktop-menu li.menu-lavel-1 > a.search-show-icon {
    position: relative;
    top: 2px;
}
header .slide-menu .top-lavel-link a.hide-link {
    display: none;
}
.dropdown-full .wf-container1 .header-cta {
    float: left;
    width: 100%;
    background-color: #f8ebeb;
    display: block;
    padding-top: 32px;
    padding-bottom: 24px;
    position: relative;
    overflow: hidden;
}
.header-left-text .wf-box1 {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid rgba(208, 208, 208, 1);
    width: 100%;
}

.About .header-left-text .wf-box1 {
  width:auto;
}

.Skills-For-Success .header-left-text .wf-box1{
    margin-right: 45px;
}

.header-left-text .Innovation-Center.wf-box1 {
    margin-right: 10px;
}

.header-left-text .Alabama-Community-College-Systems.wf-box1 {
  padding-left: 20px;
  margin-right: 30px;
  padding-right: 55px;
}

.header-left-text .wf-box1:last-child {
    border-right: 0;
}
.header-cta:before {
    content: "";
    position: absolute;
  /*  right: -142px; */
    right: -200px;
    width: 890px;
    height: 640px;
    background-color: #fff;
    transform: rotate(-64deg);
    top: -150px;
}
.header-left-text .menu-lavel {
    padding: 0;
}
.dropdown-full .wf-container1 .header-cta h2 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0.00em;
    margin-bottom: 11px;
}
.header-cta .header-left-img {
    margin-right: 34px;
    width: 30%;
}
.header-left-img img {
    width: 100%;
}

.header-right-text p {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.0048em;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 300;
}
.header-right-text a.links-btn {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.header-right-text a.links-btn i, .header-right-text a.links-btn svg {
    font-size: 13px;
}
.desktop-menu li.menu-lavel-1:hover > a i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 1px;
    color: #BE0411;
}
.srolled .menu-lavel-1:hover .dropdown-full {
    left: 0;
}
.activehader .brand-logo img {
    display: none;
}
.activehader .brand-logo img.d-sticky-logo{
    display: block;
}
.mobile-menu-main .header-cta {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.mobile-menu-main .header-cta .header-left-img {
    width: 23%;
}
.mobile-menu-main .header-cta .header-right-text {
    float: left;
    width: 71%;
}
.mobile-menu-main li:last-child {
    border: none;
}
.mobile-menu-main .header-cta .header-right-text h2 {
    font-size: 22px;
    font-weight: bold;
}
.mobile-menu-main .header-cta .header-right-text p {
    color: #00162b;
}
.mobile-menu-main .header-cta .header-right-text a.links-btn {
    padding: 0;
    margin-top: 20px;
        color: #df3aa0;
}
.mobile-menu-main .header-cta .header-left-img img {
    width: 100%;
}
.slide-menu ul a.slide-menu-control {
    color: rgba(14, 34, 64, 1) !important;
    padding-top: 0;
    font-size: 10px;
    text-transform: uppercase;
    padding-left: 47px;
    font-weight: 400;
}

.mobile-menu-main li {
  border-bottom: none;
    overflow: hidden;    
}
.slide-menu ul a {
    color: #0c4778 !important;
}
.desktop-menu li.menu-lavel-1:hover > a, .desktop-menu li.menu-lavel-1.active > a {
    color: #BE0411;
}
.dropdown-full .wf-container1 {
    /* max-width: 949px; */
    margin-right: 199px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin: 0 0 0 auto;
    
}
.srolled .desktop-menu li.menu-lavel-1 {
    margin-top: 16px;
    padding-bottom: 36px;
}
.dropdown-full .wf-container1 .header-cta p {
    color: rgba(14, 34, 64, 1);
    font-size: 18px;
    font-weight: 400;
    max-width: 710px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0.00em;
}

.dropdown-full .wf-container1 .header-cta a.links-btn {
    color: rgba(14, 34, 64, 1);
    font-weight: 600;
    margin-left: 40px;
    position: relative;
}

.unstyledList, .tabBlock-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tabBlock {
  margin: 0 0 2.5rem;
}

.tabBlock-tabs .tabBlock-tab {
    background-color: transparent;
    border-left-style: solid;
    color: rgba(217, 217, 217, 1);
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    float: left;
    padding: 3px 19px;
    position: relative;
    -webkit-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    font-size: 16px;
    margin: 0 9px;
    border: 1px solid rgba(61, 84, 104, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tabBlock-tabs li.tabBlock-tab.is-active {
    background-color: #BE0411;
    border-color: #BE0411;
    font-weight: 700;
    color: #fff;
}
.tabBlock-tabs .tabBlock-tab:hover {
    background-color: #BE0411;
    border-color: #BE0411;
    color: #fff;
}
section.tab-slider {
    padding-top: 106px;
    padding-bottom: 87px;
    position: relative;
    padding-right: 150px;
    padding-left: 150px;
}
.tab-bg {
    position: absolute;
    width: 100%;
    height: calc(100% - 260px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    top: 0;
    left: 0;
}

.tab-heading h2 {
    color: #fff;
   /* text-transform: uppercase;*/
    line-height: 1.2;
    color: #FFF;
    text-align: center;
    font-size: 45px;
    font-weight: 700;
}

.tab-heading {
    max-width: 730px;
    margin: 0 auto 53px;
    text-align: center;
}

.tab-heading h4 {
    color: rgba(88, 191, 246, 1);
    font-size: 24px;
    letter-spacing: 0.056em;
    margin-bottom: 28px;
}

.tab-slider .container {
    position: relative;
    z-index: 1;
}

.tabBlock ul.tabBlock-tabs {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 63px;
}

.slider-bg {
    width: 100%;
    height: 297.88px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.slider-tab-wrap {
    max-width: 1080px;
    margin: 0 auto;
}

.slider-tab-wrap .owl-nav {
    position: absolute;
    top: 34%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
}
.slider-tab-wrap .owl-nav div {
    font-size: 0;
    width: 56px;
    position: absolute;
    height: 57px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 50%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.slider-tab-wrap .owl-nav div:before{
    font-family: FontAwesome;
    font-size: 37px;
    color: rgba(217, 217, 217, 1);
    font-weight: 100;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
    margin-right:-5px;
}
.slider-tab-wrap .owl-nav .owl-prev {
    left: -113px;    
}

.slider-tab-wrap .owl-nav .owl-prev:before {
  margin-right: unset;
  margin-left: -4px;
}

.slider-tab-wrap .owl-nav .owl-next {
    right: -112px;    
}
.slider-tab-wrap .owl-nav .owl-next:before {    
    content: "\f105";   
}
.slider-tab-wrap .owl-nav .owl-prev:before {
    content: "\f104";
    
}
.slider-tab-wrap .owl-nav div:hover {
    background-color: #BE0411;
    border-color: #BE0411;
}

.slider-tab-wrap {
    position: relative;
    text-align: center;
}


.news-slider .owl-nav {
    position: absolute;
    top: -90px;
    left: 484px;
    max-width: 20px;
    width: 100%;
}
.news-slider .owl-nav div {
    font-size: 0;
    width: 56px;
    position: absolute;
    height: 57px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 50%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.news-slider .owl-nav div:before{
    font-family: FontAwesome;
    font-size: 37px;
    color: #BE0411;
    font-weight: 100;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.news-slider .owl-nav .owl-prev {
    left: -113px;    
}
.news-slider .owl-nav .owl-next {
    right: 0;    
}
.news-slider .owl-nav .owl-next:before {
    content: "\f105";  
    margin-right:-4px;
    margin-top:-3px;
}
.news-slider .owl-nav .owl-prev:before {
    content: "\f104";  
    margin-left:-5px;
    margin-top:-3px;
}
.news-slider .owl-nav div:hover {
    background-color: #BE0411;
    border-color: #BE0411;
}

.news-slider {
    position: relative;
}
.news-slider .owl-nav div:hover:before {
    color: #fff;
}
/* Banner Section Start */

.banner-midd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1380px;
    margin: 0 auto;
}

.banner-midd .left-banner {
    float: left;
    width: 50%;
    padding-top: 94px;
    padding-bottom: 117px;
    max-width: 500px;    
    position: relative;
}

.banner-midd .right-image {
    /*width: 42%;*/
    width:640px;
    height: 100%;
    position: absolute;
    right: 0;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

@media(min-width:1440px){
  .banner-midd .right-image {
    /*width: 42%;*/
    width:670px;
  }
}



@media(min-width:992) and (max-width:1200px){
  .banner-midd .right-image {
    /*width: 42%;*/
    width:545px;
  }
}

/*.banner-midd .right-image:after{
  padding-top:96.4%;
  display: block;
  content: "";
  width: 100%;
}*/

.left-banner h1 {
    max-width: 474px;
    margin-bottom: 31px;
}

.left-banner p {    
    margin-bottom: 34px;
}

a.button-bg {
    padding: 11px 22px;
    display: inline-block;
    line-height: 1;
    border: 1px solid rgba(14, 34, 64, 1);
    color: #fff;
    background-color: rgba(14, 34, 64, 1);
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
    text-decoration: none;
}
a.button-bg:hover {
    background-color: rgba(88, 191, 246, 1);
    border-color: rgba(88, 191, 246, 1);
}
section.banner-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.banner-section:before {
    content: "";
    background-image: url(https://accsstg.wpenginepowered.com/wp-content/uploads/2024/02/Layer_5.png);
    width: 886px;
    position: absolute;
    height: 150%;
    background-size: cover;
    background-repeat: no-repeat;
    right: 12%;
    top: 57px;
}
section.drop-dwon {
    background-color: #BE0411;
    text-align: center;
    padding-top: 29px;
    padding-bottom: 32px;
}

section.drop-dwon .center-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

section.drop-dwon .center-drop h4 {
    color: #fff;
    margin-right: 43px;
    font-weight: 700;
    font-size: 30px;
}

section.drop-dwon .center-drop input {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    color: rgba(14, 34, 64, 1);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 11px 37px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-left: 37px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: uppercase;
}

section.drop-dwon .center-drop input:hover {
    background-color: rgba(14, 34, 64, 1);
    color: rgba(255, 255, 255, 1);
    border-color: rgba(14, 34, 64, 1);
}
.center-drop .sbHolder {
    width: 55% !important;
}

/* Success Stories Section Start */
section.success-story {
    width: 100%;
    display: block;
    padding-top: 84px;
    padding-bottom: 78px;
    text-align: center;
    position: relative;
}

section.success-story h2 {
    text-align: center;
    margin-bottom: 13px;
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.78%, #425368), color-stop(62.9%, #5490C8), color-stop(96.26%, #57BEF5));
    background: -o-linear-gradient(left, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    background: linear-gradient(90deg, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

section.success-story p {
    text-align: center;
    font-size: 18px;
    max-width: 660px;
    margin: 0 auto 45px;
    width: 100%;
}

.success-story .video-sec {
    max-width: 768.99px;
    margin: 0 auto;
    text-align: center;
}

.success-story .video-sec iframe {
    width: 100%;
    height: 433.23px;
}

.success-story .success-bg {
    position: absolute;
    width: 100%;
    height: 467px;
    background-size: cover;
    bottom: -1px;
    top: inherit;
}

.success-story a.button-bg {margin-top: 39px;padding-right: 32px;padding-left: 32px;}

.success-story .container {
    position: relative;
    z-index: 11;
}
.job-full-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: #ddd;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.job-full-section .success-bg {
    width: 45%; 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    float: left;
    margin-right: 5%;
}

.job-full-section .jobs-content-area {
    float: left;
    width: 31.3%;
    padding-top: 68px;
    padding-bottom: 92px;
}

.jobs-content-area h2 {
    color: #fff;
    /*text-transform: uppercase;*/
    margin-bottom: 17px;
    line-height: 1.25;
    letter-spacing: -0.005em;
}

.jobs-content-area p {
    margin-bottom: 31px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.jobs-content-area a.button-bg {
    font-weight: 600;
    padding: 11px 38px;
}

a.button-bg.white-btn {
    background-color: #fff;
    color: rgba(14, 34, 64, 1);
    border-color: #fff;
}
a.button-bg.white-btn:hover {
    background-color: rgba(14, 34, 64, 1);
    border-color: rgba(14, 34, 64, 1);
    color: #fff;
}
.mobile-header {
    display: none;
}
.slide-menu {
    display: none;
}
body {
   /* padding-top: 162px;*/
}
.header-left-text .wf-box1 .menu-lavel a {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 9px;
    padding-right: 10px;
}
.header-left-text a i, .dropdown-full .wf-container1 .header-cta a.links-btn i {
    position: absolute;
    margin-left: 15px;
    width: 30px;
    height: 30px;    
    border-radius: 50%;
    border: 1px solid rgba(208, 208, 208, 1);
    text-align: center;
    color: #BE0411;
    font-size: 21px;
    line-height: 1.3;
    padding-left: 3px;
    margin-top: -3px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-left-text .tcm-link a i{
  position: relative;
  width: 19px;
  height: 19px; 
  font-size: 14px;
  padding-left:1px;
  vertical-align: middle;
}

.header-left-text .tcm-link a .fa-angle-right:before {
    content: "\f105";
    /* margin-top: -13px; */
    padding-bottom: 0px;
    position: absolute;
    left: 1.5px;
    right: 0px;
    top: -1px;
}

.header-left-text .tcm-link a{
  color: #0E2240;
  font-size: 20px;
  font-weight: 700;
  margin-bottom:24px;
}

.header-left-text a:hover i, .dropdown-full .wf-container1 .header-cta a.links-btn:hover i {
    background-color: #BE0411;
    color: #fff;
    border-color: #BE0411;
}
.header-left-text .menu-lavel .menu-links {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    opacity: 1;
    left: 0;
        background-color: transparent;
}
.header-left-text .menu-lavel .menu-links ul, .header-left-text .menu-lavel .menu-links ul li {
    padding: 0;
}
.header-left-text .menu-lavel .menu-links ul li a {
    color: rgba(14, 34, 64, 1);
    font-weight: 400;
    font-size: 16px;
}
.header-left-text .menu-lavel .menu-links ul li:hover a {
    background-color: transparent;
    color: #BE0411;
}
.header-left-text .menu-lavel .menu-links ul li:hover {
    background-color: transparent;
    border: none;
}
.header-left-text .wf-box1 .menu-lavel a:hover {
    color: #BE0411;
}
.top-header {
    background-color: rgba(14, 34, 64, 1);
    padding-top: 6px;
    padding-bottom: 6px;    
    text-align: right;
}
.top-header ul.top-bar li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.top-header ul.top-bar {
    width: 100%;
    max-width: 1336px;
    margin: 0 auto;
    padding: 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
}

.top-header ul.top-bar li {
    color: #fff;
    list-style: none;
    margin-right: 36px;
    padding-right: 37px;
    border-right: 1px solid rgba(61, 84, 104, 1);
}
.srolled .top-header {    
    position: absolute;
    animation: mymove 0.5s forwards;
	top:0;
	width: 100%;
}
@keyframes mymove {
    0%   {        
        opacity: 1;
		top:0;
    }
    100%   {        
        opacity: 0;
		top:-100px;
    }
  
}


.top-header ul.top-bar li a {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;    
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.top-header ul.top-bar li .search-show:after {
    content: "";
    background-image: url(./assets/images/search-icon-white.png);
    background-size: contain;
    width: 19px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.top-header ul.top-bar li:last-child a:after {
    content: "";
    background-image: url(./assets/images/lock.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.top-header ul.top-bar li a:hover {
    color: #BE0411;
}
.top-header ul.top-bar li .search-show {
    font-weight: 600;
}

.top-header ul.top-bar li.login-id a {
    font-weight: 600;
    text-decoration: none;
}
.head_search_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
}
.head_search_wrap.open_search_wrap {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -moz-transform: translateY(0);
}
.head_search_wrap .search-form {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.head_search_wrap .search-form input[type="search"], .head_search_wrap .search-form input[type="text"] {
  width: 100%;
  display: block;
  background: transparent;
  border: none;
  border-bottom: solid 2px #ffffff;
  padding: 15px 40px 15px 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
  outline: none !important;
  box-shadow: none !important;
}
.head_search_wrap label {
    width: 100%;
}
.head_search_wrap .search-form input[type="submit"]{
  background: url(./assets/images/search_icon.svg) no-repeat center center;
  width: 23px;
  height: 23px;
  background-size: 100%;
  display: block;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  font-size: 0;
  line-height: 0;
  border: none;
  position: absolute;
  top: 10px;
  right: 10px;
  outline: none !important;
  box-shadow: none !important;
}
.head_search_wrap .search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  opacity: 1;
}
.head_search_wrap .search-form input::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
}
.head_search_wrap .search-form input:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  opacity: 1;
}
.head_search_wrap .search-form input:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
}
.close_popup_form {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  display: block;
  text-decoration: none;
}
section.drop-dwon .center-drop select.selectbox1 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    color: #fff;
    position: relative;
    top: 3px;
    max-width: 663px;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 5px;
    background-image: url(./assets/images/down-arrow.svg);
    appearance: none;
    background-size: 23px;
    background-position: right 0.7rem top 50%;
    background-repeat: no-repeat;
    background-color: #bc3635;
    cursor: pointer;
    padding-right: 50px;
}
footer .footer-wrap {
    clear: both;
    padding: 79px 0 49px;
    background: rgba(23, 46, 77, 1);
    color: #fff;
    position: relative;
    overflow: hidden;
}
footer .container {
    max-width: 1373px;
}
.footer-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.footer-main .footer-logo, .footer-main .footer-des, .footer-main .footer-address, .footer-main .social-media {
    width: 25%;
}

.footer-address .add-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.footer-address .add-wrap p {
    margin-left: 19px;
    max-width: 260px;
    line-height: 1.2;
}

.social-media h5 {
    color: rgba(88, 191, 246, 1);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.social-media ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-media ul li {
    margin-right: 19px;
    margin-bottom: 12px;
}

.social-media ul li a {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.social-media ul li a:hover {
    opacity: 0.3;
}

.footer-address .add-wrap p a:hover {
    color: #BE0411;
    text-decoration: none;
}
.footer-address .add-wrap p a {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer-wrap:before {
    content: "";
    position: absolute;
  /*  width: 373px;
    height: 590px;
    left: 0;
    top: -164px;*/
   width: 297px;
   height: 590px;
   left: 0;
   top: -156px;
    /*background-image: url(./assets/images/footer-pattarn.svg);*/
    background-image: url(./assets/images/Footer-Tech-Dots.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.footer-policy {padding: 20px 0 20px;}

.footer-policy p {
    color: rgba(125, 134, 147, 1);
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
}

.footer-policy .container p:last-child {
    float: right;
}

.footer-policy .container p a {
    color: rgba(125, 134, 147, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-policy .container p a:hover {
    color: #BE0411;
    text-decoration: none;
}
.social-media {
    width: 16% !important;
}

.footer-des {
    width: 26% !important;
}

.footer-logo {
    width: 16% !important;
}
section.news-room {
    padding-top: 84px;
    padding-bottom: 74px;
    background-color: rgba(245, 245, 245, 1);
}
.top-heading .news-btn {
    margin-right: 160px;
}

section.news-room .top-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 43px;
}

section.news-room .top-heading h3 {
    font-size: 24px;
    color: #BE0411;
    margin-left: 48px;
}

.top-heading .news-btn a {
    color: rgba(14, 34, 64, 1);
    font-weight: 600;
    font-size: 16px;
}


.top-heading .news-btn a i {
    position: absolute;
    margin-left: 11px;
    width: 30px;
    height: 30px;    
    border-radius: 50%;
    border: 1px solid rgba(208, 208, 208, 1);
    text-align: center;
    color: #BE0411;
    font-size: 21px;
    line-height: 1.3;
    padding-left: 3px;
    margin-top: -2px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.top-heading .news-btn a:hover i{
    background-color: #BE0411;
    color: #fff;
    border-color: #BE0411;
}
.top-heading .news-btn a:hover {
    text-decoration: none;
}
.close_popup_form:hover {
    color: #BE0411;
    text-decoration: none;
}
.news-slider-wrap {
    padding-left: calc((100% - 1170px) / 2);
    margin-right: -200px;
}

.news-slider .news-box-wrap {
    padding: 40px 25px 82px 43px;
    background-color: #fff;
}

.news-slider .news-box-wrap h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 26px;
}

.news-box-wrap p {
    padding-right: 20px;
    margin-bottom: 54px;
}

.news-box-wrap .news-slider-btn {
    position: absolute;
    bottom: 41px;
}

.news-slider-btn a.button-bg {
    padding: 11px 20px;
}
.news-slider .owl-stage {
    display: flex;
}
.news-slider .owl-stage-outer .owl-stage .item {
    background-color: #fff;
    height: 100%;
}
section.team-effort {
    /*padding-top: 236px;
    padding-bottom: 168px;*/
    padding-top: 15%;
    padding-bottom: 15%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
}

section.team-effort .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

section.team-effort .team-text {
    max-width: 540px;
    width: 100%;
    position: relative;
    z-index: 1;
}

section.team-effort .team-text h2 {
    color: rgba(88, 191, 246, 1);
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 24px;
}

section.team-effort .team-text p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.24px;
    line-height: 1.46;
}

.mem-profile-pic{
  max-width:100%;
  width:auto;
  height:auto;
}


.srolled a.brand-logo {
    margin-top: 10px;
}
.slider-tab-wrap .owl-nav.disabled {
    display: block !important;
}
.desktop-menu li.menu-lavel-1:last-child a {
    padding: 10px 23px 11px 11px;
    line-height: 1.52;
    margin-top: 0;
    background-color: #BE0411;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    margin-left: 19px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}

.desktop-menu li.menu-lavel-1:last-child a:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./assets/images/canvas-logo-white.png);
    width: 25px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.desktop-menu li.menu-lavel-1:last-child a:hover {
    background-color: rgba(88, 191, 246, 1);
}
.menu-lavel-1:hover .dropdown-full:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./assets/images/menu-pattan.svg);
    width: 620px;
    height: 300px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: absolute;
    right: 0;
    z-index: 1;
}



.desktop-menu .tcm-box{
  display: flex;
  flex-wrap: wrap;
}

.desktop-menu .tcm-box>*{
  flex: 0 0 33.3333%;
}



.dropdown-full .extra-link {
    float: left;
    width: 100%;
    max-width: 1346px;
    margin: 0 auto;
    padding: 38px 50px 0;
}

.dropdown-full .extra-link a.links-btn {
    font-size: 24px;
    text-transform: uppercase;
    color: #BE0411;
    font-weight: 700;
    letter-spacing: 0.052em;
    position:relative;
}
.dropdown-full .extra-link a.links-btn i {
    position: absolute;
    margin-left: 15px;
    margin-top:3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(208, 208, 208, 1);
    text-align: center;
    color: #BE0411;
    font-size: 21px;
    line-height: 1.3;
    padding-left: 3px;
    margin-top: 1px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dropdown-full .extra-link a.links-btn:hover {text-decoration: none;}

.dropdown-full .extra-link a.links-btn:hover:hover i {
    background-color: #BE0411;
    color: #fff;
    border-color: #BE0411;
}
.footer-wrap .container {
    position: relative;
    z-index: 1;
}
article header.entry-header {
    position: inherit;
    border: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
}

article h2.entry-title {
    color: #000;
}

article h2.entry-title a {color: rgba(88, 191, 246, 1);rgba(14, 34, 64, 1):;text-decoration: none;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

article h2.entry-title a:hover {
    color: #BE0411;
}

.entry-header .comments-link a {
    color: rgba(88, 191, 246, 1);
    text-decoration: none;
}

.site-content header.page-header {
    position: inherit;
    padding-top: 40px;
    border: none;
    margin-bottom: 50px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background-color: transparent !important;
}
.tabBlock-pane a h4 {
    text-align: center;
    margin-top: 14px;
    color: rgba(14, 34, 64, 1);
    text-transform: uppercase;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tabBlock-pane a:hover h4 {
    text-decoration: none;
    color: #bc3635;
}

.tabBlock-pane a:hover {
    text-decoration: none;
}

.tabBlock-pane .item{
  margin:auto;
}

.team-effort .team-dots-image {
   /* width: 115%;*/
    width: 141%;
    background-size: 64%;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 40px;
    background-position: left top;
}
.btnsec {
    padding-top: 25px;
}
.social-media ul li a {
    outline: none;
}
.desktop-menu li.menu-lavel-1 > a i {
    margin-left: 2px;
    position: relative;
    top: 1px;
}
.drop-dwon .mobile-drop {
    display: none;
}
.btnsec a.button-bg.white-btn:hover {
    background-color: rgba(88, 191, 246, 1);
    border-color: rgba(88, 191, 246, 1);
}
.sbSelector {
    padding-right: 38px;
}
.mobile-image-show {
    display: none;
}
job-image-mobile{
    display: none;
}
.ae-dropdown.dropdown.mobile-dropdown {
   /* display: none;*/
}
.search-no-results .site-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.search-no-results .site-content form#searchform {
    margin-top: 17px;
}
.banner-mobile-img {
    display: none;
}
.job-image-mobile {
    display: none;
}
.sbOptions {
    z-index: 2;
}
.sbSelector > a{
    text-decoration: none !important;
}
h2.mobile-show {
    display: none;
}

.ae-select {
    padding: 1px 20px;
    position: relative;
    border: 1px solid #ccc;
    height: 35px;
    background-color: rgba(255, 255, 255, 1);
    color: #BE0411 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: left;
}
.ae-select:before {
    content: "\f107";
    font: normal normal normal 22px / 1 FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
    color: #ffffff;
    background: #BE0411;
    padding: 6.5px 15px;
}
.ae-dropdown ul.dropdown-menu1 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    z-index: 111;
    text-align: left;
    list-style: none;
    overflow: scroll;
    max-height: 200px;
}

.ae-dropdown ul.dropdown-menu1 li {
    padding: 10px 10px 5px 14px;
    font-size: 16px;
    cursor: pointer;
}
.ae-dropdown ul.dropdown-menu1 li:hover {
    color: #BE0411;
}

.ae-select.chosen {
    color: #fff;
}

.ae-select .down-icon, .ae-select .up-icon {
    position: absolute;
    right: 8px;
    top: 7px;
}

.ae-dropdown .dropdown-menu {
    background: #fffef3;
    box-shadow: none;
    border-radius: 0px;
}

.ae-dropdown .ae-select, .ae-dropdown .dropdown-menu>li {
    cursor: pointer;
}

.ae-dropdown .dropdown-menu>li>a:focus, .ae-dropdown .dropdown-menu>li>a:hover {
    background: none;
}

.ae-disabled{
    pointer-events: none;
}

.ae-hide{
  display:none;
}

span.ae-select-content {
   color: #0E2240;
   font-size: 20px;
   font-weight: 600;
}
   
.ae-dropdown.dropdown.mobile-dropdown {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 40px;
    max-width: 380px;
    width: 100%;
}

.select-field-title{
  color:#ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom:15px;
}
section.innovation-banner {background: rgba(14, 20, 33, 1);width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;overflow: hidden;position: relative;}

.innovation-banner .banner-heading-block {
    float: left;
    width: 52.5%;
    padding-top: 110px;
    padding-bottom: 114px;
    position: relative;
    z-index: 1;
}

.banner-heading-block h1 {
    color: rgba(88, 191, 246, 1);
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.78%, #425368), color-stop(62.9%, #5490C8), color-stop(96.26%, #57BEF5));
    background: -o-linear-gradient(left, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    background: linear-gradient(90deg, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: initial;
    text-transform: uppercase;
    line-height: 1.13;
    margin-bottom: 19px;
    font-size: 55px;
}

.banner-heading-block p {
    color: #fff;
    line-height: 1.75;
    letter-spacing: 0.007em;
}

.innovation-banner .banner-in-image {
    position: absolute;
    width: 51%;
    right: 0;
    height: 100%;
    /* transform: skew(-20deg, 0deg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.innovation-banner .banner-in-image:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 160%;
    background: rgba(14, 20, 33, 1);
    top: -30%;
    -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
            transform: rotate(12deg);
    left: -134px;
}

.banner-in-image img {position: absolute;top: 182px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);left: 112px;max-width: 300px;width: 186px;}
section.our-impact {
    background-color: #BE0411;
}

.impact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.impact-wrap .impact-text {
    float: left;
    width: 226px;
    /* padding-top: 77px; */
    /* padding-bottom: 30px; */
    background-color: #fff;
    padding-right: 30px;
    position: relative;
    -webkit-transform: skew(-13deg, 0deg);
        -ms-transform: skew(-13deg, 0deg);
            transform: skew(-13deg, 0deg);
    margin-top: -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.impact-wrap .impact-text h5 {
    color: rgba(14, 34, 64, 1);
    font-size: 26px;
    font-weight: 700;
    -webkit-transform: skew(13deg, 0deg);
        -ms-transform: skew(13deg, 0deg);
            transform: skew(13deg, 0deg);
    letter-spacing: 0.055em;
    line-height: 1.2;
}

.impact-wrap .impact-text:before {
    position: absolute;
    content: "";
    background-color: #fff;
    left: -300%;
    width: 350%;
    height: 100%;
    top: 0;
}

.impact-wrap .impact-counter {
    width: calc(100% - 226px);
    padding-left: 21px;
}

.impact-counter ul {list-style: none;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: wrap;flex-wrap: wrap;}

.impact-counter ul li {
    width: 25%;
    padding: 58px 8px 64px;
    text-align: center;
}

.impact-counter ul li h3 {
    font-family: Figtree;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 5px;
}

.impact-counter ul li p {
    font-family: Figtree;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

.training-banner {
    /*background: -webkit-gradient(linear, left top, right top, from(#0E1421), to(#124179));
    background: -o-linear-gradient(left, #0E1421 0%, #124179 100%);
    background: linear-gradient(90deg, #0E1421 0%, #124179 100%);*/
    padding-top: 71px;
    padding-bottom: 141px;
    position: relative;
    overflow: hidden;
    
    width: 100%;
    background-size: cover;
}
.training-banner:before {
    content: "";
    padding-bottom:29.33%;
   /* background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./assets/images/banner-pattarn.png);
    /*width: 50%;
    height: 156%;*/
   /* display: inline-block;
    vertical-align: middle;
    position: absolute;
    /*top: -316px;*/
  /*  right: 0;
    transform: rotate(-7deg);
    width: 44%;
    height: 134%;*/
}
.training-banner h1 {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    color: #fff;
    margin-bottom: 23px;
    font-family: Figtree;
    font-size: 55px;
    font-weight: 700;
    line-height: 66px;
    text-transform: none;
    letter-spacing: -0.01em;
}

.training-banner p {
    max-width: 720px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.007em;
}
section.traning-cources {
    padding-top: 5px;
    padding-bottom: 50px;
}

section.traning-cources .cources-wrap {
    padding-bottom: 30px;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
    scroll-margin-top: 115px;
}
.training-banner:after {
    content: "";
    position: absolute;
    width: 130%;
    height: 280px;
    background-color: #fff;
    transform: rotate(-2deg);
    bottom: -206px;
}
section.traning-cources .cources-wrap h2 {
    font-family: Figtree;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.01em;
    text-align: left;
    margin-bottom: 22px;    
    position: relative;
}

.cources-wrap ul {
    list-style: none;
    padding-left: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.cources-wrap ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 23px;
    color: rgba(14, 34, 64, 1);
    font-family: Figtree;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.traning-cources .container {
    max-width: 1091px;
}

.training-banner .container {
    max-width: 1091px;
}

.traning-cources .container .cources-wrap:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 29px;
}
section.cources-details-banner {background-color: rgba(245, 245, 245, 1);width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;position: relative;}

.cources-details-banner .details-innertext {
    padding-top: 32px;
    padding-bottom: 52px;
    float: left;
    width: 50%;
}

.details-innertext .back-btn {
    margin-bottom: 59px;
}

.back-btn a {
    color: rgba(14, 34, 64, 1);
    font-family: Figtree;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.back-btn a:hover {
    color: rgba(38, 133, 198, 1);
}

.back-btn a i {
    margin-right: 2px;
}

.details-innertext h4 {
    font-family: Figtree;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.32;
    letter-spacing: 0.06em;
    text-align: left;
    color: #BE0411;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.details-innertext h1 {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    color: rgba(14, 34, 64, 1);
    font-size: 55px;
    text-transform: inherit;
    letter-spacing: -0.006em;
    line-height: 1.2;
}

.cources-details-banner .details-image-wrap {
    position: absolute;
    width: 46.7%;
    height: 125.5%;
    top: 0;
    right: 0;
    z-index: 1;
}
.cources-details-banner .container {
    max-width: 1193px;
    position: relative;
    z-index: 1;
}
.cources-details-banner .details-in-image {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;    
    position: absolute;
    width: 46.7%;
    height: 125.5%;
    top: 0;
    right: 0;
    z-index: 1;
}
section.course-content {
    padding-top: 62px;
    display: inline-block;
    width: 100%;
    padding-bottom: 131px;
}
.course-content .container {
    display: block;
}

.course-content .course-left-content {
    float: left;
    width: 52%;
    margin-right: 15%;
}

.course-content .coursec-list {
    float: left;
    width: 33%;
    background-color: rgba(245, 245, 245, 1);
    padding: 40px 40px 25px 40px;
    margin-top: 110px;
}

.course-left-content ul li {font-size: 16px;line-height: 1.64;margin-bottom: 0;letter-spacing: 0.005em;    font-weight: 400;}

.course-left-content p {
    margin-bottom: 25px;
    line-height: 1.62;
}

.course-left-content ul {
    margin-bottom: 23px;
    padding-left: 25px;
}

.course-content .container {
    max-width: 1193px;
}

.coursec-list h3 {
    line-height: 1.2;
    margin-bottom: 33px;
    text-transform: uppercase;
}

.coursec-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.coursec-list ul li {
    padding-left: 21px;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: rgba(14, 34, 64, 1);
    margin-bottom: 21px;
    position: relative;
}

.coursec-list ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 3px;
    font-size: 19px;
    color: #BE0411;
}
a.button-bg.red-btn {
    background-color: #BE0411;
    border-color: #BE0411;
}
a.button-bg.red-btn:hover {
    background-color: rgba(88, 191, 246, 1);
    border-color: rgba(88, 191, 246, 1);
}
.course-left-content a.button-bg {
    margin-top: 25px;
}
.accordion-container{
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 10px auto;
}
.accordion-container > h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set {
    position: relative;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(218, 218, 218, 1);
}
.set > a {
    display: block;
    padding: 24px 15px 23px 35px;
    text-decoration: none;
    color: rgba(14, 34, 64, 1);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Figtree;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    text-align: left;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;    
    position: relative;
}
.set > a i {
    float: right;
    margin-top: 2px;
    color: rgba(188, 54, 53, 1);
    font-size: 20px;
    margin-left: 20px;
}
.content ul {
    list-style: none;    
}
.content ul li {
    font-family: Figtree;
    font-size: 17px;
    font-weight: 400;
    line-height: 20.4px;
    text-align: left;
    color: rgba(14, 34, 64, 1);
    margin-bottom: 18px;
}
.content {
    background-color: #fff;
    display: none;
    padding: 3px 20px 20px 37px;
}
.content p{
  padding: 10px 15px;
  margin: 0;
  color: #333;
}
.traning-cources .cources-accordion {
    display: none;
}
.coursec-list ul li a {
    color: rgba(14, 34, 64, 1);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.coursec-list ul li a:hover {
    color: rgba(38, 133, 198, 1);
}

section.traning-cources .cources-wrap h2{

}


section.traning-cources .cources-wrap h2:before, .set > a:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    left: -100%;
    background-color: rgba(228, 243, 251, 1);
    height: 1px;
    top: 18px;
    
    transition-delay: 2s;
    transition-property: width;
    transition-duration: 2s;
    transition-timing-function: ease-in-out;
}

section.traning-cources .cources-wrap h2:after, .set > a:after {
    content: "";
    width: 10.81px;
    height: 10.81px;
    top: 13px;    
    position: absolute;
    left: -31px;
    background-color: rgba(228, 243, 251, 1);
    border-radius: 50%;
    transition-duration: 2s;
    transition-timing-function: ease-in;
    transition-delay: 3.5s;
    transition-property: width;
}
section.workforce-section {
    padding: 85px 0 126px;
    background-color: rgba(245, 245, 245, 1);
}

.workforce-wrap {
    max-width: 1078.55px;
    margin: 0 auto;
}

.workforce-wrap h2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.78%, #425368), color-stop(62.9%, #5490C8), color-stop(96.26%, #57BEF5));
    background: -o-linear-gradient(left, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    background: linear-gradient(90deg, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 50px;
}

.workforce-wrap iframe {
    width: 100%;
    height: 607.5px;
}
section.acc-credential-section {
    padding-top: 140px;
    padding-bottom: 150px;
    display: block;
    width: 100%;
    position: relative;
}
section.acc-credential-section .credential-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    width: 60%;
    padding-left:25px;
}
section.acc-credential-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 1;
}
.credential-wrap .credential-text {
    margin-right: 53px;
    width: 70.5%;
    padding-left:15px;
}
.credential-wrap .credential-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 27px;
    text-transform: uppercase;
    letter-spacing: -0.005em;
}
.acc-credential-section .acc-left-img {
    position: absolute;
    width: 41.5%;
    top: 0;
    height: 128%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    top: -14%;
    z-index: 1;
}
.acc-credential-section .acc-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.credential-wrap .credential-text p {
    color: #fff;
}
.credential-wrap .credential-img img {width: 100%;}

section.our-supporters {
    padding: 161px 0 41px;
}

.our-supporters h2 {
    text-align: center;
    background: -o-linear-gradient(left, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    background: -webkit-gradient(linear, left top, right top, color-stop(-0.78%, #425368), color-stop(62.9%, #5490C8), color-stop(96.26%, #57BEF5));
    background: linear-gradient(90deg, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: 50px;
    line-height: 1.15;
    margin-bottom: 66px;
}

.image-with-popup-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 57px;
}
.image-with-popup-block .left-imgpopup-block {
    max-width: 364px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.image-with-popup-block .popup-text {
    width: 100%;
    min-height: 257px;
    height: 100%;
    padding: 25px 103px 25px 57px;
    background-color: #BE0411;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.image-with-popup-block .popup-text p {
    color: #fff;
    font-weight: 600;
}

.image-with-popup-block .popup-text h5 {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;    
    color: #fff;
    /*text-transform: uppercase;*/
}

.left-imgpopup-block a.popup-youtube i {
    color: #BE0411;
    font-size: 70px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.left-imgpopup-block a.popup-youtube i:after {
    content: "";
    width: 37px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 21px;
    z-index: -1;
    margin: 0 auto;
}

.our-supporters .container {
    max-width: 1276px;
}
.popup-midd p {
    margin-bottom: 25px;
}
.image-with-popup-block.blue-bg-clr .popup-text {
    background-color: rgba(23, 46, 77, 1);
}

.image-with-popup-block.skyblue-bg-clr .popup-text {
    background-color: rgba(38, 133, 198, 1);
}
.left-imgpopup-block a.popup-youtube {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.left-imgpopup-block a.popup-youtube:hover {
    opacity: 0.5;
}


section.community-cta-sec {background: -webkit-gradient(linear, left top, right top, from(#0E1421), to(#124179));background: -o-linear-gradient(left, #0E1421 0%, #124179 100%);background: linear-gradient(90deg, #0E1421 0%, #124179 100%);}

.community-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.community-block .com-left-wrap {
    float: left;
    width: 378px;
    background-color: rgba(245, 245, 245, 1);
    padding-right: 30px;
    position: relative;
    -webkit-transform: skew(-12deg, 0deg);
    -ms-transform: skew(-12deg, 0deg);
    transform: skew(-12deg, 0deg);
    margin-top: -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 70px 30px 0;
        margin-bottom: -1px;
}

.community-block .com-left-wrap h4 {
    color: #BE0411;
    font-size: 26px;
    font-weight: 700;
    -webkit-transform: skew(13deg, 0deg);
    -ms-transform: skew(13deg, 0deg);
    transform: skew(13deg, 0deg);
    letter-spacing: 0.055em;
    line-height: 1.2;
    text-transform: uppercase;
}

.community-block .com-left-wrap:before {
    content: "";
    position: absolute;
    content: "";
    background-color: rgba(245, 245, 245, 1);
    left: -300%;
    width: 350%;
    height: 100%;
    top: 0;
}

.community-block .com-right-wrap {
    width: calc(100% - 400px);
    /*padding: 43px 0 41px 119px;*/
    padding: 55px 0 41px 119px;
}

.community-block .com-right-wrap h3 {
    font-family: Figtree;
    font-size: 26px;
    font-weight: 700;
    line-height: 31.2px;
    letter-spacing: 0.06em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.com-right-wrap a.button-bg {
    padding: 11px 37px;
}
section.community-category {
    padding-top: 110px;
    padding-bottom: 105px;
    position: relative;
    overflow: hidden;
}
section.community-category:before {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./assets/images/bg-patterns03.svg);
    width: 50%;
    height: 160%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -440px;
    right: -140px;
}

.community-category .heading-part {
    margin-bottom: 57px;
    max-width: 827px;
}

.community-category .heading-part h2 {
    font-size: 50px;
    margin-bottom: 29px;
    letter-spacing: -0.005em;
}

.community-category .heading-part p {
    font-size: 20px;
    letter-spacing: 0.021em;
}

.community-iconpart {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 80px;
    grid-template-columns: repeat(auto-fit,minmax(518px,1fr));
    margin-bottom: 59px;
    max-width: 1116px;
    grid-row-gap: calc(52px);
}

.community-iconpart h3 {
    margin-top: 18px;
    margin-bottom: 15px;
    color: #BE0411;
}

.community-iconpart p {
    letter-spacing: 0.019em;
    line-height: 1.7;
}

.community-category .btn-clg a {
    padding: 11px 36px;
}
.cources-wrap ul li a, .content ul li a {
    color: rgba(14, 34, 64, 1);
    transition: all 0.5s ease-in-out;
    outline: none;
    text-decoration: none;
}

.cources-wrap ul li a:hover, .content ul li a:hover {
    color: rgba(38, 133, 198, 1);
}


section.our-team-section {
    padding-top: 40px;
    display: block;
    padding-bottom: 121px;
}

.our-team-section .team-wrap {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 27px;
    grid-row-gap: calc(54px);
    /*grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));*/
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    max-width: 1036px;
    margin: 0 auto;
}
.team-part-block .team-img {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 325.15px;*/
    height: 400px;
    margin-bottom: 26px;
}

.team-part-block h4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: rgba(14, 34, 64, 1);
    margin-bottom: 3px;
}

.team-part-block p {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
}

.team-part-block p {
    display: inline-block;
}

.team-part-block a {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: rgba(14, 34, 64, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    text-decoration: none;
}

.team-part-block a:hover {
    color: rgba(38, 133, 198, 1);
}
.team-part-block span {
    display: block;
}
section.success-banner {
    padding-top: 59px;    
    position: relative;
    overflow: hidden;
}
section.success-banner:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    background-image: url(./assets/images/SkillsForSuccess-Header.svg);
    width:100%;
    height:100%;
    display: block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
   /* width: 48%;
    height: 29%;
     display: inline-block; */
    /* vertical-align: middle; 
    position: absolute;
    top: -33px;
    right: -1%;
    top: -28px;
    right: -14%;
    transform: rotate(-12deg);*/
}
.success-banner .success-heading {
    margin-bottom: 58px;
    max-width: 1020px;
    padding-right: 50px;
}

.success-heading h1 span {
    color: #BE0411;
    background-color: inherit;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #BE0411;
    text-transform: inherit;
}

.success-heading h1 div {padding-left: 84px;}

.success-block {
    background-color: #BE0411;
    padding: 84px 0 96px;
    position: relative;
}

.success-block .success-content-area {
    width: 52%;
}

.success-block .success-content-area p {
    color: #fff;
    letter-spacing: 0.0075em;
}

.success-block .team-img {
    position: absolute;
    right: 0;
    width: 36%;
    height: 153%;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: left top;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.team-img img {
    width: 100%;
}

.success-heading h1 {
    line-height: 1.19;
    letter-spacing: -0.005em;
    position: relative;
}

.success-block .container {
    max-width: 1346px;
}
.success-heading h1:before {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    left: -100%;
    background-color: rgba(88, 191, 246, 1);
    height: 1px;
    top: 35px;
}



.success-heading h1:after {
    content: "";
    content: "";
    width: 10.81px;
    height: 10.81px;
    top: 30px;
    position: absolute;
    left: -31px;
    background-color: rgba(88, 191, 246, 1);
    border-radius: 50%;
}
section.cost-heading-section {
    padding-top: 121px;
    padding-bottom: 94px;
    display: block;
    width: 100%;
    position: relative;
    margin-bottom:-35px;
}

.cost-heading-section .cost-heading {
    width: 46.8%;
}

@media (min-width: 1600px){
  .cost-heading-section .cost-heading {
      width: 60%;
  }

}

.cost-heading-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1;
}

.cost-heading-section .cost-image {
    position: absolute;
  /*  width: 36.5%;
    height: 105%;*/
    max-width:642px;
    max-height:677px;
    width:100%;
    height:100%;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
    bottom: 0;
    /*top: inherit;*/
    top:-35px;
    /*padding-top: 94%;*/
}


/*.cost-heading-section .cost-image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 94%;
}*/

.cost-heading h3 {
    font-family: Figtree;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
    letter-spacing: 0.06em;
    color: #BE0411;
    margin-bottom: 21px;
}

.cost-heading p {
    margin-bottom: 22px;
}
section.all-forms-sec {
    background-color: rgba(23, 46, 77, 1);
    padding-top: 74px;
    padding-bottom: 86px;
}

.all-forms-sec ul {
    list-style: none;
}

.all-forms-sec ul li {
    padding: 0 0 49px 72px;
    margin-bottom: 38px;
    border-bottom: 1px solid rgba(46, 78, 126, 1);
}

.all-forms-sec ul li h2 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px;
    letter-spacing: -0.005em;
}

.all-forms-sec ul li p {
    color: #fff;
    font-family: Figtree;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 30px;
}

.all-forms-sec ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

a.button-bg.skyblue-btn {
    background-color: rgba(88, 191, 246, 1);
    color: rgba(14, 34, 64, 1);
    border-color: rgba(88, 191, 246, 1);
}

a.button-bg.skyblue-btn:hover {
    background-color: #fff;
    border-color: #fff;
}

a.button-bg.bluegray-btn {
    background-color: rgba(76, 97, 115, 1);
    border-color: rgba(76, 97, 115, 1);
}

a.button-bg.bluegray-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: rgba(76, 97, 115, 1);
}

.all-forms-sec ul li a.button-bg {
    padding: 11px 30px;
}
section.story-section {
    padding-top: 92px;
}

.story-section h2 {text-align: center;margin-bottom: 13px;background: -o-linear-gradient(left, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);background: -webkit-gradient(linear, left top, right top, color-stop(-0.78%, #425368), color-stop(62.9%, #5490C8), color-stop(96.26%, #57BEF5));background: linear-gradient(90deg, #425368 -0.78%, #5490C8 62.9%, #57BEF5 96.26%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 50px;margin-bottom: 45px;}

.story-section .video-sec {
    text-align: center;
    max-width: 768.99px;
    height: 433.23px;
    width: 100%;
    margin: 0 auto;
}

.story-section .video-sec iframe {
    width: 100%;
    height: 100%;
}

.story-section .story-editor {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 89px;
    padding-bottom: 90px;
    margin-top: -172px;
    text-align: center;
}

.story-section .story-editor .wrap-story-line {
    max-width: 1050.62px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    border: 1px solid #fff;
    padding: 140px 134px 70px;
}

.story-section .story-editor .wrap-story-line p {
    font-family: Figtree;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 37px;
}

.story-section .story-editor .wrap-story-line h5 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}

.story-editor a.button-bg {
    margin-top: 51px;
    padding: 10px 31px;
}
.stories-banner-sec .training-banner {padding-bottom: 264px;}

.stories-banner-sec .training-banner h1 {
    text-align: center;
}

.stories-description {
    padding: 47px 153px 82px;
    text-align: center;
    position: relative;
    margin-top: -236px;
    background-image: url(./assets/images/white-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
}

section.stories-banner-sec {
    background-color: rgba(245, 245, 245, 1);
    padding-bottom: 388px;
    position: relative;
}
.stories-banner-sec:before {
    position: absolute;
    width: 200%;
    height: 500px;
    background-color: #fff;
    z-index: 1;
    content: "";
    transform: rotate(-3deg);
    bottom: -373px;
}

.stories-banner-sec .training-banner:after {
    background-color: #f5f5f5;
}

.stories-description p {
    font-family: Figtree;
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: center;
    color: rgba(14, 34, 64, 1);
    margin-bottom: 30px;
}

.stories-description h5 {
    font-size: 16px;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 0;
}
.stories-banner-sec .video-sec {
    text-align: center;
    max-width: 985px;
    height: 549px;
    width: 100%;
    margin: 42px auto 0;
}

.stories-banner-sec .video-sec iframe {
    width: 100%;
    height: 100%;
}
section.list-of-stories {
    margin-top: -273px;
    z-index: 1;
    position: relative;
    padding-bottom: 63px;
}

section.list-of-stories .container {
    max-width: 1344px;
    position: relative;
    z-index: 2;
}

.list-of-stories .image-with-popup-block {
    margin-bottom: 40px;
}

.list-of-stories .image-with-popup-block .left-imgpopup-block {
    max-width: 460px;
    width: 100%;
}

.list-of-stories .image-with-popup-block .popup-text {text-align: left;padding-left: 41px;padding-right: 50px;}
.list-of-stories i.fa.fa-youtube-play {
    font-size: 85px;
}

.list-of-stories i.fa.fa-youtube-play:after {
    height: 51px;
}
.more-stories-slider .news-box-wrap {
    background-color: transparent !important;
    padding: 0;
}
.more-stories-slider .news-slider .owl-stage-outer .owl-stage .item {
    background-color: transparent;
    padding: 0;
}
.more-stories-slider .news-box-wrap .left-imgpopup-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 280.55px;
    width: 100%;
}
.more-stories-slider .news-box-wrap a.popup-youtube i {
    font-size: 103px;
}
.more-stories-slider .news-box-wrap a.popup-youtube i:after {
    height: 48px;
}
.more-stories-slider .news-box-wrap .story-slidertext {
    background-color: #fff;
    padding: 17px 34px 17px 34px;
}
.more-stories-slider .news-box-wrap .story-slidertext p {
    margin-bottom: 0;
}
.more-stories-slider .news-box-wrap .story-slidertext h3 {
    letter-spacing: 0.00em;
    margin-bottom: 9px;
}
.more-stories-slider .news-box-wrap .story-slidertext p {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
section.news-room.more-stories-slider .top-heading h3 {
    margin-left: 0 !important;
}
section.news-banner-section {
    text-align: center;
    padding-top: 56px;
    padding-bottom: 57px;
    /*background: -webkit-gradient(linear, left top, right top, from(#0E1421), to(#124179));
    background: -o-linear-gradient(left, #0E1421 0%, #124179 100%);
    background: linear-gradient(90deg, #0E1421 0%, #124179 100%);*/
    position: relative;
    overflow: hidden;
    
    background:url(./assets/images/CollegeDashboard-Header.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}
section.news-banner-section h1 {
    background: inherit;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: inherit;
    color: #fff;
    text-transform: inherit;
    font-size: 55px;
    letter-spacing: -0.011em;
}

/*section.news-banner-section:before {
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./assets/images/group-image03.png);
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
}*/
section.news-articles-section {
    background-color: rgba(245, 245, 245, 1);
    padding-top: 80px;
    padding-bottom: 156px;
}

.news-articles-section .news-heading-part {
    margin-bottom: 54px;
    max-width: 890px;
}

.news-heading-part h2 {
    font-family: Figtree;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.01em;
    margin-bottom: 15px;
}

.news-heading-part p {
    color: rgba(14, 34, 64, 1);
    line-height: 1.57;
}

.articles-block {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 39px;
    grid-row-gap: calc(41px);
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    max-width: 1091px;
}

.articles-block .articles-wrap {
    background-color: #ffffff;
    padding: 37px 50px 84px 44px;
    position: relative;
}

.articles-block .articles-wrap h3 {
    margin-bottom: 26px;
    letter-spacing: 0.00em;
    line-height: 1.21;
}

.articles-block .articles-wrap p {
    margin-bottom: 56px;
}

.news-articles-section .container {
    max-width: 1148px;
}

.articles-block .articles-wrap a.button-bg {
    position: absolute;
    bottom: 44px;
    padding: 11px 19px;
}
section.news-details {
    padding-top: 36px;
    padding-bottom: 67px;
}

.news-details .back-btn {
    margin-bottom: 47px;
}

.news-details-heading h2 {
    font-family: Figtree;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.01em;
    margin-bottom: 24px;
}

.news-details-heading p {
    margin-bottom: 36px;
    color: rgba(14, 34, 64, 1);
}

.news-details-heading p span {
    display: inline-block;
    width: 100%;
    margin-bottom: 2px;
}

.news-details-heading p a {
    color: rgba(14, 34, 64, 1);
    text-decoration: underline;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.news-details-heading p a:hover {
    text-decoration: none;
    color: rgba(88, 191, 246, 1);
}

.news-details .container {
    max-width: 1103px;
}
.next-prews-wrap {
    background-color: rgba(245, 245, 245, 1);
    text-align: center;
    padding: 21px 0;
}

.next-prews-wrap ul {
    list-style: none;
    max-width: 377px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.next-prews-wrap ul li {
    /* padding: 0 20px; */
    position: relative;
    vertical-align: middle;
    width: 49%;
    /* display: flex; */
}

.next-prews-wrap ul li:first-child:before {
    content: "";
    height: 34.77px;
    width: 1px;
    position: absolute;
    right: -10px;
    background-color: rgba(208, 208, 208, 1);
    top: -3px;
}

.next-prews-wrap ul li a i {width: 29.58px;height: 29.58px;gap: 0px;border-radius: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border: 1px solid rgba(208, 208, 208, 1);color: #BE0411;font-size: 19px;margin: 0 13px;    -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;     line-height: 1.2; padding-left:3px; }


.next-prews-wrap ul li.previouspage a i{
  padding-left:0;
  padding-right:2px;
}

.next-prews-wrap ul li a {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: rgba(14, 34, 64, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    text-decoration: none;

}
.next-prews-wrap ul li a:hover i {
    background-color: #BE0411;
    color: rgba(208, 208, 208, 1);
    border-color: #BE0411;
}
section.contact-section {
    background: -o-linear-gradient(left, #0E1421 0%, #124179 100%);
    background: -webkit-gradient(linear, left top, right top, from(#0E1421), to(#124179));
    background: linear-gradient(90deg, #0E1421 0%, #124179 100%);
    padding-top: 71px;
    padding-bottom: 300px;
    position: relative;
    overflow: hidden;
}

section.contact-section:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 500px;
    background-color: #fff;
    z-index: 1;
    content: "";
    -webkit-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
            transform: rotate(-2deg);
    bottom: -373px;
}

/*section.contact-section:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position:bottom;
   /* background-position: top center;*/
    /*background-position: top right;*/
    /*background-image: url(./assets/images/banner-pattarn.png);
    background-image: url(./assets/images/Contact-Dots.png);
   /* width: 50%;
    height: 150%
    width: 14%;
    height: 112%;;
    width: 304px;
    height:1013px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 1;
   /* -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}*/

.contact-section .contact-heading {width: 36.5%;margin-right: 22px;}

.contact-heading h1 {
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
    background: transparent;
    color: #fff;
    font-family: Figtree;
    font-size: 55px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: inherit;
}

.contact-heading p {
}

.contact-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1100px;
}

.contact-section .contact-des {
    float: left;
    width: calc(63.5% - 22px);
}

.contact-section .contact-des p {
    color: #fff;
    letter-spacing: 0.0125em;
}


section.get-in-touch {
    display: inline-block;
    width: 100%;
    padding-bottom: 71px;
}


section.get-in-touch.git-2 {
  margin-top: -240px;
}

.get-in-touch .touch-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.get-in-touch .touch-block .intouch-bg {float: left;width: 69%;background-size: cover;background-repeat: no-repeat;background-position: top center;z-index: 1;}

.get-in-touch .touch-block .intouch-textarea {
    background-color: rgba(245, 245, 245, 1);
    padding: 45px 40px 50px 40px;
    float: left;
    width: 31%;
    position: relative;
    top: 25px;
    left: 0;
}

.intouch-textarea h3 {
    font-family: Figtree;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: rgba(14, 34, 64, 1);
    margin-bottom: 55px;
}

.intouch-textarea  .adress-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 270px;
    margin-bottom: 26px;
}

.intouch-textarea .adress-wrap p {
    margin-left: 12px;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: rgba(14, 34, 64, 1);
}

.intouch-textarea .adress-wrap p a {
    color: rgba(14, 34, 64, 1);
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.intouch-textarea .adress-wrap p a:hover {
    color: rgba(88, 191, 246, 1);
}

.intouch-textarea .social-icons {
    margin-top: 73px;
    padding-left: 6px;
}

.intouch-textarea .social-icons h6 {
    color: #BE0411;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.intouch-textarea .social-icons ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 13px;
}

.intouch-textarea .social-icons ul li {
    margin-right: 20px;
}

.intouch-textarea .social-icons ul li img {
    width: 23px;
}

.get-in-touch  .container {
    max-width: 1094px;
}

.get-in-touch .touch-block .intouch-textarea:before {
    content: "";
    position: absolute;
    left: -72px;
    width: 73px;
    height: 100%;
    background-color: rgba(245, 245, 245, 1);
    top: 0;
}
.intouch-textarea .social-icons ul li a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.intouch-textarea .social-icons ul li a:hover {
    opacity: 0.5;
}
.contact-form-section {
    padding-top: 20px;
    padding-bottom: 48px;
}
.contact-form-section .container {
    border-top: 1px solid rgba(218, 218, 218, 1);
    padding-top: 46px;
    max-width: 1138px;
}

.contact-form-wrap {
    text-align: center;
    max-width: 833px;
    margin: 0 auto 40px;
}

.contact-form-wrap h2 {
    font-family: Figtree;
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}

.contact-form-wrap p {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.01em;
}


.contact-form iframe{
  width:100%;
  max-width:100%;
  height:1500px;
}


.articles-block .articles-wrap h3 a {
    color: rgba(14, 34, 64, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    outline: none;
}

.articles-block .articles-wrap h3:hover a {
    color: rgba(88, 191, 246, 1);
}
.page-template-news-template .next-prews-wrap {
    background-color: #fff;
}
.contact-form-wrap .gform_wrapper {
    margin-top: 28px;
}

.contact-form-wrap .gform_wrapper label.gfield_label {
    text-align: left;
    width: 100%;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.01em;
    padding-left: 21px;
    margin-bottom: 5px;
    color: rgba(14, 34, 64, 1) !important;
}

.contact-form-wrap .gform_wrapper .ginput_container input, .contact-form-wrap .gform_wrapper .ginput_container textarea {
    background: rgba(245, 245, 245, 1);
    border: 1px solid rgba(245, 245, 245, 1);
    font-size: 16px !important;
    font-weight: 300;
    line-height: 22.4px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 10.7px 15px !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form-wrap .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 16px !important;
}

.contact-form-wrap .gform_heading {
    display: none;
}


.contact-form-wrap .gform_wrapper .ginput_container textarea {
    height: 91px !important;
}
.contact-form-wrap .gform_footer input {
    background-color: rgba(14, 34, 64, 1);
    color: #fff;
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 10px 32px;
     -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}

.contact-form-wrap .gform_footer {
    text-align: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 8px !important;
}
.contact-form-wrap .gform_footer input:hover, .contact-form-wrap .gform_footer input:focus {
    background-color: rgba(88, 191, 246, 1);
}
.contact-form-wrap .gform_validation_errors {
    display: none;
}
.contact-form-wrap .validation_message {
    display: none;
}
.contact-form-wrap .gform_wrapper .gfield_error .ginput_container input, .contact-form-wrap .gform_wrapper .gfield_error .ginput_container textarea {
    border-color: #BE0411;
}
.darkblue-bg-clr .popup-text {
    background-color: rgba(23, 46, 77, 1);
}
.innovation-banner.red-bg {
    background-color: #BE0411;
}

.innovation-banner.red-bg .banner-in-image:before {
    background-color: #BE0411;
}

.innovation-banner.red-bg .banner-heading-block h1 {
    color: #fff;
}

.innovation-banner.red-bg .banner-heading-block p {
    color: #fff;
}
.site-content {
    padding-bottom: 30px;
}
.nav-previous a {
    color: #58bff6;
}
.nav-previous a:hover {
    color: #BE0411;
}
.social-media ul li a img {
    width: 23px;
}
.next-prews-wrap ul li a.disabled {
    cursor: not-allowed !important;
    opacity: 1;
    color: rgba(208, 208, 208, 1);
}
.next-prews-wrap ul li a.disabled:hover i {
    background-color: transparent;
    border-color: rgba(208, 208, 208, 1);
}
.next-prews-wrap1 ul li a {
    font-family: Figtree;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: rgba(14, 34, 64, 1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    text-decoration: none;
}
.next-prews-wrap1 ul {
    list-style: none;
    max-width: 377px;
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.next-prews-wrap1 ul li {
    /* padding: 0 20px; */
    position: relative;
    vertical-align: middle;
    width: 49%;
    /* display: flex; */
}
.next-prews-wrap1 ul li:first-child:before {
    content: "";
    height: 34.77px;
    width: 1px;
    position: absolute;
    right: -10px;
    background-color: rgba(208, 208, 208, 1);
    top: -3px;
}
.next-prews-wrap ul li:first-child:before {
    content: "";
    height: 34.77px;
    width: 1px;
    position: absolute;
    right: -10px;
    background-color: rgba(208, 208, 208, 1);
    top: -3px;
}

.next-prews-wrap1 ul li a i {
    width: 29.58px;
    height: 29.58px;
    gap: 0px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(208, 208, 208, 1);
    color: #BE0411;
    font-size: 19px;
    margin: 0 13px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: 2.3;
}
.next-prews-wrap1 {
    background-color: rgba(245, 245, 245, 1);
    text-align: center;
    padding: 21px 0;
}
.next-prews-wrap1 ul li a:hover i {
    background-color: #BE0411;
    color: rgba(208, 208, 208, 1);
    border-color: #BE0411;
}
.news-box-wrap p a {
    color: rgba(14, 34, 64, 1);
    text-decoration: underline;
}
.news-box-wrap p a:hover {
    color: rgba(88, 191, 246, 1);    
}
.contact-form-section .gform_confirmation_message {
    margin-top: 30px;
}

#counter-block{
  background-color:#F5F5F5;
  padding-top:43px;
  padding-bottom:43px;
  text-align:center;
  color:#BE0411;
}

#counter-block h2{
 color:#BE0411;
 font-weight: 300;
 font-size: 50px;
 padding-left:25px;
 padding-right:25px;
 width: 59%;
 margin: auto;
}

#counter-block .counter-lines::before{
  content:'';
  border-top:1px solid #D0D0D0;
  display: block;
  padding-bottom:20px;
}

#counter-block .counter-lines::after{
  content:'';
  border-bottom:1px solid #D0D0D0;
  display: block;
  padding-top:20px;
}

#full-width-content iframe{
    width:100%;
    overflow-clip-margin: content-box !important;
    overflow: clip !important;
    height: 100vh;
    border: 0;
  
}

h2.search-results-title{
  color:#0E2240;
  font-family: Figtree;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.4px;
  margin-bottom:35px;
}

h3.search-title a{
  font-size:20px;
  margin-bottom:10px;
  color: #D33E2B;
}

.entry-summary{
  margin-bottom:35px;
}

.course-videos{
  padding-top:35px;
}

.course-video{
  padding-top:15px;
  padding-bottom:15px;
}

.course-video iframe{
  max-width:100%;
}

.owl-carousel .owl-stage{
  margin: 0 auto;
}

.news-slider-wrap .owl-carousel .owl-nav {
    opacity: 1 !important;
    display:block !important;
}

#full-width-content{
  padding-top:50px;
  padding-bottom:100px;
}

/* Responsive Start */

@media only screen and (max-width: 1700px)  {
.dropdown-full .wf-container1 .header-cta {
    padding-left: 50px;
}
.header-cta:before {
    right: -352px;
}
    
    
}

@media only screen and (max-width: 1599px)  {
    .menu-lavel {        
        padding: 6px 24px 5px 24px;
    }  
    .dropdown-full .wf-container1 .header-cta {        
        width: 100%;
    }
    .training-banner:before {
        /*top: -236px;*/
        top: -159px;
    }
}


@media only screen and (max-width: 1500px)  {
    .desktop-menu li.menu-lavel-1 {
		margin-right: 26px;
	}
    .desktop-menu li.desktop-contact {
        margin-right: 20px;
    }   
    .header-left-text .wf-box1 .menu-lavel a {
        padding-right: 20px;
    }
    section.news-banner-section:before {
        width: 27%;
    }
}

@media only screen and (max-width: 1449px){  
    .is-search-submit {		
        font-size: 15px;
    }
    .desk-search-input {
        font-size: 14px;
        width: 125px;
        }
    .desktop-menu li.desktop-contact {
        font-size: 14px;
    } 
    .desktop-menu li.menu-lavel-1 {
        margin-right: 12px;
    }
    .full-who-image {
        height: 550px;
    }
    
    .desktop-menu li.menu-lavel-1 {
        padding-bottom: 44px;
    }
    .banner-midd .right-image {
        width: 42%;
    }
    h2 {
        font-size: 38px;
    }
    section.success-story h2{
        font-size: 42px;
    }
    section.tab-slider {
        padding-right: 100px;
        padding-left: 100px;
    }
    section.team-effort .team-text p {        
        /*font-size: 20px;*/
    }
    .team-effort .team-dots-image {
        width: 141%;
        background-size: 67%;        
    }
    .header-cta:before {
        right: -442px;
    }
    section.acc-credential-section .credential-wrap {
        width: 55%;
    }
    .acc-credential-section .acc-left-img {
        position: absolute;
        width: 43.5%;
        background-size: 120%;
    }
    .success-block .team-img {
        width: 40%;        
        background-size: 111%;
    }
    .cost-heading-section .cost-image {        
        width: 46%;
    }

}


@media only screen and (max-width: 1350px){
  .desktop-menu {
        padding-top: 40px;
    }    
    .dropdown-full .wf-container1 .header-cta{
        padding-top: 20px;
        padding-bottom: 15px;
    }
    .dropdown-full .wf-container1 .header-cta p {        
        font-size: 16px;
    }
    .header-left-text .wf-box1 {
        padding-right: 30px;
        margin-right: 30px;
    }
    .top-header ul.top-bar li a {
        font-size: 14px;
    }
    .top-header ul.top-bar li.login-id a:after{
        width: 15px;
        height: 18px;
    }
    .top-header ul.top-bar li .search-show:after {
        width: 16px;
        height: 16px;
        top: 2px;
        margin-right: 8px;

    }
    .dropdown-full .extra-link a.links-btn {
        font-size: 18px;
        margin-top: -2px;
    }
    .dropdown-full .extra-link{
        padding: 24px 50px;
    }
    .dropdown-full .wf-container1 .header-left-text {
        padding-top: 30px;
    }
    .menu-lavel-1:hover .dropdown-full:before {
        width: 570px;
        height: 310px;
        top: 72px;
        z-index: -1;
    }
    h1{
        font-size: 44px;
    }
    .job-full-section .jobs-content-area {        
        width: 50%;
        padding-right: 50px;
    }
    .header-cta:before {
        right: -662px;
    }
    .desktop-menu li.menu-lavel-1:last-child a {
        margin-left: 6px;
        padding: 10px 17px 11px 9px;
    }
    .desktop-menu li.menu-lavel-1 {
        margin-right: 11px;
    }
    .cources-details-banner .details-in-image {
        background-size: 100%;
        width: 51%;        
    }
    .acc-credential-section .acc-left-img {
        background-size: 140%;
    }
    section.acc-credential-section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    section.community-category:before {
        right: 10px;
    }
    section.community-category {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .story-section h2 {
        font-size: 44px;
    }
    
}
@media only screen and (max-width: 1280px){
    .news-slider-wrap {
        padding-left: 50px;
        padding-right: 50px;
    }
    section.course-content {
        padding-bottom: 70px;
    }    
}

@media only screen and (max-width: 1200px){
    .container {
        padding: 0 30px;
    }
    .news-slider-wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
    .innovation-banner .banner-heading-block {        
        width: 48.5%;
    }
 .desktop-menu li.menu-lavel-1:hover > a i {
        top: -1px;
    }
  .desktop-menu {
      padding-top: 19px;
    }
  .desktop-menu li.menu-lavel-1 {
    margin-right: 15px;	    
  }  
  .desktop-menu li.menu-lavel-1 > a {
    font-size: 14px;
  }
    .desktop-menu li.menu-lavel-1 > a.search-show-icon.main {
        display: block;
    }
    .desktop-menu li.desktop-contact {
        margin-right: 10px;
    }
    .desktop-menu li.desktop-contact a {
        font-size: 12px;        
        padding: 11px 23px 11px 21px;
    }
    li.desktop-contact.desktop-client a {
        width: 45px;
        height: 45px;
    }
    .header-inner, .header-cta .header-right-text {
        padding: 0 30px;
    }     
    .dropdown-full .wf-container1 .header-left-text {
        padding: 0 30px;        
        padding-top: 50px;
    }
    .brand-logo {
        max-width: 142px;
        margin-top: 10px;
    }
   /* body {
        padding-top: 134px;
    }*/
    .desktop-menu li.menu-lavel-1 {
        padding-bottom: 36px;
    }
    .desktop-menu li.menu-lavel-1:last-child a{
        margin-left: 4px;
    }
    .desktop-menu li.menu-lavel-1:last-child a:before {
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }    
    .dropdown-full .extra-link {
        padding: 24px 30px 0;
    }
    section.success-story {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section.tab-slider {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .tab-heading h4 {
        font-size: 22px;     
        margin-bottom: 20px;
    }
    .tab-bg {
        height: calc(100% - 259px);
        display: none
    }
    .tab-bg-mobile {
        height: calc(100% - 239px);
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        position: absolute;
        top: 0;
        z-index: -1;
        left: 0;

    }
    .social-media {
        width: 20% !important;
    }
    .footer-main .footer-address {
        width: 21%;
    }
    section.team-effort {
        padding-top: 156px;
        padding-bottom: 148px;
    }
    section.team-effort .team-text p {
        font-size: 18px;
    }
    .header-cta:before {
        right: -689px;
    }
    .tabBlock ul.tabBlock-tabs {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .tabBlock-tabs .tabBlock-tab{
        margin-bottom: 10px;
    }
    .training-banner h1, .details-innertext h1 {
        font-size: 48px;
        line-height: 1.1;        
    }
    .training-banner:before {
        top: -168px;
    }
    section.traning-cources .cources-wrap h2:after {
        left: -15px;
    }
    section.traning-cources .cources-wrap h2:before {
        width: calc(100% - 15px);
    }
    .details-innertext h4 {        
        font-size: 22px;
        margin-bottom: 3px;
    }
    .details-innertext .back-btn {
        margin-bottom: 40px;
    }
    .banner-heading-block h1 {
        font-size: 46px;
    }
    .banner-in-image img {
        left: 126px;
        width: 130px;
    }
    .innovation-banner .banner-in-image {
        width: 60%;
    }
    .community-block .com-left-wrap h4 {        
        font-size: 24px;
    }
    .community-block .com-right-wrap h3 {        
        font-size: 24px;
    } 
    .community-block .com-right-wrap {        
       /* padding: 30px 0 30px 69px;*/
       padding: 45px 0 30px 69px;
    }
    .success-heading h1:after {
        top: 24px;
        left: -18px;
    }
    .success-heading h1:before {
        left: -98%;     
        top: 29px;
    }
    .success-block .team-img {
        width: 48%;
        background-size: 160%;
    }
    .success-block {
        background-color: #BE0411;
        padding: 60px 0 70px;
        position: relative;
    }
    section.success-banner:before {
        background-size: 60%;
        width: 53%;
        height: 29%;
        top: -29px;
        right: -9%;
        transform: rotate(-12deg);
    }
    .workforce-wrap iframe {
        height: 400px;
    }
    .stories-description {
        padding: 47px 80px 82px;
    }
    .stories-description {
        padding: 47px 80px 82px;
    }
    .training-banner:after {
        height: 280px;
        background-color: #fff;
        -webkit-transform: rotate(-5deg);
            -ms-transform: rotate(-5deg);
                transform: rotate(-5deg);
        bottom: -146px;
    }
    section.stories-banner-sec {
        padding-bottom: 328px;     
    }
    .more-stories-slider .news-box-wrap a.popup-youtube i {
        font-size: 80px;
    }
    .more-stories-slider .news-box-wrap a.popup-youtube i:after {
        height: 44px;
    }
    .srolled a.brand-logo {
        max-width: 168px;
    }
}
    




@media only screen and (max-width: 1040px){    
    .desktop-menu li.menu-lavel-1 > a {
        font-size: 13px;
    }
    .header-left-text .wf-box1 {
        padding-right: 20px;
        margin-right: 20px;
    }
    .header-left-text .menu-lavel .menu-links ul li a {
        font-size: 15px;
    }
    .header-left-text .wf-box1 .menu-lavel a {        
        font-size: 17px;
    }
    .footer-main .footer-logo, .footer-main .footer-des, .footer-main .footer-address, .footer-main .social-media {
        width: 50% !important;
        margin-bottom: 30px;
    }
    footer .footer-wrap {        
        padding: 50px 0 20px;
    }
    .dropdown-full .wf-container1 .header-cta a.links-btn {
        margin-left: 0px;
    }
    .news-details-heading h2 {
        line-height: 1.3;
    }
    .community-iconpart {
        grid-column-gap: 60px;
        grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
        margin-bottom: 40px;
    }
    .get-in-touch .touch-block .intouch-bg {        
        width: 62%;
    }
    .get-in-touch .touch-block .intouch-textarea {        
        padding: 45px 30px 50px 30px;        
        width: 38%;
    }
    .contact-form-section {    
        padding-bottom: 30px;
    }
    section.news-articles-section {
        padding-bottom: 100px;
    }
    .cost-heading-section .cost-image {
        width: 50%;
    }
    section.cost-heading-section {
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .all-forms-sec ul li h2 {        
        font-size: 42px;
    }
    .all-forms-sec ul li p {
        font-size: 20px;
    }  
    .footer-logo img {
        max-width: 160px;
    }
}


@media only screen and (max-width: 991px){ 
  #counter-block h2{
    width:95%;
  }
  
    h2 {
        font-size: 34px;
    }
    .slide-menu .mobile-header {
        display: none;
    }
    .header-inner {
        display: none;
    }    
    .mobile-header {
    display: flex;
    padding: 10px 23px 10px 30px;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: solid 1px #E8EDF1;
    position: relative;
    z-index: 1111;
}
.top-header {
    display: none;
}    
h1 {
    font-size: 40px;
}    
section.drop-dwon .center-drop select.selectbox1{
    max-width: 417px;
}    
section.drop-dwon .center-drop h4 {
    font-size: 22px;
}    
section.drop-dwon .center-drop input{
    padding: 9px 29px;
}
    section.success-story h2 {
        font-size: 38px;
    }
    .success-story .video-sec iframe {     
        height: 370px;
    }
    .success-story .success-bg {
        height: 350px;
    }
.tab-heading {
    margin: 0 auto 40px;
}
.tabBlock ul.tabBlock-tabs {
    width: 100%;
    margin-bottom: 50px;
}
section.news-room .top-heading h3 {
    font-size: 24px;;
}
.news-slider .owl-nav {    
    left: 334px;
    top: -84px;
}
.top-heading .news-btn {
    margin-right: 40px;
}
.banner-midd .left-banner {
    max-width: 370px;    
}
.banner-midd .right-image {
    width: 51%;
}
section.team-effort .team-text {
    max-width: 400px;
}
section.team-effort .team-text h2 {    
    font-size: 42px;    
    margin-bottom: 15px;
}
section.team-effort {
    padding-top: 126px;
    padding-bottom: 48px;
}
/*
body {
    padding-top: 82px;
}*/
.brand-logo {
    max-width: 100px;
}
section.banner-section:before {
    width: 686px;    
    height: 100%;
    right: 0;
    top: 240px;
    left: 0;
    margin: 0 auto;
} 
.news-slider .owl-nav div {    
    width: 50px;    
    height: 50px;
}    
.news-slider .owl-nav div:before {    
    font-size: 32px;
}  
.mobile-menu-main .header-cta .header-right-text { 
    width: 100%;
    background-color: rgba(188, 54, 53, 0.1);
    padding: 20px 90px 20px 12px;
    position: relative;
    display: block;
}    
.header-cta:before {
    right: -220px;
    z-index: 1;
    width: 300px;
    height: 310px;
    top: 10px;
}
.mobile-menu-main .header-cta .header-right-text:after {
    content: "";
    position: absolute;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(188, 54, 53, 0.1);
        top: 0;
}
.mobile-header button {
    padding: 10px;
    background-color: rgba(14, 34, 64, 1);
    border-radius: 0;
}

.mobile-header button img {
    display: none;
}

.mobile-header button span {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
}

.mobile-header button span:last-child {
    margin-bottom: 0;
}
.mobile-header a.search-show-icon {
    color: rgba(14, 34, 64, 1);
    position: absolute;
    top: 50%;
    z-index: 2;
    right: 84px;
    transform: translateY(-50%);
    font-size: 18px;
     -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
}
.mobile-header a.search-show-icon:hover {
    color: #BE0411;
}    
.close_popup_form {    
    top: 86px;
    right: 15px;
}    
ul li .m-li-wrap a {
    padding: 0 !important;
    margin-bottom: 15px;
    position: relative !important;
}
.menu-lavel-desc p {
    letter-spacing: -0.028em;
}    

ul li .m-li-wrap {
    margin-bottom: 3px;
    padding: 0 20px 15px 30px;
    position: relative;
    margin-top: 26px;
}
ul li .m-li-wrap:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    height: 1px;
    background-color: rgba(208, 208, 208, 1);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

ul li:last-child .m-li-wrap:before {
    display: none;
}
ul li .m-li-wrap a i, .mobile-menu-main .header-cta .header-right-text a.links-btn i, .slide-menu ul .extra-link a.links-btn i {
    position: absolute;
    margin-left: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(208, 208, 208, 1);
    text-align: center;
    color: #BE0411;
    font-size: 21px;
    line-height: 1.3;
    padding-left: 3px;
    margin-top: -9px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
ul li .m-li-wrap a:hover i, .mobile-menu-main .header-cta .header-right-text a.links-btn:hover i, .slide-menu ul .extra-link a.links-btn:hover i {
    background-color: #BE0411;
    color: #fff;
    border-color: #BE0411;
}    
.header-right-text p {
    letter-spacing: -0.022em;
}    
.slide-menu .slider { 
    padding-top: 17px;
}    
.slide-menu ul .extra-link a.links-btn {
    padding-left: 28px;
    margin-bottom: 1px;
    padding-bottom: 0;
    font-size: 18px;
    margin-top: 7px;
    color: #BE0411 !important;
}
.slide-menu ul .extra-link {
    display: inline-block;
    vertical-align: middle;    
    padding-bottom: 0;
    margin-bottom: 8px;
}
.mobile-menu-main .header-cta {
    width: 100%;
    overflow: hidden;
    position: relative;
}    
.mobile-menu-main li.menu-lavel-11 a {
    padding: 20px;
    display: inline-block;
    margin-left: 35px;
    padding: 5px 25px 4px 13px !important;
    line-height: 1.52;
    margin-top: 0;
    background-color: #BE0411;
    font-weight: 700;
    color: rgba(255, 255, 255, 1) !important;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 16px;
}

.mobile-menu-main li.menu-lavel-11 a:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(./assets/images/canvas-logo-white.png);
    width: 21px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.mobile-menu-main li.menu-lavel-11 a:hover {
    background-color: rgba(88, 191, 246, 1);
} 
.menu-lavel-12 a, .menu-lavel-13 a {
    font-weight: 400 !important;
    font-size: 17px !important;
    color: rgba(14, 34, 64, 1) !important;
}
.menu-lavel-14 a {    
    font-weight: 400 !important;
    font-size: 17px !important;
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out ;
    color: rgba(14, 34, 64, 1) !important;
}
.menu-lavel-14 a:after {
    content: "";
    background-image: url(./assets/images/mobile-lock.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.menu-lavel-14 a:hover {
    color: #BE0411;
}  
li.menu-lavel-11 {
    margin-top: 14px;
    padding-top: 31px;
    position: relative;
    margin-bottom: 15px;
}

li.menu-lavel-11:before {
    content: "";
    width: calc(100% - 60px);
    background-color: rgba(208, 208, 208, 1);
    position: absolute;
    top: 0;
    height: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}  
.slide-menu .slider { 
    padding-bottom: 60px;
}    
.slide-menu ul ul.active {
    padding-bottom: 50px;
}
.slider-bg {    
    height: 250px;
}    
.tab-bg {
    height: calc(100% - 219px);
}
.details-innertext h1 {
    font-size: 40px;
}    
.details-innertext h4 {
    font-size: 20px;
    margin-bottom: 3px;
}
.details-innertext .back-btn {
    margin-bottom: 30px;
}
.cources-details-banner .details-in-image {
    background-size: 132%;
    width: 51%;
    background-position: left top;
}    
.course-content .course-left-content {
    margin-right: 8%;
}
.course-content .coursec-list {    
    width: 40%; 
    padding: 40px 30px 25px 30px;    
}    
.impact-counter ul li {
    width: 50%;
    padding: 30px 8px 15px; 
}    
section.acc-credential-section .credential-wrap {    
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
} 
.credential-wrap .credential-text h2 {    
    font-size: 40px;    
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: -0.005em;
    margin-top: 20px;
}  
.acc-credential-section .acc-left-img {
    background-size: 170%;
}
.credential-wrap .credential-text {
    margin-right: 0;
    width: 100%;
}
.image-with-popup-block .popup-text {
    padding: 20px 40px 20px 40px;
}    
    
section.our-supporters {
    padding: 90px 0 40px;
}
section.our-team-section {
    padding-top: 20px; 
    padding-bottom: 70px;
}    
.contact-heading h1 {
    font-size: 46px;
}    
section.news-room.more-stories-slider .owl-nav {
    left: 450px;
    top: -87px;
}    
.story-section h2 {
    font-size: 40px;
}    
.story-section .story-editor .wrap-story-line {
    padding: 140px 50px 70px;
}
.success-banner .success-heading {
    padding-right: 0;
}    
.srolled a.brand-logo {
        max-width: 100px;
    }    
    
}

@media only screen and (max-width: 840px){    
    section.acc-credential-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .acc-credential-section .acc-left-img {
        background-size: 196%;
    }
}

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

    .slide-menu .slider {		
		top: 46px !important;
	}
    .mobile-menu-main .header-cta .header-left-img {
    width: 41%;
}
.mobile-menu-main .header-cta .header-right-text h2 {
    font-size: 18px;     
    margin-bottom: 2px;
}
.footer-policy p {
    width: auto;
    text-align: center;
    font-size: 14px;
    float: none !important;
    display: inline;
}
.footer-policy .container {
    text-align: center;
}
.banner-midd .left-banner {
    max-width: 100%;
    width: 100%;
    padding-top: 19px;
    padding-bottom: 46px;
    text-align: center;
}
.banner-midd .right-image {
    width: 100%;
    height: 260px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.left-banner h1 {
    max-width: 100%;
    margin-bottom: 17px;
}
.left-banner p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.52;
} 
a.button-bg {
    padding: 9px 21px;
}    
section.team-effort .team-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    padding: 0 27px;
}
.team-effort .team-dots-image {
    width: 103%;
    background-size: 100%;
    left: -32%;
    top: 90px;
}
.team-effort .team-dots-image{
        display: none;
}
section.drop-dwon {
   padding-top: 23px;
    padding-bottom: 4px;
    text-align: left;
}    
section.drop-dwon .center-drop {
    display: none;
}
.drop-dwon .mobile-drop {
    display: block;
}
.mobile-drop ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.drop-dwon .container {
    padding: 0;
}    

.mobile-drop ul li a {    
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
      -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.mobile-drop ul li a:hover {
    color: rgba(88, 191, 246, 1);
}
.mobile-drop ul li {
    position: relative;
    margin-bottom: 22px;
    padding-bottom: 18px;
    padding-right: 50px;
    padding-left: 50px;
}    

.mobile-drop ul li:last-child{
    margin-bottom: 0;
    border: none;
} 
.mobile-drop ul li:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(145, 41, 40, 1);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
}    
.mobile-drop ul li:last-child:before{
        display: none;
    }  
    .mobile-drop ul li a i {
        position: absolute;
        right: 35px;
        font-size: 26px;
        top: 1px;
    }
    .team-effort h2.mobile-show {
        display: block;
        color: rgba(88, 191, 246, 1);
        text-align: center;
        font-weight: 700;
        width: 100%;
        margin-bottom: 33px;
    }
    section.success-story {
        padding-top: 58px;
        padding-bottom: 47px;
    }
    section.team-effort {
        padding-top: 45px;
        padding-bottom: 58px;
        background-image: none !important;
    }
   section.success-story h2 {
        font-size: 34px;
        margin-bottom: 13px;
    }
    section.success-story p {        
        font-size: 16px;        
        margin: 0 auto 37px;        
    }
    .success-story a.button-bg {
        margin-top: 28px;
        padding-right: 20px;
        padding-left: 20px;
        letter-spacing: -0.025em;
    }
    .slider-tab-wrap .owl-nav {        
        top: inherit;
        bottom: -17px;
    }
    .slider-tab-wrap .owl-nav .owl-prev {
        left: calc(50% - 45px);
    }
    .slider-tab-wrap .owl-nav .owl-next {
        right: calc(50% - 45px);
    }
    .slider-tab-wrap .owl-nav div {        
        width: 35px;        
        height: 35px;
        border: 1px solid rgba(217, 217, 217, 1);
            padding-bottom: 3px !important;
    }
    .slider-tab-wrap .owl-nav div:before {
        color: #BE0411;
        font-size: 24px;
    }    
    section.tab-slider {
        padding-top: 72px;
        padding-bottom: 67px;
        padding-right: 0;
        padding-left: 0;
    }
    .tab-bg {
        height: calc(100% - 207px);
    }
    .tab-heading h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .tabBlock-pane a h4 {
        font-size: 16px;
        margin-top: 8px;
    }
    .job-full-section .success-bg {
        width: 100%;
        height: 286px;
    }
   .job-full-section .jobs-content-area {
        width: 100%;
        padding-right: 0;
        padding: 0 30px;
        margin-top: 73px;
        text-align: center;
        margin-bottom: 60px;
    }
    .jobs-content-area h2 {
        margin-bottom: 13px;
    }
    .jobs-content-area p {
        margin-bottom: 27px;
        font-size: 16px;
    }
    .jobs-content-area a.button-bg {        
        padding: 8px 23px;
        letter-spacing: -0.03em;
    }
    section.news-room {
        padding-top: 51px;
        
    }
    section.news-room .top-heading h3 {
        font-size: 20px;
        margin-left: 35px;
    }
    footer .footer-wrap {
        padding: 55px 0 14px;
    }
    .slider-tab-wrap .owl-nav div:hover:before {
        color: #fff;
    }    
    .mobile-image-show {
        width: 100%;
        margin-left: -29px;
        display: block;
    }

    .mobile-image-show img {
        display: block;
        width: 100%;
    }
    .head_search_wrap {
        padding: 0 20px;
    }
    .job-full-section .success-bg {
        display: none;
    }
    .job-image-mobile img {
        display: block;
        width: 100%;
    }
    
.dropdown-wrapper{
  width:100%;
}



ul.dropdown-menu{
  list-style-type: none;
}

ul.dropdown-menu{
  margin:0px;
  padding:5px;
  border: 1px solid #ccc;
}

ul.dropdown-menu li{
  padding:5px 0px;
}
.tabBlock ul.tabBlock-tabs {
    display: none;
} 

.tabBlock { 
    text-align: center;
}    
.slider-bg {
    height: 300px;
}    
.tab-heading {
    margin: 0 auto 47px;
}   
.banner-mobile-img {
    display: block;
    width: 100%;
}
.banner-mobile-img img {
    width: 100%;
    display: block;
}
.banner-midd .right-image{
    display: none;
}   
.full-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -1px;
} 
.job-full-section {
    background-color: transparent;
    background-image: none !important;
    position: relative;
}    
.job-full-image {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 0;
    z-index: -1;
}
.job-image-mobile {
    display: block;
}    
section.team-effort .team-text h2 {
    display: none;
}    
.traning-cources .cources-accordion {
    display: block;
}     
.traning-cources .cources-accordion .set {
    scroll-margin-top: 75px;
}  
.traning-cources .cources-wrap {
    display: none;
}    
.training-banner h1 {
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 17px;
}    
.training-banner .container { 
    text-align: center;
}    


section.traning-cources { 
    padding-bottom: 66px;
}    
.set > a:before {
    top: 36px;
    left: -100%;
    width: 100%;
}

.set > a:after {
    top: 31px;
    left: 0;
}    
.cources-details-banner .details-innertext {
    padding-top: 32px;
    padding-bottom: 52px;    
    width: 100%;
}  
.cources-details-banner .details-in-image {
    display: none;
}    
.course-content .course-left-content {
    width: 100%;
    margin-right: 0;
    padding: 0 23px;
}
.course-content .coursec-list {    
    width: 100%; 
    padding: 40px 30px 25px 30px;
    margin-top: 30px;
}    
.cources-details-banner .mobile-banner-details-in {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 370px;
    position: relative;
}
.cources-details-banner .mobile-banner-details-in:before {
    width: 200%;
    height: 130px;
    background-color: #f5f5f5;
    position: absolute;
    top: -90px;
    content: "";
    left: -50%;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
            transform: rotate(-5deg);
}    
.course-left-content p {
    margin-bottom: 25px;
    line-height: 1.566;
    letter-spacing: -0.028em;
}
.course-left-content a.button-bg {
    margin-top: 2px;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 28px;
}
.course-content .coursec-list {
    margin-top: 52px;
    padding: 40px 50px 25px 30px;
}
section.course-content {
        padding-bottom: 50px;
    }   
    .innovation-banner .banner-heading-block {
        width: 100%;
        padding-top: 54px;
        padding-bottom: 34px;
        text-align: center;
    }
    .innovation-banner .banner-in-image {
        width: 100%;
        position: relative;
        height: 369.34px;
    }
    .banner-heading-block h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .banner-heading-block p {
        font-size: 15px;
        line-height: 1.6;
    }
    .innovation-banner .banner-in-image:before {
        width: 120%;
        height: 48%;
        background: rgba(14, 20, 33, 1);
        top: -118px;
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(-9deg);
        left: -50px;
    }
    .banner-in-image img {
        left: 126px;
        width: 100%;
        top: 73px;
        max-width: 144px;
    }
    section.news-banner-section h1 {
        font-size: 40px;
     }
    section.news-banner-section {
        padding-top: 125px;
        padding-bottom: 138px;
        background:url(./assets/images/News-Blue-Header-Mobile.png);
        background-position:top right;
    }
    .news-heading-part h2 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: 0.00em;
        margin-bottom: 20px;
    }
    .news-heading-part p {
        font-size: 15px;
    }
    .news-articles-section .news-heading-part {
        margin-bottom: 48px;
        padding: 0 26px;
    }
    section.news-articles-section {
        padding-top: 42px;
    }
    .articles-block {
        padding: 0 15px;
        grid-row-gap: calc(32px);
    }
    section.news-articles-section {
        padding-top: 42px;
        padding-bottom: 59px;
    }
    .articles-block .articles-wrap {
        padding: 25px 46px 26px 25px;
    }
    .articles-block .articles-wrap h3 {
        margin-bottom: 17px;
        letter-spacing: 0.00em;
        line-height: 1.21;
        font-size: 20px;
    }
    .articles-block .articles-wrap p {
        margin-bottom: 22px;
        font-size: 15px;
        letter-spacing: -0.028em;
        line-height: 1.4;
    }
    .articles-block .articles-wrap a.button-bg {
        position: relative;
        bottom: 0;
        padding: 9px 22px 9px 23px;
        letter-spacing: -0.03em;
    }
    section.news-details {
        padding-top: 11px;
        padding-bottom: 21px;
    }
    .news-details .back-btn {
        margin-bottom: 31px;
        padding-left: 22px;
    }
    .news-details-heading {
        padding: 0 15px 0 26px;
    }
    .news-details-heading h2 {
        font-size: 34px;
        line-height: 1.2;
        letter-spacing: 0.00em;
        margin-bottom: 17px;
    }
    .news-details-heading p {
        margin-bottom: 38px;
        font-size: 15px;
    }
    section.workforce-section {
        padding: 40px 0 34px;     
    }
    .workforce-wrap iframe {        
        height: 300px;
    }
    .workforce-wrap h2 {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 17px;
    }
    section.acc-credential-section .credential-wrap {
        width: 100%;
    }
    section.acc-credential-section {
        padding-top: 49px;
        padding-bottom: 0;
    }    
    .acc-credential-section .acc-left-img {
        display: none;
    }
    .acc-credential-section .acc-left-img-mobile {
        width: 100%;
        position: relative;
        height: 385px;
        top: inherit;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: 1;
    }
    .credential-wrap{
      padding-left:25px;
      padding-right:25px;
    }
    
    .credential-wrap .credential-text {
        margin-bottom: 64px;
        text-align: center;
        padding-left:0;
    }
    .credential-img {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .credential-img img {
        max-width: 110.59px;
        margin: 0 auto;
    }
    .credential-wrap .credential-text h2 {
        font-size: 34px;
        margin-top: 34px;
    }
    .credential-wrap .credential-text p {        
        font-size: 15px;
        margin-bottom: 20px;
    }
    .image-with-popup-block {
        margin-bottom: 37px;
        display: block;
        padding: 0 17px;
    }
    .our-supporters h2 {
        font-size: 34px;
        margin-bottom: 40px;
    }
    section.our-supporters {
        padding: 59px 0 22px;
    }
      .image-with-popup-block .left-imgpopup-block {
        width: calc(100% - 44px);
        max-width: 100%;
        height: 330px;
        margin: 0 auto;
        position: relative;
        z-index: 1;
    }
    .popup-midd {
        text-align: center;
    }
    .image-with-popup-block .popup-text {
        padding: 170px 22px 27px 22px;
        width: 100%;
        margin-top: -150px;
    }
    .image-with-popup-block .popup-text h5 {        
        font-size: 15px;
    }
    .community-block .com-left-wrap {        
        width: calc(100% - 40px);
    }
    .community-block .com-right-wrap {
        padding: 37px 20px 30px 20px;
        /*padding: 37px 20px 45px 20px;*/
        width: 100%;
        text-align: center;
    }
    .community-block .com-right-wrap h3 {
        font-size: 20px;
        text-align: center;
        line-height: 1.25;
        margin-bottom: 0px;
    }
    .com-right-wrap a.button-bg {
        padding: 8px 27px;
        font-size: 15px;
    }
    .community-block .com-left-wrap h4 {
        font-size: 20px;
        -webkit-transform: skew(17deg, 0deg);
            -ms-transform: skew(17deg, 0deg);
                transform: skew(17deg, 0deg);
    }   
    .community-iconpart {
        grid-column-gap: 30px;
        grid-template-columns: repeat(auto-fit, minmax(284px, 1fr));
        margin-bottom: 30px;
    }
    section.community-category {
        padding-top: 54px;
        padding-bottom: 57px;
    }
    .community-category .container {
        padding: 0 41px;
    }
    .community-category .heading-part h2 {
        font-size: 34px;
        line-height: 1.25;
        margin-bottom: 16px;
    }
    .community-category .heading-part p {
        font-size: 16px;
        letter-spacing: -0.00em;
        line-height: 1.6;
    }
    .community-category .heading-part {
        margin-bottom: 52px;
    }
    .community-iconpart {
        grid-column-gap: 0;        
        margin-bottom: 0;
        grid-row-gap: calc(37px);
    }
    .community-iconpart .iconpart-wrap img {
        width: 62px;
    }
    .community-iconpart h3 {
        margin-top: 19px;
        margin-bottom: 10px;     
        font-size: 20px;
    }
    .community-iconpart p {
        letter-spacing: 0.001em;
        line-height: 1.5;
        font-size: 15px;
        padding-right: 20px;
    }
    .community-category .btn-clg a {
        padding: 10px 27px;
        font-size: 15px;
    }
    .btn-clg {
        margin-top: 45px;
    }
        .community-block .com-left-wrap {
        width: calc(100% - 40px);
        padding: 39px 20px 42px 41px;
        -webkit-transform: skew(-17deg, 0deg);
            -ms-transform: skew(-17deg, 0deg);
                transform: skew(-17deg, 0deg);
    }
    
    section.community-category:before {
        right: 0;
        top: -190px;
        width: 60%;
    }
    .community-iconpart {
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    }
    .community-category .heading-part h2 {
        font-size: 40px;
    }
    .our-team-section .team-wrap {
        grid-column-gap: 15px;
        grid-row-gap: calc(30px);
        grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));        
    }
    .team-part-block h4 {
        font-size: 20px;
    }
    .team-part-block p {
        font-size: 16px;
    }
    .team-part-block a {        
        font-size: 16px;
    }
    .contact-section .contact-heading {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .contact-heading h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .contact-section .contact-des {        
        width: 100%;
        text-align: center;
    }
    .contact-section .contact-des p {
        font-size: 15px;
        line-height: 1.55;
    }
    .get-in-touch .touch-block .intouch-bg {        
        width: 100%;
        height: 330px;
    }
    .get-in-touch .touch-block .intouch-textarea:before {
        left: initial;
        width: 100%;
        height: 100%;
        background-color: rgba(245, 245, 245, 1);
        top: 0;
        right: -100%;
    }
    .get-in-touch .touch-block .intouch-textarea {        
        padding: 45px 30px 50px 30px;        
        width: 100%;        
        top: 0;
        left: 0;
        margin-left: 24px;
    }
    section.contact-section {
        padding-top: 46px;
        padding-bottom: 250px;
    }
    .contact-section .container {
        padding: 0 30px;
    }
    section.get-in-touch {
        padding: 0 8px;
        margin-top: -215px;
        position: relative;
        display: block;
    }
    
    section.get-in-touch.git-2 {
      margin-top: -215px;
    }
    
    section.get-in-touch.git-3 {
      margin-top: 50px;
    }
    
    
    .intouch-textarea h3 {
        margin-bottom: 32px;
    }
    .intouch-textarea .social-icons {        
        padding-left: 0;
    }
    .get-in-touch .touch-block .intouch-textarea {
        padding: 57px 30px 50px 55px;
        width: 100%;
        top: 0;
        left: 0;
        margin-left: 0px;
    }
    
    
    .get-in-touch .touch-block .intouch-textarea:before{
      display:none;
    }
    
    
    section.contact-section:before {
        -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        transform: rotate(-5deg);        
    }
    .contact-form-section .container {
        border-top: none;
        padding: 32px 29px 0;
    }
    
    .contact-form-wrap p {        
        font-size: 15px;        
        line-height: 21.4px;        
    }
    .contact-form-wrap .gform_wrapper {
        margin-top: 23px;
    }
    .contact-form-wrap .gform_wrapper .ginput_container input, .contact-form-wrap .gform_wrapper .ginput_container textarea {
        padding: 5px 15px !important;
        min-height: auto !important;
    }
    .contact-form-wrap .gform_footer {
        text-align: left;        
        -webkit-box-pack: start;
                justify-content: flex-start;
        margin-top: 8px !important;
    }
    .contact-form-wrap .gform_footer input {
        padding: 9px 32px;
        line-height: 1 !important;
        letter-spacing: -0.015em;
    }
    .contact-form-section {
        padding-bottom: 0;
    }
    section.news-banner-section:before {
        width: 40%;
        background-size: cover;
        background-position: left bottom;
    } 
    
    .training-banner{
      background-size:cover;
      background-position:top right;
      background-repeat: no-repeat;
    }
    
    .training-banner:before {        
        /*background-position: top right;*/
        display: none !important;
    }
    section.community-category:before {
        display: none;
    }
    
    .contact-section{
      background:none;
    }
    
   section.contact-section:after {
       /* background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
        background-image: url(./assets/images/Mask-group-responsive.png);
        width: 170px;
        height: 500px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 20px;
        right: 0;
        transform: inherit;
        opacity: 0.1;*/
        display: none;
    }
    .success-block .success-content-area {
        width: 100%;
    }
    .success-block .team-img {
        width: 100%;
        background-size: 100%;
        position: relative;
        margin-top: 20px;
    }
    .success-heading h1 {
        line-height: 1.1;
        letter-spacing: -0.005em;
        position: relative;
        text-align: center;
    }
    .success-heading h1 span {
        display: block;
    }
    .success-heading h1 div {
        padding-left: 0;
        line-height: 1.21;
    }
    .success-heading h1:before, .success-heading h1:after{
        display: none;
    }
    .success-banner .success-heading {
        padding-right: 0;
        margin-bottom: 52px;
    }
    .success-block {        
        padding: 60px 0 0;        
    }
    section.success-banner {
        padding-top: 46px;
    }
    .success-block .success-content-area p {
        font-size: 15px;
        line-height: 1.53;
    }
    .success-block .container {
        padding: 0 37px;
    }
    .cost-heading-section .cost-heading {
        width: 100%;
        margin-bottom: 31px;
    }
    .cost-heading-section .cost-image {
        display: none;
    }
    .cost-heading-section .acc-left-img-mobile {
        width: 100%;
        position: relative;
        height: 401px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
    }
    section.cost-heading-section {
        padding-bottom: 0;
        padding-top: 58px;
    }
    .cost-heading-section .container {
        padding: 0 38px;
    }
    .cost-heading h3 {
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 26px;
    }
    .cost-heading p {     
        font-size: 15px;
        line-height: 1.65;
        margin-bottom: 26px;
    }
    section.all-forms-sec {     
        padding-top: 57px;
        padding-bottom: 65px;
    }
    .all-forms-sec .container {
        padding: 0 34px;
    }
    .all-forms-sec ul li h2 {        
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .all-forms-sec ul li p {
        font-size: 20px;        
        line-height: 1.2;
    }
    .all-forms-sec ul li a.button-bg {
        padding: 8px 30px;
        font-size: 15px;
        line-height: 1.2;
    }
    .all-forms-sec ul li {
        padding: 0 0 36px 0;
    }
    .all-forms-sec ul {
        text-align: center;
    }    
    .story-section .story-editor .wrap-story-line p {
        font-size: 15px;
        line-height: 1.54;
        margin-bottom: 30px;
    }
    .story-section .story-editor .wrap-story-line h5 {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 7px;
    }
    .story-section .video-sec {
        height: 300px;
    }
    section.story-section {
        padding-top: 64px;
    }
    .story-section h2 {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 39px;
    }
    .story-section .container {
        padding: 0 31px;
    }
    .story-section .story-editor {
        padding-top: 0;        
        margin-top: -98px;
        padding-bottom: 50px;
    }
    .story-section .story-editor .wrap-story-line {
        padding: 138px 0 0;
        border: none;
    }
    .story-editor a.button-bg {
        margin-top: 51px;
        padding: 9px 22px;
        font-size: 15px;
    }
    .stories-banner-sec > .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: -121px;
        position: relative;
        padding: 0 19px;
    }
    .stories-banner-sec .container .stories-description {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        background-image: inherit;
        background-color: #fff;
        padding: 39px 31px 36px;
        text-align: left;
    }
    .stories-banner-sec .training-banner h1 {        
        width: 100%;
    }
    .stories-banner-sec .training-banner {
        padding-bottom: 137px;
    }
    .training-banner:after {
        bottom: -256px;
    }
    .stories-banner-sec .video-sec {
        height: 350px;
    }
    .stories-description {
        padding: 40px 22px 82px;
    }
    .stories-description p {        
        font-size: 15px;
        font-weight: 700;
        line-height: 1.67;
        text-align: left;     
        margin-bottom: 27px;
    }
    section.stories-banner-sec {
        padding-bottom: 289px;
    }
    section.list-of-stories .container {
        padding: 0 2px;
    }
    .list-of-stories .image-with-popup-block .popup-text {
        text-align: left;     
        margin-top: 0;
        box-shadow: none;
        padding: 37px 34px 38px;
    }
    .image-with-popup-block .popup-text p {    
        letter-spacing: -0.000em;
        font-size: 15px;
        line-height: 1.54;
        margin-bottom: 14px;
    }
    .list-of-stories .image-with-popup-block {
        margin-bottom: 37px;
    }
    section.list-of-stories {
        padding-bottom: 32px;
    }
    .list-of-stories .image-with-popup-block .left-imgpopup-block {
        max-width: 100%;
        width: 100%;
    }
    section.more-stories-slider {
        padding-top: 68px !important;
        padding-bottom: 100px !important;
    }
    section.news-room.more-stories-slider .top-heading h3 {
        margin-left: 0 !important;
        margin-bottom: 33px;
    }
    .more-stories-slider .news-slider-wrap {
        padding: 0 20px !important;
    }
    .more-stories-slider .news-slider .news-box-wrap {
        padding: 0;
    }
    .more-stories-slider .news-box-wrap .story-slidertext {     
        padding: 14px 25px 15px 18px;
    }
    .more-stories-slider .news-box-wrap .story-slidertext h3 {
        letter-spacing: 0.00em;
        margin-bottom: 12px;
        font-size: 20px;
    }
    .more-stories-slider .news-box-wrap .story-slidertext p {
        font-size: 18px;
    }    
    .more-stories-slider .top-heading {
        margin-bottom: 14px !important;
    }
    .training-banner:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
        background-image: url(./assets/images/Mask-group-responsive.png);
        width: 110px;
        height: 500px;
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        top: 20px;
        right: 0;
        transform: inherit;
        opacity: 0.1;
    }
    
    footer{
      background: rgba(23, 46, 77, 1);
    }
    
    .footer-wrap{
      background: none;
      width:100%;
    }
    
    
    section.banner-section:before {
      display:none;
    }
    
    .team-part-block .team-img {
      height:500px;
    }

  #full-width-content iframe{
      padding-left:35px;
      padding-right:35px;
      padding-bottom:75px;
    }
}
            
@media only screen and (max-width: 640px){
    .footer-main .footer-logo, .footer-main .footer-des, .footer-main .footer-address, .footer-main .social-media {
        width: 100% !important;
        margin-bottom: 23px;
        text-align: center;
    }
    .social-media ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .social-media ul li {
        margin-right: 0;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .social-media {
        position: relative;
        border-top: 1px solid rgba(61, 84, 104, 1);
        padding-top: 22px;
    }
    .social-media h5 {
        margin-bottom: 13px;
    }
    .social-media:before {
        content: "";
        position: absolute;
        left: -99%;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: rgba(61, 84, 104, 1);
        top: -1px;
    }
    .social-media:after {
        content: "";
        position: absolute;
        right: -80%;
        left: inherit;
        width: 100%;
        height: 1px;
        background-color: rgba(61, 84, 104, 1);
        top: -1px;
    }
    .footer-wrap:before {
        /*width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-position: center;*/
        display:none;
    }
    .footer-address .add-wrap {
        max-width: 210px;
        margin: 0 auto 18px;
        text-align: left;
    }
    .footer-address .add-wrap p {
        margin-left: 13px;
    }
    
    .footer-address .add-wrap img{
      width:21px;
    }
    .footer-main .footer-address {     
        margin-bottom: 14px !important;
    }
    .footer-des {     
        margin-bottom: 46px !important;
    }
    .container {
        padding: 0 15px;
    }
    .news-slider-wrap {
        padding-left: 30px;
        padding-right: 30px;
        margin-right: 0;
    }
    .news-room .container {
        position: initial;
    }
    section.news-room {     
        position: relative;
        padding-bottom: 102px;
    }
    .top-heading .news-btn {
        position: absolute;
        bottom: 41px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        left: -41px;
    }
    .news-slider .news-box-wrap h4 {
        font-size: 20px;
        margin-bottom: 18px;
    }
    .news-box-wrap p {
        padding-right: 0;
        margin-bottom: 12px;
        font-size: 14px;     
    }
    .news-slider .owl-nav div {
    font-size: 0;
    width: 35px;
    position: absolute;
    height: 35px;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 50%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
    .news-slider-btn a.button-bg {
        padding: 9px 22px;
        letter-spacing: -0.04em;
        text-transform: capitalize;
    }
    .news-slider .news-box-wrap {
        padding: 29px 17px 22px 26px;
    }
    section.news-room .top-heading{
        margin-bottom: 33px;
    }
    .news-box-wrap .news-slider-btn {
        position: relative;
        top: 0;
    }
    .news-slider .owl-nav div {        
        width: 35px;        
        height: 35px;
    }
    .news-slider .owl-nav div:before {        
        font-size: 24px;
    }
    .news-slider .owl-nav .owl-next {
        right: 41px;
    }
    .news-slider .owl-nav .owl-prev {
        left: -103px;
    }
    .news-slider .owl-nav {        
        top: -66px;
        left: 100%;
    }
    .footer-address .add-wrap p {             
        line-height: 1.2;
    }
    .training-banner p {
        font-size: 15px;
    }
    .impact-wrap .impact-text h5 {
        font-size: 20px;
        width: 100%;
    }
    .impact-wrap .impact-counter {
        width: 100%;
        padding-left: 0;
    }
    .impact-counter ul li p {        
        font-size: 18px;
    }
    .impact-wrap .impact-text {
        width: calc(100% - 27px);
        padding-top: 42px;
        padding-bottom: 40px;
        text-align: center;
    }
    .impact-counter ul li h3 {
        margin-bottom: 0px;
    }
    .impact-wrap .impact-counter {
        padding-top: 37px;
        padding-bottom: 41px;
    }
    .impact-counter ul li {     
        padding: 0 8px 27px;
    }
    section.news-room.more-stories-slider .owl-nav {
        left: 0;
        top: inherit;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }
    section.news-room.more-stories-slider .owl-nav .owl-prev {
        left: -35px;
    }
    section.news-room.more-stories-slider .owl-nav  .owl-next {
        right: -35px;
    }
    section.news-room.more-stories-slider .top-heading {
        margin-bottom: 0;
        text-align: center;
        width: 100%;
        display: block;
    }    
    .story-section .story-editor {
        background-image: inherit !important;
        position: relative;
    }
    .story-section .story-editor .story-editor-mobile {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: -1;
    }
    .acc-credential-section .acc-bg-img{
        display: none;
    }
    .acc-credential-section .acc-bg-img-onmobile {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top center;
        top: 0;
    }
    section.news-room.more-stories-slider .owl-nav {
        bottom: -29px;
    }
    .more-stories-slider .news-slider .owl-nav div:before {
        font-size: 24px;
        margin-bottom: 3px;
    }
    .list-of-stories i.fa.fa-youtube-play {
        font-size: 65px;
    }
    .list-of-stories i.fa.fa-youtube-play:after {
        height: 21px;
    }    
}
    
@media only screen and (max-width: 480px){
    .slider-bg {        
        height: 300px;
    }
    .mobile-menu-main .header-cta .header-left-img {
        width: 100%;
    }   
    .training-banner {
        padding-top: 55px;
        padding-bottom: 83px;
    }    
    .training-banner:after {
        transform: rotate(-5deg);
        bottom: -242px;
    }
    .copyright a {
		margin-left: 5px;
		padding-left: 5px;
		letter-spacing: -0.02em;
	}
    .mobile-menu-main .header-cta .header-left-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .mobile-menu-main .header-cta .header-right-text {        
        width: 100%;
    }
    .banner-btn {
        display: block;
    }
      .success-story .video-sec iframe {
        height: 185px;
    }
    .success-story .success-bg {
        height: 225px;
    }
    .header-cta:before {
        right: -337px;        
        width: 390px;
        height: 450px;        
        transform: rotate(-75deg);
    }
    .mobile-menu-main .header-cta .header-right-text {
        padding: 20px 60px 20px 12px;
    }
    ul li .m-li-wrap a {     
        margin-bottom: 9px;        
        line-height: 1.5;
        padding-right: 60px !important;
    }
    ul li .m-li-wrap a i, .mobile-menu-main .header-cta .header-right-text a.links-btn i {
        margin-top: -3px;
    }
    .mobile-menu-main .header-cta .header-right-text a.links-btn i {
        margin-top: -9px;
    }
    section.banner-section:before {
        width: 566px;
    }
    .job-full-image {
        height: 80%;
    }
    .back-btn a {
        font-family: Figtree;
        font-size: 12px;
        font-weight: 300;
        line-height: 12px;
        text-align: left;        
    }
    .details-innertext .back-btn {
        margin-bottom: 25px;
    }
    .cources-details-banner .details-innertext {
        padding-top: 9px;
        padding-bottom: 18px;
        width: 100%;
        padding-left: 22px;
        padding-right: 20px;
    }
    .back-btn a i {
        margin-right: 7px;
        font-size: 15px;
        position: relative;
        top: 1px;
    }
    .details-innertext h4 {        
        margin-bottom: 7px;
    }
    .community-iconpart {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }    
    
    .cources-details-banner .mobile-banner-details-in:before {
        top: -98px;
        -webkit-transform: rotate(-7deg);
            -ms-transform: rotate(-7deg);
                transform: rotate(-7deg);
    }
    .coursec-list h3 {
        line-height: 1.2;
        margin-bottom: 27px;
        font-size: 20px;
    }
    section.course-content {
        padding-bottom: 28px;
    }
    .course-left-content ul {
        margin-bottom: 23px;
        padding-left: 0;
        list-style: none;
    }
    .course-left-content ul li {
        font-weight: 400;
        line-height: 1.566;
        letter-spacing: -0.028em;
    }  
    .next-prews-wrap ul li a {
        font-size: 15px;
    }
    .next-prews-wrap ul li a i {
        width: 28px;
        height: 28px;
    }
    .next-prews-wrap ul li:first-child:before{
        display: none;
    }
    .next-prews-wrap ul {
        max-width: 315px;
    }
    .articles-block {
        grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    }
    .workforce-wrap iframe {        
        height: 242px;
    }
    .image-with-popup-block .left-imgpopup-block {
        height: 201px;
    }
    section.our-team-section {
        padding-top: 6px;
        display: block;
        padding-bottom: 121px;
    }
    .our-team-section .team-wrap {
        grid-column-gap: inherit;
        grid-row-gap: inherit;
        grid-template-columns: inherit;
    }
    .team-part-block .team-img {
      /*  height: 239.18px; */
        margin-bottom: 17px;
    }
    .our-team-section .container {
        padding: 0 25px;
    }
    .team-part-block p {
        margin-bottom: 32px;
    }
    .team-part-block span {
       /* display: block;*/ 
        margin-bottom: 2px;
    }
    .team-wrap .team-part-block {
        margin-bottom: 26px;
        width: 100%;
    }
    section.our-team-section {
        padding-bottom: 30px;
    } 
    .get-in-touch .touch-block .intouch-bg {
        width: 100%;
        height: 200px;
    }
    .story-section .video-sec {
        height: 183px;
    }
    .stories-banner-sec .video-sec {
        height: 199px;
    }
    .more-stories-slider .news-box-wrap .left-imgpopup-block {
        height: 198.55px;        
    } 
     .next-prews-wrap1 ul li a {
        font-size: 15px;
    }
    .next-prews-wrap1 ul {
        max-width: 315px;
    }
    
    
    
    .team-part-block span{
      display:inline-block;
    }
    
    .team-part-block span.mphone{
      
    }
    
    .team-part-block span.memail{
      display:inline-block;
      float:right;
    }
}

@media only screen and (max-width: 380px){
    .tabBlock-pane a h4 {
        font-size: 14px;
    }
    .news-slider .owl-nav .owl-next {
        right: 22px;
    }
    .news-slider .owl-nav .owl-prev {
        left: -83px;
    }
    .set > a{
        padding: 20px 15px 20px 20px;
    }
    .articles-block .articles-wrap {
        padding: 25px 20px 26px 20px;
    }
    .articles-block {
        padding: 0 5px;
    }
    .news-articles-section .news-heading-part {
        margin-bottom: 40px;
        padding: 0 15px;
    }
    .next-prews-wrap ul li a i {
        margin: 0 7px;
    }
    .news-details-heading {
        padding: 0 15px;
    }
    .image-with-popup-block .popup-text {
        padding: 170px 20px 20px 20px;        
    }
    .community-block .com-left-wrap {        
        padding: 39px 15px 42px 15px;
    }
    .our-team-section .container {
        padding: 0 25px;
    }
    .get-in-touch .touch-block .intouch-textarea {
        padding: 50px 20px 40px 40px;
    }
    
    .team-part-block span{
      display:block;
    }
    
    .team-part-block span.mphone{
      
    }
    
    .team-part-block span.memail{
      float:none;
    }
}

/*** animations ***/
/* https://blog.hubspot.com/website/css-fade-in */
.fade-in-content{
  opacity: 0;
  transition: all .5s ease-in;
  transition-delay: .5s;
}

.fade-visible{
  opacity: 1;
  transition: all 1s ease-in;
  transition-delay: .5s;
}

.fade-in-content:first-child,
.fade-visible:first-child{
  transition-delay:  0s;
}

/*.fade-in-content:first-child,
.fade-in-content:nth-child(2){
  transition-delay: 1s;
}*/
