div {
    text-align: right;
    font-family: myfont;
    font-size: 14pt;
}

div a:hover {
    text-decoration: none;
}

.main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 100px;
}

/*--------------------------------------------------------------
Navbar Menu
--------------------------------------------------------------*/

.navbar {
    background-color: #0080ff;
}

.navbar-nav {
    font-size: larger;
}

#white {
    color: white;
}

.nav-item {
    margin-right: 10px;
    margin-left: 10px;
}

.dropdown-menu {
    background-color: #0080ff;
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 600px) {
    .main {
        margin-top: 50px;
        margin-bottom: 200px;
        min-height: 350px;
    }
}

@media only screen and (max-width: 600px) {
    .main {
        margin-top: 50px;
        margin-bottom: 100px;
        min-height: 300px;
    }
}

.main form {
    margin: 0 auto;
}

.responsive {
    width: 80%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
Font Family
--------------------------------------------------------------*/

@font-face {
    font-family: myfont;
    src: url('/fonts/IRANSans.ttf');
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.footer {
    background-color: #0080ff;
    color: white;
    margin-top: 0px;
    padding-bottom: 20px;
}

.footer ul {
    padding-right: 0;
}

.footer li {
    list-style-type: none;
}

.footer .taxi {
    font-size: 24px;
    text-align: justify;
}

.footer ul a {
    font-size: larger;
    color: white;
}

.footer a:hover {
    text-decoration: none;
}


/*--------------------------------------------------------------
Justify Text
--------------------------------------------------------------*/
.justify-text {
    text-align: justify;
}


/*--------------------------------------------------------------
Auth
--------------------------------------------------------------*/

.auth form {
    margin: 0 auto;
}


.auth .title {
    font-size: 40px;
}


/*--------------------------------------------------------------
Profile
--------------------------------------------------------------*/

.profile {
    font-size: 24px;
}

.profile-up {
    margin-bottom: 50px;
}

.profile i {
    color: blue;
}

.profile span {
    margin-right: 5px;
}

.profile form {
    margin-bottom: 10px;
}

.profile_title {
    font-size: 32px;
}


/*--------------------------------------------------------------
Password
--------------------------------------------------------------*/
.pass_title {
    font-size: 32px;
}

/*--------------------------------------------------------------
Testimonials
--------------------------------------------------------------*/
.testimonials h2{
    font-size: 28pt;
}

.testimonials p{
    font-size: 26px;
}


/*--------------------------------------------------------------
Back to Top
--------------------------------------------------------------*/

.go-top {
    position: fixed;
    bottom: 0.75em;
    right: 0.5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    padding: 10px;
    display: none;
    margin: 0;
    z-index: 999;
}

.go-top:hover {
    background-color: #0080ff;
    color: Black;
    text-decoration: none;
}

#main {
    padding-right: 2.5%;
    padding-left: 2.5%;
    padding-top: 100px;
}

#side {
    padding-top: 100px;
}

/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/
.banner {
    width: 90%;
    height: auto;
}


/*--------------------------------------------------------------
Pagination
--------------------------------------------------------------*/
.pagination {
    padding-right: 0;
}

/*--------------------------------------------------------------
Mini Photo
--------------------------------------------------------------*/
@media only screen and (max-width: 400px) {
    .mini {
        width: 100%;
        height: auto;
        font-size: 10vw;
    }
}

@media only screen and (min-width: 400px) {
    @media only screen and (max-width: 992px) {
        .mini {
            width: 100%;
            height: auto;
            font-size: 8vw;
        }
    }
}

@media only screen and (min-width: 992px) {
    .mini {
        width: 100%;
        height: auto;
        font-size: 20pt;
    }
}


/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/

.sec_title {
    color: white;
    background-color: #0080ff;
}

@media only screen and (max-width: 400px) {
    .sec_title {
        font-size: 12vw;
    }
}

@media only screen and (min-width: 400px) {
    @media only screen and (max-width: 992px) {
        .sec_title {
            font-size: 10vw;
        }
    }
}

@media only screen and (min-width: 992px) {
    .sec_title {
        font-size: 32pt;
    }
}


/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

.contact .top{
    font-size: 26px;
}

.contact div{
    font-size: 20px;
}

.contact input{
    font-size: 20px;
}

.contact textarea{
    font-size: 20px;
}