/*
Theme Name: Northern Training Partnership
Theme URI: https://ballsymedia.co.uk/
Author: Ballsy Media
Author URI:  https://ballsymedia.co.uk/
Description: Theme v6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Northern Training Partnership

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* 
============================================================================================================
============================================================================================================

                                        THEME STYLE default CSS START

============================================================================================================
============================================================================================================
*/


body, html, ul {
	margin: 0px;
 	padding: 0px;
}

body {
   font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
 	font-size: 16px;
 	overflow-x: hidden;
 	color: #6f6f6f;
 	opacity: 0;
}
.elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
	padding: 0;
}
body.elementor-editor-active {
	opacity: 1;
}
.elementor-editor-active .smart-page-loader {
	display: none !important;
}
b, strong {
	font-weight: 700;
}

a:link,a:active,a:visited {
	text-decoration:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #227eb6;
	outline:0!important;
}

a:hover {
	color: #4ca0d4;
}

.upb_row_bg {
	width: 100% !important;
}

::selection {
   color: #ffffff; 
   background: #227eb6 !important;
}

* { 
outline:none!important;
}

/*default form css start*/

form.elementor-form .select2-container .select2-choice,form.elementor-form select,form.elementor-form select {
	cursor: pointer;
}

form.elementor-form .elementor-field-type-time .elementor-field-textual.elementor-size-sm,form.elementor-form .elementor-field-type-date .elementor-date-field, form.elementor-form .select2-container .select2-choice,form.elementor-form select,
form.elementor-form input[type='tel'],form.elementor-form textarea,form.elementor-form input[type='password'],form.elementor-form input[type='number'],form.elementor-form input[type='url'],form.elementor-form input[type='email'],form.elementor-form input[type='text'],form.elementor-form input[type='search'] {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
    color: #2a2a2a !important;
    width: 100%;
    font-weight: 400;
    font-size: 16px !important;
    padding: 9px 22px !important;
    background-color: #ffffff !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
    height: 48px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}

.elementor-form .elementor-message {
    text-align: center;
    background: #f7f7f7;
    font-size: 13px;
    padding: 5px;	
}
.elementor-form .elementor-form-fields-wrapper .elementor-field-label {
	color: #202020;
    font-weight: 700;
    cursor: default;
    margin-bottom: 6px;
}
.elementor-form .elementor-form-fields-wrapper .elementor-field-label span {
    font-size: 14px;	
}
.elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-message {
    font-size: 13px;
    margin-bottom: 0;	
}
textarea {
	min-height: 160px !important;
}

form.elementor-form .select2-container .select2-choice:focus,form.elementor-form select:focus,form.elementor-form input[type='tel']:focus,form.elementor-form textarea:focus,
form.elementor-form input[type='email']:focus,form.elementor-form input[type='text']:focus,form.elementor-form input[type='search']:focus,form.elementor-form button:focus,form.elementor-form input[type='submit']:focus,form.elementor-form input[type='button']:focus,form.elementor-form input[type='text']:focus {
	box-shadow:0 0 0 !important;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #2a2a2a !important;
}

textarea:-moz-placeholder,
input:-moz-placeholder { /* Firefox 18- */
	color: #2a2a2a !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {  /* Firefox 19+ */
	color: #2a2a2a !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {  
	color: #2a2a2a !important;
}

.flatpickr-calendar .dayContainer span {
    transition: all .8s;
    opacity: 0;
    width: 0;
    transform: scale(.2);
    color: transparent;	
}
.flatpickr-calendar.open .dayContainer span {
	opacity: 1;
	transform: scale(1);
	color: #393939;
}

/*default form css end*/

.dbtn {
    font-size: 15px !important;
    font-weight: 700;
    line-height: normal !important;
    padding: 14px 50px 14px 20px !important;
    background-color: transparent !important;
    background: #256fa8 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 7px !important;
    display: inline-block;
    -webkit-transition: all .5s !important;
    -moz-transition: all .5s !important;
    -o-transition: all .5s !important;
    transition: all .5s !important;
    margin-bottom: 0;
    position: relative;
    z-index: 9;
    font-family: century-gothic, sans-serif;
    min-width: 200px;
    text-align: center !important;
    overflow: hidden;
    cursor: pointer;
}

.dbtn .mText {

}
.dbtn .mText:last-child {
    display: none;
}
.dbtn .elementor-button-icon {
	position: absolute;
    right: 18px;
    top: calc(50% - 12.5px);
}
.dbtn .mText:before {
    content: '';
    display: inline-block;
    background-image: linear-gradient(to left, #227eb5 60%, #19b3e5 76%);
    background-size: 200% auto;
    width: 46px;
    height: 101%;
    position: absolute;
    right: 0;
    top: 0;
     -webkit-clip-path: polygon(0 0%,100% 0,100% 100%,32% 100%);
    -o-clip-path: polygon(0 0%,100% 0,100% 100%,32% 100%);
    -moz-clip-path: polygon(0 0%,100% 0,100% 100%,32% 100%);
    clip-path: polygon(0 0%,100% 0,100% 100%,32% 100%);
    transition: 0.5s;
    z-index: -1;
}
.dbtn:hover .mText:before {
     -webkit-clip-path: polygon(0% 0,100% 0,100% 100%,0 100%);
    -o-clip-path: polygon(0% 0,100% 0,100% 100%,0 100%);
    -moz-clip-path: polygon(0% 0,100% 0,100% 100%,0 100%);
    clip-path: polygon(0% 0,100% 0,100% 100%,0 100%);
    width: 101%;	
}
.dbtn .mText:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    position: absolute;
    right: 15px;
    top: calc(50% - 7.5px);
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	font-family: century-gothic, sans-serif;
    color: #111111;
	font-weight: 700;
}

ul {
	list-style:disc;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	margin:0;
	padding:0;
}

ol li,ul li {
	margin:0;
	padding:0;
}

p {
	padding-bottom:20px;
	margin-bottom:0;
}

.wrapper p {
	
}

img {
	transition:all .5s;
	max-width: 100%;
	height: auto;
}

/* content */

.containerWrap p {
    margin-top: 0;
    padding-bottom: 22px;
    line-height: 28px;
}

.containerWrap h1 {
    font-size: 62px;
    line-height: normal !important;
    margin-bottom: 10px;
}

.containerWrap h2 {
    font-size: 40px;
    margin-bottom: 10px;    
}

.containerWrap h3 {
    font-size: 34px;
    margin-bottom: 10px;
}

.containerWrap h4 {
    font-size: 28px;
    margin-bottom: 10px;    
}

.containerWrap h5 {
    font-size: 22px;
    margin-bottom: 10px;  
}

.containerWrap h6 {
    font-size: 18px;
    margin-bottom: 10px;    
}

.containerWrap ol li, 
.containerWrap ul li {
	list-style-position: outside;
    line-height: 28px;
    margin-bottom: 5px;
}
.containerWrap ol li:last-child, 
.containerWrap ul li:last-child {
	margin-bottom: 0;
}
.containerWrap ol, 
.containerWrap ul {
    margin: 0px 0 20px 20px;
}

img.alignnone,
img.alignleft {
float: left;
margin: 20px 30px 20px 0;
}

img.alignright {
float: right;
margin: 20px 0 20px 30px;
}

img.aligncenter {
   margin: 30px auto 25px;
   display: block;
   clear: both;
}



/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE Main CSS START

============================================================================================================
============================================================================================================
*/
.entry-footer .edit-link {
	display: none;
}

.footer .elementor-widget-icon-list li a {
    font-family: century-gothic, sans-serif;
	font-weight: 700;	
    font-size: 20px;
}

.footer .footerGallery .elementor-image-gallery .gallery-item {
    max-width: 100%;
    display: inline-block;
    width: auto;
    vertical-align: middle;	
}
.footer .footerGallery .elementor-image-gallery .gallery-item:first-child img {
	width: 60px;	
}
.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(2) img {
    height: auto;
    width: 100px;	
}
.footer .footerGallery .elementor-image-gallery .gallery-item:last-child img {
    width: 130px;
    height: auto;	
}

.footer .elementor-widget-nav-menu ul li a {
    font-family: century-gothic, sans-serif;
	font-weight: 700;		
}
.footer .topMenu ul li a {
	font-size: 20px;	
}
.footer .btmMenu ul li a {
    font-size: 15px;	
}
.footer .footerLogo img {
    width: 340px !important;
    height: auto;	
}
.footer .addressBox h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;	
}
.footer .addressBox p {
    margin-top: 0;
    padding-bottom: 0;
    line-height: 28px;	
}

.footer .tel .elementor-icon-list-item:last-child a {
    background: #ffffff;
    width: 30px;
    line-height: 26px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding-right: 2px;	
}
.footer .tel .elementor-icon-list-item:last-child a i {
	transition: all .5s;
}
.footer .tel .elementor-icon-list-item:last-child a:hover {
	background: #323944;
}
.footer .tel .elementor-icon-list-item:last-child a:hover i {
	color: #ffffff !important;
}
.footer .tel .elementor-icon-list-item:last-child a .elementor-icon-list-icon {
    display: block;
    width: 100%;
    height: 100%;
}
.footer .tel .elementor-icon-list-item:after {
    content: '';
    display: inline-block;
    background: #ffffff;
    width: 3px !important;
    height: 28px !important;
    position: static !important;
    transform: inherit !important;
    margin-left: 14px;
    margin-right: 2px;
}
.footer .tel .elementor-icon-list-item:last-child:after {
	display: none;
}
.footer .tel .elementor-icon-list-item:first-child span {
	margin-top: 2px;
}

.scnTitle h2 {
	font-size: 44px;
	line-height: normal !important;
	display: inline-block;
	position: relative;
    padding-bottom: 20px !important;
}
.scnTitle h2:before {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #4ca0d4;
    position: absolute;
    bottom: 0;
    left: 0;
}
.scnTitle h2:after {
    content: '';
    display: block;
    width: 100px;
    height: 6px;
    background: #3479ae;
    position: absolute;
    bottom: 0;
    left: 100px;
}
.scnTitle.centered h2:before {
    left: calc(50% - 99px);	
}
.scnTitle.centered h2:after {
    left: auto;
    right: calc(50% - 99px);	
}
.newsWrap h2 {
	font-size: 42px;
}
.newsWrap .elementor-widget-text-editor p {
	font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}
.newsWrap .elementor-widget-posts .elementor-post__thumbnail__link .elementor-post__thumbnail img {
    width: 100% !important;
    height: 100%;
    position: static;
    transform: inherit !important;
}
.newsWrap .elementor-widget-posts .elementor-post__thumbnail__link .elementor-post__thumbnail {
    padding-bottom: 0 !important;
    position: static;
}

.newsWrap>.elementor-background-overlay {
    background-size: 100% 82% !important;	
}


.newsWrap .elementor-widget-posts .elementor-grid-item:nth-child(4n+1) {
	background: #5bb984;
}
.newsWrap .elementor-widget-posts .elementor-grid-item:nth-child(4n+2) {
	background: #3479ae;
}
.newsWrap .elementor-widget-posts .elementor-grid-item:nth-child(4n+3) {
	background: #6d4994;
}
.newsWrap .elementor-widget-posts .elementor-grid-item:nth-child(4n+4) {
	background: #4ca0d4;
}
.newsWrap .elementor-widget-posts .elementor-post__meta-data {
position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 700;
    background: #ffffff;
    font-size: 12px;
    width: 44px;
    height: 44px;
    padding: 8px;
    text-align: center;
    transition: all .5s;
}
.newsWrap .elementor-widget-posts .elementor-post__meta-data span {
    line-height: 14px;
    display: block;
    height: 100%;

}
.newsWrap .elementor-widget-posts .elementor-grid-item {
	position: relative;
	z-index: 9;
}

.newsWrap .elementor-widget-posts .elementor-grid-item:after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 108%;
    background: #ffffff;
    transition: all .5s;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 2.5px);
    opacity: 0;
    z-index: -1;
}
.newsWrap .elementor-widget-posts .elementor-grid-item:hover:after {
    opacity: .3;
    width: 100%;
    left: 0;
}

.newsWrap .elementor-widget-posts h3 {
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 19px;
}
.newsWrap .elementor-widget-posts h3 a {
	display: block;
    padding: 20px 30px;
    position: relative;
    min-height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.testimonialWrap .swiper-slide .elementor-testimonial__text {
	font-size: 20px;
}
.testimonialWrap .swiper-slide .elementor-testimonial__text p {
    line-height: 32px;	
}
.testimonialWrap .elementor-main-swiper .swiper-slide {
    position: relative;
}
.testimonialWrap .elementor-main-swiper .elementor-testimonial__name {
    font-weight: 400;
    font-size: 16px;	
}
.testimonialWrap .elementor-main-swiper .elementor-testimonial__footer {
	margin-top: 8px;
}
.testimonialWrap .elementor-main-swiper .swiper-slide:before {
    content: '“';
    display: inline-block;
    font-size: 110px;
    color: #3479ae;
    position: absolute;
    left: 25px;
    top: 2px;
    font-family: 'Open Sans', sans-serif;
    width: 50px;
    height: 50px;
}
.testimonialWrap .elementor-swiper-button-next i:before,
.testimonialWrap .elementor-swiper-button-prev i:before {
	content: '';
	display: inline-block;
}
.testimonialWrap .elementor-swiper-button-next {
    right: -30px !important;	
    background: #ffffff;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}
.testimonialWrap .elementor-swiper-button-prev {
    left: -30px !important;
    background: #ffffff;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 5px solid #ffffff;
}
.testimonialWrap .elementor-swiper-button i:before {
    width: 25px;
    height: 16px;
}
.testimonialWrap .elementor-swiper-button i {
    width: 56px;
    height: 56px;
    line-height: 54px;
    border-radius: 50%;
    border: 4px solid #f2faff;
    background: #ffffff;
    text-align: center;
    transition: all .5s;
    position: relative;
}
.testimonialWrap .elementor-swiper-button:hover i {
	background: #f2faff;
}
.testimonialWrap .elementor-swiper-button:after {
	content: '';
	display: inline-block;	
}
.partnerWrap .elementor-widget-image-carousel .swiper-slide img {
    width: auto;
    max-height: 100px;	
}
.partnerWrap .elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 120px);
}
.partnerWrap .elementor-swiper-button:hover {
	color: #111111 !important;
}
.partnerWrap .elementor-swiper-button {
	transition: all .5s;
}

.trainWrap h6 {
	font-size: 20px;
}
.trainWrap h6 a {
	display: inline-block;
	position: relative;
	z-index: 9;
}
.trainWrap .about:hover,
.trainWrap .consult:hover,
.trainWrap .learning:hover {
	z-index: 9;	
}

.trainWrap h6 a:hover {
	color: #323944;
}
.trainWrap .elementor-widget-spacer {
	z-index: -1;
}

.aos-item {
    opacity: 1 !important;
    transition: all .5s !important;
    transform: inherit !important;
}
.aos-item .footer>.elementor-background-overlay {
	-webkit-transform: translate3d(0, 100%, 0px);
	-moz-transform: translate3d(0, 100%, 0px);
	-o-transform: translate3d(0, 100%, 0px);
	transform: translate3d(0, 100%, 0px);
	transition: all 1s !important;
	opacity: 0;
}
.aos-item.aos-animate .footer>.elementor-background-overlay {
	-webkit-transform: translate3d(0, 0%, 0px);
	-moz-transform: translate3d(0, 0%, 0px);
	-o-transform: translate3d(0, 0%, 0px);
	transform: translate3d(0, 0%, 0px);
	opacity: 1;
}

.scnTitle h2 {
    width: 1px;
    overflow: hidden;
    transition: all 3s;
    height: 0;
    white-space: nowrap;
    visibility: hidden;
}
.scnTitle .aos-animate h2 {
	height: 100%;
	width: 101%;
    visibility: visible;
}
.scnTitle h2:before,
.scnTitle h2:after {
	opacity: 0;
}
.scnTitle .aos-animate h2:before,
.scnTitle .aos-animate h2:after {
	opacity: 1;
    transition: all .5s;
    transition-delay: 1s;
}


.trainWrap .abtItem {
    transform: scale(.7);
    opacity: 0;
}
.aos-animate .trainWrap .abtItem {
    transform: scale(1);
    opacity: 1;	
}

.trainWrap .about {
    transition: all .5s;
    transition-delay: .5s;	
}
.trainWrap .learning {
    transition: all .5s;
    transition-delay: 1s;	
}
.trainWrap .consult {
    transition: all .5s;
    transition-delay: 1.5s;	
}
.bnrWrap .line {
    animation-name: inherit !important;
    visibility: visible !important;	
}
.bnrWrap .line .elementor-divider-separator {
    width: 0 !important;
    transition: all .5s;
}
.bnrWrap .line.animated .elementor-divider-separator {
	width: 474px !important;
}

.aos-item .testimonialWrap>.elementor-background-overlay {
	-webkit-transform: translate3d(-100%, 0%, 0px);
	-moz-transform: translate3d(-100%, 0%, 0px);
	-o-transform: translate3d(-100%, 0%, 0px);
	transform: translate3d(-100%, 0%, 0px);
	transition: all 1s !important;
	opacity: 0;
}
.aos-item.aos-animate .testimonialWrap>.elementor-background-overlay {
	-webkit-transform: translate3d(0, 0%, 0px);
	-moz-transform: translate3d(0, 0%, 0px);
	-o-transform: translate3d(0, 0%, 0px);
	transform: translate3d(0, 0%, 0px);
	opacity: 1;
}

.newsWrap .elementor-widget-posts .elementor-grid-item:hover .elementor-post__meta-data {
	border-radius: 50%;
	background: #227eb6;
	color: #ffffff;
}

.containerWrap .subTitle .aos-item {
	opacity: 0 !important;
	transition: all .8s !important;
}
.containerWrap .subTitle .aos-item.aos-animate {
	opacity: 1 !important;
}

/* mapWrap */

.mapWrap .dbtn {
    letter-spacing: 1px;
}

.mapWrap .dbtn br {
	display: none;
}

.mapWrap .contactDetails .elementor-icon-list-item a {
	color: #6f6f6f;
}
.mapWrap .contactDetails .elementor-icon-list-item a:hover b,
.mapWrap .contactDetails .elementor-icon-list-item a:hover {
	color: #4ca0d4;
}
.mapWrap .contactDetails .elementor-icon-list-item a b {
	color: #2067a7;
	transition: all .5s;
}
.mapWrap .gm-style-iw {
    text-align: center;
    padding: 15px 0px 7px 15px !important;
}
.mapWrap .gm-style-iw .gm-style-iw-d {
	max-width: 100% !important;	
}
.mapWrap .gm-style-iw p {
    line-height: 24px;
    padding-bottom: 14px;	
}

.mapWrap .elementor-container,
.mapWrap .mapBox .elementor-widget-wrap,
.mapWrap .mapBox .elementor-column-wrap,
.mapWrap .mapBox {
	position: static !important;
}

.mapWrap .mapBox .elementor-widget-shortcode {
	width: 55%;
}

.mapWrap .gmpInfoWindowtitle {
	display: none;
}
.inrBnr .elementor-widget-divider {
	padding-top: 10px;
}

.msgWrap .elementor-form .elementor-field-type-submit {
	display: block;
	text-align: center;
}
.msgWrap .elementor-form .elementor-field-type-submit .dbtn {
    letter-spacing: 1px;	
}
  
.msgWrap .elementor-form .elementor-field-type-recaptcha {
	display: block;
	text-align: center;
}
.msgWrap .elementor-form .elementor-field-type-recaptcha .elementor-field {
    width: auto;
    display: inline-block;	
}
.abtdoWrap .scnTitle h2, 
.tickWrap .scnTitle h2 {
    font-size: 38px;
}
.abtdoWrap .scnTitle h2:before,
.abtdoWrap .scnTitle h2:after {
	display: none;
}
.abtdoWrap .scnTitle h2 {
	padding-bottom: 0 !important;
}
.abtdoWrap .whoBox .elementor-widget-wrap,
.abtdoWrap .howBox .elementor-widget-wrap {
	max-width: 550px;
	position: static;
}
.abtdoWrap .whoBox .elementor-widget-wrap {
	margin-left: auto;
}
.abtdoWrap .howBox .elementor-widget-wrap:before {
    content: '';
    display: block;
    width: 6px;
    height: 50%;
    background: #4ca0d4;
    position: absolute;
    bottom: 0;
    right: 0;
}
.abtdoWrap .howBox .elementor-widget-wrap:after {
	content: '';
    display: block;
    width: 6px;
    height: 50%;
    background: #3479ae;
    position: absolute;
    top: 0;
    right: 0;
}

.abtbtmWrap .scnTitle h2 {
    font-size: 42px;
}
.abtbtmWrap .scnTitle h2:before,
.abtbtmWrap .scnTitle h2:after {
	display: none;
}
.abtbtmWrap .scnTitle h2 {
	padding-bottom: 0 !important;
}
.abtbtmWrap .elementor-widget-text-editor p {
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
}
.abtbtmWrap>.elementor-background-overlay {
    background-size: auto 100% !important;
}

/* news */

.newsbtmWrap>.elementor-background-overlay {
	z-index: -1;
}

/* postBnnr */

.postBnnr>.elementor-background-overlay {
    z-index: 9;
    height: 100px !important;
    top: auto !important;
    bottom: -50px;
    transition: all 1s !important;
	transition-delay: 1s !important;
	-webkit-transform: translate3d(0, -100px, 0px);
	-moz-transform: translate3d(0, -100px, 0px);
	-o-transform: translate3d(0, -100px, 0px);
	transform: translate3d(0, -100px, 0px);
	opacity: 0 !important;
}
.page-loaded .postBnnr>.elementor-background-overlay {
	-webkit-transform: translate3d(0, 0, 0px);
	-moz-transform: translate3d(0, 0, 0px);
	-o-transform: translate3d(0, 0, 0px);
	transform: translate3d(0, 0, 0px);
	opacity: 1 !important;	
}

.postWrap .elementor-post-info li .elementor-post-info__item--type-date {
    font-family: century-gothic, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;	
}
.postWrap .elementor-post-info li .elementor-post-info__terms-list {
	font-family: century-gothic, sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: .4px;	
    color: #3479ae;
}
.abtbtmWrap .scnTitle h2,
.postWrap .scnTitle.elementor-widget-theme-post-title h2 {
    height: 100%;
    width: 101%;
    visibility: visible;
    white-space: normal;
    line-height: 48px !important;
    transition: all 0s !important;
}
.postWrap .shareText h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.safari .header .logoWrap .iconBox {
	padding-bottom: 6px;
}
.safari .header .logoWrap .iconBox .elementor-widget-icon-list {
	margin-top: 4px;
}
.safari .header .logoWrap .iconBox .elementor-icon-list-text {
	padding-bottom: 3px;
}
.gecko .mapWrap .gm-style-iw {
    padding: 15px 15px 7px 15px !important;
}
.learningBnr>.elementor-background-overlay {
    z-index: 1;	
}

body .learningBnr>.elementor-container {
	min-height: inherit !important;
} 


.header .elementor-search-form input::-webkit-input-placeholder {
	color: #ffffff !important;
}

.header .elementor-search-form input:-moz-placeholder { /* Firefox 18- */
	color: #ffffff !important;
}

.header .elementor-search-form input::-moz-placeholder {  /* Firefox 19+ */
	color: #ffffff !important;
}

.header .elementor-search-form input:-ms-input-placeholder {  
	color: #ffffff !important;
}

.containerWrap .courseBnr .elementor-widget-post-info li a {
    font-weight: 400;
    font-size: 30px;
    font-family: century-gothic, sans-serif;
    line-height: 20px;
}

.allCourses .couseBoxes .courseGrid {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;	
    margin-bottom: 45px;
}
.allCourses .couseBoxes .elementor-shortcode {
	margin: 0 -13px;	
	text-align: center;
}
.allCourses .couseBoxes .elementor-shortcode:after {
	content: '';
	display: table;
	clear: both;
}

.allCourses .courseGrid .featuredImg {
    height: 266px;
    display: block;
    width: 100%;
    position: relative;	
}
.allCourses .courseGrid .featuredImg a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;	
}

.allCourses .courseGrid .textGrid h3 {
    font-size: 24px;	
}

.allCourses .courseGrid .textGrid h3 a {
	color: #111111;
}
.allCourses .courseGrid .textGrid h3 a:hover {
	color: #227eb6;
}


.allCourses .courseGrid .textGrid {
    text-align: center;
    background: #ffffff;
    padding: 52px 22px 31px;
    position: relative;
}

.allCourses .courseGrid .textGrid .excerptBox {
    font-size: 14px;
    margin-bottom: 24px;
    line-height: 28px;
}
.allCourses .courseGrid .textGrid .catIcon img {
    width: 26px;
    display: inline-block;
    vertical-align: middle;
}
.allCourses .courseGrid .textGrid .catIcon {
    line-height: 64px;
    position: absolute;
    top: -39px;
    left: calc(50% - 55px);
}

.allCourses .courseGrid .course_category-first-aid-courses .featuredImg {
	border-bottom: 8px solid #5fb785;
}

.allCourses .courseGrid .course_category-health-safety .featuredImg {
	border-bottom: 8px solid #4ca0d4;
}

.allCourses .courseGrid .course_category-paediatrics .featuredImg {
	border-bottom: 8px solid #6f4b97 !important;
}

.allCourses .courseGrid .course_category-paediatrics.course_category-forestry-school .featuredImg {
	border-bottom: 8px solid #037e40 !important;
}

.allCourses .courseGrid .course_category-people .featuredImg {
	border-bottom: 8px solid #f69331;
}


.allCourses .courseGrid .course_category-schools .featuredImg {
	border-bottom: 8px solid #fff12a;
}


.allCourses .courseGrid .course {
	box-shadow: 0px 0px 40px 0px rgba(113,113,113,0.18);
    border-radius: 30px;
    background: #ffffff;
    overflow: hidden;	
}













/* 
============================================================================================================
============================================================================================================

                                    THEME STYLE RESPONSIVE CSS START

============================================================================================================
============================================================================================================
*/


@media (min-width: 1800px) {
	.testimonialWrap>.elementor-background-overlay {
	    background-size: 23% auto !important;
	}
	.testimonialWrap .imagBlock {
	    width: 30% !important;	
	}
	.testimonialWrap .testimonialGrid {
	    width: 70% !important;	
	}
	
	
}

@media (min-width: 1901px) and (max-width: 2000px) {
	
	.learningBnr>.elementor-background-overlay {
	    background-size: 36% auto !important;
	}
	.abtBnr>.elementor-container {
	    min-height: 590px !important;
	} 
	
}


@media (min-width: 1801px) and (max-width: 1900px) {
	
	.learningBnr>.elementor-background-overlay {
	    background-size: 37% auto !important;
	}
	.abtBnr>.elementor-container {
	    min-height: 580px !important;
	} 
	
}

@media (min-width: 1701px) and (max-width: 1800px) {
	
	.learningBnr>.elementor-background-overlay {
	    background-size: 38% auto !important;
	}
	.abtBnr>.elementor-container {
	    min-height: 566px !important;
	} 	
}

@media (min-width: 1631px) and (max-width: 1700px) {
	
	.learningBnr>.elementor-background-overlay {
	    background-size: 41% auto !important;
	}
	.abtBnr>.elementor-container {
	    min-height: 554px !important;
	} 
	
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 1635px) and (max-width: 1799px) {
	.testimonialWrap>.elementor-background-overlay {
	    background-size: 24.4% auto !important;
	}	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1480px) and (max-width: 1580px) {
	
	.trainWrap>.elementor-background-overlay {
		background-position: top 16px right !important;	
	}
	
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1380px) and (max-width: 1479px) {
	
	.trainWrap>.elementor-background-overlay {
		background-position: top 35px right !important;	
	}
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 1380px) and (max-width: 1450px) {
	
	.footer .footerLogo img {
	    width: 290px !important;	
	}
	.newsWrap .elementor-widget-posts h3 a {
	    padding: 20px 26px;	
	}
	
	
}

@media (min-width: 1380px) and (max-width: 1640px) {
	
	.footer .footerGallery .elementor-image-gallery .gallery-item {
		padding-right: 15px !important;
	}
	
	.footer .footerGallery .gallery {
		margin-right: -15px !important;
	}
	
	.footer .addressBox {
		width: 34% !important;
	}
	
	.footer .footerLogo {
		width: 26% !important;
	}
	
	.footer .rightBox {
		width: 40% !important;
	}
	
	
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) and (max-width: 1379px) {
	
	.footer .footerLogo img {
	    width: 230px !important;	
	}
	.footer .topMenu ul li a {
	    font-size: 18px;
	}
	.footer .topMenu ul li {
	    margin-right: 22px !important;
	}
	.footer .topMenu ul li:last-child {
	    margin-right: 0 !important;
	}
	.footer .elementor-widget-icon-list li a {
	    font-size: 18px;	
	}
	.footer .addressBox h4 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.footer .addressBox p {
		line-height: 26px;
	    font-size: 14px;	
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:first-child img {
	    width: 50px;
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(2) img {
	    width: 82px;	
	}
	
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(3) img {
	    width: 120px;	
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:last-child img {
	    width: 120px;	
	}
	
	
	.footer .footerGallery .elementor-image-gallery .gallery-item {
		padding-right: 15px !important;
	}
	
	.footer .footerGallery .gallery {
		margin-right: -15px !important;
	}
	
	.footer .addressBox {
		width: 36% !important;
	}
	
	.footer .footerLogo {
		width: 24% !important;
	}
	
	.footer .rightBox {
		width: 40% !important;
	}
	
	.newsWrap .elementor-widget-posts h3 {
	    font-size: 16px;	
	}
	.newsWrap .elementor-widget-posts h3 a {
	    padding: 16px 16px;
	    min-height: 76px;
	}
	.newsWrap .elementor-widget-posts h3 a:after {
	    bottom: -6px;	
	}
	.newsWrap .elementor-widget-text-editor p {
	    font-size: 17px;
	    line-height: 28px;
	}
	.newsWrap h2 {
	    font-size: 38px;
	}	
	.testimonialWrap .elementor-main-swiper .swiper-slide {
	    padding: 45px 35px 45px 80px !important;	
	}
	.trainWrap>.elementor-background-overlay {
		background-position: top 58px right !important;	
	}
	.trainWrap h6 {
	    font-size: 19px;
	}
	.bnrWrap .line.animated .elementor-divider-separator {
		width: 400px !important;
	}	
	
	.inrBnr .elementor-widget-divider .elementor-divider-separator {
		width: 196px !important;
	}
	.arciveBnr  .elementor-widget-divider .elementor-divider-separator {
		width: 342px !important;
	}
	.search-results .arciveBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 318px !important;
	}
	.abtBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 212px !important;
	}
	.learningBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 250px !important;
	}
	.abtdoWrap .whoBox .elementor-widget-wrap {
		padding-left: 30px;
	}
	.abtdoWrap .howBox .elementor-widget-wrap {
		padding-right: 30px;
	}	
	.abtbtmWrap .scnTitle h2 {
	    font-size: 38px;
	}	
	.abtbtmWrap>.elementor-background-overlay {
	    background-size: auto 95% !important;
	}	
	
	.abtbtmWrap .elementor-widget-text-editor p {
	    font-size: 17px;
        line-height: 28px;	
	}
	
	.containerWrap .courseBnr .elementor-widget-post-info li a {
		font-size: 28px;
	
	}
	
	.archiveWrap .catBox .owl-carousel-slider .owl-item li a {
		font-size: 18px;	
	}
	.allCourses .courseGrid .textGrid h3 {
	    font-size: 22px;	
	}
	.allCourses .courseGrid .textGrid .excerptBox {
	    font-size: 14px;
	    line-height: 24px;	
	}
	.allCourses .courseGrid .textGrid .dbtn {
	    font-size: 13px !important;
    	padding: 14px 46px 14px 15px !important;
	}
	.allCourses .courseGrid .textGrid {
	    padding: 52px 15px 31px;	
	}
	
	
	
}

@media (min-width: 1025px) and (max-width: 1199px) {
	
	.footer .footerLogo img {
	    width: 184px !important;	
	}
	.footer .topMenu ul li a {
	    font-size: 16px;
	}
	.footer .tel .elementor-icon-list-item:after {
	    height: 24px !important;	
	}
	.footer .topMenu ul li {
	    margin-right: 15px !important;
	}
	.footer .topMenu ul li:last-child {
	    margin-right: 0 !important;
	}
	.footer .elementor-widget-icon-list li a {
	    font-size: 16px;	
	}
	.footer .addressBox h4 {
		  font-size: 14px;
	    line-height: 23px;
	}
	.footer .addressBox p {
	    line-height: 24px;
	    font-size: 13px;
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:first-child img {
	    width: 48px;
	}
	
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(2) img {
	    width: 74px;	
	}
	
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(3) img {
	    width: 120px;	
	}
	
	.footer .footerGallery .elementor-image-gallery .gallery-item:last-child img {
	    width: 100px;	
	}
	.footer .btmMenu ul li a {
	    font-size: 14px;
	}
	.footer .topMenu .elementor-widget-container {
		margin-bottom: 40px !important;
	}
	.footer .footerGallery .elementor-widget-container {
		margin-bottom: 38px !important;	
	}
    .addressBox .elementor-widget-heading .elementor-widget-container {
		margin-bottom: 25px !important;	
	}
	
	.footer .footerGallery .elementor-image-gallery .gallery-item {
		padding-right: 15px !important;
	}
	
	.footer .footerGallery .gallery {
		margin-right: -15px !important;
	}
	
	.footer .addressBox {
		width: 34% !important;
	}
	
	.footer .footerLogo {
		width: 22% !important;
	}
	
	.footer .rightBox {
		width: 44% !important;
	}
	
	.newsWrap .elementor-widget-posts h3 {
	    font-size: 14px;	
	}
	.newsWrap .elementor-widget-posts h3 a {
	    padding: 16px 20px;
	    min-height: 70px;
	}
	.newsWrap .elementor-widget-text-editor p {
	    font-size: 17px;
	    line-height: 28px;
	}
	.newsWrap h2 {
	    font-size: 38px;
	}	
	.newsWrap .elementor-widget-posts h3 a:after {
	    bottom: -6px;	
	}	
	.newsWrap>.elementor-background-overlay {
	    background-size: 100% 86% !important;
	}
	.footer .tel .elementor-icon-list-item:last-child a i {
	    padding-left: 2px;
	    font-size: 13px;
	}
	.footer .tel .elementor-icon-list-item:last-child a {
		width: 28px;
	    line-height: 27px;
	    height: 28px;	
	}
	.scnTitle h2 {
	    font-size: 40px;
	}
	.testimonialWrap .elementor-main-swiper .swiper-slide {
	    padding: 45px 35px 45px 80px !important;	
	}
	.testimonialWrap .swiper-slide .elementor-testimonial__text {
	    font-size: 18px;
	}
	.testimonialWrap .swiper-slide .elementor-testimonial__text p {
	    line-height: 30px;	
	}
	.testimonialWrap>.elementor-background-overlay {
	    background-size: 34% auto !important;
	}
    .partnerWrap .elementor-widget-image-carousel .swiper-slide img {
       max-height: 75px;	
    }
	.trainWrap>.elementor-background-overlay {
		background-position: top 77px right !important;
	    background-size: 11% auto !important;
	}
	.courseWrap>.elementor-background-overlay {
	    background-size: 11% auto !important;
	} 
	.trainWrap h6 {
	    font-size: 17px;
	    text-align: center;
	}
    .trainWrap .learning {
        right: 80px !important;
		top: 138px !important;	
    }
    .trainWrap .learning>.elementor-widget-container {
        background-size: 72% auto;
	    padding: 80px !important;	
    }
    .trainWrap .about>.elementor-widget-container {
	    padding: 115px !important;	
    }
     .trainWrap .about {
        right: -48px !important;
		top: -60px !important;
    }
    .trainWrap .consult {
       right: -93px !important;
		top: 230px !important;	
    }
    .trainWrap .consult>.elementor-widget-container {
	    padding: 90px !important;	
	    background-size: 63% auto !important;
    }
 	.bnrWrap .line.animated .elementor-divider-separator {
		width: 400px !important;
	}   
    
	.inrBnr .elementor-widget-divider .elementor-divider-separator {
		width: 196px !important;
	}
    .mapWrap .mapBox .elementor-widget-shortcode {
	    width: 48%;
	}
    
   	.abtBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 212px !important;
	} 
    
	.abtdoWrap .whoBox .elementor-widget-wrap {
		padding-left: 30px;
	}
	.abtdoWrap .howBox .elementor-widget-wrap {
		padding-right: 30px;
	}	
	.abtdoWrap {
		padding-top: 0 !important;
	}    
	.abtbtmWrap .scnTitle h2 {
	    font-size: 38px;
	}	
	
	.abtbtmWrap>.elementor-background-overlay {
	    background-size: auto 95% !important;
	}	
	
	.learningBnr>.elementor-container {
	    min-height: 650px !important;	
	}
	.lernBlockWrap {
	    margin-top: -320px !important;
	}

	.learningBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 250px !important;
	}
	
	.postWrap .elementor-widget-share-buttons,
	.postWrap .shareText {
		left: -84px !important;	
	}
	.arciveBnr  .elementor-widget-divider .elementor-divider-separator {
		width: 342px !important;
	}
	.abtbtmWrap .elementor-widget-text-editor p {
	    font-size: 17px;
        line-height: 28px;	
	}

	.search-results .arciveBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 318px !important;
	}
	
	.containerWrap .courseBnr .elementor-widget-post-info li a {
		font-size: 28px;
		line-height: 22px;
	}


	.archiveWrap .catBox .owl-carousel-slider .owl-item li a {
		font-size: 17px;	
	}
	.allCourses .courseGrid .textGrid h3 {
	    font-size: 20px;	
	}
	.allCourses .courseGrid .textGrid .excerptBox {
	    font-size: 14px;
	    line-height: 24px;	
	}
	.allCourses .courseGrid .textGrid .dbtn {
	    font-size: 12px !important;
	    padding: 14px 36px 14px 10px !important;
	    min-width: inherit;
	}
	.allCourses .dbtn .mText:before {
	    width: 35px;	
	}
	.allCourses .dbtn:hover .mText:before {
	width: 101%;	
	}
	.allCourses .courseGrid .textGrid {
	    padding: 52px 15px 31px;	
	}
	
	.allCourses .courseGrid .featuredImg {
	    height: 190px;	
	}
	
	.allCourses .couseBoxes .elementor-shortcode {
	    margin: 0 -8px;
	}
	
	.allCourses .couseBoxes .courseGrid {
	    padding: 0 8px;	
	}
	
	
	
}


/* Large desktop */
@media (min-width: 1025px) {
	
	 .elementor-section.elementor-section-boxed > .elementor-container {
		padding-left: 80px;
		padding-right: 80px;
	}	 
}

   
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) { 
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding-left: 10px;
		padding-right: 10px;
	}	 
	
	.footer .footerLogo img {
	    width: 260px !important;	
	}
	.footer .topMenu ul li a {
	    font-size: 20px;
	}
	.footer .topMenu ul li {
	    margin-right: 15px !important;
	}
	.footer .topMenu ul li:last-child {
	    margin-right: 0 !important;
	}
	.footer .addressBox h4 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.footer .addressBox p {
	    line-height: 24px;
	    font-size: 14px;
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(2) img {
	    width: 90px;	
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:first-child img {
	    width: 52px;
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:last-child img {
	    width: 120px;	
	}
	.footer .btmMenu ul li a {
	    letter-spacing: .5px;
	}
	.footer .tel .elementor-icon-list-item:after {
	    margin-left: 14px !important;
        margin-right: 2px !important;	
	}
	.footer .tel .elementor-icon-list-item:last-child a .elementor-icon-list-icon {
	    padding-left: 4px;	
	}	
	.footer .tel .elementor-icon-list-item:last-child a {
	    padding-right: 0;	
	}
	.footer .btmMenu ul,
	.footer .topMenu ul {
		margin: 0 auto !important;
	}
	.footerGallery {
		text-align: center;
	}
	.newsWrap .elementor-widget-posts h3 {
	    font-size: 18px;	
	     margin-bottom: -6px;
	}
	.newsWrap .elementor-widget-posts h3 a {
	    padding: 16px 12px 20px;
        min-height: 60px;
	}
	.newsWrap .elementor-widget-text-editor p {
	    font-size: 17px;
	    line-height: 28px;
	}
	.newsWrap h2 {
	    font-size: 36px;
	}	
	.newsWrap .elementor-widget-posts h3 a:after {
	    bottom: -6px;	
	}	
	.newsWrap .elementor-widget-posts {
	    max-width: 670px;
        margin: 0 auto;	
	}
	.scnTitle h2 {
	    font-size: 36px;	
	}
	.newsWrap>.elementor-background-overlay {
	    background-size: 100% !important;
	}
	.testimonialWrap .elementor-main-swiper .swiper-slide {
	    padding: 45px 28px 45px 35px !important;	
	}
	.testimonialWrap .swiper-slide .elementor-testimonial__text {
	    font-size: 16px;
	}
	.testimonialWrap .swiper-slide .elementor-testimonial__text p {
	    line-height: 28px;	
	}
    .testimonialWrap .elementor-main-swiper .elementor-testimonial__name {
    	font-size: 13px;
    }
    .testimonialWrap .elementor-main-swiper .swiper-slide:before {
        left: 4px;
        top: 20px;	
        font-size: 70px;
    }
    .testimonialWrap .elementor-swiper-button i {
        width: 48px;
	    height: 48px;
	    line-height: 49px;	
    }
    .testimonialWrap .elementor-swiper-button-next {
        width: 58px;
        height: 58px;	
        right: -25px !important;
    }
    .testimonialWrap .elementor-swiper-button-prev {
        left: -25px !important;	
    	width: 58px;
        height: 58px;
    }
    .partnerWrap .elementor-widget-image-carousel .swiper-slide img {
        max-height: 90px;	
    }  
    
    .trainWrap h6 {
	    font-size: 14px;
	    text-align: center;
	}
	
	.bnrWrap .line.animated .elementor-divider-separator {
		width: 318px !important;
	}	

    .mapWrap .mapBox .elementor-widget-shortcode {
	    width: 48%;
	}	
	.abtBnr .textBox {
		margin-top: 29px;
	}
	.abtdoWrap .scnTitle h2, .tickWrap .scnTitle h2 {
	    font-size: 34px;
	}
	
	.abtbtmWrap .scnTitle h2 {
	    font-size: 36px;
	}
	.abtbtmWrap>.elementor-background-overlay {
	    background-size: auto 66% !important;
	}	
	
	.postWrap .scnTitle.elementor-widget-theme-post-title h2 {
	    line-height: 42px !important;	
	}
	.abtbtmWrap .elementor-widget-text-editor p {
	    font-size: 17px;
        line-height: 28px;	
	}	
	
	.tickWrap .elementor-widget-image {
	    position: static !important;
	}

	.newsWrap .elementor-widget-posts .elementor-grid-item h3 a {
	    color: #ffffff;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: block;	
	}
	.containerWrap .courseBnr .elementor-widget-post-info li a {
		font-size: 22px;
		line-height: 16px;
	}	
	
	.archiveWrap .catBox .owl-carousel-slider .owl-item li a {
		font-size: 17px;	
	}
	.allCourses .courseGrid .textGrid h3 {
	    font-size: 20px;	
	}
	.allCourses .courseGrid .textGrid .excerptBox {
	    font-size: 14px;
	    line-height: 24px;	
	}
	.allCourses .courseGrid .textGrid .dbtn {
	    font-size: 13px !important;
	    padding: 14px 36px 14px 10px !important;
	    min-width: inherit;
	}
	
	.allCourses .courseGrid .textGrid .dbtn .mText:after {
		top: calc(50% - 5.5px);	
	}
	
	.allCourses .dbtn .mText:before {
	    width: 35px;	
	}
	.allCourses .dbtn:hover .mText:before {
	width: 101%;	
	}
	.allCourses .courseGrid .textGrid {
	    padding: 52px 10px 31px;	
	}
	
	.allCourses .courseGrid .featuredImg {
	    height: 190px;	
	}
	
	.allCourses .couseBoxes .elementor-shortcode {
	    margin: 0 -8px;
	}
	
	.allCourses .couseBoxes .courseGrid {
	    padding: 0 8px;	
	}
	
	.allCourses .couseBoxes .courseGrid {
	   width: 33.33%;	
	}
	
	
}

/* Large desktop */
@media (min-width: 768px) {
	
	.abtbtmWrap .scnTitle h2 br {
		display: none;
	}
	
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 
	
	@media screen and (orientation: landscape) {

	}
	
	.elementor-section.elementor-section-boxed > .elementor-container {
		padding-left: 10px;
		padding-right: 10px;
	}
	img.alignnone,
	img.aligncenter, 
	img.alignleft, 
	img.alignright {
		max-width: 100%;
		float: none;
		display: block;
		margin: 20px auto 20px;
	}

	.footer .footerLogo img {
	    width: 250px !important;	
	}
	.footer .topMenu ul li {
	    margin-right: 10px !important;
	}
	.footer .topMenu ul li:last-child {
	    margin-right: 0 !important;
	}
	.footer .addressBox h4 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.footer .addressBox p {
	    line-height: 24px;
	    font-size: 14px;
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(2) img {
	    width: 90px;	
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:first-child img {
	    width: 52px;
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:last-child img {
	    width: 120px;	
	}
	.footer .topMenu ul li a,
	.footer .btmMenu ul li a {
		font-size: 15px;
	    letter-spacing: .5px;
	}
	.footer .tel .elementor-icon-list-item:after {
	    margin-left: 14px !important;
        margin-right: 2px !important;	
	}
	.footer .tel .elementor-icon-list-item:last-child a .elementor-icon-list-icon {
	    padding-left: 4px;	
	}	
	.footer .tel .elementor-icon-list-item:last-child a {
	    padding-right: 0;	
	}
	.footer .btmMenu ul,
	.footer .topMenu ul {
		margin: 0 auto !important;
	}
	.footerGallery {
		text-align: center;
	}
		
	.newsWrap .elementor-widget-posts h3 {
		font-size: 16px;
	    text-align: center;
	    margin-bottom: -4px;
	}
	.newsWrap .elementor-widget-posts h3 a {
	    padding: 16px 12px;
	    min-height: 58px;
	}
	.newsWrap .elementor-widget-text-editor p {
	    font-size: 17px;
	    line-height: 28px;
	}
	.newsWrap h2 {
	    font-size: 26px;
        line-height: normal !important;
	}	
	.newsWrap .elementor-widget-posts h3 a:after {
	    bottom: -6px;	
	}	
	.newsWrap .elementor-widget-posts {
	    max-width: 400px;
        margin: 0 auto;	
	}
	.scnTitle h2 {
	    font-size: 28px;	
	}	
	.scnTitle h2:before,
	.scnTitle h2:after {
	    width: 80px;	
	}
	.scnTitle h2:before,
	.scnTitle.centered h2:before {
	    left: calc(50% - 79px);
	}
	.scnTitle h2:after,
	.scnTitle.centered h2:after {
	    left: auto;
	    right: calc(50% - 79px);
	}
		
	.newsWrap>.elementor-background-overlay {
	    background-size: 100% !important;
	}	
	.newsWrap .elementor-widget-text-editor p br {
		display: none;
	}
	.newsWrap .elementor-widget-posts .elementor-grid-item {
		border-radius: 34px !important;
	}
   .testimonialWrap .elementor-main-swiper .swiper-slide {
	    padding: 40px 20px 40px 30px !important;	
	}
	.testimonialWrap .swiper-slide .elementor-testimonial__text {
	    font-size: 16px;
	}
	.testimonialWrap .swiper-slide .elementor-testimonial__text p {
	    line-height: 28px;	
	}
    .testimonialWrap .elementor-main-swiper .elementor-testimonial__name {
    	font-size: 13px;
    }
    .testimonialWrap .elementor-main-swiper .swiper-slide:before {
	    left: 8px;
	    top: 30px;
	    font-size: 55px;
    }
    .testimonialWrap .elementor-swiper-button i {
         width: 40px;
    	height: 40px;
	    line-height: 30px;
    	border-width: 3px;
    }
    .testimonialWrap .elementor-swiper-button-next {
	    width: 46px;
	    height: 46px;
	    border-width: 3px;
	    line-height: 46px;
        right: -14px !important;
    }
    .testimonialWrap .elementor-swiper-button-prev {
       left: -14px !important;
	    width: 46px;
	    height: 46px;
	    border-width: 3px;
	    line-height: 46px;
    }
	.testimonialWrap .elementor-swiper-button i:before {
	    width: 21px;
	    height: 10px;
	}    
		
	.partnerWrap .elementor-arrows-position-outside .swiper-container {
	    width: calc(100% - 60px);
	}	
	
	.partnerWrap .elementor-widget-image-carousel .swiper-slide img {
	    max-height: 80px;
	}	
    .trainWrap h6 {
	    font-size: 14px;
	    text-align: center;
	}
	.trainWrap .abtBlock .elementor-widget-wrap {
	    max-width: 326px;
	    display: block;
	    margin: 0 auto;	
	}
    .trainWrap .learning>.elementor-widget-container {
	    width: 186px;
	    height: 127px;
    }
 	.bnrWrap .line.animated .elementor-divider-separator {
		width: 200px !important;
	} 
	.mapWrap .mapBox .elementor-widget-shortcode {
		position: static !important;
	    width: 100%;
	}
	.inrBnr .elementor-widget-divider {
	    padding-top: 0px;
	}
	.mapWrap .contactDetails .elementor-icon-list-item a {
		display: inline-block !important;
	}
	.mapWrap .contactDetails ul {
		display: block !important;
	}
	.mapWrap .contactDetails .elementor-icon-list-item {
		display: block !important;	
	}
	.mapWrap .contactDetails .elementor-icon-list-item .elementor-icon-list-text {
		display: block;
	}
	.mapWrap .mapBox .gm-style-iw {
	    width: 236px;
		max-width: 100% !important;
	}

	.tickWrap .elementor-widget-image {
		position: static !important;
        max-width: 400px;
    	margin: 0 auto;
	}
	.abtdoWrap .scnTitle h2, .tickWrap .scnTitle h2 {
	    font-size: 26px;
	}	
	
	.abtdoWrap .whoBox .elementor-widget-wrap,
	.abtdoWrap .howBox .elementor-widget-wrap {
		margin: 0 auto;
	}
	
	.abtdoWrap .howBox .elementor-widget-wrap:after {
		width: 100px;
	    height: 6px;
	    top: auto;
	    bottom: 0;
	    right: calc(50% - 99px);	
	}
	.abtdoWrap .howBox .elementor-widget-wrap:before {
		width: 100px;
	    height: 6px;
	    bottom: 0;
	    left: calc(50% - 99px);	
	}
	.abtbtmWrap .scnTitle h2 {
	    font-size: 26px;
	    line-height: normal !important;
	}	
    .msgWrap h2 span:last-child {
    	display: block;
    }
    .frmTitle h2 span:last-child {
    	display: inline-block;
    }
    .postBnnr>.elementor-background-overlay {
        bottom: -45px;	
    }
    
    .postWrap .elementor-widget-theme-post-content h1 {
    	font-size: 30px;
    }
    .postWrap .elementor-widget-theme-post-content h2 {
    	font-size: 26px;
    }    
    .postWrap .elementor-widget-theme-post-content h3 {
    	font-size: 24px;
    }
     .postWrap .elementor-widget-theme-post-content h4 {
    	font-size: 20px;
    }   
    .postWrap .elementor-widget-theme-post-content h5 {
    	font-size: 18px;
    }
    .postWrap .elementor-widget-theme-post-content h6 {
    	font-size: 16px;
    }    
    .postWrap .elementor-widget-theme-post-content ul li,
    .postWrap .elementor-widget-theme-post-content ol li {
    	text-align: left;
    }
    .postWrap .scnTitle.elementor-widget-theme-post-title h2 {
         line-height: 36px !important;	
    }
     .postWrap .elementor-widget-share-buttons {
        position: static !important;
	    display: inline-block;
	    vertical-align: top;
	    width: 100% !important;
	    max-width: 100% !important;
	     text-align: center;
     }
      .postWrap .shareText {
        position: static !important;
	    display: inline-block;
	    vertical-align: top;
	    width: auto !important;
	    max-width: inherit !important;
	    margin: 0 auto 20px !important;
     }
    .postWrap .elementor-widget-share-buttons .elementor-grid {
    	display: block;
    }
     .postWrap .elementor-widget-share-buttons .elementor-grid .elementor-grid-item {
    	display: inline-block;
    	vertical-align: top;
        margin: 0 5px;
    }
    .postWrap .elementor-widget-theme-post-content ul, .postWrap .elementor-widget-theme-post-content ol {
    	display: inline-block;	
    }
	.abtbtmWrap .elementor-widget-text-editor p {
	    font-size: 17px;
        line-height: 28px;	
	} 
 
    .abttrainWrap>.elementor-background-overlay {
        background-position: top 62px right !important;
    } 
 	.mapWrap .gm-style-iw p br {
		display: none;
	}
	.newsWrap .elementor-widget-posts .elementor-grid-item h3 a {
	    color: #ffffff;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: block;	
	}
	
	.containerWrap .courseBnr .elementor-widget-post-info li a {
		font-size: 18px;
	}
	.containerWrap .courseBnr .elementor-widget-post-info li .elementor-icon-list-icon {
		line-height: 20px;
	    margin-top: 4px;	
	}
	
	.containerWrap .courseBnr .elementor-widget-wrap {
		display: block !important;
	    text-align: center;	
	}
	.containerWrap .courseBnr .elementor-widget-wrap .elementor-widget-icon,
	.containerWrap .courseBnr .elementor-widget-wrap .coursTitle {
		display: inline-block;
        vertical-align: middle;
	}
	.containerWrap .courseBnr .elementor-widget-wrap .elementor-widget-icon .elementor-icon-wrapper {
		line-height: 14px;
	}	
	
	.allCourses .couseBoxes .courseGrid {
	    width: 100%;
	    max-width: 346px;
	    display: block;
	    margin: 0 auto 40px;
	}
	.allCourses .courseGrid .textGrid h3 {
		font-size: 22px;
	}
	
	
	
	
	
}

     
/* Landscape phones and down */
@media (max-width: 480px) { 

	.footer .addressBox h4 br {
		display: none;
	}
	.footer .addressBox h4 {
	    font-size: 15px;	
	}
	.footer .footerGallery .elementor-image-gallery .gallery-item:last-child img {
	    width: 107px;
	}	
	.footer .footerGallery .elementor-image-gallery .gallery-item:nth-child(2) img {
	    width: 70px;
	}	
	.footer .footerGallery .elementor-image-gallery .gallery-item:first-child img {
	    width: 46px;
	}	
	.footer .elementor-widget-icon-list li a {
	    font-size: 13.8px;
	    display: block;
	    white-space: normal;
	    word-break: break-word;
	}
	.footer .tel .elementor-icon-list-item:first-child span {
	    margin-top: 6px;
	}
	.footer .tel .elementor-icon-list-item:after {
	    margin-left: 14px !important;
	    margin-right: 2px !important;
	    height: 20px !important;
	    vertical-align: top !important;
	}
	.footer .tel .elementor-icon-list-item:last-child a {
	    width: 28px;
	    line-height: 27px;
	    height: 28px;
	}
	.footer .tel .elementor-icon-list-item:last-child a .elementor-icon-list-icon {
	    padding-left: 0px;
	    font-size: 15px !important;
	}
	.footer .tel .elementor-icon-list-item:last-child a i {
		font-size: 14px;
	}
	.newsWrap .elementor-widget-posts {
	    max-width: 300px;	
	}
	.newsWrap .elementor-widget-posts h3 a:after {
	    bottom: -4px;
	}
    .msgWrap h2 span {
    	display: block;
    }
    .msgWrap h2 br {
    	display: none;
    }
   .frmTitle h2 span:last-child {
    	display: block;
    }
	.arciveBnr  .elementor-widget-divider .elementor-divider-separator {
		width: 164px !important;
	}
	.search-results .arciveBnr .elementor-widget-divider .elementor-divider-separator {
	    width: 154px !important;
	}

}

/* Landscape phones and down */
@media (max-width: 360px) {
	
	.msgWrap .elementor-form .elementor-field-type-recaptcha .elementor-field iframe {
	    transform: scale(.8);
	    max-width: 318px;
	    margin: 0 auto 0 -30px;	
	}
	
}

