@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Black.eot?');
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),url('/fonts/IranSansFarsiNumerals/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),url('/fonts/IranSansFarsiNumerals/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),url('/fonts/IranSansFarsiNumerals/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Bold.eot?');
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),url('/fonts/IranSansFarsiNumerals/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),url('/fonts/IranSansFarsiNumerals/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),url('/fonts/IranSansFarsiNumerals/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Medium.eot?');
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),url('/fonts/IranSansFarsiNumerals/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),url('/fonts/IranSansFarsiNumerals/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),url('/fonts/IranSansFarsiNumerals/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Light.eot?');
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),url('/fonts/IranSansFarsiNumerals/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),url('/fonts/IranSansFarsiNumerals/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),url('/fonts/IranSansFarsiNumerals/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_UltraLight.eot?');
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),url('/fonts/IranSansFarsiNumerals/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),url('/fonts/IranSansFarsiNumerals/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),url('/fonts/IranSansFarsiNumerals/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum).eot?');
    src: url('/fonts/IranSansFarsiNumerals/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),url('/fonts/IranSansFarsiNumerals/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),url('/fonts/IranSansFarsiNumerals/woff/IRANSansWeb(FaNum).woff') format('woff'),url('/fonts/IranSansFarsiNumerals/ttf/IRANSansWeb(FaNum).ttf') format('truetype')
}

@font-face {
    font-family: 'gothic';
    src: url('/fonts/gothic.eot');
    src: url('/fonts/gothic.eot#iefix') format('embedded-opentype'),url('/fonts/gothic.woff') format('woff'),url('/fonts/gothic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal
}

@font-face {
    font-family: 'mjtextlight';
    src: local('mjtextlight'),url(/fonts/MjTextLight.ttf) format('truetype')
}

.red-button {
    display: inline-block;
    background-color: #df4d67;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    transition: all .3s;
    border: unset;
    cursor: pointer
}

@media(max-width: 880px) {
    .pr-head-button {
        display: block;
        margin-bottom: 10px
    }
}

.red-button:hover {
    background-color: #b9334b;
    color: #fff
}

section {
    margin-top: 100px;
    margin-bottom: 100px
}

* {
    font-family: inherit;
    box-sizing: border-box;
    outline: none;
    direction: rtl !important;
    position: relative;
    color: inherit
}

body {
    font-family: IRANSans
}

::selection {
    background: #00b37e;
    color: #fff
}

::-moz-selection {
    background: #00b37e;
    color: #fff
}

a, a:hover, a:focus, a:active, a:visited {
    color: inherit;
    text-decoration: none
}

.row {
    padding: 0;
    margin: 0
}

a, a:hover, a::selection {
    text-decoration: none !important
}

.no-padding {
    padding: 0
}

@media(min-width: 768px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        float: right !important
    }
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
    float: right !important
}

.title-wrapper {
    text-align: center
}

    .title-wrapper .title-text {
        text-align: center;
        color: #3d86cb;
        display: inline-block;
        background-color: #fff;
        padding: 0 25px
    }

        .title-wrapper .title-text:after {
            content: '';
            height: 4px;
            background-color: #3d86cb;
            width: 120%;
            display: block;
            position: absolute;
            top: calc(50% - 2px);
            left: -10%;
            z-index: -1
        }

        .title-wrapper .title-text, .title-wrapper .title-text * {
            font-size: 25px
        }

@media(max-width: 880px) {
    .title-wrapper .title-text:after {
        content: unset
    }

    .title-wrapper .title-text {
        background-color: transparent
    }
}

.p-t-100 {
    padding-top: 100px
}

.p-b-100 {
    padding-bottom: 100px
}

.m-t-100 {
    margin-top: 100px
}

.m-b-100 {
    margin-bottom: 100px
}

.p-t-50 {
    padding-top: 50px
}

.p-b-50 {
    padding-bottom: 50px
}

.m-t-50 {
    margin-top: 50px
}

.m-b-50 {
    margin-bottom: 50px
}

header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    box-shadow: 0 2px 10px 1px #fff;
    background: #e34d5c;
    background: -moz-linear-gradient(left,#e34d5c 0%,#eb828e 15%);
    background: -webkit-linear-gradient(left,#e34d5c 0%,#eb828e 15%);
    background: linear-gradient(to right,#e34d5c 0%,#eb828e 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e34d5c',endColorstr='#eb828e',GradientType=1);
    transition: all .5s
}

.header-space {
    height: 68px
}

.header-title .logo {
    position: relative;
    text-align: left;
    height: 70px;
    padding-left: 10px
}

@media(max-width: 880px) {
    .header-title .logo {
        text-align: center;
        position: absolute;
        z-index: -1;
        width: 100%
    }
}

.header-title .logo img {
    height: 50px;
    margin-top: 10px;
    max-width: 100%;
    object-fit: contain;
    object-position: center
}

.header-title .description {
    margin-top: 20px
}

    .header-title .description h6 {
        color: #787878;
        margin: 10px 5px
    }

    .header-title .description span {
        font-weight: bolder
    }

    .header-title .description .top-icon-item {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 2px solid rgba(50,50,50,.1);
        margin: 5px;
        text-align: center;
        line-height: 40px;
        font-size: 17px
    }

@media(max-width: 880px) {
    .header-title .logo img {
        max-width: 100% !important
    }
}

@media(max-width: 880px) {
    .navbar-header {
        float: none;
        padding: 0 15px !important;
        transition: .1s;
        background-color: transparent
    }

    .navbar-left, .navbar-right {
        float: none !important
    }

    .navbar-toggle {
        display: block
    }

    .navbar-fixed-top {
        top: 0
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav {
        float: none !important;
        margin-top: 8px;
        padding-right: 0
    }

        .navbar-nav > li {
            float: none;
            text-align: center
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .collapse.in {
        display: block !important
    }

    .navbar-default .navbar-toggle {
        background-color: #fff;
        border: 0;
        border-radius: 3px
    }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #fff;
            box-shadow: 0 0 15px white
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #df4d67 !important
        }

    .navbar-collapse, .navbar-form {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none
    }

    .navbar-left {
        text-align: center !important
    }
}

.navbar-nav > li {
    float: right;
    margin: 0 1px
}
.navbar-nav .dropdown:hover > ul {
   display:
   block;
   text-align: right;
   right: 0;
   left: unset;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    color: #e45160;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: unset;
    border: unset;
    border-radius: 10px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.navbar-fixed-top {
    box-shadow: 0 2px 3px rgba(0,0,0,.1) !important
}

.navbar-default {
    background-color: rgba(255,255,255,0);
    border-radius: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none
}

@media(min-width: 768px) {

    .navbar-collapse.collapse {
        padding: 0
    }
}

@media(max-width: 880px) {
        .navbar-nav .dropdown:hover > ul {
   display:
   block;
width:100%;
}
    .navbar-nav > li {
        float: right;
        width: 100%;
        margin: 0
    }

    .navbar-default {
        width: 100% !important;
        float: none;
        display: block
    }
}

.navbar-nav {
    float: right;
    padding-right: 10px;
    list-style: none
}

.icon-navmenu {
    margin-top: 25px;
    cursor: pointer
}

@media(max-width: 768px) {
    .icon-navmenu {
        position: absolute;
        left: 0;
        top: 0
    }
}

.navbar-nav li a {
    color: #fff !important;
    transition: .3s;
    font-size: 14px;
    border-radius: 10px;
    padding: 13px 10px
}
.dropdown-menu>li>a {color: #e34d5c!important;}

    .navbar-nav li a:hover {
        color: #eb828e !important;
        background-color: #fff !important
    }

.nav .active a {
    color: #c8923a !important
}

.navbar-left {
    padding-top: 5px
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0 !important
}

.toolbar {
    width: 100%;
    max-width: 200px;
    text-align: left;
    margin: 10px auto
}

    .toolbar .item {
        font-size: 17px;
        cursor: pointer;
        display: inline-block;
        margin: 0 5px
    }

.home-head-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 1
}

.home-head-back-monitor {
    z-index: 2;
    position: absolute;
    width: 30%;
    right: 150px;
    top: 150px
}

.home-head-front-monitor {
    z-index: 3;
    position: absolute;
    width: 34%;
    right: 100px;
    top: 100px
}

.head-box {
    position: absolute;
    left: calc(50% - 150px);
    width: 300px;
    z-index: 4;
    padding-top: 10px
}

@media(min-width: 768px) {
    .head-box {
        margin-top: 15px
    }
}

.head-box-text {
    font-size: 18px;
    text-align: justify;
    line-height: 35px;
    margin-bottom: 30px;
    margin-top: 20px
}

.glowing {
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite
}

@keyframes glowing {
    0% {
        background-color: #eb828e;
        box-shadow: 0 0 3px #eb828e
    }

    50% {
        background-color: #e34d5c;
        box-shadow: 0 0 50px #e34d5c
    }

    100% {
        background-color: #eb828e;
        box-shadow: 0 0 3px #eb828e
    }
}

.head-box-a {
    display: block;
    height: 40px;
    background-color: #3d86cb;
    text-align: center;
    line-height: 40px;
    color: #fff !important;
    border-radius: 5px;
    transition: all .3s;
    margin: 5px;
    cursor: pointer
}

    .head-box-a:hover {
        background-color: #df4d67;
        color: #fff
    }

.head-box-a-req {
    background-color: #00b47e
}

.head-box-a-call {
    background-color: #eb9a5d
}

@media(max-width: 880px) {
    .home-head-bg {
        width: 100%
    }

    .home-head-back-monitor {
        width: 50%;
        right: 25%;
        top: 50px
    }

    .home-head-front-monitor {
        z-index: 3;
        position: absolute;
        width: 55%;
        right: 25%;
        top: 40px
    }

    .head-box {
        bottom: unset
    }

    .head-box-text {
        font-size: 14px
    }
}

.sec1-content::before, .sec1-content::after, .sec3::before, .sec3::after, .testimonial-sec::before, .testimonial-sec::after, .sec4::before, .sec4::after, .sec1, .footer-row-one, .footer-row-two, .footer-row-three, .sec2title {
    background-image: url('/Images/bgsprite.png')
}

.sec1 {
    height: 150px;
    padding-top: 30px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 -15px 25px #8080804d;
    background-color: #179dba;
    background-position: -0 -337px
}

    .sec1 h1 {
        margin: 0;
        font-size: 40px
    }

@media(max-width: 880px) {
    .sec1 h1 {
        margin: 0;
        padding: 0 20px;
        font-size: 32px;
        line-height: 40px;
        margin-top: -15px
    }
}

.sec1 .text {
    margin-top: 10px;
    font-size: 25px
}

.sec1-content {
    min-height: 372px;
    padding-top: 25px;
    margin-bottom: 100px;
    padding-bottom: 35px;
    box-shadow: 0 15px 25px #8080804d
}

    .sec1-content::before {
        display: block;
        content: " ";
        left: 0;
        top: 0;
        position: absolute;
        background-position: -260px -1029px;
        width: 119px;
        height: 300px
    }

    .sec1-content::after {
        display: block;
        content: " ";
        right: 0;
        bottom: 0;
        position: absolute;
        background-position: -0 -1029px;
        width: 130px;
        height: 198px
    }

.portfolio-item {
    width: 100%;
    height: 224px;
    background-size: cover;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
    border: solid 1px #d2d2d2
}

    .portfolio-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .portfolio-item:hover .portfolio-content {
        top: 0;
        opacity: .95
    }
    .portfolio-item:hover .portfolio-content .info .job {
            opacity:1
        }
.portfolio-content {
    height: 100%;
    width: 100%;
    background: #fff;
    padding: 15px;
    position: absolute;
    top: 110px;
    transition: all .3s;
    opacity: .8
}

    .portfolio-content div {
        padding: 0
    }

    .portfolio-content .logo {
        height: 86px;
        text-align: left
    }

        .portfolio-content .logo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            overflow: hidden;
            object-position: center
        }

    .portfolio-content .info {
        margin-top: 15px
    }

        .portfolio-content .info .name {
            font-size: 18px;
            font-weight: bold
        }

        .portfolio-content .info .job {
            font-size: 13px;
            opacity:0;
            transition:.3s;
        }

.portfolio-content-info {
    text-align: justify;
    margin-top: 20px;
    border-top: solid 1px #525d6433;
    padding-top: 10px !important;
    color: #525d64
}

.sec2 {
    text-align: center;
    margin-bottom: 50px;
    overflow: hidden
}

    .sec2 img {
        width: 100%
    }

.sec2title {
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    margin-top: 15px;
    height: 70px;
    background-color: #eb9a5d;
    color: #000;
    background-position: -0 -0
}

@media(max-width: 880px) {
    .sec2title {
        font-size: 25px
    }
}

.sec3 {
    min-height: 372px;
    padding-top: 25px
}

    .sec3::before {
        display: block;
        content: " ";
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
        background-position: -130px -1029px;
        width: 130px;
        height: 594px
    }

    .sec3::after {
        display: block;
        content: " ";
        right: 0;
        bottom: 100px;
        position: absolute;
        z-index: -1;
        background-position: -379px -1029px;
        width: 50px;
        height: 571px
    }

.service-wrapper {
    margin: 100px 0 25px
}

.service-item {
    height: 200px
}

.service-icon {
    position: absolute;
    top: -20px;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fdb826;
    text-align: center
}

.service-content .title:after {
    content: '';
    height: 1px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: -1;
    background: #00b37e linear-gradient(to right,#00b37e00 0%,#e34d5c 95%)
}

.service-icon i {
    color: #000;
    line-height: 70px;
    font-size: 37px
}

.service-content {
    padding-right: 90px
}

    .service-content .title {
        font-size: 20px;
        font-weight: bold
    }

    .service-content .text {
        line-height: 30px;
        font-size: 16px;
        padding-top: 10px;
        text-align: justify;
        color: #808080
    }

.jupiter-wrapper {
    height: 300px;
    background: #000 url(/images/solarsystem.jpg) no-repeat left;
    text-align: center;
    color: #fff;
    padding-top: 98px
}

    .jupiter-wrapper > div {
        font-size: 25px
    }

@media(max-width: 990px) {
    .jupiter-wrapper {
        text-align: right;
        padding-top: 30px;
        padding-right: 19px
    }

        .jupiter-wrapper > div {
            font-size: 25px
        }
}

.testimonial-sec {
    min-height: 372px;
    padding-top: 25px;
    padding-bottom: 35px
}

    .testimonial-sec::before {
        display: block;
        content: " ";
        left: 0;
        top: 0;
        position: absolute;
        z-index: -1;
        background-position: -572px -1029px;
        width: 44px;
        height: 392px
    }

    .testimonial-sec::after {
        display: block;
        content: " ";
        right: 0;
        bottom: 10px;
        position: absolute;
        z-index: -1;
        background-position: -429px -1029px;
        width: 50px;
        height: 416px
    }

.testimonial-item {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: right
}

.testimonial-icon {
    position: absolute;
    top: -15px;
    right: 5px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fdb826;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    padding: 5px
}

.testimonial-content .name:after {
    content: '';
    width: calc(100% + 50px);
    height: 5px;
    background-color: #fdb826;
    display: block;
    position: absolute;
    bottom: 0;
    right: -50px;
    z-index: -1
}

.testimonial-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.testimonial-content {
    padding-right: 120px
}

    .testimonial-content .name {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 10px
    }

    .testimonial-content .title {
        font-size: 14px;
        padding-top: 5px;
        color: #808080
    }

.testimonial-item .text {
    line-height: 30px;
    font-size: 14px;
    padding: 35px 5px 5px;
    text-align: justify;
    color: #808080
}

.sec4::before {
    display: block;
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background-position: -527px -1029px;
    width: 45px;
    height: 400px
}

.sec4::after {
    display: block;
    content: " ";
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    background-position: -479px -1029px;
    width: 48px;
    height: 400px
}

.sec5::before {
    display: block;
    width: 100px;
    height: 400px;
    content: " ";
    left: 0;
    top: 0;
    position: absolute;
    background: url(/images/trbg8.png) no-repeat 0;
    background-size: contain;
    z-index: -1
}

.sec5::after {
    display: block;
    width: 50px;
    height: 400px;
    content: " ";
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(/images/trbg9.png) no-repeat 0 100%;
    z-index: -1;
    background-size: contain
}

.customers-item:hover span {
    opacity: 1;
    top: 0;
    background: #fff;
    color: #000
}

.customers-item:hover {
    z-index: 9999999999
}

.customers-item img {
    width: 100% !important;
    height: 100px;
    object-fit:contain;
}

.customers-item span {
    transition: all .3s;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff00;
    width: 100%;
    height: 100%;
    color: #ffffff00;
    padding: 5px;
    font-size: 14px;
    z-index: 999999999999;
    margin: 0;
    line-height: 22px
}

.article-item {
    padding: 5px
}

.article-item-same-height {
    height: 400px;
    padding: 5px
}

.article-item img {
    width: 100%
}

.article-item .title {
    background-color: #37b4d3;
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    min-height: 70px
}

.article-item .description {
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    color: #808080
}

.owl-item {
    touch-action: unset !important
}

.owl-layout-wrapper {
    width: 100%;
    text-align: center
}

.owl-layout-web {
    text-align: center;
    /*! padding: 20px 40px; */
    width: 90%;
    margin: auto
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c60500 !important
}

.owl-layout-web .owl-layout-title {
    text-align: center;
    color: #000;
    margin: 0 0 7px 0;
    font-size: 25px
}

.owl-layout-web .owl-carousel .item {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    width: calc(100% - 10px);
    padding: 20px;
    margin: 10px;
    /*! border: solid 1px #ececec; */
    min-height: 400px
}

    .owl-layout-web .owl-carousel .item a {
        transition: .3s
    }

        .owl-layout-web .owl-carousel .item a:hover {
            color: #c60500
        }

    .owl-layout-web .owl-carousel .item .item-img {
        width: 100%;
        height: 100px;
        background-size: cover;
        background-position: center
    }

    .owl-layout-web .owl-carousel .item .item-rank {
        border-top: 1px solid #878787;
        padding: 20px 0 0 0
    }

.owl-layout-web .owl-next, .owl-layout-web .owl-prev {
    width: 40px;
    height: 40px;
    line-height: 49px !important;
    text-align: center;
    font-size: 27px !important;
    font-weight: bold !important;
    position: absolute;
    color: #fff !important;
    transition: all .3s !important;
    background: #37b4d3 !important;
    border-radius: 0 !important
}

    .owl-layout-web .owl-next:hover, .owl-layout-web .owl-prev:hover {
        background-color: #54c1dc !important;
        box-shadow: 0 0 5px #37b4d3
    }

.owl-layout-web .owl-prev {
    left: 44px
}

.owl-layout-web .owl-next {
    left: 0
}

.owl-nav {
    position: unset;
    height: 70px
}

footer {
    background: #fff
}

.footer-row-one {
    padding: 50px 0;
    color: #fff;
    background-color: #e34d5c;
    background-position: -0 -337px
}

    .footer-row-one .contacts {
        text-align: right;
        color: #fff;
        font-size: 15px
    }

        .footer-row-one .contacts .contact {
            margin-bottom: 10px
        }

            .footer-row-one .contacts .contact i {
                margin-left: 15px
            }

    .footer-row-one .links {
        color: #fff;
        font-size: 15px
    }

        .footer-row-one .links .link {
            margin-bottom: 10px
        }

.stand-cell {
    text-align: center;
    padding: 0 10%
}

    .stand-cell .title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold
    }

        .stand-cell .title:after {
            content: '';
            width: 100%;
            height: 3px;
            display: block;
            background-color: #fff;
            margin: 10px auto auto
        }

.footer-row-two {
    margin-top: 10px;
    padding-top: 84px;
    background-color: #37b4d3;
    color: #fff;
    padding-bottom: 20px;
    background-position: -0 -0
}

    .footer-row-two .socials {
        display: inline-block;
        float: right;
        margin-top: -3px
    }

        .footer-row-two .socials .social {
            display: inline-block;
            font-size: 28px;
            float: right;
            margin-left: 10px;
            transition: all .5s
        }

            .footer-row-two .socials .social:hover {
                color: #000
            }

    .footer-row-two .trusts {
        float: right;
        margin-top: -30px;
        margin-bottom: 25px
    }

        .footer-row-two .trusts .trust {
            float: right;
            width: 100px
        }

            .footer-row-two .trusts .trust img {
                width: 100%;
                cursor: pointer
            }

.footer-row-three {
    margin-top: 10px;
    padding-top: 10px;
    color: #fff;
    padding-bottom: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 23px;
    background-color: #000
}

    .footer-row-three img {
        height: 16px;
        display: block;
        margin: auto
    }

.miny-cell {
    text-align: center
}

    .miny-cell .title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: bold;
        display: inline-block;
        margin-left: 30px;
        float: right;
        line-height: 1.42857143
    }

        .miny-cell .title:after {
            content: '';
            width: 3px;
            height: 100%;
            display: block;
            background-color: #fff;
            position: absolute;
            left: -15px;
            top: 0
        }

.stand-cell {
    text-align: center;
    padding: 0 10%
}

    .stand-cell .title:after {
        content: '';
        width: 100%;
        height: 3px;
        display: block;
        background-color: #fff;
        margin: 10px auto auto
    }

@media(max-width: 990px) {
    .miny-cell {
        margin-bottom: 50px
    }

    .footer-row-two .trusts {
        margin-top: 0;
        float: unset;
        text-align: center
    }

    .miny-cell .title:after {
        content: unset
    }

    .miny-cell .title {
        width: 100%;
        margin-bottom: 50px
    }

    .stand-cell .title {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 50px;
        font-weight: bold
    }

    .footer-row-two .trusts .trust {
        margin: unset;
        display: inline-block;
        width: 90px;
        float: unset
    }

    .footer-row-two .socials {
        display: block;
        text-align: center;
        width: 100%
    }

        .footer-row-two .socials .social {
            float: unset;
            display: inline-block
        }
}

.btn-up {
    margin-top: 20px;
    background-color: #f44336;
    color: #fff;
    outline: none;
    border: none;
    transition: .4s;
    font-size: 30px;
    position: fixed;
    bottom: 99px;
    right: 31px;
    z-index: 999;
    width: 60px;
    height: 60px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    display: none
}

    .btn-up:hover {
        background-color: #fff;
        box-shadow: 0 0 20px #e34d5c;
        color: #e34d5c
    }

#wrap {
    margin: 0 auto;
    width: 22%;
    position: absolute;
    height: 900px;
    left: 59%;
    top: 0;
    pointer-events: none;
    z-index: 999
}

#viewport {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    #viewport .smoke {
        position: absolute;
        width: 250px;
        height: 250px;
        background: url('/images/smoke.png') no-repeat;
        bottom: 150px;
        margin-left: 0
    }

.page-h1 {
    text-align: center;
    font-family: IRANSans;
    box-shadow: 0 2px 10px 1px #fff;
    transition: all .5s;
    padding: 20px;
    margin: 0 0 50px;
    font-size: 25px;
    color: #fff;
    background: #37b4d3 url(/images/trbg1.png) no-repeat center fixed;
    background-size: cover
}

.page-head-image {
    width: 100%
}

.page-head-image-mobile {
    width: 100%;
    display: none
}

@media(max-width: 500px) {
    .page-head-image-mobile {
        width: 100%;
        display: block
    }

    .page-head-image {
        width: 100%;
        display: none
    }
}

.page-wrapper {
    margin-top: -5%;
    background: #fff;
    box-shadow: 0 0 50px #9c9c9c;
    padding: 15px
}

.content-header {
    color: #2988a0;
    border-bottom: solid 1px;
    padding-bottom: 10px
}

    .content-header span {
        margin-left: 25px;
        display: inline-block
    }

        .content-header span:after {
            content: '';
            margin-right: 25px;
            font-size: 18px;
            border-left: solid 1px
        }

        .content-header span:last-of-type:after {
            border-left: unset
        }

        .content-header span i {
            margin-left: 5px
        }

@media(max-width: 580px) {
    .content-header span:after {
        border-left: unset
    }
}

.content-area {
    margin-top: 20px;
    line-height: 30px
}

    .content-area p {
        text-align: justify;
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 13px;
        color: #515151
    }

    .content-area h1, .content-area h2, .content-area h3, .content-area h4, .content-area h5 {
        margin-top: 50px
    }

        .content-area h2:first-of-type, .content-area h3:first-of-type, .content-area h4:first-of-type, .content-area h5:first-of-type {
            margin-top: 0
        }

    .content-area h2 {
        font-size: 20px
    }

    .content-area h3 {
        font-size: 18px
    }

    .content-area h4 {
        font-size: 17px
    }

    .content-area h5 {
        font-size: 16px
    }

    .content-area img {
        max-width: 100%;
        height: auto
    }

    .content-area a {
        color: #e34d5c;
        font-weight: bold;
        font-size: 14px
    }

    .content-area strong {
        color: #000
    }

    .content-area blockquote {
        color: #000;
        border: solid 1px #ccc;
        display: block;
        background: #f3f3f3;
        font-style: normal;
        font-family: mjtextlight;
        line-height: 44px;
        padding: 25px;
        position: relative
    }

        .content-area blockquote p {
            font-size: 21px !important;
            text-align: justify;
            margin: 0
        }

            .content-area blockquote p:after, .typing:after {
                animation: blink-caret .5s step-end infinite;
                border-right: 2px solid;
                margin-right: 5px;
                content: ''
            }

@keyframes blink-caret {
    from,to {
        border-color: transparent
    }

    50% {
        border-color: inherit
    }
}

.content-area blockquote:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f040";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: -20px;
    font-size: 35px;
    width: 28px;
    color: #757575;
    font-weight: 100
}

.highlight-list {
    margin-top: 20px;
    font-size: 12px;
    top: 0;
    transition: all .3s;
    position: absolute
}

    .highlight-list div {
        margin-bottom: 5px;
        cursor: pointer;
        background: #e97582;
        padding: 5px;
        width: 100%;
        border-radius: 5px;
        text-align: center;
        color: #fff
    }

.tagItem {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 350px;
    overflow: hidden
}

    .tagItem img {
        width: 100%;
        border: solid 1px #ccc
    }

    .tagItem h2 {
        font-size: 14px;
        color: #3c3c3c
    }

    .tagItem strong {
        text-align: justify;
        display: block;
        font-weight: normal;
        font-size: 13px;
        margin-top: 5px;
        color: #808080
    }

.tagsHolder {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px
}

    .tagsHolder a {
        color: #ababab;
        font-size: 11px;
        font-style: italic
    }

        .tagsHolder a:after {
            content: ",";
            margin-right: 5px;
            margin-left: 5px;
            color: #000
        }

        .tagsHolder a:last-of-type:after {
            content: ""
        }

.categoriesContainer > ul {
    max-height: 1000px !important
}

.showCategory > ul {
    max-height: 1000px !important
}

.categoriesContainer ul {
    overflow: hidden;
    max-height: 0;
    padding-right: 0;
    transition: 1s all
}

    .categoriesContainer ul li {
        display: block;
        background-color: #fff
    }

.categoryshowhidepointer {
    cursor: pointer;
    color: #000
}

.categorybg {
    background-color: #4abbd6;
    padding: 5px;
    margin-top: 10px;
    transition: .5s all;
    color: #fff;
    text-align: center;
    border-bottom: solid 5px #b22222;
    border-radius: 5px;
    background: linear-gradient(to right,#e34d5c 0%,#eb828e 95%)
}

.categoriesContainer .active {
    color: #fff;
    background: linear-gradient(to left,#5cc1da 0%,#6dc8de 95%);
    border-bottom: solid 5px #328aa0
}

.pagination > li > a, .pagination > li > span {
    color: #2db2c1
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2db2c1;
    box-shadow: 0 0 5px #bfbfbf
}

.smallTitle {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #ececec;
    padding: 10px 0;
    color: #fff;
    background: #e34e5d url(/images/trbg1.png) no-repeat center;
    background-size: cover;
    border-radius: 5px
}

.pr-logo {
    max-width: 100%;
    max-height: 50px
}

.pr-h1 {
    font-size: 25px
}

.pr-color-box {
    display: inline-flex;
    align-items: center;
    margin-left: 15px
}

.pr-color {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 50%
}

.pr-tech-item {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #b9b9b9;
    padding: 5px;
    border-radius: 5px;
    background: #efefef;
    color: #000;
    font-family: arial
}

    .pr-tech-item i {
        font-size: 17px;
        margin-left: 15px;
        color: #e34d5c
    }

.pr-technical-row {
    background: #fff;
    margin-top: 50px
}

.pr-testimonial-row {
    background: #2eb57d;
    margin-top: 15px;
    margin-bottom: 15px;
    z-index: 0;
    color: #000;
    padding: 20px 0;
    text-align: center;
    border-radius: 25px
}

    .pr-testimonial-row img {
        border-radius: 50%;
        padding: 5px;
        background: #000
    }

    .pr-testimonial-row .name {
        font-size: 20px;
        margin-bottom: 5px
    }

    .pr-testimonial-row .title {
        font-size: 13px;
        font-style: italic;
        margin-bottom: 50px
    }

    .pr-testimonial-row .text {
        margin-bottom: 5px;
        line-height: 32px;
        font-size: 16px;
        padding: 0 50px
    }

        .pr-testimonial-row .text:after {
            content: '';
            font-size: 50px;
            position: absolute;
            bottom: -20px;
            left: 0;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            opacity: 0
        }

        .pr-testimonial-row .text:before {
            content: '';
            font-size: 50px;
            position: absolute;
            top: -38px;
            right: 22px;
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            opacity: .2
        }

.pr-technical-col {
    margin-bottom: 50px
}

.pr-sc-item {
    height: 250px;
    overflow: hidden;
    margin-bottom: 15px;
    box-shadow: 0 0 15px gainsboro;
    border-radius: 25px
}

    .pr-sc-item img {
        width: 100%;
        animation: moveSlideshow 100s linear infinite
    }

.pr-page-wrapper {
    border-radius: 20px;
    margin-bottom: 5vh;
    margin-top: 5vh;
    background: rgba(255,255,255,.9)
}

.pr-mookup {
    width: 100%;
    height: auto;
    border-radius: 20px
}

.pr-technical-title {
    font-size: 20px;
    margin-bottom: 20px
}

.pr-page-head-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    margin-top: -68px
}

@media(max-width: 880px) {
    .pr-page-wrapper {
        border-radius: 0
    }

    .pr-h1 {
        text-align: center
    }
}

@keyframes moveSlideshow {
    50% {
        transform: translateY(calc(-100% + 250px))
    }

    100% {
        transform: translateY(0)
    }
}

.pr-seo-word-box {
    display: inline-block;
    cursor: pointer;
    width: 200px;
    margin-top: 20px;
    height: 30px
}

    .pr-seo-word-box i {
        color: #fff;
        background: #e34d5c;
        height: 30px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        border-radius: 0 50% 50%
    }

    .pr-seo-word-box span {
        background: #37b4d3;
        color: #fff;
        padding: 5px 15px;
        position: absolute;
        border-radius: 10px 0 10px 0;
        margin-right: 33px
    }

.pr-seo-word {
    transition: all .2s;
    display: block;
    position: relative;
    top: 0;
    right: 0
}

.pr-seo-word-box:hover .pr-seo-word-link {
    opacity: 1;
    right: 0
}

.pr-seo-word-box:hover .pr-seo-word {
    opacity: 0;
    right: 200px
}

.pr-seo-word-link {
    transition: all .2s;
    top: 0;
    right: 50%;
    opacity: 0;
    color: #fff;
    height: 30px;
    border-radius: 10px 0 10px 0;
    position: absolute;
    display: block;
    width: 200px
}

    .pr-seo-word-link span {
        background: #2eb57d
    }

    .pr-seo-word-link i {
        background: #404040
    }

.phonering-alo-phone {
    position: fixed;
    bottom: -50px;
    left: -40px;
    width: 100px;
    height: 200px;
    z-index: 99999
}

.phonering-alo-phone-chat {
    right: 50px;
    left: unset
}

.phonering-alo-phone.phonering-alo-static {
    opacity: .6
}

.phonering-alo-phone.phonering-alo-hover, .phonering-alo-phone:hover {
    opacity: 1
}

.phonering-alo-ph-circle {
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    border-radius: 100% !important;
    border: 2px solid rgba(30,30,30,.4);
    border: 2px solid #bfebfc 9;
    opacity: .1;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 1.1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {
    -webkit-animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: phonering-alo-circle-anim 2.2s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone:hover .phonering-alo-ph-circle {
    border-color: #00aff2;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color: #38921c;
    border-color: #38921c;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {
    border-color: #38921c57;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {
    border-color: #38921c;
    opacity: .5
}

.phonering-alo-ph-circle-fill {
    width: 100px;
    height: 100px;
    top: 50px;
    left: 50px;
    position: absolute;
    background-color: #c60500;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(117,235,80,.5);
    background-color: #38921c;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color: #38921c
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color: rgba(204,204,204,.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color: rgba(49,125,25,.5);
    opacity: .75 !important
}

.phonering-alo-ph-img-circle {
    width: 60px;
    height: 60px;
    top: 70px;
    left: -30px;
    position: absolute;
    background: rgba(30,30,30,.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius: 100% !important;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important;
    animation: phonering-alo-circle-img-anim 0 infinite ease-in-out !important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color: #38921c
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color: #38921c;
    background-color: #38921c 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color: #38921c;
    transition: all 1s
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle, .phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color: #ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color: #38921c
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
}

.adminEditInline {
    transition: all 1s;
    text-align: center;
    display: inline-block;
    position: absolute;
    z-index: 9999;
    font-size: 18px;
    left: 0;
    opacity: .5;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    text-align: center;
    color: #06f !important;
    padding: 1px;
    line-height: 25px;
    background-color: rgba(191,216,254,.7);
    margin-top: 5px;
    top: 0
}

    .adminEditInline:before {
        content: "\f040";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        font-weight: 900
    }

    .adminEditInline:hover {
        opacity: 1;
        border-radius: 50px;
        background-color: #b5d2ff;
        text-shadow: none
    }

    .adminEditInline *:hover {
        background-color: transparent !important;
        display: block;
        width: 100%;
        height: 100%
    }

    .adminEditInline * {
        font-size: 25px;
        display: block;
        color: #02ff00 !important;
        text-shadow: black 1px 1px 0;
        padding: 1px !important;
        width: 100%;
        height: 100%
    }

.showhideadmin {
    width: 50px;
    height: 50px;
    position: fixed;
    background-color: #000;
    left: 10px;
    bottom: 200px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 5px black;
    transition: 1s all;
    padding-top: 10px
}

.admin_true {
    border: solid 1px #b90d1b;
    box-shadow: 0 0 3px #b90d1b
}

.commentContainer {
    border-radius: 5px;
    padding: 0 !important;
    padding-right: 50px !important;
    position: relative
}

.commentSingleContainer {
    transition: all 5s;
    border-radius: 5px;
    position: static
}

.commentArea {
    background: #f5f5f5
}

.commentTop {
    border-bottom: solid 1px #f1f1f1;
    height: 30px;
    padding: 5px
}

.commentDate {
    font-size: 10px;
    color: #d3d3d3;
    text-align: left
}

.commentTools {
    color: #c7c7c7;
    border-top: solid 1px #f1f1f1;
    height: 30px;
    padding: 5px !important
}

.scoreSpan {
    font-family: irsans
}

.commentTools > button {
    background-color: rgba(0,0,0,0);
    border: none;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    display: inline-block
}

.commentText {
    padding: 5px !important
}

.commentReply {
    color: #797979;
    font-size: 12px;
    position: relative;
    cursor: pointer
}

    .commentReply:after {
        content: "ÃƒÂ¯Ã‚ÂÃ‚Â¥";
        font-family: "Font Awesome 6 Pro";
        color: #f00;
        font-size: 20px;
        position: absolute;
        font-weight: 900;
        top: -5px;
        left: -25px
    }

.captchaHolder {
    position: relative
}

    .captchaHolder > input:focus + img {
        opacity: 1
    }

    .captchaHolder > img {
        position: absolute;
        top: 1px;
        left: 1px;
        height: 38px;
        opacity: .2;
        transition: 1s all
    }

.commentUserImage {
    background-size: cover;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #cecece;
    border-radius: 5px;
    right: 5px;
    top: 5px;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    color: #757575;
    box-shadow: 0 0 3px #cacaca;
    text-shadow: 0 0 3px #797979
}

.commentBox {
    background: #fff;
    box-shadow: 0 0 3px #cacaca;
    border-radius: 5px;
    margin: 5px;
    position: static
}

.mediumTitle {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 5px;
    text-align: center !important
}

.largeTitle {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 5px
}

.textBox {
    border: solid 1px rgba(142,170,77,.29);
    padding: 5px;
    min-height: 40px;
    width: 100%;
    margin-bottom: 30px
}

.button {
    border: solid 1px #1da7ca;
    padding: 5px;
    min-height: 40px;
    width: 100%;
    margin-bottom: 30px;
    background-color: #37b4d3;
    color: #ededed;
    transition: 1s all;
    padding-left: 20px;
    padding-right: 20px
}

    .button:hover {
        min-height: 40px;
        width: 100%;
        margin-bottom: 30px;
        background-color: #fff;
        box-shadow: 0 0 5px #37b4d3;
        color: #37b4d3
    }

.disabled {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: .6;
    pointer-events: none
}

input:invalid {
    border-color: rgba(255,0,0,.35)
}

.height200 {
    height: 200px
}

.signContainer {
    background-color: #293135;
    text-align: center;
    line-height: 30px;
    padding-top: 5px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    color: #fff;
    font-size: 12px
}

    .signContainer a {
        color: #f44336;
        transition: all .3s
    }

        .signContainer a:hover {
            color: #fff
        }

    .signContainer img {
        height: 16px;
        display: block;
        margin: auto
    }

.msgboxgreen {
    position: fixed;
    width: 30%;
    background-color: #84b91c;
    color: #000;
    left: 35%;
    top: 5%;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    font-family: IRANSans;
    border: solid 4px rgba(255,255,255,.64);
    box-shadow: 0 0 10px #84b91c;
    direction: rtl;
    z-index: 1000001
}

.msgboxred {
    position: fixed;
    width: 30%;
    background-color: #e00000;
    color: #fff;
    left: 35%;
    top: 5%;
    text-align: center;
    font-size: 20px;
    padding: 20px;
    font-family: IRANSans;
    border: solid 4px rgba(255,255,255,.64);
    box-shadow: 0 0 10px #e00000;
    direction: rtl;
    z-index: 1000001
}

.extra-pages {
    padding: 0;
    display: block;
    width: 100%;
    margin: 40px 0
}

    .extra-pages li {
        display: inline-block;
        margin: 5px;
        width: calc(24% - 13px);
        padding: 5px
    }

.modal {
    text-align: center;
    z-index: 9999999999
}

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal-footer {
    text-align: left
}

    .modal-footer .btn {
        margin-left: 15px
    }

.modal-title {
    text-align: right;
    width: 90%
;display: flex;}

.modal-header .close {
    position: absolute;
    left: 15px
}

.req-banner {
    background-image: url("/images/req.jpg");
    height: 317px;
    background-position: right
}

#reqModal legend {
    padding-bottom: 10px;
    font-size: 18px;
    padding-top: 10px;
    background: #fbfbfb;
    padding-right: 15px;
    border: none;
    border-right: solid 2px #69d1da;
    border-left: solid 2px #69d1da;
    margin-top: 15px;
    border-radius: 5px;
    text-align: center
}

#reqModal .modal-content {
    border-radius: 0;
    border: unset;
    z-index: 0
}

#reqModal input {
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    color: #69656f;
    font-size: 13px;
    padding: 20px 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px
}

    #reqModal input:focus {
        outline: none !important;
        box-shadow: unset
    }

#req-btn {
    padding: 9px 20px;
    margin-bottom: 15px;
    font-size: 13px;
    background-color: #00b47e;
    margin-right: 5px
}

#req-cancel-btn {
    padding: 9px 20px;
    margin-bottom: 15px;
    font-size: 13px;
    background-color: #a5a5a5
}

#reqModal .modal-body {
    padding: 0
}

.contact-row {
    margin-bottom: 10px;
    box-shadow: 1px 1px 5px #cecece;
    border: solid 1px #dedede;
    background-color: #fff
}

.contact-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    float: right;
    line-height: 55px;
    color: #fff;
    font-size: 27px;
    transition: all .3s
}

.contact-content {
    display: inline-block;
    height: 50px;
    float: right;
    width: calc(100% - 50px);
    background-color: #fff;
    padding-right: 15px;
    padding-top: 15px;
    overflow: hidden;
    transition: all .3s
}

    .contact-content a {
        display: block;
        direction: ltr !important;
        text-align: right;
        font-size: 15px;
        margin-bottom: 15px
    }

.blue {
    background: linear-gradient(-50deg,#569ec7 0,#6fb6de 100%)
}

.orange {
    background: linear-gradient(-50deg,#e27b42 0,#fdbf7b 100%)
}

.green {
    background-color: #2b902b
}

.red {
    background-color: #6b2929;
    background: linear-gradient(-50deg,#bb1717 0,#ff8c8c 100%)
}

.yellow {
    background: linear-gradient(-50deg,#af9900 0,#c3b400 100%)
}

.purple {
    background: linear-gradient(-50deg,#af0081 0,#f09 100%)
}

.intro .owl-carousel .item {
    width: 100%;
    /* padding: 50px 0 50px 0 !important; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: #000;
    text-align: right;
}
.intro .owl-carousel .item img {
    width: 100%;
height:auto;

}
.intro .owl-carousel .item .container {
position:absolute;
top:200px;
left:0;
width:100%;

}
    .intro .owl-carousel .item::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(0,0,0,.5);
        top: 0;
        left: 0;
    }

.intro .owl-carousel .text {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    color: #fff;
    font-weight: 900;
    z-index: 2
}

.intro .owl-carousel .text-editor {
    color: #fcf8e3;
}

.intro .owl-nav {
    font-size: 15px;
    position: absolute;
    top: calc(50% - 22px);
    width: 100%
}

    .intro .owl-nav button {
        position: absolute;
        background: rgba(0,0,0,.4) !important;
        width: 45px;
        height: 45px;
        text-align: center;
        padding-left: 2px !important;
        line-height: 50px !important;
        transition: .4s
    }

        .intro .owl-nav button:hover {
            background: #000 !important
        }

    .intro .owl-nav .owl-prev {
        right: 0
    }

    .intro .owl-nav .owl-next {
        left: 0
    }

    .intro .owl-nav button i {
        color: #fff
    }

.links-header {
    margin-top: -155px;
    z-index: 3
}

.flip-card {
    height: 125px;
    margin-bottom: 30px;
    overflow: hidden
}

.main-contact-front {
    padding-top: 65px;
    border-bottom: 2px solid;
    background: rgba(41,41,41,.7)
}

.title-main-links-header {
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
}

.content-main-links-header {
    font-size: 12px;
    color: #ffffff;
}

.img-links-header {
    color: #fff;
    position: absolute;
    left: 35px
}

.box-contact i {
    font-size: 35px;
    color: #fff
}

.main-contact-back {
    padding-top: 65px
}

.main-contact-back, .main-contact-front {
    width: 100%;
    height: 125px;
    backface-visibility: hidden;
    padding: 25px
}

    .main-contact-back .content-box-back {
        text-align: justify;
        padding: 0 20px 0 20px;
        line-height: 30px
    }

.box-contact {
    width: 100%;
    height: 125px;
    transition: .8s;
    margin-top: -125px
}

.flip-card:hover .box-contact {
    margin-top: 0
}

@media(max-width: 995px) {
    .main-contact-back, .main-contact-front {
        display: block !important;
        padding: 10px
    }

    .box-contact {
        text-align: center
    }

    .img-links-header {
        margin-left: unset
    }

    .title-main-links-header {
        font-size: 18px;
        line-height: 25px
    }

    .box-contact i {
        font-size: 30px
    }

    .img-links-header {
        position: unset;
        left: unset
    }
}

@media(max-width: 760px) {
    .links-header {
        margin-top: 40px
    }
}

.d-flex {
    display: flex
}

.mrc-btn {
    background: unset;
    border: none;
    width: 100%
}

.mrc-shadow {
    pointer-events: none;
    position: absolute;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(14%,#fff),to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(bottom,#fff 14%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(bottom,#fff 14%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to top,#fff 14%,rgba(0,0,0,0) 100%)
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1, .my-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2, .mx-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3, .mx-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.pr-1, .px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.pl-2, .px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.box-search {
    position: fixed;
    background: rgba(33,33,33,.95);
    box-sizing: border-box;
    z-index: 9999999999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    min-height: 100%
}

.close-search {
    position: absolute;
    top: 65px;
    right: 10%;
    font-size: 30px;
    color: #fff !important;
    cursor: pointer;
    z-index: 90
}

.form-search {
    height: 65px;
    position: relative;
    margin-top: 0;
    z-index: 3;
    width: 100%;
    top: 50vh;
}

.input-search {
    color: #fff;
    font-size: 20px;
    border: unset;
    border-bottom: solid 1px gray;
    background: transparent;
    height: inherit;
    width: 80%;
    text-align: right;
    position: absolute;
    right: 10%;
    transition: .5s;
}

    .input-search:focus {
        border-bottom: solid 1px white;
    }

.form-search i {
    font-size: 30px;
    color: #fff;
    top: 25px;
    position: absolute;
    left: 10%;
    cursor: pointer
}
