/*!
 * Common CSS files
 */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: -apple-system,BlinkMacSystemFont, "Roboto", sans-serif;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 22px;
	background-color: #f5f5f5;
}

section {
	padding: 70px 0px;
}

.contentContainer {
	padding: 70px 0 80px 0;
	position: relative;
}

.imgResponsive {
	width: 100%;
}

a {
	color: #21b6d7;
	text-decoration: none;
}

a:hover {
	color: #3c3d45;
}

.postionRelative {
	position: relative;
}

.clearfix {
	clear: both;
}

canvas {
	display: block;
	vertical-align: bottom;
}

.flexCol {
	display: flex;
}

.m-150 {
	margin-left: 150px;
	margin-right: 150px;
}

b,
strong {
	font-weight: 700;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
	margin-left: 0rem;
}
/*----------------------------- Color & Backgrounds ------------------------------------------*/
.darkBg {
	background-color: #1d273d !important;
}

.yellowBg {
	background-color: #0bc8fd !important;
}

.blueBg {
	background-color: #21b6d7 !important;
}

.textBlue {
	color: #21b6d7;
}

.textYellow {
	color: #0bc8fd;
}

form {
	margin-bottom: 0px;
}

.textUnderline {
	text-decoration: underline;
}

.textdark {
	Color: #1d273d;
}

/*----------------------------- Heading & Buttons ------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

h1 {
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	margin: 0 0 22px;
}

h2 {
	font-size: 36px;
	font-weight: 400;
	padding: 0 0 12px 0;
	line-height: 46px;
	margin: 0 0 0px 0;
}

h3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	padding: 0px 0 0px 0;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 22px;
	line-height: 29px;
	font-weight: 300;
	margin: 0 0 30px;
}

h5 {
	font-weight: 400;
	font-size: 21px;
	margin: 0 0 20px;
	line-height: 27px;
}

p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 20px;
}

p.highlighted {
	font-size: 18px;
	line-height: 30px;
}

.customBtn01 {
	background: #003df6;
	padding: 14px 17px 13px 17px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
	border-radius: 10px;
	margin: 15px 0 10px 0px;
	min-width: 150px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: none;
}

.customBtn01:hover {
	background: #0bc8fd;
	color: #000000;
}

.customBtn01Large {
	min-width: 230px;
	padding: 21px 27px 20px 27px;
	font-size: 18px;
	margin: 25px 0 20px 0px;
}

.middleContentOuter {
	display: flex;
	align-items: center;
	height: 100%;
}

.verticalMiddle {
	width: 100%;
}

.yellowOuterLine {
    height: 92%;
    position: absolute;
    width: 100%;
    top: 42px;
    left: -22px;
    z-index: 1;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	max-width: 370px;
}

.yellowOuterLine02 {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 40px;
    right: -40px;
    z-index: -1;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
}

.yellowSideStrip {
	height: 94%;
    position: absolute;
    width: 10%;
    top: 40px;
    left: -15px;
    z-index: -1;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
}

.ColumnBlockSection {
	padding: 20px 0 20px 0;
}

.ColumnBlockSection .col {
	padding-top: 20px;
}

/*----------------------------- Navigation Block ------------------------------------------*/
.topInfoList {
    list-style-type: none;
    color: #fff;
    display: flex;
    justify-content: end;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}

.topInfoList li {
	border-right: 1px solid #404040;
	padding: 12px;
}

header {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
	z-index: 1;
    position: relative;
}

.header--row-inner.header-main-inner.light-mode {
    box-shadow: none;
    background-color: #fff !important;
}

.navbar-nav a, .nav-menu-desktop .menu>li>a {
    color: #0d0d0d !important;
    font-size: 17px;
    padding: 0.5rem;
    text-transform: inherit;
	font-weight: 400;
}

.dropdown-menu, .nav-menu-desktop .sub-menu {
	background-color: #003df6;
	border-radius: 10px;
	border: none;
	/*min-width: 225px;*/
}

.dropdown-menu a, .nav-menu-desktop .sub-menu a {
    color: #fff !important;
    font-size: 16px;
    padding: 10px 12px 9px 12px;
	transition: background 0s ease-out !important;
}
.dropdown-menu a:hover, .dropdown-menu a:focus, .nav-menu-desktop .sub-menu a:hover {
    background-color: #0bc8fd !important;
	color: #000 !important;
}

.dropdown-menu li {
	border-bottom: 1px solid #404040;
}

.dropdown-menu li:last-child {
	border-bottom: 0px solid #404040;
}	

.dropdown-menu li {
	position: relative;
}

.dropdown-menu .dropdown-submenu, .nav-menu-desktop .sub-menu ul.sub-menu.sub-lv-1 {
	border-radius: 0px 10px 10px 0px;
	padding: 0px;
	overflow: hidden;
}

.dropdown-menu .dropdown-submenu-left {
	right: 100%;
	left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu {
	display: block;
}

.link-before .nav-icon-angle {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
	transform: rotate(0deg) translateY(10%);
}

.nav-menu-desktop .sub-menu .nav-icon-angle {
    transform: rotate(-90deg) translateY(0);
}

.mainBanner {
	padding: 0px;
	position: relative;
}

.bannerImage {
	border-radius: 0px 0px 15px 0px;
	background-image: url(../images/banner-image-01.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerText {
	padding: 63px;
	max-width: 600px;
	min-height: 580px;
}

.bannerText span {
	display: block;
	font-size: 32px;
	color: #00c3ff;
}
.bannerText h2 {
	font-size: 40px;
}

.bannerText p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}

.bannerText .customBtn01 {
	padding: 15px;
	margin: 0px;
}

.yellowSideStripBanner {
	height: 100%;
    position: absolute;
    width: 10%;
    top: 0px;
    right: 0px;
    z-index: -1;
    border-radius: 0px 0px 0 15px ;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
}

.breadcrumbOuter, #page-breadcrumb {
	/*background-color: #c8cfce;*/
	background-color: #21b6d7;
	padding: 12px 0 11px 10px;
    font-size: 15px;
	text-transform: none;
	letter-spacing: 0px;
}

.breadcrumbOuter a, .breadcrumb-item + .breadcrumb-item::before, #page-breadcrumb a {
	color: #ffffff;
	text-transform: none;
}

.breadcrumb_last {
	text-transform: none;
	color: #000000;
}

/*----------------------------- Content ------------------------------------------*/
.subHeading {
	background-color: #21b6d7;
	font-size: 17px;
	color: #ffffff;
	display: inline-block;
	padding: 4px 10px 5px 10px;
	margin-bottom: 15px;
}

.searchModuleOuter {
    text-align: right;
    position: relative;
    padding-top: 54px;
}

.searchModuleBar {
	padding: 40px 30px;
	border-radius: 15px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
}

.searchModuleTop {
	padding: 16px 93px 16px 28px;
	margin-left: 22px;
	border-radius: 15px 0px 0px 0px;
	display:inline-block;
	font-size: 22px;
	color: #fff;
	background:url("http://qciglobal.com/wp-content/uploads/2025/07/right-bg-search.jpg") no-repeat right top #003f86;
	left: 0;
    position: absolute;
    top: 0px;
}

.searchModuleBottom {
	padding: 5px 10px 5px 28px;
	margin-right: 22px;
	border-radius: 0px 0px 15px 0px;
	display:inline-block;
	font-size: 22px;
	color: #cccccc;
	background:url("http://qciglobal.com/wp-content/uploads/2025/07/left-bg-search.jpg") no-repeat left top #003f86;
	text-align: right;
	width: 85%;
}

.searchModuleBottom ul {
	margin-bottom: 0px;
}

.searchModuleBottom ul li {
	display: inline-block;
	font-size: 14px;
    line-height: 12px;
	padding: 5px 5px 11px 0;
}

.searchModuleBottom ul li a {
	color: #cccccc;
	border-right: 1px solid #cccccc;
	line-height: 12px;
	display: inline-block;
	padding-right: 8px;
}

.searchModuleBottom ul li:last-child a {
	border-right: 0px solid #cccccc;
	padding-right: 0px;
}

.searchModuleBar input {
	border-radius: 15px 0px 0px 15px !important;
	width: 84% !important;
	border: none;
	padding: 20px !important;
	font-size: 18px !important;
	outline: none;
    height: 62px !important;
    margin-bottom: 3px !important;
}

.searchModuleBar input#searchsubmit {
	width: 16% !important;
	border-radius: 0px 15px 15px 0px !important;
	background-color: #21b6d7;
	font-size: 18px !important;
	color: #ffffff;
}

#is-search-input-1159 {
	border-radius: 15px !important;
	width: 100% !important;
	border: none;
	padding: 20px !important;
	font-size: 18px !important;
	outline: none;
    height: 62px !important;
    margin-bottom: 3px !important;
	font-family: -apple-system,BlinkMacSystemFont, "Roboto", sans-serif !important;
}

.is-form-style input.is-search-submit {
    width: 136px !important;
	border-radius: 0px 15px 15px 0px !important;
	font-size: 18px !important;
	color: #ffffff;
	height: 62px !important;
}

body.search .entry-inner {
    /* background-color: transparent; */
    color: #fff;
}

.WhoweAre, .servicesSection {
	margin-bottom: 40px;
}
.aboutThumb {
	margin-right: 30px;
	border-radius: 10px;
	overflow: hidden;
	max-width: 390px;
	margin-bottom: 20px;
	z-index: 5;
    position: relative;
}

.servicesSection, .blueSmallBackground {
	background: rgb(0,63,134);
	background: -moz-linear-gradient(180deg, rgba(0,63,134,1) 50%, rgba(245,245,245,1) 21%);
	background: -webkit-linear-gradient(180deg, rgba0,63,134,1) 50%, rgba(245,245,245,1) 21%);
	background: linear-gradient(180deg, rgba(0,63,134,1) 50%, rgba(245,245,245,1) 21%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003f86",endColorstr="#f5f5f5",GradientType=1);
	color: #ffffff;
}

.serviceHomeBlock {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	background-color: #000;
	margin-top: 35px;
}

.serviceHomeBlockContent {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 100%;
	padding: 40px 23px 40px 23px;
	z-index: 5;
}

.serviceHomeBlock:hover img {
	opacity: 0.15;
}

.serviceHomeBlock:hover .serviceHomeBlockContent {
	opacity: 1;
}

.serviceHomeBlockContent h3 {
	font-size: 24px;
	color: #0bc8fd;
	font-weight: 500;
	margin-bottom: 8px;
}

.serviceHomeBlockContent p {
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
}

.serviceHomeBlockContent a {
	padding: 12px 24px 11px 24px;
	background: #21adca;
	border-radius: 10px;
	text-decoration: none;
	color: #fff;
	margin-top: 8px;
	display: inline-block;
}

.serviceHomeBlockContent a:hover {
	background: #003df6;
	color: #ffffff;
}

.FiveTickStandards, .blackSmallBackground {
	background: rgb(29,39,61);
	background: -moz-linear-gradient(180deg, rgba(29,39,61,1) 65%, rgba(245,245,245,1) 65%);
	background: -webkit-linear-gradient(180deg, rgba(29,39,61,1) 65%, rgba(245,245,245,1) 65%);
	background: linear-gradient(180deg, rgba(29,39,61,1) 65%, rgba(245,245,245,1) 65%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d273d",endColorstr="#f5f5f5",GradientType=1);
	color: #fff;
}

.FiveTickStandardsThumb {
	max-width: 306px;
	margin: 0px auto;
}

.standardMark p.highlighted {
    margin-right: 50px;
}

.learningCoursesWrapper, .stepsColBlockWrapper {
	display: flex;
	overflow: hidden;
}

.learningCoursesWrapper .col-md-4, .stepsColBlockWrapper .col-md-4  {
	display: flex;
	padding: 0px;
	border-right: 1px solid #c8cfce;
	border-bottom: 1px solid #c8cfce;
}

.learningCoursesItem, .stepsColBlockItem {
	text-align: center;
	padding: 40px 40px 30px 40px;
}

.learningCoursesItem p, .stepsColBlockItem p {
	font-size: 17px;
	line-height: 24px;
	color: #5a5a5a;
}

.stepsColBlockItem ul {
	margin-left: 0px;
}

.stepsColBlockItem ul li {
	text-align: left;
	padding-bottom: 5px;
}

.learningCoursesWrapper .col-md-4:nth-last-child(-n+3), .stepsColBlockWrapper .row:last-child .col-md-4:nth-last-child(-n+3) {
	border-bottom: 0;
}

.stdIcon img {
	max-width: 60px;
	margin-bottom: 25px;
}

.testimonialsSlider {
    padding: 50px 30px;
    background: #1d273d;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    min-height: 300px;
    width: 100%;
    align-items: center;
    justify-content: center;
	position: relative;
	margin-bottom: 70px;
	margin-top: 45px;
}

blockquote {
    width: 100%;
    margin-bottom: 0;
    border: 0px;
    font-weight: 400;
    font-style: initial;
}

.quoteIcon {
    position: absolute;
    top: -32px;
    left: 0;
    z-index: -1;
}

.testimonialsSlider p {
    font-size: 20px;
    text-align: center;
    max-width: 900px;
    margin: 0px auto;
    line-height: 29px;
	width: 100%;
}

.authorInfo {
	display: flex;
    text-align: left;
    margin: 0px auto;
    align-items: center;
    justify-content: center;
	margin-top: 50px;
}

.authorInfo .companyLogo img {
	max-width: 103px;
}

.directorInfoName {
    color: #21b6d7;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 4px;
}

.latestBlogHomeBgImage {
	background: url(../images/latest-resource-bg.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	width: 100%;
	max-height: 465px;
	height: 50%;
	z-index: -1;
	top: 0;
}
.latestBlogImageThumb {
	max-height: 300px;
	overflow: hidden;
}
.latestBlogImageThumb img {
    /*max-height: 300px;*/
	width: 100%;
}

.blogHomeList {
	margin-top: 35px;
}

.latestBlogBlock {
	background-color: #1d273d;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

.lightBgBlock {
	background-color: #e8e8e8;
}

.lightBgBlock .latestBlogContent .main-description, .lightBgBlock .latestBlogContent .category {
	color: #000;
}

.lightBgBlock .latestBlogContent .main-heading {
	color: #21b6d7;
}

.latestBlogContent {
	padding: 20px 20px 60px 20px;
}

a.latestBlogBlockItem {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.category, .taxonomy-post_tag {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 24px;
}

.main-heading {
	color: #0bc8fd;
	font-size: 20px;
	line-height: 26px;
	padding-bottom: 18px;
}

.main-description, .wp-block-post-excerpt__excerpt {
	color: #ffffff;
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 18px;
}

.post-date-wrapper {
	position: absolute;
	bottom: 30px;
	color: #00c3ff;
}

.post-date-wrapper span {
	padding: 0 6px;
}

.post-date-wrapper a:hover {
	color: #ffc700;
}

.ctaFooter {
    border-radius: 15px;
    text-align: center;
    padding: 33px 40px;
    position: relative;
    z-index: 2;
}

.ctaWrapper {
	max-width: 700px;
	margin: 0px auto;
	color: #000
}

.ctaWrapper h2 {
	font-weight: 700;
	padding-bottom: 8px;
}

.ctaWrapper .customBtn01:hover {
	background-color: #000;
	color: #ffc506;
}

.contactInfo p {
    margin-bottom: 6px;
    font-size: 16px;
}

.contactInfo h5 {
    font-weight: 500;
    margin-bottom: 10px;
}

.contactInfo a {
    color: #000;
}

.customSelectCountryOuter {
	text-align: right;
	width:100%;
	display: flex;
    justify-content: end;
}

.addressInfo {
	padding: 30px 0;
}

.sectionHeadingBorder {
	border-bottom: 2px solid #c8cfce;
	margin: 30px 0;
	padding-bottom: 20px;
}

.contactInfo {
	margin-bottom: 20px;
}

.schemeListing {
	margin-bottom: 20px;
}

.schemeListing h2 {
	border-bottom: 2px solid #c8cfce;
}

.schemeList {
	padding: 30px 20px;
	display: block;
}

.schemeList .icon {
    width: 5%;
    background-image: url(../images/whitepaper-ph.svg);
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 50px;
    min-width: 38px;
    margin-right: 10px;
    width: 38px;
}

.schemeList p {
	margin: 3px 0 0 0;
	color: #000;
	font-weight: 300;
}

.schemeList:hover {
	background-color: #0bc8fd !important;
}

.publicNotice h2 {
    font-size: 30px;
}

.imageStandardThumb {
    max-width: 450px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 5;
    position: relative;
	margin-bottom: 20px;
}

/*----------------------------- Pagination ------------------------------------------*/
.sliderPagination {
    position: relative;
    padding: 0 0px;
	margin-top: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.sliderPaginationDots ul {
	margin: 4px 5px;
	padding: 0px;
}
.sliderPaginationDots li button {
	font-size: 0;
	display: block;
	position: relative;
	width: 12px;
	padding: 0;
	height: 12px;
	border: none;
	border-radius: 12px;
	cursor: pointer;
	background: #21b6d7 !important;
}

.sliderPagination .slick-arrow.slick-prev {
	left: 0;
}

.sliderPagination .slick-arrow.slick-next {
	right: 0;
}

.sliderPagination .slick-arrow {
    position: relative;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #21b6d7;
    background: none;
    font-size: 0;
    cursor: pointer;
    background: #21b6d7 !important;
}

.sliderPagination .slick-arrow:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-style: solid;
	border-color: #ffffff;
	border-width: 0 1px 1px 0;
	top: 8px;
}

.sliderPagination .slick-arrow.slick-prev:after {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	left: 11px;
}

.sliderPagination .slick-arrow.slick-next:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 11px;
}

.sliderPaginationDots li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}

/*----------------------------- Custom Elements ------------------------------------------*/

div#feedbackAccordion {
    margin: 30px 0;
}

.accordion-header {
	padding-bottom: 0px;
	line-height: 20px;
}

.accordion-item {
	border: 0px solid #1d273d;
	border-bottom: 1px solid #f5f5f5;
	margin: 0px 0;
	color: #5a5a5a;
}

.accordion-button {
	padding: 20px 20px;
    font-size: 18px;
    color: #f5f5f5;
    text-align: left;
    background-color: #1d273d !important;
	transition: none;
}

.accordion-button:hover {
	background-color: #0bc8fd !important;
	color: #000000;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #0bc8fd !important;
    box-shadow: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}


.dropdownBtn {
	position: relative;
	display: inline-block;
	margin-top: 10px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 400px;
	overflow: auto;
	overflow-x: hidden;
	z-index: 8;
	top: 64px;
	padding-left: 15px;
}

.dropdown-content02 {
	min-width: 900px;
}

.dropdown .row {
	margin: 0px;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block
}

.dropdown a:hover {
	background-color: #ffc506
}

.show {
	display: block
}

.column {
	float: left;
	width: 50%;
	padding: 10px;
	background-color: #f1f1f1;
	height: 400px
}

.column a {
	color: black;
	padding: 16px;
	text-decoration: none;
	display: block;
	text-align: left
}

.custom-select {
	position: relative;
	max-width: 300px;
	padding: 0;
	text-align: left;
	height: 50px;
	border-radius: 0;
	border: none;
	width: 100%;
}

.custom-select select {
	display: none;
}

.select-selected:after,
.select-selected:before {
	border-right: 2px solid #454545;
	content: '';
	display: block;
	height: 10px;
	margin-top: -6px;
	position: absolute;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 18px;
	top: 52%;
	width: 0;
}

.select-selected:after {
	margin-right: 7px;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.select-items div,
.select-selected {
	color: #454545;
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, 0.57);
	cursor: pointer;
	border-radius: 10px;
	font-weight: 700;
	background: #ffffff;
}

.select-items div {
	border: 0px solid rgba(0, 0, 0, 0.57);
}

.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.57);
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.ColumnBlockSection .courseInfoBlock {
	padding: 20px 25px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.15);
	display: inline-block;
	margin: 0 0px 15px 0;
	background-color: #f5f5f5;
}

.ColumnBlockSection .courseInfoBlock p {
	color: #5a5a5a;
}

.ColumnBlockSection .courseInfoBlock h3 {
	font-size: 23px;
}

.standardsListingLinks h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

ul.FiveTicksStandardsdonwloadLinks {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

.listing01 li {
	margin-bottom: 10px;
}

.listing02 {
	padding-left: 1rem;
}

/*----------------------------- Footer ------------------------------------------*/
footer {
    background: #1d273d;
    color: #fff;
    padding: 120px 0 40px 0;
    position: relative;
    margin-top: -180px;
}

.footerCompInfo {
	display: flex;
	justify-content: center;
	padding: 50px 0 30px 0;
}

.footerLogo {
	max-width: 120px;
}

.socialMediaIcon {
    margin-top: 3px;
    border-left: 4px solid #2e2e2e;
    margin-left: 20px;
    padding-left: 10px;
    padding-top: 10px;
    height: 40px;
}

.socialMediaIcon a {
	color: #fff;
	margin: 0 10px;
}

.footerMenuBlock {
	border-bottom: 1px solid #3b3b3b;
    border-top: 1px solid #3b3b3b;
	padding: 47px 0;
	margin-bottom: 45px;
}

footer ul, .widget-area .widget ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer h6, .widget_block h6 {
    color: #c2c8c8;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px;
    margin-bottom: 0.5rem;
    text-transform: initial;
}

footer ul li a , .widget_block a {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 300;
    line-height: 19px;
	margin-bottom: 13px !important;
	display: inline-block;
}

.newsletterForm p {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}

.newsletterForm input {
	border-radius: 10px 0px 0px 10px !important;
	width: 70%;
	border: none !important;
	padding: 12px !important;
	font-size: 14px !important;
	height: inherit !important;
	margin-bottom: 1px !important;
}

.newsletterForm input#searchsubmit {
	width: 27% !important;
	border-radius: 0px 10px 10px 0px !important;
	background-color: #21b6d7;
	font-size: 15px !important;
	color: #ffffff;
}

p.privacy-hint {
	font-size: 13px;
	clear: both;
}

p.privacy-hint a {
	font-size: 13px;
	color: #21b6d7 !important;
}
.copyright p {
	font-size: 13px;
}

.footerBottomMenu {
    justify-content: end;
    display: flex;
}

.footerBottomMenu ul li {
	display: inline-block;
	padding-left: 10px !important;
}

.footerBottomMenu ul a {
	font-size: 13px;
}

.site-footer {
    position: relative;
    z-index: 2;
}

section.cta.pt-4 {
    z-index: 4;
    position: relative;
}

footer section, .footer--row-inner.footer-main-inner.dark-mode {
	padding: 0px;
}

div#cb-row--footer-bottom {
	display: none;
}

.contactFormSection {
	max-width: 800px;
	margin: 0px auto;
	margin-top: 25px;
}

input, select, textarea {
    border-radius: 10px !important;
    width: 100%;
    border: none !important;
    padding: 12px !important;
    font-size: 14px;
    margin-bottom: 15px;
    height: 46px !important;
    box-shadow: none !important;
}

textarea {
	height: 180px;
	resize: none;
}
.checkBox, radio {

    margin-right: 10px;
    width: 18px;
    height: 18px !important;
    padding: 0px;
    /* margin: 0px; */
    float: left;
}

.submitButton {
	width: auto;
}

.imageTextListing {
	margin-top: 35px;
}

.imageTextList {
	margin-bottom: 25px;
	border-bottom: 1px solid #c8cfce;
}

.tableDoDonts {
	width: auto;
	margin: 0px auto;
	font-size: 13px;
}
.tableDoDonts th {
	font-size: 11px;
	text-align: center;
	background-color: #1c4b75;
	color: #fff;
	height: 38px;
	border: 1px solid #fff;
}
.tableDoDonts td {
	padding: 8px;
	border: 1px solid #fff;
	background-color: #FFFFE0;
	font-weight: 300;
}
.tableDoDonts tr:nth-child(even) td {
    background-color: #d3d3d3;
}

button.search-submit {
    border: none;
    border-left: 1px solid #000;
}

.header-search_icon-item .search-field {
    border-style: solid;
    margin-bottom: 0px;
    border: 1px solid #000 !important;
}

.blog-posts-heading {
	box-shadow: none;
	padding-top: 50px;
}

.blog-posts-heading h1 , .archive .page-title, .search .page-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 50px;
    margin: 22px 0 22px 0;
	border-bottom: 0px solid #eaecee;
}

.wp-block-post {
    background-color: #000;
    position: relative;
    margin-bottom: 20px !important;
	overflow: hidden;
	border-radius: 0.25rem;
	padding-bottom: 60px;
}

.wp-block-post-title a {
    color: #ffc700;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 18px;
}

.taxonomy-post_tag a, .wp-block-post-excerpt__excerpt {
	color: #ffffff;
}

.wp-block-post-date {
    color: #00c3ff;
    position: absolute;
    bottom: 30px;
}

h2.wp-block-post-title {
    padding-bottom: 0px;
}

.taxonomy-post_tag, .wp-block-post-title, .wp-block-post-excerpt, .wp-block-post-date {
	padding-left: 20px;
	padding-right: 20px;
}

figure.alignwide.wp-block-post-featured-image {
    margin-bottom: 20px;
}

p.wp-block-post-excerpt__more-text {
	display: none;
}

.wp-block-group.is-layout-flow {
    padding: 0px !important;
}

.posts-layout.layout--blog_classic {
    display: flex;
    /* width: calc(100% / 3); */
    max-width: 1140px;
    margin: 70px auto;
    flex-wrap: wrap;
}

.posts-layout .entry {
    margin-bottom: 2em;
    display: flex;
    width: calc(100% / 3);
    padding-right: 15px;
    padding-left: 15px;
}

.posts-layout .entry-thumbnail {
    position: relative !important;
}

.posts-layout .entry-media {
    flex-basis: 100% !important;
}

.posts-layout.layout--blog_classic .entry-media {
    margin-right: 0em !important;
}

.entry-inner {
	background-color: #1d273d;
    position: relative;
	overflow: hidden;
	border-radius: 0.25rem;
	padding-bottom: 60px;
}

.entry-content-data {
	padding: 20px 20px 40px 20px;
}
.link-meta, .link-meta a {
	
}
.entry-title a {
	color: #0bc8fd;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 18px;
}
h2.entry-title.entry--item {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.entry-article-part.entry-article-footer.only-more  {
    color: #00c3ff;
    position: absolute;
    bottom: 30px;
}

.posts-layout .readmore-button {
    color: #00c3ff;
    border: none;
    padding: 0px;
    display: inline-block;
    font-size: 17px;
    text-transform: inherit;
    font-weight: 400;
}
.posts-layout .readmore-button:hover {
    color: #ffc700;
	background: none;
}

.entry-excerpt.entry--item p {
	font-weight: 300;
}

.tnp-subscription .tnp-field.tnp-field-email {
    float: left;
    width: 66%;
}

.tnp-subscription .tnp-field label {
    display: none;
}

.tnp-subscription .tnp-field.tnp-field-button {
    width: 32%;
    display: inline-block;
}

.tnp-subscription input[type=email] {
    width: 100%;
    display: inherit;
    color: #444;
    border-color: #ddd;
    background-color: #ffffff !important;
    /* background-image: none; */
    text-shadow: none;
    margin: 0;
    line-height: inherit !important;
    box-sizing: border-box;
}

.tnp-subscription input.tnp-submit {
    width: 100% !important;
    border-radius: 0px 10px 10px 0px !important;
    background-color: #21b6d7 !important;
    font-size: 15px !important;
    color: #ffffff;
	line-height: inherit !important;
}

div.tnp-subscription, div.tnp-profile, form.tnp-subscription, form.tnp-profile {
	max-width: 100%;
}
/*----------------------------- Responsive ------------------------------------------*/
@media (max-width: 1280px) {
	.yellowSideStripBanner {
    	width: 7%;
	}
	.bannerText {
    	padding: 63px 63px 63px 33px;
	}
}

@media (max-width: 1120px) {
	
	.navbar-nav a, .nav-menu-desktop .menu>li>a {
		padding: 0.3rem;
		font-size: 15px;
	}
	
}

@media (max-width: 1024px) {
	
	button.menu-mobile-toggle.item-button.is-size-desktop-medium.is-size-tablet-medium.is-size-mobile-medium {
		border: none;
	}
	
	.is-size-tablet-medium .hamburger .hamburger-inner::before {
		top: -8px;
	}
	
	.is-size-tablet-medium .hamburger .hamburger-inner::after {
		bottom: -8px;
	}
	
	.header-search_box-item.item--search_box input.search-field {
		margin-bottom: 0px;
	}
	
	.header-search_box-item.item--search_box button.search-submit {
		border: none;
	}
	
	.topInfoList li {
		border-left: 0px solid #404040;
		padding: 3px 12px;
	}
	
	.topInfoList li:last-child, .builder-item-sidebar.mobile-item--social-icons, .builder-item-sidebar.mobile-item--button, .yellowOuterLine {
		display: none;
	}
	
	
}

@media (max-width: 991px) {
	
	.searchModuleBottom {
		background-size: contain;
	}
	
	.footerBottomMenu {
		justify-content: start;
	}
	
	.footerBottomMenu ul li {
		padding-left: 0px !important;
		padding-right: 10px !important;
	}
	.blogHomeList3Block .row > div:last-of-type {
  		display: none;
	}
	.ColumnBlockSection .courseInfoBlock h3 {
    	font-size: 20px;
    	line-height: 25px;
	}
	h1 {
		font-size: 32px;
		font-weight: 700;
		line-height: 40px;
		margin: 0 0 15px;
	}
	h2 {
    	font-size: 27px;
    	line-height: 34px;
	}
	p, p.highlighted {
		font-size: 16px;
    	line-height: 23px;
	}
	.accordion-button {
    	font-size: 14px;
		padding: 4px 1.3em !important;
	}
	.bannerText h2 {
    	font-size: 32px;
    	line-height: 40px;
	}
	.bannerText {
    	padding: 43px 63px 43px 33px;
	}
	.yellowSideStripBanner {
    	width: 5%;
	}
}

@media (max-width: 767px) {
	
	.yellowSideStripBanner, .yellowOuterLine, .yellowSideStrip  {
		display: none;
	}
	
	.searchModuleBottom {
		width: 90%;
	}
	
	.bannerText {
		padding: 30px;
	}
	
	.searchModuleBar input {
		width: 75% !important;
	}
	
	.searchModuleBar input#searchsubmit {
		width: 25% !important;
		padding: 10px !important;
	}
	
	.learningCoursesWrapper .col-md-4:nth-last-child(-n+3), .stepsColBlockWrapper .row:last-child .col-md-4:nth-last-child(-n+3) {
		border-bottom: 1px solid #c8cfce;
	}
	
	.blogHomeList .flexCol {
		display: block;
	}
	
	.FiveTickStandards, .blackSmallBackground {
		background: #1d273d;
	}
	
	.FiveTickStandardsThumb {
		margin-bottom: 20px;
	}
	
	.FiveTickStandards  h2 {
		font-size: 28px;
		padding: 0px 0 12px 0;
		line-height: 33px;
	}
	
	footer h6, .widget_block h6 {
		color: #21b6d7;
		padding-top: 10px;
	}
	
	.footerMenuBlock {
		padding: 27px 0;
		margin-bottom: 27px;
	}
	section {
    	padding: 40px 0px;
	}
	.serviceHomeBlock {
    	width: 100%;
	}
	.WhoweAre, .servicesSection {
    	margin-bottom: 0px;
	}
	.yellowOuterLine02.yellowBg {
    	left: 0px;
    	top: 10px;
	}
	.learningCoursesItem, .stepsColBlockItem {
    	text-align: center;
    	padding: 20px 20px 20px 20px;
		width: 100%;
	}
	.searchModuleBar {
    	padding: 26px 20px;
	}
	.aboutThumb, .imageStandardThumb {
    	max-width: 100%;
	}
	.testimonialsSlider {
		margin-bottom: 30px;
	}
	.sliderPagination {
    	margin-top: 10px;
	}
	.main-heading {
    	padding-bottom: 8px;
	}
	.category, .taxonomy-post_tag {
    	padding-bottom: 14px;
	}
	.nav-menu-mobile .menu .sub-menu li a {
    	padding-left: 0em !important;
	}
	ul.sub-menu.sub-lv-1 {
    	padding-left: 15px;
	}
	.builder-item-sidebar.mobile-item--html {
    	padding: 0px 0em;
    	border-bottom: 0px !important;
	}
}

@media (max-width: 575px) {
	
	.bannerText h2 {
		font-size: 30px;
		line-height: 36px;
	}
	
	.bannerText span {
		font-size: 27px;
	}
	
	.bannerText {
		padding: 8px;
	}
	
	.searchModuleTop {
		padding: 16px 80px 16px 17px;
		font-size: 18px;
	}
	
	.aboutThumb {
		margin: 0px auto 20px auto;
	}

}

@media (max-width: 470px) {
	
}

/*---------------------------------- NEW CHANGES -------------------------------------- */
.is-form-id-1159 .is-search-submit:focus, .is-form-id-1159 .is-search-submit:hover, .is-form-id-1159 .is-search-submit, .is-form-id-1159 .is-search-icon {
    color: #ffffff !important;
    background-color: #003df6 !important;
}

.header--row:not(.header--transparent).header-top .header--row-inner {
	background-color: #003f86 !important;
}
#cb-row--footer-main .footer--row-inner {
    background-color: #1d273d !important;
}
.posts-layout .entry-inner {
 	display: block !important;
}
.posts-layout .entry-thumbnail {
	max-height: 200px;
    overflow: hidden;
}
.servicesSection h2, .blueSmallBackground h2 {
	color: #fff;
}
.button:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type=button]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type=reset]:not(.components-button):not(.customize-partial-edit-shortcut-button), input[type=submit]:not(.components-button):not(.customize-partial-edit-shortcut-button) {
	background: #003df6 !important;
}
.header-menu-sidebar.dark-mode .header-menu-sidebar-bg:before {
    background: #1d273d;
}