﻿/***************************************/
body {
    font-family: iransansweb !important;
    line-height: 2;
    text-align: justify;
    font-weight: 800;
}

@font-face {
    font-family: 'iransansweb';
    src: url('../fonts/iransansweb.ttf') format('truetype'), url('../fonts/iransansweb.woff') format('woff');
}

    .page-sub-page {
    min-height: 386px;
}

    .page-sub-page > .container {
        margin-top: -50px;
    }

    .page-sub-page .page-info {
        max-width: 100%;
        padding: 55px 55px 35px 55px;
        border-radius: 10px 10px 0 0;
        background-color: #ffffff;
    }

    .page-sub-page .page-info-title {
        font-weight: 900;
        font-size: 38px;
        color: #1D2A4B;
        margin-bottom: 30px;
    }

    .page-sub-page .page-info-sub-title {
        font-weight: 700;
        font-size: 18px;
        color: #1D2A4B;
        margin: 4px 0
    }

    .page-sub-page .page-info-breadcrumbs {
        margin-top: 30px;
        text-transform: uppercase
    }

        .page-sub-page .page-info-breadcrumbs ul {
            font-size: 14px;
            padding: 0;
            margin: 0;
            list-style: none
        }

            .page-sub-page .page-info-breadcrumbs ul li {
                display: inline-block;
                vertical-align: middle
            }

        .page-sub-page .page-info-breadcrumbs a {
            font-weight: 700;
            color: #aaaaaa
        }

            .page-sub-page .page-info-breadcrumbs a:after {
                content: "/";
                margin: 0 5px;
                display: inline-block
            }

        .page-sub-page .page-info-breadcrumbs p {
            font-weight: 700;
            margin-bottom: 0;
            color: #1D2A4B
        }

    .page-sub-page section .row {
        padding: 0 55px
    }

    .page-sub-page div .title {
        font-size: 2.14286em
    }


.backgrounds {
    height: 100px;
    background-color: #031f3b
}
/*******************************/

/**********************/
.navbar {
    margin-bottom: 0px !important;
    min-height: 60px !important
}

.navbar-inverse {
    background-color: #fff !important;
    border-top: 1px solid #ddd !important;
    border-bottom: solid 5px #4b1dac !important;
    border-left: none;
    border-right: none;
    /*height: 3.2em;*/
    border-radius: 0px;
    /*text-align:center*/
    z-index: 100;

}



.margin {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #031f3b;
    font-weight: 500;
    font-size: 16px;
}

    .navbar-inverse .navbar-nav > li > a:lang(en) {
        font-size: 14px;
    }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus .dropdown-menu {
    background: transparent !important;
    color: #031f3b !important;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #031f3b;
}

.dropdown-menu > li > a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
}

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: rgb(180, 160, 104);
        font-weight: 400;
        font-size: 15px;
        background-color: transparent;
    }

ul .dropdown-menu {
    background-color: rgb(222 224 234 / 95%);
    color: #fff !important;
}
/*****************************/
.services-wrap a {
    text-decoration: none;
    color: #000;
}
.services-wrap img{
    padding:30px;
}

.services-wrap img {
    opacity: 0.8;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

    .services-wrap img:hover {
        opacity: 1.0;
        transition: opacity .55s ease-in-out;
        -moz-transition: opacity .55s ease-in-out;
        -webkit-transition: opacity .55s ease-in-out;
        transform: scale(1.1);
    }

​