/*
Theme Name: Education Way Child
Theme URI: https://example.com/education-way-child/
Description: Education Way Child Theme
Author: canyonthemes
Author URI: https://www.canyonthemes.com/
Template: education-way
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, one-column, two-columns, right-sidebar, left-sidebar, full-width-template, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, blog, portfolio, e-commerce, footer-widgets
*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

html, body { height: 100%; }

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

.sticky {
    display: block;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 3px;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*---------------------------------------------
            Table of CONTENT
-----------------------------------------------
    01. Start Reset css
    02. Start Global css 
    03. Header css 
    04. slider css
    05. service
    06. volunteer
    07. testimonial
    08. blog
    09. sponsor
    10. footer
    11. homepage 2
    12. about
    13. Map
    14. Contact Us
    15. Product
    16. Newsletter
    17. Error
    18. Footer
-----------------------------------------------*/
/*======================
    Start Reset css
======================================================*/
html {
    font-family: 'Poppins', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-size: 15px; 
}

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

.clr{
    clear: both;
}

a {
    display: inline-block;
    text-decoration: none!important;
    background-color: transparent;
    color: #696969;
}

a:hover{
    text-decoration: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code, kbd, pre, samp {
    font-size: 15px;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

select {
    text-transform: none;
}

button {
    overflow: visible;
}

button, input, select, textarea {
    max-width: 100%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: .5;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0.4375em;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {

    height: auto;
}

input[type="search"] {

    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #f0f0f0;
    margin: 0 0 1.75em;
    min-width: inherit;
    padding: 0.875em;
}

fieldset > :last-child {
    margin-bottom: 0;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

optgroup {
    font-weight: bold;
}

/** * 2.0 - Typography */

body, button, input, select, textarea {
    color: #696969;
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
}

 

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 5px 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

h1{
    font-size: 60px;
    color: #ffffff;
}



h2{
    font-size: 36px;
    color: #070707;
    font-weight: 700;
}



h3{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

h4{
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

h4 a{
    font-size: 20px;
    color: #000000!important;
    font-weight: 700;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h5{
    font-size: 15px;
    color: #bcbcbc;
}

h6{
    font-size: 14px;
    color: #9b9b9b;
}

p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    color: #696969;
}

a{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover{
    text-decoration: none;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote, q {
    quotes: none;
}

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

blockquote p {
    margin-bottom: 1.4736842105em;
}

blockquote cite, blockquote small {
    color: #696969;
    display: block;
    font-size: 15px;
    line-height: 1.75;
}

blockquote cite:before, blockquote small:before {
    content: "\2014\00a0";
}

blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}

blockquote strong, blockquote b {
    font-weight: 400;
}

blockquote > :last-child {
    margin-bottom: 0;
} 

address {
    color: #737d8b;
    font-weight: 600;
    font-size: 14px;
}

code, kbd, tt, var, samp, pre {
    font-family: 'Poppins', sans-serif;
}

pre {
    border: 1px solid #f0f0f0;
    font-size: 1rem;
    line-height: 1.3125;
    margin: 0 0 1.75em;
    max-width: 100%;
    overflow: auto;
    padding: 1.75em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code {
    background-color: #ebebeb;
    padding: 0.125em 0.25em;
}

abbr, acronym {
    border-bottom: 1px dotted #f0f0f0;
    cursor: help;
}

mark, ins {
    background: #ebebeb;
    color: #696969;
    padding: 0.125em 0.25em;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/** * 3.0 - Elements */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

hr {
    background-color: #ebebeb;
    border: 0;
    height: 1px;
    margin: 0 0 1.75em;
}

ul, li{
    list-style: none;
    margin: 0;
    padding:0;
}

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

ul {
    list-style: none;
}

ol {
    list-style: none;
}

li > ul, li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

del {
    opacity: 0.8;
}

table, th, td {
    border: none;
}

table {
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    /* Prevents HTML tables from becoming too wide */

    width: 100%;
}

caption, th, td {
    font-weight: normal;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    font-size: 14px;
    color: #696969;
    vertical-align: middle;
}

th, td {
    padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #696969;
    font-size: 14px;
}

:-moz-placeholder {
    color: #696969;
   font-size: 14px;
}

::-moz-placeholder {
    color: #696969;
    font-size: 14px;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */

}

:-ms-input-placeholder {
    color: #696969;
    font-size: 14px;
}

/** * 4.0 - Forms */
input {
    line-height: normal;
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    background: #f4630b;
    border: 0;
    border-radius: 0;
    color: #696969;
    font-weight: 700;
    letter-spacing: 0.046875em;
    line-height: 1;
    text-transform: uppercase;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #ffffff;
}

button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: none;
    outline-offset: -4px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea {
   font-size: 14px;
    color: #737d8b;
    border-radius: 0;
    padding: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="number"]:focus, textarea:focus {
    font-size: 16px;
    color: #737d8b;
    border-radius: 0;
    border: 1px solid #eae8e8;
    outline: 0;
}

/** * 6.0 - Clearings */
.clear:before, .clear:after, blockquote:before, blockquote:after, .entry-content:before, .entry-content:after, .entry-summary:before, .entry-summary:after, .comment-content:before, .comment-content:after, .site-content:before, .site-content:after, .site-main > article:before, .site-main > article:after, .primary-menu:before, .primary-menu:after, .social-links-menu:before, .social-links-menu:after, .textwidget:before, .textwidget:after, .content-bottom-widgets:before, .content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after, blockquote:after, .entry-content:after, .entry-summary:after, .comment-content:after, .site-content:after, .site-main > article:after, .primary-menu:after, .social-links-menu:after, .textwidget:after, .content-bottom-widgets:after {
    clear: both;
}

/*======================
    End reset css
==============================================*/
/*======================
    Start Global css
=============================================*/
.header-style-1 .main-menu .nav>li>a, .header-style-1 .main-menu .sub-menu li a .fa, .camera_prev > span, .camera_next > span, .work-content h4 a, .services-content h4 a, .volunteers-items, .cart-items>.cart-content>p>a, .blog-items, .thumbnail-content h5 a, .twitter-content h5 a, .footer-instagram a, .copyright-txt p a, .checkout-btn>a, .overlay-project, .project-link-option li a, .project-link-option li, .portfolio-img img, .our-services-box, .our-services-items, .event-items, .collection-items, .collection-overlay, .collection-content h4 a, .collection-icon li, .collection-img, .working-icon, .working-items, .volunteers-img, .recent-project-content, .contact-social-icon li, .widget-area li ul li, .results-icon .fa{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.no-padding{
    padding-left: 0;
    padding-right: 0;
}

.section-header{
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 110px 0 56px 0;
}

.section-header h3{
    font-size: 36px;
    font-weight: 700;
    color: #f4630b;
}

.section-header h2{
    line-height: 48px;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.sec-title .double-border {
    display: inline-block;
    margin-top: 13px;
}

.section-header .double-border::before, .section-header .double-border::after {
    background: #b9b9b9 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
}

.section-header .double-border::before {
    width: 136px;
}

.section-header .double-border::after {
    margin-top: 5px;
    width: 72px;
}

.section-header.text-center .double-border::before, .section-header.text-center .double-border::after {
    margin-left: auto;
    margin-right: auto;
}

.section-header p{
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    line-height: 26px;
    margin-top: 25px;
}

/*=======================
    Common Spaces
=================================*/
.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-60 {
    margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-10-sm {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-15-sm {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .m-t-30-sm {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .m-t-10-xs {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .m-t-15-xs {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .m-t-30-xs {
        margin-top: 30px;
    }
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-40 {
    margin-bottom: 40px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.p-10, .p-15 {
    padding: 10px;
}

.p-20, .p-30 {
    padding: 20px;
}

.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-70 {
    padding-top: 70px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-b-70 {
    padding-bottom: 70px;
}

.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-tb-5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.p-tb-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.p-tb-15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.p-tb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.p-tb-30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.p-tb-60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.p-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-lr-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.no-p {
    padding: 0;
}

.no-p-t {
    padding-top: 0;
}

.no-p-l {
    padding-left: 0;
}

.no-p-r {
    padding-right: 0;
}

.no-p-b {
    padding-bottom: 0;
}

.no-p-tb {
    padding-bottom: 0;
    padding-top: 0;
}

.no-p-lr {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 767px) {
    .p-l-10-xs {
        padding-left: 10px;
    }
}

/*=======================
    Custom btn Style
=========================*/
.btn {
    border-radius: 3px;
}

.btn-default {    
    color: #f4630b;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #f4630b;
    padding: 9px 19px 7px 19px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn-default:hover, .btn-default:focus, .btn-default:active{    
    color: #333;
    background-color: transparent;
    border-color: #f4630b;
}

/*=======================
    End Custom btn Style
=========================*/
.social-icon li{    
    display: inline-block;
}

.social-icon li a{    
    padding: 0 6px;    
    font-size: 16px;
}

section{    
    overflow: hidden;
}

.clr{    
    clear: both;
    overflow: hidden;
}

.scroll-img{
    position: fixed;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    background: #14719f;
    right: 3%;
    bottom: 10%;
    cursor: pointer;
    z-index: 99;
}

.scroll-img .fa{
    font-size: 24px;
    color: #fff;
}

/*======Menu top Fixed ======*/
.menu-scroll.menu-transparent{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menu-scroll.menu-fixed{
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #f4630b;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*========= Pre-Loader =========*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("assets/images/pl.GIF");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-position: center;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

.bg-page-header {
    position: relative;
}

.bg-page-header:after {
    background: rgba(244, 99, 11, 0.92);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.bg-page-header .page-header {
    text-align: center;
    border-bottom: none;
    margin: 0;
    padding: 50px 0;
    position: relative;
    z-index: 1;
}

.page-title h2{
    color: #fff;
    text-transform: uppercase;
}

.page-header-content .breadcrumb{
    background: none;
    margin: 0;
}

.page-header-content .breadcrumb li, .page-header-content .breadcrumb li a{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.page-header-content .trail-items>li+li:before{
    font-family: FontAwesome, sans-serif;
    content: "\f068";
    color: #fff;
    font-size: 11px;
    padding: 0 7px 0 3px;
}

.page-header-content .breadcrumb li a:hover{
    color: #000;
}

/*=============================================
    Start Header css
===============================================*/
/*================ Menu ===================*/
.header .main-menu .navbar{
    margin-bottom: 0;
    border: 0;
    margin: auto 0 auto auto;
}

.header .main-menu .nav>li>a{
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    padding: 23px 21px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-nav > li.menu-item-has-children > a::after {
    position: absolute;
    content: '\f107';
    right: 0px;
    line-height: 24px;
    font-size: 12px;
    font-family: 'FontAwesome';
}

.navbar-nav > li > ul > li.menu-item-has-children > a::after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 10px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    color: #292929;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.navbar-nav > li.menu-item-has-children > a {
    padding-right: 15px;
}

.header .main-menu .nav>li:nth-child(1)>a{
    padding-left: 0;
}

.header .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
}

.header .main-menu .nav>li>a:focus, .header .main-menu .nav>li>a:hover{
    background: transparent;
}

@media screen and (min-width: 767px){
    .header .sub-menu, .sub-sub-menu{
        position: absolute;
        display: block;
        visibility: hidden;
        opacity: 0;
        width: 240px;
        z-index: 5;
        top: 100px;
        padding: 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        -webkit-transition: all.3s ease-in-out;
        transition: all .3s ease-in-out;
        background: #f4630b;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 5px 12px rgba(0,0,0,.175);
    }

    .header .main-menu .menu-item-has-children:hover .sub-menu{
        top: 70px;
        opacity: 1;
        visibility: visible;
    }

    .boxed #bs-example-navbar-collapse-1{
        display: inline-block!important;
    }

    .sub-sub-menu {
        left: 100%;
        top: 60px;
        z-index: 9;
    }

    .main-menu .nav>.menu-item-has-children ul li:hover ul.sub-sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

    .main-menu ul li ul li span.caret {
        float: right;
        margin-top: -12px;
        transform: rotate(-90deg);
    }

}

.header .main-menu .sub-menu li, .sub-sub-menu li{
     border-bottom: 1px solid rgba(221, 221, 221, 0.25);
}

.header .main-menu .sub-menu li:last-child, .sub-sub-menu li:last-child{
     border-bottom: none;
}

.header .main-menu .sub-menu li a, .sub-sub-menu li a{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 13px 10px 10px 8px;
    display: block;
}

.header .main-menu .sub-menu li a .fa, .sub-sub-menu li a .fa{
    opacity: 0;
}

.header .main-menu .sub-menu li a:hover .fa, .sub-sub-menu li a:hover .fa{
    opacity: 1;
}

.header .main-menu .sub-menu li a span .fa{
    float: right;
    opacity: 1;
}

.header .main-menu .sub-menu li a:hover, .sub-sub-menu li a:hover{
    background: #000000;
    color: #fff;
    padding-left: 20px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.header .main-menu .nav>.menu-item-has-children:hover ul.sub-menu{
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.header .main-menu .nav>li>a:hover{
    color: #000000
}

.navbar-nav li .active{
    color: #000000!important;
}

.sub-active a{
    background: #000000;
    color: #fff;
    padding-left: 25px!important;
}

.sub-menu li.sub-active a .fa{
    opacity: 1!important;
}

.search-box {
    float:left;
    margin: 14px 14px 14px 0;
    border: 2px solid #ddd;
    padding: 10px 10px;
    border-radius: 100%;
    cursor: pointer;
}

.search-box i {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}

#all-search {
    border: none;
    padding: 5px 18px;
    background: #f4630b;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right:0;
    height: 100%;
    width: 0;
    text-align: center;
    -webkit-transform: rotate3d(1,0,0,90deg);
    -moz-transform: rotate3d(1,0,0,90deg);
    -ms-transform: rotate3d(1,0,0,90deg);
    -o-transform: rotate3d(1,0,0,90deg);
    transform: rotate3d(1,0,0,90deg);
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    outline: none;
    visibility: hidden;
    z-index: 2;
    top: 0;
}

#all-search::-webkit-input-placeholder {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 400;
}

#all-search:-moz-placeholder {
    color: #fff;
}

#all-search::-moz-placeholder {
    color: #fff;
}

#all-search:-ms-input-placeholder {
    color: #fff;
}

.search_box  #all-search {
    -webkit-transform: rotate3d(0,0,0,00deg);
    -moz-transform: rotate3d(0,0,0,00deg);
    -ms-transform: rotate3d(0,0,0,00deg);
    -o-transform: rotate3d(0,0,0,00deg);
    transform: rotate3d(0,0,0,00deg);
    width: 100%;
    visibility: visible;    

}

.second_click {
    display:none;
    position: relative;
    z-index: 999999999;
}

.log-reg{
    float: right;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.log-reg a{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.header.main-menu .navbar-collapse{
    float: right;
}

.header .bg-header-top{
    background: #1E4592;
}

.header-style-2 .menu-scroll.menu-fixed{
    box-shadow: 0 0 7px 0 #ddd;
}

.header-contact{
    float: left;
}

.header-contact li{
    display: inline-block;
}

.header-contact li{
    font-size: 13px;
    color: #f1f1f1;
    padding: 10px 12px;
}

.header-contact li:first-child{
    padding-left: 0;
}

.header-contact li:last-child{
    padding-right: 0;
}

.show-res-logo{
    display: none;
}

.navbar-brand {
    padding-left: 0;
    padding-right: 0;
}

.header .bg-main-menu{
    background: #14719f;
    /*background: #ff5454;*/
}

/*.header .bg-main-menu.landing-page {
    background: transparent;
    position: fixed;
    z-index: 1000;
    width: 100%;
}*/

.header .landing-page .main-menu .nav > li > a:hover {
    color: #14719f;
}

.menu-scroll.landing-page.menu-fixed {
    background: #14719f !important;
}

.elementor-8220 .elementor-element.elementor-element-469407d:not(.elementor-motion-effects-element-type-background), .elementor-8220 .elementor-element.elementor-element-469407d > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    padding: 100px 0 0 0;
}

.header .main-menu .nav>li>a{
    color: #ffffff;
}

.header .main-menu .nav>li>a:hover{
    color: #f4630b;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.header .main-menu .nav>li.active a{
    color: #00b2ef;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.header .sub-menu, .header .sub-sub-menu {
    background: #000000;
}

.navbar-nav > li:focus-within > ul.sub-menu {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.header li > ul.sub-menu > li:focus-within > ul.sub-menu {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.navbar-toggle:focus {
    background-color: black;
}

.navbar-toggle:focus .icon-bar {
    border: 1px solid white;
}

@media screen and (max-width: 767px) {
    .main-menu .menu-item-has-children:focus-within ul.sub-menu {
        display:block;
    }
}

.header .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.header .sub-menu{
    top: 120px;
}

.header .main-menu .menu-item-has-children:hover ul.sub-menu {
    top: 90px;
}

.header .main-menu .nav> li > a{
    padding: 25px 10px;
}

.header .main-menu .sub-menu li a:hover{
    background: #f4630b;
    color: #fff;
}

.header .navbar-nav li .active {
    color: #f4630b!important;
}

.header .sub-active a {
    background: #f4630b;
    color: #fff!important;
}

.header .search-box {
    margin: 23px 0 25px 0;
}

.header .search-box i{
    color: #000000;
}

.header #all-search{
    background: #fff;
    color: #000000;
}

.header #all-search::-webkit-input-placeholder {
    color: #000;
}

.header #all-search:-moz-placeholder {
    color: #000;
}

.header #all-search::-moz-placeholder {
    color: #000;
}

.header #all-search:-ms-input-placeholder {
    color: #000;
}

.dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

@media screen and (max-width: 767px){
    .navbar-nav li.menu-item-has-children > a:after, .navbar-nav > li.menu-item-has-children > a:before, .navbar-nav > li > ul > li > a::before, .navbar-nav > li > ul > li > ul > li > a::before {
        color: #f42121 !important;
        right: 15px;
        font-size: 16px;
        display: none !important;
    }

    .header .sub-menu, .header .sub-sub-menu{
        position: relative;
        border: none;
        float: none;
        visibility: visible;
        opacity: 1;
        display: none;
        margin: 0px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100%;
        background: #fff;
        -webkit-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        transition: none !important;
        -webkit-transition: none !important;
        -ms-transition: none !important;
        -o-transition: none !important;
        -moz-transition: none !important;
    }
}

/*======================
    Start Slider
================================*/
.slider-item {
    position: relative;
    max-height: 800px;
    height: 100%;
}

.slider-item img{
    width: 100%;
}

.slider-content-area {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.slider-content h3{
    display: inline-block;
    font-size: 30px;
    color: #fefefe;
    padding: 16px 15px 11px 0;
    text-transform: uppercase;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
}

.slider-content h2{
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding-top: 15px;
    margin-bottom: 0;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
     transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    letter-spacing: -6px;
}

.slider-content p {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
}

.slider-content .btn-default{
    color: #fff;
    background: #f4630b;
    padding: 15px 30px;
    border: 0;
    margin: 25px 16px 0 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    border: 2px solid #f4630b;
}

.slider-content .btn-default:hover{
    background: #1E4592;
}

.slider-content .slider-btn{
    opacity: 0;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
}

.slider-option .item.active .slider-content h3, .slider-option .item.active .slider-content p, .slider-option .item.active .slider-content .slider-btn {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.slider-option .item.active .slider-content h2{
    opacity: 1;
    letter-spacing: 1px;
}

.slider-option .item.active .slider-content h3{
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.slider-option .item.active .slider-content h2{
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}

.slider-option .item.active .slider-content p{
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.slider-option .item.active .slider-content .slider-btn{
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.carousel-control{
    width: 0;
    opacity: 1;
}

.carousel-control{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 52px;
    background: #333;
    z-index: 99;
}

.carousel-control:focus, 

.carousel-control:hover {
    background: #111111;
}

.slider-item:after{
    position:absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.carousel-control.left, .carousel-control.right{
    background-image: none;
}

.carousel-control.left{
    left: 20px;
}

.carousel-control.right{
    right: 20px;
}

/*======================
    Start People Work css
=========================*/
.bg-people-work-section{
    padding-bottom: 83px;
}

.people-work-items .people-work-img{
    overflow: hidden;
}

.people-work-items{
    margin-bottom: 30px;
}

.work-content{
    padding-top: 28px;
}

.work-content h4{
    color: #070707;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.people-work-items:hover .work-content h4 {
    color: #f4630b;
}

.people-work-items:hover img{
    -webkit-transform: scale(1.50, 1.05);
    -moz-transform: scale(1.50, 1.05);
    transform: scale(1.05, 1.05);
}

/*======================
    Start Services css
========================*/
.services-section .services-header h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 34px;
    color: #0c1e2a;
    padding-top: 23px;
}

.services-section .services-header p{
    padding-top: 3px;
}

.services-section .services-header .btn-default{
    padding: 13px 30px;
    margin-top: 35px;
}

.services-section .services-items{
    background: #fff;
    padding: 10px 0;
    margin-bottom: 30px;
}

.services-section .services-content{
    display: table;
    padding: 10px 0;
}

.services-section .services-content p{
    padding-top: 5px;
}

.services-section .services-items:hover .services-content h4 a{
    color: #f4630b;
}

.services-section [class^="pe-7s-"], .services-section [class*="pe-7s-"] {
    color: #f4630b;
    display: inline-block;
    font-size: 50px;
    line-height: 65px;
    margin-left: 0;
    transition: all 0.3s ease-in-out 0s;
}

.progress-bar-success {
    background-color: #f4630b;
}

.progress-bar-striped, .progress-striped .progress-bar{
    -webkit-background-size: 9px 10px;
    background-size: 9px 10px;
}

/*===========================
    Start Count Section
==============================*/
.counter-overlay{
    background: rgba(30, 80, 146, 0.95);
}

.counter-option {
    padding: 40px 0 40px 0;
}

.counter-items{
    text-align: center;
}

.counter-items i{
    width: 100%;
    display: inline-block;
    color: #fff;
    font-size: 50px;
}

.counter-items span{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.counter-items h4{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

#counter h2, #counter p {
    color: #fff;
}

/*===========================
    Start teacher Section
=============================*/
.teacher-section{
    background: #f7f7f7;
    padding-bottom: 90px;
}

.sponsors-container,

.people-say-container,

.testimonial-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.teacher-items{
    text-align: center;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    margin-bottom: 28px;
    overflow: hidden;   

}

.teacher-img{
    width: 300px;
    border-radius: 5px;
    background: #ddd;
    display: inline-block;
    overflow: hidden;
}

.teacher-content{
    padding: 22px 0 10px 0;
}

.teacher-content h4{
    margin: 0;
}

.teacher-social-icon{
    border-top: 1px solid #f0f0f0;
    padding: 10px 0;
}

.teacher-items:hover{
    box-shadow: 1px 0 14px 1px #ebebeb;
}

.teacher-items:hover .teacher-content h4 a{
    color: #f4630b;
}

.teacher-items:hover .teacher-img{
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

/*===========================
    Start Testimonial Section
==============================*/
.bg-testimonial-section{
    background: url(assets/images/background/bg2.jpg) fixed;
    background-size: cover;
}

.testimonial-overlay{
    background: rgba(30, 80, 146, 0.95);
}

.testimonial-option{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 0 125px 0;
}

.testimonial-option .section-header h2,

.testimonial-option .section-header p{
    color: #fff;
}

.testimonial-container .swiper-slide {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    padding-bottom: 25px;
}

.testimonial-content{
    position: relative;
    padding: 25px 0 22px 22px;
}

.author-details{
    overflow: hidden;
    padding: 5px 0 0 25px;
}

.author-img{
    width: 82px;
    height: 82px;
    border: 3px solid #fafafa;
    border-radius: 100%;
    background: #ddd;
    overflow: hidden;
    float: left;
}

.author-name{
    float: left;
    margin: 18px 0 0 14px;
}

.author-name h4{
    font-size: 16px;
    color: #333;
}

.author-name h6{
    color: #666;
    padding-top: 2px;
}

.testimonial-option .swiper-pagination{
    width: 100%;
    bottom: 40px;
}

.testimonial-option .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    margin: 0 6px;
    border: 3px solid #f4630b;
    background: none;
}

.testimonial-option .swiper-pagination-bullet-active{
    background: #ffffff;;
}

/*===========================
    Start Blog Section
=============================*/
.bg-blog-section{    
    padding-bottom: 90px;
}

.blog-items{
    margin-bottom: 30px;
}

.blog-img{
    overflow: hidden;
}

.blog-img a{
    display: block;
}

.blog-content-box{
    border: 1px solid #f0f0f0;
}

.blog-content{
    padding: 31px 20px 25px 18px;
}

.blog-content h4 a{
    padding-bottom: 8px;
}

.meta-box{
    padding: 0 0 15px 0;
}

.meta-post{
    margin-bottom: 15px;
}

.meta-post li{
    display: inline-block;
    padding: 0 7px;
}

.meta-post li a{
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}

.meta-post li a:hover{
    color: #f4630b;
}

.meta-post li .fa, .meta-post li a .fa{
    font-size: 18px;
    color: #F4630B;
    padding-right: 4px;
}

.meta-post li:first-child{
    padding-left: 0;
}

.meta-post li:last-child {
    padding-right: 0;
}

.blog-items:hover {
    box-shadow: 1px 0 14px 1px #ebebeb;
}

.blog-items:hover .blog-content h4 a{
    color: #f4630b;
}

.blog-items:hover .blog-img img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.05, 1.05);
}

/*===========================
    Start Sponsors Section
==============================*/
.bg-sponsors-section{
    background: #f7f7f7;
    padding-bottom: 120px;
}

.sponsors-option{} 

.sponsors-items a{
    box-shadow: 1px 0 14px 1px #ebebeb;
    overflow: hidden;
}

.sponsors-container .swiper-slide {
    margin: 5px;
}

/*===========================
    Start Footer Section
=============================*/
.bg-footer-top{
    background: #042b78;    
    padding: 95px 0 85px;
}

.footer-top p{
    color: #cac5c5;
}

.widgets-title h3{
    color: #fefefe;    
    text-transform: uppercase;
}

.footer-widgets .widget-title, .widgets-title h4{
    color: #fefefe;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 32px;
}

.widgets-content {}

.widgets-content p{
    color: #bcbcbc;
}

.address-box{

    margin-top: 20px;

    overflow: hidden;

}

.address li{
    overflow: hidden;
    padding: 5px 0;
}

.address li .fa{
    float: left;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #f4630b;
    line-height: 36px;
    text-align: center;
    background: #00206d;
    border: 1px solid #00206d;
    border-radius: 2px;
    margin-right: 14px;
}

.address li span{
    display: table;
    color: #bcbcbc;
    padding-top: 6px;
}

.latest-news li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #143b88;
}

.latest-news li:first-child, .twitter-widget li:first-child {
    padding-top: 0;
}

.latest-news li:last-child, .twitter-widget li:last-child  {
    border-bottom: none;
    padding-bottom: 0;
}

.thumbnail-img img{
    width: 70px;
    height: 70px;
    float: left;
    margin: 4px 15px 0 0;
}

.thumbnail-content{
    display: table;
}

.thumbnail-content h5 a{
    color : #bcbcbc;
    line-height: 24px;
}

.post-date{
    font-size: 14px;
    color: #9b9b9b;
}

.latest-news li:hover .thumbnail-content h5 a{
    color: #f4630b;
}

.latest-news li:hover .thumbnail-img img, .footer-instagram a:hover{
    -webkit-filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    filter: grayscale(100%);
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.footer-widgets ul.menu  {
    padding: 0;
    margin: 0
}

.footer-widgets ul.menu li {
    margin-bottom: 15px;
    display: table;
    line-height: 24px
}

.footer-widgets ul.menu li a {
    display: table-cell;
    color: #9b9b9b;
    position: relative;
    padding-left: 20px;
}

.footer-widgets ul.menu li a:before {
    content: "\f105";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}

.footer-widgets ul.menu li a:hover{
    color: #fff;
}

.footer-instagram a {
    float: left;
    margin: 3px 3px;
}

.footer-instagram a img{
    width: 84px;
    height: 84px;
}

.bg-footer-bottom{
    background: #00206D;
    /*background: #771010 !important;*/
    padding: 28px 0 23px 0;
}

.copyright-txt{
    float: left;
}

.copyright-txt p{
    margin-left:10px;
    font-size: 14px;
    color: #b4b4b4;
    padding-top: 8px;
}

.copyright-txt p a{
    color: #f4630b;
    font-weight: 700;
}

.copyright-txt p a:hover{
    color: #000000;
}

.social-box{
    float: right;
}

.social-icon-rounded{}

.social-icon-rounded li{
    display: inline-block;
    overflow: hidden;
    margin: 0 3px;
}

.social-icon-rounded li:last-child{
    margin-right: 0;
}

.social-icon-rounded li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align:center;
    font-size: 18px;
    color: #f4630b;
    border: 2px solid #f4630b;
    border-radius: 100%;
    overflow: hidden;
}

.social-icon-rounded li a:hover{
    background: #f4630b;
    border: 2px solid #f4630b;
    color: #fff;
} 

/*======================================
    Start About Section
=========================================*/
.welcome{
    padding: 110px 0 75px 0;
}

.welcome-content h2{
    text-transform: uppercase;
    margin-bottom: 25px;
}

.welcome-content p{
    margin-bottom: 15px;
}

.welcome-content .btn-default{
    color: #fff;
    background: #f4630b;
    padding: 15px 30px;
    border: 0;
    margin: 25px 16px 0 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    border:2px solid #f4630b;
}

.welcome-content .btn-default:hover{
    opacity: 0.7;
}

.welcome-content .btn-default:active,

.welcome-content .btn-default:focus {
    color: #f4630b;
}

.welcome-content .btn-default:hover {
    color: #fff;
}

.call-back{
    background: #f1f1f1;
    padding: 30px 20px;
}

.call-back .form-control {
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    height: 50px;
    margin-bottom: 30px;
    padding-left: 25px;
}

.call-back .btn-default{
    color: #fff;
    background: #f4630b;
    padding: 15px 30px;
    margin: 25px 16px 0 0;
    animation-delay:2s;
    -webkit-animation-delay:2s;
    border: 2px solid #f4630b;
}

.call-back .btn-default:hover {
    color: #000;
}

/*========================================
    Start Recent Course Section
==========================================*/
.course-content{
    background: #f7f7f7;
    padding: 0 0 94px 0;
}

.our-courses .section-header{
    padding-bottom: 40px;
}

.our-courses .button{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 6px;
}

.our-courses .button:hover{
    color: #f4630b;
}

.our-courses .button::after {
    background: #949494 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 2px;
}

.our-courses .button:last-child:after{
    display: none;
}

.our-courses .is-checked{
    color: #f4630b;
}

div#filters, div#filter {
    text-align: center;
}

.course-items{
    margin-top: 40px;
}

.course-items .item{
    width: 33.33%;
    float: left;
}

.course-items .item-inner{
    background: #fff;
    margin: 15px;
}

.course-img{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.course-container{
    margin-top: 38px;
}

.course-overlay{
    position: absolute;
    width: 96%;
    height: 95%;
    top: 7px;
    left: 7px;
    background: rgba(27, 15, 9, 0.79);
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: scale(0, 0);
}

.our-courses .item-inner:hover .course-overlay{
    opacity: 1;
    transform: scale(1, 1);
} 

.course-link{
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.course-link li{
    display: inline-block;
    opacity: 0;
}

.course-link li a{
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 51px;
    text-align: center;
    font-size: 20px;
    color: #9f9f9f;
    background: #fff;
    border-radius: 3px;
    margin: 0 2px;
    float: left;
}

.course-link .course-search a, .course-link .course-plus a{
    line-height: 47px;
}

.course-link li a:hover{
    background: #f4630b;
    color: #fff;
}

.course-link .course-search, .course-link .course-plus{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}

.course-link .course-link{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}

.our-courses .item-inner:hover .course-link .course-search, .our-courses .item-inner:hover .course-link .course-plus{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.our-courses .item-inner:hover .course-link .c-link{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.our-course-content{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 28px 24px 18px 24px;
}

.our-course-content h4 a{
    font-weight: 700;
    color: #212121;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.our-course-content p{
    font-size: 16px;
    color: #696969;
}

.our-course-content p span a{
    text-transform: uppercase;
}

.our-courses .item-inner:hover .our-course-content h4 a{
    color: #f4630b;
}

.our-courses .item-inner:hover {
    box-shadow: 1px 0 14px 1px #ebebeb;
}

.course-items .item-inner:hover .course-img img{
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

/*========================================
    Start  Why Chose Section
==========================================*/
.why-chose{
    padding: 0 0 90px 0;
}

.why-chose-box{
    border: 1px solid #f0f0f0;
    padding: 8px;
    margin-bottom: 30px;
}

.why-chose-box [class^="pe-7s-"], .why-chose-box [class*="pe-7s-"]{
    color: #f4630b;
    display: inline-block;
    font-size: 50px;
    margin-left: 0;
    line-height: 65px;
    transition: all 0.3s ease-in-out 0s;
}

.why-chose-items{
    text-align: center;
    padding: 15px 20px 20px;
    border: 1px solid transparent;
}

.why-chose-content{
    padding-top: 4px;
}

.why-chose-content h4{
    padding-bottom: 8px;
}

.why-chose-content>a{
    font-size: 14px;
    font-weight: 700;
    color: #000!important;
    text-transform: uppercase;
    padding-top: 15px;
}

.why-chose-content>a .fa{
    padding-left: 4px;
}

.why-chose-box:hover{
    box-shadow: 1px 0 14px 1px #ebebeb;
}

.why-chose-box:hover [class^="pe-7s-"]:before,

.why-chose-box:hover [class*="pe-7s-"]:before,

.why-chose-box:hover [class^="pe-7s-"]:after,

.why-chose-box:hover [class*="pe-7s--"]:after{
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.why-chose-box:hover .why-chose-content h4 a,

.why-chose-box:hover .why-chose-content>a{
    color: #f4630b;
}

/*========================================
    Start Mission Section
==========================================*/
.mission{
    padding: 100px 0;
    background: #f7f7f7;
}

.mission h2{
    margin-bottom: 40px;
}

.mission p{
    margin:30px 0;
}

.mission img {
    box-shadow: 23px -22px 0 0 rgb(30, 80, 146);
}

/*========================================
    Start Recent Project Section
==========================================*/
.gallery-section{
    background: #f7f7f7;
    padding: 0 0 94px 0;
}

.recent-gallery .section-header{
    padding-bottom: 40px;
}

.recent-gallery .button{
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 0 20px;
    background: transparent;
    margin-bottom: 6px;
}

.recent-gallery .button:hover{
    color: #f4630b;
}

.recent-gallery .button::after {
    background: #949494 none repeat scroll 0 0;
    content: "";
    height: 15px;
    position: absolute;
    right: -6px;
    top: -2px;
    width: 2px;
}

.recent-gallery .button:last-child:after{
    display: none;
}

.recent-gallery .is-checked{
    color: #f4630b!important;
}

div#filters {
    text-align: center;
}

.gallery-items{
    margin-top: 40px;
}

.gallery-items .item{
    width: 33.33%;
    float: left;
}

.gallery-items .item-inner{
    background: #fff;
    margin: 15px;
}

.gallery-img{
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.gallery-container{
    margin-top: 38px;
}

.gallery-overlay{
    background: rgba(27, 15, 9, 0.79) none repeat scroll 0 0;
    height: 95%;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 7px;
    transform: scale(0, 0);
    transition: all 0.3s ease-in-out 0s;
    width: 96%;
    z-index: 1;
}

.recent-gallery .item-inner:hover .gallery-overlay{
    opacity: 1;
    transform: scale(1, 1);
}

.gallery-items .gallery-plus{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
    text-align: center;
}

.gallery-items .gallery-plus a {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    color: #9f9f9f;
    display: inline-block;
    font-size: 20px;
    height: 44px;
    line-height: 50px;
    margin-bottom: 30px;
    opacity: 0;
    text-align: center;
    transform: scale(1.6, 1.6);
    transition: all 0.4s ease-in-out 0s;
    width: 44px;
}

.gallery-items .item-inner:hover .gallery-plus a {
    opacity: 1;
    transform: scale(1, 1);
}

.gallery-content{
    border: medium none;
    margin-top: 30px;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 70%;
    width: 100%;
    z-index: 4;
}

.gallery-items .item-inner:hover .gallery-content {
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.gallery-content p{
    font-size: 16px;
    color: #696969;
}

.gallery-content p a {
    color: #fefefe;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.recent-gallery .item-inner:hover {
    box-shadow: 1px 0 14px 1px #ebebeb;
}

.gallery-items .item-inner:hover .gallery-img img{
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
}

/*========================================
    Start video Section
==========================================*/
.video-section{
    background-size: cover;
    background-position: 48% 100%;
}

.video-overlay{
    background: rgba(0, 0, 0, 0.7);
}

.video{
    text-align: center;
    padding: 245px 0;
}

.video h3{
    font-size: 30px;
    font-weight: 700;
    color: #fefefe;
    text-transform: uppercase;
    padding-top: 3px;
}

.video p { color: #fff;}

.custom-logo-link { max-width: 110px;}

.custom-logo-link img { margin: 0;}

/*========================================
    Start Upcoming Events Section 
==========================================*/
.upcoming-events{
    padding-bottom: 50px;
}

.event-items{
    margin-bottom: 30px;
}

.event-img{
    position: relative;
    display: block;
}

.event-img a, .event-img a img {
    display: block;
    width: 100%;
    overflow: hidden;
}

.date-box{
    position: absolute;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    bottom: 0;
    right: 30px;
    padding: 8px 0;
}

.date-box h3{
    font-size: 36px;
    font-weight: 700;
    color: #f4630b;
}

.date-box h5{
    font-size: 16px;
    font-weight: 600;
    color: #f4630b;
    text-transform: uppercase;
}

.events-content{
    border: 1px solid #f0f0f0;
    border-top: 0;
    padding: 27px 26px 30px 30px;
}

.events-content h3{
    margin: 0;
}

.events-content h3 a{
    text-transform: uppercase;
    color: #000;
}

.events-content .meta-post{
    margin: 4px 0 8px 0;
}

.events-content .meta-post li{
    font-size: 16px;
    color: #9b9b9b;
    padding: 0 7px;
}

.events-content .meta-post li:first-child{
    padding-left: 0;
}

.events-content .meta-post li .fa{
    font-size: 20px;
    font-weight: 300;
}

.events-content .btn-default{
    margin-top: 24px;
    padding: 8px 20px;
}

.event-items:hover{}

.event-items:hover .events-content h3 a{
    color: #f4630b;
}

.event-items:hover .event-img img{
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.event-items:hover{
    box-shadow: 1px 0 14px 1px #ebebeb;
}

/*====================================
    Teams Css
=====================================*/
.bg-team-section{
    padding-top: 130px;
    padding-bottom: 100px;
}

.bg-single-team{
    padding: 118px 0 110px 0;
}

.single-team-details h3, .single-team-content h3{
    font-size: 24px;
    font-weight: 700;
    color: #f4630b;
    text-transform: uppercase;
}

.single-team-details h5{
    font-size: 16px;
    font-weight: 400;
    color: #656565;
    padding: 3px 0 8px 0;
}

.single-team-details .social-icon-rounded{
    margin-top: 16px;
}

.team-address-box {
    margin-top: 3px;
}

.team-address-box .address .fa{
    background: transparent;
    border: 1px solid #f7f7f7;
}

.team-address-box .address li span{
    color: #696969;
}

.single-team-content{
    margin-top: 30px;
}

.single-team-content h3{
    padding-bottom: 6px;
}

/*====================================
    Project CSS
=====================================*/
.load-more-option{
    text-align: center;
}

.load-more-option .btn-default{
    font-size: 15px;
    color: #fff;
    background: #f4630b;
    padding: 12px 32px;
    margin-top: 34px;
}

.load-more-option .btn-default:hover, .load-more-option .btn-default:focus, .load-more-option .btn-default.focus, .load-more-option .btn-default:active{
    color: #f4630b;
}

.load-more-option .btn-default:before, 

.load-more-option .btn-default:after{
    background: #fff;
}

/*===========================
    Photo Gallery Css
 ============================*/
.photo-gallery{
    padding-top: 115px;
}

.photo-gallery .load-more-option .btn-default {
    font-size: 14px;
    padding: 15px 19px;
    margin-top: 50px;
}

/*====================================
    Single Project Css
======================================*/
.single-project{
    padding: 120px 0 111px 0;
}

.single-pro-main-content{
    padding-top: 68px;
}

.single-left-content{}

.single-left-content li{
    border: 1px solid #f7f7f7;
    padding: 18px 6px 11px 22px;
}

.single-left-content li h4{
    font-size: 16px;
    line-height: 14px;
}

.single-left-content li p{
    font-size: 16px;
}

.single-project-content h3{
    color: #010101;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.single-project-content p{
    line-height: 32px;
}

.single-small-img li{
    padding: 15px 0;
}

.single-small-img li:first-child {
    padding-top: 0;
}

.single-small-img li:last-child {
    padding-bottom: 0;
}

.download-option h4{
    padding-bottom: 20px;
}

.download-option .download-btn{
    margin-bottom: 30px;
}

.download-btn{
    display: inline-block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 14px 26px 12px 40px;
    background: #f4630b;
    border-radius: 4px;
}

.download-btn span {
    float: right;
}

.download-btn .fa{
    font-size: 18px;
    color: #fff;
    padding-right: 10px;
}

.download-btn span .fa{
    padding-left: 20px;
    padding-right: 0;
}

.download-btn:hover{
    background: #000;
    color: #fff;
}

a.download-btn{ color: #fff!important;}

.social-option{
    padding-top: 35px;
}

.social-option h4{
    padding-bottom: 10px;
}

/*===================================
    Start Single Services
 ====================================*/
.bg-single-services{}

.single-services{
    padding: 120px 0 95px 0;
}

.single-services-content{
    padding-left: 30px;
}

.single-services-content img{
    padding-bottom: 10px;
}

.single-services-content h3{
    color: #f4630b;
    text-transform: uppercase;
    padding: 26px 0 3px 0;
}

.single-services-content p{
    text-align: justify;
}

.mark-txt{
    padding-top: 14px;
}

.mark-txt li{
    font-size: 15px;
    font-weight: 600;
    color: #000;
    padding: 4px 0;
}

.mark-txt li:first-child{
    padding-top: 0;
}

.mark-txt li:last-child{
    padding-bottom: 0;
}

.mark-txt .fa{
    color: #f4630b;
}

.single-left-services-list{}

.single-left-services-list .nav-tabs{
    border-bottom: none;
}

.single-left-services-list .nav-tabs>li{
    float: none;
    margin-bottom: 0;
}

.single-left-services-list .nav-tabs>li>a{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    padding: 12px 15px;
    margin-right: 0;
    border-radius: 0;
    background: #fafafa;
    border: 1px solid #f0f0f0;
}

.single-left-services-list .nav-tabs>li.active>a, .single-left-services-list .nav-tabs>li.active>a:focus, .single-left-services-list .nav-tabs>li.active>a:hover{
    color: #f4630b;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgba(235, 235, 235, 0.57);
    border-radius: 0;
}

.download-service{
    padding-top: 50px;
}

.download-service a{
    margin: 28px 0 0 0;
}

.contact-quick {
    background: #1E4592;
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 30px 20px;
}

.contact-quick h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 13px;
}

.contact-quick p {
    color: #fff;
}

.contact-quick .btn {
    background: #fff;
    border: 0 none;
    color: #f4630b;
    line-height: 41px;
    width: 100%;
}

.contact-quick .btn:hover {
    background: #000000;
    border-color: #000000;
    color: #fff;
}

.contact-quick ul {
    margin-bottom: 20px;
    padding-top: 10px;
}

.contact-quick ul li {
    color: #fff;
    margin: 4px 0;
}

.contact-quick ul li a {
    color: #fff;
}

.contact-quick ul li i {
    background: #fff;
    border-radius: 1px;
    color: #1E4592;
    font-size: 10px;
    height: 20px;
    line-height: 12px;
    margin-right: 10px;
    padding: 5px;
    text-align: center;
    width: 20px;
}

/*===============================
    Start Event Page Css
=================================*/
.bg-event-box{
    padding: 120px 0 30px 0;
}

.event-search-box-option{
    padding: 23px 0 26px 31px;
    box-shadow: 1px 0 14px 1px #ebebeb;
}

.event-box{}

.event-box label{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.event-box .form-control{
    height: 50px;
    padding-left: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
}

.event-box .form-control:focus{
    border: 1px solid #f4630b;
}

.event-box .btn-default{
    background-color: #f4630b;
    color: #fff;
    margin: 42px 0 0 30px;
    padding: 13px 53px;
}

.event-box{}

.event-box .btn-default:hover:before {
    left: -17%;
}

.event-box .btn-default:hover:after {
    right: -14%;
}

.event-box .btn-default:before, 

.event-box .btn-default:after{
    background: #fff;
    color: #f4630b;
}

.event-box .btn-default:hover, .event-box .btn-default:focus, .event-box .btn-default.focus, .event-box .btn-default:active{
    color: #f4630b;
}
/*========================================================
## navigation
==========================================================*/
.pagination-option{
    text-align: center;
}

.pagination-option .pagination{
    margin: 0;
    text-align: center;
}

.pagination-option{
    padding-top: 45px;
}

.pagination-option .pagination>li>a{
    width: 40px;
    height: 40px;
    line-height: 29px;
    font-size: 16px;
    font-weight: 600;
    color: #f4630b;
    margin: 0 5px;
    border: 1px solid #f4630b;
    border-radius: 4px;
}

.pagination-option .pagination>li>a:focus, .pagination-option .pagination>li>a:hover, .pagination-option .pagination>li>span:focus, .pagination-option .pagination>li>span:hover{
    background: #f4630b;
    color: #fff;
    border-color: #f4630b;
}

.pagination-option .pagination li span.current {
    background: #f4630b;
    color: #fff;
    border-color: #f4630b;
    padding: 9px 17px;
    border-radius: 4px;
} 

.nav-links .nav-previous a, .nav-links .nav-next a{
  background: #ffffff;
  border: 1px solid #f4630b;
  border-radius: 4px;
  padding: 10px 35px;
  font-size: 15px;
  color: #a6a9ac;
  font-size: 14px;
}

.nav-links .nav-previous, .nav-links .nav-previous a {
    float: left;
}

.nav-links .nav-previous {
    margin-bottom: 5px;
}

.nav-links .nav-next, .nav-links .nav-next a {
    float: right;
}

.nav-links .nav-previous, .nav-links .nav-next{
    position:relative;
}

.nav-links .nav-previous a:hover,

.nav-links .nav-next a:hover{
  background: #212121;
  border-color: #212121;
  color: #ffffff;
  text-decoration: none;
}

/*====================================
    Start Blog Page
======================================*/
.blog-section{
   overflow: hidden;
}

.blog-page{
    padding-top: 120px;
}

.blog-page .pagination-option{
    padding-top: 30px;
}

.boxed{
    max-width: 1230px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 0 10px 2px #e8e8e8;
}

.boxed .menu-right-option{
    display: inline-block;
}

.boxed .menu-right-option .cart-icon{
    transform: translateY(8px);
}

.content-wrapper{
    padding: 100px 0 100px 0;
}

.blog-list .blog-items{
    margin-bottom: 40px;
}

.blog-list .blog-content {
    padding: 31px 20px 0 18px;
}

.blog-list .blog-content-box{
    padding-bottom: 23px;
}

.blog-list .blog-content p {
    padding: 10px 0 13px 0;
}

.blog-list .blog-content>a{
    font-size: 14px;
    font-weight: 600;
    color: #f4630b;
    text-transform: uppercase;
}

.blog-list .pagination-option{
    padding-top: 25px;
    text-align: left;
}

/*=======================================
    Start Contact Us
=========================================*/
.bg-contact-us{
    padding: 120px 0 130px 0;
}

.contact-us{} 

.contact-title{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.contact-form{
    margin-top: 31px;
}

.contact-form .form-control{
    height: 50px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    box-shadow: none;
    padding-left: 25px;
    margin-bottom: 30px;
}

.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form input[type="url"]:focus, .contact-form input[type="password"]:focus, .contact-form input[type="search"]:focus, .contact-form input[type="tel"]:focus, .contact-form input[type="number"]:focus, .contact-form textarea:focus{
    border: 1px solid #f4630b;
}

.text-area{
    height: 150px!important;
    border-radius: 0;
    padding-top: 20px;
}

.contact-form .btn-default{
    background: #f4630b;
    color: #fff;
    padding: 13px 27px;
}

.contact-form .btn-default:before, .contact-form .btn-default:after{
    background: #fff;
}

.contact-form .btn-default:hover, .contact-form .btn-default:focus, .contact-form .btn-default.focus, .contact-form .btn-default:active{
    color: #f4630b;
}

.contact-address li{
    border-bottom: 1px solid #eeeeee;
    padding: 18px 0;
    overflow: hidden;
}

.contact-address li:first-child{
    padding-top: 0;
}

.contact-address li:last-child{
}

.contact-address .contact-content{
    display: table;
}

.contact-address .contact-content p{
    font-size: 14px;
    color: #696969;
}

.contact-social-icon{
    margin-top: 20px;
}

.contact-social-icon li{
    margin: 0 7px;
}

.contact-social-icon li a{
    font-size: 24px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

.contact-social-icon li:nth-child(1) a{
    background: #3b5998;
    border: 2px solid #3b5998;
}

.contact-social-icon li:nth-child(2) a{
    background: #55acee;
    border: 2px solid #55acee;
}

.contact-social-icon li:nth-child(3) a{
    background: #dc4e41;
    border: 2px solid #dc4e41;
}

.contact-social-icon li:nth-child(4) a{
    background: #ff0084;
    border: 2px solid #ff0084;
}

.contact-social-icon li:nth-child(5) a{
    background: #cb2027;
    border: 2px solid #cb2027;
}

.contact-social-icon li:nth-child(6) a{
     font-size: 28px;
    line-height: 40px;
    background: #3b5998;
    border: 2px solid #3b5998;
}



.contact-social-icon li:nth-child(1) a:hover, .contact-social-icon li:nth-child(2) a:hover, .contact-social-icon li:nth-child(3) a:hover, .contact-social-icon li:nth-child(4) a:hover, .contact-social-icon li:nth-child(5) a:hover, .contact-social-icon li:nth-child(6) a:hover{
    background: #f4630b;
    border: 2px solid #f4630b;
}

#map{
    width: 100%;
    height: 600px;
}

/*==============================
    Start Single Event Css
================================*/
.bg-single-events{
    padding: 120px 0 145px 0;
}

.single-events{}

.single-event-item{}

.single-event-img{
    position: relative;
}

.single-event-content{
    border: 1px solid #f0f0f0;
    padding:  0 30px 30px 20px;
}

.single-event-content h3{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    padding: 30px 0 6px 0;
    text-transform: uppercase;
}

.single-event-content p{
    line-height: 28px;
    text-align: justify;
}

.single-date{
    overflow: hidden;
}

.single-date-option, .single-event{
    width: 100%;
    float: left;
}

.single-date{
    padding-top: 30px;
}

.single-date{
    padding-top: 5px;
    overflow: hidden;
}

.single-date li {
    background: #1e4592 none repeat scroll 0 0;
    border-radius: 3px;
    float: left;
    margin-bottom: 25px;
    margin-right: 20px;
    min-height: 120px;
    padding: 20px;
    text-align: left;
    width: 30%;
}

.single-date .adress-content h6{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.single-date .adress-content p{
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.event-single-bottom-option{
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 6px 30px;
    overflow: hidden;
}

.event-author-option{
    float: left;
}

.event-author-img{
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 100%;
    overflow: hidden;
    float: left;
    margin-right: 15px;
}

.event-author-name{
    display: table;
    padding: 7px 0;
}

.event-author-name p{
    font-size: 15px;
    color: #696969;
}

.event-author-name p a{
    font-size: 15px;
    font-weight: 600;
    color: #f4630b;
    text-transform: uppercase;
}

.event-author-name p a:hover{
    color: #696969;
}

.event-share-option{
    float: right;
}

.share-icon{
    padding: 4px 0;
}

.share-icon li>.fa{
    font-size: 16px;
    color: #f4630b;
    padding-right: 7px;
}

.share-icon li span{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

/*============== Start Sidebar ========*/
.sidebar{
    border: 1px solid #f0f0f0;
    padding: 20px;
}

.sidebar-widget-title, .comment-reply-title,.comments-title,.related-pots-block .widget-title{
    position: relative;
    border-bottom: 4px solid #f0f0f0;
    padding: 10px 0 16px 0;
}

.sidebar-widget-title:after, .comment-reply-title:after, .comments-title:after, .related-pots-block .widget-title:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    background: #f4630b;
    bottom: -4px;
    left: 0;
}

.widget {
    padding: 0;
    margin-bottom: 30px;
}

.widget .search-form {
    position: relative;
}

.widget .search-form .blog-search-field{
    height: 50px;
    padding-left: 25px;
    border: 1px solid #f7f7f7;
    box-shadow: none; 
    width: 100%;
}

.widget .search-form .blog-search-field:focus{
    border: 1px solid #f4630b;
    box-shadow: none;
}

.widget .search-form .screen-reader-text {
    display: none;
}

.widget .search-form .searchsubmit {
    position: absolute;
    right: 15px; 

    top: 15px;
    background: transparent;
    position: absolute;
    color: #7c7c7c;
    cursor: pointer;
    font-size: 16px;
}

.widget-area li ul{
    padding-top: 20px;
}

.widget-area li ul li{
    border-bottom: 1px solid #f0f0f0;
    padding: 9px 0 14px 0;
    position: relative;
}

.widget-area li ul li:first-child{
    padding-top: 0;
}

.widget-area li ul li:last-child{
    border-bottom: none;
}

.widget-area li ul li a{
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #696969;
    text-transform: capitalize;
    position: relative;
    padding-left: 15px;
}

.widget-area li ul li a:before {
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}

.widget-area li.widget_recent_comments ul li a:before {
    display: none;
}

.widget-area li ul li a span{
    float: right;
    width: 30px;
    height: 30px;
    line-height: 33px;
    text-align: center;
    background: transparent;
    border-radius: 100%;
}

.widget-area li ul li:hover{
    padding-left: 15px;
}

.widget-area li ul li:hover a{
    color: #f4630b;
}

.widget-area li ul li:hover a span{
    background: #f4630b;
    color: #fff;
}

.popular-news-option{
    overflow: hidden;
    padding-top: 32px;
}

.popular-news-option li{
    border-bottom: 1px solid #f0f0f0;
    padding: 20px 0;
    overflow: hidden;
}

.popular-news-option li:first-child{
    padding-top: 0;
}

.popular-news-option li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.popular-news-img{
    float: left;
    margin-top: 4px;
    margin-right: 20px;
}

.popular-news-contant{
    display: table;
}

.popular-news-contant h5 a{
    font-weight: 600;
    color: #000;
    line-height: 24px;
    margin-top: 10px;
}

.popular-news-contant p{
    font-size: 14px;
}

.popular-news-option li:hover .popular-news-contant h5 a{
    color: #f4630b;
}

.gallery-instagram{
    overflow: hidden;
    padding-top: 23px;
}

.gallery-instagram a{
    float: left;
    margin: 2px 2px;
}

.tag-cloud{
    margin-top: 30px;
}

.tag-cloud .btn{
    font-size: 14px;
    font-weight: 600;
    color: #696969;
    text-transform: uppercase;
    border: 1px solid #f0f0f0;
    padding: 9px 20px;
    border-radius: 0;
    margin: 0 3px 10px 0;
}

.tag-cloud .btn:hover{
    background: #f4630b;
    color: #fff;
    border: 1px solid #f4630b;
}

/*================================
    Start  Single Blog
==================================*/
.single-blog-section, .bg-single-campaign{
    padding: 120px 0 135px 0;
}

.single-blog .blog-content{
    padding: 31px 30px 25px 30px;
}

.single-blog .blog-items:hover {
    box-shadow: none;
}

.single-blog .meta-box{
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    padding: 15px 30px;
    margin-bottom: 0;
}

.single-blog .meta-post{
    float: right;
    padding: 9px 0 5px 0;
}

.single-blog .blog-content h4{
    font-size: 30px;
    padding-bottom: 10px;
}

.single-blog{}

.quate-para{
    position: relative;
    font-weight: 600;
    color: #f4630b;
    font-style: italic;
    padding: 0 30px;
    margin: 20px 0;
}

.quate-para:before{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f10d";
    top: 0;
    left: 0;
}

.quate-para:after{
    position: absolute;
    font-family: FontAwesome, sans-serif;
    content: "\f10e";
    bottom: 0;
    right: 23%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.quate-para p:before{
    position: absolute;
}

.single-blog-bottom{
    border-top:1px solid #f0f0f0;
    overflow: hidden;
}

.single-blog-bottom{
    padding: 10px 28px;
}

.single-blog-bottom .tags{
    float: left;
}

.single-blog-bottom .tags{
    padding: 6px 0;
}

.single-blog-bottom .tags li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    padding: 0 8px;
}

.single-blog-bottom .tags li:after{
    position: absolute;
    content: "";
    width: 8px;
    height: 2px;
    background: #696969;
    top: 12px;
    right: -6px;
}

.single-blog-bottom .tags li:first-child{
    padding-left: 0;
    padding-right: 0;
}

.single-blog-bottom .tags li:last-child{
    padding-right: 0;
}

.single-blog-bottom .tags li:first-child:after,

.single-blog-bottom .tags li:last-child:after{
    display: none;
}

.single-blog-bottom .tags li .fa{
    color: #f4630b;
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg);
    margin-right: 3px;
}

.single-blog-bottom .tags li a{
    font-size: 14px;
    font-weight: 500;
    color: #696969;
    text-transform: capitalize;
}

.single-blog-bottom .tags li a:hover{
    color: #f4630b;
}

/*===============================================================
## Author Box
=================================================================*/
.authorbox {
    position: relative;
    padding: 20px 0 20px 100px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.authorbox img {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    top: 16px;
}

.authorbox p {
  margin-bottom: 0;
}

.authorbox .author-header, .authorbox .author-header a {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.authorbox .socials {
  float: right;
}

.authorbox .socials li {
    display: inline;
    padding: 0 10px;
}

.authorbox .socials a {
  font-size: 14px;
  margin-left: 33px;
}

.authorbox .socials a:first-of-type {
  margin-left: 0;
}

.authorbox .socials a.ts-twitter {
  color: #55acee;
}

.authorbox .socials a.ts-google-plus {
  color: #dd4b39;
}

.authorbox .socials a.ts-facebook {
  color: #3b5999;
}

.authorbox .socials a.ts-linkedin {
  color: #007bb6;
}

.authorbox .socials a:hover {
  color: #d72924;
}

/*===============================================================
## Related Post
=================================================================*/
.related-pots-block ul li.related-box {
    margin: 20px 0;
}

.related-post h2 {
    font-weight: 600;
    margin-top: 10px;
    font-size: 20px;
}

.related-post .meta-box{
    padding-left: 10px;
    padding-right: 10px;
}

.related-post .meta-box .meta-post li:last-child {
    display: none;
}

/*===============================================================
## Search Result
=================================================================*/
.no-results.not-found h1{
    color: #333;
}

.no-results.not-found .search-block {
    position: relative;
}

.no-results.not-found .blog-search-field{
    height: 50px;
    padding-left: 25px;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    width: 100%;
}

.no-results.not-found .searchsubmit {
    position: absolute;
    right: 15px;
    top: 43px;
    background: transparent;
    position: absolute;
    color: #7c7c7c;
    cursor: pointer;
    font-size: 16px;
}

/*===============================================================
## Comments
=================================================================*/
.comment-box-wrapper{
  position: relative;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

/**
 * 11.4.1 - Comment form
 * -----------------------------------------
 */
/* comments area: comment form, comment list, and navigation */
.comments-area {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
}

/* comments area: styles for Font Awesome icons */
.comment-reply-title #cancel-comment-reply-link:before,

.bypostauthor > article .fn:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* comment form title, comments title */
.comment-reply-title, .comments-title {
  margin: 0 0 25px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #2f3235;
  text-transform: uppercase;
}

/* comment form */
.comment-form {
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}

.comment-form-comment {
  margin: 15px 0;
}

.comment-form-author, .comment-form-email, .comment-form-url {
  margin-bottom: 15px;
}

.comment-form label {
  display: block;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 1.7;
  color: #4c4f53;
}

.comment-form-comment label:after {
  content: ' *';
}

.comment-form-cookies-consent {
  margin-bottom: 10px;
  padding-top: 12px;
}

.comment-form-cookies-consent input[type="checkbox"] {
  margin: 0 10px 0 0;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-bottom: 0;
  font-weight: 400;
}

#author, #email, #url, #comment {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 3px;
  color: #4c4f53;
  background: #ffffff;
  border: 1px solid #eeefef;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

#comment {
  height: 110px;
  padding: 10px;
  resize: vertical;
}

#author:hover, #email:hover, #url:hover, #comment:hover {
  border-color: #f4630b;
}

#author:active, #email:active, #url:active, #comment:active, #author:focus, #email:focus, #url:focus, #comment:focus {
  outline: none;
  border-color: #f4630b;
}

/* allowed tags */
.comment-form .form-allowed-tags {
  display: none;
}

/* comment form: submit button */
.comment-form .form-submit {
  padding: 15px 0 7px;
  margin-bottom: 0;
}

.comment-form #submit {
    outline: none;
    display: inline-block;
    height: 48px;
    font-size: 15px;
    font-style: normal;
    border: 0;
    border-radius: 4px;
    padding: 10px 34px;
    background: #f4630b;
    color: #ffffff;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.comment-form #submit:hover, .comment-form #submit:focus {
  color: #ffffff;
}

.comment-form #submit:hover {
  background: #212121;
  border-color: #212121;
  color: #ffffff;
  text-decoration: none;
}

.comment-form #submit:active {
  position: relative;
  top: 1px;
}

/* "must login" message */
.comment-respond .must-log-in {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffff;
}

.comment-respond .must-log-in a {
  color: #4c4f53;
  text-decoration: underline !important;
}

.comment-respond .must-log-in a:hover, .comment-respond .must-log-in a:focus {
  color: #6ca4db;
}

/* "logged-in as ..." message */
.comment-form .logged-in-as a {
  color: #4c4f53;
}

.comment-form .logged-in-as a:first-child:hover, .comment-form .logged-in-as a:first-child:focus {
  color: #4c4f53;
  text-decoration: underline !important;
}

.comment-form .logged-in-as a:last-child {
  text-decoration: underline !important;
}

.comment-form .logged-in-as a:last-child:hover, .comment-form .logged-in-as a:last-child:focus {
  color: #6ca4db;
}
/* cancel comment reply link */

.comment-reply-title small {
  float: right;
  margin-top: 10px;
}

.comment-reply-title #cancel-comment-reply-link {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: #989ea6;
  position: relative;
  padding-left: 20px;
  text-transform: uppercase;
}

.comment-reply-title #cancel-comment-reply-link:before {
    font-family: 'FontAwesome';
    font-weight: 900;
    content: '\f00d';
    display: inline-block;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}

.comment-reply-title #cancel-comment-reply-link:hover {
  color: #6ca4db;
}

/**
 * 11.4.2 - Comment list
 * -------------------------------------------------------------
 */
/* comments */
.comment-list-wrap {
  margin-bottom: 40px;
  padding: 30px 30px 15px;
  background-color: #ffffff;
}

.comment-list {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 15px;
}

.comment-list .children {
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 30px;
}

/* comment body */
.comment .comment-body {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #eeefef;
  word-wrap: break-word;
  position: relative;
}

.comment-list > .comment:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* pingbacks and trackbacks */
.comment-list .pingback .comment-body {
  margin-top: 25px;
  padding-top: 25px;
  padding-left: 36px;
  border-top: 1px solid #eeefef;
  word-wrap: break-word;
  position: relative;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #989ea6;
}

.comment-list .pingback .comment-body:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f35d';
  position: absolute;
  top: auto;
  left: 0;
  margin-top: -2px;
  line-height: 1;
  font-size: 19px;
  color: #4c4f53;
  opacity: 0.2;
}

.comment-list > .pingback:first-child > .comment-body {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.comment-list .pingback .comment-body > a {
  display: block;
  margin-top: 12px;
  font-family: 'Lora', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #4c4f53;
}

.comment-list .pingback .comment-body > a:hover,

.comment-list .pingback .comment-body > a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

.comment-list .pingback .comment-body .edit-link {
  display: inline-block;
  margin-top: 12px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}

.comment-list .pingback .comment-body .edit-link .comment-edit-link {
  color: #989ea6;
  text-decoration: none !important;
}

.comment-list .pingback .comment-body .edit-link .comment-edit-link:hover, .comment-list .pingback .comment-body .edit-link .comment-edit-link:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment metadata: avatar */
.comment-meta .comment-author img {
  float: left;
  display: block;
  width: 46px;
  height: 46px !important;
  margin: 0 15px 0 0;
  padding: 0;
  border-radius: 23px;
}

/* comment metadata: author */
.comment-meta .comment-author .fn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  color: #2f3235;
  text-transform: uppercase;
}

.comment-meta .comment-author .fn .url {
  color: #2f3235;
  text-decoration: underline !important;
}

.comment-meta .comment-author .fn .url:hover,

.comment-meta .comment-author .fn .url:focus {
  color: #6ca4db;
}

.comment-meta .comment-author .says {
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  word-wrap: normal !important;
}

/* comment metadata: post author */

/*.bypostauthor > article .fn:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: '\f044';
  margin-left: 8px;
  font-size: 75%;
}*/
/* comment metadata: date and edit links */
.comment-meta .comment-metadata {
  margin-top: 2px;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  color: #989ea6;
}

.comment-meta .comment-metadata a {
  color: #989ea6;
}

.comment-meta .comment-metadata a:hover, .comment-meta .comment-metadata a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment metadata: edit link */
.comment-meta .edit-link {
  margin-left: 10px;
}

/* comment metadata: "comment awaiting moderation" message */
.comment-meta .comment-awaiting-moderation {
  display: inline-block;
  margin: 15px 0 0;
  padding: 4px 0;
  background-color: #f7f8f8;
}

/* comment content */
.comment-content {
  padding: 12px 0 0 61px;
}

.bwp-no-avatars .comment-content {
  padding-left: 0 !important;
}

.comment-content p {
  margin-bottom: 15px;
}

.comment-content a {
  color: #4c4f53;
  text-decoration: underline !important;
}

.comment-content a:hover, .comment-content a:focus {
  color: #6ca4db;
}

/* comment reply */
.comment-body .reply {
    padding: 0 0 0 61px;
    line-height: 1.3;
    position: absolute;
    top: 20px;
    right: 0;
}

.bwp-no-avatars .comment-body .reply {
  padding-left: 0 !important;
}

.comment-body .reply .comment-reply-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    color: #989ea6;
    position: relative;
    padding-left: 20px;
    text-transform: uppercase;
}

.comment-body .reply .comment-reply-link:before {
    content: "\f122";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    left: 3px;
    position: absolute;
    top: 0;
}

.comment-body .reply .comment-reply-link:focus {
  color: #989ea6;
}

.comment-body .reply .comment-reply-link:hover {
  color: #6ca4db;
  text-decoration: underline !important;
}

/* comment reply: comment form */
.comment-respond, .comment-list li .comment-respond {
  margin-top: 25px;
  padding-top: 25px;
}

.comment-list li .comment-reply-title {
  margin-bottom: 16px;
}

.comment-list li .comment-form {
  margin-bottom: 0;
  padding: 0;
  box-shadow: none;
}

.comment-list li .comment-form .form-submit {
  padding-bottom: 5px;
}

/* comments are closed */
.comment-list-wrap.comments-closed .comment-list {
  padding-bottom: 0;
}

.comments-area .no-comments {
  margin-bottom: 40px;
  padding: 30px;
  background-color: #ffffff;
}

/**
 * 11.4.3 - Comments navigation
 * -------------------------------------------------------------
 */
.comment-navigation {
  margin: 10px 0 0;
  padding: 20px 0 15px;
  border-top: 1px solid #eeefef;
}

.comment-list-wrap.comments-closed .comment-navigation {
  margin-top: 25px;
}

.comment-navigation:before, .comment-navigation:after {
  content: " ";
  display: table;
}

.comment-navigation:after {
  clear: both;
}

.comment-navigation {
  zoom: 1;
}

.comment-navigation .nav-previous, .comment-navigation .nav-next {
  display: inline-block;
  min-height: 1px;
  width: 50%;
  line-height: 1.6;
}

.comment-navigation .nav-previous {
  float: left;
  text-align: left;
  padding-right: 15px;
}

.comment-navigation .nav-next {
  float: right;
  text-align: right;
  padding-left: 15px;
}

.comment-navigation .nav-links a {
  display: inline-block;
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  word-wrap: break-word;
  color: #989ea6;
}

.comment-navigation .nav-links a:hover, .comment-navigation .nav-links a:focus {
  color: #6ca4db;
  text-decoration: underline !important;
}

.comment-navigation .nav-previous i {
  margin-right: 10px;
}

.comment-navigation .nav-next i {
  margin-left: 10px;
}

/*=========================================
    Start 404 Page
====================================*/
.page-error-option{
    text-align: center;
    padding: 150px 0 200px 0;
}

.page-error-option img{
    display: inline-block;
    margin-bottom: 37px;
}

.page-error-option h2{
    color: #010101;
    line-height: 36px;
    text-transform: uppercase;
}

.page-error-option h2 span{
    color: #f4630b;
}

.page-error-option p{
    font-size: 18px;
    color: #010101;
}

.page-error-option .btn-default{
    padding: 13px 38px;
    background: #f4630b;
    color: #fff;
    margin-top: 25px;
}

.search_box .search-box .second_click {
    display: block !important;
}

.search_box .search-box .first_click {
    display: none !important;
}

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

.left-sidebar .left-block {
    float: right;
}

.right-sidebar .left-block {
    float: left;
}

.no-sidebar .left-block {
    width: 100% !important;
}

.no-sidebar .right-block {
    display: none;
}

.social-icon-rounded li a {
    color:#FFF;
}

li.widget_education_way_download:not(:last-child){margin-bottom: 16px;margin-top: -49px;}

/* Bootstrap 5 compatibility */
.menu-right-option {
    order: 9;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.navbar-toggler .icon-bar {
    border: 1px solid #fff;
    background: #fff;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggler {
    position: relative;
    float: right;
    padding: 12px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.carousel-indicators [data-bs-target] {
    opacity: .5;
    transition: opacity .6s ease;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px 6px;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-indicators .active {
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

nav.breadcrumb-trail.breadcrumbs {
    width: 100%;
}

.header-top #menu-top-menu  ul li {
    padding: 5px 15px;
}

.header-top #menu-top-menu ul {
    flex-wrap: wrap;
    flex-direction: row;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        width: 100%;
    }

    .menu-primary-menu-container {
        text-align: left;
    }
}

/*2022-14-03 */
.home .header .bg-main-menu{
    background: transparent;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.home .header .main-menu .nav > li > a {
    /*color: #ffffff;*/
    font-size: 15px;
}

.home .header .main-menu .nav > li > a:hover {
    color: #f4630b;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.home .menu-scroll.menu-fixed {}

.home .elementor-element-6015125 .elementor-text-editor p, .home .elementor-element-610824f .elementor-text-editor p {
    font-size: 18px;
}

.elementor-6 .elementor-element.elementor-element-fa493e8 {
    text-align: center !important;
}

.spic-feature {
    text-align: center;
    margin: 15px 15px 30px 15px;
}

.spic-feature img {
    width: 60%;
    object-fit: scale-down;
    padding: 15px;
}

.spic-feature p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.spic-feature .text {
    color: #00b2ef;
}

.acca-course-home {
    border: 2px solid #eeefef;
    border-radius: 7px;
    padding: 15px;
}

.acca-course-home-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #00b2ef;
}

.acca-course-home-content {
    padding: 15px;
}

.acca-course-home-content-subtitle {
    font-weight: bold;
}

.acca-course-home-content-subtitle.options {
    padding-top: 10px;
}

.bullets li {
    list-style: disc !important;
    margin-left: 1em;
}

.acca-course-home-button{
    text-align: center;
}

.acca-course-home-button a{
    display: inline-block;
    background: #f4630b;
    border-radius: 3px;
    color: #ffffff !important;
    padding: 12px 50px;
    font-weight: bold;
}

.free-trial-section {
    display: inline-block;
    border-radius: 3px;
    margin: 10px 30px 5px 30px;
}

.free-trial-section a {
    padding: 12px 50px;
    font-weight: bold;
}

#ft-student {
    background: #f6492d;
}

#ft-organisation {
    background: #1495c1;
}

.form-content-wrapper {
    margin: 0 auto;
    width: 90%;
}

.home .form-group.form-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
}

.form-group {
    margin: 15px 0px;
    text-align: center;
}

.form-group input {
    padding: 10px;
    border-radius: 2px;
}

.error-field-msg {
    display: none;
    text-align: left;
    color: #ee3536;
    padding: 0px 10px;
    background: #fec4c4;
}

.elementor-element-5509042 .elementor-widget-container .elementor-text-editor .bg-about .container .content-wrapper .row {
    background: #00b2ef;
    /*background: rgba(177,174,174,0.5);*/
    border-radius: 2px;
}

.footer-bottom {
    text-align: center;
}

.footer-bottom a:hover {
    text-decoration: underline !important;
}

.footer-bottom a {
    color: #ffffff !important;
    font-weight: unset !important;
}

.copyright-txt {
    float: none;
    display: inline-block;
}

.copyright-txt p {
    color: #ffffff !important;
}

.form-group.form-title {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
}

/*contact form page*/
.elementor-element-38d12b0 .form-title {
    display: none;
}

.elementor-element-38d12b0 .bg-about .content-wrapper {
    padding: 0;
}

.form-group.form-checkbox {
    text-align: left;
}

#cu-map-details-mobile {
    display: none;
}

/*student registration page*/
.form-radio-group {
    display: inline-block;
    margin-right: 2em;
}

.form-group.form-input-radio {
    text-align: left !important;
}

.default {
    color: #737d8b;
}

.short-link, .short-link h4 {
    color: #ffffff;
}

.btn-primary {
    font-size: 18px;
    padding: 12px 40px;
    background: #cc2026 !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background: #971115 !important;
    /*background: #790101 !important;*/
}

.success-check-section {
    margin: 50px 0px 30px 0px;
}

#success-check {
    width: 256px;
    display: block;
    margin: 0 auto;
}

.thank-you, .thank-you-text {
    display: block;
    margin: 0 auto;
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding: 20px;
}

.elementor-element-8799cb7 {
    text-align: center;
}

.backtohome, .tovideo {
    display: inline-block;
}

.backtohome a, .tovideo a {
    font-size: 18px;
    padding: 12px 30px;
    background: #cc2026;
    color: #ffffff !important;
    border-radius: 3px;
    margin: 0px 5px;
}

.backtohome a:hover {
    background: #F37628;
}

.backtohome {
    text-align: center;
    margin-bottom: 30px;
}

.page-template form a {
    color: #f4630b;
}

.page-template form a:hover {
    color: #0a58ca;
}

/* hide arrow of main menu with sub menus */
.navbar-nav > li.menu-item-has-children > a::after, .menu-main-navigation-menu-2-container .dropdown-btn {
    display: none;
}

.dropdown-menu {
    background: #14719f;
    border: 0px;
}

.menu-item-has-children li a span {
    color: #ffffff;
}

.menu-item-has-children .dropdown-menu a:hover {
    background: #fdb35c;
}

.header .main-menu .nav > li.active ul li a {
    text-shadow: unset;
}

.menu-item {
    align-content: center;
}

.menu-item-3498 .nav-link {
    background: #00b2ef;
    border-radius: 50px;
    padding: 10px 20px !important;
    margin-left: 10px;
}

.slick-prev:before, .slick-next:before {
    color: #f4630b;
    display: flex;
}

.thegap {
    padding-bottom: 20px;
}

#about_us {
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
}

#about_us div {
    text-align: center;
}

#about_us img.about_us_inner_top_left {
    width: 300px;
    margin: 0 35px 20px 35px;
}

#about_us img.about_us_inner_top_right {
    width: 200px;
    margin: 0 35px 20px 35px;
}

#about_us p {
    text-align: left;
    line-height: 2;
    color: #000000;
    margin: 10px 20px;
}

.hidden-field, #email-2 {
    display: none;
}

.spviewer {
    height: 100% !important;
}

#mainContainer .toolbar {
    display: none; /*to hide toolbar of iframe pdf*/    
}

.short-link.left {
    margin: 0 0 0 auto;
}

.short-link.right {
    margin: auto auto auto 0;
}

.elementor-1187 .elementor-element.elementor-element-d9883fe > .elementor-widget-container {
    padding: 0px !important;
}

.main-menu .navbar .collapse div {
    margin-bottom: 0px !important;
}

.main-menu .navbar .collapse .menu-right-option .search-box {
    margin-bottom: 25px !important;
}

.study-texts-feature .study-texts-img img {
    width: 130px;
}

#menu-item-8473 .nav-link {
    padding-left: 15px;
    padding-top: 20px;
}

.menu-item-8473 .nav-link img {
    width: 30px;
}

.placeholder {
    color: #737d8b;
}

.button_link_submit {
    display: none;
}

.form-group.mytext.nogap_firstname, .form-group.mytext.nogap_lastname {
    margin-top: 0px;
}

.nogap_firstname, .nogap_accaid, .nogap_icpassno {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.nogap_lastname, .nogap_dob {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

/* home banner background edit & color*/
#main-top-banner {
    background: linear-gradient(to bottom, #ED7D31 25%, #b3f6ff 25%, #b2d3ff 120%);
}

#main-top-banner .elementor-container.elementor-column-gap-default {
    margin-top: 120px;
}

.elementor-element-2317629 .elementor-container.elementor-column-gap-default, .elementor-element-f5868cb .elementor-container.elementor-column-gap-default, .elementor-element-f5868cb .elementor-container.elementor-column-gap-default, .elementor-element-20cb0e2 .elementor-container.elementor-column-gap-default {
    margin-top: 0px !important;
}

.elementor-button.elementor-size-md {
    padding: 15px 50px !important;
    border-radius: 15px !important;
}

.home_banner_text_left {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-left: 5%;
}

.home_banner_text_right {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding-right: 15%;
}

#hp_pf_fom {
    margin-left: 5%;
}

#hp_wd_imi {
    margin-right: 15%;
}

#no-two-main-banner {
 display: none;
}
/* end of home banner background edit & color*/

.elementor-element-5996fce #purchases_table td:nth-child(1), .elementor-element-7107f9d #purchases_table_2 td:nth-child(1) {
    width: 36%;
}

.elementor-element-7107f9d #purchases_table_2 td:nth-child(1), .elementor-element-7107f9d #purchases_table_2 th:nth-child(1), .elementor-element-7107f9d #purchases_table_2 .it2_topleft_blk {
    display: revert;
}

.g-recaptcha {
    display: inline-block;
}

.contact_us_important_note {
    display: inline-block;
    width: 30%;
    vertical-align: bottom;
    margin-left: 10px;
}

.contact_us_important_note p {
    /*color: #ffffff;*/
    line-height: 1.5;
    font-size: 10px;
}

/* adjust top menu navigatiohn */
.navbar-header {
    width: 30%;
}

.navbar-brand {
    margin: 0;
}

/* static page */
#spic-stc-banner {
    padding: 50px;
    margin: 50px 50px;
    border-radius: 20px;
}

.stc-header {
    margin: 0 0 30px 0;
}

.stc-header h1 {
    text-shadow: 1px 0px 2px grey, -1px -0px 2px grey, 0px 1px 2px grey, 0px -1px 2px grey;
    padding: 5px 0;
}

.stc-header h1, .stc-header h2 {
    font-weight: 700;
    margin: 20px 0;
}

.stc-detail {
    padding: 0 10px;
}

.stc-header-p {
    background: rgba(255,255,255,0.5);
    padding: 5px 20px;
    border-radius: 20px;
}

#spic-stc-banner p {
    color: #00b2ef;
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
    text-shadow: 1px 0px 2px #fff, -1px -0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
    width: fit-content;
    border-radius: 20px;
}

.stc-detail a {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    background: #cc2026;
    border-radius: 7px;
    margin: 5px 15px;
    color: #ffffff !important;
}

#hs-spic-programme {
    text-align: center;
}

.hssp-section {
    display: inline-block;
    width: 22%;
    text-align: center;
    vertical-align: top;
    margin: 10px;
    /*background: #f4555b;*/
    background: #f78185;
    border-radius: 7px;
}

.hssp-top-img {
    /*width: 250px !important;*/
    width: 100%;
    height: 170px !important;
    object-fit: cover;
}

.hssp-programme-lg {
    padding: 15px;
    height: 80px;
    align-content: center;
}

.hssp-programme-lg img {
    width: 100px;
    margin: 0 auto;
}

.hssp-section p {
    margin-top: 10px;
}

.hssp-section p a {
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 5px 0;
    padding: 5px 10px;
    border-radius: 7px;
}

.hssp-section p a:hover {
    background: #cc2026;
}
/* end of homepage static page */

/* test of homapage static page */
.elementor-element-03a93ad .elementor-element-populated .elementor-widget-wrap {
    padding: 0 !important;
}

.menu-scroll.test-landing-page.menu-fixed {
    background: #14719f !important;
}

.header .bg-main-menu.test-landing-page{
    background: transparent;
    position: fixed;
    z-index: 1000;
    width: 100%;
}

#spic-stc-banner-2 {
    position: relative;
    overflow: hidden;
    width: 100%
}

#spic-stc-banner-2 img {
    pointer-events: none;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: -1;
    min-height: 100%;
    max-width: 100%;
}

#spic-stc-banner-2 p {
    color: #00b2ef;
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0;
    text-shadow: 1px 0px 2px #fff, -1px -0px 2px #fff, 0px 1px 2px #fff, 0px -1px 2px #fff;
    width: fit-content;
    border-radius: 20px;
}

#spic-stc-banner-2 .stc-header {
    margin: 15em 7em 30px 7em;
}

#spic-stc-banner-2 .stc-detail {
    padding: 0 10px;
    margin: 1em 7em 7em 7em;
}
/* end of test of homepage static page*/

/*sunwaytes micpa*/
#stes_micpa_banner {
    /*width: 80%;*/
    /*margin: 30px auto;*/
}

#stes_micpa_banner h2 {
    /*color: #ffffff;*/
    width: 50%;
}

#stes_micpa_banner_content div {
    font-size: 24px;
    color: #000000;
    margin: 40px 20px 20px 20px;
    background: #ffd700;
    padding: 10px 40px;
    box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.44);
    width: fit-content;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;

}

#stes_micpa_banner_content ul {
    padding: 20px 30px;
}

#stes_micpa_banner_content ul {
    list-style-type: disc;
}

#stes_micpa_banner_content ul, #stes_micpa_banner_content li {
    list-style: unset;
    font-size: 20px;
    color: #ffffff;
}

#stes_micpa_banner_content span {
    padding: 20px;
    color: #ffffff;
}

#stes_micpa_banner_content a {
    padding: 10px 40px;
    display: block;
    width: fit-content;
    background: #dd2992;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    margin: 20px 0 0 10px;

}

#gtfwoeb {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 199px;
    z-index: 1;
    background: linear-gradient(#7776ff, #ae2cf1);
    border-radius: 100px;
    padding: 40px 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.44);
}

#naetfw {
    display: block;
    position: absolute;
    left: 20%;
    top: 80px;
    width: 250px;
    height: 249px;
    z-index: 1;
    background: linear-gradient(#7776ff, #ae2cf1);
    border-radius: 200px;
    padding: 60px 15px;
    text-align: center;
    box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.44);
}

#gtfwoeb a, #gtfwoeb p, #naetfw p {
    color: #ffffff;
}

.page-id-8639 {
    font-family: 'Roboto', sans-serif !important;
}

.page-id-8639 .main-menu .navbar .collapse div {
    margin-bottom: auto !important;
}

.page-id-8639 .header .bg-main-menu {
    /*background: #ffadcc;*/
    background: #ffffff;
}

.page-id-8639 .bg-main-menu.menu-scroll.menu-fixed {
    background-color: rgba(255,255,255,0.7);
}

.page-id-8639 .header .main-menu .nav > li > a {
    color: #000000;
}

#menu-item-8645 .nav-link {
    background: #0098db;
    border-radius: 50px;
    padding: 10px 20px !important;
    margin-left: 10px;
    color: #ffffff;
}

.micpa_grbtap_section.right h2 {
    margin: 0 0 20px 0;
}

.micpa_grbtap_section.right p {
    font-weight: 700;
    font-size: 16px;
    padding: 0 0 0 20px;
}

.micpa_grbtap_section.right p img {
    width: 20px;
    margin-right: 5px;
}

.micpaxca_qp_section, .micpa_grbtap_section {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.micpaxca_qp_section .items {
    font-size: 18px;
    padding: 10px;
    margin: 10px;
    line-height: 2;
}

.micpaxca_qp_section.right {
    text-align: center;
}

.micpaxca_qp_section.right img {
    width: 50%;
}

#micpaxca_dtl {
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}

#micpaxca_dtl div {
    flex: 1;
    border-right: 1px solid #000000;
    padding: 10px;
    margin: 15px 21px 15px 10px;
    /*display: inline-block;*/
    /*width: 30%;*/
    line-height: 1.5;
}

#micpaxca_dtl div span {
    font-weight: 700;
}

#micpaxca_dtl div:last-child {
    border-right: 0px solid #000000;
}

.micpaxca_qp_section .inner_top {
    padding: 10px 0;
}

.micpaxca_qp_section .inner_bottom {
    padding: 20px;
}

#drtpim {
    margin: 5em 0;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
}

#drtpim div {
    display: inline-block;
    width: 15%;
    margin: 0 3.5em;
    vertical-align: middle;
}

.ul-circles * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ul-circles {
  --innerSize: 12rem;
  --rimSize: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--repeatVal, 1), calc(var(--innerSize)));
  justify-content: center;
  gap: var(--rimSize);
  padding: var(--rimSize);
  font-family: sans-serif;
  list-style: none;
  z-index: 1;
  position: relative;
}
.ul-circles.ul-circles-vertical {
  --repeatVal: 1;
}

.ul-circles > li {
  display: grid;
  /*grid-template-rows: 1fr 1fr;*/
  grid-template-rows: 50px 50px;
  gap: calc(var(--rimSize) / 16);

  aspect-ratio: 1/1;
  padding: calc(var(--rimSize) / 16);
  border-radius: 50%;

  text-align: center;
  position: relative;
  font-weight: 700;
  color: #28f;
}
.ul-circles > li::before,
.ul-circles > li::after {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: inherit;
  z-index: -1;
}

.ul-circles > li::before {
  width: calc(100% + calc(2 * var(--rimSize)));
  left: calc(var(--rimSize) * -1);
  top: calc(var(--rimSize) * -1);
  background: var(--accent-color);
  clip-path: polygon(
    var(--clipX1, 0%) var(--clipY1, 0%),
    var(--clipX2, 50%) var(--clipY1, 0%),
    var(--clipX2, 50%) var(--clipY2, 100%),
    var(--clipX1, 0%) var(--clipY2, 100%)
  );
  box-shadow: inset 2px -2px 10px rgba(255, 255, 255, 0.25),
    inset -2px 2px 10px rgba(0, 0, 0, 0.5);
}

.ul-circles > li:nth-child(even)::before {
  --clipX1: 50%;
  --clipX2: 100%;
}

@media (min-width: 49rem) {
  .ul-circles {
    --repeatVal: auto-fit;
  }
  .ul-circles:not(.ul-circles-vertical) > li:nth-child(even)::before {
    --clipX1: 0%;
    --clipY1: 0%;
    --clipX2: 100%;
    --clipY2: 50%;
  }
  .ul-circles:not(.ul-circles-vertical) > li:nth-child(odd)::before {
    --clipX1: 0%;
    --clipY1: 50%;
    --clipX2: 100%;
    --clipY2: 100%;
  }
}

.ul-circles > li::after {
  width: 100%;
  background: #fdfdfd;
  box-shadow: -0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

.ul-circles > li > i {
  font-size: 2.5rem;
  color: var(--accent-color);
  align-self: end;
}

#wst_micpa_header h2 {
    line-height: 1.2;
}

#wst_micpa_header {
    margin: 1em 3em 2.5em 3em;
    color: #ffffff;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    text-align: center;
}

.elementor-element-88a5c06 {
    background: #2b2b2b;
}

#enquiry-micpa-form .form-group.form-title {
    color: #ffffff;
}

.about_us_micpa {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding: 30px;
    margin: 10px;
    background: rgba(255,255,255,0.85);
    border-radius: 20px;
}

.about_us_micpa.left {
    margin-top: 60px;
    box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.44);
}

.about_us_micpa.right {
    background: transparent;
    position: relative;
    padding: 0;
}

.about_us_micpa.right img {
    position: absolute;
    width: 350px;
    border-radius: 20px;
    left: 3%;
}

.about_us_micpa.right .inner_about_us_micpa {
    background: rgba(255,255,255,0.85);
    margin-top: 50px;
    padding: 160px 30px 30px 30px;
    border-radius: 20px;
    box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.44);
}

.about_us_micpa h2.aum_micpa {
    color: #BE1E62;
}

.about_us_micpa h3 {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
}

.about_us_micpa p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.about_us_micpa .odlt {
    margin-bottom: 0;
}

#aa_section {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.aub_aa_section {
    display: inline-block;
    width: 20%;
    padding: 0 0 50px 0;
    margin: 0 20px;
    vertical-align: top;
}

.aub_aa_section span {
    font-size: 50px;
    font-weight: 700;
    /*color: #BE1E62;*/
    color: #FF98C4;
}

.aub_aa_section p {
    font-weight: 700;
    color: #ffffff;
}

#wst_micpa {
    text-align: center;
    margin: 10px auto;
}

.wst_micpa_section {
    display: inline-block;
    width: 20%;
    font-weight: 700;
    margin: 10px 20px;
    padding: 20px 10px;
    vertical-align: top;
    height: 400px;
    border-radius: 20px;
    /*border: 1px solid #808080;*/
    box-shadow: 0px 6px 16px -4px rgba(0,0,0,0.44);
    background-color: rgba(0,0,0,0.3);
}

.wst_micpa_section img {
    /*width: 100%;*/
    /*height: 150px;*/
    margin: 0 0 10px 0;
}

.wst_micpa_section span {
    color: #28f;
    font-size: 16px;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}

.wst_micpa_section p {
    padding: 5px;
    color: #ffffff;
}

.elementor-element-05b54d7 .elementor-element-populated .elementor-widget-wrap {
    padding: 0 10px !important;
}

/* Important note: SunwayTES MICPA landing page section for Achievement counter & logo xyz coding; */
.elementor-element-7237800 .elementor-element-populated .elementor-widget-wrap, .elementor-element-09f10bc .elementor-element-populated .elementor-widget-wrap {
    padding: 0 !important;
}

/* To remove 1px spacing. Comment this to edit xyz code in elementor editor */
.elementor-element-4cd2d0b, .elementor-element-0f3be87 {
    float: left;
    clear: both;
}
/* end of sunwaytes micpa*/

/* yayasan latest homepage */
.baca-yysn-pnrj {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.baca-yysn-pnrj.wca {
    margin: 50px 0;
}

/*.outerh2, h2 {*/
.outerh2 {
    padding: 20px 30px;
    text-align: center;
}

.outerh2 img {
    margin-right: 10px;
}

#top_para {
    padding: 30px 5rem 30px 5rem;
}

.baca-section {
    flex: 1;
    text-align: center;
    align-content: center;
}

.bacatop .baca-section {
    flex: 1.5;
}

.outerh2 img {
    width: 70px;
}

img.baca-img {
    margin: 20px 0 0 0;
    /*border-radius: 30px !important;*/
}

/*.ega img.baca-img {
    border-radius: 30px !important;
}*/

.baca-section h2 {
    /*font-size: 24px;*/
    padding: 10px 10px 0 10px;
}

.baca-section p , .baca-section div {
    padding: 10px 30px;
    font-size: 15px;
    text-align: justify;
}

.baca-section.fullwd {
    flex: 1.5;
    margin-bottom: 30px;
}

.baca-section.fullwd p {
    /*font-size: 12px;*/
}

.baca-section a {
    padding: 5px 40px;
    background: #cc2026;
    color: #ffffff !important;
    border-radius: 30px;
    font-size: 18px;
    margin: 10px 0;
}

.baca-section ul {
    width: fit-content;
    margin: 0 auto;
    line-height: 2;
}

.baca-section ul li {
    list-style-type: disc;
}

.baca-yysn-pnrj ol {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 500;
}

.baca-yysn-pnrj ol ol {
    padding: 10px 0;
}

.baca-yysn-pnrj ol ol li {
    margin-left: 30px;
}

#wca, #opa {
    padding-top: 25px;
}

#yysn-pnrj-upload-instruction {
    text-align: left;
}

#yysn-pnrj-upload-instruction label {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

#yysn-pnrj-upload-instruction a {
    padding: 5px 20px;
    background: #cc2026;
    color: #ffffff !important;
    border-radius: 30px;
}

#yysn-pnrj-upload-instruction-table {
    text-align: center;
}

#yysn-pnrj-upload-instruction-table, th, td {
    border: 1px solid #000000;
}

#yysn-pnrj-upload-instruction-table th {
    background: #44b3e1;
    color: #000000;
}

.elementor-8980 .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
    padding: 0 !important;
}

/* yayasan packages */
.elementor-element-76e80ec .elementor-container, .elementor-element-036a5a7 .elementor-container, .elementor-element-3b9d769 .elementor-container, .elementor-element-3603afd .elementor-container {
    max-width: 1280px !important;
}

.yysnpnrj_packages {
    display: flex;
    flex-wrap: wrap;
}

.yysnpnrj_section {
    flex: 1;
    /*padding: 10px;*/
    margin: 30px;
    border-radius: 20px;
    text-align: center;
    background: #ffffff;
    box-shadow: 3px 3px 5px 0px #e4eef0;
}

.yysnpnrj_section h2 {
    color: #ffffff;
    font-size: 24px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 0;
}

.yysnpnrj_section h3 {
    color: #000000;
    font-weight: 300;
    margin: 0 1rem;
    padding: 1rem 0 0 0;
    font-size: 20px;
}

.yysnpnrj_section span {
    font-size: 26px;
    padding: 10px;
    font-weight: 700;
}

.yysnpnrj_section p {
    font-weight: 700;
    padding: 10px;
}

/*.yysnpnrj_section .sf_section {
    height: 10rem;
    align-content: center;
}*/

.yysnpnrj_section ul li img {
    width: 25px;
    margin-right: 5px;
}

.yysnpnrj_section .mid {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    margin: 0 15px;
}

.yysnpnrj_section .mid_list {
    padding: 0 10px;
}

.yysnpnrj_section .mid_list li {
    margin: 0 0 0 3rem;
    text-align: left;
    list-style-type: disc;
}

.elementor-element-76e80ec .mid_list {
    height: 150px;
}

.elementor-element-3603afd .mid {
    height: 100px;
}

.elementor-element-3603afd .mid_list {
    height: 200px;
}

.elementor-element-3b9d769 .mid_list {
    height: 90px;
}

.yysnpnrj_section .mid_btm {
    font-size: 13px;
    height: 80px;    
}

.yysnpnrj_section .btm_list li {
    margin: 0 1rem 0 4rem;
    text-align: left;
}

.yysnpnrj_section a, .yysnpnrj_section .applynow, #confirmBtn {
    padding: 10px 40px;
    margin: 10px 0;
    border-radius: 30px;
    color: #ffffff !important;
    background: #cc2026;
    font-size: 18px;
}

.yysnpnrj_section .applynow {
    margin: 10px 50px;
}

#yysnpnrj_confirmation div p {
    color: #ffffff;
}

#yysnpnrj_confirmation .yysnpnrj-top {
    text-align: center;
}

#yysnpnrj_confirmation .yysnpnrj-top h2 {
    display: inline-block;
    font-size: 24px;
}

#yysnpnrj_confirmation .yysnpnrj-top #closeBtn {
    float: right;
    background: none;
    color: #ffffff;
}

.yysnpnrj-form .nogap_nric, .yysnpnrj-form .nogap_mobile, .yysnpnrj-form .nogap_gender, .yysnpnrj-form .nogap_nationality, .yysnpnrj-form .nogap_race, .yysnpnrj-form .nogap_employment, .yysnpnrj-form .nogap_bankaccno {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.yysnpnrj-form .nogap_acca, .yysnpnrj-form .nogap_cpa, .yysnpnrj-form .nogap_icaew, .yysnpnrj-form .nogap_micpa, .yysnpnrj-form .nogap_dob, .yysnpnrj-form .nogap_bumiputera, .yysnpnrj-form .nogap_pob, .yysnpnrj-form .nogap_age, .yysnpnrj-form .nogap_mhi, .yysnpnrj-form .nogap_bankname {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

.yysnpnrj-form .nogap_rcity, .yysnpnrj-form .nogap_rstate, .yysnpnrj-form .nogap_rpostcode, .yysnpnrj-form .nogap_mcity, .yysnpnrj-form .nogap_mstate, .yysnpnrj-form .nogap_mpostcode, .yysnpnrj-form .nogap_kinname, .yysnpnrj-form .nogap_kincontact, .yysnpnrj-form .nogap_relationship {
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.form-group.thegap_package, .form-group.thegap_pricing {
    text-align: left;
}

.form-group.thegap_package label, .form-group.thegap_package input, .form-group.thegap_pricing label, .form-group.thegap_pricing input {
    display: inline-block;
    width: auto;
}

/*.form-group.thegap_package label, .form-group.thegap_pricing label {
    width: 15%;
}*/

#papers_detail {
    text-align: left;
}

#clear_papers {
    width: fit-content;
    padding: 5px 20px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 30px;
    background: #0b5174;
}

.backtohome.yysn {
    display: block;
}

.faq-section, .yysnpnrj-faq-section {
    margin: 30px 0;
}

.faq-section a, .yysnpnrj-faq-section a {
    color: #ec5538 !important;
}

.faq-section .faq-section-q, .yysnpnrj-faq-section .faq-section-q {
    font-weight: 700;
    font-size: 18px;
}

.faq-section-a, .yysnpnrj-faq-section .faq-section-a {
    font-size: 16px;
}

#faq ul, #faq li {
    list-style-type: disc;
    padding-left: 15px;
}

#yysnpnrj-pricing-form {
    text-align: center;
}

#yysnpnrj-pricing-form .form-group label {
    text-align: left;
    display: block;
    margin-left: 10px;
}

#yysnpnrj-pricing-form .form-group #agree, #yysnpnrj-pricing-form .agree_tc label {
    display: inline-block;
}

#yysnpnrj-pricing-form .form-group.nogap_package, #yysnpnrj-pricing-form .form-group.nogap_firstname, #yysnpnrj-pricing-form .form-group.nogap_email, #yysnpnrj-pricing-form .form-group.nogap_dob {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

#yysnpnrj-pricing-form .form-group.nogap_progid, #yysnpnrj-pricing-form .form-group.nogap_lastname, #yysnpnrj-pricing-form .form-group.nogap_mobile, #yysnpnrj-pricing-form .form-group.nogap_gender {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}

#yysnpnrj-pricing-form .form-group.nogap_email #email {
    background: #e9ecef;
    opacity: 1;
    border: 1px solid #ced4da;
}

#validateNRIC {
    background: #cc2026;
    padding: 10px 40px;
    color: #ffffff;
    border-radius: 24px;
    width: fit-content;
    cursor: pointer;
}

.form-group-title {
    font-weight: 700;
    font-size: 18px;
}

.yysnpnrj-form select {
    height: 42px; /*match input fields height*/
}

#masara {
    text-align: left;
}

.splft {
    display: inline-block;
    width: 49%;
    margin: 0 20px 20px 0;
}

.sprght {
    display: inline-block;
    width: 49%;
}
/* end of yayasan section */

/* faq */
@media (min-width: 768px) {
  .hide_desk {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide_mob {
    display: none !important;
  }
}

.baloon_container {
  position: fixed;
  right: 100px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-200px);
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .baloon_container {
    /*left: 15px;*/
    bottom: calc(2.5rem + env(safe-area-inset-bottom));
  }
}
.baloon_container.show {
  transform: translateX(0);
}
.baloon_container.close .baloon {
  background-color: #fff;
}
@media (min-width: 768px) {
  .baloon_container.close .baloon:hover {
    background-color: #02212c;
  }
  .baloon_container.close .baloon:hover #faq_icon {
    color: #fff;
    display: block;
  }
}
.baloon_container.close .baloon #close_icon {
  display: none;
}
.baloon_container.close .faq_container {
  width: 67px;
  height: 67px;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .baloon_container.close .faq_container {
    width: 56px;
    height: 56px;
    box-shadow: 0 2px 4px 0px rgba(51, 51, 51, 0.33) !important;
  }
}
.baloon_container.close .faq_container .faq_title {
  transition-delay: 0.1s;
  opacity: 0;
}
.baloon_container.close .faq_container .faq_scroll {
  transition-delay: 0.1s;
  opacity: 0;
}
.baloon_container .baloon {
  position: relative;
  width: 67px;
  height: 67px;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.33);
  background-color: #fff;
  border-radius: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #02212c;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .baloon_container .baloon {
    width: 56px;
    height: 56px;
  }
}
@media (min-width: 768px) {
  .baloon_container .baloon:hover {
    background-color: #02212c;
    color: #ffffff;
  }
}
.baloon_container .baloon svg, .baloon_container .baloon div {
  fill: currentColor;
  width: 30px;
  height: 30px;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .baloon_container .baloon svg {
    width: 25px;
    height: 25px;
  }
}
.baloon_container .baloon svg#faq_icon {
  color: #02212c;
}
.baloon_container .baloon svg#close_icon {
  color: #fff;
}
.baloon_container .faq_container {
  width: 422px;
  height: 427px;
  padding-right: 0px;
  padding-left: 35px;
  padding-bottom: 67px;
  box-sizing: border-box;
  border-radius: 12px 12px 12px 33px;
  box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.33);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: unset;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
  cursor: default;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .baloon_container .faq_container {
    width: 75vw;
    padding-right: 0px;
    padding-left: 25px;
    padding-bottom: 56px;
    box-shadow: 0 0px 4px 2px rgba(51, 51, 51, 0.33);
  }
}
.baloon_container .faq_container .faq_title h3 {
  font-weight: 600;
  font-size: 20px;
  color: #02212c;
  margin-top: 25px;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .baloon_container .faq_container .faq_title h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.baloon_container .faq_container .faq_title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  color: #02212c;
  margin-top: 0;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .baloon_container .faq_container .faq_title p {
    font-size: 14px;
  }
}
.baloon_container .faq_container .faq_scroll {
  position: relative;
  margin-right: 46px;
  padding-right: 20px;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 270px;
}
@media (max-width: 767px) {
  .baloon_container .faq_container .faq_scroll {
    margin-right: 9px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
    .baloon_container {
        right: 60px;
    }
}
@media (max-width: 380px) {
  .baloon_container .faq_container .faq_scroll {
    /*height: 28vh;*/
  }
}
.baloon_container .faq_container .faq_scroll::-webkit-scrollbar {
  width: 5px;
}
.baloon_container .faq_container .faq_scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #eaeaea;
  border-radius: 10px;
}
.baloon_container .faq_container .faq_scroll::-webkit-scrollbar-thumb {
  background: #02212c;
  border-radius: 10px;
}
.baloon_container .faq_container .faq_scroll::-webkit-scrollbar-thumb:hover {
  background: #000406;
}
.baloon_container .faq_container .faq_scroll .qa {
  box-sizing: border-box;
  padding: 15px 0 15px 0;
  transition: all 0.5s ease;
  cursor: pointer;
}
.baloon_container .faq_container .faq_scroll .qa.bt {
  border-top: 1px solid #02212c;
}
.baloon_container .faq_container .faq_scroll .qa.bb {
  border-bottom: 1px solid #02212c;
}
.baloon_container .faq_container .faq_scroll .qa .q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s ease;
  position: relative;
}
.baloon_container .faq_container .faq_scroll .qa .q h3 {
  font-weight: 600;
  font-size: 14px;
  color: #02212c;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0px;
  transition: all 0.5s ease;
  padding-right: 20px;
  /*white-space: nowrap;*/
}
@media (max-width: 767px) {
  .baloon_container .faq_container .faq_scroll .qa .q h3 {
    white-space: normal;
    font-size: 14px;
  }
}
.baloon_container .faq_container .faq_scroll .qa .q::before, .baloon_container .faq_container .faq_scroll .qa .q::after {
  content: "";
  width: 15px;
  height: 3px;
  background-color: #02212c;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.baloon_container .faq_container .faq_scroll .qa .q::after {
  transition: transform 0.5s ease;
  transform: translateY(-50%) rotate(0deg);
}
.baloon_container .faq_container .faq_scroll .qa .a {
  font-size: 14px;
  color: #02212c;
  padding-right: 0px;
  height: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
.baloon_container .faq_container .faq_scroll .qa .a > div {
  height: auto;
  padding-top: 15px;
  width: 320px;
}
@media (max-width: 767px) {
  .baloon_container .faq_container .faq_scroll .qa .a > div {
    width: 78vw;
  }
}
.baloon_container .faq_container .faq_scroll .qa.close .q::after {
  transform: translateY(-50%) rotate(90deg);
}
.baloon_container .faq_container .cta {
  display: inline-block;
  width: 100%;
  border: 1px solid #02212c;
  text-align: center;
  padding: 10px 0;
  border-radius: 4px;
  color: #02212c;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  transition: all 0.2s ease;
  text-decoration: none;
}
@media (min-width: 769px) {
  .baloon_container .faq_container .cta:hover, .baloon_container .faq_container .cta:focus {
    background-color: #02212c;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .baloon_container .faq_container .cta:active {
    background-color: #02212c;
    color: #fff;
  }
}

.baloon_container.show.close .baloon {
    background: #14719f !important;
    color: #ffffff;
}

/* hide it as has no use for current purpose */
.cta {
    display: none !important;
}
/* end of faq */

.form-group.form-checkbox input#agree {
    vertical-align: top;
    margin-top: 7px;
}

.form-group.form-checkbox label {
    width: 90%;
}

#papersSelectedOption label {
    margin-right: 10px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
    background: #14719f;
    border: 0px solid #14719f;
    width: 50% !important;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    display: none;
}

#nobumi {
    display: none;
    padding: 20px;
    background: #14719f;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}

#nobumi p {
    color: #ffffff !important;
}

.close_popup_btn, .rdtacca {
    cursor: pointer;
    background: #cc2026;
    border-radius: 3px;
    margin: 10px;
    padding: 5px 40px;
    color: #ffffff !important;
    display: inline-block;
}

.sticky-navbar-ws div {
    display: block;
    text-align: center;
    padding: 10px 10px;
    margin: 10px 0px;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

.sticky-navbar-ws {
    position:fixed;
    left: 0%;
    bottom: 0%;
    z-index: 1000;
}

.chat-whatsapp a {
    color: #ffffff !important;
}

.chat-whatsapp img {
    width: 25px;
}

#yysnpnrj_reminder div p {
	color: #ffffff;
}

#yysnpnrj_reminder .yysnpnrj-top {
	text-align: center;
}

#yysnpnrj_reminder .yysnpnrj-top h2 {
	display: inline-block;
	font-size: 24px;
}

#yysnpnrj_reminder .yysnpnrj-top #closeBtn {
	float: right;
	background: none;
	color: #ffffff;
}

@media screen and (max-width: 1280px) {
    .custom-logo-link img {
        margin: 0 15px 15px 0;
    }
}

@media screen and (max-width: 1200px) {
    .header .main-menu .nav > li > a {
        padding: 5px 10px !important;
    }

    .main-menu .navbar .collapse div {
        margin-bottom: auto !important;
    }
}

@media screen and (max-width: 1024px) {
    .navbar-header {
        width: auto;
    }

    .navbar-brand {
        margin: 1px;
    }

    #main-top-banner .elementor-container.elementor-column-gap-default {
        margin-top: 0px;
    }

    .elementor-6 .elementor-element.elementor-element-20cb0e2 > .elementor-element-populated {
        margin: 155px 50px 55px 50px !important;
    }
}

@media screen and (max-width: 991px) {
    .header .main-menu .nav > li > a {
        padding: 20px 20px !important;
    }

    #menu-main-navigation-menu {
        margin-left: 4em;
    }
}

@media (min-width: 811px) and (max-width: 1063px){
	.yysnpnrj_section {
		margin: 10px;
	}

	.yysnpnrj_section .btm_list li {
	    margin: 0 1rem 0 2rem;
	}
}

@media (min-width: 811px) and (max-width: 944px){
	.elementor-element-3603afd .mid {
	    height: 120px;
	}

	.elementor-element-3603afd .mid_list {
	    height: 250px;
	}

	.yysnpnrj_section .btm_list li {
	    margin: 0 1rem 0 2rem;
	}
}

@media (min-width: 768px) and (max-width: 810px) {
	.yysnpnrj_section {
		margin: 10px;
	}
	
	.elementor-element-3603afd .mid {
	    height: 150px;
	}

	.elementor-element-3603afd .mid_list {
	    height: 300px;
	}

	.yysnpnrj_section .btm_list li {
	    margin: 0 1rem 0 2rem;
	}
}

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

    .home .header .bg-main-menu {
        background: transparent;
    }

    #menu-main-navigation-menu {
        margin: 0px;
    }

    .main-menu .navbar .collapse div {
        width: 100%;
    }

    .dropdown-menu {
        text-align: center;
    }

    .navbar-header {
        width: 100%;
        margin-bottom: 10px;
    }

    .navbar-toggler {
        margin-top: 15px;
    }

    .navbar-collapse {
        max-height: unset !important;
        border-radius: 20px;
    }

    .navbar.navbar-default.navbar-menu.navbar-expand-md .navbar-collapse.collapse.show .flex {
        margin: 0 auto;
    }

    #home-banner .elementor-column-wrap {
        margin: 150px 0px 30px 0px;
    }

    #home-banner .elementor-column-wrap .elementor-element-e815e56 .elementor-column-wrap, #home-banner .elementor-column-wrap .elementor-element-44ac8c8 .elementor-column-wrap {
        margin: 15px 0px;
    }

    .home-banner-heading .elementor-column-wrap, .home-banner-cta .elementor-column-wrap {
        margin: 0px !important;
    }

    .home-spic-about, .home-spic-about .elementor-widget-button {
        text-align: center;
    }

    .home_banner_text_left {
        padding-left: 0;
    }

    .home_banner_text_right {
        padding-right: 0;
    }

    .header .main-menu .nav > li > a {
        text-align: left !important;
        font-size: 20px !important;
    }

    .dropdown-item {
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
    }

    #hp_pf_fom {
        margin-left: 0;
    }

    #hp_wd_imi {
        margin-right: 0;
    }

    .nogap_firstname, .nogap_accaid {
        width: 100%;
    }

    .nogap_lastname, .nogap_dob {
        width: 100%;
    }

    .menu-item-3498 .nav-link {
        margin: 0;
        background: transparent;
    }

    .menu-item-8473 {
        border-bottom: 0px solid #ffffff !important;
    }   

    .wst_micpa_section {
        /*width: 27%;*/
        /*height: 500px;*/
        width: auto;
        height: auto;
    }

    /*.elementor-8639 .elementor-element.elementor-element-cd24cdbc {*/
    #stes_micpa_banner {
        background-image: url("https://stesglobal.com/wp-content/uploads/2025/03/micpa-main-banner-d1x768.webp");
    }

    #stes_micpa_drtpim .elementor-background-overlay {
    	background-image: url("https://stesglobal.com/wp-content/uploads/2025/03/drtpim-bg-edh.webp");
    }

    #stes_micpa_banner h2 {
        width: 100%;
        color: #ffffff;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    }

    #stes_micpa_banner_content li {
        text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    }

    #gtfwoeb {
        right: -100px;
        bottom: -50px;
    }

    #naetfw {
        position: revert;
        margin: 0 auto;
    }

    #wst_micpa_header {
        margin: 20px 0;
    }

    .page-id-8639 .navbar-header {
        margin-bottom: 0;
    }

    .page-id-8639 .navbar-toggler .icon-bar {
        height: 3px;
        border: 1px solid #2cbaff;
        background: #2cbaff;
    }

    .page-id-8639 .custom-logo-link {
    	max-width: 350px !important;
	}

    .yysnpnru-section img, .yysnpnru-section p {
        flex: auto;
    }

    #yypnrj a {
        padding: 10px 30px;
    }

    .yysnpnrj_section {
        flex: auto;
        width: 250px;
    }

    .baca-section {
        flex: auto;
    }

    .baca-section a {
        margin-bottom: 30px;
    }

    #alti {
        padding: 0 40px;
    }

    .bacatop .baca-section {
        flex: auto;
    }

    .outerh2 img {
        width: 150px;
        display: block;
        margin: 0 auto;
    }

    .yysnpnrj_section.last {
    	flex: revert;
    	width: 320px;
    	margin: 0 auto;
    }

    .yysnpnrj_section .mid_btm {
        height: auto;
    }

    .splft, .sprght {
        width: 45%;
    }
}

@media only screen and (max-width: 700px){
    #about_us_top img.about_us_inner_top_left {
        margin-right: 15px;
    }

    #about_us_top img.about_us_inner_top_right {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 640px){
	.yysnpnrj_section, .yysnpnrj_section.last {
    	flex: revert;
    	width: 70%;
    	margin: 20px auto;
    }
}

@media screen and (max-width: 480px) {
    .elementor-8220 .elementor-element.elementor-element-469407d:not(.elementor-motion-effects-element-type-background), .elementor-8220 .elementor-element.elementor-element-469407d > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-image: url("https://stesglobal.com/wp-content/uploads/2024/12/static-bg-hz.webp") !important;
    }

    .custom-logo-link {
        max-width: 110px !important;
        margin-left: 40px;
    }

    .custom-logo-link img {
        margin: 0;
    }

    .navbar .collapse.show {
        background: #14719f !important;
    }

    .navbar-header {
        padding: 1px 0 !important;
    }

    .navbar-toggler {
        /*padding: 1px 5px !important;*/
    }

    #main-top-banner {
        background: linear-gradient(to bottom, #ED7D31 15%, #b3f6ff 15%, #b2d3ff 120%);
    }

    #main-top-banner .elementor-container.elementor-column-gap-default {
        margin-top: 50px;
    }

    #about_us img.about_us_inner_top_left, #about_us img.about_us_inner_top_right {
        margin: 0 0 20px 0;
    }

    .contact_us_important_note {
        width: 100%;
    }

    .elementor-1187 .elementor-element.elementor-element-5048303 {
        margin-bottom: 0 !important;
    }

    .elementor-1187 .elementor-element.elementor-element-6042d2b > .elementor-element-populated > .elementor-widget-wrap {
        display: none;
    }

    .form-group.form-input-radio .form-radio-group:first-child {
        display: block;
    }

    #cu-map-details-mobile {
        display: block;
    }

    #cu-map-details-mobile .elementor-element-b9fbbe3 .elementor-element-populated .elementor-widget-wrap {
        padding: 0;
    }

    #cu-map-details-mobile .elementor-element-d3ee94b .elementor-widget-container {
        padding: 20px;
    }

    #spic-stc-banner {
        padding: 10px;
        margin: 0;
    }

    #spic-stc-banner p {
        font-size: 24px;
        text-align: center;
    }

    .stc-header h1 {
        font-size: 40px;
        text-align: center;
    }

    .stc-header h2 {
        font-size: 24px;
        text-align: center;
    }

    .stc-detail p {
        text-align: center;
    }

    .stc-detail a {
        width: 90%;
        text-align: center;
        padding: 10px;
        font-size: 16px;
    }

    .hssp-section {
        width: 95%;
    }

    .hssp-section p {
        margin-top: 20px;
    }

    #about_us p {
        margin: 15px 0;
    }

    .wst_micpa_section {
        width: auto;
        height: auto;
    }

    #stes_micpa_banner {
        padding: 40px 15px 150px 15px;
    }

    #stes_micpa_banner_content div {
        font-size: 18px;
        margin: 20px;
        padding: 10px;
    }

    #stes_micpa_banner_content ul {
        font-size: 16px;
        padding: 0 30px;
    }

    .page-id-8639 .custom-logo-link {
        max-width: 240px !important;
        margin-left: 0;
    }

    .page-id-8639 .navbar-toggler {
        margin-top: 8px !important;
    }

    .page-id-8639 .navbar-collapse div {
        background: #ffffff;
    }

    .page-id-8639 #menu-item-8645 .nav-link {
        width: fit-content;
    }

    #gtfwoeb {
        padding: 25px 15px;
        right: -45px;
        bottom: -70px;
        width: 150px;
        height: 149px;
    }

    #gtfwoeb p {
        font-size: 12px;
    }

    .micpa_grbtap_section {
        width: 100%;
        padding: 0 10px;
    }

    .micpa_grbtap_section.right h2 {
        text-align: center;
    }

    .micpaxca_qp_section {
        width: 100%;
        text-align: center;
    }

    .about_us_micpa {
        width: 97%;
    }

    .elementor-element-88a5c06 .content-wrapper {
        padding: 0;
    }

    #stes_micpa_drtpim .elementor-background-overlay {
    	background-image: url("https://stesglobal.com/wp-content/uploads/2025/03/drtpim-bg-edhx480.webp");
    }

    #yypnrj div {
        margin: 20px 20px;
        padding: 30px 30px;
        text-align: left;
    }

    #top_para {
        padding: 10px 20px;
    }

    .nogap_firstname, .nogap_lastname, .yysnpnrj-form .nogap_nric, .yysnpnrj-form .nogap_mobile, .yysnpnrj-form .nogap_gender, .yysnpnrj-form .nogap_acca, .yysnpnrj-form .nogap_cpa, .yysnpnrj-form .nogap_icaew, .yysnpnrj-form .nogap_micpa, .yysnpnrj-form .nogap_dob, .yysnpnrj-form .nogap_bumiputera, .yysnpnrj-form .nogap_nationality, .yysnpnrj-form .nogap_race, .yysnpnrj-form .nogap_employment, .yysnpnrj-form .nogap_bankaccno, .yysnpnrj-form .nogap_pob, .yysnpnrj-form .nogap_age, .yysnpnrj-form .nogap_mhi, .yysnpnrj-form .nogap_bankname, .yysnpnrj-form .nogap_rcity, .yysnpnrj-form .nogap_rstate, .yysnpnrj-form .nogap_rpostcode, .yysnpnrj-form .nogap_mcity, .yysnpnrj-form .nogap_mstate, .yysnpnrj-form .nogap_mpostcode, .yysnpnrj-form .nogap_kinname, .yysnpnrj-form .nogap_kincontact, .yysnpnrj-form .nogap_relationship {
        width: 100%
    }

    #yysn-pnrj-upload-instruction {
        overflow: auto;
    }

    .outerh2, #alti h2, #hs-spic-programme-title, .baca-section h2 {
        font-size: 24px;
        line-height: 1.5;
    }

    .yysnpnrj_section, .yysnpnrj_section.last {
    	width: 90%;
    }

    .faq-section .faq-section-a {
        text-align: justify;
        padding: 10px;
    }
}

@media screen and (max-width: 400px){
    #stes_micpa_banner h2 {
        text-align: center;
        font-size: 30px;
    }

    #gtfwoeb {
        right: 24%;
        bottom: -20%;
        width: 160px;
        height: 159px;
    }

    #stes_micpa_banner_content a {
        margin: 20px auto;
    }

    #stes_micpa_banner_content li {
        font-size: 16px;
    }

    #stes_micpa_banner_content span {
        font-size: 12px;
    }
}

@media screen and (max-width:  360px){
    #yysnpnrj-pricing-form .form-group.nogap_package, #yysnpnrj-pricing-form .form-group.nogap_firstname, #yysnpnrj-pricing-form .form-group.nogap_email, #yysnpnrj-pricing-form .form-group.nogap_dob, #yysnpnrj-pricing-form .form-group.nogap_progid, #yysnpnrj-pricing-form .form-group.nogap_lastname, #yysnpnrj-pricing-form .form-group.nogap_mobile, #yysnpnrj-pricing-form .form-group.nogap_gender {
        width: 100%;
    }

    .splft {
        width: 100%;
        margin: 0;
    }

    .sprght {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #yysnpnrj-pricing-form .form-group label {
        margin-left: 0;
    }
}

@media screen and (min-width: 1920px){
    .header .bg-main-menu .container {
        max-width: 1920px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {

    .elementor .elementor-hidden-tablet {
        display: none;
    }

}