/*
 Theme Name: fatemeh
 Theme URI: fatemeh
 Description: fatemeh
 Author: fatemeh Group
 Version: 1.0
 */
/* CSS Document */
/*---------------------------*/
/* http://fatemeh */
/*---------------------------*/

@font-face {
    font-family: "sahel";
    src: url(fonts/Sahel-FD-WOL.eot) format("eot"), url(fonts/Sahel-FD-WOL.ttf) format("truetype"), url(fonts/Sahel-FD-WOL.woff) format("woff");
}

* {
    box-sizing: border-box;
    /*margin: 0;*/
    /*padding: 0;*/
}

body {
    direction: rtl;
    font-family: "sahel";
    font-size: .8rem;
    line-height: 30px;;
    background-color: #F1F2F2;
    color: #717375;
}

.hidden {
    display: none;
}

:focus {
    outline: 0;
}

input, textarea, select, button {
    font-family: "sahel";
}

img {
    max-width: 100%;
}

a {
    color: #333;
}

a:hover {
    color: #A4A4A4;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}


ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.button {
    margin: 40px auto 0;
    text-align: center;
}

h3 {
    font-size: 1.2rem;
}

h2 {
    font-size: 1.3rem;
}

.button .all-button {
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    color: #F48588;
    border: 2px solid #F48588;
    /*border-radius: 4px;*/
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    z-index: 1;
}

.button .all-button:hover {
    color: #fff;
}

.button .all-button:after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #F48588;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button .all-button:hover:after {
    height: 100%;
}

.shadow-around {
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}

.title-section {
    width: 100%;
    padding: 0 15px 25px;
    color: #717375;
}

.title-section h1 {
    font-size: 1.4rem;
    font-weight: bolder;
    color: #717375;
}

.title-section p {
    max-width: 750px;
    margin: 0 auto;
}

/*------------------------------------------------*/
.header-top {
    background: #A4A4A4;
    position: relative;
}

.header-top .header-img span {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.header-top img {
    /*margin-right: 20px;*/
    width: 250px;
}

.header-top .header-social {
    margin-top: 8px;
}

.header-top .header-social ul li {
    float: left;
    padding: 0 10px;
    color: #fff;
}

.header-top ul li a {
    color: #fff;
}

.header-top ul li i {
    font-size: 20px;
    /*line-height: 35px;*/
}

.header-top ul li a:hover, .header-top ul li i:hover {
    color: #F48588;
}

.header-top .header-social .search {
    margin-top: -2px;
}

/*!------------------------------------------**/
.header-top .search form input {
    border: 2px solid #fff;
    background: #F48588;
    border-radius: 2px;
    width: 150px;
    /*padding: 0 5px;*/
    line-height: 22px;

}

.header-top .search form {

}

.search form input::placeholder {
    color: #fff;
    font-size: 12px;
}

.search > i {
    position: absolute;
    top: 10%;
    left: 17%;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    font-size: 20px;
    z-index: 999;
}

.header-main {
    padding: 7px 0;
    background: #fff;
    position: relative;
}

.header-main .main-menu ul {
    margin-right: 10%;
}

.header-main ul li {
    float: right;
    padding: 0 10px;
}

.header-main ul li a {
    font-size: .9rem;
}

.header-main ul li a:hover {
    color: #F48588;
    font-size: 1rem;
}

/*--------------------------------*/
.menu-btn button i {
    color: #717375;
    font-size: 30px;
    margin-right: 25px;
}

.menu1 h3 {
    color: #fff;
    line-height: 40px;
    border-bottom: 1px solid #F48588;
}

.menu1 ul li a {
    color: #fff;
}

.menu1 ul li a:hover {
    color: #F48588;
}

.menu1 ul li {
    float: none;
    padding: 2px 0;
}

.menu-btn {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 90px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}

/* Styling the hamburger lines */
.menu-btn .btn-line {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 0 5px 0;
    background: #A4A4A4;
    transition: all 0.5s ease-out;
}

/* Styling the three lines to make it an X */
.menu-btn.close .btn-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-btn.close .btn-line:nth-child(2) {
    opacity: 0;
}

.menu-btn.close .btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Styling the position of the menu icon */
.menu1 {
    position: absolute;
    /*top: 0;*/
    width: 100%;
    opacity: 0.9;
    visibility: hidden;
    top: 120px;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: #A4A4A4;
    z-index: 999;

}

.menu1.show {
    visibility: visible;
}

/* Adding a transition delay
to the 4 items in the
navigation menu */
.nav-item:nth-child(1) {
    transition-delay: 0.1s;
}

.nav-item:nth-child(2) {
    transition-delay: 0.2s;
}

.nav-item:nth-child(3) {
    transition-delay: 0.3s;
}

.nav-item:nth-child(4) {
    transition-delay: 0.4s;
}


.header-main .btn-check:focus + .btn, .btn:focus {
    box-shadow: none;
}

/*!------------------------------------------**/

.slider-section {
    width: 100%;
    padding: 30px 30px;
}

.slider-section .row {
    --bs-gutter-x: .5rem;
}

.slider-section .carousel-indicators {
    bottom: -40px;
}

.slider-section .carousel-indicators button {
    width: 10px;
    height: 0;
    border-radius: 50%;
    border-bottom: none;
    background: #717375;
}

.slider-section .carousel-indicators .active {
    background: #F48588
}


.slider-section .carousel-item .slider-item {
    /*border-radius: 5px;*/
    border: 1px solid #fff;
    /*position: relative;*/
    overflow: hidden;
    margin: 5px 0;
}

.slider-section .carousel-item .slider-item a {
    display: block;
    color: #6D6767;
    font-weight: bold;
    line-height: 22px;
}

.slider-section .carousel-item .slider-item a.slider-btn {
    padding: 8px 20px 0;
}

.slider-section .carousel-item .slider-item p {
    font-weight: normal;
}

.slider-section .carousel-item .slider-item a.slider-btn:hover {
    color: #A4A4A4;
}

.slider-section .carousel-item img:hover {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: scale(1.2);
    z-index: 999;
    overflow: hidden;
}

/*-0-------------------------------*!*/
.service-section {
    background-color: #E8E8E8;
    padding: 25px 0 30px;
}

.service-section .service-item h4 {
    color: #717375;
    font-size: 1.2rem;
    font-weight: bolder;
    padding: 10px 0;

}

.service-section .service-item img {
    width: 120px;
    border: 3px solid #717375;
    border-radius: 50%;
}

.service-section .service-item a img:hover {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: scale(1.1);
    z-index: 999;
    overflow: hidden;
    /*border: 2px solid #F48588;*/
    /*border-radius: 50%;*/

}

.service-section .service-item a h4:hover {
    color: #F48588
}

/*____________________teaching Section______________*/
.teaching-section {
    padding: 30px 0;

}

.teaching-section .teaching-item {
    padding: 0 0 15px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #fff;
}

.teaching-section .carousel-item .img-margin img {
    margin-bottom: 12px;
    width: 60%;
    height: auto;
}

.teaching-section .teaching-item video[poster] {
    width: 60%;
    height: auto;
}

.teaching-section .teaching-item .teaching-text {
    padding: 5px 0;
    text-align: center;
}

.teaching-section .teaching-item .teaching-text .teaching-title {
    color: #717375;
    font-size: 1rem;
    font-weight: bolder;

}

.teaching-section .teaching-item .teaching-text .teaching-title a:hover {
    color: #F48588
}

.teaching-section .teaching-item a.a-btn {
    color: #F48588;
    font-weight: bold;
    float: left;
}

.teaching-section .teaching-item a:hover {
    opacity: .7;
}


.teaching-section .freeTeach {
    /*border-radius: 5px;*/
}


.teaching-section .freeTeach {
    position: relative;
}


.teaching-section .teaching-item-title a {
    height: 45px;
    line-height: 45px;
    display: block;
    padding: 0 15px 0 0;
    position: absolute;
    top: 15px;
    right: -5px;
    font-size: .9rem;
    /*background: #60b8ea;*/
    background: #A4A4A4;
    color: #fff;
    font-size: 20px;
    z-index: 10;
}

.teaching-section .teaching-item-title a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    background: inherit;
    z-index: -1;
    /*-webkit-transform: skew(-40deg, 0deg);*/
    /*-moz-transform: skew(-40deg, 0deg);*/
    /*-o-transform: skew(-40deg, 0deg);*/
    /*transform: skew(-40deg, 0deg);*/
}

.teaching-section .teaching-item-title a:after {
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #A4A4A4;
    z-index: -2;
}

.teaching-section .teaching-item-title a:hover {
    background: #F48588;
}


.teaching-section .carousel-indicators {
    bottom: -16px;

}

.teaching-section .carousel-indicators button {
    background-color: #A4A4A4;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.teaching-section .carousel-indicators .active {
    background-color: #F48588;
}

.carousel-control-next, .carousel-control-prev {
    /*width: 15%;*/
    /*opacity: 1;*/

}

.carousel-control-next-icon, .carousel-control-prev-icon {
    /*background: #F48588;*/
    /*border: 1px solid  #717375;*/
    /*border-radius: 50%;*/
}

.teaching-section .teach-btn {
    background-color: #fff;
    text-align: center;
    padding: 5px;
}

.teaching-section .teach-btn a {
    color: #717375;
}

.teaching-section .teach-btn:hover {
    background-color: #F48588;
}


/*-0-------------------------------*!*/
.portfolio-section {
    padding: 35px 10px;
    background-color: #E8E8E8;
}

.portfolio-section .row {
    --bs-gutter-x: .5rem;
}

.portfolio-section .portfolio-info {
    /*position: relative;*/
    overflow: hidden;
    border: 1px solid #fff;
    /*border-radius: 4px;*/
    margin: 5px 0;
}

.portfolio-section .portfolio-info h3 {
    font-size: .9rem;
    padding: 10px 5px;
    text-align: center;
}

.portfolio-section .portfolio-info h3:hover {
    color: #A4A4A4;
}

.portfolio-section .portfolio-info img:hover {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    transform: scale(1.2);
    z-index: 999;
    overflow: hidden;
}

.portfolio-section .portfolio-info img {
    width: 100%;
    /*border-radius: 4px;*/
}

.portfolio-section .portfolio-info i {
    font-size: 2rem;
    color: #fff;
}

/*-----------------------------------------------------------------*/
.blog-section {
    padding: 80px 0;
    background: #f6f6f6;
}

.blog-section .blog-item {
    height: 600px;
    margin: 0 0 30px;
    position: relative;
    font-size: .85rem;
    background: #fff;
    /*border-radius: 4px;*/
}

.blog-section .blog-item img {
    width: 100%;
    height: 220px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.blog-section .blog-item .blog-content {
    padding: 20px;
}

.blog-section .blog-item .blog-content h4 {
    margin: 0 0 10px;
}

.blog-section .blog-item .blog-content a:hover {
    color: #F48588
}

.blog-section .blog-item .blog-content ul {
    width: 100%;
    float: right;
    margin: 0 0 10px;
}

.blog-section .blog-item .blog-content ul li {
    float: right;
    padding-left: 10px;
}

.blog-section .blog-item .blog-content p {
    clear: both;
    text-align: justify;
}

.blog-section .blog-item .read-more a {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    padding: 20px;
    background: #efefef;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
}

.blog-section .blog-item .read-more a:hover {
    background: #F48588;
    color: #333;
}

/*------------------------------------------------------------------*/
.contact-section {
    padding: 45px 0px 5px;
    background: #fff;
}

.contact-section .contact-text p {
    max-width: 750px;
    margin: 0 auto;
    text-align: justify;
    padding: 10px;
}

.contact-section .center {
    display: table;
    float: none;
    margin: 0 auto;
}

.contact-section .wpcf7 p {
    float: right;
    width: 33.33%;
    padding: 5px 10px;
}

.contact-section .wpcf7 .full-width {
    width: 100%;
}

.wpcf7-response-output {
    clear: both;
}


.contact-section input {
    width: 100%;
    /*margin: 0 0 15px;*/
    padding: 10px;
    border: 2px solid #ddd;
    /*border-radius: 4px;*/
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}

.contact-section textarea {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px;
    resize: none;
    border: 2px solid #ddd;
    /*border-radius: 4px;*/
    box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 3px 20px 2px rgba(0, 0, 0, .1);
}

.contact-section input:focus, .contact-section textarea:focus {
    border-color: #F48588;
}

.contact-section input[type=submit], .contact-section input[type=button], .contact-section button {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 5px 20px;
    background: #F48588;
    border: 1px solid #F48588;
    color: #fff;
    /*border-radius: 4px;*/
    cursor: pointer;
    font-size: 20px;
}

.contact-section input[type=submit]:hover, .contact-section input[type=button]:hover, .contact-section button:hover {
    opacity: .9;
}

.wp-block-search__button {
    margin: 0 auto;
    padding: 10px;
    background: #F48588;
    border: 1px solid #F48588;
    color: #fff;
    /*border-radius: 4px;*/
    cursor: pointer;
    /*font-size: 20px;*/
}

/*--------------------------------------------------*/
.footer-bar {
    width: 100%;
    height: 8px;
    background: #F48588;
}

.footer-section {
    width: 100%;
    float: right;
    font-size: .85rem;
    color: #ddd;
    padding: 50px 0;
    background: #5A5A5A;
}

.footer-section .container {

}

.footer-section .widget .widget-title {
    margin: 30px;
    font-size: 1.3rem;
    color: #fff;
}

.footer-section .widget .widget-about img {
    display: block;
    margin: 0 auto 20px;
}

.footer-section .widget .widget-about p {
    padding: 0 10px;
    line-height: 25px;
    color: #d1ccc0;
    /*font-size: .85rem;*/
    text-align: justify;
}

.footer-section .widget .widget-about ul {
    display: table;
    margin: 0 auto;
}

.footer-section .widget .widget-about ul li {
    display: inline-block;
    padding: 0 2px;
}

.footer-section .widget .widget-about ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    background: #aaa69d;
    color: #fff;
    /*border-radius: 4px;*/
    text-align: center;
    font-size: 22px;
}


.footer-section .widget .widget-about ul li a:hover {
    background: #F48588;
    color: #d1ccc0;
}

.footer-section .widget .blog-footer-item {
    width: 100%;
    float: right;
    margin: 0 0 5px;
    padding: 0 0 5px;
    border-bottom: 1px solid #aaa69d;
}

.footer-section .widget .blog-footer-item:last-of-type {
    border-bottom: 0;
}

.footer-section .widget .blog-footer-item .blog-footer-img {
    float: left;
}

.footer-section .widget .blog-footer-item .blog-footer-img img {
    width: 60px;
}

.footer-section .widget ul li.comment-text {
    color: #d1ccc0;
    line-height: 25px;
}

.footer-section .widget ul li.comment-text a {
    color: #d1ccc0;
    line-height: 18px;
    /*font-size: .6rem;*/
}

.footer-section .widget ul li.comment-text a:hover {
    color: #F48588;;
}


.footer-section .widget .blog-footer-item .blog-footer-title {
    display: table;
    padding-left: 10px;
}

.footer-section .widget .blog-footer-item .blog-footer-title a {
    display: inline-block;
    line-height: 25px;
    color: #d1ccc0;
}

.footer-section .widget .blog-footer-item .blog-footer-title a:hover {
    color: #fff;
}

.footer-section .widget .blog-footer-item .blog-footer-title span {
    padding: 0 5px;
    display: inline-block;
    line-height: 25px;
    color: #d1ccc0;
}

.footer-section .widget .widget-list ul li {
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid #aaa69d;
}

.footer-section .widget .widget-list ul li a {
    color: #d1ccc0;
}

.footer-section .widget .widget-list ul li a:hover {
    color: #fff;
}

.footer-section .widget .widget-gallery img:hover {
    opacity: .8;
}

/*-----------          Article and sidbare---------*/

.article-blog {
    width: 75%;
    margin: 30px auto;
    padding: 5px;
    background: #fff;
    position: relative;

    /*border-radius: 4px;*/
}

.article-blog .blog-header {
    position: absolute;
    top: 0;
    right: 15%;
    /*text-align: center;*/
}

.article-blog.archiveStyle .blog-header {
    position: initial;
}

.article-blog.archiveStyle .article-thumb {
    margin: 0;
}

.article-blog .blog-header h2 {
    display: inline-block;
    padding: 15px 5px 0;
    font-size: 17px;
    color: #333;
}

.article-blog .blog-header .article-info {
    /*float: left;*/
    padding: 0 5px;
}

.article-blog .blog-header .article-info ul li {
    display: inline-block;
}

.article-blog .blog-header .article-info ul li i {
    color: #F48588;
    margin: 0 3px;
}

.article-blog .gallery-section {
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    margin-top: 55px;
}

.article-blog .gallery-section .thumb-section {
    width: 100%;
    float: right;
}

.article-blog .gallery-section .thumb-section img {
    /*border-radius: 4px;*/
    width: 70%;
    height: auto;
}

.article-blog .article-thumb img {
    height: auto;
}

.article-blog .gallery-section .row {
    width: 71%;
    margin: 5px auto;
    --bs-gutter-x: .5rem
}

.article-blog .article-content {
    width: 70%;
    margin: 0 auto;
}

.article-blog .article-thumb {
    margin: 70px auto 20px;
    width: 75%;
}

.article-blog .thumb-marty img {
    width: 70%;
    height: auto;
}

.article-blog .thumb-marty {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 70px;
}

.article-blog .link-down i {
    font-size: 20px;
    color: #F48588;
    padding: 5px;
}

.article-blog .link-down a {
    font-size: 14px;
}

.article-blog .link-down a:hover {
    color: #F48588;
}

.article-blog video {
    width: 100%;
}

.sidebar {
    margin: 30px 0;
}

.sidebar .widget {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    padding: 20px;
    background: #fff;
    /*border-radius: 4px;*/
}

.sidebar .widget h2 {
    margin: 0 0 7px;
    padding: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #f4f4f4;
}

.sidebar .widget input[type="search"], .sidebar .widget input[type="text"] {
    width: 65%;
    padding: 10px;
    border: 2px solid #ddd;
}

.sidebar .widget input[type="search"]:focus, .sidebar .widget input[type="text"]:focus {
    border-color: #F48588;
}

.sidebar .widget input[type="submit"] {
    /*width: 65%;*/
    margin: 5px 0 0;
    padding: 0 10px;
    background: #F48588;
    border: 2px solid #F48588;
    color: #fff;
    text-transform: uppercase;
}

.sidebar .widget input[type="submit"]:hover {
    opacity: .9
}

.sidebar .widget ul li {
    position: relative;
    list-style: none;
    float: right;
    margin: 5px;
}

.sidebar .widget ul li a {
    display: block;
    padding: 5px 0;
    color: #666;
}

.sidebar .widget ul.wp-block-archives-list li {
    float: none;
}

.sidebar .widget ul.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image a {
    display: block;
}

.sidebar .widget ul.wp-block-latest-posts__list li a {
    display: none;
}


.sidebar .widget ul li a:hover {
    color: #F48588;
}


/*-----------Comment Section----------------------*/

.comments-section {
    width: 75%;
    padding: 10px 10px 55px 10px;
    margin: 10px auto 35px;
}

.comments-section .comment-respond h3 {
    font-size: 1.3rem;
}

.comments-section .comment-notes {
    width: 100%;
    float: right;
    padding: 10px;
    font-size: .85rem;
    background: #666060;
    color: #fff;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.comments-section form input,
.comments-section form textarea {
    width: 100%;
    padding: 5px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.comments-section .comment-form-author {
    padding: 0 0 0 5px;
}

.comments-section .comment-form-email {
    padding: 0 5px;
}

.comments-section .comment-form-comment {
    clear: both;
}

.comments-section form {
    padding: 15px 0 0;
    position: relative;
}

.comments-section form label {
    display: block;
    margin: 0 0 5px;
    font-size: .90rem
}

.comments-section .comment-form-author,
.comments-section .comment-form-email,
.comments-section .comment-form-url {
    width: 33.33%;
    float: right;
}

.comments-section .comment-form-cookies-consent input {
    box-shadow: none;
}

.comments-section form input[type='submit'] {
    width: 105px;
    float: left;
    font-size: .95rem;
    background: #F48588;
    color: #fff;
    border-color: #F48588;
    /*border-radius: 4px;*/
}

.comments-section .comment-form-cookies-consent input {
    width: auto;
    float: right;
    margin: 8px 5px
}


/*----------------------------------------------------------------------*/

.about-section {
    padding: 0 0 100px;
    background: #f6f6f6;
}

.about-section .about-section-content {
    margin: 50px 10px;
    background: #fff;
    padding: 10px 10px;
    line-height: 30px;
    text-align: justify;
}

.about-section .about-section-content h2 {
    margin: 20px 0;
}

.about-section .about-gallery span {
    display: flex;
    justify-content: center;
    color: #999999;
}

.about-section .about-gallery {
    float: right;
    width: 100%;
    margin: 50px 0;
    padding: 10px;
    background: #fff;
}


.about-section .about-gallery img {
    width: 100%;
    /*border-radius: 4px;*/
    margin: 5px 0px;
}

.about-section .about-gallery a:hover {
    opacity: .8;
}

.fancybox-caption__body {
    font-size: 25px;
    font-family: 'sahel_bold' !important;
}


/*-------------------------------------------------------------
 33 - Resposnive Section CSS
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .header-main button {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header-main button {
        display: block;
    }

    .dis-none {
        display: none;
    }

    .menu-btn {
        top: 0;
    }

    .menu1 {
        top: 40px;
    }

}

@media screen and (max-width: 767px) {
    body {
        font-size: .8rem !important;
    }

    h1 {
        font-size: 1rem !important;
    }

    h2 {
        font-size: .9rem !important;
    }

    h3 {
        font-size: .8rem !important;
    }

    h4 {
        font-size: .8rem !important;
    }

    .header-top img {
        width: 210px;
    }

    .header-top .header-social ul li {
        padding: 0 7px;
    }

    .header-main {
        padding: 15px 0;
    }

    .slider-section .carousel-item .slider-item a.slider-btn {
        padding: 8px 5px 0;
        line-height: 16px;
    }

    .slider-section .carousel-indicators button {
        height: 0;
        width: 6px;
        border-top: 6px solid transparent;
    }

    .slider-section {
        padding: 20px 8px;
    }

    .slider-section .carousel-indicators {
        bottom: -30px;
    }

    .service-section .service-item img {
        width: 70px;
        margin: 0 8px;
    }

    .service-section .service-item h4 a {
        font-size: .8rem;
    }

    .teaching-section .teaching-item .teaching-text .teaching-title {
        font-size: .7rem;
    }

    .teaching-section .carousel-indicators {
        bottom: -14px;
    }

    .teaching-section .carousel-indicators button {
        width: 5px;
        height: 5px;
    }

    .teaching-section .teaching-item-title a {
        height: 25px;
        line-height: inherit;
        padding: 0 8px 30px 0;
        top: 7px;
        right: -4px;
        font-size: 13px;
    }

    .teaching-section .freeTeach {
        margin: 0;
    }

    .footer-section .widget img {
        width: 60px;
    }

    .footer-section .widget .widget-gallery span {
        font-size: .7rem;
    }

    .article-blog .blog-header {
        position: absolute;
        top: 0;
        right: 2%;
    }

    .article-blog .article-content {
        width: 97%;
    }

    .article-blog .gallery-section .thumb-section img {
        width: 100%;
    }

    .article-blog .gallery-section .row {
        width: 100%;
    }

    .article-blog .article-thumb {
        width: 100%;
    }

    .article-blog .thumb-marty img {
        width: 100%;
    }

    .teaching-section .carousel-item .img-margin img, .teaching-section .teaching-item video[poster] {
        width: 100%;
    }


    .teaching-section .teaching-item video, .teaching-section .carousel-item img {
        height: auto;
    }

    .portfolio-section .portfolio-info h3 {
        font-size: .7rem !important;
        padding: 5px 5px 0;
    }

    .button .all-button {
        padding: 0px 5px;
    }

    .contact-section input[type=submit], .contact-section input[type=button], .contact-section button {
        padding: 0px 12px;
        font-size: 18px;
    }

    .comments-section form input[type='submit'] {
        width: 75px;
        font-size: .7rem;
        padding: 0;
    }

}


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

}

@media screen and (min-width: 401px)and (max-width: 767px) {

}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .contact-section .wpcf7 p {
        width: 100%;
    }

}

@media screen and (max-width: 539px) {
    .header-top .header-img {
        text-align: center;
        margin: 10px 0;
    }

    .header-top .header-social {
        margin: 6px 0;
        display: flex;
        justify-content: center;
    }

    .slider-section .carousel-item .slider-item a.slider-btn {
        font-size: .64rem;
    }

    .teaching-section .teaching-item video[poster] {
        /*width: 100%;*/
    }

    .article-blog .blog-header .article-info ul li {
        font-size: .7rem;
    }

    .comments-section .comment-notes, .comments-section form label {
        font-size: .7rem;
    }

    .footer-section .widget .widget-title {
        font-size: 1rem;
    }

    .footer-section {
        font-size: .75rem;
    }
    
 }

@media screen and (max-width: 319px) {
    .header-top .search form input {
        width: 130px;
    }

    .slider-section .carousel-item .slider-item a.slider-btn {
        font-size: .5rem;
    }

    body {
        font-size: .7rem !important;
    }

    h1 {
        font-size: .9rem !important;
    }

    h2 {
        font-size: .8rem !important;
    }

    h3 {
        font-size: .7rem !important;
    }

    h4 {
        font-size: .6rem !important;
    }

    .footer-section .widget .widget-title {
        font-size: 1rem;
    }

    .footer-section {
        font-size: .75rem;
    }

}

@media screen and (min-width: 540px) and (max-width: 740px) {
    .header-top .header-social {
        margin: -29px 10px 0 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .header-main {
        padding: 20px 0;
    }

}

@media screen and (min-width: 540px) and (max-width: 991px) {

}


@media screen and (min-width: 992px) and (max-width: 1200px) {
}


@media screen and (min-width: 1025px) and (max-width: 1280px) {

}


@media screen  and (max-width: 1280px) {
    .article-blog {
        width: 100%;
    }

    .comments-section {
        width: 100%;
    }
}

@media screen and (min-width: 1280px)and (max-width: 1400px) {

}

@media screen and (min-width: 1280px) {

}

.wp-pagenavi a, .wp-pagenavi span {
    background: #A4A4A4;;
    padding: 0 7px;
    float: right;
    color: #FDFDFD;
    margin: 2px;
}

.wp-pagenavi span.current {
    background: #F48588;
}

nav.post {
    width: 75%;
    margin: 0 auto;
}


.article-blog .slick-initialized .slick-slide {
    padding: 10px 0;
}

.wp-block-latest-posts.is-grid li{
width : auto;
}