@import "../font/DINNextLTArabic-Medium/styles.css";
@import "../font/DINNextLTArabic-Regular/styles.css";
@import "../font/fontawesome/css/all.css";

body{
    font-family: 'DINNextLTArabic-Medium';
    direction: rtl !important;
}
.font-regular{
    font-family: 'DINNextLTArabic-Regular' !important;
}

header a{
    color: #626262;
}
header a:hover{
    color: #2ee5bb;
}

a {
    color: #2ee5bb;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #24b594;
    text-decoration: none;
}

.list-inline-item:not(:last-child) {
    margin-left: 2rem;
    margin-right: 0rem;
}

.main-color{
    color: #23ECCC;
}
.sacand-color{
    color: #2570A4;
}
.third-color{
    color: #626262;
}

.service-box{
    padding: 35px 30px 25px;
    border-radius: 20px;
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, .1);
    background: #fff;

    -webkit-transition: all 0.2s ease-in !important;
    -moz-transition: all 0.2s ease-in !important;
    -o-transition: all 0.2s ease-in !important;
    transition: all 0.2s ease-in !important;
}
.service-box:hover{
    box-shadow: 12px 37px 90px 0 rgba(110, 123, 131, .2);
}

.mb-30{
    margin-bottom: 30px;
}

.blog-list-item{
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 40px 30px 0 rgba(100, 123, 131, .09);
    transition: all 0.25s cubic-bezier(.2, .1, .5, 1);
    background-color: white;
    overflow: hidden;
}

.blog-list-item:hover{
    transform: translateY(-10px);
    box-shadow: 5px 30px 20px 0 rgba(100, 123, 131, .12);
    cursor: pointer;
}

.blog-list-item .blog-list-item-img{
height: 200px;
    background-position: center center;
    background-size: cover;
}
.blog-list-item .blog-list-item-date{
    border-style: solid;
    border-color: #22eccc;
    padding: 0 21px 0px 0px !important;
    margin-right: -24px;
    border-width: 0 3px 0 0;
}

.join-coaches{
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 10, .12);
}

footer{
    background-image: url("../img/footer.svg");
    background-size: cover;
    background-position: center top;
}

footer .social-icon img{
    height: 40px;
}

footer .social-icon .list-inline-item:not(:last-child) {
    margin-left: 1rem;
    margin-right: 0rem;
}

footer .btn-website-outline{
    border-radius: 5px;
    padding: 10px 20px;
    background: transparent;
    color: #fff;
    border-color: #fff;
}

footer .btn-website-outline i{
    vertical-align: middle;
}
footer a{
    color: #fff;
}

.mt-100{
    margin-top: 100px;
}
.mt-150{
    margin-top: 150px;
}
.mt-200{
    margin-top: 200px;
}
.mt-250{
    margin-top: 250px;
}
.mt-300{
    margin-top: 300px;
}

.app-img-on-phone .icon-s-1{
width: 180px;
    position: absolute;
    left: -100px;
    top: 10px;
}
.app-img-on-phone .icon-s-2{
width: 200px;
    position: absolute;
    right: -70px;
    bottom: 30px;
}
.app-img-on-phone .icon-s-3{
    width: 180px;
    position: absolute;
    left: -50px;
    bottom: 0px;
}

.bg-svg1{
    background-image: url("../img/bg-svg1.svg");
    background-size: cover;
    background-position: right top;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}
.bg-svg2{
    background-image: url("../img/bg-svg2.svg");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    height: 100vh;
    position: absolute;
    width: 100%;
    top: -150px;
    z-index: -1;
}
.bg-svg3{
    background-image: url("../img/bg-svg3.svg");
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    height: 920px;
    position: absolute;
    width: 100%;
    top: -380px;
    z-index: -1;
}
.bg-svg4{
    background-image: url("../img/bg-svg2.svg");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    height: 80%;
    position: absolute;
    width: 170%;
    top: -50px;
    z-index: -1;
    right: -100px;
}
.bg-svg5{
    background-image: url("../img/bg-svg4.svg");
    background-size: contain;
    background-position: right top;
    background-repeat: no-repeat;
    height: 80%;
    position: absolute;
    width: 170%;
    top: -50px;
    z-index: -1;
    right: -100px;
}

.page-title{
    background: rgb(46,184,183);
    background: -moz-linear-gradient(150deg, rgba(46,184,183,1) 0%, rgba(0,123,195,1) 100%);
    background: -webkit-linear-gradient(150deg, rgba(46,184,183,1) 0%, rgba(0,123,195,1) 100%);
    background: linear-gradient(150deg, rgba(46,184,183,1) 0%, rgba(0,123,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2eb8b7",endColorstr="#007bc3",GradientType=1);
    margin-bottom: 50px;
}

/*---------*/
.btn-website {
    color: #fff;
    background-color: #2FE5BB;
    border-color: #2FE5BB;
    border-radius: 100px;
    padding: 5px 20px 10px;
}
.btn-website:hover {
    color: #fff;
    background-color: #10B794;
    border-color: #10B794;
}
.btn-website:not(:disabled):not(.disabled).active,
.btn-website:not(:disabled):not(.disabled):active,
.show>.btn-website.dropdown-toggle {
    color: #fff;
    background-color: #2FE5BB;
    border-color: #2FE5BB;
}
.btn-website.focus, .btn-website:focus {
    color: #fff;
    background-color: #2FE5BB;
    border-color: #2FE5BB;
    box-shadow: 0 0 0 0.2rem rgba(24,230,187,.25);
}
/*---------*/

.btn-website-outline {
    color: #2FE5BB;
    background-color: transparent;
    border-color: #2FE5BB;
    border-radius: 100px;
    padding: 5px 20px 10px;
}
.btn-website-outline:hover {
    color: #fff;
    background-color: #2FE5BB;
    border-color: #2FE5BB;
}
.btn-website-outline:not(:disabled):not(.disabled).active,
.btn-website-outline:not(:disabled):not(.disabled):active,
.show>.btn-website.dropdown-toggle {
    color: #2FE5BB;
    background-color: #fff;
    border-color: #2FE5BB;
}
.btn-website-outline.focus, .btn-website-outline:focus {
    color: #2FE5BB;
    background-color: #fff;
    border-color: #2FE5BB;
    box-shadow: 0 0 0 0.2rem rgba(24,230,187,.25);
}






@keyframes fontbulger {
    0% {
        background-size: 6%;
    }
    30% {
        background-size: 10%;
    }
    100% {
        background-size: 6%;
    }
}


.accordion>.card>.card-header {
    border-radius: 100px;
    margin-bottom: -1px;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: none;
}

img.img-on-accordion{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 32px;

    transform: rotate(180deg); /* W3C */
    -webkit-transform: rotate(180deg); /* Safari &amp; Chrome */
    -moz-transform: rotate(180deg); /* Firefox */
    -ms-transform: rotate(180deg); /* Internet Explorer */
    -o-transform: rotate(180deg); /* Opera */

    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    box-shadow: none;
}

.collapsed img{
    transform: rotate(0deg); /* W3C */
    -webkit-transform: rotate(0deg); /* Safari &amp; Chrome */
    -moz-transform: rotate(0deg); /* Firefox */
    -ms-transform: rotate(0deg); /* Internet Explorer */
    -o-transform: rotate(0deg); /* Opera */
}

.box-shadow-style{
    padding: 30px;
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 10px;
    background-color: #fff;
    margin-top: -160px;
}
.box-shadow-style-form-page{
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 10px;
    background-color: #fff;
    margin-top: -160px;
}

.box-shadow-style-form-page-profile{
    box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, .1);
    border-radius: 10px;
    background-color: #fff;
    margin-top: -100px;
}

.box-shadow-style-form-page-profile .img-mob{
    margin-top: -140px;
}


.fs-14{
    font-size: 14px;
}

.form-control{
    border-color: #DDDDDD;
    height: 50px;
    padding-top: 0;
}

.fixed-box{
    position: fixed;
    top: 0;
    width: 350px;
    margin-top: 20px;
}

.aboutus-tap{
    background-color: #707070;
}

.aboutus-tap-header .aboutus-tap-item{
    background-color: #707070;
    border-radius: 50px;
}
.aboutus-tap-header .aboutus-tap-item:hover,
.aboutus-tap-header .aboutus-tap-item.active{
    background-color: #23ECCC;
    cursor: pointer;
}
.aboutus-tap-header{
position: relative;
top: -50px;
}
.aboutus-tap{
    margin-top: 100px;
    margin-bottom: -250px;
    padding-bottom: 350px;
}
.aboutus-tap-body {
    margin: 30px 0 50px;
}
.aboutus-tap .tap{
    display: none;
}
.aboutus-tap .tap.active{
    display: block;
}

.search-input input{
    border: 0;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.search-input i{
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 20px;
}

.paginate{

}
.paginate ul{

}
.paginate ul li{
    height: 50px;
}
.paginate ul li a.page-link,
.paginate ul li span.page-link,
.paginate ul .page-item.disabled .page-link,
.paginate ul .page-item:last-child .page-link,
.paginate ul .page-item:first-child .page-link{
    font-size: 18px;
    background-color: #E9EEF5;
    border-radius: 50px;
    padding: 8px 18px 10px;
    color: #707070;
}

.paginate ul .page-item.disabled .page-link {
font-size: 18px;
    background-color: #E9EEF5;
    border-radius: 50px;
    padding: 8px 18px 10px;
    color: #707070;	
	
}
.paginate ul li.page-item a.page-link.active,
.paginate ul li.page-item a.page-link:hover{
    background-color: #23ECCC;
    color: #fff;
}
.paginate ul li.page-item:not(:last-child) {
    margin-left: 1rem;
    margin-right: 0rem;
}

.select2-container {
    margin-bottom: 1rem;
}

.col-select {
    display: flex;
    flex-wrap: wrap;
}

form .row label.error{
text-align: right;
    color: #C65151;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
	margin-top:-10px;

}
form .row .col-select .error {
    order: 1;
	margin-top:7px;
}