/* X-Small devices (portrait phones, less than 576px) */
.elementor-course-container{
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
    font-family: "Merriweather", Sans-serif;
}

.elementor-course-box-heading-title{
    color: #172749;
    font-weight: 700;
}
.elementor-course-box-title{
    color: #000;
}
.elementor-course-box-description{
    line-height: 1.625rem;
}
.elementor-course-overview-box-wrapper{
    background-color: #f0f0f0;
    border-radius: 12px;
    padding: 1.25rem;
	margin-top: 2rem;
}
.elementor-course-overview-box-content{    
    border-radius: 12px;
    background-color: #fff;
}
.elementor-course-overview-content-wrapper{
    padding: 1.25rem;
    line-height: 1.625rem;
}
.elementor-course-overview-image-wrapper{
    line-height: 0;
    text-align: center;
}
.elementor-course-overview-box-heading-title{
    text-align: center;
    font-size: 1.25rem;
    margin: 0;
}
.elementor-course-overview-button-wrapper{
    text-align: center;
    margin-top: 1.25rem;
}
.elementor-button-primary{
    background-color: #d3b574!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.text-center{
    text-align: center!important;
}
.elementor-course-overview-accreditation-wrapper{
    margin-top: 1.25rem;
}
.elementor-course-info-wrapper{
    border: #D9D9D9 solid 1px;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 10px -10px #000000;
    -moz-box-shadow: 0 10px 10px -10px #000000;
    box-shadow: 0 10px 10px -10px #000000;
    padding: 1.25rem 0;
}
.elementor-course-accreditation-icon-wrapper{
    padding: 1.25rem;
}

.elementor-course-detail{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.elementor-course-detail-title {
    position: relative;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 12px;
    border: #B4B4B4 solid 1px;
}
.elementor-course-detail-title h4{
    margin: 0;
}

.elementor-course-detail-active  .elementor-course-detail-title {
    background-color: #CEB67D;
    border: none;
}
.elementor-course-detail-content {
    padding: 0 1.25rem;
    max-height: 0;
    overflow: hidden;
    will-change: max-height;
    transition: all 0.25s ease-out;
    color: #000;
    opacity: 0;
    line-height: 1.625rem;
}
.elementor-course-detail-active .elementor-course-detail-content {
    padding: 1.25rem;
    opacity: 1;
}
.elementor-course-detail p {
    color: #000;
    font-size: 15px;
    margin: 0;
}
.elementor-course-detail-title i {
    position: absolute;
    right: 0px;
}
.elementor-link-primary{
    color: #1920C2;
}
.elementor-text-primary{
    color: #172749;
}
.elementor-text-secondary{
    color: #B9A178;
}
.elementor-table{
    
}
.elementor-table-borderless{
    
}
.elementor-table-borderless td, .elementor-table-borderless th {
    border: none;
}
.elementor-course-detail-title h5{
    margin-bottom: 0.5rem;
	font-weight: 700;
}
.elementor-course-detail-title i{
    font-size: 1.25rem;
    top: 30%;
    right: 5%
}
.elementor-course-detail .elementor-course-detail-title i.fa-chevron-down{
    display: block;
}
.elementor-course-detail .elementor-course-detail-title i.fa-chevron-up{
    display: none;
}
.elementor-course-detail.elementor-course-detail-active .elementor-course-detail-title i.fa-chevron-down{
    display: none;
}
.elementor-course-detail.elementor-course-detail-active .elementor-course-detail-title i.fa-chevron-up{
    display: block;
}
a.text-center {
    color: blue;
}
.nowrap {
  white-space: nowrap;
}
.elementor-fw-bold{
	font-weight: 700;
}
.elementor-bg-primary{
	background-color: #B9A178;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.testimonials-slider__item {
        text-align: center !important;
    }
    .testimonials-slider .slick-slide img {
        text-align: center !important;
        display: inline-block;
        margin: 0 auto 20px auto;
    }
    .testimonials-slider--white+.testimonials__nav {
        bottom: -54px;
        left: 50%;
    }
    .testimonials-slider--white .slick-prev {
        left: 37%;
        bottom: -7%;
        top: inherit;
    }
    .testimonials-slider--white .slick-prev,
    .testimonials-slider .slick-next {
        width: 34px;
        height: 34px;
    }
    .testimonials-slider .slick-prev::before {
        left: 9px;
        top: 6px;
    }
    .testimonials-slider--white .slick-next {
        right: 39%;
        bottom: -7%;
        top: inherit;
    }
    .testimonials-slider .slick-next::before {
        left: 14px;
        top: 7px;
    }
    .front-blog .heading {
        text-align: center;
        margin: 0 auto;
    }
    .articles-slider__nav {
        margin-top: 20px;
        margin-bottom: 30px;
        left: 19%;
        position: absolute;
    }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  
    .elementor-course-box-wrapper{
        padding-right: 2rem;
    }
    .elementor-course-container{
        padding: 0;
    }
	.elementor-course-info-wrapper{		
		padding: 1.25rem 2rem;
	}
	.elementor-course-overview-box-wrapper{
		margin-top: 0;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .elementor-course-container{
        margin-top: 5rem;
    }
    .elementor-course-box-heading-title{
        font-size: 2.625rem;
    }
    .elementor-course-box-title{
        font-size: 1.75rem;
    }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }

