﻿@font-face {
    font-family: Shabnam;
    src: url('../../../fonts/Samim-persian-digits-overwrite.eot');
    src: url('../../../fonts/Samim-persian-digits-overwrite.woff') format('embedded-opentype'), url('../../../fonts/Samim-persian-digits-overwrite.woff') format('woff'), url('../../../fonts/Samim-persian-digits-overwrite.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: ShabnamBold;
    src: url('../fonts/shabnam/Shabnam-Bold.eot');
    src: url('../fonts/shabnam/Shabnam.woff') format('embedded-opentype'), url('../fonts/shabnam/Shabnam.woff') format('woff'), url('../fonts/shabnam/Shabnam.ttf') format('truetype');
    font-weight: normal;
}



@font-face {
    font-family: Opens_Sans;
    src: url('../fonts/Open_Sans/OpenSans-Bold.eot');
    src: url('../fonts/Open_Sans/OpenSans-Bold.woff') format('embedded-opentype'), url('../fonts/Open_Sans/OpenSans-Bold.woff') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Badr;
    src: url('../fonts/badr/BBadr.eot');
    src: url('../fonts/badr/BBadr.woff') format('embedded-opentype'), url('../fonts/badr/BBadr.woff') format('woff'), url('../fonts/badr/BBadr.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: Baran;
    src: url('../fonts/baran/BBaran.eot');
    src: url('../fonts/baran/BBaran.woff') format('embedded-opentype'), url('../fonts/baran/BBaran.woff') format('woff'), url('../fonts/baran/BBaran') format('truetype');
    font-weight: normal;
}


/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    font-family:Shabnam!important;
}

    /*Lithe theme color */
    body[data-theme='light'] {
        background-color: #fff;
        color: #000;
    }

        body[data-theme='light'] a.nav-link, p.font_2 {
            color: #fff !important;
        }

        body[data-theme='light'] p.font_2 {
            color: #fff !important;
        }

    /*Drak theme*/
    body[data-theme='dark'] {
        background-color: #000;
        color: #fff;
    }

        body[data-theme='dark'] section {
            background-color: #000;
            color: #fff;
        }

}

body[data-theme='dark'] div.p-4 {
    background: #000;
    color: #fff;
}

body[data-theme='dark'] h2, a.nav-link, p.font_2 {
    color: #fff !important;
}

body[data-theme='dark'] #svg {
    display: none
}

body[data-theme='dark'] .title_middle {
    color: #cae2ff;
}

    body[data-theme='dark'] .title_middle::after {
        color: #b2d4ff;
    }

body[data-theme='dark'] button.btn-outline-light {
    box-shadow: none
}

body[data-theme='dark'] .bg-light.scrolled_nav {
    background: #000000a8 !important;
}
body[data-theme='dark'] footer {
    background: #494949a8 !important;
}

    body[data-theme='dark'] footer section {
        border-bottom: 1px solid #1e1e1e !important;
    }
body[data-theme='dark'] .title_middle_ {
    color: #d9ecff;
}
body[data-theme='dark'] .carousel-caption h2::after {
    background:#fff;
}

.theme-switcher {
    position: absolute;
    right: 30px;
    top: 24px;
}

#switcher {
    width: 0;
    height: 0;
    visibility: hidden;
}
/*
#lbl_switch {
    cursor: pointer;
    display: block;
    text-indent: -9999px;
    height: 23px;
    width: 48px;
    background-color: aliceblue;
    border-radius: 50px;
    position: relative;
    transition: 1s ease background-color;
    top:-16px;
}*/

 /*   #lbl_switch::after {
        position: absolute;
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 50px;
        background: #00a2fa;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        transition: 1s ease;
    }*/

/*#switcher:checked + #lbl_switch {
    background-color: #000;
}

#switcher:checked + #lbl_switch::after {
    background-color: #fff;
    left: calc(100% - 25px);
}*/
.btn-tp {
    text-align: center;
    margin-top: 55px;
}
li a:focus {
    outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}
/*BoxSizing*/
*, :after, :before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/*End-BoxSizing*/
/*@media screen*/

@media (max-width: 991.98px) {
    body[data-theme='dark'] .text-block {
        display: none
    }

    #larg {
        display: none;
    }

    #small {
        display: block !important;
    }

    .img_gif-person {
        width: 100% !important;
        text-align: center !important
    }

    .img_gif {
        width: 100% !important;
        text-align: center !important
    }

    .mobile_ {
        width: 100% !important
    }
    /* div.text-block img {
        font-size: 11px !important;
    }*/
    /*
        div.text-block h5 {
            font-size: 11px !important;
        }*/
    #navbarSupportedContent ul li a {
        font-size: 16px !important;
        color: black !important;
        margin-top: 10px !important;
        font-family: ShabnamBold;
    }

    #main_navbar {
        /*    height:100%!important*/
        background: #FFF !important;
        color: #fff !important
    }

    /* .navbar-collapse {
        height: 100vh;
    }*/



    .navbar-nav {
        background: #fff !important
    }
}

.svg_ {
    width: 68%;
    text-align: center
}

@media (max-width: 1199px) {

    div.text-block {
        margin-top: 42px;
    }

        div.text-block p {
            font-size: 11px
        }
}


#small {
    display: none;
}

@media (min-width: 926px) and (max-height: 666px) {

    .carousel-caption h2 {
        z-index: 6;
        font-family: Montserrat;
        text-align:;
        height: auto;
        color: rgb(0, 0, 0);
        text-decoration: none;
        white-space: normal;
        width: 100%;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        letter-spacing: 5px;
        font-weight: 681;
        font-size: 2vw;
        padding-bottom: 10px;
        transform-origin: 50% 50% 0px;
        opacity: 1;
        transform: translate(0px);
        visibility: visible;
        text-align: center;
        top: -5px;
        margin-top: -195px;
      right: -16px!important;
    }

}

@media (min-width: 300px) and (max-width: 374px) {





        .card.gray img {
            width: 35% !important
        }

        .theme-switcher {
            position: absolute;
            right: 85px;
            top: 16px;
        }

        img.dispp {
            display: block !important;
        }

        img.dispp2 {
            display: none !important
        }

        .full-width__ h5 {
            font-size: 7vw !important;
        }

        button.btn-outline-light {
            background: #fff !important;
            color: #000 !important;
            width: 43% !important;
            margin: 0 auto !important;
            margin-top: 0px !important;
            position: relative !important;
            height: 41px !important;
            left: 25% !important;
        }

        .bg_certif {
            width: 100%;
            height: 618px;
        }

        .carousel-caption h2 {
            font-family: Montserrat;
            height: auto;
            color: rgb(255, 255, 255) !important;
            text-decoration: none;
            white-space: normal;
            width: 56% !important;
            min-height: 0px;
            min-width: 0px;
            max-height: none;
            max-width: none;
            letter-spacing: 0px;
            font-weight: 700;
            font-size: 4vw !important;
            padding-bottom: 21px !important;
            transform-origin: 50% 50% 0px;
            opacity: 1;
            transform: translate(0px);
            visibility: visible;
            text-align: center;
        }

        div.text-block p {
            position: absolute;
            right: 0;
            left: 0;
            margin-top: 44px;
            font-size: 7px;
        }

        div.text-block {
            position: absolute !important;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            padding: 0 !important;
            margin-top: 56px !important;
            font-family: Montserrat;
            color: #000;
            font-size: 4px;
            text-align: center;
        }
    }

    img.dispp {
        display: none;
    }

@media (min-width: 812px) and (max-height: 640px) {
    .carousel-caption h2 {
        margin-top: -131px!important;
    }
}

    @media (min-width: 375px) and (max-width: 1000px) {

        .card.gray img {
            width: 35% !important
        }

        .theme-switcher {
            position: absolute;
            right: 85px;
            top: 16px;
        }

        button.btn-outline-light {
            background: #fff !important;
            color: #000 !important;
            width: 43% !important;
            margin: 0 auto !important;
            margin-top: 0px !important;
            position: relative !important;
            height: 41px !important;
            left: 6% !important;
        }

        button.btn-outline-light2 {

            width: 43% !important;
            margin: 0 auto !important;
            margin-top: 0px !important;
            position: relative !important;
            height: 41px !important;
     
        }

        .full-width__ h5 {
            font-size: 7vw !important;
        }

        .bg_certif {
            width: 100%;
            height: 618px;
        }



        .carousel-caption h2 {
            font-family: Montserrat;
            height: auto;
            color: rgb(255, 255, 255) !important;
            text-decoration: none;
            white-space: normal;
            width: 56% !important;
            min-height: 0px;
            min-width: 0px;
            max-height: none;
            max-width: none;
            letter-spacing: 0px;
            font-weight: 700;
            font-size: 4vw !important;
            padding-bottom: 21px !important;
            transform-origin: 50% 50% 0px;
            opacity: 1;
            transform: translate(0px);
            visibility: visible;
            text-align: center;
        }
    }

    @media (min-width: 375px) and (max-width: 896px) {
        .theme-switcher {
            position: absolute;
            right: 85px;
            top: 16px;
        }

        /*    .full-width__ h5{
        font-size:7vw!important;
    }*/
        #larg {
            display: none;
        }

        #small {
            display: block !important;
        }

        div.text-block {
            padding: 0px !important;
            margin-top: 65px !important;
        }

            div.text-block p {
                font-size: 7px
            }

        /*    .img_absol {
        display: none !important
    }*/

        .img_gif {
            text-align: center;
        }

        /*   .full-width__ {
        display: none !important
    }*/

        .carousel-caption h2 {
            padding-top: 8.25rem !important
        }




        svg .svg_ {
            width: 100% !important;
        }

        .carousel-item {
            height: 65vh !important;
            min-height: 300px !important;
        }



        .txt-footer_ {
            font-size: 12px !important;
            font-family: ShabnamBold;
        }

        /*    .full-width__ {
        background-color: transparent !important
    }

        .full-width__ h5 {
            position: absolute;
            right: 0;
            left: 0;
            color: #fff;
            font-size: 15px !important;
            width: 50%;
            border-bottom: 2px solid #eaeaea;
            text-align: center;
            margin: 0 auto;
            top: 40px
        }*/

        .img_gif {
            width: 100%;
            margin-right: 0;
        }

        .img_gif-person {
            width: 100%;
            margin-right: 0;
        }

        .img_gif img {
            margin-right: 0;
        }

        .img_gif-person img {
            margin-right: 0;
        }


        .mobile_ {
            width: 100% !important
        }

        .carousel-caption {
            top: 100px !important
        }


        .width_ {
            width: 100% !important;
            padding: 10px !important;
        }

        .width__ {
            width: 100% !important;
            padding: 10px !important;
        }
    }
    /*end media*/
    div.text-block {
        position: absolute !important;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        margin-top: 71px;
        font-family: Montserrat;
        color: #fff;
        font-weight: bold;
        font-size: 1vw;
        text-align: center;
    }

        div.text-block h5 {
            position: absolute;
            right: 0;
            left: 0;
            color: #fff;
            font-weight: bold;
        }

        div.text-block p {
            position: absolute;
            right: 0;
            left: 0;
            margin-top: 44px;
            color: #fff;
            font-weight: bold;
            font-size:12px;
        }

    .bg-light {
        background-color: none !important
    }

    .carousel-item {
        height: 100vh;
        min-height: 300px;
    }


    .carousel-caption {
        position: absolute;
        left: 15%;
        bottom: 1.25rem;
        right: 15%;
        color: #fff;
        text-align: center;
        top: 249px;
        padding-bottom: 0 !important
    }

        .carousel-caption h5 {
            font-size: 45px;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-top: 25px;
        }

        .carousel-caption a {
            text-transform: uppercase;
            text-decoration: none;
            background: #ffffffa6;
            display: inline-block;
            color: #000;
        }

    .navbar-nav {
        position: relative;
        margin: 0 auto;
    }

        .navbar-nav a {
            font-size: 13.4px;
            text-transform: uppercase;
            font-weight: 500;
            color: #000;
            font-family: ShabnamBold;
        }

        .navbar-nav ul li a {
            font-size: 14.3px !important;
            text-transform: uppercase;
            color: #000 !important;
            font-family: ShabnamBold !important;
            /*        text-align: center;*/
            padding: 10px
        }


    .navbar-light .navbar-brand {
        color: #fff;
        font-size: 25px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 2px;
    }

        .navbar-light .navbar-brand :focus,
        .navbar-light .navbar-brand:hover {
            color: #000;
        }

    .navbar-light .navbar-nav .nav-link {
        color: #000;
    }

        .navbar-light .navbar-nav .nav-link:focus,
        .navbar-light .navbar-nav .nav-link:hover {
            color: #000;
        }

    .w-100 {
        height: 100vh;
    }


    .line_right {
        width: 100%;
        height: 2px;
        background: #000
    }

    .line_Left {
        width: 100%;
        height: 2px;
        background: #000
    }

    .text_titel {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        font-family: Shabnam;
    }

    .first_title {
        margin-top: 20px;
    }

    .txt_justify {
        text-align: justify;
        font-family: Shabnam;
        margin-top: 33px;
        margin-bottom: 30px;
        line-height: 35px;
        font-size: 14px;
    }



    .txt_Tit {
        text-align: center;
        font-family: ShabnamBold;
        margin-top: 33px;
        margin-bottom: 30px;
        line-height: 35px;
        font-size: 16px;
    }

    .mobile_ p {
        font-family: ShabnamBold !important;
        line-height: 34px;
        text-align: justify;
        font-size: 14.4px;
    }


    .pad {
        padding-right: 170px;
        padding-left: 170px;
    }

    .box_middle_ {
        margin-top: 50px !important;
        border: none;
        border-radius: 66px !important;
        /* box-shadow: 10px 10px 10px #cccccced!important;*/
        margin-bottom: 80px;
    }

        .box_middle_ p {
            font-family: ShabnamBold !important;
            line-height: 34px;
            text-align: justify;
            font-size: 14.4px;
        }

    .box_middle p {
        font-family: Shabnam !important;
        line-height: 34px;
        text-align: justify
    }

    .box_middle {
        box-shadow: 0px 0px 16px #ececec;
        margin-top: 50px !important;
        border: none;
        border-radius: 15px !important;
    }

    .box_middle_ShowPage {
        box-shadow: 0px 0px 9px #e8e8e8;
        margin-top: 50px;
        border: none;
        border-radius: 15px;
        margin-bottom: 80px
    }

    .c-new-tt {
        position: relative;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .c-new-ttn {
        position: relative;
        text-align: center;
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

        .c-new-ttn span::after {
            position: absolute;
            content: "";
            border: none;
            clear: both;
            display: block;
            overflow: hidden;
            margin: 5px 0;
            top: 25px;
            content: " ";
            display: block;
            height: 2px;
            margin: 15px 0 20px;
            width: 58%;
            text-align: center;
            left: 24%;
        }

.c-new-tt span::after {
    position: absolute;
    border:;
    clear: both;
    display: block;
    overflow: hidden;
    margin:;
    top: -3px;
    content: " ";
    display:;
    height: 2px;
    margin: 15px 0 20px;
    width: 33%;
    text-align: center;
    right: -27%;
    border: 2px solid #ffd944;
}
    }

    .carousel-caption {
        bottom: 1.25rem !important;
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
        color: #000 !important;

    }

        .carousel-caption h2 {
            z-index: 6;
            font-family: Montserrat;
            text-align:;
            height: auto;
            color: rgb(0, 0, 0);
            text-decoration: none;
            white-space: normal;
            width: 100%;
            min-height: 0px;
            min-width: 0px;
            max-height: none;
            max-width: none;
            letter-spacing: 0px;
            font-weight: 700;
            font-size: 2vw;
            padding-bottom: 10px;
            transform-origin: 50% 50% 0px;
            opacity: 1;
            transform: translate(0px);
            visibility: visible;
            text-align: center;
        }

            .carousel-caption h2::after {
                position: absolute;
                content: " ";
                border: none;
                clear: both;
                display: block;
                overflow: hidden;
                background: #f4da09;
                content: " ";
                display: block;
                height: 3px;
                margin: 15px 0 20px;
                width: 15%;
                text-align: center;
                left: 52%;
            }

        .carousel-caption p {
            font-weight: 500;
            z-index: 6;
            font-family: Montserrat;
            margin-right: -24%;
        }

    .mg_tt div.btn_arow {
        margin-bottom: 20px;
    }

    .c-new-tt::before {
        /*    position: absolute;
        content: "";
        border: none;
        height: 3px;
        width: 100%;
        clear: both;
        display: block;
        overflow: hidden;
        background: #ebebeb;
        background: -ms-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -o-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -moz-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -webkit-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        margin: 5px 0;
        top: 12px;*/
    }

    .c-new-tt::after {
        /*  position: absolute;
        content: "";
        border: none;
        height: 3px;
        width: 100%;
        clear: both;
        display: block;
        overflow: hidden;
        background: #ebebeb;
        background: -ms-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -o-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -moz-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -webkit-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        margin: 5px 0;
        top: 12px;*/
    }

    .d-flex div {
        /*  border-right-width: 5px;
    border-right-style: solid;*/
        padding-left: 4px;
    }

.img_absol {
    position: relative;
    text-align: center;
    z-index: 1000;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    left:;
    top: 66%;
    width: 100%;
    padding: 50px;
    margin-top:;
}

    .c-new-tt_ {
        position: relative;
        text-align: center;
        font-size: 20px !important;
        margin-top: 110px !important;
        margin-bottom: 74px;
    }
    /*img.img-thumbnail {
        -webkit-filter: grayscale(100%) !important;   
    filter: grayscale(100%) !important;
            transition: ease-in 0.6s;
        -webkit-filter: grayscale(0%) !important;  
        filter: grayscale(0%) !important;
}
img.img-thumbnail:hover {
    transition: ease-in 0.6s !important;
    -webkit-filter: grayscale(0%) !important;
    filter: grayscale(0%) !important;
}*/
    /* .c-new-tt_::before {
        position: absolute;
        content: "";
        border: none;
        height: 3px;
        width: 100%;
        clear: both;
        display: block;
        overflow: hidden;
        background: #ebebeb;
        background: -ms-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -o-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -moz-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -webkit-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        margin: 5px 0;
        top: 12px;
    }

    .c-new-tt_::after {
        position: absolute;
        content: "";
        border: none;
        height: 3px;
        width: 100%;
        clear: both;
        display: block;
        overflow: hidden;
        background: #ebebeb;
        background: -ms-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -o-linear-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -moz-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        background: -webkit-radial-gradient(#ebebeb,#dfdfdf 30%,#FFF 72%);
        margin: 5px 0;
        top: 12px;
    }
*/
.radio_stl {
    padding-top: 40px;
    padding: 10px;
}
.radio_stl div {
 
    padding: 10px;
}
.c-new-tt__ {
    position: relative;
    text-align: center;
    font-size: 20px !important;
    margin-top: 80px !important;
    padding-bottom: 50px !important
}


    .btn_arow {
        text-align: center;
    }

        .btn_arow a {
            font-size: 14px;
            line-height: 20px;
            line-height: 1.25rem;
            color: #4f4f4f;
            position: relative;
            font-weight: 600;
            letter-spacing: 0;
            text-decoration: none;
            font-family: Shabnam;
        }

    .mg_tt {
        margin-top:22% !important
    }

    .btn_arow a::after {
        right: -12px;
        top: 5px;
        top: .3125rem;
        width: .4375rem;
        height: 0.438rem;
        content: '';
        position: absolute;
        border-top: 2px solid #009fff;
        border-right: 2px solid #009fff;
        margin: auto;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .news_ img {
        height: 400px;
        width: 100%;
        border-radius: 22px;
        box-shadow: 0px 0px 10px #aaa;
        margin-bottom: 26px;
        object-fit: cover;
    }

    .title_middle {
        color: #004c98;
        padding: 0px 20px;
        font-size: 16px;
        z-index: 2;
        position: relative;
        font-family: ShabnamBold;
    }

    .title_middle_ {
        color: #004c98;
        z-index: 2;
        position: relative;
        font-family: ShabnamBold !important;
        font-size: 16px;
        padding: 14px;
    }

    .box_three {
        width: 100% !important;
        height: 124px !important;
        box-shadow: 0 0 10px #939393;
        border-radius: 5px;
    }

        .box_three div {
            width: 39px;
            padding: 5px;
            margin-right: 10px;
        }



    .box_manegment {
        width: 100% !important;
        height: 400px !important;
        box-shadow: 0 0 10px #939393;
    }

    .mg_ {
        margin-top: 47px;
        margin-bottom: 100px;
    }

    .bgfooter {
        background-color: #1d1d1d;
        width: 100% !important;
        height: 300px
    }

    img {
        max-width: 100%;
    }

    main {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .full-width {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    p, figure {
        margin: 15px 0;
    }

    figcaption {
        text-align: center;
        color: #999;
    }

    .txt_box {
        color: #242424;
        text-align: justify;
        font-family: Shabnam;
        font-size: 12px;
        padding: 10px;
        top: 10px !important
    }

    .card-title {
        font-family: Shabnam !important;
    }


    .card-text {
        font-family: Shabnam !important;
        font-size: 12px;
    }

    .txt-footer {
        font-family: Shabnam;
        font-size: 16px;
    }

    .mg_tt p:nth-child(1) {
        display: none
    }

    .txt-footer_ {
        font-family: ShabnamBold !important;
        font-size: 12px;
        text-decoration: none !important
    }

    .title_style {
        text-align: center;
        background-color: #3266d1ff;
        padding: 10px;
        color: white;
        font-family: Shabnam;
        font-size: 16px;
    }

    .footer_style {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 60px;
    }

    .txt_justify_ {
        text-align: justify;
        font-family: Shabnam;
        margin-top: 33px;
        margin-bottom: 30px;
        line-height: 35px;
        color: white
    }

    .middle_txt {
        width: 70%;
        right: 0;
        left: 0;
        height: 100%;
        background: #2f2f2fab !important;
        z-index: 100;
        position: absolute;
        border-radius: 22px;
        margin: 0 auto;
    }

    .top_ {
        margin-top: 46px !important;
    }

    .c-new-tt_First {
        position: relative;
        text-align: center;
        font-size: 20px !important;
        margin-top: 45px !important;
        margin-bottom: 19px;
    }

/*    @-webkit-keyframes zoom {
        from {
            -webkit-transform: scale(1, 1);
        }

        to {
            -webkit-transform: scale(1.5, 1.5);
        }
    }

    @keyframes zoom {
        from {
            transform: scale(1, 1);
        }

        to {
            transform: scale(1.5, 1.5);
        }
    }

    .carousel-inner .carousel-item > .dispp2 {
        -webkit-animation: zoom 90s;
        animation: zoom 90s;
    }
*/
/*    #preloader {
        background: #fff url('../images/icon/loading.gif') no-repeat center center;
        background-size: 15%;
        height: 100vh !important;
        position: fixed !important;
        z-index: 10000 !important;
        text-align: center;
        margin: 0 auto;
        width: 100% !important;
    }
*/
    .dropdown-menu {
        background-color: #ffffffd9 !important;
        border: none !important;
    }
    /*.dropdown-menu li a:hover {
    background-color: #cccccc !important
}
*/
    .font_ {
        z-index: 6;
        font-family: Montserrat;
        text-align: left;
        height: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: normal;
        width: 100%;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        line-height: 55px;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 36px;
        padding-bottom: 10px;
        transform-origin: 50% 50% 0px;
        opacity: 1;
        transform: translate(0px);
        visibility: visible;
        text-align: center;
    }
.circel_{
    width:110px;
    height:110px;
    background:#679dff;
    border:4.5px solid #fff;
    border-radius:100%;
   margin-bottom:50px;
   margin: 0 auto;
}
.circel_:hover {
cursor:pointer
}

.yeloow_box {
    background-color: #ffd200 !important;
    margin-left: -15px;
    margin-right: -15px;
}
.font_2 {
    font-family: "Shabnam" !important;
    font-size: 1.1vw !important;
    margin-right: 10px
}

    .width_ {
        padding: 10px !important;
    }

    .width__ {
        padding: 10px !important;
    }

    table {
        width: 100%
    }

    .card {
        /*   width: 15rem !important;*/
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: transparent !important;
        border: none !important;
        background-clip: border-box;
        border-radius: .25rem;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 33px;
        border-radius:20px!important;
    }

    .managers {
        margin-bottom: 90px;
        text-align: center;
        margin-top: 96px;
        display: flex !important;
    }

.img-thumbnail {
    background-color:;
    border: 5px solid #e3e3e3 !important;
    max-width: 100% !important;
    height: auto;
    border-radius: 21px !important;
    margin-bottom:10px;
}

    .managers div {
        margin: 0 auto;
    }

    .card.gray img:hover {
        transition: ease-in 0.6s;
        -webkit-filter: grayscale(0%) !important;
        Safari 6.0 - 9.0 filter: grayscale(0%) !important;
    }

    .card {
        /* border-radius: 10px !important;*/
        /*        border: 0px solid rgba(0,0,0,.125) !important;
        box-shadow: 0px 0px 10px #c8c8c8ed !important;*/
    }

    h5.card-title {
        font-family: ShabnamBold !important;
        font-size: 14.3px !important;
        text-align: center;
    }
    /*.card-body h5::after {
    position: absolute;
    content: "";
    border: none;
    clear: both;
    display: block;
    overflow: hidden;
    background: #a5b1f2;
    margin: 5px 0;
    top: 25px;
    content: " ";
    display: block;
    height: 2px;
    margin: 15px 0 20px;
    width: 58%;
    text-align: center;
    left: 24%;
}*/

    .img_gif {
        padding: 0 !important;
    }

    .img_gif-person {
        padding: 0 !important;
    }

    .img_gif img {
        width: 100%;
        height: 100%;
        padding: 0 !important;
    }

    .img_gif-person img {
        width: 100%;
        height: 100%;
        padding: 0 !important;
    }

button.btn-outline-light {
    font-size: 16px;
    font-weight: normal;
    animation-delay: 3s;
    width: 16%;
    height: 51px;
    margin-top: 64px;
    font-family: ShabnamBold;
    background: #f4b700;
    background-color: rgb(244, 183, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(255, 202, 42);
    background-color: #ffc000c4;

    border: none;
    border-radius: 3px !important;
}

button.btn-outline-light2 {
    font-size: 16px;
    font-weight: normal;
    animation-delay: 3s;
    width: 16%;
    height: 51px;
    margin-top: 64px;
    font-family: ShabnamBold;
    background-color: rgb(244, 183, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    color:white;
    background-color: transparent;
    border: 2px solid #ffffff64;
    border-radius: 3px !important;
}
button.btn-outline-light2:hover {
    background:#ffffff79;

}

    .btn-outline-dark {
        width: 100% !important;
        border: 1px solid #d1d1d1ee !important;
        border-radius: 20px !important;
        font-family: Shabnam !important;
        font-size: 14px !important
    }

    a.btn-outline-primary {
        font-size: 12px !important;
        font-family: Shabnam !important;
        box-shadow: 0px 0px 4px #dbdbdb;
        border: 1px solid #c2d1ff6a;
        color: #ffffff;
        background: #1f68ff
    }

    .text-reset {
        text-decoration: none;
    }

    .full-width__ {
        width: 100%;
        height: 100%;
        z-index: 100;
        position: relative;
        margin: 0 auto;
        right: 0;
        left: 0;
        text-align: center;
    }

        .full-width__ h5 {
            position: relative;
            right: 0;
            left: 0;
            color: #000;
            font-size: 2vw;
            width: 50%;
            text-align: center;
            margin: 0 auto;
        }

            .full-width__ h5::after {
                position: absolute;
                content: "";
                border: none;
                clear: both;
                display: block;
                overflow: hidden;
                margin: 5px 0;
                top: 25px;
                content: " ";
                display: block;
                height: 2px;
                margin: 29px 0 20px;
                width: 34%;
                text-align: center;
                left: 33%;
            }
}

.dropdown-menu > li a:hover, .dropdown-menu > li.show {
    direction: rtl !important;
}

    .dropdown-menu > li a:hover, .dropdown-menu > li.show::after {
        background: #d0d0d0 !important;
        direction: rtl !important
    }

    .dropdown-menu > li a:hover, .dropdown-menu > li.show ul {
        direction: rtl !important;
        right: 200px !important;
        border: none !important;
        width: 100% !important;
    }

.dropdown-menu .dropdown-toggle::after {
    transform: rotate( 1620deg ) !important;
}

a.btn-outline-primary {
    width: 100% !important
}

svg {
    stroke: transparent !important;
    stroke-width: 0px !important;
    stroke-opacity: 0;
}


.product_ {
    padding: 35px;
    text-align: justify;
    font-family: ShabnamBold;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: 35px;
    font-size: 14px;
}

.PageShow_f {
    font-family: Shabnam;
    font-size: 14px;
    line-height: 40px;
}

.navbar-light .navbar-toggler {
    border: none !important;
}

h6.fw-bold {
    font-family: ShabnamBold !important;
}


div .first_title {
    margin-top:54px;
}

.arrow_center {
    position: absolute;
    right: 50%;
    margin-top: 81px;
    bottom: 0;
    width: 20px;
    margin-bottom: 42px;
}
.t-p{
    margin-top:120px;
}

    .t-p .form-panel  {
        border-radius: 16px;
        box-shadow: 0 0 16px -5px #d2d2d2;
        padding: 32px;
    }


.modal-title {
    font-size: 16px;
    font-family: ShabnamBold;
    text-align: center;
   
}

.card.gray-t img {
    -webkit-filter: grayscale(100%) !important;
    Safari 6.0 - 9.0 filter: grayscale(100%) !important;
    transition: ease-in 0.6s !important;
    border-radius: 1200px;
    width: 50%;
    margin: 0 auto;
}
.card.gray-t img:hover {
    transition: ease-in 0.6s;
    -webkit-filter: grayscale(0%) !important;
    Safari 6.0 - 9.0 filter: grayscale(0%) !important;
}
.card.gray img:hover {
    transition: ease-in 0.6s;
    -webkit-filter: grayscale(0%) !important;
    Safari 6.0 - 9.0 filter: grayscale(0%) !important;
}
.card.gray img {
    -webkit-filter: grayscale(100%) !important;
    Safari 6.0 - 9.0 filter: grayscale(100%) !important;
    transition: ease-in 0.6s !important;
    border-radius: 1200px;
    width: 80%;
    margin: 0 auto;
}
/* ----------------------------------------------
 * Generated by Animista on 2022-9-30 14:28:32
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}
@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.img_center {
    width: 100px;
    margin: 0 auto;
}

input {
    border-right: none!important;
    border-left: none!important;
    border-top: none!important;
    border-radius: 0!important;
}
input:focus {
   border-color:none!important
}
@media (min-width: 375px) and (max-width: 896px) {

    h2.smokemonster {
        color: #fff !important;
        font-size: 2rem!important;
    }

    .carousel-item {
        height: 22rem !important;
    }
    .carousel-item img {
        height: 22rem !important;
    }
    .carousel-caption {
        margin-top:-143px
    }
}


    h2 {
        color: white;
        display: block;
        font: bold 72px Helvetica;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

        h2.smokemonster {
            color: #fff !important;
            font-size: 2.1rem;
        }

    .hovertown span {
        transition: all 0.9s ease;
    }

        .hovertown span:hover {
            text-shadow: 0 0 72px black;
            color: transparent;
            transition: all 0.2s ease;
        }

    @keyframes blackblur {
        from {
            text-shadow: 0 0 72px;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: #fff;
        }
    }

    .smokemonster span:nth-of-type(1) {
        animation: blackblur 2s 1 alternate;
    }

    .smokemonster span:nth-of-type(2) {
        animation: blackblur 2s 0.1s 1 alternate;
    }

    .smokemonster span:nth-of-type(3) {
        animation: blackblur 2s 0.15s 1 alternate;
    }

    .smokemonster span:nth-of-type(4) {
        animation: blackblur 2s 0.2s 1 alternate;
    }

    .smokemonster span:nth-of-type(5) {
        animation: blackblur 2s 0.25s 1 alternate;
    }

    .smokemonster span:nth-of-type(6) {
        animation: blackblur 2s 0.3s 1 alternate;
    }

    .smokemonster span:nth-of-type(7) {
        animation: blackblur 2s 0.35s 1 alternate;
    }

    .smokemonster span:nth-of-type(8) {
        animation: blackblur 2s 0.4s 1 alternate;
    }

    .smokemonster span:nth-of-type(9) {
        animation: blackblur 2s 0.45s 1 alternate;
    }

    .smokemonster span:nth-of-type(10) {
        animation: blackblur 2s 0.5s 1 alternate;
    }

    .smokemonster span:nth-of-type(11) {
        animation: blackblur 2s 0.55s 1 alternate;
    }

    .smokemonster span:nth-of-type(12) {
        animation: blackblur 2s 0.6s 1 alternate;
    }

    .smokemonster span:nth-of-type(13) {
        animation: blackblur 2s 0.65s 1 alternate;
    }

    .smokemonster span:nth-of-type(14) {
        animation: blackblur 2s 0.7s 1 alternate;
    }

    .smokemonster span:nth-of-type(15) {
        animation: blackblur 2s 0.75s 1 alternate;
    }

    .smokemonster span:nth-of-type(16) {
        animation: blackblur 2s 0.8s 1 alternate;
    }

    .smokemonster span:nth-of-type(17) {
        animation: blackblur 2s 0.85s 1 alternate;
    }

    .smokemonster span:nth-of-type(18) {
        animation: blackblur 2s 0.9s 1 alternate;
    }

    .smokemonster span:nth-of-type(19) {
        animation: blackblur 2s 0.95s 1 alternate;
    }

    @keyframes fun-1 {
        from {
            text-shadow: 0 0 72px red;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: white;
        }
    }

    @keyframes fun-2 {
        from {
            text-shadow: 0 0 22px blue;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: white;
        }
    }

    @keyframes fun-3 {
        from {
            text-shadow: 0 0 152px green;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: white;
        }
    }

    @keyframes fun-4 {
        from {
            text-shadow: 0 0 102px cyan;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: white;
        }
    }

    @keyframes fun-5 {
        from {
            text-shadow: 0 0 222px magenta;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: white;
        }
    }

    @keyframes fun-6 {
        from {
            text-shadow: 0 0 92px yellow;
            color: transparent;
        }

        to {
            text-shadow: 0;
            color: white;
        }
    }

    .sparklemaster {
        color: white;
    }

        .sparklemaster span:nth-of-type(1) {
            animation: fun-1 2s 0.2s 1 alternate;
        }

        .sparklemaster span:nth-of-type(2) {
            animation: fun-2 2s 3.9s 1 alternate;
        }

        .sparklemaster span:nth-of-type(3) {
            animation: fun-3 2s 2.65s 1 alternate;
        }

        .sparklemaster span:nth-of-type(4) {
            animation: fun-4 2s 2.2s 1 alternate;
        }

        .sparklemaster span:nth-of-type(5) {
            animation: fun-5 2s 1.25s 1 alternate;
        }

        .sparklemaster span:nth-of-type(6) {
            animation: fun-6 2s 2.3s 1 alternate;
        }

        .sparklemaster span:nth-of-type(7) {
            animation: fun-1 2s 3.35s 1 alternate;
        }

        .sparklemaster span:nth-of-type(8) {
            animation: fun-2 2s 2.4s 1 alternate;
        }

        .sparklemaster span:nth-of-type(9) {
            animation: fun-3 2s 1.45s 1 alternate;
        }

        .sparklemaster span:nth-of-type(10) {
            animation: fun-4 2s 3.5s 1 alternate;
        }

        .sparklemaster span:nth-of-type(11) {
            animation: fun-5 2s 1.55s 1 alternate;
        }

        .sparklemaster span:nth-of-type(12) {
            animation: fun-6 2s 2.6s 1 alternate;
        }

    .smokemonster span:nth-of-type(13) {
        animation: blackblur 2s 0.65s 1 alternate;
    }

    .smokemonster span:nth-of-type(14) {
        animation: blackblur 2s 0.7s 1 alternate;
    }

    .smokemonster span:nth-of-type(15) {
        animation: blackblur 2s 0.75s 1 alternate;
    }

    .smokemonster span:nth-of-type(16) {
        animation: blackblur 2s 0.8s 1 alternate;
    }

    .smokemonster span:nth-of-type(17) {
        animation: blackblur 2s 0.85s 1 alternate;
    }

    .smokemonster span:nth-of-type(18) {
        animation: blackblur 2s 0.9s 1 alternate;
    }

    .smokemonster span:nth-of-type(19) {
        animation: blackblur 2s 0.95s 1 alternate;
    }


    .textshadow .foreverblur {
        text-shadow: 0 0 32px white;
        color: transparent;
    }

    #jquerybuddy span {
        text-shadow: 0 0 4px rgba(0,100,0,1);
        color: transparent;
    }

    section {
        padding: 10px 100px;
        text-align: center;
    }

        section:nth-child(odd) {
            background-color: transparent
        }

        section:nth-child(even) {
            background-color: transparent;
        }
