.carousel-caption:after {
    background: #26215e80;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}

.we-offer {
    background:url(../img/pattern.jpg) center repeat #f3f3f3;
    padding: 4rem 0;
    position: relative;
}

.we-offer:before, .we-offer:after {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top:0;
    display: block;
    width: 50%;
    height: 100%;
    border-bottom: 30px solid #fff;
    border-bottom-color: #fff;
}

.we-offer:before {
    left: 0;
   border-right: 40px solid transparent;
    border-left: 0;
}

.we-offer:after {
    right: 0;
    border-left:40px solid transparent;
    border-right: 0;
}
.we-offer .container{position: relative;z-index: 2;}
.we-offer h3{font-size: 24px;color: var(--primary);}
.state-template-default .we-offer h2{font-size: 24px;color: var(--primary);}
.we-offer ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.we-offer ul li{list-style: none;display: flex; align-items: center;gap: 20px;}
.we-offer ul li a{color: var(--secondary);font-size: 24px;font-weight: 600;transition: 0.2s;}
.we-offer ul li i{width: 40px;height: 40px;border-radius: 50%; border:2px solid var(--secondary);display: flex; align-items: center;
    justify-content: center;min-width: 40px;color: var(--secondary);font-size: 18px;}
.we-offer ul li a:hover{color: var(--primary);}

.we-offer .container:after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--secondary);
    right: 0;
    margin: auto;
}
/*courses*/
.courses {background: #fff;overflow: hidden;    position: relative;}
.courses:before{
    position: absolute;
    width: 100%;
    min-height: 400px;
    background: #fff;
    top:0;
    content: '';z-index: 1;
}
.courses h2{font-size: 3rem;color: var(--primary);  margin-bottom: 1.5rem;}
.courses p{font-size: 18px;color:#333333;}
.bottom-bg{width: 100%;margin-top: -45%; position: relative;z-index: 0;}

.courses .container{z-index:9999;position: relative;}
.tab-courses .nav{justify-content: center;}
.tab-courses .nav .nav-link{
    color:var(--secondary);font-size: 18px;font-weight: 500;border-radius: 0;height: 70px;
    padding-left: 2rem;padding-right: 2rem;
    border-bottom: 1px solid #ceccec;
}
.tab-courses .nav-pills .nav-link.active, .tab-courses .nav-pills .show>.nav-link{
    background: var(--primary);
    color: var(--light);
}
.package-box{
    border:1px solid #ceccec;
    border-radius: 1rem;
    background: #f6f6f7;
    padding: 3rem;
    margin:4rem 0;
    box-shadow: 0 10px 25px #0000001c;
}
.arrow{
    background: url(../img/icon/arrow.webp) center no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}
.package-box a.default-btn{min-width: 250px;text-align: center;}
.package-box article h2{margin-bottom: 4px;color: var(--primary);font-size: 24px;}
.package-box article h3{margin-bottom: 4px;color: var(--primary);font-size: 24px;}
.package-box article p{margin-bottom: .5rem;font-size: 18px;}
.package-box article a{margin-top: 1rem;}
.package-box p a{color: var(--secondary);}
.left-articles h1{color: var(--secondary);font-size: 72px;font-weight: bold;margin-bottom: 2.1rem;}
.left-articles h3{color:var(--primary);font-size: 36px;font-weight: 500;}
.left-articles p{margin:0;color: var(--primary);}

.price-box{width: 340px;height: 90px;text-align: center;border: 1px dotted #ceccec;display: inline-block;background: #fff;
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    font-size: 30px;font-weight: bold;
    margin:2.5rem 0;
}
.price-box span{font-size: 30px;font-weight: 500;}
.left-articles a{font-size: 24px;font-weight: 500;color: var(--secondary);display: flex;align-items: center;gap: 10px;transition: 0.2s;}
.left-articles a:hover{color:var(--primary)}

.modal-header h5{color: var(--light);}
.modal-header button i{font-weight: 500; font-size: 24px;color: var(--light);}
.modal-header {
    padding: 0.5rem;
    padding-left: 1rem;
    background: var(--primary);
    
}
.modal-body tr td,.modal-body tr th{
    padding: 6px;border: 1px solid #e5e5e5;
}
.modal-body tr th {
    background: var(--secondary);
    color: #fff;font-weight: 600;
}
@media (min-width: 700px){
        .modal-dialog {
            max-width: 700px;
        }
}

.fdh{
    width:100%;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top:1rem
}
.fdh tr td{padding-top: 5px;padding-bottom: 5px;}
.check-list {margin-top:1.5rem }
.check-list a{position: relative;color:#fff !important;font-weight: 500 !important;display:flex;align-items: center;gap:10px;}
.check-list a:before{
    content: '';
    background: url(../img/icon/check_mark.webp) center no-repeat;
    width: 20px;
    height: 20px;    display: inline-block;margin-right:5px
}

/*Makes different*/
.different{background: url(../img/pattern.jpg) center repeat #f3f3f3;padding: 4rem 0;}

.different h2 {
    font-size: 20px;
    color: #26215e;
    margin-bottom: 2rem;
    text-align: center;
}
.location-template-default .different h2 {
    font-size: 20px;
    color: #26215e;
    margin: 10px 0;
    text-align: center;
}
.different a{color:var(--secondary);font-weight: 600;}
.different ul{list-style: none;margin:2.5rem 0}
.different ul li{margin-bottom: 3rem;position: relative;display: flex;align-items: start;gap: 20px;}
.different ul li:before{   content: '';
    background: url(../img/icon/color-check.webp) center no-repeat;
    width: 40px;
    height: 40px;    display: inline-block;margin-right:5px;border-radius: 50px;min-width: 40px;}
.different ul li span{color:var(--secondary)}
.availableLang{color: var(--primary) !important;font-weight: 500;}



.we-offer .container.remove-border:after{display: none;}

.we-offer a,.convenientLocation a {
    color: var(--secondary);
    font-weight: 600;
}
.convenientLocation a {
    color: var(--primary);
    
}
.convenientLocation a:hover {
    color: var(--secondary);
    
}
.convenientLocation .package-box img{max-width: 100%;}
.convenientLocation .package-box {
    margin: 1rem 0;
}