@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: persianFont;
    src: url('fonts/Yekan.eot');
    src: url('fonts/Yekan.eot') format('eot'),
    url('fonts/Yekan.woff') format('woff'),
    url('fonts/Yekan.ttf') format('ttf');

}

.persian {
    font-family: persianFont;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;

}


figure {
    position: relative;
    overflow: hidden;
    margin: 0 1px 1px 0;
    background: #726FB9;
    text-align: center;
    cursor: pointer;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ot-portfolio-item figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.ot-portfolio-item figure figcaption, .ot-portfolio-item figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.effect-bubba {
    background: #000;
    margin-bottom: 1px;
}

figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    color: rgba(40, 175, 236, 1.00);
    font-size: 13px;
    font-weight: 500;
    padding-left: 2.5em;
    padding-right: 2.5em;
    position: relative;
    bottom: 50%;

    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


#back-top {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    right: 10px;
}

#back-top a {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    font: 11px/100% Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #A9A9B1;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#back-top a:hover {
    background: rgba(40, 175, 236, 1.00);
}

/* arrow icon (span tag) */
#back-top i {
    margin-top: 2.5px;
    font-size: 18px;
}


/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;

    background-color: rgba(48, 48, 48, 1.00); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 400px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.middlePosition {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    width: 80%;
    height: auto;
    text-align: justify;
    line-height: 150%;

}

.middlePositionImage {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 50%;
    height: auto;
    display: block;


}

.middlePositionResultPic {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    width: 30%;
    display: block;
}

.middlePositionResult {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
    width: 70%;
    height: auto;
    display: block;
    -webkit-transition: width 2s;
    transition: width 2s;

}

.middlePositionQuotes {
    margin-left: auto;
    margin-right: auto;
    display: block;

}

.middlePositionImagePost {

    margin-left: 0%;
    margin-right: auto;
    margin-top: 5%;
    width: 75%;
    height: auto;
    display: block;
    border-radius: 20%;


}

#middlePositionPte {
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    height: auto;
    display: block;
    margin-bottom: 3%;
    margin-top: 3%;
    -webkit-transition: width 2s;
    transition: width 1s;


}

#middlePositionPte:hover {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    -webkit-transition: width 2s;
    transition: width 2s;


}

#ibt:hover, #ielts:hover, #pte:hover, #cae:hover {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    display: block;
    position: relative;
    -webkit-transition: width 2s;
    transition: width 2s;
}

.mistakes {

    color: rgba(190, 65, 70, 1.00);


}

.corrects {

    color: rgba(155, 210, 57, 1.00);

}

.loaderRed {
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    width: 8px;
    height: 8px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.englishFonts {

    direction: ltr;
    line-height: 150%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, sans-serif;
    font-size: large;
    text-align: justify;

}


.example {
    display: block;
    width: 70%;
    font-style: italic;
    margin-left: 1.3em;
    margin-bottom: 1.2em;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border-radius: 7px;
    border-left: 4px solid green;
    color: rgba(155, 210, 57, 1.00);
}

.exampleExp {
    display: block;
    width: 70%;
    font-style: italic;
    margin-left: 1.3em;
    margin-bottom: 1.2em;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border-radius: 7px;
    border-bottom: 2px solid white;
    color: white;
}


.exampleTwo {
    display: block;
    font-style: bold;
    font-family: persianFont;
    direction: rtl;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border-radius: 7px;
    border-bottom: 4px solid #dafeb8;
    color: rgba(155, 210, 57, 1.00);
}

.exampleQ {
    display: block;
    font-style: bold;
    font-family: persianFont;
    direction: rtl;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border-radius: 7px;
    border-bottom: 2px solid #FABD86;
    border-top: 2px solid #FABD86;
    color: #FABD86;
    padding: 2%;
}


.exampleThree {
    display: block;
    font-style: bold;
    font-family: persianFont;
    font-size: large;
    direction: rtl;
    padding: 0.2em 0.4em 0.2em 0.4em;
    border-radius: 7px;
    border-right: 4px solid lightblue;
}

.lightBlue {
    color: lightblue;

}

.IELTSimage {
    width: 30%;
    height: 30%;
    position: relative;
    float: left;
    margin-right: 2%;
    margin-left: 1.3em;

}

.pseudolinkMusic {

    text-decoration: underline;
    cursor: pointer;
    color: #ffed63;

}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 1.5%;
    width: 20%;
    border-radius: 10%;

}

.centerAdd {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%;
    margin-bottom: 1.5%;
    width: 30%;
    border-radius: 10%;

}


.floatText {
    color: white;
    font-size: large;
    direction: rtl;
    padding-top: 5%;

}

.titleText {
    color: LightSteelBlue;
    font-size: larger;
    direction: ltr
}

#copright + .tooltip > .tooltip-inner {
    background-color: lightblue;
    color: black;
    border: 1px solid black;
    padding: 10px;
    font-weight: bold;
}

#copright + .tooltip > .tooltip-arrow {
    border-top: 5px solid yellow;
}

.email_address {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.native {
    color: #BFD8D5;
}

.exp {
    color: #8EC6C5;
}

.meanin {
    color: #6983AA;
}
  

  
