body {
    background-color: var(--backgray);
    padding: 0 !important;
    margin: 0 !important;
}

i{
    vertical-align: middle !important;
}


.g-1 {
    gap: 1rem !important;
}

.g-2 {
    gap: 2rem !important;
}
@media (max-width:520px){.navbar .d-flex.g-2,.navbar .d-flex.g-3{gap: 1rem !important;}}
.g-3 {
    gap: 3rem !important;
}

.g-4 {
    gap: 4rem !important;
}

.g-5 {
    gap: 5rem !important;
}

/**/
.nav-item .nav > li > a{
    padding: 0 !important;
}
/*hambergur*/

.ham {
    display: none;
}


/* login-notif */

.login-notif {
    gap: 1rem;
    position: relative;

}

.login-notif::before {
    content: "";
    display: block;
    background-image: url("/frontend/205/assets/img/svg/bg-user-menu.svg");
    background-size: cover;
    width: 270px;
    height: 14rem;
    position: absolute;
    top: -0.7rem;
    left: -.7rem;
    z-index: 0;
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 4px 12px);
    opacity: 0;
    transition: .25s ease-in-out;
    visibility: hidden;

}

.sos::before {
    opacity: 1 !important;
    visibility: unset !important;
}

.sos .login-notif-details {
    opacity: 1 !important;
}

.sos .login-notif-details-header {
    opacity: 1 !important;
    visibility: unset !important;

}

.sos .login-notif-details {
    visibility: unset !important;

}

.login-notif-name:focus .login-notif::before {
    opacity: 1;

}

.sos .login-notif-name {
    transform: translateX(2rem);

}

.login-notif-header {
    gap: 1rem;
    transition: .25s ease-in-out;
    cursor: pointer;
}

.login-notif-header img {
    width: 6rem;
    z-index: 1;
}

.login-notif-name {
    transform: translateX(0);
    gap: .8rem;
    cursor: pointer;
    z-index: 1111;
    transition: .25s ease-in-out;
    display: flex;
}

.login-notif-details-header {
    z-index: 11;
    width: 270px;
    left: -.7rem;
    top: 6.4rem;
    /*background-color: #ffff;*/
    opacity: 0;
    transition: .25s ease-in-out;
    color: #fff;
    font-weight: 520;
    filter: drop-shadow(0 0 7px #0772bfaa);
    text-shadow: 0 0 2px #000a;
    visibility: hidden;
}

.login-notif-details-header li {
    padding: .5rem 0;

}

.login-notif-details {
    padding: 1rem 0;
    width: 270px;
    left: -.7rem;
    top: 13rem;
    background-color: white;
    border-radius: 0 0 var(--border-md) var(--border-md);
    opacity: 0;
    transition: .25s ease-in-out;
    filter: drop-shadow(rgba(0, 0, 0, 0.08) 0px 4px 12px);
    visibility: hidden;
}


.login-notif-details li i {
    vertical-align: middle;
}

.login-notif-details a {
    padding: .7rem;
    transition: .25s ease-in-out;
    display: block;
    border-radius: var(--border-sm);
}

.login-notif-details li {
    padding: .3rem 0;
}

.login-notif-details li a:hover {
    background-color: rgba(185, 185, 185, 0.44);
}

.login-notif-details hr {
    border: .5px solid #d9d9d96b !important;

}

.vl {
    border-left: 1px solid var(--blackgray);
    height: 2rem;
    width: 1rem;
}

.exit {
    color: var(--red) !important;
}

.price::after {
    content: "";
    background-image: url("/frontend/205/assets/img/svg/toman.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.9rem;
    height: 1.5rem;
    margin-right: 0.4rem;
    filter: drop-shadow(0 0 5px #0772bfaa);

}


.password-page {
    display: none;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

/* min-height */

.nav > li > a {
    position: relative;
}

.nav > li > a::before {
    background: rgb(10, 120, 195);
    bottom: 0;
    content: "";
    height: 3px;
    right: 50%;
    transform: translateX(50%);
    position: absolute;
    width: 0;
    transition: all 0.3s ease-in;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: unset !important;
    border-color: #337ab7;
}

.nav > li:hover > a::before {
    width: 100%;
}

.header .dropdown-menu {
    position: absolute !important;
    width: auto !important;
    height: auto;
    right: -15%;
    top: 110%;
    border-radius: .5rem !important;
}

.header .dropdown-menu div {
    gap: 1rem;
    padding: 1rem;

}

.header .dropdown-menu div a {
    transition: .25s ease-in-out;


}

.header .dropdown-menu div a:hover {
    background-color: #f5f5f5;
    padding: 0 1rem;

}

.main {
    min-height: calc(100vh - 493px);
}

.curve-btn {
    background-image: url("../img/svg/curve-btn.svg");
    mask-image: url("../img/svg/curve-btn.svg");
    mask-size: 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("../img/svg/curve-btn.svg");
    -webkit-mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    position: relative;
}

.news-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
}

.overlay {
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10001;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.map iframe {
    width: 100%;
    border: unset;
    height: 33.3rem;
}


/* .title::before {
	content: "";
	background-image: url(../../assets/img/svg/4dot.svg);
	height: 4.7rem;
	width: 2.3rem;
	background-size: contain;
	display: inline-flex;
	transform: translateY(0.6rem);
	background-repeat: no-repeat;
	margin-left: 0.7rem;
} */

button {
    outline: none;
    border: none;
}

/* a {
	color: inherit;
} */

a:focus {
    text-decoration: none;
}

a:hover {
    color: unset;
    text-decoration: none;
}

.glass-morphism {
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.bold {
    font-weight: bold;
}

ul {
    list-style: none;
}

.headline {
    color: var(--blackgray);
    margin: 0 0 2rem 0;
    text-align: right;
    font-size: 2.5rem;
}

.border {
    border: 1px solid var(--blackgray) !important;
}

.border-b {
    border-bottom: 1px solid var(--blackgray);
}

.border-t {
    border-top: 1px solid var(--blackgray);
}

.border-l {
    border-left: 1px solid var(--blackgray);
}

.border-r {
    border-right: 1px solid var(--blackgray);
}

.content-right {
    width: 72%;
}

.content-left {
    width: 25%;
}

.content-right {
    background-color: #ffff !important;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {

    .news-list {
        grid-template-columns: repeat(3, minmax(250px, 1fr)) !important;
    }

}

@media (min-width: 1200px) {

    .news-list {
        grid-template-columns: repeat(4, minmax(250px, 1fr)) !important;
    }

}

@media (min-width: 1920px) {

    .news-list {
        grid-template-columns: repeat(5, minmax(250px, 1fr)) !important;
    }

    .container {
        width: 1600px !important;
    }
}

.header .dropdown-menu {
    padding: 0 !important;
}

/* navbar start */

#navbar {
    height: 100%;
}

#navbar .nav > li > a {
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
}


.center-nav {
    display: flex;
    gap: 3rem;
    height: 100%;
}

.navbar-left > li > a {
    padding: 0 !important;
    cursor: pointer;
}

.navbar-left > li > a:hover {
    background-color: inherit !important;
}

.navbar-left > li > a:focus {
    background-color: inherit !important;
}

.navbar a {
    color: black;
}

.navbar .container {
    height: 80px;
}

.navbar .container::before,
.navbar .container::after {
    content: none;
}

.navbar-brand img {
    max-height: 64px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: unset !important;
    color: rgb(10, 120, 195) !important;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 0;
}

.navbar-nav > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1.5rem;
    font-weight: 400;
}

.navbar-nav > li > .header .dropdown-menu {
    margin-top: 9px !important;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
}

.header .dropdown-menu {
    width: 100vw;
    height: auto;
    position: fixed;
    border-radius: 0;
}

.header .dropdown-menu li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.header .dropdown-menu li > a:hover,
.header .dropdown-menu li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
    transition: all 0.25s;
}

.nav > li > a:hover,
.nav > li > a:focus {
    transition: all 0.25s;
}

.register-btn,
.log-btn {
    font-weight: 500;
    transition: 0.25s ease-in;
}

.search-btn {
    font-size: 2rem;
    color: rgb(10, 120, 195) !important;
}

.search-btn i {
    width: 3.5rem;
    height: 3.5rem;
    background-color: #d9ebf970 !important;
    border-radius: 50%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(10, 120, 195, 0.2);
}

.log-btn {
    color: white !important;
    background-color: rgb(10, 120, 195);
    border-radius: 0.5rem;
    padding: 1rem 3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.register-btn {
    background-color: #d9ebf970;
    margin-left: -0.75rem;
    -webkit-margin-left: -0.75rem;
    border-radius: 0.5rem;
    color: rgb(10, 120, 195) !important;
    padding: 0.9rem 1.8rem;
    border: 1px solid rgba(10, 120, 195, 0.2);
}

.register-btn:hover {
    background-color: rgb(10, 120, 195, 0.6);
    color: #ffff !important;
    -webkit-background-color: rgb(10, 120, 195, 0.6);
    -webkit-color: #ffff !important;
}

.log-btn:hover {
    background-color: rgb(10, 120, 195, 0.8) !important;
}

.sm-log-btn{
    display: none;
    font-size: 2rem;
    color: rgb(10, 120, 195) !important;
}
.sm-log-btn i{
    width: 3.5rem;
    height: 3.5rem;
    background-color: #d9ebf970 !important;
    border-radius: 50%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(10, 120, 195, 0.2);
}


/* مدارس ما */

.slider-nav .carousel-indicators {
    padding: 0;
}

/* درباره ما */

.social-btn {
    list-style: none;
}

.social-btn li {
    font-size: 1.25rem;
    margin-left: 5px;
    text-align: center;
}

.social-btn li a span {
    display: block;
    text-align: center;
    margin-top: 5px;
}

.social-btn li a:hover {
    background-color: #0002;
    transition: all 0.5s;
    transform: scale(1.1);
}

/* مطالب */
.header .dropdown-menu .content-list-box {
    width: 30%;
}

.header .dropdown-menu .content-list li {
    padding: 10px 0;
}

.header .dropdown-menu .content-list li a:hover {
    transform: scale(1.02);
}

.header .dropdown-menu .content-detail {
    width: 5%;
}

.header .dropdown-menu .content-img img {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(73, 73, 73, 0.4);
    transition: 0.5s;
}

.header .dropdown-menu .content-img img:hover {
    box-shadow: 0 3px 8px -3px;
    transform: scale(1.1);
}

.header .dropdown-menu .left-content {
    background-color: #333;
    width: 60%;
}

.header .dropdown-menu .left-content-list li a {
    padding: 10px;
}

.header .dropdown-menu .left-content-list li a {
    color: #f1f1f5;
}

.course-content,
.experiment,
.forum,
.weblog {
    margin: 8px 0;
}

.last-news {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20rem;
    display: none;
    padding-right: 5rem;
}

.last-news .news a {
    border-radius: 0.5rem;
}

.news a {
    background-color: transparent !important;
}

.news a:hover {
    background-color: #ffffffa6 !important;
}

.left-content-list li:hover .last-news {
    display: block;
}

.header .dropdown-menu li:hover > a,
.header .dropdown-menu li:focus > a {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

#course-content {
    display: none;
}

#experiment {
    display: none;
}

#forum {
    display: none;
}

#weblog {
    display: none;
}

.content-title {
    color: #f1f1f5;
}

.content-title a {
    color: #f1f1f5;
}

.madares {
    text-align: center;
}

.news {
    display: flex;
    align-items: center;
}

.content-title-box img {
    width: 35px;
    height: 35px;
}

.Register span {
    cursor: pointer;
}

.modal-open {
    overflow: hidden !important;
}

.modal-dialog {
    width: 450px;
    margin: 50px auto;
}

.modal-dialog-1 {
    margin: 20px a;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
}

.user-sub,
.password-sub {
    padding: 6px 21px !important;
    background-color: #1a73e8 !important;
    color: #f3f7fc !important;
    font-size: 14px !important;
}

.user-sub:hover,
.password-sub:hover {
    background-color: #1b66c9 !important;
    color: inherit !important;
}

.form-group-ad {
    position: relative !important;
    height: 48px !important;
    margin: 20px 0 10px 0 !important;
}

.newsletters-form .form-group-ad {
    position: relative !important;
    height: 48px !important;
    margin: unset !important;
    width: 25rem;
}

.form-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: 1px solid #606060;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    background: none;
    z-index: 1;
}

.newsletters-form .form-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 15px;
    border: 1px solid #606060;
    border-radius: 3rem;
    outline: none;
    padding: 10px;
    background: none;
    z-index: 1;
}

.newsletters-form input[type=submit] {
    border-radius: 3rem;
}

.form-label {
    position: absolute;
    right: 10px;
    top: 40%;
    transform: translateY(-50%);
    padding: 0 4px;
    background-color: #fff;
    color: #a9adb1;
    font-size: 15px;
    font-weight: 400;
    height: 11px;
    transition: 0.3s;
}

.newsletters-form .form-group-ad:first-child .form-label {
    background-color: #cfd2d8 !important;

}

.newsletters-form .form-label {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 4px;
    background-color: #c3c6cf;
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    height: unset;
    transition: 0.3s;
}

.form-input:focus + .form-label {
    top: -4px;
    right: 15px;
    color: #1a73e8;
    font-size: 13px;
    font-weight: 500;
    z-index: 10;
}

.form-input:not(:placeholder-shown).form-input:not(:focus) + .form-label {
    /*top: -9px;*/
    top: -3px;
    left: 15px;
    font-size: 13px;
    font-weight: 500;
    z-index: 10;
    display: inline-table;
}

.form-input:focus,
.form-test:focus {
    border: 2px solid #1a73e8;
    background-color: #e8f0fe;
}

.newsletters-form .form-input:focus,
.newsletters-form .form-test:focus {
    border: 2px solid #1a73e8;
    background-color: #e8f0fe5e;
}

.form-test {
    padding: 7px;
    outline: none;
    border-radius: 5px;
    border: 2px solid #dadce0;
    transition: 0.3s;
}

#password-page {
    display: none;
}

.password-header {
    align-items: center;
    justify-content: center;
    display: flex;
}

.modal-title-1 {
    font-size: 19px;
}

.user-info {
    width: 32%;
}

.user-info:hover {
    box-shadow: 1px;
}

.user-info-item {
    display: flex;
    height: 32px;
    margin-right: 10px;
    align-items: center;
    border: 1px solid #dadce0;
    border-radius: 1.5rem;
    justify-content: space-between;
    padding: 7px;
}

.user-info-item span {
    font-size: 13px;
    padding-right: 2px;
}

.user-info-item img {
    width: 22px;
}

/*#loginModal,*/
/*#searchModal {*/
/*    background-color: #fffa;*/
/*    !* backdrop-filter: blur(5px); *!*/
/*}*/

.modal-open .modal {
    background-color: #fffa !important;
    /* backdrop-filter: blur(5px); */
}

.modal-backdrop {
    background-color: transparent;
}

.modal-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.modal-btn {
    color: #1a73e8;
    font-weight: 500;
}

.modal-btn :hover {
    color: #2354a9;
}

/* search */
.search-field {
    width: 50%;
}

.wrapper {
    margin-top: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wrapper .search_box {
    width: 425px;
    background: #fff;
    border-radius: 5px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.wrapper .search_box .dropdown {
    width: 150px;
    border-right: 2px solid #dde2f1;
    color: #9fa3b1;
    position: relative;
    cursor: pointer;
}

.wrapper .search_box .dropdown .default_option {
    text-transform: uppercase;
    padding: 13px 15px;
    font-size: 14px;
}

.wrapper .search_box .dropdown ul {
    position: absolute;
    top: 70px;
    left: -10px;
    background: #fff;
    width: 150px;
    border-radius: 5px;
    padding: 20px;
    display: none;
    box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown ul.active {
    display: block;
}

.wrapper .search_box .dropdown ul li {
    padding-bottom: 20px;
}

.wrapper .search_box .dropdown ul li:last-child {
    padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover {
    color: #6f768d;
}

.wrapper .search_box .search_field {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrapper .search_box .search_field .input {
    width: 100%;
    height: 100%;
    border: 0px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 38px;
    color: #6f768d;
    border-radius: 4px;
    outline: none;
}

.wrapper .search_box .search_field div {
    position: absolute;
    top: 13px;
    left: 10px;
    font-size: 22px;
    color: #5078ef !important;
    cursor: pointer;
}

.search-details {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 60px;
    border-radius: 4px;
    background-color: #fff;
    padding: 1rem 0;
    width: 100%;
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

.search-details div {
    width: 100%;
}

.scale-out {
    transform: scale(0.9);
    filter: opacity(0);
}

.scale-in {
    transform: scale(1);
    filter: opacity(1);
}

.scale-in,
.scale-out {
    transition: all 0.5s;
}

.form-check {
    margin: 0 10px;
}

.wrapper .search_box .dropdown {
    border: none;
    width: 82px;
}

.search_box .dropdown .header .dropdown-menu .dropdown-item {
    display: block;
    padding: 10px 0;
}

.search_box .dropdown .header .dropdown-menu {
    position: absolute;
    width: 107%;
    top: 119%;
    padding: 10px;
}

.search-details-title {
    padding: 5px 11px;
}

/*animate CheckBox*/
ul.animate-checkboxtags {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}

ul.animate-checkboxtags li {
    display: inline;
    margin: 0 5px;
}

ul.animate-checkboxtags li label {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(139, 139, 139, 0.3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-weight: 400;
}

ul.animate-checkboxtags li label {
    padding: 5px 12px;
    cursor: pointer;
}

ul.animate-checkboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FA";
    font-weight: 400;
    font-size: 12px;
    padding: 2px 2px 2px 6px;
    content: "\f067";
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

ul.animate-checkboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

ul.animate-checkboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #5bc7fd;
    background-color: #5bc7fd;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul.animate-checkboxtags li input[type="checkbox"]:checked + label {
    border: 1px solid #5bc7fd;
    background-color: #5bc7fd;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

ul.animate-checkboxtags li input[type="checkbox"] {
    display: absolute;
}

ul.animate-checkboxtags li input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

#mamd {
    display: none;
}

.navcol-open {
    height: 100%;
    width: 57%;
    background-color: red;
    position: absolute;
    top: 0;
    z-index: 1111;
    left: 0;
    display: none;
}

.navcol-close {
    height: 100%;
    width: 57%;
    background-color: red;
    position: absolute;
    top: 0;
    z-index: 1111;
    left: -313px;
}

#menuToggle {
    display: block;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle{
    font-size: 2rem;
    color: rgb(10, 120, 195) !important;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle input {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
    top: 0;
    right: 0;
    bottom: 0;
}

/*#menuToggle span {*/
/*    display: block;*/
/*    width: 27px;*/
/*    height: 3px;*/
/*    position: relative;*/
/*    background: rgb(10, 120, 195) !important;*/
/*    border-radius: 3px;*/
/*    z-index: 1;*/
/*    transform-origin: 1px 0px;*/
/*    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),*/
/*    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;*/
/*}*/

/*#menuToggle span:first-child {*/
/*    transform-origin: 0% 0%;*/
/*}*/

/*#menuToggle span:nth-last-child(2) {*/
/*    transform-origin: 0% 100%;*/
/*}*/

/*#menuToggle input:checked ~ span {*/
/*    opacity: 1;*/
/*    transform: rotate(45deg) translate(-2px, -1px);*/
/*    background: #232323;*/
/*}*/

/*#menuToggle input:checked ~ span:nth-last-child(3) {*/
/*    opacity: 0;*/
/*    transform: rotate(0deg) scale(0.2, 0.2);*/
/*}*/

/*#menuToggle input:checked ~ span:nth-last-child(2) {*/
/*    transform: rotate(-45deg) translate(0, -1px);*/
/*}*/

#menu {
    left: 0;
    top: 0;
    width: 312px;
    height: 100vh;
    padding: 1rem;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    overflow-y: auto;
    z-index: 1111;
}

.menu-header i{
    font-size: 2.5rem;
    color: rgb(10, 120, 195) !important;
    padding-bottom: 2rem;
    cursor: pointer;
}


#menu a,
.right-hide-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-hide-nav i {
    margin-left: 10px;
    padding: 0rem;
    width: 3rem;
    display: flex;
    justify-content: center;
    font-size: 1.8rem;
}

#menu a {
    padding: 0 1rem;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

.hide-menu1,
.hide-menu2,
.hide-menu3 {
    display: none;
}


#menuToggle input:checked ~ div {
    transform: none;
}

#menuToggle {
    display: none;
}

.mm {
    display: none;
}

.hide-menu1 img {
    width: 31px;
    float: right;
    margin: 0 10px;
}

.hide-menu3 ul li {
    text-align: justify;
}

.hide-menu3 ul {
    padding: 10px 20px;
}

.hide-menu2 ul {
    padding: 0 1.4rem;
}

.hide-menu2 ul li a div {
    display: flex;
    justify-content: right;
}

.hide-menu2 ul li a div i {
    padding-left: 10px;
}

.social-btn-hide {
    display: flex;
    justify-content: center;
}

.social-btn-hide li a {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}

.hide-content-img {
    display: flex;
    justify-content: center;
    padding: 11px;
}

.hide-content-img img {
    width: 100px;
    border: 1px solid #c1bbbb;
    margin: 0 10px;
}

.black {
    background-color: #333;
}

.black li a div {
    color: #f1f1f5;
}

.scorebord-person {
    margin-bottom: 1.5rem;
}

.scorebord-person:last-child {
    margin-bottom: 0;
}

.scorebord-person .user {
    margin-right: 1.3rem;
}

.scorebord-person img {
    width: 6rem;
}

.scorebord-person-img .user-status {
    padding: 0.6rem;
    left: 7px;
    top: 11px;
}

.person-medal {
    left: -6px;
    bottom: -2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: gold;
}

.score {
    margin-right: 1.3rem;
}

.person-medal-box span {
    color: #777;
}

.update-cv,
.scorebord,
.last-weblog {
    padding: 1rem;
    border-radius: 1rem;
    background: #ffffff8f;
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
}

.last-weblog {
    width: 65% !important;
}

.scor-cv {
    width: 40%;
    gap: 1rem;
}

.lul {
    gap: 1rem;
}

.scorebord {
    width: calc(60% - 0.5rem);
}

.update-cv {
    width: calc(40% - 0.5rem);
}

.update-cv-img {
    flex-direction: column !important;
}

.update-cv-img img {
    width: 9rem;
}

.last-weblog-post-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.last-weblog-post img {
    width: 10rem;
    margin-left: 1rem;
    border-radius: 0.5rem;
}

/* -------------------- */
.pulse {
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #68bbfa70;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #68bbfa70;
        box-shadow: 0 0 0 0 #68bbfa70;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.back-fade {
    animation: back-fade linear 2s infinite alternate;
}

@keyframes back-fade {
    0% {
        background-color: #d9ebf970;
    }

    50% {
        background-color: #d9ebf9;
    }

    100% {
        background-color: #d9ebf970;
    }
}

.bottom-menu {
    display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1919px) {

    .news-item:nth-child(10) {
        display: none !important;
    }

    .news-item:nth-child(9) {
        display: none !important;
    }
}

@media only screen and (max-width: 1399px) {
    .nav > li > a {
        padding: 3rem 0rem !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    /*.nav>li>a {*/
    /*	padding: 3rem 1rem !important;*/
    /*}*/
}

@media only screen and (min-width: 1600px) {
    /*.nav > li > a {*/
    /*    padding: 3rem 2rem !important;*/
    /*}*/

    .nav > li > a {
        padding: 1.5rem 2rem !important;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .news-item {
    }

    .news-img {
    }

    .news-item:nth-child(10) {
        display: none !important;
    }

    .item1 img {
        transform: scale(1.115) translatex(-1.2rem);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-item {
    }

    .news-img {
    }

    .ro1 {
        justify-content: space-around !important;
    }

    .news-item:nth-child(10) {
        display: none !important;
    }
}

@media only screen and (min-width: 577px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 575px) {
    .news-item {
        margin: auto;
        max-width: 90% !important;
        width: 90%;
    }

    .news-item:nth-child(10),
    .news-item:nth-child(9),
    .news-item:nth-child(8),
    .news-item:nth-child(7),
    .news-item:nth-child(6),
    .news-item:nth-child(5) {
        display: none;
    }
}

@media only screen and (max-width: 1920px) {


    .carousel-control {
        font-size: 38px !important;
    }

    .news-list {
        justify-content: space-between;
    }

    .footer-nav ul {
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1200px) {

    .ham {
        width: 3.5rem;
        height: 3.5rem;
        background-color: #d9ebf970 !important;
        border-radius: 50%;
        padding: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid rgba(10, 120, 195, 0.2);
        position: relative;
    }

    #menuToggle {
        display: flex !important;
        flex-direction: column;
        gap: 0.5rem;
    }


    #navbar {
        display: none !important;
    }


    .carousel-control {
        font-size: 31px !important;
        width: 5% !important;
    }

    .carousel-inner .item img {
        transform: scale(1.1) translatex(-1.2rem) !important;
    }

    .news-list {
        display: grid;
        justify-content: space-between;
    }

    .last-weblog {
        width: 100% !important;
    }

    .scor-cv {
        width: 100% !important;
        justify-content: space-between !important;
        margin-top: 3rem;
    }

    .lul {
        flex-direction: column !important;
    }

    .scorebord {
        width: 60% !important;
    }

    .update-cv {
        width: 40% !important;
    }
}

@media only screen and (max-width: 992px) {

    .sm-log-btn{
      display: block;
    }
    .newsletters-form {
        flex-direction: column !important;
        width: 70% !important;
    }

    .newsletters-form .form-group-ad {
        width: 100% !important;
    }


    .container-slider {
        margin-top: 10rem !important;
    }

    .news-list {
        display: grid;
        justify-content: space-between;
    }

    .social-btn li a {
        padding: 3px 5px;
    }

    .header-menu {
        padding-bottom: 10px;
    }

    .header-menu h3 {
        margin-top: 10px;
    }

    .icon {
        font-size: 32px;
    }

    .content-list {
        font-size: 13px;
        padding: 0 4px 0px 1px;
    }

    .content-list li a {
        padding: 3px 0;
    }

    .left-content {
        font-size: 13px;
        padding: 0;
    }

    .last-news-nav {
        font-size: 13px;
    }

    .chat-body {
        font-size: 11px;
    }

    .navbar-nav {
        font-size: 13px;
    }

    #menu li {
        font-size: 13px;
        font-weight: 500;
    }

    /* .carousel-control {
        width: 7% !important;
    } */
    .content {
        flex-direction: column !important;
    }

    .content-right {
        width: 100% !important;
    }

    .content-left {
        width: 100% !important;
    }

    .register-btn,
    .log-btn {
        display: none !important;
        -webkit-display: none !important;
    }

    .nav.center-nav {
        display: none !important;
    }

    .footer-middle {
        background-color: unset !important;
        flex-direction: column-reverse;
        height: auto !important;
        margin-bottom: 5rem;
    }

    .footer-middle .addres-phone {
        background-color: #717171b3 !important;
        width: 100%;
        margin-bottom: 4rem;
        justify-content: center;
        padding: 1rem 2rem;
        border-radius: var(--border-sm);
    }

    .footer-footer {
        flex-direction: column;
    }

    .footer-footer .copyright {
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 768px) {

    .login-notif-name {
        display: none !important;
    }

    .up i,
    .down i {
        font-size: 2rem;
    }

    .container-slider {
        margin-top: 10rem;
    }

    .icon-bar {
        flex-direction: column !important;
        bottom: -12rem !important;
    }

    .icon-bar-right {
        margin-bottom: 1rem;
    }

    .icon-bar-item span {
        opacity: 1 !important;
    }

    .icon-bar-item .curve-btn {
        width: 7rem !important;
        height: 7rem !important;
    }

    .icon-bar-item i {
        font-size: 3.5rem !important;
    }

    .social a {
        width: 4.5rem !important;
        height: 4.5rem !important;
    }

    .social a img {
        width: 2.5rem !important;
    }

    .news-list {
        display: grid;
        justify-content: space-evenly;
    }

    .navbar-nav {
        display: flex;
        align-items: center;
        padding: 0;
        font-size: 13px;
    }

    .Register span {
        display: none;
    }

    .search span {
        display: none;
    }

    .navbar-header {
        width: 69%;
        padding-right: 15px;
    }

    #mamd {
        display: block;
    }

    .navbar-nav li {
        font-size: 20px;
    }

    .center-nav {
        display: none;
    }

    .carousel-inner .item img {
        transform: scale(1.16) translatex(-1.2rem) !important;
    }

    .carousel-caption {
        top: 2rem !important;
        text-align: center !important;
    }

    .carousel-caption h3 {
        font-size: 2rem !important;
    }

    .carousel-caption p {
        font-size: 1.4rem !important;
    }

    .icon-bar-item {
        font-size: 4rem !important;
    }

    .icon-bar-item span {
        font-size: 1.5rem !important;
    }

    .footer-header {
        display: flex;
        justify-content: center;
    }

    .footer-nav {
        width: 100% !important;
    }

    .footer-nav ul {
        justify-content: space-evenly !important;
    }

    .footer-middle .addres-phone {
        flex-direction: column-reverse !important;
    }

    .footer-phone::before {
        border-right: unset !important;
    }

    .footer-phone,
    .footer-addres {
        justify-content: center !important;
    }
}

@media only screen and (max-width: 576px) {

    .middle-carousel {
        margin-top: 18rem;
    }

    .icon-bar {
        bottom: -14rem !important;
    }

    .bottom-menu {
        background-image: url("../img/svg/bottom-menu-3.svg");
        width: 100%;
        height: 12.6rem;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-x: center;
        position: fixed;
        right: 0;
        bottom: -11px;
        z-index: 11111111111111;
        filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.2));
        display: flex;
    }

    .bottom-user-btn {
        top: 0.9rem;
        -webkit-top: 0.4rem;
        right: 50%;
        -webkit-right: 50%;
        transform: translateX(50%);
        width: 7rem;
        height: 7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background: rgba(10, 121, 195, 0.9);
        font-size: 2rem;
        color: white;
    }

    .bottom-right-btn img {
        width: 3rem;
        filter: invert(36%) sepia(67%) saturate(4436%) hue-rotate(185deg) brightness(90%) contrast(92%);
    }

    .bottom-left-btn i,
    .bottom-right-btn i {
        font-size: 2.5rem;
        vertical-align: middle;
    }

    .bottom-right-btn svg {
        fill: #373a3c;
        width: 2.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-left-btn button,
    .bottom-right-btn button {
        transition: 0.2s ease-in;
        background-color: unset;
    }

    .bottom-left-btn button,
    .bottom-right-btn button {
        color: #373a3c;
    }

    .bottom-right-btn button svg:focus {
        fill: rgb(10, 120, 195) !important;
    }

    .bottom-left-btn button:nth-child(1):focus,
    .bottom-left-btn button:nth-child(2):focus,
    .bottom-right-btn button:nth-child(2):focus {
        color: rgb(10, 120, 195) !important;
    }

    .bottom-right-btn,
    .bottom-left-btn {
        margin-top: 4rem;
    }

    .footer {
        margin-bottom: 8rem;
    }

    .news-list {
        display: grid;
        justify-content: space-evenly;
    }

    .carousel-inner {
        overflow: inherit !important;
    }

    .item-img {
        overflow: hidden;
        transform: scale(1.2);
        height: calc((100vw - 30px) / 1.8);
    }

    .item-img img {
        height: calc((100vw - 30px) / 1.7);
        width: auto !important;
    }

    .carousel-caption {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        padding-top: 58px !important;
        text-align: center !important;
    }

    .carousel-caption h3,
    .carousel-caption p {
        text-align: center !important;
    }

    .caption-box {
        width: auto !important;
        display: inline-block;
    }

    .over-carousel {
        overflow: hidden;
    }

    .slider-box {
        height: 260px !important;
        width: 100%;
        background-color: #e6e6e6;
    }

    .container-slider {
        padding: 0;
    }

    .carousel-control.right i {
        padding-right: 2rem;
    }

    .carousel-control.left i {
        padding-left: 2rem;
    }

    .scor-cv {
        flex-direction: column;
        margin-top: 2rem !important;
    }

    .scorebord {
        width: 100% !important;
        margin-top: 2rem;
    }

    .update-cv {
        width: 100% !important;
    }

    .update-cv-img {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 1rem;
    }
}

@media only screen and (max-width: 500px) {
    .footer-addres span {
        font-size: 1rem !important;
    }
}

@media only screen and (max-width: 455px) {
    .modal-dialog {
        width: 89%;
        margin-top: 78px;
    }
}

@media only screen and (max-width: 400px) {
    .carousel-control {
        font-size: 23px !important;
    }

    #menu {
        width: 100%;
        height: 100vh;
        overflow-y: auto;
    }

    .search_box {
        width: 340px !important;
    }

    .footer-addres i {
        display: none !important;
    }
}

/* slider start*/

.item1 img {
    width: 100%;
    transform: scale(1.015) translatex(-1.2rem);
}

.item1 {
    animation: slider-effect 0.35s ease-out normal forwards;
}

@keyframes slider-effect {
    from {
        transform: translateX(2.5rem);
    }

    to {
        transform: translateX(0rem);
    }
}

.carousel-caption {
    top: 17rem;
    bottom: auto;
    left: auto;
    right: 6%;
    width: 470px;
    text-align: right;
}

@keyframes slider-sector {
    from {
        opacity: 0;
        transform: translateY(4rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slider-text {
    from {
        opacity: 0;
        transform: translateY(-4rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.caption-box {
    display: inline-block;
    background-color: #333;
    padding: 5px 10px;
    animation: slider-sector 0.7s ease-out 0.5s normal forwards;
    opacity: 0;
}

.carousel-caption h3 {
    padding-bottom: 5px;
    font-size: 25px;
    text-align: right;
    animation: slider-text 0.7s ease-out 1s normal forwards;
    opacity: 0;
}

html .carousel-caption p {
    font-size: 1.5rem;
    text-align: right;
    animation: slider-text 0.7s ease-out 1.4s normal forwards;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0) !important !important;
    /*background: #162d3c54;*/
    background: #95959554;
    padding: 1rem;
    color: black;
    padding: 1rem;
}

/* .carousel-control {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 44px;
	width: auto;
	height: 5rem;
	left: 5.6rem;
	transform: translateY(-50%);
} */

.carousel-control {
    width: unset !important;
    left: unset !important;
    top: unset !important;
    bottom: unset !important;
    position: unset !important;
    /* position: unset !important; */
}

.carousel-control:first-child {
    position: unset !important;
}

.carousel-control:last-child {
    position: unset !important;
}

.container-slider {
    margin-bottom: 11rem;
}

/* .up {
	top: calc(50% - 8rem);
}

.down {
	top: calc(50% + 7.5rem);
} */

/* .carousel-indicators {
	margin: 0;
	padding: 0;
	left: 6rem;
	top: 50%;
	height: 10rem;
	width: 3rem;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
} */
.carousel-indicators {
    position: unset !important;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    transform: translateX(0);
}

.carousel-btn {
    left: 1rem;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%)
}

#myCarousel .carousel-inner .item img {
    min-height: 13rem;
    overflow: hidden;
    max-height: 85rem;
}

#myCarousel-2 .carousel-inner {
    height: auto;
}

#toggleCarousel {
    background-color: transparent;
    border: none;
    padding: 2px;
    vertical-align: middle;
}

#toggleCarousel i {
    font-size: 23px;
    color: #fff;
}

/* slider end */

/* icon-bar start */
.icon-bar {
    bottom: -9rem;
}

.icon-bar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in;
}

.icon-bar-item:hover {
    transform: translateY(-1rem);
}

.icon-bar-item:hover.icon-bar-item span {
    opacity: 1;
    transition: 1s ease-in;
}

.icon-bar-item i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 6.5rem;
}

.icon-bar-item .curve-btn {
    width: 12rem;
    height: 12rem;
}

.icon-bar-item span {
    margin-top: 10px;
    font-size: 18px;
    opacity: 0;
}

.drop-icon {
    filter: drop-shadow(0 -2px 6px rgba(0, 0, 0, 0.2));
}

.icon-bar-right {
    gap: 2rem;
}

.social {
    margin-bottom: 2rem;
}

.social a {
    background-color: #ffff;
    width: 6.5rem;
    height: 6.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s linear !important;
    filter: drop-shadow(0 -2px 6px rgba(0, 0, 0, 0.2));
}

.social a img {
    width: 3.5rem;
}

.social a:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 5px -3px black;
}

.social a:hover img {
    filter: invert(100%) sepia(32%) saturate(216%) hue-rotate(217deg) brightness(113%) contrast(100%);
}

.teleicon:hover {
    background-color: #0088cc;
}

.instaicon:hover {
    background: linear-gradient(45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%);
}

.aparaticon:hover {
    background-color: #ea1d5d;
}

.baleicon:hover {
    background-image: linear-gradient(45deg, #000cbb, #6fff8c);
}

.social a:hover img {
    transition: all 1s ease-out;
}

/* icon-bar end */

/* box-news start */

.news-item {
    cursor: pointer;
    padding: 1rem;
    transition: 0.25s ease-in;
    background: white;
    border-radius: 1rem;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    z-index: 0;
    max-width: 280px;
}

.news-item:hover {
    transform: scale(1.05);
}

.news-img {
    width: 100%;
    border-radius: 0.25rem;
    position: relative;
}

.img-link {
    padding: 50%;
    display: block;
    position: relative;
    width: 100%;
}

.img-link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 0 7px #0002;
}

.news-title h3 {
    font-size: 20px;
    margin: 0 !important;
    padding: 7px 0 7px 0;
}

.news-info p {
    margin: 0;
}

.img-detils {
    font-size: 13px;
    display: flex;
    color: rgb(156, 156, 156);
}

.img-detils .news-subject-box {
    position: absolute;
    top: 15px;
    left: -7px;
    width: auto;
    height: auto;
    text-align: center;
    border-radius: 2px;
    background-color: #0eabef;
    color: #fff;
    padding: 3px 20px;
    box-shadow: -1px 6px 12px -6px #000;
}

.img-detils .news-subject-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 4px;
    background-color: #00aeff;
    width: 10px;
    height: 15px;
    z-index: -1;
    transform: rotate(-45deg);
    bottom: -8px;
}

.img-detils .time {
    position: absolute;
    left: 6px;
    bottom: 2px;
    padding: 3px;
}

.img-detils .heart-comment {
    position: absolute;
    right: 6px;
    bottom: 2px;
    padding: 3px;
}

/* middle-carousel */
.owl-dots {
    margin-top: 3rem !important;
}

.owl-stage-outer {
    padding: 2rem 0;
}

.middle-carousel .owl-carousel .item {
    overflow: hidden;
    background-color: #ffff;
    border-radius: var(--border-sm);
    max-height: 100rem;
    box-shadow: var(--mainshadow);

}

.middle-carousel .owl-carousel .img-item-details {
    padding-top: 100%;
    position: relative;
    width: 100%;
    display: block;

}

.middle-carousel .owl-carousel .item .item-text {
    padding: 0 2rem;
    height: 9rem;
}

.middle-carousel .owl-carousel .item .item-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.middle-carousel .owl-carousel .item img {
    border-radius: 0.25rem 0.25rem 0 0;
    position: absolute;
    top: 0;
    left: 0;
}

.middle-carousel .owl-carousel .item p {
    direction: rtl;
}

.middle-carousel .owl-carousel {
    z-index: 0 !important;
}

/* Newsletters */

.newsletters {
    background-image: url("../img/svg/test.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletters form {
    gap: 2rem;
}

.newsletters form input {
    font-size: 1.5rem;
}

/* footer */

.footer {
    width: 100%;
    height: auto;
    padding: 4rem 0;
    margin-top: 8rem;
    color: #ffff;
    font-size: 1.5rem;
    /* background-color: #373A4A; */
    background-image: url(../img/svg/footer.svg);
    background-size: auto;
}

.footer-header {
    padding: 0;
}

.footer-nav {
    width: 40rem;
}

.footer-nav ul {
    list-style: none;
}

.footer-nav ul li a:hover {
    color: #c3c6cf !important;
    transition: all 0.2s linear 0s;
}

.footer-nav ul li a {
    color: #ffff !important;
}

.footer-middle {
    background-color: #ffffff29;
    border-radius: var(--border-md);
    height: 10rem;
    margin-bottom: 7rem;
}

.addres-phone {
    gap: 2rem;
}

.footer-phone::before {
    content: "";
    border-right: 3px solid white;
    height: 2.5rem;
    padding-left: 2rem;
}

.footer-addres i,
.footer-phone i {
    width: 4.5rem;
    height: 4.5rem;
    background-color: rgb(195 195 195 / 20%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.footer-social a {
    background-color: rgb(195 195 195 / 20%);
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s linear !important;
}

.footer-social a img {
    width: 2.5rem;
}

.footer-social a:hover {
    transform: scale(1.1);
    box-shadow: 0 3px 5px -3px black;
}

.teleicon:hover {
    background-color: #0088cc;
}

.instaicon:hover {
    background: linear-gradient(45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%);
}

.aparaticon:hover {
    background-color: #ea1d5d;
}

.baleicon:hover {
    background-image: linear-gradient(45deg, #000cbb, #6fff8c);
}

.footer-social a:hover img {
    transition: all 1s ease-out;
}

.footer-footer-left {
    gap: 2rem;
}

.footer-footer-left img {
    width: 5rem;
    padding: 0.5rem;
    max-width: 75%;
}

.footer-footer-left a {
    width: 7.5rem;
    height: 7.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #717171b3;
    border-radius: var(--border-sm);
}

.copyright img {
    height: 100% !important;
    margin-left: 1rem;
}

:root {
    --titleredred: #ec3f3f;
    --titlegray: #acacac;
    --backgray: #f1f1f5;
    --blackgray: #616161;
    --blue: #5078ef;
    --darkblue: rgb(10, 120, 195);
    --red: #F32424;
    --light-red: #FB9898;
    --green: #83BD75;
    --bordergray: #9696966b;
    --secondary: #6c757d;
    --border-li: .7rem;
    --border-sm: 1rem;
    --border-md: 2rem;
    --border-lg: 3em;
    --mainshadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

.blue {
    color: var(--blue);
}

.red {
    color: var(--titlered);
}


.owl-carousel {
    direction: rtl !important;
}

/*جداول نیک‌معارف*/
.niktbl>thead>tr>td{
	background-color:#777;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	padding: 0 .5rem;
	text-align: right;
}
.niktbl>tbody>tr>td.tbl-subject{
	background-color: #fff!important;
	color: #0D78C2;
	font-size: 2rem;
	font-weight: 300;
	line-height: 3rem;
	padding: 2rem 0 .3rem;
	text-align: center;
}
.niktbl>thead>tr:first-child>td{
	border-top:3px solid #365f92;
}
.niktbl>tbody>tr:first-child>td{
	border-top:2px solid #365f92;
}
.niktbl>tbody>tr>td{
	border-bottom:1px solid #365f92;
}
.niktbl>tbody>tr:nth-child(odd)>td{
	background-color:#dce6f1;
}
.niktbl>tbody>tr:nth-child(even):hover>td{
	background-color:#ccc;
}
.niktbl>tbody>tr:nth-child(odd):hover>td{
	background-color:#cbd5e2;
}
.niktbl>tbody>tr:last-child>td{
	border-bottom:3px solid #365f92;
}
.niktbl>tbody tr td:nth-child(3){
	font-size: 86%
}
.niktbl>tbody tr td:nth-child(4){
	font-size: 77%
}
.txt-sm,.text-sm{font-size: 86%}
.txt-xs,.text-xs{font-size: 77%}


