﻿
@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.eot') format('embedded-opentype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.ttf') format('truetype');
}

@font-face {
    font-family: 'Dark-Sans';
    src: url('../font/Dark-Sans.woff') format('woff');
}

@charset "utf-8";


/*font*/

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

:root {
    /*  --color-black: #343a40;
 --color-red: #d93128;
    --color-blue: #0a4e8d;
    --font-titr: 1.5rem;
    --font-caption: 1.2rem;
    --font: 0.7rem;
    --back: #fff;*/
    --color-black: #102950;
    --color-red: #d93128;
    --color-yellow: #ffb12a;
    --color-blue: #097bed;
    --font-titr: 1.5rem;
    --font-caption: 1.2rem;
    --font: 0.7rem;
    --back: #fff;
    --main-darkGray-color: rgb(52,58,64); /* dark gray Color*/
    --main-lightGray-color: coral; /* Light gray Color*/
    --main-red-color: rgb(220,53,69); /* RED Color*/
    --main-green-color: blue; /* green Color*/
    --main-black-color: rgb(0,0,0); /* green Color*/
}

body {
    margin: 0;
    font-family: Dark-Sans !important;
    font-size: var(--font);
    line-height: 25px;
    color: #333;
    direction: rtl;
    background: #fff;
    overflow-x: hidden;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

li {
    list-style-type: none;
}

.container-fluid {
    padding: 0px !important;
    margin: 0px;
}
/*open modal-first*/
#signup_form p{    font-weight: bold;
    color: #0d669a;
    font-size: 14px;}
	.txt-red a{
     font-size: 14px;
    font-weight: bold;
    padding: 5px 5px;
    display: grid;
    color: #f95646;}
.modal-first {
}

 .modal-first  #overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.modal-first  .popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 0;
}
.cnt223{    min-width: 400px;
    width: 600px;
    margin: 100px auto;
    background: #ffffff;
    position: relative;
    z-index: 103;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
}

.cnt223 .txt-cnt{   
padding: 15px 2rem 0 10px;
    margin: 0px auto;
	    text-align: center;

}
.cnt223 .txt-cnt p span{
	color: #f95646;
    font-weight: bold;
}
.cnt223 img{   
 width: 100%;
    height: auto;
	}
.cnt223 h1{    font-size: 18px;
    font-weight: bold;
	line-height:30px;
    border-bottom: 1px solid #f95646;
    padding: 15px;
    color: #494949;}
.cnt223 p{
    color: #555555;
    font-size: 14px;
    line-height: 35px;
    margin: 15px 10px;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223  a.btn{
	color:#fff;
		    text-align: center;
    margin: 0px auto;
}
.cnt223  a.close{
	    text-align: center;
    margin: 0px auto;
    width: 100%;
    padding: 15px;
    position: relative;
    bottom: -15px;
    font-size: 14px;
    opacity: 1;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

/*navbar*/

li.LoginAndLogout {
    margin: 7px 10px;
}
li.LoginAndLogout  a{
    margin: 0px 10px;
}
.top-nav {
    /*position: fixed;*/
    width: 100%;
    height: 40px;
    background: #343a40;
    color: #fff;
    z-index: 99;
}

    .top-nav a {
        color: #fff;
        padding: 3px;
        float: right;
        margin-top: 5px;
    }

        .top-nav a.login {
            color: #fff;
            padding: 3px 16px;
            float: left;
            font-size: 12px;
            margin-top: 5px;
        }

        .top-nav a i {
            font-size: 15px;
            padding: 5px;
        }

    .top-nav .left-sec {
        color: #fff;
        padding: 3px 25px;
        float: left;
        display: contents;
    }

        .top-nav .left-sec .login {
            color: #fff;
            padding: 3px 10px;
            float: left;
        }





        .top-nav .left-sec .search {
            color: #fff;
            padding: 8px 25px;
            float: left;
        }

.navbar .dropdown-menu {
    background: #343a40;
    right: 0;
}

.navbar-nav .nav-link {
    color: #fff !important;
}
.navbar-nav {
    background: #343a40;
    text-align: center;
}
.navbar-main {
    position: relative;
    width: 100%;
    top: 0px;
    height: 60px;
    padding: 0px;
    z-index: 99;
    -webkit-box-shadow: 0px 6px 13px -9px rgba(0,0,0,0.53);
    -moz-box-shadow: 0px 6px 13px -9px rgba(0,0,0,0.53);
    box-shadow: 0px 6px 13px -9px rgba(0,0,0,0.53);
}

    .navbar-main.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        right: 0;
		    z-index: 999;
    }

    .navbar-main a {
        color: #333;
        font-size: 14px;
    }
   .navbar-main a.login {
 
        font-size: 12px;
		    font-weight: bold;
    }
    .navbar-main .nav-link:focus, .navbar-main .nav-link:hover {
        color: rgb(52, 58, 64);
        font-weight: 800;
    }
/*end-navbar*/
    /*mylogin-de*/
	.txt-redtxt-red {
    position: relative;
    top: 10px;
    display: flow-root;
    margin-right: 5px; 
	    width: 100%;
	}
	.txt-redtxt-red a{
		    display: block;
    /* margin-top: 9px; */
    color: #f95646;
    font-size: 13px;
	}
    .mylogin-de .modal-content {
    background: #e8e8e8;
    margin: 20px auto;
    padding: 0px 0px 25px 0px;
}



.google-account {
    margin: 5px auto;
    text-align: center;
}

a.btn-talar {
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    position: relative;
    right: 10px;
    margin: 1px 15px;
    border-radius: 15px;
}

.google-account img {
    width: 80px;
    height: auto;
}

.mylogin-de input {
    font-size: 12px;
    border-radius: 1px;
    height: 38px;
	border-radius: 5px;
}


.mylogin-de .Section-confirm input {
    font-size: 12px;
    border-radius: 1px;
    height: 15px;
	    margin: 5px 0px;
}
.pages-inner{
	
}
.peyPage p {
color: #494949;}
.mylogin-de .Section-confirm p {
      color: inherit;
    font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 1px;
}
.mylogin-de .modal-header {
    border-bottom: none;
    height: 40px;
}

.mylogin-de .close {
    text-align: right;
    position: relative;
    color: var(--color-blue);
}

.mylogin-de a.btn-Enter {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 15px auto;
    /* margin-right: -120px; */
    position: absolute;
    padding: 5px 16px;
    z-index: 9;
    bottom: -18px;
    text-align: center;
    border: 1px solid #57d14f;
    max-width: 170px;
	    left: 50px;
}

.btn-Enter {
    font-size: 14px;
    padding: 5px 16px;
    background: #3ac532;
    color: #fff;
}

#sing-up-box, #forget-pass-box {
    display: none;
}
/*end-mylogin-de*/
/*header*/
#bg-zoom img {
    width: 100%;
}

#bg-zoom .mylogin-de a.btn-Enter {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    /* margin-right: -120px; */
    position: absolute;
    padding: 5px 16px;
    z-index: 9;
    bottom: 30px;
    text-align: center;
    border: 1px solid #57d14f;
    max-width: 200px;
}

.btn-warning {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
    font-size: 12px;
    padding: 5px 16px;
}

#forgotmodal .modal-content {
    background-color: #e8e8e8;
    border: none;
}

#bg-zoom {
    /*height: calc(100vh - 77px);*/
    width: 100%;
    overflow: hidden;
    position: relative;
}

.signup-form-all-input.hide-box {
    display: none;
}

#bg {
    width: 100vw;
    background-image: url(../image/img-main/successful-web-solution-slider-web-design-dev-2.jpg);
    background-size: cover;
    background-position: right center;
}

@keyframes imageZoom {
    0%,100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.header-image-zoom {
    text-align: center;
    margin: 0px auto;
}

    .header-image-zoom .text-slider h2 {
        position: absolute;
        top: 130px;
        margin: 25px auto;
        text-align: center;
        font-size: 40px;
        width: 100%;
        z-index: 2;
        color: #0a4e8d;
    }

    .header-image-zoom .text-slider p {
        position: absolute;
        top: 200px;
        margin: 0px auto;
        text-align: center;
        font-size: 20px;
        width: 100%;
        margin: 25px auto;
        z-index: 2;
        color: #333;
    }

    .header-image-zoom .text-slider a.btn {
        position: absolute;
        bottom: 9vh;
        margin: 0px auto;
        text-align: center;
        font-size: 20px;
        left: auto;
        right: auto;
        padding: 10px 25px;
        margin: 25px -10%;
        z-index: 9;
        color: #fff;
    }

.Mobile {
    display: none;
}

.desktop {
    display: block;
}

.circle-color {
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0px auto;
    border-radius: 50%;
    border: 3px solid #fff;
}

#helpper th {
    padding: 5px 15px;
}

#helpper {
    margin: 20px 0px;
    border: none;
}

    #helpper .dis-tab {
        font-weight: 100;
        font-size: 11px;
        padding: 1px 20px;
    }
/*scroll*/

.scroll-down section {
    position: relative;
    width: 100%;
    height: 100%;
}

    .scroll-down section::after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 80%;
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
    }

    .scroll-down section h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        font: normal 300 64px/1 'Josefin Sans', sans-serif;
        text-align: center;
        white-space: nowrap;
    }


.scroll-down #section03 {
    background: url(https://picsum.photos/1200/800?image=869) center center / cover no-repeat;
}




#thanks {
    background-color: #fff;
}

    #thanks::after {
        content: none;
    }

    #thanks div {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }

    #thanks h2 {
        margin-bottom: 60px;
        color: #333;
        font: normal 300 64px/1 'Josefin Sans', sans-serif;
        text-align: center;
        white-space: nowrap;
    }

    #thanks p {
        color: #333;
        font: normal 400 20px/1 'Josefin Sans', sans-serif;
    }

        #thanks p a {
            color: #333;
            text-decoration: none;
            transition: color .3s;
        }

            #thanks p a:hover {
                color: #888;
            }

.demo a {
    position: absolute;
    bottom: 60px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font: normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

    .demo a:hover {
        opacity: .5;
    }





#section03 a {
    padding-top: 60px;
}

    #section03 a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 46px;
        height: 46px;
        margin-left: -23px;
        border: 1px solid #fff;
        border-radius: 100%;
        box-sizing: border-box;
    }

        #section03 a span::after {
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            width: 16px;
            height: 16px;
            margin: -12px 0 0 -8px;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            box-sizing: border-box;
        }

        #section03 a span::before {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            content: '';
            width: 44px;
            height: 44px;
            box-shadow: 0 0 0 0 rgba(255,255,255,.1);
            border-radius: 100%;
            opacity: 0;
            -webkit-animation: sdb03 3s infinite;
            animation: sdb03 3s infinite;
            box-sizing: border-box;
        }

@-webkit-keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes sdb03 {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        box-shadow: 0 0 0 60px rgba(255,255,255,.1);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}








/*.container svg {
        display: block;
    }*/
.arroe-css {
}

    .arroe-css section {
        position: relative;
        padding: 1em 0;
        background: var(--color-red);
        color: #fff;
        text-align: center;
    }

        .arroe-css section h2 {
            margin: 0;
            padding: 0;
            font-size: 2.8em;
            font-weight: 400;
        }

        .arroe-css section p {
            color: #fff;
            font-size: 20px;
            line-height: 0;
            position: relative;
            top: 55px;
            font-weight: 800;
        }

    .arroe-css .text:first-child {
        text-align: right;
    }

    .arroe-css .text:nth-child(2) {
        text-align: left;
    }

    .arroe-css .col-2 .column {
        width: 49%;
    }

    .arroe-css .col-3 .column {
        padding: 0 1%;
        width: 33%;
        text-align: center;
    }

        .arroe-css .col-3 .column p {
            padding: 1.4em;
        }

    .arroe-css.column {
        display: inline-block;
        vertical-align: top;
    }

    .arroe-css .color {
        background: var(--color-red);
    }

    /*** Individual section styles and separators ***/
    /* Common style for pseudo-elements */
    .arroe-css section::before,
    .arroe-css section::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }

    /* Big Triangle Image */
    .arroe-css svg#bigTriangleImage {
        position: absolute;
        bottom: 0px;
        pointer-events: none;
    }

    .arroe-css #bigTriangleImage path {
        fill: teal;
    }

/* Big Triangle Down */
.arroe-csssvg#bigTriangleDown {
    pointer-events: none;
}

.arroe-css #bigTriangleDown path {
    fill: var(--color-red);
    stroke: var(--color-red);
    stroke-width: 2;
}





/*end-header*/

/*orkan*/
.content {
    max-width: 1000px;
    text-align: center;
    margin: 0px auto;
    margin: 5px auto;
}

    .content .grid {
        padding-left: 5px;
        padding-right: 5px;
    }

.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 200px;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    margin: 5px 0px;
}

    .grid figure img {
        position: relative;
        display: block;
        height: 100%;
        width: 100%;
        opacity: 0.8;
    }

    .grid figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

        .grid figure figcaption::before,
        .grid figure figcaption::after {
            pointer-events: none;
        }

        .grid figure figcaption,
        .grid figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            /* Anchor will cover the whole item by default */
            /* For some effects it will show as a button */
            .grid figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .grid figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

        .grid figure h2 span {
            font-weight: 800;
        }

    .grid figure h2,
    .grid figure p {
        margin: 0;
    }

    .grid figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

figure.effect-goliath {
    background: #fff;
}


    figure.effect-goliath h2 {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
    }

.grid figure a {
    color: #fff
}

figure.effect-goliath h2,
figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    /* right: 0; */
    padding: 30px;
    font-size: 18px;
    color: white;
    font-size: 18px;
    margin: 0px auto;
    position: absolute;
    text-align: center;
    /* right: 15px; */
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5), -1px 1px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px rgba(0, 0, 0, 0.5), -1px -1px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(0, 0, 0, 0.5), 1px 0px 0px rgba(0, 0, 0, 0.5), 0px 0px 0px rgba(0, 0, 0, 0.5), -1px 0px 0px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0,0,0,0.5);
}


figure.effect-goliath p {
    text-transform: none;
    font-size: 50px;
    position: relative;
    color: #fff;
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}




figure.effect-goliath:hover figcaption {
    background: rgba(0, 0, 0, 0.5);
}

figure.effect-goliath.box-1:hover figcaption {
    background: rgba(37, 37, 202, 0.64);
}

figure.effect-goliath.box-2:hover figcaption {
    background: rgba(198, 36, 68, 0.64)
}

figure.effect-goliath.box-3:hover figcaption {
    background: rgba(0, 0, 0, 0.64);
}

figure.effect-goliath.box-4:hover figcaption {
    background: rgba(244, 248, 11, 0.64)
}

figure.effect-goliath.box-5:hover figcaption {
    background: rgba(24, 189, 41, 0.64)
}

figure.effect-goliath.box-6:hover figcaption {
    background: rgba(24, 151, 189, 0.64)
}

figure.effect-goliath.box-7:hover figcaption {
    background: rgba(137, 24, 189, 0.64)
}

/*figure.effect-goliath:hover h2 {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0);
    }*/

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*end-orkan*/

/*about-us-main-page*/
.about-us-main-page {
    background: #ccc;
}

.text-about .mylogin-de a.btn-Enter {
    font-size: 14px;
    bottom: -8px;
    right: 15px;
    max-width: 170px;
}

.about-us-main-page .img-circle {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 330px;
    height: auto;
    text-align: center;
    margin: 12% auto;
}

    .about-us-main-page .img-circle img {
        height: 100%;
        width: 100%;
    }

.about-us-main-page .text-about {
    padding: 10px 10%;
    margin: 5vw auto;
    text-align: right;
}

    .about-us-main-page .text-about h2 {
        font-size: 24px;
        font-weight: bold;
    }

    .about-us-main-page .text-about h3 {
        font-size: 22px;
        line-height: 40px;
        text-align: justify;
    }

    .about-us-main-page .text-about p {
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }

/*end-about-us-main-page*/

/*slider*/
.my-slider {
    height: 380px;
}

    .my-slider .video-box {
        width: 80%;
        height: auto;
        margin: 15px 35px
    }

        .my-slider .video-box video {
            width: 100%;
            height: 100%;
        }

    .my-slider .text-box {
        margin: 0px auto;
        width: 80%;
        max-width: 320px;
        text-align: justify;
        font-size: 14px;
        margin-top: 30px;
    }


.slide_group .slide .layer h4 {
    color: #fff;
    padding: 35px 10px;
}

.slide_group .slide .layer p {
    color: #fff;
    padding: 00px 5vw;
    font-size: 14px;
    line-height: 30px;
    height: 50px;
}

.slide_group .slide .layer .btn-show {
    display: none;
    width: 100px;
    text-align: center;
    margin: 0px auto;
    position: relative;
    background: #ff0000;
    bottom: -100px;
    color: #fff;
    padding: 3px 5px;
    border-radius: 2px;
}

.my-slider .slider {
    margin: 0 auto;
    width: 100%;
}

.my-slider .slide_viewer {
    height: 340px;
    overflow: hidden;
    position: relative;
}

.my-slider .slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.my-slider .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

    .my-slider .slide:first-child {
        display: block;
    }


.my-slider .slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    margin-top: 15px;
}

.my-slider a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.my-slider .slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
}

.my-slider .directional_nav {
    /* height: 340px; */
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: -170px;
}

.my-slider .previous_btn,
.my-slider .previous_btn2 {
    bottom: 0;
    left: 10px;
    margin: auto;
    position: absolute;
    top: 0;
}

.my-slider .next_btn,
.my-slider .next_btn2 {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
}

.my-slider .previous_btn, .my-slider .next_btn,
.my-slider .previous_btn2, .my-slider .next_btn2 {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
}


    .my-slider .previous_btn:hover, .next_btn:hover,
    .my-slider .previous_btn2:hover, .next_btn2:hover {
        opacity: 1;
    }

.navbar-nav.ml-auto {
    padding: 0px 20px;
}
/*end-slider*/
/*footer*/
/* Footer */

footer {
    padding: 30px 0;
}

.right-footer-co {
    text-align: center;
    margin: 0px auto;
}

    .right-footer-co img {
        width: 80px;
        height: auto;
        text-align: center;
        margin: 0px auto;
    }

    .right-footer-co h3 {
        color: #fff;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
    }

    .right-footer-co h4 {
        color: #fff;
        font-size: 13px;
        line-height: 30px;
        text-align: center;
        margin-top: 20px;
        padding: 0px 25px;
    }

footer .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#footer .col-num3 p,
#footer .col-num3 a {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

#footer {
    border-top: 5px solid var(--main-red-color);
    background: rgb(52,58,64);
    background: var(--main-darkGray-color);
    color: white;
    padding-top: 3vw;
    padding-bottom: 2vw;
}


    #footer a {
        color: #ffffff;
        font-size: 12px;
        line-height: 30px;
        text-decoration: none !important;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

    #footer ul.social li {
        padding: 3px 0;
    }

        #footer ul.social li a i {
            margin-right: 5px;
            font-size: 22px;
            -webkit-transition: .5s all ease;
            -moz-transition: .5s all ease;
            transition: .5s all ease;
        }

            #footer ul.social li a i img {
                width: 26px;
                margin-top: -6px;
            }

        #footer ul.social li:hover a i img {
            width: 30px;
            height: 30px;
            margin-top: -6px;
        }

        #footer ul.social li:hover a i {
            font-size: 30px;
            margin-top: -10px;
        }

        #footer ul.social li a,
        #footer ul.quick-links li a {
            color: #ffffff;
        }

            #footer ul.social li a:hover {
                color: #eeeeee;
            }

    #footer h5 {
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

    #footer .col-num1, #footer .col-num3 {
        width: 80%;
        margin: 20px auto;
        text-align: center;
    }

        #footer .col-num1 p {
            font-size: 14px;
            line-height: 35px;
            color: #fff;
        }

    #footer .col-num3 {
        width: 80%;
        margin: 10px auto;
        text-align: center;
    }

        #footer .col-num3 .namad img {
            width: 50%;
            height: auto;
        }

        #footer .col-num3 img, #footer .col-num1 img {
            width: 100%;
            height: auto;
        }
/*end-footer*/



/*slider-2*/

.back-image-slid {
    position: relative;
    background-size: cover;
    height: 340px;
    overflow: hidden;
}



#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 340px;
    width: 100%;
    background-attachment: fixed;
}

#myCarousel .carousel-control-next {
    right: auto;
    left: 0px;
}

#myCarousel p {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FFF;
    font-weight: 600;
}


#myCarousel .carousel-item a:hover {
    background: #394fa2;
    text-decoration: none;
}

#myCarousel .carousel-item h4 {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    color: #fff;
}

#myCarousel .carousel-item p {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    text-align: justify;
    padding: 20px 15%;
    height: 220px;
    overflow: hidden;
}


#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img {
    -webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#myCarousel .container {
    max-width: 1430px;
}

#myCarousel .carousel-item {
    height: 100%;
    min-height: 340px;
}

#myCarousel {
    position: relative;
    z-index: 1;
    background-color: #888;
    background-size: cover;
    margin: 40px auto;
}

.back-image-slid .layer {
    background-color: rgba(5, 3, 3, 0.67);
    height: 340px;
    text-align: center;
}


#myCarousel .carousel-item a.btn-show {
    background: #f95646;
    font-size: 14px;
    color: #FFF;
    padding: 6px 30px;
    text-align: center;
}

.back-image-slid .layer a.btn-show {
    display: none;
    width: 100px;
    text-align: center;
    margin: 0px auto;
}

.back-image-slid .layer:hover a.btn-show {
    display: block;
}

.back-image-slid .layer:hover {
    background: rgba(5, 3, 3, 0.9);
}

#myCarousel .carousel-control-next, #myCarousel .carousel-control-prev {
    height: 40px;
    width: 40px;
    padding: 12px;
    top: 50%;
}

    #myCarousel .carousel-control-next i, #myCarousel .carousel-control-prev i {
        font-size: 50px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }


.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-property: opacity;
    transition-property: opacity
}


    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1
    }

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
    opacity: 0
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@supports (transform-style:preserve-3d) {
    .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}



@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}
/*end-slider-2*/
/*video-tony*/
.video-tony video {
    width: 100%;
    background: black;
    max-height: 330px;
}

.txt-tony {
    text-align: center;
    margin-top: 50px;
}

    .txt-tony p {
        font-size: 20px;
        line-height: 28px;
    }

    .txt-tony a.btn-Enter {
        padding: 5px 16px;
        background: var(--color-blue);
        margin-top: 25px;
        font-size: 12px;
        position: relative;
        bottom: 5px;
        border: #097bed;
    }
/*end-video-tony*/
/*event*/
.event {
    margin: 40px auto;
}

    .event .event-box {
        background: #eee;
        border-top: 3px solid #333;
        border-right: 2px solid #ccc;
        border-left: 2px solid #ccc;
        border-bottom: 2px solid #ccc;
        margin: 5px auto;
    }

        .event .event-box .body-event {
            display: inline-block;
            padding: 0px 5px;
            width: 100%;
        }

            .event .event-box .body-event p {
                margin: 10px auto;
                height: 50px;
                width: 100%;
                overflow: hidden;
            }

        .event .event-box .title-event {
            background: #fff;
            width: 100%;
            height: 35px;
            padding: 0px 5px;
        }

            .event .event-box .title-event h3 {
                font-size: 12px;
                margin: 10px 3px;
                display: inline;
                float: right;
            }

            .event .event-box .title-event a {
                font-size: 12px;
                margin: 2px 0;
                display: inline;
                float: left;
                color: #333;
                padding: 4px 10px;
                border-radius: 1px;
            }

                .event .event-box .title-event a.more-btn {
                    background-color: #ccc;
                }

                .event .event-box .title-event a.tag-btn {
                    background-color: #888;
                }

        .event .event-box .date-box {
            margin: 10px auto;
            border: 2px solid #ccc;
            border-radius: 6px;
            max-width: 80px;
        }

            .event .event-box .date-box span {
                display: inherit;
                text-align: center;
                font-size: 14px;
                font-weight: 600;
            }

                .event .event-box .date-box span.date-mah {
                    background: #f85646;
                }

                .event .event-box .date-box span.date-roz {
                    background: #fff;
                }
/*end-event*/

/*table*/


.page-table {
    width: auto;
    border: 2px solid #909090;
    margin: 40px auto;
}

.page-table {
    border-collapse: collapse;
    width: auto;
}

    .page-table thead th {
        border-collapse: collapse;
        text-align: right;
        background: #343a40;
        color: #fff;
    }

    .page-table td, .price-table th {
        border-bottom: 1px solid #dddddd;
        text-align: right;
        padding: 8px;
    }


.price-table {
    width: 100%;
    border-right: 1px solid #343a40;
    border-left: 1px solid #343a40;
    margin: 40px auto;
}

.price-table {
    border-collapse: collapse;
    width: 100%;
}

    .price-table thead th {
        border-collapse: collapse;
        text-align: right;
        background: #343a40;
        color: #fff;
    }

    .price-table td, .price-table th {
        border-bottom: 1px solid #dddddd;
        text-align: right;
        padding: 8px;
    }


/*end-table*/
/*news*/
.news-main {
    margin: 40px auto;
    position: relative;
}

    .news-main .include-wrapper {
        width: 100%;
        width: 100%;
        padding: 10px 30px;
    }

        .news-main .include-wrapper video {
            width: 100%;
        }

        .news-main .include-wrapper .carousel-control-next i,
        .news-main .include-wrapper .carousel-control-previ {
            color: #333;
            font-size: 50px;
        }

        .news-main .include-wrapper .carousel-control-prev {
            right: auto;
            left: 0;
            color: #333;
            font-size: 40px;
        }

        .news-main .include-wrapper .carousel-control-next {
            left: auto;
            right: 0;
            color: #333;
            font-size: 40px;
        }



        .news-main .include-wrapper .carousel-indicators {
            position: absolute;
            left: 0;
            bottom: -25px;
        }

            .news-main .include-wrapper .carousel-indicators li {
                background: #ddd;
            }

                .news-main .include-wrapper .carousel-indicators li.active {
                    background: #333;
                }

    .news-main .users-line {
        display: inline-flex;
        padding: 0 18px;
    }

        .news-main .users-line img {
            margin: 0px 10px;
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

        .news-main .users-line p {
            font-size: 13px;
            line-height: 30px;
            color: #333;
            padding: 0px 20px;
        }

.video-line video {
    width: 100%;
    max-width: 300px;
    height: 200px;
}
/*end-news*/
/*in-page-rokn*/
.rokn {
    padding: 15px;
}

    .rokn p {
        line-height: 25px;
        font-size: 14px;
    }

.go-page-rokn {
    position: relative;
    top: 25vh;
}

    .go-page-rokn i {
        color: #fff;
        font-size: 25px;
        padding: 28px 20px;
    }

    .go-page-rokn .image-go {
        display: inherit;
        height: 80px;
    }

        .go-page-rokn .image-go img {
            width: 60px;
            height: 60px;
            border-radius: 50%;
        }

    .go-page-rokn h3 {
        font-size: 11px;
        color: #fff;
        display: inline-block;
        width: 105px;
        margin-top: 10px;
        line-height: 20px;
    }

    .go-page-rokn .go-next {
        float: right;
        width: 30px;
        height: 80px;
        transition: all 0.5s;
    }

    .go-page-rokn .go-prev {
        float: left;
        width: 50px;
        height: 80px;
        transition: all 0.5s;
    }

        .go-page-rokn .go-prev i {
            float: left;
        }

        .go-page-rokn .go-prev .ho-show {
            display: none;
            position: relative;
            top: -70px;
            right: -200px;
            transition: all 0.5s;
            width: 170px;
        }

    .go-page-rokn .go-next .ho-show {
        display: none;
        position: relative;
        top: -70px;
        left: -200px;
        transition: all 0.5s;
        width: 170px;
    }

.go-next .ho-show img {
    float: left;
}

.go-page-rokn .go-prev:hover {
    display: inherit;
    width: 220px;
    height: 80px;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.5);
}

.go-page-rokn .go-next:hover {
    display: inherit;
    width: 220px;
    height: 80px;
    overflow: hidden;
    background: rgba(17, 17, 17, 0.5);
}

.go-page-rokn .go-prev:hover .ho-show {
    display: -webkit-inline-box;
    right: 5px;
}

.go-page-rokn .go-next:hover .ho-show {
    display: -webkit-inline-box;
    right: 40px;
}



.in-page .bg-back {
    height: 100vh;
    width: 100%;
    /*background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
}


    .in-page .bg-back h1 {
        position: relative;
        top: 25vh;
        text-align: center;
        font-weight: 800;
        color: #fff;
    }

.in-page .arroe-css section {
    position: relative;
    padding: 1em 0;
    background: var(--color-red);
    color: #fff;
    text-align: center;
}

    .in-page .arroe-css section h1 {
        color: #ffffff;
        font-size: 22px;
        line-height: 34px;
        font-weight: 800;
        position: relative;
        top: 30px;
    }


.rokn .image-wrapper video {
    width: 100%;
    height: auto;
    margin: 60px auto;
}

.rokn .description {
    margin: 15px 10px;
}

    .rokn .description h3 {
        font-size: 20px;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 0px;
        font-weight: 600
    }

    .rokn .description p {
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }

.top-text {
}

.titr-blue {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #0a4e8d;
}

.rokn .description .col-12 {
    padding: 8px 25px;
}

    .rokn .description .col-12 p {
        font-size: 12px;
        line-height: 30px;
    }
/*more-rokn*/

.more-rokn {
    min-height: 400px;
    width: 100%;
    margin-top: 250px;
}

    .more-rokn .arrow {
        position: absolute;
        transform: translateY(-50%);
        padding: 25px 30px;
        background: #fff;
        cursor: pointer;
        z-index: 99;
    }

        .more-rokn .arrow i {
            font-size: 30px;
        }

    .more-rokn .arrow--prev {
        left: 0;
    }

    .more-rokn .arrow--next {
        right: 0;
    }

    .more-rokn .slider {
        width: 100%;
        height: 100%;
        background: darkslategray;
        display: flex;
        align-items: center;
        position: relative;
    }

        .more-rokn .slider .slider__item {
            background-color: #fff;
            width: 60%;
            MAX-WIDTH: 400px;
            box-shadow: 3px 5px 22px #999;
            text-align: center;
            height: 250px;
            background: white;
            transform-origin: 50% 50%;
            cursor: pointer;
            position: absolute;
            transform: translateX(-50%);
            transition: .3s ease-in-out;
            padding: 0px 5% 5% 5%;
            left: 50%;
            opacity: 0;
            z-index: 10;
        }

            .more-rokn .slider .slider__item img {
                width: 95px;
                height: 95px;
                overflow: hidden;
                border-radius: 100px;
                border: 5px solid #fff;
                box-shadow: 3px 5px 22px #999;
                position: relative;
                margin: 0 auto;
                bottom: 45px;
            }

            .more-rokn .slider .slider__item h3 {
                font-size: 18px;
                text-align: center;
                font-weight: 700;
            }

            .more-rokn .slider .slider__item p {
                font-size: 14px;
                text-align: justify;
            }

            .more-rokn .slider .slider__item[data-position="0"] {
                left: 50%;
                z-index: 25;
                opacity: 1;
            }

            .more-rokn .slider .slider__item[data-position="1"], .slider .slider__item[data-position="4"] {
                width: 17%;
                height: 150px;
                opacity: 0.6;
                background: #fff;
                z-index: 20;
                padding: 0px 5px;
            }

                .more-rokn .slider .slider__item[data-position="1"] p, .slider .slider__item[data-position="4"] p {
                    display: none;
                }

                .more-rokn .slider .slider__item[data-position="1"] h3, .slider .slider__item[data-position="4"] h3 {
                    font-size: 12px;
                    text-align: center;
                    font-weight: 700;
                    margin-top: -16px;
                }

            .more-rokn .slider .slider__item[data-position="1"] {
                left: 30%;
            }

            .more-rokn .slider .slider__item[data-position="4"] {
                left: 70%;
            }

            .more-rokn .slider .slider__item[data-position="2"], .slider .slider__item[data-position="3"] {
                width: 15%;
                height: 120px;
                opacity: 0.3;
                background: #fff;
                z-index: 15;
                padding: 0px 5px;
            }

                .more-rokn .slider .slider__item[data-position="2"] h3, .slider .slider__item[data-position="3"] h3 {
                    font-size: 12px;
                    text-align: center;
                    font-weight: 700;
                    margin-top: -16px;
                }

                .more-rokn .slider .slider__item[data-position="2"] p, .slider .slider__item[data-position="3"] p {
                    display: none;
                }

            .more-rokn .slider .slider__item[data-position="2"] {
                left: 12.5%;
            }

            .more-rokn .slider .slider__item[data-position="3"] {
                left: 87.5%;
            }

            .more-rokn .slider .slider__item[data-position="5"] {
                left: 90.5%;
                background: #156;
            }




.banner {
    width: 100%;
    min-height: 250px;
    padding: 2rem;
    background-attachment: fixed;
    background-size: cover;
    background-image: url('/images/img-back/back-pic.png');
    background-color: #111;
    margin: 0px auto;
}

    .banner .index-banner {
        width: 80%;
        padding: 10px;
        min-height: 180px;
        margin: 0px auto;
        background-color: rgba(255, 255, 255, 0.9);
        text-align: center;
    }

        .banner .index-banner h4 {
            text-align: center;
            font-size: 16px;
            font-weight: 600;
            line-height: 50px;
            color: #f95646;
        }

        .banner .index-banner a {
            text-align: center;
            margin: 15px auto;
        }

    .banner .btn-dark {
        padding: 6px 16px;
        background: #f0b310;
        color: #fff !important;
        font-size: 12px;
        border: 1px solid #f0b310;
        text-align: center;
    }

        .banner .btn-dark:active {
            background: #f5e534;
        }

        .banner .btn-dark:hover {
            background: #ddcf35;
            cursor: pointer;
        }

.btn-red {
    padding: 10px 16px;
    background: #f95646;
    color: #fff !important;
    border: 1px solid #f95646;
    text-align: center;
}

    .btn-red:active {
        background: #d84e40;
    }

    .btn-red:hover {
        background: #d84e40;
        cursor: pointer;
    }


/*end-in-page-rokn*/
/*accardion-slider*/
.accardion-slider .slider {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

    .accardion-slider .slider li {
        position: relative;
        background: none no-repeat center/cover;
        height: 300px;
        overflow: hidden;
        flex-grow: 1;
        transition: 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    }

        .accardion-slider .slider li:hover {
            flex-grow: 5;
        }

            .accardion-slider .slider li:hover h1 {
                transform: rotateZ(0) translateY(0);
            }

            .accardion-slider .slider li:hover p {
                transform: translateY(calc((100% + 2rem) * -1)) rotateZ(0);
            }

    .accardion-slider .slider a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
    }

    .accardion-slider .slider h1 {
        position: absolute;
        top: 1rem;
        left: 1rem;
        margin: 0;
        font-size: 30px;
        font-weight: 800;
        color: #f95646;
        text-transform: uppercase;
        transform-origin: left top;
        /* transform: rotateZ(90deg) translateY(-1em); */
        transition: 0.25s cubic-bezier(0.35, 0, 0, 1);
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    }

    .accardion-slider .slider p {
        position: absolute;
        top: 332px;
        font-size: 12px;
        /* right: 1rem; */
        width: 100%;
        padding: 15px;
        height: 300px;
        /* left: 1rem; */
        /* padding: 1rem; */
        transform-origin: left top;
        transform: translateY(0) rotateZ(90deg);
        transition: 0.5s cubic-bezier(0.35, 0, 0, 1);
        /* width: 25em; */
        color: rgba(0, 0, 0, 0.65);
        background: rgba(255, 255, 255, 0.7);
        line-height: 30px;
        border-radius: 0.25rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    }





/*end-accardion-slider*/
/*pagination*/
.pagination-container {
    margin: 0px auto;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

    .pagination-container ul li {
        padding: 0px 10px;
        border: 1px solid #ccc;
        margin: 0px 2px;
        color: #333;
    }

        .pagination-container ul li.active {
            background: red;
            color: #fff;
        }
/*end-pagination*/
/*blog*/
.blog-box .card {
    border: none;
}

.blog-box .card-body {
    padding: 0px;
	    height: 200px;
}

.blog-box .card .body-m{
    padding: 0px 20px;
	margin-top:10px;
}

.blog-box strong {
    border-bottom: 1px solid;
    padding: 5px;
    height: 35px;
    overflow: hidden;
}

.blog-box .card img {
    width: 100%;
    height: 200px;
}

.blog-box .text-dark {
    line-height: 20px;
    font-size: 11px;
    padding: 15px;
    height: 54px;
    overflow: hidden;
}

.blog-box .more-text {
     color: #4e7aff;
    font-size: 14px;
    text-align: left;
    top: -10px;
    position: relative;
    left: 35px;
    font-weight: 500;
    width: 100%;
}
.blog-box .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    height: 355px;
    margin-bottom: 15px;
}
.top-text.blog-inner {
    max-width: 860px;
    margin: 20px auto;
}

.blog-inner .img-top-inner {
    margin: 0px auto 25px auto;
    text-align: center;
    max-width: 600px;
    max-height: 250px;
}

    .blog-inner .img-top-inner img {
        width: 100%;
        max-width: 600px;
        height: auto;
        max-height: 250px;
    }

.description {
    font-size: 13px;
    line-height: 30px;
    text-align: justify;
    margin: 0px auto;
}

.top-text .description img {
    width: 100%;
    height: auto;
}

.box-right-top {
    padding: 15px;
}

    .box-right-top i {
        font-size: 14px;
        padding: 5px;
    }

    .box-right-top h4 {
        display: contents;
        font-size: 13px;
    }

.blog-inner .box-right {
    margin: 10px auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    min-height: 120px;
    text-align: center;
    position: relative;
    top: 5px;
    right: 0px;
    width: 100%;
    max-width: 250px;
    padding: 30px;
    background: #fff;
    transition: all 1s;
    z-index: 9;
}

    .blog-inner .box-right span {
        margin-top: 15px;
        text-align: center;
        font-size: 12px;
        color: #999;
    }

    .blog-inner .box-right h1 {
        text-align: center;
        font-size: 14px;
        padding: 5px;
        color: #333;
    }

    .blog-inner .box-right a.btn {
        margin: 20px auto;
        font-size: 12px;
        width: 100%;
        border-radius: 0px;
           border: none;
        background-color: #60cc5e;
    }

    .blog-inner .box-right .categories li a {
        text-align: right;
        color: #333;
        font-size: 12px;
        text-transform: uppercase;
        border-bottom: 1px solid #e5e5e5;
        display: block;
        text-decoration: none;
        padding: 10px 10px;
    }

    .blog-inner .box-right .categories li span {
        float: left;
        text-align: left;
        position: relative;
        left: 5px;
        margin: 0;
    }
/*end-blog*/
/*coaching*/
.banner.coaching {
    height: auto;
    margin: 25px auto;
    overflow: hidden;
}

    .banner.coaching .index-banner {
        width: 100%;
        padding: 10px;
        min-height: 180px;
        margin: 10px auto;
    }

        .banner.coaching .index-banner .img-coach {
            width: 100%;
            height: 190px;
            min-height: 100%;
        }

            .banner.coaching .index-banner .img-coach img {
                width: 100%;
                height: 100%;
                height: auto;
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }



        .banner.coaching .index-banner figure {
            width: 300px;
            height: 200px;
            margin: 0;
            padding: 0;
            background: #fff;
            overflow: hidden;
        }

            .banner.coaching .index-banner figure:hover + span {
                bottom: -36px;
                opacity: 1;
            }


.img-coach:hover img {
    width: 350px;
}

.img-coach img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-coach:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img-coach img {
    width: 400px;
    height: auto;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-coach:hover img {
    width: 300px;
}

.banner.coaching .index-banner figcaption {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    color: #f95646;
    display: block;
}

.overlay-light .bg-back {
    position: relative;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

    .overlay-light .bg-back:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right, #333, #333);
        opacity: .4;
    }

.text-page-full {
    position: relative;
    top: 2vh;
    padding: 20px 10%;
}

    .text-page-full p {
        font-size: 16px;
    }

    .text-page-full .number-box {
        width: 100px;
        height: 100px;
        border: 3px solid #fff;
        padding: 30px;
        text-align: center;
        margin: 0px auto;
    }

        .text-page-full .number-box span {
            color: #fff;
            font-size: 22px;
        }

/*end-coaching*/
/*mainCategory-gallery*/
.mainCategory-gallery {
    text-align: center;
    margin: 0px auto;
}

    .mainCategory-gallery a.cat-box {
        width: 60px;
        height: 130px;
        overflow: hidden;
        text-align: center;
        display: inline-block;
        margin: 0px auto;
    }

        .mainCategory-gallery a.cat-box img {
            width: 70px;
            height: auto;
        }

        .mainCategory-gallery a.cat-box h2 {
            font-size: 12px;
            color: #333;
            margin: 10px 10px;
        }
/*lightgallery*/
.in-coaching.banner {
    width: 100%;
    min-height: 250px;
    padding: 25px;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../image/img-back/back-pic.png);
    background-color: #111;
    margin: 0px auto;
}

.in-coaching .demo-gallery {
    height: 210px;
    overflow: hidden;
}

.in-coaching h5.more-btn-img {
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: table;
    color: #2196F3;
    margin: 10px auto;
    cursor: pointer;
}

.more-img {
    height: auto !important;
}

.coaching #lightgallery .in-lightgallery {
    width: 100%;
    height: 100%;
    min-height: 150px;
    display: block;
}

.coaching #lightgallery > div {
    width: 100%;
    height: 200px;
    margin: 15px auto;
    overflow: hidden;
}

.coaching #lightgallery .in-lightgallery img {
    width: 100%;
    height: 100%;
}

.pswp__ui {
    height: 0px;
}


/*end-lightgallery*/

/*download*/
.coaching.download {
    margin: 35px;
}

.banner.download .img-coach img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.banner.download .index-banner .img-coach img {
    height: 100% !important;
    width: auto;
    text-align: center;
}

.banner.download .index-banner {
    background-color: #fff;
    margin: 15px auto;
    border-radius: 3px;
}

    .banner.download .index-banner figcaption {
        font-size: 12px;
        color: #333;
        height: 50px;
        overflow: hidden;
        line-height: 24px;
        margin-top: 5px;
    }

    .banner.download .index-banner .img-coach {
        width: 100%;
        height: 150px;
    }
/*end-download*/

/*download-file*/
.banner .btn-blue-info {
    padding: 7px 10px;
    background: #2fbeff;
    color: #ffffff !important;
    font-size: 11px;
    border: 1px solid #2fbeff;
    text-align: center;
}

    .banner .btn-blue-info:hover, .banner .btn-blue-info:active {
        background: #2b9fd4;
        border: 1px solid #2b9fd4;
    }

.banner .btn-price {
    background: #ffffff;
    color: #04cc3a !important;
    border: 1px solid #04cc3a;
    text-align: center;
    padding: 7px 10px;
    font-size: 11px;
}

    .banner .btn-price:hover, .banner .btn-price:active {
        background: #ffffff;
        color: #009f2b !important;
        border: 1px solid #009f2b;
    }
.adv-in {
    width: 100%;
    max-width: 400px;
    margin: 10px auto;
    text-align: center;
}
    .adv-in .img-adv {
        width: 100%;
        height: 200px;
        overflow:hidden;
    }
.adv-in img{
    width:100%;
    height:auto;
}
    .adv-in figcaption {
        display: grid;
        font-size: 10px;
        margin: 10px auto;
    }
    .adv-in figcaption span {
        display: grid;
        font-size: 14px;
        margin: 10px auto;
    }

    /*adv*/



.adv .hover-table-layout {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
}

.adv .listing-item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    z-index: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.10);
}

    .adv .listing-item:hover, .listing-item.active {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        transform: scale(1.03);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 2;
    }

    .adv .listing-item .listing {
        padding: 20px 20px 0 20px;
        position: relative;
    }

        .adv .listing-item .listing:before {
            content: "";
            position: absolute;
            top: -15px;
            left: -o-calc(50% - 15px);
            left: -moz-calc(50% - 15px);
            left: -webkit-calc(50% - 15px);
            left: calc(50% - 15px);
            border-bottom: 20px solid #fff;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
        }

.adv figure.image img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.adv figure.image {
    position: relative;
    margin: 0;
    padding: 0;
    height: 135px;
    overflow: hidden;
}

    .adv figure.image figcaption {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        bottom: 0px;
        background: rgba(0,0,0,0.2);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.adv figcaption .caption {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.adv a figcaption h4 {
    color: white;
    font-size: 12px;
    line-height:25px;
    display:none;
}

.adv a .listing h4 {
    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    color: #343a40;
}

    .adv .listing h4:not(:last-child) {
        border-bottom: 1px solid #ccc;
    }

.adv .listing-item:hover figure.image figcaption {
    background: rgba(240, 179, 16, 0.60);
}
.adv a .listing-item:hover figcaption h4 {
    display: block;
}


@media only screen and (min-width:540px) {
    .adv .listing-item {
        display: block;
        width: -webkit-calc(100%/3);
        width: -moz-calc(100%/3);
        width: calc(100%/3);
    }
}

@media only screen and (min-width:1024px) {
    .adv .hover-table-layout {
        padding: 30px;
    }
}

.search-icon i{
	color:#fff;
	font-size:20px;
	padding:5px;
}




/** hidden search field **/
#searchbar {
 
    display: none;
    width: 100%;
    position: absolute;
    height: 61px;
    right: 0px;
    text-align: revert;
    border-top: 1px solid #d8d8d8;
    padding-right: 25px;
    padding-left: 10px;
    z-index: 9999;
    background: #fff;
    -webkit-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: -1px 2px 2px rgba(0,0,0,0.2);
}

#s {
     display: block;
    width: 95%;
    border: 0;
    outline: none;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #676767;
    text-align: right;
}

#searchsubmit {
     display: block;
    float: right;
    margin-top: 6px;
    background: none;
    position: relative;
    top: 10px;
    font-size: 25px;
    color: #717171;
    border: 0;
    outline: none;
    cursor: pointer;
}

#searchtoggl i{    margin-top: 20px;
    position: relative;
right: -10px;}
/*advance-search*/
.banner.download-file {
    width: 100%;
    min-height: 250px;
    padding: 2rem;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(/images/img-back/back-pic.png);
    background-color: #c3c3c3;
    margin: 0px auto;
}

.advance-search .search-sec {
    background: #343a4091;
    padding: 5px 20px;
    border-radius: 2px;
    max-width: 800px;
    text-align: center;
    margin: 0px auto;
}

.advance-search input.form-control,
.advance-search button,
.advance-search select {
    border-radius: 0px;
    font-size: 13px;
}

.search-slt {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 38px;
    border-radius: 0;
}

.wrn-btn {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    height: 38px;
    border-radius: 0;
}

/*end-download-file*/

/*gallery*/
.main-cotain {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    grid-gap: 10px;
    min-height: 300px;
    overflow: hidden;
}

.coaching.gallery #lightgallery > div {
    width: 100%;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
}


.coaching.coaching.gallery #lightgallery > div img {
    width: 100%;
    height: 100%;
}

/*end-gallery*/


/*about*/
.about .text-page-full h1 {
    position: relative;
    top: auto;
}

.about .text-page-full p {
    position: relative;
    top: 5vh;
    text-align: center;
	    color: #fff;
}

.about .banner {
    background-color: #111;
    text-align: center;
}

    .about .banner h4 {
        text-align: center;
        margin: 70px auto;
        color: #fff;
    }

.rokn.about .image-wrapper {
    width: 70%;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    margin: 40px auto;
}

    .rokn.about .image-wrapper img {
        width: 100%;
        height: 100%;
    }

/*end-about*/
/*v-blog*/
.v-box {
    height: 280px;
    width: 100%;
}

    .v-box a {
        display: block;
    }

.v-box-main.top-text {
    margin: 30px auto;
}

.row.v-box {
    margin: 0px auto 70px auto;
    height: 280px;
}

.v-box .v-img {
    padding: 0px;
    height: 280px;
}

    .v-box .v-img img {
        width: 100%;
        height: 100%;
    }

.v-box .v-txt {
    background-color: #0a4e8d;
    padding: 3rem;
    color: #333;
    background-color: #ccc;
    padding: 3rem
}

    .v-box .v-txt h2 {
        font-size: 18px;
        color: #0a4e8d;
    }

    .v-box .v-txt h4,
    .v-box .v-txt p {
        position: absolute;
        padding: 15px;
    }


.v-box.odd .v-btn {
    position: relative;
    top: 70%;
    left: auto;
    right: 95%;
    z-index: 9;
}

.v-box .v-btn {
    background-color: #000;
    width: 150px;
    height: 100px;
    position: relative;
    top: 70%;
    left: 20%;
    color: #fff;
    padding-top: 10px;
    text-align: center;
}

    .v-box .v-btn a {
        width: 70px;
        display: grid;
        margin: 20px auto;
        text-align: center;
        background: #f0b310;
        color: #fff;
        border: 1px solid #f0b310;
    }


/*end-v-blog*/
/*signal*/

.container-fluid.signal-page {
    padding: 0px 15px;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent rgba(0,0,0,0.53);
    border-bottom: 2px solid !important;
    font-size: 14px;
}

.nav-tabs .nav-link i {
    padding: 0px 10px;
    font-size: 20px;
}

.project-tab .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #343a40;
    font-size: 14px;
    font-weight: 400;
}

    .project-tab .nav-link:hover {
        border: none;
    }

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}


.signal-page .search {
    margin-top: 45px;
}

    .signal-page .search h2 {
        font-size: 12px;
        padding: 12px 0px;
        border-bottom: 1px solid #ccc;
    }

    .signal-page .search h3 {
        font-size: 13px;
        text-align: right;
        color: #0a4e8d;
        padding: 5px;
        border-bottom: 1px solid #0a4e8d2e;
    }

    .signal-page .search .col-12 {
        padding: 15px 10px;
    }

    .signal-page .search .btn-buy-signal.red {
        background-color: #fff;
        color: #f95646 !important;
    }

        .signal-page .search .btn-buy-signal.red i {
            color: #f95646 !important;
        }
		.column-main-radio{
			width:100%;
			max-width:300px;
			    margin: 0px auto;
		}
	.ex-radio 	{
			display: grid;
    grid-template-columns: 10% 90%;
	margin: 0px auto;
		}
.ex-radio input {
width: 20px !important;
    text-align: right;
}
.ex-radio label {
font-size:16px ;
  font-size: 16px;
    position: relative;
    top: 5px;
	}
.ex-radio label span {
    font-size: 18px;
    font-weight: bold;
    color: #2f9e33;
}
.radio {
    display: block;
    position: relative;
    padding-right: 22px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    text-align: right;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkround {
    position: absolute;
    top: 0;
    padding: 5px;
    right: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-color: #0a4e8d;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

.radio input:checked ~ .checkround {
    background-color: #fff;
}

.checkround:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkround:after {
    display: block;
}

.radio .checkround:after {
    right: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #0a4e8d;
}

.check {
    display: block;
    position: relative;
    padding-right: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: right;
    padding: 0px 30px;
}

    .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #0a4e8d;
    border-style: solid;
    border-width: 2px;
}

.check input:checked ~ .checkmark {
    background-color: #fff;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    right: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #0a4e8d;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}






.control-group-1 {
    display: contents;
    text-align: right;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    padding: 30px;
    width: 100%;
}

.control {
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    text-align: right;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control__indicator {
    position: absolute;
    top: 2px;
    right: 0;
    height: 20px;
    width: 20px;
    background: #fff;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #2aa1c0;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #0e647d;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox .control__indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}


.cust-btn {
    margin-bottom: 10px;
    background-color: #0a4e8d;
    border-width: 2px;
    border-color: #0a4e8d;
    color: #fff;
}

    .cust-btn:hover {
        border-color: #0a4e8d;
        background-color: #fff;
        color: #0a4e8d;
        border-radius: 20px;
        transform-style: 2s;
    }


.signal-page {
}
/* CONTAINERS */
    .twelve {
    width: 100%;
}

.eleven {
    width: 91.53%;
}

.ten {
    width: 83.06%;
}

.nine {
    width: 74.6%;
}

.eight {
    width: 66.13%;
}

.seven {
    width: 57.66%;
}

.six {
    width: 16.66%;
}

.five {
    width: 16.66%;
}

.four {
    width: 16.66%;
}

.three {
    width: 16.66%;
}

.two {
    width: 16.66%;
}

.one {
    width: 16.66%;
}

/* COLUMNS */

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

    .col:first-of-type {
        margin-left: 0;
    }


.card1 {
    width: 100%;
    text-align: center;
    color: #2c3e50;
    padding: 0px;
    border-radius: 2px;
    margin: 15px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .card1 .image-wrapper {
        width: 100px;
        height: 100px;
        margin: 5px auto;
        border-radius: 100%;
        background-image: url('../image/img-main/MM.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    .card1 .info .four {
        text-align: center;
        border-right: 1px solid #2c3e50;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 10px;
    }

        .card1 .info .four:last-of-type {
            border-right: none;
        }

        .card1 .info .four .number {
            display: block;
            font-size: 20px;
            padding: 3px 0;
            font-weight: 700;
        }

    .card1 .options {
        margin-top: 30px;
        text-align: left;
    }

        .card1 .options ul {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

            .card1 .options ul .icon {
                display: inline-block;
                width: 30px;
                height: 30px;
                background-color: #ffffff;
                border-radius: 100%;
                margin-right: 8px;
                vertical-align: middle;
                color: #343a40;
                line-height: 30px;
                text-align: center;
            }

    .card1 .four.col.red {
        color: #f95646;
    }

    .card1 .four.col.green {
        color: #14b662;
    }

    .card1 .four.col {
        width: 28%;
    }

    .card1 .info {
        height: 60px;
    }

    .card1 .options ul li {
        margin: 10px 0;
        text-align: center;
    }

        .card1 .options ul li i {
            margin: 0px 0;
            font-size: 15px;
            color: #0062cc;
            text-align: center;
        }

    .card1 .name {
        font-size: 14px;
        margin-top: 20px;
    }

    .card1 a.btn-buy-signal {
        width: 100%;
        height: 40px;
        color: #fff !important;
        text-align: center;
        background-color: #14b662;
        font-size: 12px;
        padding: 10px;
        line-height: 11px;
        border-radius: 0px;
    }

.search a.btn-buy-signal,
.search button.btn-buy-signal {
    background-color: #2196F3;
}

.card1 a.btn-buy-signal i {
    padding: 0px 10px;
    height: 40px;
    color: #fff;
}
/* CARD 2 */
button:focus {
    outline: 1px dotted;
    outline: none;
}

.part1 label {
    text-align: right;
    width: 100%;
}

    .part1 label i {
        font-size: 15px;
        color: #0a4e8d;
        padding: 0px 10px;
    }

.text-bold {
    font-weight: bold;
}

.class-user label {
    display: block;
    width: 100%;
    font-size: 14px;
    margin: 17px auto;
}

    .class-user label i {
        font-size: 18px;
    }

.price label {
    font-weight: bold;
    font-size: 16px;
}

    .price label span {
        color: #0a4e8d
    }

.price .btn-buy-signal,
.btn-buy-signal {
    max-width: 300px;
    text-align: center;
    width: 100%;
    font-size: 12px;
    padding: 6px 16px;
    margin: 0px auto;
    background-color: #42da60;
    border-radius: 0;
    color: #fff;
}

.img-signal {
    width: 100%;
    width: 100%;
    border: 1px solid #888;
    margin: -10px;
}

    .img-signal img {
        width: 100%;
    }

.sec-analiz h3 {
    text-align: right;
    font-size: 14px;
    padding: 11px;
    border-bottom: 1px solid #888;
}


.sec-analiz {
    padding: 15px;
    text-align: right;
}

.part1 {
    text-align: center;
    margin: 15px auto;
    width: 220px;
}

    .part1 label :nth-child(2) {
        display: inline-block;
        width: 105px;
        font-size: 13px;
        text-align: right;
    }

    .part1 label .valuePriceOu {
        color: #f0464f;
        display: inline-block;
        text-shadow: 0 0 0 #f0464f;
        font-size: 14px;
    }

    .part1 label .valuePriceIn {
        display: inline-block;
        color: #0aa699;
        text-shadow: 0 0 0 #004a44;
        font-size: 14px;
    }

.bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
}



.pricing-divider {
    background: #C64545;
    padding: 1em 0 4em;
    position: relative;
}

.blue .pricing-divider {
    background: #2D5772;
}


.blue b {
    color: #2D5772
}


.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.btn-custom {
    background: #C64545;
    color: #fff;
}



.princing-item {
    transition: all 150ms ease-out;
}

.text-light {
    color: #f8f9fa !important;
    font-size: 18px;
    padding: 10px;
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}




/*taring*/
.stars {
    display: inline-block;
    font-size: 35px;
    line-height: 25px;
    position: relative;
    text-align: left;
    vertical-align: top;
    margin-top: 4px;
    color: #fff14f;
}

    .stars:after {
        content: "☆☆☆☆☆";
    }

.stars--large {
    font-size: 24px;
}

.signup-form-all-input .form-group {
    display: inline-flex;
    width: 100%;
}

    .signup-form-all-input .form-group span {
        padding: 5px;
        color: #f95646;
        font-size: 16px;
    }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .stars--large {
        width: 230px;
    }
}

.stars span {
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

    .stars span:after {
        content: "★★★★★";
    }

/*end-signal*/

/*add-comment*/


.add-comment .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.add-comment .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

.add-comment .panel-title a {
    display: block;
    padding: 14px 15px 14px 35px;
    background: #e6e6e6;
    font-size: 14px;
    font-weight: 500;
    color: #ff0000;
    position: relative;
    text-align: right;
    transition: all 0.5s ease 0s;
    border-bottom: 2px solid #ff0000;
    border-radius: 2px;
}



    .add-comment .panel-title a:after,
    .add-comment .panel-title a.collapsed:after {
        content: "\f106";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        font-size: 20px;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 25%;
        left: 0;
        color: #f95646;
    }

    .add-comment .panel-title a.collapsed:after {
        content: "\f107";
    }

    .add-comment .panel-title a.collapsed:hover {
        background: #f1f1f1;
        color: #ff0000;
    }

.add-comment .panel-body {
    font-size: 12px;
    color: #333;
    line-height: 25px;
    background: #ffffff;
    border: 2px solid #ccc;
    text-align: right;
    border-radius: 3px;
    padding: 20px 10px;
    /* border: none; */
    transition: all 0.5s ease 0s;
}

    .add-comment .panel-body .form-control {
        font-size: 14px;
    }

    .add-comment .panel-body button {
        background: #fff;
        border: 2px solid #ccc;
        font-size: 14px;
    }

/*end-add-comment*/
/*team-page*/


section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
    background: #ffffff;
}


#team .image-flip:hover .frontside p img,
#team .image-flip.hover .frontside p img {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#team .mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

#team .frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}


    #team .frontside .card .card-title {
        color: #0a4e8d !important;
        font-size: 16px;
    }

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}





section#content {
    width: 100%;
    max-width: 400px;
    /* left: 50%; */
    top: 50px;
    /* margin-left: -150px; */
    text-align: right;
    margin: 15px 0;
}


.theme-transit div.dropdown {
    text-align: right;
    font-size: 0.9em;
    color: #33393e;
    /* text-shadow: 0px 1px 1px black; */
    width: inherit;
}

div.dropdown.closed ul {
    margin-top: 0px;
}

    div.dropdown.closed ul li {
        margin-top: -40px;
        height: 0px;
    }

div.dropdown.closed div.title:after {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

div.dropdown div.title {
    width: 100%;
    height: 48px;
    border: 2px solid #333;
    padding: 10px;
    cursor: pointer;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div.dropdown ul li a {
    color: #333;
    font-size: 12px;
    display: block;
    padding: 10px;
    height: 40px;
    margin-top: -40px;
}

div.dropdown div.title:after {
    display: block;
    content: "▾";
    position: absolute;
    left: 20px;
	    top: 15px;
    font-size: 25px;
    margin-top: 0px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.dropdown ul {
    overflow: hidden;
    -moz-transition: margin-top 1s;
    -o-transition: margin-top 1s;
    -webkit-transition: margin-top 1s;
    transition: margin-top 1s;
}

    div.dropdown ul li {
        width: 100%;
        height: 40px;
        border: 1px solid rgba(25, 25, 25, 0.3);
        vertical-align: top;
        -moz-transition: margin-top 0.5s, height 0.5s;
        -o-transition: margin-top 0.5s, height 0.5s;
        -moz-box-sizing: border-box;
    }

        div.dropdown ul li:first-child {
            border-bottom: none;
            border-top: none;
        }

        div.dropdown ul li:last-child {
            border-top: none;
            -moz-border-radius: 0px 0px 3px 3px;
            -webkit-border-radius: 0px;
            border-radius: 0px 0px 3px 3px;
        }

        div.dropdown ul li:hover {
            text-shadow: 0px 1px 1px black, 0px 0px 4px white;
        }

        div.dropdown ul li:before {
            content: " ";
            display: inline-block;
            position: relative;
            margin-top: -12px;
            margin-right: 10px;
            width: 20px;
            height: 40px;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
            opacity: 0.7;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
        }



/*search-page*/
.searchbardiv {
    display: block;
    position: fixed;
    background: #33393f;
    top: 36px;
    right: 0px;
    z-index: 1001;
    width: 100%;
    max-width: 100%;
    padding: 9px;
    margin: 0px;
}

    .searchbardiv .input-group-btn button {
        height: 42px;
        border-radius: 0px;
        background: #f0b310;
        font-weight: 400;
        padding: 2px 16px;
        font-size: 12px;
        color: #31373d;
    }

.buttonsearch {
    margin-right: 10px;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    .buttonsearch:hover {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

    .buttonsearch:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border: 0px;
    }

#formsearch {
    display: none;
}

.fa-search {
    font-size: 18px;
}

#searchbox {
    box-shadow: none;
    padding: 8px 14px;
}

    #searchbox:hover {
        box-shadow: none;
    }

.form-control:focus {
    border-color: #ccc;
}
/*end-*/
.top-text-search {
    margin-top: 20px;
}

.search-col .search-box {
    border-bottom: 1px solid #ccc;
    padding: 10px;
}

.search-box .image-box {
    width: 100%;
    max-width: 200px;
    height: 110px;
    text-align: center;
    margin: 0px auto;
}

    .search-box .image-box img {
        width: 100%;
        height: 100%;
    }

.search-box .dec-box h2 {
    font-size: 14px;
    color: #228ff7;
    line-height: 30px;
    font-weight: 700;
}

.search-box .dec-box p {
    font-size: 12px;
    color: #333;
    line-height: 25px;
}

.search-box .mylogin-de {
    float: left;
}

.right-more ul li input {
    float: right;
    padding: 9px;
    margin: 5px 10px;
}

.more-search .right-more {
    margin: 0 5vw 0px 0px;
}

    .more-search .right-more h3 {
        font-size: 14px;
        color: #228ff7;
        line-height: 30px;
        font-weight: 700;
    }

    .more-search .right-more ul li {
        font-size: 12px;
        color: #333;
        line-height: 25px;
        list-style-type: none;
    }
/*end-search-page*/



/*video-page*/
.video-page {
    margin-top: 50px;
}

.video-box-page {
    margin: 15px 0px;
}

.video-page .mylogin-de {
    float: left;
}

.video-box-page h3 {
    padding: 5px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}
/*end-video-page*/
/*-accordion*/
.faq-page {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 20px;
}

.header-faq {
    margin: 20px auto;
    padding: 10px;
    border-bottom: 1px solid #f95646;
}

    .header-faq h6 {
        font-size: 16px;
    }

#accordion .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}

#accordion .panel-title a {
    display: block;
    padding: 12px 61px 12px 10px;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #d83c3c;
    /* border: 1px solid #ececec; */
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}

    #accordion .panel-title a.collapsed {
        box-shadow: none;
        color: #676767;
        box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    }

        #accordion .panel-title a:before,
        #accordion .panel-title a.collapsed:before {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            width: 25px;
            height: 25px;
            line-height: 28px;
            font-size: 15px;
            font-weight: 900;
            color: #d83c3c;
            text-align: center;
            position: absolute;
            top: 8px;
            right: 15px;
            transform: rotate(135deg);
            transition: all 0.3s ease 0s;
        }

        #accordion .panel-title a.collapsed:before {
            color: #676767;
            transform: rotate(0);
        }

    #accordion .panel-title a:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #ececec;
        position: absolute;
        top: 0;
        right: 55px;
    }

#accordion .panel-body {
    padding: 5px 40px 10px 10px;
    /* border: none; */
    font-size: 14px;
    color: #444444;
    line-height: 35px;
}
/*faq-modal*/
.faq-login-modal-body .close {
    position: relative;
    top: 0;
    left: 10px;
    color: #d83f1c;
    float: right;
}

.faq-login-modal-body .close {
    opacity: 0.75;
}

    .faq-login-modal-body .close:focus, .faq-login-modal-body .close:hover {
        color: #39e8b0;
        opacity: 1;
        text-decoration: none;
        outline: 0;
    }

.faq-login-modal .modal-dialog .modal-content {
    border-radius: 0px;
}

/* form animation */
.faq-login-form .form-group {
    position: relative;
    margin-bottom: 1.5em !important;
}
.left-sec{float: left;
    width: 100%;
   }
	.left-sec button{
	    width: 50%;
    min-width: 150px;
	}
.login-form .login-p,.blue-txt{
	   font-weight: bold;
    color: #0d669a;
    font-size: 14px;
}
.login_now{
	color: rgb(40 136 255);
    cursor: pointer;
    display: block;
    padding: 15px 10px;
    font-size: 14px;
}
.login_now i{    font-size: 18px;
    color: #f95646;}
.faq-login-form .form-control {
    border: 0px solid #ced4da !important;
    border-bottom: 1px solid #adadad !important;
    border-radius: 0 !important;
}

    .faq-login-form .form-control:focus, .faq-login-form .form-control:active {
        outline: none !important;
        outline-width: 0;
        border-color: #adadad !important;
        box-shadow: 0 0 0 0.2rem transparent;
    }

.login-form .sing-up-btn {
	    font-size: 16px;
    font-weight: bold;
    padding: 0px 5px;
    color: #f95646;
}
.faq-login-form {
    padding: 2em 0 0;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    border-top: 0px;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 75%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}


button.btn-check-login:hover {
    color: #fff;
    background-color: #14b662;
    border: 2px solid #14b662;
}

.btn-check-login {
    color: #14b662;
    background-color: transparent;
    border: 2px solid #14b662;
    transition: all ease-in-out .3s;
}

.btn-check-login {
    display: inline-block;
    padding: 12px 0;
    margin-bottom: 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0;
    width: 100%;
}



.text-primary-fau {
    color: #1959a2;
    font-size: 12px;
}

.select-form-control-placeholder {
    font-size: 100%;
    padding: 7px 0 0 13px;
    margin: 0;
}




/*end-accordion*/

/*Coin-sec*/
.Coin-sec {
    margin-top: 25px;
}

    .Coin-sec .nav-tabs > li {
        padding: 5px 10px;
        border-bottom: 2px solid #1a1a1a;
    }

        .Coin-sec .nav-tabs > li a {
            color: #333;
            font-size: 13px;
            padding: 7px;
            border: none;
        }

            .Coin-sec .nav-tabs > li a.active.show {
                border: none;
                border-bottom: 2px solid #ff0000;
            }

.container .add-comment {
    margin-top: 50px;
}

#tgju {
    overflow: scroll;
}

    #tgju table.data-table thead th {
        background: #343a40 !important;
    }

.tgju-copyright {
    background: #343a40 !important;
}


/*azmooon*/
.container-fluid-main {
    direction: rtl;
}

    .container-fluid-main p {
        font-size: 13px;
        line-height: 35px;
        text-align: justify;
    }

.container-fluid-main {
    background-image: url(/images/bg.jpg);
    background-size: cover;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    margin-top: -15px;
    padding-top: 25px;
}

    .container-fluid-main .container.text > h1,
    .container-fluid-main .container.text > p {
        text-align: center;
    }
    /*random*/
    .container-fluid-main .random {
        width: 60%;
        /*border: 1px solid rgba(0, 0, 0, 0.5);*/
        height: 25px;
        background-color: rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        text-align: center;
        margin: auto;
        align-items: center;
    }

    .container-fluid-main .btn-test {
        border: none;
        background-color: #2196F3;
        box-shadow: none;
        padding: 7px 15px;
        color: white;
        margin: auto;
        border-radius: 7px;
    }

    .container-fluid-main .box-test {
        border: none;
        width: 100%;
        background-color: #2196F3;
        box-shadow: none;
        padding: 7px 15px;
        float: right;
        color: white;
        margin: 10px auto;
        text-decoration: none;
        border-radius: 7px;
    }

        .container-fluid-main .box-test:hover {
            color: white;
            background-color: rgb(22, 115, 192);
            text-decoration: none;
        }

    .container-fluid-main .seo {
        margin: 20px auto;
        max-width: 660px;
        width: 100%;
        background-color: #ffffffa3;
        padding: 30px;
        border-radius: 10px;
    }


    .container-fluid-main .inrandom {
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 10px;
        text-align: center;
        align-items: center;
        float: left;
        color: white;
    }
    /*radio*/
    .container-fluid-main .form {
        height: 50px;
    }

    .container-fluid-main .container-test {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .container-fluid-main .container-test input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    .container-fluid-main .checkmark {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        background-color: #d0d0d0;
        border: 1px solid #2196f3;
    }

    .container-fluid-main .container-test:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .container-fluid-main .container-test:hover p {
        font-weight: bold;
    }

    .container-fluid-main .container-test input:checked ~ p {
        color: #2196F3;
    }

    .container-fluid-main .container-test input:checked ~ .checkmark {
        background-color: #2196F3;
    }

    .container-fluid-main .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .container-fluid-main .container-test input:checked ~ .checkmark:after {
        display: block;
    }

    .container-fluid-main .container-test .checkmark:after {
        right: 9px;
        top: 5px;
        width: 7px;
        height: 13px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .container-fluid-main .container-test p {
        padding: 0 25px 0 0;
    }

    .container-fluid-main input {
        transition: 2s;
    }

    .container-fluid-main .quiz {
        margin: 15px auto 15px auto;
        transition: 0.3s;
        text-align: right;
        background: #ffffff47;
        padding: 15px 25px;
    }

        .container-fluid-main .quiz p {
            margin-right: 40px;
            font-size: 14px;
        }

            .container-fluid-main .quiz p:first-child {
                font-weight: bold;
                min-height: 80px;
            }

    .container-fluid-main form {
        margin: auto;
        width: 100%;
        max-width: 660px;
        margin-bottom: 40px;
    }

    .container-fluid-main #random {
        max-width: 50px;
    }

    .container-fluid-main .qp {
        font-size: 40px;
        font-weight: bold;
        color: blue;
    }

    /* .quiz:not(:first-child) {display: none;} */

    .container-fluid-main .nemudar {
        height: 400px;
        max-width: 100%;
        width: 397px;
        overflow: hidden;
        margin: 3px auto 15px auto;
    }

.btn-send-active-code {
    cursor: pointer;
    /* background: rebeccapurple; */
    padding: 6px 5px;
    margin: 15px 62px;
    position: relative;
    top: 5px;
}

.container-fluid-main .result {
    width: 100%;
    margin: auto;
    text-align: center;
}

    .container-fluid-main .result .txt-dec {
        width: 100%;
        max-width: 660px;
        text-align: center;
        display: block;
        margin: 25px auto;
        background: #fde101;
        padding: 5px 20px;
    }

.container-fluid-main .img-maghz {
    width: 100%;
    max-width: 400px;
    margin-top: -415px;
    z-index: 9;
    position: relative;
}

.container-fluid-main .right-nemudar {
    height: auto;
    position: sticky;
    width: 50%;
    top: 100%;
    bottom: 0;
    z-index: 3;
    float: right;
    overflow: hidden;
}

.container-fluid-main .left-nemudar p {
    font-size: 18px;
    font-weight: bold;
    z-index: 20;
    position: absolute;
    margin: auto 30px 0 auto;
    text-shadow: 1px 1px 0px white,-1px 1px 0px white,1px -1px 0px white,-1px -1px 0px white,1px 1px 0px white,0px 1px 0px white,1px 0px 0px white,0px -1px 0px white,-1px 0px 0px white,-3px 3px 3px rgba(0, 0, 0, 0.6);
    /* top: 50%; */
    /* bottom: 50%; */
}

.container-fluid-main .right-nemudar p {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 0px white,-1px 1px 0px white,1px -1px 0px white,-1px -1px 0px white,1px 1px 0px white,0px 1px 0px white,1px 0px 0px white,0px -1px 0px white,-1px 0px 0px white,-3px 3px 3px rgba(0, 0, 0, 0.6);
    z-index: 20;
    position: absolute;
    margin: auto 127px 0 auto;
    /* top: 50%; */
    /* bottom: 50%; */
}

.container-fluid-main .text h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #0a4e8d;
}

.container-fluid-main .p-2 {
    font-weight: bold;
    text-align: right;
}

.container-fluid-main .left-nemudar {
    height: auto;
    position: sticky;
    width: 50%;
    top: 100%;
    bottom: 0;
    -nemudar float: left;
    overflow: hidden;
}



/*calculator*/

.calculator .drg-body {
    margin: 50px auto;
}

.calculator .page-title {
    display: block;
    padding: 2px 0 7px;
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #ccc;
    position: relative;
    margin-top: 50px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

#coin-type {
    font-size: 14px;
}

.calculator .page-title span {
    width: 200px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -100px;
}

.calculator h3.title {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #0a4e8d;
}

.calculator .convert-body div span {
    padding: 5px;
    margin: 0px 5px;
}

.calculator .drg-center {
    width: 300px;
    height: 50px;
    border-radius: 20px;
    background-color: #7f7f7f;
    border: 5px solid white;
    color: white;
    position: absolute;
    padding: 7px;
    text-align: center;
    align-items: center;
    text-shadow: -1px 1px 2px rgba(0, 0, 0, 0.7);
    margin-top: -50px;
}

.calculator .furmuls {
    display: inline-flex;
}

.calculator .drg {
    width: 300px;
    height: 50px;
    position: relative;
    border-radius: 27px;
    background-color: #7f7f7f;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    transform: rotate(5deg);
}
/* end drg */


.calculator table {
    border-collapse: collapse;
    width: 100%;
}

.calculator td, .calculator th {
    text-align: center;
    align-items: center;
    padding: 8px;
}


.calculator .footer-calcu button {
    width: 100%;
    max-width: 300px;
}

.calculator input[type=number]::-webkit-inner-spin-button,
.calculator input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    background-color: rgba(255,255,255,0.7);
}

.calculator section table {
    margin: 15PX auto;
    border: 1px solid #d5d5d5;
    border-top: 4px solid #f95646 !important;
}

.calculator #gold-calculator tr td {
    width: 30% !important;
}

.calculator #gold-calculator2 tr td {
    width: 20% !important;
}

.calculator .end-table table {
    border: 1px solid #d5d5d5;
    margin-bottom: 15px;
}

/*style*/
.calculator .gheimat-a {
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    letter-spacing: 2px;
    width: 90%;
    margin: 0px auto;
    font-size: 14px;
    color: #00c722;
    height: 30px;
    background-color: #efefef;
    border-radius: 4px;
    padding: 5px;
    font-weight: bold;
}

p.result.i-in-gheimat {
    color: transparent;
    border-top: transparent;
}

.calculator input[type=button] {
    border: none;
    background-color: #2760ad;
    color: white;
    padding: 7px 14px;
    float: left;
    margin: auto 20px;
    text-align: center;
    border-radius: 7px;
}

.calculator .main-box-table {
    display: inline-flex;
}

.calculator .result-box span {
    font-weight: 600;
}

.calculator .result-box {
    background: #f3f3f3;
}

.calculator input[type=button]:hover {
    border: none;
    background-color: #1c4c8b;
    color: white;
    padding: 7px 14px;
    text-align: center;
    border-radius: 7px;
}

.calculator input {
    outline: none;
}

    .calculator input:focus {
        outline: none;
    }

.calculator .input-box {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 7px;
    padding: 0px;
    height: 44px;
}

.calculator .in-gheimat, .calculator .in-aiar, .calculator .in-moh {
    margin: auto auto;
    border: 1px solid rgb(210, 210, 210);
    padding: 5px;
    border-radius: 4px;
    height: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    align-items: center;
    width: 90%;
}

    .calculator .in-gheimat:focus {
        outline: none
    }

.calculator .i-in-gheimat {
    margin: 10px auto;
    border-top: 1px solid #bbb;
    padding: 7px 12px;
    color: #333;
    border-radius: 0px;
    text-align: center;
    width: 100%;
    align-items: center;
    font-size: 14px;
}



.calculator .gheimat-a2 {
    max-width: 100%;
    float: left;
    overflow: hidden;
    display: none;
    align-items: center;
    letter-spacing: 2px;
    /* margin-top: 10px; */
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    padding: 7px 10px;
    font-weight: bold;
    color: white;
}

.calculator .mg {
    margin: 10px 0;
    padding: 0 7px;
}

.calculator .mg-p {
    margin: 10px 0;
    padding: 0 7px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.calculator .color {
    background-color: rgba(0, 0, 0, 0.03);
    border: 3px solid #f2f2f2;
    border-radius: 7px;
    padding: 5px
}

    .calculator .color p {
        color: black;
        text-align: center;
    }

.calculator .color-back {
    padding: 10px;
    border: 0 !important;
    box-shadow: 0 2px 2px 0 #ccc, 0 0 2px 1px #e6e6e6;
    max-width: 640px;
    margin: 15px auto;
    border: 1px solid #d5d5d5;
    border-top: 4px solid #ff9600 !important;
}

.calculator thead tr {
    border-bottom: 1px solid #d5d5d5;
}

.panel-join-conferences {
    max-width: 400px;
    margin: 0px auto;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .panel-join-conferences .form-group input {
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        padding: 10px 15px;
        box-sizing: border-box;
        font-size: 12px;
    }

.join-conferences, .join-conferences2 {
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 10px 16px;
    color: #FFFFFF;
    font-size: 14px;
}

.join-conferences2 {
    width: 80%;
}

.box-right.bold-box {
    margin: 30px auto;
    border: none;
    min-height: 100px;
    text-align: center;
    background: #fff;
    max-width: 400px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    padding: 15px 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.blog-inner .box-right.bold-box span {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    color: #33393f;
}

.blog-inner .box-right.bold-box h1 {
    text-align: center;
    font-size: 16px;
    padding: 16px 5px;
    color: #E91E63;
    font-weight: 800;
}

.joinbox {
    position: absolute;
    top: 50px;
    z-index: 1;
    right: auto;
    left: auto;
}

.fixed-joinbox {
    position: fixed;
    top: 50px;
}

.free-workshop .back-top {
    margin: 30px auto;
}

    .free-workshop .back-top img {
        width: 100%;
        height: auto;
        max-height: 380px;
    }

.free-workshop h1 {
    margin: 30px auto;
    line-height: 30px;
    font-size: 20px;
}

.free-workshop p {
    line-height: 30px;
    font-size: 14px;
}

    .free-workshop p strong {
        font-size: 16px;
        color: #ff8e01;
        font-weight: 600px;
        text-align: center;
    }

.free-workshop .paralax-image {
    background-attachment: fixed;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    text-align: center;
}

.free-workshop .bold-box {
    text-align: center;
    margin: 0px auto;
}

.free-workshop .panel-join-conferences {
    max-width: 600px;
    margin: 0px auto;
    position: relative;
    padding: 10px 45px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.free-workshop .paralax-image h4 {
    color: #fff;
    line-height: 40px;
    padding: 10px;
    font-weight: 800;
    font-size: 20px;
}

    .free-workshop .paralax-image h4 span {
        color: #0095ff;
        font-weight: 800;
        font-size: 22px;
    }

.free-workshop .paralax-image p {
    color: #fff;
    padding: 0;
    font-size: 14px;
}

.free-workshop .costum img {
    max-width: 100%;
}

.img-gallery-free img {
    width: 100%;
    height: 250px;
}

/*basket-new*/



.container-basket {
    width: 100%;
    min-height: 100vh;
    height: AUTO;
}

    .container-basket .container {
        width: 100%;

        margin: 0 auto;
        position: relative;
    }

    .container-basket .row {
        padding: 20px 0;
    }

/* GRID */

.twelve {
    width: 100%;
}

.eleven {
    width: 91.53%;
}

.ten {
    width: 83.06%;
}

.nine {
    width: 74.6%;
}

.eight {
    width: 66.13%;
}

.seven {
    width: 57.66%;
}

.six {
    width: 49.2%;
}

.five {
    width: 40.73%;
}

.four {
    width: 32.26%;
}

.three {
    width: 23.8%;
}

.two {
    width: 15.33%;
}

.one {
    width: 6.866%;
}

/* COLUMNS */

.col {
    display: block;
    float: right;

}

    .col:first-of-type {
        margin-left: 0;
    }



/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.wrapper {
    width: 100%;
	max-width:700px;
    margin: 30px auto;
}

/* STEPS */

.steps {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: center;
}


    .steps li {
        display: inline-block;
        margin: 20px;
        color: #ccc;
        padding-bottom: 5px;
    }

        .steps li.is-active {
            border-bottom: 1px solid #3498db;
            color: #3498db;
        }

/* FORM */

.form-wrapper .section {
    padding: 0px 20px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     padding: 30px;
    background-color: #fafafa;
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    position: absolute;
    width: 100%;
	    max-width: 700px;
    min-height: 300px
}

    .form-wrapper .section h3 {
        margin-bottom: 30px;
    }

    .form-wrapper .section.is-active {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.form-wrapper .button, .form-wrapper .submit {
    background-color: #14b662;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 0.6em 3em;
    color: #fff;
    font-weight: bold;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 15px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.form-wrapper .button a {
  
    color: #fff;
  
}
.form-wrapper .submit {
    border: none;
    outline: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.basket-page-address, .row-section {
    text-align: center;
    margin: 0px auto;
    max-width:600px;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="password"],
.form-wrapper select {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    border: none;
    width: 100%;
    max-width: 600px;
    outline: none;
    font-size: 14px !important;
}

.form-wrapper input[type="radio"] {
    display: none;
}

    .form-wrapper input[type="radio"] + label {
        display: block;
        border: 1px solid #ccc;
        width: 100%;
        max-width: 300px;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
    }

        .form-wrapper input[type="radio"] + label:before {
            content: "✔";
            position: absolute;
            right: -10px;
            top: -10px;
            width: 30px;
            height: 30px;
			padding: 1px 10px;
            line-height: 30px;
            border-radius: 100%;
            background-color: #3498db;
            color: #fff;
            display: none;
        }

    .form-wrapper input[type="radio"]:checked + label:before {
        display: block;
    }

    .form-wrapper input[type="radio"] + label h4 {
        margin: 15px;
        color: #ccc;
        font-size: 14px;
    }

    .form-wrapper input[type="radio"]:checked + label {
        border: 1px solid #3498db;
    }

        .form-wrapper input[type="radio"]:checked + label h4 {
            color: #3498db;
        }





/*basket-page*/
.basket-page {
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: auto;
    height: auto;
    font-size: 14px;
}


.heading {
    padding: 5px 15px;
    border-bottom: 1px solid #D0D0D0;
    height: 40px;
}

    .heading h1 {
        float: right;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #0a4e8d;
    }

    .heading a.continue:link, .heading a.continue:visited {
        font-size: 12px;
        padding: 7px 16px;
        color: #fff;
        background: #14b662;
        font-weight: bold;
        border-radius: 20px;
        float: left;
        margin: -10px 5px;
    }

    .heading a.continue:hover, .heading a.continue:focus, .heading a.continue:active {
        background: #13a157;
    }

.basket-page .tableHead {
    display: table;
    width: 100%;
    font-size: .75em;
    margin-bottom: 0;
    border-bottom: 1px solid #343a40;
}

    .basket-page .tableHead li {
        display: table-cell;
        padding: 1em 0;
        text-align: center;
    }

        .basket-page .tableHead li.prodHeader {
            text-align: right;
        }
.basket-page label{
    text-align:right;
    width:100%;
}
.continue.buy-btn {
    font-size: 12px;
    padding: 7px 16px;
    color: #fff;
    background: #14b662;
    font-weight: bold;
    border-radius: 20px;
    float: left;
    margin: -10px 5px;
}

.basket-page .cart .tableHead .items {
    background: #fff;
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 2px 5px;
    border-bottom: none;
}

t .tableHead .items p {
    margin-top: 40px;
}

.basket-page .cart .items.even {
    background: #fafafa;
}

.basket-page .cart .items .infoWrap {
    display: table;
    width: 100%;
}

.basket-page .cart .items .cartSection {
    display: table-cell;
    vertical-align: middle;
}



    .basket-page .cart .items .cartSection h3 {
        font-size: 1em;
        margin-top: 15px;
        font-weight: bold;
    }

    .basket-page .cart .items .cartSection p {
        display: inline-block;
        font-size: .85em;
        color: #777777;
    }

        .basket-page .cart .items .cartSection p .quantity {
            font-weight: bold;
            color: #333;
        }

    .basket-page .cart .items .cartSection .itemImg {
        width: 4em;
        float: right;
    }

    .basket-page .cart .items .cartSection.qtyWrap, .cart .items .cartSection.prodTotal {
        text-align: center;
		    width: 20%;
    font-size: 14px;
    }

        .basket-page .cart .items .cartSection.qtyWrap p, .cart .items .cartSection.prodTotal p {
            font-weight: bold;
            font-size: 1.25em;
        }

    .basket-page .cart .items .cartSection input.qty {
        width: 40px;
        text-align: center;
        font-size: 14px;
        padding: 5px 9px;
        margin: 0px 8px;
        border: 1px solid #ccc;
    }

    .basket-page .cart .items .cartSection .itemImg {
        width: 100px;
        max-width: 7em;
        display: inline;
        padding-left: 1em;
    }

.basket-page .special {
    display: block;
}

    .basket-page .special .specialContent {
        padding: 1em 1em 0;
        display: block;
        margin-top: .5em;
        border-top: 1px solid #dadada;
    }

        .basket-page .special .specialContent:before {
            content: "\21b3";
            font-size: 1.5em;
            margin-left: 1em;
            color: #6f6f6f;
        }

.basket-page a.remove {
    color: #ffffff;
    font-weight: bold;
    background: #c7b4b4;
    padding: 0px 8px;
    font-size: 13px;
    width: 25px;
    display: inline-block;
    border-radius: 100%;
    height: 25px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

    .basket-page a.remove:hover {
        background: #13a75a;
    }

.basket-page .promoCode {
    border: 2px solid #efefef;
    float: right;
    width: 35%;
    padding: 2%;
}

    .basket-page .promoCode label {
        display: block;
        width: 100%;
        font-size: 1.15em;
        margin-bottom: .5em;
    }

    .basket-page .promoCode input {
        width: 85%;
        font-size: 1em;
        padding: .5em;
        float: right;
        height: 38px;
        border: 1px solid #dadada;
    }

        .basket-page .promoCode input:active, .promoCode input:focus {
            outline: 0;
        }

    .basket-page .promoCode a.btn {
        float: right;
        width: 15%;
        padding: .75em 0;
        border-radius: 10px 0px 0px 10px;
        text-align: center;
        border: 1px solid #14b662;
    }

        .basket-page .promoCode a.btn:hover {
            border: 1px solid #f69679;
            background: #f69679;
        }

.basket-page .btn:link, .basket-page .btn:visited {
    text-decoration: none;
    letter-spacing: -.015em;
    font-size: 1em;
    padding: 1em 3em;
    color: #fff;
    background: #14b662;
    font-weight: bold;
    border-radius: 50px;
    float: left;
    text-align: right;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.basket-page .btn:after {
    content: "\276f";
    padding: .5em;
    position: relative;
    left: 0;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -ms-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.basket-page .btn:hover, .basket-page .btn:focus, .basket-page .btn:active {
    background: #10924f;
}

    .basket-page .btn:hover:after, .basket-page .btn:focus:after, .basket-page .btn:active:after {
        left: -10px;
    }

.basket-page .promoCode .btn {
    font-size: 0.85em;
    paddding: 0.5em 2em;
}

.basket-page .subtotal {
    float: left;
    width: 35%;
}

    .basket-page .subtotal .totalRow {
        padding: .5em;
        text-align: right;
    }

        .basket-page .subtotal .totalRow.final {
            font-size: 1.25em;
            font-weight: bold;
        }

        .basket-page .subtotal .totalRow span {
            display: inline-block;
            padding: 0 0 0 1em;
            text-align: right;
        }

        .basket-page .subtotal .totalRow .label {
            font-size: .85em;
            text-transform: uppercase;
            color: #777;
        }

        .basket-page .subtotal .totalRow .value {
            letter-spacing: -.025em;
            width: 35%;
        }
/*search-advance-class*/


.advance-class section {
    padding: 20px 0;
}

.advance-class .card-header {
    padding: 5px 5px;
    font-size: 12px;
}

#accordion-style-1 h1,
#accordion-style-1 a {
    color: #007b5e;
}

#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #f95646;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: bold;
    padding-right: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #343a40;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
    display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
    background: #f0b310;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: 1px;
    top: 1px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    display: block;
}

#accordion-style-1 .radio {
    display: block;
    position: relative;
    padding-right: 26px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #accordion-style-1 .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

#accordion-style-1 .checkround {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-color: #f95646;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
}

#accordion-style-1 .radio input:checked ~ .checkround {
    background-color: #fff;
}

#accordion-style-1 .checkround:after {
    content: "";
    position: absolute;
    display: none;
}

#accordion-style-1 .radio input:checked ~ .checkround:after {
    display: block;
}

#accordion-style-1 .radio .checkround:after {
    left: 2px;
    top: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f95646;
}

#accordion-style-1 .check {
    display: block;
    position: relative;
    padding-right: 20px;
    margin-bottom: 12px;
    /* padding-right: 15px; */
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #accordion-style-1 .check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

#accordion-style-1 .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border-color: #f95646;
    border-style: solid;
    border-width: 2px;
}

#accordion-style-1 .check input:checked ~ .checkmark {
    background-color: #fff;
}

.basket-page .cart .items .cartSection h3 {
    font-size: 11px;
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 0;
}

#accordion-style-1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#accordion-style-1 .check input:checked ~ .checkmark:after {
    display: block;
}

#accordion-style-1 .check .checkmark:after {
    right: 3px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid;
    border-color: #f95646;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#accordion-style-1 .cust-btn {
    margin-bottom: 10px;
    background-color: #f0b310;
    border-width: 2px;
    border-color: #f0b310;
    color: #fff;
    padding: 5px 16px;
    font-size: 14px;
}

    #accordion-style-1 .cust-btn:hover {
        border-color: #f8204f;
        background-color: #fff;
        color: #f8204f;
        border-radius: 20px;
        transform-style: 2s;
    }


.show-sa {
    max-width: 800px;
    text-align: center;
    margin: 30px auto;
    width: 100%;
}

    .show-sa h1 {
        font-size: 15px;
        font-weight: 500;
        border-bottom: 1px solid #343a40;
        padding: 5px;
    }

    .show-sa .num {
        font-size: 14px;
        padding: 5px;
    }

    .show-sa .username {
        font-size: 14px;
        padding: 5px;
        color: #456
    }

    .show-sa  #customers {
        width: 100%;
    }
    .show-sa .nav.nav-tabs {
        margin: 10px auto;
    }
    #customers {
        border-collapse: collapse;
        width: 100%;
        display: table;
    }

    #customers td, #customers th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #customers tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #customers tr:hover {
        background-color: #ddd;
    }

    #customers th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: right;
    }

@media only screen and (max-width: 39.375em) {
    .basket-page .projTitle {
        font-size: 1.5em;
        padding: 10% 5%;
    }

    .heading {
        padding: 1em;
        font-size: 90%;
    }

    .basket-page .cart .items .cartSection {
        width: 45%;
        display: block;
        float: right;
    }

        .basket-page .cart .items .cartSection.removeWrap {
            width: 10%;
        }

    .

    .basket-page .cart .items .cartSection.qtyWrap {
        width: 10%;
        text-align: center;
        padding: .5em 0;
        float: left;
    }

    .basket-page .cart .items .cartSection.qtyWrap:before {
        content: "QTY";
        display: block;
        padding: .25em;
        font-size: .75em;
    }



    .basket-page .cart .items .cartSection .itemImg {
        width: 25%;
    }

    .basket-page .promoCode, .subtotal {
        width: 100%;
    }

    .basket-page a.btn.continue {
        width: 100%;
        text-align: center;
    }
}

.bank-enter {
    width: 100%;
    text-align: right;
}

    .bank-enter img {
        width: 60px;
    }

.calculator {
    max-width: 700px;
    width: 100%;
}


@media screen and (max-width: 480px) {
    .desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }
}

​


@media screen and (max-width: 767px) {
    .top-nav a.login{
    color: #ffffff;
    padding: 3px 5px;
    float: left;
    font-size: 10px;
    margin-top: 5px;
}

.calculator #gold-calculator tr td,
.calculator #gold-calculator2 tr td {
    display: grid !important;
    padding: 8px 6px !important;
    text-align: center !important;
    width: 100% !important;
    font-size: 15px !important;
    border-bottom: 1px solid #ddd;
}


.calculator tr td span {
    margin-bottom: 5px;
}

p.result.i-in-gheimat {
    height: 0px;
}

.my-slider .previous_btn,
.my-slider .previous_btn2 {
    left: 50px;
}

#bg-zoom .mylogin-de a.btn-Enter {
    font-size: 12px;
    bottom: 20px;
    left: 2em;
    right: auto;
    padding: 8px 12px;
    max-width: 200px;
}

.mylogin-de a.btn-Enter {
    font-size: 14px;
    bottom: 20px;
    right: 15px;
    max-width: 170px;
}

.my-slider .next_btn,
my-slider .next_btn2 {
    right: 50px;
}

.arroe-css section p {
    color: #fff;
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 30px;
    font-weight: 800;
}

.my-slider .directional_nav {
    position: relative;
    top: 40px;
}

.about-us-main-page .img-circle {
    border-radius: 50%;
    overflow: hidden;
    width: 100%;
    max-width: 200px;
    height: auto;
    text-align: center;
    margin: 5% auto;
}


.titr-blue {
    font-size: 15px;
}

.description p {
    font-size: 12px;
    padding: 5px 10px;
}
.description .col-12 h5{
	     font-size: 18px;
    line-height: 30px;
}
.description h1{
    font-size: 30px;
    margin: 15px 0px;}
.heading h1 {
    font-size: 15px;
}

.heading a.continue:link, .heading a.continue:visited {
    font-size: 10px;
    padding: 5px 16px;
    color: #fff;
    background: #46d06a;
    font-weight: bold;
    border-radius: 20px;
    float: left;
    margin: -10px 5px;
    max-width: 150px;
}

.basket-page .subtotal {
    float: left;
    width: 100%;
}

.basket-page .promoCode label {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
}

.basket-page .cart .tableHead .items .cartSection p {
    margin-top: 0px;
}

.basket-page .cart .items .cartSection p {
    margin-top: 40px;
    font-size: 10px;
}

.basket-page a.remove {
    margin-top: 40px;
}

.basket-page .cart .items .cartSection input.qty {
    width: 30px;
    text-align: center;
    font-size: 12px;
    padding: 1px 9px;
    margin: 0px 6px;

}

}

@media screen and (max-width: 800px) {
    .container-fluid-main .seo {
        margin: 20px auto;
        width: 98%;
        background-color: #eee;
        padding: 30px;
        border-radius: 10px;
    }
}
/* Media Queries for the layout */
@media screen and (max-width: 68em) {
    .arroe-css section {
        font-size: 80%;
    }
}

@media screen and (max-width: 54em) {
    .arroe-css .column {
        display: block;
        width: 100% !important;
    }

    .arroe-css .text:first-child,
    .arroe-css .text:nth-child(2) {
        text-align: center;
    }

    .arroe-css .icon {
        margin: 0 auto;
    }

    .arroe-css .col-2 .column:first-child .icon {
        margin: 0 auto 50px;
    }

    .arroe-css .col-2 .column:nth-child(2) .icon {
        margin: 50px auto 0;
    }
}

/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
        max-width: 300px;
    }
}

@media screen and (max-width: 616px) {

    .top-nav .left-sec {
        color: #fff;
        padding: 5px 5px;
        float: left;
        /* margin-top: -30px; */
    }

    .top-nav {
        height: 82px;
    }

    .searchbardiv {
        top: 82px;
    }

    .top-nav a.login {
        color: #fff;
        padding: 3px 25px;
        float: right;
    }

        .top-nav a.login span {
            position: relative;
            top: 10px;
        }

    .top-nav .left-sec .search {
        padding: 8px 5px;
    }

    .v-box.odd .v-btn {
        position: relative;
        top: 60%;
        left: auto;
        right: 25%;
        z-index: 9;
    }

    .v-box .v-btn {
        position: relative;
        top: -100px;
        left: auto;
        right: 25%;
        background: #f0b310;
        z-index: 9;
        height: 50px;
        overflow: hidden;
    }

    .row.v-box {
        margin: 0px auto 70px auto;
        height: 400px;
    }

    .v-box .v-img {
        padding: 0px;
        height: 200px;
    }

    .v-box .v-txt {
        background-color: #0a4e8d;
        padding: 3rem;
        color: #333;
        background-color: #e6e6e6;
        padding: 15px 15px;
        min-height: 200px;
    }
}

.important-box {
       text-align: center;
    color: #fff;
    line-height: 42px;
    padding: 4px 16px;
    background: #f95646;
    border: none;
    height: 49px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 9px;
}


/*new-css*/


.col-xs-1, .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-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .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-md-10, .col-md-11, .col-md-12, .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
    float: right;
}


.footerDiv {
    padding-top: 30px;
    color: white;
    background: rgb(52,58,64);
}

.footerTradeMark {
    padding: 20px;
    background: rgb(0,0,0);
    color: rgb(70,70,70);
    font-size: 12px;
}
    .footerTradeMark a {
    
    color:#fff;}
    .textCenter {
        text-align: center;
    }


nav a:link, nav a:visited {
    color: white;
    text-align: center;
    text-decoration: none;
}

nav a:hover,nav a:active {
    color: white;
}

.mark {
    border: 1px solid red;
}

.no {
    padding: 0px;
    margin: 0px;
}

.txtShadow1 {
    text-shadow: 10px 10px 12px black;
    color: white;
    font-size: 35px;
    text-align: center;
    line-height: 2.5rem;
    padding: 170px 20px;
    height: 100%;
}

.txtShadow2 {
    text-shadow: 10px 10px 12px black;
    color: white;
    font-size: 25px;
    text-align: center;
    line-height: 35px;
    padding: 50px 20px;
    height: 100%;
    max-width: 450px;
}

.title1 {
    font-size: 20px;
    color: rgb(100,100,100);
    line-height: 2.1rem;
    font-weight: bold;
}

.title2 {
    text-align: center;
    font-size: 25px;
    line-height: 2.5rem;
    color: rgb(34,139,230);
    /* line-height: 1.1; */
    margin-bottom: 40px;
}

.ptitle {
    margin-top: 50px;
    border-right: 5px solid rgb(150,150,150);
    padding-right: 7px;
}



.qoute {
    border-radius: 12px;
    color: white;
    padding: 50px 15px;
    padding-bottom: 60px;
    background: rgb(63, 63, 187);
    font-style: italic;
    font-size: 20px;
    text-align: center;
    line-height: 2.5rem;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.container1 {
    padding: 16px;
    margin:0px auto;
    text-align: center;
}

.strikethrough {
    position: relative;
}

    .strikethrough:before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }


.one {
    background-color: rgb(255,255,255);
    Height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

.two {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    background: rgb(240,240,240);
    border: 0px solid black;
    border-radius: 0px;
}

.image1 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

.image2 {
    margin-right: 0px;
    height: 150px;
    width: 24%;
}
.image2  h3{
    font-size: 16px;
}
.mobRight20 {
    padding: 0px;
    text-align: center;
}

.arkan1 {
    background-position: center center;
    background-size: cover;
    text-shadow: 0px 0px 3px black;
    color: white;
}

.arkan2 {
    background: var(--main-red-color);
    text-align: center;
    color: white;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    font-size: 25px;
}
    .arkan2 h2 {
        padding: 15px;
        line-height: 36px;
        text-align: center;
        font-size: 22px;
    }
.banner3 {
    background-size: cover;
    color: black;
    margin-bottom: 0vw;
    background-position: center bottom;
    border-bottom: 15px solid var(--main-red-color);
}
.news1 {
    background-position: center center;
    background-size: cover;
    text-shadow: 0px 0px 3px black;
    color: white;
}

.news2 {
    border: 5px solid white;
    background: rgb(70,70,70);
    color: white;
    border-radius: 15px;
}
.booknews2 {
color:var(--color-red);
}
.news3 {
    width: 100%;
    height: 150px;
    border-radius: 15px 15px 0px 0px;
}
.news2 .pnews2 {
    padding: 10px;
    text-align: justify;
    font-size: 13px;
    height: 132px;
    overflow: hidden;
}
.pnews1 {
    padding: 10px;
    text-align: center;
    background: black;
    font-size: 14px;
    height: 70px;
    overflow: hidden;
}

.pnews2 {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
	    margin-bottom: 0;
}

.pnews2.Summary{
      height: 90px;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 25px;
    text-align: right;
}
.pnewsold{
	    margin: 0;
    color: #ce3b49;
    text-decoration-line: line-through;
}
.pnews3 {
    padding: 10px;
    text-align: center;


}


.news5 {
    padding: 20px;
    border: 0px solid white;
    background: rgb(220,220,220);
    color: black;
}



.about-us-main-page {
    border: 0px solid green;
    background: rgb(220,220,220);
    padding: 30px;
    margin-top: 20px;
}



    .about-us-main-page h4,
    .about-us-main-page h5 {
        font-size: 20px;
        margin: 5px auto;
        font-weight:bold;
    }
    .about-us-main-page p{
        font-size: 14px;
        margin: 5px auto;
        line-height:25px;
    }
.upper-footer .part2{
    text-align: center;
    font-size: 18px;
    margin: 30px auto;
    line-height: 25px;
}
.join-box {
width:100%;
max-width:600px;
margin:0px auto;
text-align:center;
}
    .join-box  h1 {
        font-size: 22px;
        line-height: 35px;
    }
.box-buy-info .txt-time {
    font-size: 14px;
    font-weight: bold;
    color: #ffc107;
}
.box-buy-info h2 {
    font-size: 1.2rem;
    line-height: 2.1rem;
    color: #f00;
    font-weight: bold;
}
.box-buy-info .title-p {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.box-buy-info .strikethrough {
    color: red;
    font-size: 20px;
    max-width: 198px;
    text-align: center;
    margin: 0px auto;
}
.showmessage {
    top: 150px;
    color: #f95646;
    padding: 15px;
    margin: 15px;
    line-height:2.5rem;
    font-size:15px;
}

/*book-page*/

.book-page .purchase {
     background-color: rgb(23,162,184);
    border: none;
    color: white;
    padding: 12px 16px;
    font-size: 0.8rem;
    cursor: pointer;
    border-radius: 5px;
    /* margin: 5px 5px; */
    width: 100%;
	    height: 45px;
}

.book-page .purchase i {
     margin: 0px 5px; 
}

    .book-page .purchase:hover {
        background-color: rgb(21,153,172);
    }

.book-page .font1 {
    color: rgb(23,162,184);
    font-size: 20px;
}

.book-page .font2 {
    color: rgb(23,162,184);
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}

.book-page .font3 {
    color: rgb(220,53,69);
    font-size: 20px;
}

.book-page .table, .book-page th, .book-page td {
    border-bottom: 1px solid rgb(200,200,200);
}

.book-page .available {
    color: rgb(23,162,184);
    margin-top, : 15px;
    margin-bottom: 10px;
}

.book-page .noAvailable {
  color: rgb(249, 86, 70);
    margin-bottom: 10px;
    font-size: 19px;
}
.btn.btn-light.number{
	     font-size: 12px;
    border-radius: 70px;
    background: rgb(70,70,70);
    color: white;
    border: 2px solid #909090;
    margin: 1px 2px;
    height: 33px;
	
}
@media (min-width: 768px) and (max-width: 1330px)   {
	.btn.btn-light.number{
		font-size: 12px;
    height: 35px;}
	
	a.btn-talar {
    font-size: 12px;
    height: 35px;
   
    padding: 7px 10px;
    right: 10px;
    margin: 0px 12px;
    border-radius: 15px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-size: 12px;
}

}
@media only screen and (max-width: 768px) {
    .navbar-nav {
        padding-bottom: 20px;
        border-bottom: 5px solid #dc3545;
    }

        .navbar-nav button.btn {
            font-size: 15px;
            border-radius: 70px;
            background: rgb(70,70,70);
            color: white;
            border: 2px solid #909090;
            max-width: 220px;
            margin: 0px auto;
        }

        .navbar-nav a.btn-talar {
            margin: 15px 15px;
            border-radius: 15px;
        }

    .upper-footer p {
    line-height:2.5rem;
    }
    .mobCenter {
        text-align: center;
    }
    .adv-in {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        text-align: center;
    }

        .adv-in img {
            width: 100%;
            height: 150px;
        }

  
    .txtShadow2 {
        color: white;
        font-size: 20px;
    }

    .one {
        background-color: rgb(255,255,255);
        overflow: auto;
        white-space: nowrap;
        Height: 60px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .two {
        display: inline-block;
        color: black;
        text-align: center;
        padding: 14px;
        text-decoration: none;
        background: rgb(240,240,240);
        border: 0px solid black;
        border-radius: 10px;
    }

    .image1 {
        height: 160px;
        padding-left: 20px;
        padding-right: 20px;
   
    }

    .image2 {
        margin-right: 0px;
        height: 150px;
        width: 80vw;
        max-width: 200px;
    }

    .mobFullWidth {
        padding: 0px;
        margin: 0px auto;
    }

    .mobRight20 {
        padding-right: 20px;
        text-align: right;
    }

    .arkan1 {
        color: white;
    }
    .txtShadow1 {
        font-size: 25px;
        padding: 100px 20px;
        line-height: 3rem;
    }
    .title2 span {
        text-align: justify;
        font-size: 18px;
    }
    h5 strong {
        line-height: 2.5rem;
    }
    .title1 {
      font-size: 20px;
        line-height: 2.5rem;
    }

    .box-dec-info p{
        font-size: 14px;
        line-height: 30px;
    }
    .control {
        font-size: 15px;
        line-height: 2.5rem;
    }
    .peyPage h4 {
        line-height: 2.5rem;
        font-size: 18px;
    }
}



/*alert-box*/

.Message {
    display: table;
    position: relative;
    margin: 10px auto;
    width: 100%;
    background: #373B44;
    background: -webkit-linear-gradient(to left, #4286f4, #373B44);
    background: linear-gradient(to left, #4286f4, #373B44);
    color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .Message.is-hidden {
        opacity: 0;
        height: 0;
        font-size: 0;
        padding: 0;
        margin: 0 auto;
        display: block;
    }

.Message--orange {
    background: #FDC830;
    background: -webkit-linear-gradient(to left, #F37335, #FDC830);
    background: linear-gradient(to left, #F37335, #FDC830);
}

.Message--red {
    background: #FF416C;
    background: -webkit-linear-gradient(to left, #FF4B2B, #FF416C);
    background: linear-gradient(to left, #FF4B2B, #FF416C);
}

.Message--green {
    background: #11998e;
    background: -webkit-linear-gradient(to left, #38ef7d, #11998e);
    background: linear-gradient(to left, #38ef7d, #11998e);
}

.Message-icon {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    padding: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
}

    .Message-icon > i {
        width: 20px;
        font-size: 20px;
        -webkit-animation: loader1 3s linear infinite;
        animation: loader1 3s linear infinite;
    }

    .Message-icon.loader > i {
        width: 20px;
        font-size: 20px;
        -webkit-animation: loader 3s linear infinite;
        animation: loader 3s linear infinite;
    }


@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.Message-body {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 15px 15px 15px;
}

    .Message-body .title {
        font-weight: bold;
        font-size: 14px;
    }

    .Message-body span {
        font-size: 12px;
    }



.Message-button {
    position: relative;
    margin: 15px 5px -10px;
    background-color: rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px rgba(0, 0, 0, 0.4);
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    color: #fff;
    outline: none;
    cursor: pointer;
}

    .Message-button:hover {
        background: rgba(0, 0, 0, 0.3);
    }

    .Message-button:active {
        background: rgba(0, 0, 0, 0.3);
        box-shadow: 0 0px rgba(0, 0, 0, 0.4);
        top: 3px;
    }

.Message-close {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    border: none;
    outline: none;
    font-size: 20px;
    right: 5px;
    top: 5px;
    opacity: 0;
    cursor: pointer;
}

.Message:hover .Message-close {
    opacity: 1;
}

.Message-close:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

.card .video-play-button {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
 .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, rgba(253, 78, 11, 0.9) 15%, rgba(255, 0, 0, 0.95) 70%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button span {
      display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    /* padding: 15px; */
    left: 47%;
    top: 42%;
    /* background: #ff0501; */
    height: 0;
    border-left: 28px solid #585e63;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}
 .video-play-button:after {
    
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 65px;
    height: 65px;
    background: linear-gradient(45deg, #ffffff 15%, gainsboro 70%);
    border-radius: 50%;
    transition: all 200ms;
    box-shadow: 0 2px 7px #131b49;
}

/**/

.step-barr {
  background-image: url(../img/background-section-2-test.svg);
    background-image: url(/game1/img/bg2.png);
    background-color: #000072;
    width: 100%;
    background-position: right;
    padding-bottom: 5rem;
    background-size: cover;
    margin-top: -25px;
    padding-top: 25px;
	background-position: bottom;

}
.step-barr  .container{
  	    max-width: 980px;
    width: 80%;
    margin: 0px auto;
    text-align: center;
}
    .step-barr  .container-fluid-main {
        min-height: auto;
    }

    .step-barr .progress {
       
    width: 100%;
    max-width: 600px;
    height: 25px;
    background-color: rgb(188 188 228 / 88%);
    border-radius: 5px;
    text-align: center;
    margin: auto;
    }
    .step-barr  .progress-bar {
           background-color: #ff74a2;
    }

    .step-barr #frm {
    max-width: 600px;
    margin: 0px auto;
    color: #fff;
    }
    .step-barr input[type=radio] {
	margin: 0px 7px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 5px;
    }


    .step-barr input[type=button] {
        background-color: #FF74A2;
        padding: 15px 25px;
        border: none;
        border-radius: 10px;
    }
    .step-barr input[type=radio]:checked {
        font-size: 25px;
        color: aqua;
    }
    .step-barr .inpbtn {
        text-align: center !important;
        align-items: center !important;
    }
    .step-barr .question {
         margin: auto;
    font-size: 16px;
    text-align: right;
    line-height: 30px;
    }
    .step-barr .box-shadow {
         border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 7px 0 #5c5ca1;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 7px 0 #5c5ca1;
    position: relative;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 4% 8%;
     background-color: rgb(113 113 173 / 81%);
    }
	.step-barr .box-radio-header{
		      margin: 0px auto;
    max-width: 600px;
	}
	.step-barr .box-radio-header h4{
		     font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
	}

	.step-barr .box-radio-header h5{
		       font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #d8e5f2;
    text-align: center;
	}

    .step-barr .quiz.box-shadow .box-radio {
         background-color: #ffffff;
    text-align: right;
    color: #000072;
    font-size: 14px;
    }
    .step-barr .box-top  {
        border-radius: 5px;
        -moz-border-radius: 5px;
        font-weight: bold;
        padding: 15px;
        text-align: justify;
        height: 70px;
    }
    .step-barr .container-fluid-main input[type="radio"] {
        transition: 0s;
        width: 20px;
        height: 20px;
        position: relative;
        top: 7px;
        padding: 15px;
        margin-left: 6px;
    }

    .step-barr .box-radio {
     border-radius: 35px;
    -moz-border-radius: 35px;
    -webkit-border-radius: 15px;
    box-shadow: 0 0 7px 0 #eaeff4;
    -moz-box-shadow: 0 0 7px 0 #eaeff4;
    -webkit-box-shadow: 0 0 0px 0 #eaeff4;
    position: relative;
    border: 1px solid #f6f8fa;
    background-color: #ffffff7a;
    /* max-width: 750px; */
    margin: 10px auto;
    padding: 10px 10px;
    }


    .step-barr .box-radio h4 {
   font-size:16px;
   font-weight:bold;
   text-align:center;
    }

        .step-barr .box-radio h5 {
            font-size: 14px;
            text-align: center;
        }
        .step-barr .box-radio p strong {
            font-size: 18px;
            text-align: center;
            padding: 15px;
            color: #00c183;
        }

    .step-barr .one {
        color: black;
    }
    .step-barr .ini input:checked ~ .lab {
        color: #FF74A2;
    }
    .step-barr .ini input:checked {
        background-color: pink;
    }

@media screen and (max-width: 600px) {

    .step-barr h4 {
        font-size: 15px;
        font-weight: 800;
        padding: 0px;
    }
    .step-barr h5 {
        font-size: 15px;
        padding: 0px;
    }
    .step-barr .container {
    width: 100%;

}

}




.step-barr .box-radio-main p {
    margin: 30px auto;
    padding: 15px;
    text-align: center;
    line-height: 30px;
    width: 100%;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    max-width: 600px;
    background-color: #7171adcf;
}

.step-barr .box-radio-main p strong{font-size: 18px;
    text-align: center;
    margin: 0px auto;
    text-rendering: red;
    color: white;}

.step-barr #frm fieldset:not(:first-of-type) {
    display: none;
}
.step-barr .box-radio-main p {
    display: none;
}
.step-barr .show-box {
    display: block !important;
}