/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@font-face {
    font-family: myFont;
    src: url("../fonts/iranyekanweblight.eot");
    src: url("../fonts/iranyekanweblight.woff") format("woff");
    /*url("fonts/CustomFont.otf") format("opentype"),*/
    /*url("fonts/CustomFont.svg") format("svg");*/
}
@font-face{
    font-family:sc_dana_fa;
    font-style:normal;
    font-weight:200;
    src:url(../fonts/font1/dana-fanum-extralight.eot);
    src:url(../fonts/font1/dana-fanum-extralight.eot?#iefix) format('embedded-opentype'),url(/../fonts/font1/dana-fanum-extralight.woff2) format('woff2'),url(../fonts/font1/dana-fanum-extralight.woff) format('woff')}
@font-face
{
    font-family:sc_dana_fa;
    font-style:normal;
    font-weight:300;
    src:url(../fonts/font2/dana-fanum-light.eot);
    src:url(../fonts/font2/dana-fanum-light.eot?#iefix) format('embedded-opentype'),url(/../fonts/font2/dana-fanum-light.woff2) format('woff2'),url(../fonts/font2/dana-fanum-light.woff) format('woff')}
@font-face{
    font-family:sc_dana_fa;
    font-style:normal;
    font-weight:500;
    src:url(../fonts/font3/dana-fanum-medium.eot);
    src:url(../fonts/font3/dana-fanum-medium.eot?#iefix) format('embedded-opentype'),url(/../fonts/font3/dana-fanum-medium.woff2) format('woff2'),url(../fonts/font3/dana-fanum-medium.woff) format('woff')}
@font-face{
    font-family:sc_dana_fa;
    font-style:normal;
    font-weight:600;
    src:url(../fonts/font4/dana-fanum-demibold.eot);
    src:url(../fonts/font4/dana-fanum-demibold.eot?#iefix) format('embedded-opentype'),url(/../fonts/font4/dana-fanum-demibold.woff2) format('woff2'),url(../fonts/font4/dana-fanum-demibold.woff) format('woff')
}
@font-face{
    font-family:sc_dana_fa;
    font-style:normal;
    font-weight:700;
    src:url(../fonts/font5/dana-fanum-ultrabold.eot);
    src:url(../fonts/font5/dana-fanum-ultrabold.eot?#iefix) format('embedded-opentype'),url(/../fonts/font5/dana-fanum-ultrabold.woff2) format('woff2'),url(../fonts/font5/dana-fanum-ultrabold.woff) format('woff')}
@font-face{
    font-family:sc_dana_fa;
    font-style:normal;
    font-weight:800;
    src:url(../fonts/font6/dana-fanum-extrabold.eot);
    src:url(../fonts/font6/dana-fanum-extrabold.eot?#iefix) format('embedded-opentype'),url(/../fonts/font6/dana-fanum-extrabold.woff2) format('woff2'),url(../fonts/font6/dana-fanum-extrabold.woff) format('woff')
}

*{
    font-family: 'sc_dana_fa', tahoma, sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/Verdana-Black.ttf");
    src: url("../fonts/Poppins.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: Poppins;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

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

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

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

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 90px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}

.logo {
    width: 50%;
    float: left;
}

.header_section {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg3.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-dark {
    background-color: transparent !important;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: transparent !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/toggle-icon.png);
    width: 50px;
}
.navbar-nav .nav-link{
    font-size: 18px;
    font-weight: 400;

}
.navbar-nav .nav-item.active{
    background-color: #bfdbfe;
    padding-right:15px;
    padding-left: 15px;
    border-radius: 10px;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
    font-size: 18px;
    padding: 5px 0px 0px 0px;

}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000;
}
.search_section {
    float: left;
}

.search_section ul {
    margin: 0px;
    padding: 0px;
}

.search_section li {
    float: left;
    font-size: 18px;
    color: #000;
    padding: 0px 10px;
}

.search_section li a{
    color: #000;
}

.search_section li a:hover {
    color: #000;
}

.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;
}

.banner_section:after {
    content: '';
    position: absolute;
    width: 100%;
    /*border-bottom: 2px solid #000;*/
    justify-content: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    margin-top: 100px;
}

.banner_taital_1 {
    width: 100%;
    /*float: left;*/
    float: right;
    font-size: 30px;
    color: #000;
    padding-top: 50px;
}

.banner_taital {
    width: 100%;
    /*float: left;*/
    float: right;
    font-size: 46px;
    color: #000;
    font-weight: bold;
}

.banner_text {
    width: 100%;
    /*float: left;*/
    float: right;
    font-size: 16px;
    color: #0c0c0b;
    margin-left: 0px;
}

.taital_main {
    /*padding-left: 50px;*/
    padding-right: 50px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 75px;
}

.more_bt {
    width: 170px;
    float: left;
}

.more_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    /*color: #0d7550;*/
    color: #fff;
    /*border: 2px solid #0d7550;*/
    border: 2px solid rgb(246 194 236);
    background-color:rgb(246 194 236) ;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px;
    text-transform: uppercase;
}

.contact_bt {
    width: 170px;
    float: left;
    margin-left: 15px;
}

.contact_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    /*color: #000;*/
    /*border: 2px solid #191919;*/
    color:#fff;
    border: 2px solid #bfdbfe;
    background-color: #bfdbfe;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px;
    text-transform: uppercase;
}

.contact_bt a:hover {
    /*color: #0d7550;*/
    color:#bfdbfe;
    background-color: #fff;
    /*border: 2px solid #0d7550;*/
    border:2px solid #bfdbfe;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: transparent !important;
    /*border: 3px solid #0d7550;*/
    border: 3px solid #56a4f6;
    border-radius: 100px;
}

.carousel-indicators .active {
    /*border: 3px solid #fb6818;*/
    border: 3px solid rgb(246 194 236);
}

.carousel-indicators {
    bottom: -60px;
}

.services_section {
    width: 100%;
    float: left;
}

.services_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #070706;
    text-align: center;
    font-family: Verdana;
    text-transform: uppercase;
}

.services_taital:after {
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 10px solid #0d7550;
    justify-content: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    display: block;
    border-radius: 20px;
}

.services_section_2 {
    width: 100%;
    float: left;
    margin-top: 50px;
}

.news_main {
    width: 100%;
    float: left;
    padding-top: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 10px 0px 10px;
    box-shadow: 0px 0px 22px 16px #f0f0f0;
    margin-top: 30px;
}

.news_section_left {
    width: 25%;
    float: left;
}

.news_section_right {
    width: 75%;
    float: left;
}

.great_text {
    width: 100%;
    float: left;
    font-size: 30px;
    color: #070706;
    text-transform: uppercase;
    font-weight: bold;
}

.dolor_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #070706;
    margin-left: 0px;
    line-height: 30px;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #0d7550;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 50px;
}

.read_bt a:hover {
    color: #ffffff;
    background-color: #282828;
}

.about_section {
    width: 100%;
    float: left;
}

.image_8 {
    width: 100%;
    float: left;
}

.about_main {
    width: 100%;
    float: left;
    background-color: #fb6818;
    height: auto;
    padding: 88px 20px 95px 50px;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
}

.about_taital::after {
    content: '';
    position: absolute;
    width: 100px;
    background-color: #fff !important;
    justify-content: center;
    margin: 0 auto;
    left: 0px;
    right: initial;
    display: block;
    border-radius: 350px;
    height: 10px;

}

.about_text {
    width: 76%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
    padding-top: 41px;
}

.read_bt_1 {
    width: 170px;
    float: left;
    margin-top: 30px;
}

.read_bt_1 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #060606;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

.read_bt_1 a:hover {
    color: #ffffff;
    background-color: #282828;
}

.school_section {
    width: 100%;
    float: left;
}

.school_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #282828;
    margin-left: 0px;
    text-align: center;
}

.image_9 {
    width: 200px;
    text-align: center;
    margin: 0 auto;
}
.image_9 img{
width: 100%;
}
.pure_text {
    width: 100%;
    font-size: 24px;
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.many_text {
    width: 72%;
    margin: 0 auto;
    font-size: 18px;
    color: #282828;
    text-align: center;
}

.readmore_bt_2 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.readmore_bt_2 a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #0d7550;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
}

.readmore_bt_2 a:hover {
    color: #ffffff;
    background-color: #282828;
}
.col-sm-4.images_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.Blog_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.blog_main {
    width: 100%;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 22px 16px #f0f0f0;
}

.distracted_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #282828;
    font-weight: bold;
    padding: 20px 10px 0px 10px;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #282828;
    margin: 0px;
    padding: 10px;
}

.image_12 {
    width: 100%;
    float: left;
    min-height: 264px;
}

.student_section {
    width: 100%;
    float: left;
    background-color: #1d1f1e;
    height: auto;
    padding-bottom: 90px;
}

.student_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 50px;
}

.student_taital::after {
    content: '';
    position: absolute;
    width: 100px;
    background-color: #fff;
    justify-content: center;
    margin: 0 auto;
    left: 0px;
    right: initial;
    display: block;
    border-radius: 20px;
    height: 10px;
}

.student_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

.student_bg {

    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-top: 21px;

}

.student_bg_1 {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-radius: 5px;
    padding-bottom: 20px;
    margin-top: 70px;
}

.image_15 {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    top: -20px;
}

.hannery_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #1d1f1e;
    text-align: center;
    font-weight: bold;
}

.fact_text {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #282828;
    text-align: center;
    margin: 0px;
    padding: 0px 11px;
}

.call_section {
    width: 100%;
    float: left;
    background-color: #fb6818;
    height: auto;
    padding: 20px 0px;
    filter: drop-shadow(2px 12px 7px #0f0808);
    margin-top: 90px;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-top: 20px;
}

.call_text a {
    color: #ffffff;
}

.input_bt {
    width: 100%;
    float: left;
}

.mail_bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    padding: 5px 200px 5px 30px;
    border-radius: 30px;
    border: 0px;
    height: 60px;
    position: relative;
}

.subscribe_bt {
    width: 35%;
    float: right;
    font-size: 18px;
    color: #ffffff;
    background-color: #fb6818;
    padding: 5px 0px 5px 0px;
    border-radius: 30px;
    border: 0px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 25px;
    top: 9px;
}

.subscribe_bt a {
    color: #ffffff;
}

.padding_left_0 {
    padding-left: 15px;
}

.footer_section {
    width: 100%;
    /*float: left;*/
    float: right;
    /*background-color: #131313;*/
    background-color: #f8f6f6;
    height: auto;
    padding-bottom: 90px;
}

.footer_text {
    width: 100%;
    /*float: left;*/
    float: right;
}

.footer_logo {
    width: 100%;
    /*float: left;*/
    float: right;
}

.jonson_text {
    width: 86%;
    /*float: left;*/
    float: right;
    font-size: 15px;
    margin-left: 0px;
    /*color: #e3e3e3;*/
    color:#000;
}

.social_icon {
    width: 100%;
    float: right;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    /*float: left;*/
    float:right;
    padding-right: 10px;
}

.information_text {
    width: 100%;
    /*float: left;*/
    float: right;
    font-size: 24px;
    /*margin-left: 0px;*/
    margin-right: 0px;
    /*color: #ffffff;*/
    color:#000;
    font-weight: 500;
    padding-left: 20px;
}

.many_text_1 {
    width: 60%;
    /*float: left;*/
    float: right;
    font-size: 16px;
    /*color: #d4d6da;*/
    color:#000;
    line-height: 30px;
}

.copyright_section {
    width: 100%;
    float: left;
    background-color: #f8f6f6;
    height: auto;
    border-top: 1px dotted #6c757d;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #131313;
    text-align: center;
    font-size: 17px;
    margin-left: 0px;
}

.copyright_text a {
    color: #131313;
}

.copyright_text a:hover {
    color: #fb6818;
}

.color_main {
    color: #09653e;
    font-size: 30px;
}

.carousel-control-next {
    right: 0;
    /*color: #09653e !important;*/
    color:#fff;
}

.carousel-control-next,
.carousel-control-prev {
    align-items: initial;
}

.carousel-control-prev-icon {
    background: transparent;
}

.carousel-control-next-icon {
    background: transparent;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: 10;
}

.carousel-control-prev {
    left: -40px;
    top: 190px;
}

.carousel-control-next {
    right: -40px;
    top: 190px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    /*left: 205px;*/
    right:0;
    /*top: 82%;*/
    top:50%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 65px;
    height: 65px;
    background: #bfdbfe;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    border-radius: 100%;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    /*left: 130px;*/
    /*top: 82%;*/
    left:0;
    top:50%;
    background-color: #bfdbfe;
}

.padding_top_10 {
    padding-top: 15px;
}

.images_main:hover .image_9{
    width: 100%;
}

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.touch_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1c1c;
    font-weight: bold;
    text-align: center;
}
.contact_section_2 {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.email_text {
    width: 100%;
    float: left;
    padding: 20px 20px 20px 20px;
}
.email-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 8px 15px;
    border: 1px solid #909090;
}
.massage-bt {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #2a2a2c;
    margin-bottom: 20px;
    padding: 40px 15px 8px 15px;
    border: 1px solid #909090;
    height: 120px;
}
.send_btn {
    width: 170px;
    float: left;
}
.send_btn a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    background-color: #fb6818;
    padding: 10px;
    border-radius: 30px;
}
.map_main {
    width: 100%;
    float: left;
    padding-top: 20px;
}
.margin_top_90{
    margin-top: 90px;
}




@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
        -ms-flex-pack: start;
        justify-content: flex-end;
    }
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 40px;
}
.custom_nav-container .navbar-toggler {
    outline: none;
    background-color: #bfdbfe;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}
.custom_nav-container .nav_search-btn {
    background-image: url(../images/search-icon.png);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
}
.login_btn{
    display: inline-block;
    /*margin-left: 9rem;*/
    padding:15px;
    background-color: #f8f6f6;
    border-radius:15px;
    color: #000;
    font-weight:400;
}
.navbar-fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
    right:0;
    background-color: #fff;
}

.client_section {
    background-image: url(../images/shape1.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 28%;
}
.layout_padding {
    padding: 75px 0;
}
.main-heading {
    color: #082465;
    font-weight: 800;
    text-align: center;
    font-size: 25px;
}
.layout_padding2 {
    padding: 45px 0;
}
.client_container {
    width: 80%;
    margin: 0 auto;
    padding: 35px;
    background-color: #fefeff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    /*box-shadow: 0px 0px 22px 16px #f0f0f0;*/
    border-radius: 20px;
}
.third_container {
    width: 100%;
    margin: 0 auto;
    padding: 35px;
    background-color: #fefeff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    box-shadow: 0px 0px 5px 0px rgba(163, 158, 163, 1);
    border-radius: 20px;
}
.third-section {
    background-image: url(../images/shape3.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: left center;
}
.video-section{
    background-image: url(../images/body-bg.jpg);
}
.firth_section {
    background-image: url(../images/shape4.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 28%;
    display: inline-block;
}
.fifth_section {
    background-image: url(../images/shape8.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 28%;
    display: inline-block;
}
.read-more {
    display: block;
    margin: 1rem;
    /*float: left;*/
    cursor: pointer;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 2rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.read-more:hover {
    background-color: #FFF;
    border: 2px solid #f8f6f6;
    /*color: #f8f6f6;*/
}
#module div.collapse:not(.show),#module2 div.collapse:not(.show),#module3 div.collapse:not(.show){
    display: block;
    height: 145px !important;
    overflow: hidden;
}
#module a.collapsed:after,#module2 a.collapsed:after ,#module3 a.collapsed:after{
    content: 'بیشتر';
}

#module .linkA a:not(.collapsed):after,#module2 .linkA a:not(.collapsed):after,#module3 .linkA a:not(.collapsed):after {
    content: 'کمتر';
}
.more_btn a {
    width: 85%;
    float: left;
    font-size: 18px;
    color: #000;
    border: 2px solid #f8f6f6;
    background-color: #f8f6f6;
    text-align: center;
    padding: 10px 0px;
    border-radius: 3px;
    text-transform: uppercase;
}

.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}


.button.button--aylen {
    background: #fff;
    color: #37474f;
    overflow: hidden;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
.button--round-l {
    border-radius: 40px;
}
.button--text-thick {
    font-weight: 600;
}
.button--aylen:hover {
    color: #fff;
}
.button--aylen::before {
    background: #bab8cb;
}
.button--aylen::after {
    background: #f06c;
}
.button--aylen::before, .button--aylen::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen:hover::before, .button--aylen:hover::after {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#back-to-top.position-fixed {
    bottom: 20px;
}
#back-to-top {
    right: 40px;
    top: auto;
    z-index: 10;
    display: none;
}
#back-to-top .btn.btn-primary {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #f8f6f6;
    border-color: #f8f6f6;
    border-radius: 3px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 0;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.login_background{
    background-image: url('../images/login2.jpg'); background-repeat: no-repeat;
    background-size:contain;
    background-position:center ;
    height: 33rem;
}
.register_background{
    background-image: url('../images/login2.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center ;
    height: 43rem;

}
/* Recent Papers */
.widget.recent-posts .widget-title {
    margin-bottom: 35px;
}

.widget.recent-posts ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.widget.recent-posts ul li:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget.recent-posts .posts-thumb img {
    margin-right: 15px;
    width: 90px;
    height: 70px;
}

.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.widget.recent-posts .post-info .entry-title a {
    color: #303030;
    display: inline-block;
}

.widget.recent-posts .post-info .entry-title a:hover {
    color: #bfdbfe;
}

.widget.recent-posts .post-date {
    font-weight: 400;
    color: #999;
    text-transform: capitalize;
}
.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-right: 15px;
    text-transform: uppercase;
    border-right: 3px solid #bfdbfe;
    border-left: none;
}
.widget.recent-posts .post-info .entry-title a {
    color: #303030 !important;
    display: inline-block;
    padding-right: 15px;
}
.widget.recent-posts .post-info .entry-title a:hover {
    color: #bfdbfe !important;
}
.sidebar .btn {
    margin-top: 0;
}
/* Sidebar nav */
.sidebar ul.nav-tabs {
    border: 0;
}

.sidebar ul.nav-tabs li {
    width: 100%;
}

.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
}

.sidebar ul.nav-tabs li.active a,
.sidebar ul.nav-tabs li:hover a {
    color: #bfdbfe;
}

.sidebar ul.nav-tabs li {
    color: #303030;
    line-height: normal;
}

.sidebar ul.nav-tabs li:last-child a {
    border-bottom: 0;
}
/*next and pre papar*/
.info_next-link_wrapper .image_next {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    transition: all .3s;
    border-radius: 10px;
    margin-top: -2px;

}
.info_next-link_wrapper .image_next img{
    width: 80px;
    height: 80px;
}
.info_next-link_wrapper .image_next:before {
    content: "بعدی";
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 16px;
    position: absolute;
    line-height: 80px;
    left: 0;
    /*margin-right: 20px;*/
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-radius: 10px;
}
.info_next-link_wrapper .image_next:after{
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-radius: 10px;
    background-color: #bfdbfe;
}
.info_next-link_wrapper a:hover{
    text-decoration: none;
}
.info_next-link_wrapper a:hover .image_next:after, .info_next-link_wrapper a:hover .image_next:before {
    visibility: visible;
    opacity: 1;
}
.next-link_wrapper .next_title {
    max-width: 225px;
    font-weight: 500;
    /*line-height: 80px;*/
    display: inline-block;
    word-wrap: break-word;
}

/*.meta-wrapper span {*/
/*opacity: 1;*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*position: relative;*/
/*}*/
.prev-link-info_wrapper .meta-wrapper, .next-link-info_wrapper .meta-wrapper {
    background: 0;
    padding-left: 0;
    padding-right: 0;
}
.prev-link-info_wrapper>span, .next-link-info_wrapper>span {
    display: block;
}
.info_prev-link_wrapper .image_prev {
    display: inline-block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    vertical-align: top;
    margin-right: 20px;
    position: relative;
    transition: all .3s;
    border-radius: 10px;
    margin-top: -2px;

}
.info_prev-link_wrapper .image_prev img{
    width: 80px;
    height: 80px;
}
.info_prev-link_wrapper .image_prev:before {
    content: "قبلی";
    /*font-family: "Font Awesome 5 Free";*/
    font-size: 16px;
    position: absolute;
    line-height: 80px;
    left: 0;
    /*margin-right: 20px;*/
    right: 0;
    opacity: 1;
    color: #fff;
    display: block;
    text-align: center;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-radius: 10px;
}
.info_prev-link_wrapper .image_prev:after{
    display: block;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    border-radius: 10px;
    background-color: #bfdbfe;
}
.info_prev-link_wrapper a:hover .image_prev:after, .info_prev-link_wrapper a:hover .image_prev:before {
    visibility: visible;
    opacity: 1;
}
.info_prev-link_wrapper a:hover{
    text-decoration: none;
}

.prev-link_wrapper .prev_title {
    max-width: 225px;
    font-weight: 500;
    /*line-height: 80px;*/
    display: inline-block;
    word-wrap: break-word;
}
@media (max-width: 575px){
    .display-mobile{
        display:block;
    }
    .display-desktop{
        display:none;
    }
    .prev-link_wrapper .prev_title {
        max-width: 180px;
    }
}
@media (min-width: 575px){
    .display-mobile{
        display:none;
    }
    .display-desktop{
        display:block;
    } img.img-height{    max-height: 120px;}
}
/* Comments area */
.comments-area {
    margin: 40px 0;
}

.comments-list .comment-content .meta-data {
    margin: 18px 0;
}

.comments-list .comment-reply {
    color: #303030;
    font-weight: 400;
}

.comments-list .comment-reply:hover {
    color:#bfdbfe;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.comments-list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.comments-list .comment .meta-data {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.comments-list .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.comments-list img.comment-avatar {
    width: 84px;
    height: 84px;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .comments-list img.comment-avatar {
        width: 40px;
        height: 40px;
        margin-right: 25px;
    }
}

.comments-list .comment-author {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 16px;
    color: #303030;
}

.comments-list .comment-date {
    color: #959595;
    margin-bottom: 5px;
    font-size: 12px;
}

@media (max-width: 575px) {
    .comments-list .comment-date {
        float: none !important;
        display: inline-block;
    }
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

@media (max-width: 767px) {
    .comments-reply {
        margin: 0;
        padding: 0;
    }
    .comments-list .comment .meta-data {
        padding-bottom: 0;
    }
}

.comments-form {
    margin-bottom: 0;
}

.comments-form .title-normal {
    margin-bottom: 20px;
}

.comments-form .btn.btn-primary {
    margin-top: 20px;
}
.title-section::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    right: 0;
    bottom: 0;
    background: #bfdbfe;
    border-radius: 2px;
}
.title-section::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0px;
    background: #fff;
    -webkit-animation: section-title-run 5s infinite linear;
    animation: section-title-run 5s infinite linear;
}
@-webkit-keyframes section-title-run {
    0% {right: 0; } 50% { right : 145px; } 100% { right: 0; }
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}
.cartoons-carousel .owl-nav {
    position: absolute;
    top: -50px;
}
.cartoons-carousel .owl-nav .owl-prev, .cartoons-carousel .owl-nav .owl-next {
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    background-color: #bfdbfe!important;
    color: #fff!important;
    border-radius: 50%;
    transition: .5s;
    padding: 5px!important;
}
.cartoons-carousel .owl-nav .owl-prev:hover, .cartoons-carousel .owl-nav .owl-next:hover {
    background: #f8f6f6!important;
    color: #bfdbfe!important;
}

.right-0 {
    right: 0;
}
.bottom-0 {
    bottom: 0;
}
.text-white {
    color: #fff;
}
.leading-none {
    line-height: 1;
}
.bg-black\/50 {
    background-color: rgba(150, 150, 150, .5);
}
.w-full {
    height:100%;
    width: 100%;
}
small .fa{
    font-size: 35px;
    margin-top: 2rem;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.line{
    margin-top: 15px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)) ;
}

#monitor {
    background: #000;
    position: relative;
    border-top: 3px solid #888;
    margin: 5%;
    padding: 2% 2% 4% 2%;
    border-radius: 10px;
    border-bottom-left-radius: 50% 2%;
    border-bottom-right-radius: 50% 2%;
    transition: margin-right 1s;
}

#monitor:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 3%;
    left: 36%;
    height: .5%;
    width: 28%;
    background: #ddd;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 white;
}

#monitorscreen {
    position: relative;
    background-color: #777;
    background-size: cover;
    background-position: top center;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}


@media all and (min-width: 960px) {
    #monitor {
        -webkit-animation: tvflicker .2s infinite alternate;
        -moz-animation:    tvflicker .5s infinite alternate;
        -o-animation:      tvflicker .5s infinite alternate;
        animation:         tvflicker .5s infinite alternate;
    }

    @-webkit-keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(200,235,255,0.4); }
        100% { box-shadow: 0 0 95px 0 rgba(200,230,255,0.45); }
    }
    @-moz-keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
        100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
    }
    @-o-keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
        100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
    }
    @keyframes tvflicker {
        0%   { box-shadow: 0 0 100px 0 rgba(225,235,255,0.4); }
        100% { box-shadow: 0 0 60px 0 rgba(200,220,255,0.6); }
    }
}
/*.flexbox {*/
    /*background: linear-gradient(155deg, #55c7ed, #2bb3e0, #3bc1ed);*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
/*}*/

.search {
    margin: 0 5rem;
}

.search > div {
    display: inline-block;
    position: relative;
    filter: drop-shadow(0 1px #000);
}

.search > div:after {
    content: "";
    background: #000;
    width: 4px;
    height: 10px;
    position: absolute;
    top: 20px;
    right: -2px;
    transform: rotate(135deg);
}

.search > div > input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    /*background: transparent;*/
    width: 20px;
    height: 20px;
    padding: 10px;
    border: solid 1px #000;
    outline: none;
    border-radius: 35px;
    transition: width 0.5s;
}

.search > div > input::placeholder {
    color: #000;
    opacity: 0;
    transition: opacity 150ms ease-out;
}

.search > div > input:focus::placeholder {
    opacity: 1;
}

.search > div > input:focus,
.search > div > input:not(:placeholder-shown) {
    width: 100px;
}
.download_btn{
    display: inline-block;
    padding: 15px;
    background-color: rgb(246 194 236);
    border-radius: 15px;
    color: #fff;
    font-weight: 400;
}
.modal-header .close {
    padding: 0;
    margin: 0;
    margin: 0;
}
dialog {
    top: 28%;
    width: 400px;  
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #bfdbfe;
    }

    .package_note ol li{
        margin-right: 15px;
        list-style: decimal ;
    }
    .package_note ul li{
        margin-right: 15px;
        list-style: disc ;
    }
    .line-through {
        text-decoration-line: line-through;
    }
    .text-rose-700 {
        --tw-text-opacity: 1;
        color: rgb(190 18 60 / var(--tw-text-opacity));
    }
    .bg-rose-700 {
        --tw-text-opacity: 1;
        background-color: rgb(190 18 60 / var(--tw-text-opacity));
    }
    .text-green{
        color:#3dcf91;
    }
    .bg-green {
        background-color: #3dcf91;
    }
    .text-black{
        color: #000;
    }