﻿



@import url('myFonts.min.css');
@import url('myScale.min.css');


body {
    font: normal 15px IranSans, BYekan;
}

a:hover {
    text-decoration: none;
}


.dad {
    overflow: hidden;
}


.son {
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

    .son:hover {
        -moz-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
    }


.page-header {
    font-family: Dinar;
    color: #1ABD9E;
    padding: 10px 4px;
    border-bottom: 2px solid #1ABD9E;
}

.card .card-img-top {
    max-height: 200px;
}

.card .card-title {
    transition-duration: .2s;
    font-family: Dinar;
    color: #007bff;
}


.card:hover {
    transition-duration: .2s;
    background: #f7f7f7;
    border-color: #bbb;
    box-shadow: 0 6px 10px -6px #000;
}

    .card:hover .card-title {
        transition-duration: .2s;
        color: #1ABD9E;
    }

.plans .card i {
    color: #007bff;
    padding-left: 6px;
}

.plans .card ul {
    padding: 0;
    margin: 0;
}

.plans .card a.btn-heart {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 7px;
    padding-right: 12px !important;
    padding-bottom: 5px !important;
    text-align: center;
}

    .plans .card a.btn-heart:hover, .plans .card a.btn-heart:focus, .plans .card a.btn-heart:active {
        transition-duration: .3s;
        background: #f21775;
        border: 1px solid transparent;
    }

    .plans .card a.btn-heart i {
        color: #f21775;
    }

    .plans .card a.btn-heart:hover i, .plans .card a.btn-heart:focus i, .plans .card a.btn-heart:active i {
        transition-duration: .3s;
        color: #fff;
    }

.box-shadow {
    box-shadow: 0 10px 14px -8px #444;
}




.head {
    color: #fff;
    text-align: center;
}

    .head .social i {
        transition-duration: .2s;
        color: #fff;
    }

        .head .social i.fa-instagram:hover {
            transition-duration: .2s;
            color: #f21775;
        }

        .head .social i.fa-telegram-plane:hover {
            transition-duration: .2s;
            color: #15b0f5;
        }

        .head .social i.fa-google-plus:hover {
            transition-duration: .2s;
            color: #e0412b;
        }

        .head .social i.fa-twitter-square:hover {
            transition-duration: .2s;
            color: #73f2fa;
        }

        .head .social i.fa-facebook:hover {
            transition-duration: .2s;
            color: #007bff;
        }

        .head .social i.fa-linkedin:hover {
            transition-duration: .2s;
            color: #15a1e8;
        }

    .head .logo-title a {
        color: #fff;
        text-shadow: 0 0 0;
        text-align: right;
    }

.bg-neon-dark {
    background: #2C3E52 !important;
    background-color: #2C3E52 !important;
}

.neon-dark-color {
    color: #2C3E52 !important;
}

.bg-neon {
    background: #1ABD9E !important;
    background-color: #1ABD9E !important;
}

.neon-color {
    color: #1ABD9E !important;
}


a.btn-outline-neon {
    border: 1px solid #1ABD9E;
    color: #1ABD9E;
    background: #fff;
    background-color: #fff;
}

    a.btn-outline-neon:hover {
        background: #1ABD9E;
        color: #fff !important;
    }

a.btn-neon {
    color: #fff;
    background: #1ABD9E;
    background-color: #1ABD9E;
}

    a.btn-neon:hover {
        background: #16a98e;
    }












.star {
    background-image: url("../img/stars.png");
    height: 15px;
    width: 66px;
    display: inline-block;
    position: relative;
    top: 1px;
}

    .star.s1 {
        background-position: 0 22px;
        width: 78px !important;
    }

    .star.s2 {
        background-position: 0 39px;
        width: 78px !important;
    }

    .star.s3 {
        background-position: 0 55px;
        width: 78px !important;
    }

    .star.s4 {
        background-position: 0 71px;
        width: 78px !important;
    }

    .star.s5 {
        background-position: 0 -8px;
        width: 78px;
    }

.starName {
    background-image: url("../img/first-sprite.png");
    width: 79px;
    height: 95px;
    display: inline-block;
    position: relative;
    top: 1px;
}

    .starName.s0 {
        display: none !important;
    }

    .starName.s1 {
        background-position: -10px -82px;
        width: 16px !important;
        height: 16px !important;
    }

    .starName.s2 {
        background-position: -10px -66px;
        width: 32px !important;
        height: 16px !important;
    }

    .starName.s3 {
        background-position: -10px -49px;
        width: 48px !important;
        height: 16px !important;
    }

    .starName.s4 {
        background-position: -10px -33px;
        width: 64px !important;
        height: 16px !important;
    }

    .starName.s5 {
        background-position: -10px -18px;
        width: 79px;
        height: 16px !important;
    }


i {
    color: #fff;
}

.tel_mob {
    letter-spacing: 2px;
}






@media only screen and (max-device-width: 1366px) {
    .parallax_1 {
        background-attachment: fixed;
    }
}

.bg1 {
    /* The image used */
    background-image: url('../img/para1.jpg');
    /* Full height */
    height: 200px;
    /* Create the parallax scrolling effect */
    background-repeat: no-repeat;
}

@media only screen and (max-device-width: 1366px) {
    .parallax_2 {
        background-attachment: fixed;
    }
}



.akhbar_typing {
    padding: 4px 6px;
    font-size: 110%;
    max-height: 45px;
    overflow-y: hidden;
}

    .akhbar_typing #typed-strings p a:hover {
        text-decoration: none !important;
    }

    .akhbar_typing > p, .akhbar_typing > span {
        color: #fff;
    }

        .akhbar_typing > p a, .akhbar_typing > span a {
            color: #fff;
            text-shadow: 0 1px 2px #000;
            text-align: center;
            padding: 2px 4px;
        }

.logo img {
    max-height: 100px;
}

.rainbow-bottom {
    border-bottom: 4px solid #000;
    border-image: url('../img/rainbow.jpg') 5 repeat;
}

.rainbow-top {
    border-top: 4px solid #000;
    border-image: url('../img/rainbow.jpg') 5 repeat;
}

.text-shadow-black-1 {
    text-shadow: 0 1px 2px #000;
}

.text-shadow-off {
    text-shadow: 0 0 0 !important;
}

.navbar-expand-lg {
    width: 100%;
}





.navbar {
    background: linear-gradient(#fff,#eee,#ddd,#ddd,#eee,#fff);
    background-image: url('../img/nav_bg_1.png');
    background-size: contain;
    border-bottom: 1px solid #ccc;
}

    .navbar .navbar-nav {
        margin-top: 2px;
    }


    .navbar ul.navbar-nav li.nav-item a.nav-link {
        transition-duration: .2s;
        background: #000 trasparent;
        color: #fff;
        border: 0;
        padding-bottom: 4px;
        margin-right: 5px;
        direction: rtl;
        text-align: right;
        padding-right: 6px;
    }

        .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
            transition-duration: .2s;
            background: rgba(0,0,0,.05);
            border-color: #000;
            color: #fff;
            box-shadow: inset 0 -2px 0 0 #fff;
        }

    .navbar .navbar-toggler {
        background-color: rgba(0,0,0,.5);
        border: 1px solid #fff;
        padding: 3px 6px;
        padding-top: 7px;
        vertical-align: middle;
        border-radius: .25rem;
    }

        .navbar .navbar-toggler::after {
            text-align: center;
            color: #fff;
            content: "\2630";
        }

.navbar-toggler-icon {
    display: none;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:hover {
        background: #007bff;
        color: #fff;
    }

.dropdown-menu {
    right: 5%;
    text-align: right;
    float: right;
}








.about section {
    padding: 5px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .about section::-webkit-scrollbar {
        width: 4px;
    }

    .about section::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.07);
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
        border-radius: 14px;
    }

    .about section::-webkit-scrollbar-thumb {
        /*background:linear-gradient(90deg,#00AAAF,#01CED1,#00AAAF);*/
        background: linear-gradient(#01CED1,#00AAAF,#00AAAF,#01CED1);
        /*background:#01CED1;*/
        border-radius: 14px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
        /*-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.6);*/
    }

    .about section::-webkit-scrollbar-corner {
    }


.about p {
    font-size: 100%;
    text-align: justify;
    /*font-family: 'Droid Arabic Kufi';*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.about h4 {
    text-align: center;
}




.about .caption {
    color: #01CED1;
    font-size: 130%;
    /*font-weight: bold;*/
    word-spacing: 3px;
    /*font-family: 'Droid Arabic Kufi';*/
    border-bottom: 2px solid #01CED1;
    padding: 10px 0;
    max-width: 350px;
    margin: 0 auto;
    box-shadow: 0 15px 25px -10px #bbb;
}


.radius-1 {
    border-radius: 3px !important;
}

.radius-2 {
    border-radius: 6px !important;
}

.radius-3 {
    border-radius: 12px !important;
}

img.radius-1 {
    border-radius: 3px !important;
}

img.radius-2 {
    border-radius: 6px !important;
}

img.radius-3 {
    border-radius: 12px !important;
}

.border-1 {
    border: 1px solid #ccc !important;
}



.line_hr {
    max-height: 100px;
}

@media screen and (max-width : 576px) {
    .line_hr {
        max-height: 75px;
    }
}


.line_hr_half_left {
    transform: rotate(180deg);
    transform: scaleX(-1);
}

@media screen and (max-width :576px) {
    .line_title {
        font-size: 90% !important;
    }
}







.parallax-shoar-1 {
    /*width:100vw;*/
    /* The image used */
    background-image: url(../img/p1.jpg);
    /* Set a specific height */
    min-height: 250px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
}



.footer a.foot-link {
    transition-duration: .3s;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
}

    .footer a.foot-link:hover {
        transition-duration: .3s;
        background: #1ABD9E;
    }

.footer h3 {
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 1px 0 0 rgba(255,255,255,.1);
}


.ul-link ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}



    .ul-link ul li {
        list-style: none;
        padding-left: 0;
        margin-left: 0;
        padding: 6px 0;
        margin-bottom: 2px;
    }

.foot-social {
    padding-top: 10px;
    padding-bottom: 3px;
}

    .foot-social a i {
        transition-duration: .2s;
        color: #1ABD9E;
        font-size: 35px;
        padding-left: 5px;
        padding-right: 5px;
    }

        .foot-social a i:hover {
            transition-duration: .2s;
            color: #fff;
        }

.footer .copyr a small {
    transition-duration: .2s;
    color: #fff;
    padding: 4px 10px;
    border: 1px solid transparent;
}

    .footer .copyr a small:hover {
        transition-duration: .2s;
        background: #1ABD9E;
        border-radius: 3px;
        color: #fff;
    }

.foot-contact ul, .foot-contact ul li a {
    color: #fff;
}

    .foot-contact ul li a:hover {
        color: gold;
    }

    .foot-contact ul li i {
        color: #1ABD9E;
        padding-right: 4px;
    }

.contact-me-icon a i {
    transition-duration: .3s;
    color: #1ABD9E;
    font-size: 200%;
    padding-left: 5px;
    padding-right: 5px;
}

    .contact-me-icon a i:hover {
        transition-duration: .3s;
        color: #0ba386;
    }
    .contact-form .tel-adrs ul li{
        padding: 6px;
    }
.contact-form .tel-adrs ul li, .contact-form .tel-adrs ul li a {
    color: #555;
}

    .contact-form .tel-adrs ul li a:hover {
        color: #f21775;
    }

    .contact-form .tel-adrs ul li i {
        color: #1ABD9E;
    }



#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-image: url(../img/airplane_logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: transparent;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    min-width: 60px;
    min-height: 60px;
}

    #myBtn:hover {
        background-color: transparent;
    }






i.fa-search {
    color: #fff;
}








.badge .badge-primary {
    font-weight: normal;
}

.text-gray {
    color: #ccc !important;
}



.work-desc {
    color: #1ABD9E;
}

    .work-desc .work-desc-img i {
        color: #1ABD9E;
        font-size: 60pt;
    }



@media only (max-width : 600px) {
    .work-desc .work-desc-img i {
        font-size: 150% !important;
    }
}
