body {
    position: relative;
}

a {
    color: #8c8c8c;
}

a:hover {
    color: #3b9cf7;
}

body {
    position: relative;
}

.container {
    max-width: 1170px;
}


/**
 * Loader
 */

#overlayer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.65);
}

.loader {
    display: inline-block;
    width: 40px;
    height: 45px;
    position: fixed;
    z-index: 2001;
    border: 4px solid #e9ecef;
    top: 50%;
    right: 50%;
    animation: loader 2s infinite ease;
    transform: translate(50%, -50%);
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #dee2e6;
    animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes loader-inner {
    0% {
        height: 0%;
    }
    25% {
        height: 0%;
    }
    50% {
        height: 100%;
    }
    75% {
        height: 100%;
    }
    100% {
        height: 0%;
    }
}


/**
 * Menu
 */

.description {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    /*content: "\f489";*/
    /*font-family: "Ionicons";*/
    /*display: none;*/
    /*cursor: pointer;*/
    /*float: right;*/
    /*padding: 1rem;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    /*color: #FFFFFF;*/
}

.menu>ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
    content: "";
    display: table;
}

.menu>ul:after {
    clear: both;
}

.menu>ul>li {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.menu>ul>li a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
}

.menu>ul>li:hover {
    background: transparent;
}

.menu>ul>li>ul {
    display: none;
    width: 100%;
    background: #FFFFFF;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    top: 65px;
    /*border-top: 3px solid #ffc107;*/
}

.internal-sub li {
    list-style: none;
}

.internal-sub {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu>ul>li>ul>li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu>ul>li>a {
    line-height: 4em;
}

.menu>ul>li>ul>li>ul {
    display: none;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
    content: "";
    display: table;
}

.menu>ul>li>ul>li>ul:after {
    clear: both;
}

.menu>ul>li>ul>li>ul>li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
    border: 0;
}

.menu>ul>li>ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu>ul>li>ul.normal-sub>li {
    width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
    border: 0;
    padding: 1em 0;
}

.menu ul>li>ul.internal-sub {
    box-shadow: 0 0 5px #e0e0e0;
}

.menu ul li {
    position: relative;
}

.menu ul.internal-sub {
    position: absolute;
    right: 100.1%;
    width: 300px;
    top: 0;
    background-color: #FFF;
    margin: 0;
    display: none;
}

.menu ul.internal-sub li {
    padding: 0;
}

.menu li.menu-dropdown-icon:hover>ul.internal-sub {
    display: block;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu>ul {
        display: none;
    }
    .menu>ul>li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu>ul>li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul.normal-sub {
        width: 100%;
    }
    .menu>ul>li>ul>li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu>ul>li>ul>li:first-child {
        margin: 0;
    }
    .menu>ul>li>ul>li>ul {
        position: relative;
    }
    .menu>ul>li>ul>li>ul>li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.menu>ul>li {
    position: relative;
}

.menu>ul>li.menu-dropdown-icon i {
    position: absolute;
    top: 52%;
    left: -3px;
    transform: translateY(-50%);
}


/*.menu > ul > li::before {*/


/*content: "\f107";*/


/*position: absolute;*/


/*top: 25px;*/


/*left: 0;*/


/*width: 5px;*/


/*height: 40px;*/


/*color: #FFFFFF;*/


/*}*/


/*.menu > ul > li:last-child::before {*/


/*content: none;*/


/*}*/

.menu ul>li>a {
    color: #214a88;
}

.menu ul>li>a:hover {
    color: #555555;
}

.menu>ul>li>ul.normal-sub {
    padding: 0;
    box-shadow: 0 0 8px #605d5d;
}

.menu>ul>li>ul.normal-sub li a {
    color: #888888 !important;
    width: 100%;
    font-size: 0.8rem !important;
    padding: 0.5rem 1rem;
}

.menu>ul>li>ul.normal-sub li a:hover {
    background-color: #214a88;
    color: #ffffff !important;
}

#header {
    padding: 1rem 0 3rem;
}

#header .container {
    position: relative;
    padding: 0;
}

#header .menu {
    background-color: #f8faff;
    position: absolute;
    width: 100%;
    z-index: 1000;
    right: 0;
    bottom: -5.5rem;
    padding: 0 1rem;
    box-shadow: 0 0 8px #605d5d;
    border-radius: 3px;
}

#header .menu li a {
    font-family: IRANSans-Bold;
    font-size: 1rem;
    text-align: right;
}

#header .menu.sticky {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
}

#header .menu.sticky>ul {
    width: 91%;
}

#header .address {
    font-size: 1.3rem;
    color: #214a88;
    display: block;
}

#header .address span,
#header .mail span {
    font-size: 0.9rem;
    width: 80%;
    line-height: 1.3rem;
    margin-top: 0.5rem !important;
    color: #1a50a2;
}

#header .mail {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-top: 0.5rem !important;
    color: #1a50a2;
    float: left;
    font-weight: 700;
}

#header .mail i {
    color: #1a50a2;
    margin-right: 0.2rem;
}

#header .login {
    display: inline-block;
    font-size: 1rem;
    line-height: 2rem;
    border: none;
    border-radius: 0;
    overflow: hidden;
    background-color: #ff9e07;
    font-weight: 700;
    position: fixed;
    left: -20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    z-index: 10010;
    width: 200px;
}

#header .login:nth-child(2) {
    top: 115px;
}

#header .login:nth-child(3) {
    background-color: #0060b7;
    top: 150px;
}

#header .login:nth-child(3) .login {
    background-color: #0060b7;
}

#header .login:hover {
    left: 0;
}

#header .login a {
    display: block;
    color: #FFFFFF;
    position: relative;
    z-index: 5;
    padding: 0 2rem;
    text-align: right;
}

#header .login i {
    float: right;
    color: #ffffff;
    margin-top: 0.45rem;
    margin-right: 0.5rem;
}

.backColor h4 {
    background: #ecf1fd;
    padding: 3rem;
    border-radius: 5px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.backColor h4:hover {
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .5);
}

.backColor a {
    color: #215788 !important;
}

.backColor a:hover {
    color: #215788 !important;
}

.backColor a:link {
    text-decoration: none;
    color: white;
}


/**
 * Slider
 */

#carouselExampleIndicators .carousel-item .image {
    position: relative;
}

#carouselExampleIndicators .carousel-item .image::before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#carouselExampleIndicators .carousel-caption {
    position: absolute;
    right: 50%;
    top: 50%;
    left: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    bottom: auto;
    transform: translate(50%, -50%);
}

#carouselExampleIndicators .carousel-caption h5 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 4rem;
    margin-bottom: 3rem;
    position: relative;
}

#carouselExampleIndicators .carousel-caption h5::before {
    content: '';
    width: 40%;
    height: 3px;
    position: absolute;
    bottom: -1.2rem;
    right: 50%;
    transform: translateX(50%);
    background-color: #ffbe07;
}

#carouselExampleIndicators .carousel-caption p {
    font-size: 1.2rem;
    line-height: 2.1rem;
}


/**
 * Quick Access
 */

#quick-access .slick-slide {
    padding: 3rem 4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#quick-access .slick-slide:hover {
    transform: scale(1.1);
}

#quick-access .slick-slide:nth-child(odd) {
    background-color: #ebf0fb;
}

#quick-access .slick-slide .image {
    text-align: center;
}

#quick-access .slick-slide .image i {
    font-size: 4rem;
    color: #215788;
}

#quick-access .slick-slide .title {
    font-size: 1.3rem;
    font-weight: 700;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1.8rem;
    line-height: 1.3rem;
    color: #215788;
}

#quick-access .slick-slide .lead {
    font-size: 0.9rem;
    color: #5c6b8cc4;
    text-align: center;
    line-height: 1.5rem;
}

.row {
    margin: 0;
}

.section {
    padding: 4.5rem 0;
    overflow: hidden;
}


/**
 * About Us
 */

#about-us h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-bottom: 2.3rem;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #215788;
}

#about-us h2::before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -15px;
    transform: translateX(50%);
    border-bottom: 3px solid #215788;
    width: 100px;
}

#about-us .lead {
    color: #555;
    text-align: justify;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 3rem;
    padding-right: 1rem;
}

#about-us .left .row .item {
    text-align: center;
}

#about-us .left .row .item .pic {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #215788;
}

#about-us .left .row .title {
    font-size: 1rem;
    font-weight: 700;
    color: #215788;
}


/**
 * Slogan
 */

#slogan {
    background: url(../images/bk-slogan.jpg) no-repeat;
    padding: 10rem 0;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

#slogan::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#slogan .container {
    position: relative;
}

#slogan .title {
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 3.8rem;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    text-align: center;
    font-family: IRANSans-Bold;
    width: 85%;
}


/**
 * Services
 */

#services {
    position: relative;
    text-align: center;
}

#services h2 {
    position: relative;
    color: #444343;
    margin-bottom: 2.2rem;
    line-height: 2rem;
    font-family: IRANSans-Bold;
    font-size: 1.8rem;
}

#services h2:before {
    content: '';
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background: #ffc107;
    position: absolute;
    bottom: -0.8rem;
    right: 50%;
    transform: translateX(50%);
}

#services p {
    font-size: 1rem;
    color: #666666;
}

#services .single-service {
    position: relative;
    padding-left: 118px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: right;
}

#services .single-service .text {
    border: 1px solid #eaeaea;
    border-radius: 0 4px 4px 0;
    border-right: none;
    padding: 20px 10px 18px 30px;
}

#services .single-service a {
    font-family: IRANSans-Bold;
    color: #444343;
    font-size: 1.1rem;
}

#services .single-service a:hover {
    color: #215788;
}

#services .single-service .text p {
    padding-bottom: 10px;
}

#services .single-service .text .read-more {
    font-size: 14px;
    font-weight: 700;
}

#services .single-service .text .read-more i {
    margin-right: 5px;
    vertical-align: middle;
    transform: rotate(180deg);
}

#services .single-service .img-box {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 130px;
    border-radius: 5px;
    background-color: #215788;
}

#services .single-service .img-box img {
    width: 100%;
    border-radius: 4px;
    opacity: 0.9;
}

#services .single-service:hover .text {
    border-color: #fff;
}

#services .single-service:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

#services .wrapper {
    margin-top: 50px;
}

#services .contact-text {
    text-align: center;
    padding-top: 35px;
}

#services .contact-text h4 {
    font-weight: normal;
    margin-bottom: 10px;
}

#services .contact-text h5 {
    font-weight: normal;
    display: inline-block;
    position: relative;
}

#services .contact-text h5:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 1px;
    left: 0;
}


/**
 * Counter
 */

#timer {
    background: #f8faff;
}

#timer .bg {
    background: url(../images/pattern.png) no-repeat center center;
    text-align: center;
    padding: 8rem 5rem;
}

#timer h6 {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #215788;
    margin-bottom: 1rem;
}

#timer h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #666666;
    margin-bottom: 3rem;
    line-height: 3rem;
}

#timer .number {
    font-weight: 300;
    font-size: 1.5rem;
}

#timer .number .timer {
    font-size: 3rem;
    font-family: IRANSans-num-bold;
    color: #215788;
}

#timer .single-counter-box p {
    margin-top: 2rem;
    color: #777777;
    font-size: 1rem;
}

#timer .theme-button-one {
    margin-top: 45px;
}


/**
 * Back To Top
 */

#back-to-top {
    width: 45px;
    height: 45px;
    display: block;
    background-color: #2B2B2B;
    text-align: center;
    margin: 30px;
    position: fixed;
    bottom: 10%;
    right: 0;
    transition: all 0.5s;
    z-index: 1000;
    color: #FFFFFF;
    font-size: 2.3em;
    line-height: 55px;
    cursor: pointer;
    border-radius: 2px;
}

#back-to-top:hover {
    background-color: #3D3D3D;
}

#back-to-top:active {
    background-color: #3D3D3D;
}

.animated {
    animation-duration: 1.2s;
}


/**
 * internal
 */

#main {
    padding: 5rem 0 3rem 0;
}

.internal #main {
    font-size: 1rem;
    line-height: 2rem;
}

.internal.contact-us .row.item {
    margin-bottom: 1rem;
    line-height: 2.2rem;
}

.internal.contact-us .row.item .title {
    background-color: #0058b4;
    color: #FFF;
}

.internal.contact-us .row.item .content {
    background-color: #047dc6;
    color: #FFF;
}


/**
 * Popup
 */

.popup {
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.45);
    padding: 2rem;
    color: #FFF;
    text-align: center;
    z-index: 1010;
    width: 100%;
    height: 100%;
}

.popup .content {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

.popup h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.popup h4 {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.popup p {
    font-size: 1.1rem;
    line-height: 1.5rem;
}

.popup a {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: block;
    color: #ffaf07;
}

.popup .close {
    text-indent: -9999px;
    position: relative;
    width: 25px;
    height: 25px;
}

.popup .close::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-top: 3px solid rgb(255, 0, 76);
    transform: rotate(45deg);
}

.popup .close::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-top: 3px solid rgb(255, 0, 76);
    transform: rotate(-45deg);
}


/* left Btn*/

#header .login {
    overflow: unset !important;
}

.btn-secondary {
    color: #fff;
    background-color: #ff9e07 !important;
    border-color: #ff9e07 !important;
    padding: 0 .7rem 0 1.5rem;
    direction: ltr !important;
}

.dropright .dropdown-menu {
    background: #ff9e07 !important;
    font-size: .9rem;
}

.login .dropdown-menu a:hover {
    background-color: black !important;
    color: white !important;
}

.dropright .dropdown-toggle::before {
    vertical-align: unset !important;
}

.dropdown-menu {
    border-radius: unset !important;
}


/* #header .login a { */


/* padding: 0 1rem !important; */


/* } */


/* End Left Btn*/


/**
 * Account Number
 */

.account-number .images.items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.account-number .images.items .item {
    flex: 0 0 110px;
    height: 110px;
    background: url(../images/bank.png) no-repeat;
    margin: 0 0.5rem;
    background-size: 522px auto;
}

.account-number .images.items .item:nth-child(5) {
    background-position: 5px 7px;
}

.account-number .images.items .item:nth-child(4) {
    background-position: -103px 7px;
}

.account-number .images.items .item:nth-child(3) {
    flex: 0 0 88px;
    background-position: -209px 7px;
}

.account-number .images.items .item:nth-child(2) {
    flex: 0 0 125px;
    background-position: -292px 7px;
}

.account-number .images.items .item:nth-child(1) {
    background-position: -420px 7px;
}

.account-number h5 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #214a88;
    line-height: 2rem;
    margin: 1rem 0 5rem;
    position: relative;
}

.account-number h5::before {
    content: '';
    position: absolute;
    right: 50%;
    bottom: -20px;
    width: 21%;
    height: 2px;
    transform: translateX(50%);
    background-color: #ff9e07;
}

.account-number .images.items .item {
    cursor: pointer;
}

.account-number .table .thead-dark th {
    color: #fff;
    background-color: #214a88;
    border-color: snow;
    padding: 0.3rem 0.5rem;
}

.account-number .table td,
.account-number .table th {
    padding: 0.5rem;
    vertical-align: top;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.account-number .table {
    margin: 0;
}

.account-number .table tbody {
    background-color: #f8faff;
}

.account-number .table tr.active,
.account-number .table tr:hover {
    background-color: #047dc6;
    color: #FFF;
}

.account-number h6 {
    font-size: 0.9rem;
    margin: 0;
    background-color: #214a88;
    line-height: 2rem;
    color: #FFF;
}


/**
 * Map
 */

.main_div ul li.az-shargi,
.main_div ul li.esfehan,
.main_div ul li.alborz,
.main_div ul li.tehran,
.main_div ul li.kh-razavi,
.main_div ul li.kermanshah,
.main_div ul li.gilan,
.main_div ul li.hamedan {
    background: url("../images/location.png") no-repeat center;
}

.main_div ul li:hover {
    background: none;
}

#enamad {
    position: absolute;
    left: 0;
    bottom: 2%;
}


/**
 * Footer
 */

#footer iframe {
    width: 100%;
    display: block;
}

#footer a {
    color: #b3c3d9;
}

#footer a:hover {
    color: #b3c3d9;
}

#footer .top {
    background-color: #f8faff;
    background-position: center top;
    background-attachment: scroll;
    background-repeat: repeat;
    background-size: auto;
    padding: 2.5rem 0 1rem;
    position: relative;
}

#footer .top h2 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    color: #214a88;
    margin-bottom: 1.4rem;
    font-family: IRANSans-Bold;
}

#footer .top .content {
    font-size: 0.9rem;
    line-height: 1.6rem;
    color: #214a88;
}

#footer .top .content p i {
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

#footer .top .photo .item {
    padding: 5px;
}

#footer .top .social-network {
    position: fixed;
    left: -60px;
    top: 50%;
    width: 60px;
    transform: translateY(-50%);
    background-color: #0d387a;
    z-index: 1000;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#footer .top ul li a {
    color: #214a88;
}

#footer .top .social-network.active {
    left: 0;
}

#footer .top .social-network::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #0d387a;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: -3;
    animation: flash linear 1s infinite;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: flash;
}

#footer .top .social-network::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #ffcf06;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    animation: flash-small linear 1s infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: flash-small;
}

#footer .top .social-network.active::before {
    animation: none;
}

@-webkit-keyframes flash {
    0% {
        background-color: #082552;
    }
    50% {
        background-color: #000000;
    }
    100% {
        background-color: #082552;
    }
}

@keyframes flash {
    0% {
        background-color: #082552;
    }
    50% {
        background-color: #000000;
    }
    100% {
        background-color: #082552;
    }
}

@-webkit-keyframes flash-small {
    0% {
        background-color: #ffcf06;
    }
    50% {
        background-color: #082552;
    }
    100% {
        background-color: #ffcf06;
    }
}

@keyframes flash-small {
    0% {
        background-color: #ffcf06;
    }
    50% {
        background-color: #082552;
    }
    100% {
        background-color: #ffcf06;
    }
}

#footer .top .social-network ul li {
    list-style: none;
    display: block;
    margin: 0.5rem;
    text-align: center;
    font-size: 1.5rem;
}

#footer .top .social-network ul li a {
    display: block;
}

#footer .top .social-network ul li a i {
    color: #b2b6bb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

#footer .top .social-network ul li:hover i {
    color: #e0e0e0;
    transform: rotate(360deg);
}

#footer .bottom {
    background-color: #1f273c;
    padding: 5px 0;
}

#footer ul {
    padding: 0;
    margin: 0;
}

#footer .bottom ul li {
    display: inline-block;
    margin: 0 3px;
}

#footer .bottom ul li a {
    font-size: 0.9rem;
    line-height: 1rem;
}

.footer-copyright {
    color: #b3c3d9 !important;
}


/* Responsive
   ======================================================================= */


/**
 * Xl
 */

@media (max-width: 1200px) {}


/**
 * Lg
 */

@media (max-width: 992px) {
    #comments h2.header::before {
        content: none;
    }
    #menu .menu-mobile {
        font-size: 0;
    }
}

@media (max-width: 959px) {
    #menu {
        float: right;
        width: 100%;
        top: 7rem;
        bottom: unset;
    }
    #header .menu {
        background: none;
        box-shadow: none;
    }
    #menu .menu-mobile {
        font-size: 0;
        padding: 1rem;
    }
    .menu>ul>li a {
        padding: 0.2rem 3rem;
    }
    .social-links {
        margin-bottom: 1rem;
    }
    .menu>ul {
        background-color: #000000;
    }
    .menu>ul>li>ul {
        top: 0;
    }
    #header .menu {
        background: none
    }
    .menu>ul {
        background-color: #000000;
    }
    .menu>ul>li a {
        line-height: 2rem;
    }
    .menu>ul>li::before {
        content: none;
    }
    .menu>ul>li>ul>li {
        margin-top: 0;
    }
    .menu>ul>li>ul.normal-sub li a {
        padding: 0.1rem 2rem;
    }
    #header .menu.sticky {
        padding: 0;
    }
    .menu ul.internal-sub {
        position: unset;
        width: 100%;
        background-color: #e0e0e0;
    }
    .menu>ul>li.menu-dropdown-icon i {
        display: none;
    }
    .menu ul>li>a {
        color: #e0e0e0;
    }
}


/**
 * Md
 */

@media (max-width: 768px) {
    .internal #body .archive .item::before {
        content: none;
    }
}


/**
 * Sm
 */

@media (max-width: 576px) {
    #contact-us .information form {
        margin: 0 auto;
    }
    #header .address {
        display: none;
    }
    #quick-access .slick-slide {
        padding: 0.5rem;
    }
    #quick-access .slick-slide .title {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
}


/**
 * Xs
 */

@media (max-width: 320px) {
    #slogan {
        padding: 5rem 0;
    }
    #slogan .title {
        font-size: 1.3rem;
        line-height: 2rem;
    }
}