* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --color-primary: #AA1718;
    --color-secondary: #f4f5f6;
    --color-subtitle: #AA1718;
}

p {
    color: white !important;
    font-size: 16px;
}

body {
    background: url(../../assets/images/blog/back.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}


/*............................. inner banner section ...................................................*/

.linergradint_background {
    background: linear-gradient(145deg, #AA1718, #AA1718) !important;
    color: white !important;
}

.breadcrumb-area {
    padding: 120px 0 60px
}

.breadcrumb-area ul li {
    display: block;
    display: inline-block
}

.breadcrumb-area ul li:last-child {
    /* color: #726d73; */
    color: #bb3e41;
}

.breadcrumb-area .bread-menu li a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-right: 6px;
    display: inline-block
}

.breadcrumb-area .bread-menu li+li::before {
    font-size: 5px;
    font-family: 'font awesome 5 free';
    content: "\f111";
    font-weight: 700;
    margin: 0 10px 0 0;
    position: relative;
    top: -3px
}

.text-block {
    position: relative;
    z-index: 55
}

.v-center {
    align-self: center;
    align-items: center;
    text-align: center;
}

.privacy_banner,
.refund_banner,
.terms_banner,
.score_banner,
.about_banner {
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 100% 100%; */
    background-position: 80% 100%;
    padding: 150px 0 172px;
    /* background-image: linear-gradient(red, yellow, blue); */
}

.bread-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/*................................ inner banner section ends................................... */


/* terms banner */

.terms_banner {
    background-image: url(../../assets/images/blog/term1.jpg), linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)) !important;
    background-position: 100% 100%;
}

.privacy_banner {
    background-image: url(../../assets/images/blog/privacy.jpg), linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)) !important;
}

.refund_banner {
    background-image: url(../../assets/images/blog/refund1.jpg), linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5)) !important;
}


/* ..............................my Resume section.......................... */

.cap_lize {
    text-transform: capitalize;
}


/* varients */

.pool_rummy_padding {
    padding: 10px 116px;
    color: white;
}


/* varients section close */


/* ......................................index page styles............................................... */

.rn-nav-list .nav-item .nav-link:hover,
.rn-nav-list .nav-item .nav-link.active {
    color: #AA1718 !important;
}

.clip__path {
    /* background-color: transparent; */
    background: #212429;
    /* background-image: linear-gradient(315deg, #bc0a41 0%, #932e32 74%); */
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    padding: 15px;
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    padding: 54px;
}

.shape_clip__path {
    /* filter: drop-shadow(0 15px 30px red); */
    filter: drop-shadow(0 3px 14px red);
}

#portfolio {
    padding: 50px 0;
}

.clip__path h5 {
    text-align: center;
}

.clip__path p {
    text-align: center;
}

.pad_flow_chart {
    padding: 50px 0;
}

.sticky .header-wrapper .logo img {
    max-width: calc(100% - -13%);
}

.ttm-tabs ul li a.active,
.ttm-tabs ul li a:focus,
.ttm-tabs ul li a:hover {
    box-shadow: var(--shadow-1);
    color: var(--color-primary);
}

.logo_mob_phone {
    width: 200px;
}

#contacts {
    padding-top: 50px 0;
}

#pricing {
    padding: 50px 0;
}

#clients {
    padding: 50px 0;
}

.padding_banner_bottom {
    padding-bottom: 50px;
}

.header_mob_header .rn-popup-mobile-menu {
    margin-left: 0;
    margin-right: 0;
}

.header_mob_header {
    overflow: hidden;
}

.left_shape_style {
    padding: 10px 40px 39px;
}

.right_shape_style {
    padding: 10px 30px 31px;
}

.right_shape_style p {
    text-align: justify;
}

.left_shape_style p {
    text-align: justify;
}

.face_card {
    margin-bottom: 0 !important;
}

.contact_img_bottom {
    margin-bottom: 0 !important;
}

.margin_maestreo {
    margin-top: 67px;
}

.rn_dwn_btn {
    margin: 45px;
}

.heading-h6 {
    color: white !important;
}

.mision_vison {
    padding: 44px;
}

#resume {
    padding-top: 50px;
}

.vision_red {
    color: #eb044b !important;
}

.section-title h2.title {
    font-size: 37px;
}

.navigation-wrapper ul.nav li.recommended::before {
    display: none;
}

.navigation-wrapper ul.nav li.recommended::after {
    display: none;
}

.varient_joker p {
    margin: 10px 0;
    font-size: 16px;
}

.vision_1 {
    /* visibility: hidden; */
    display: none;
}

.vision_style .inner::before {
    left: 100% !important;
}

.vision_style .inner::after {
    left: 105%;
}

.exprience_left {
    border-left: none !important;
}

.line_style {
    height: 2px;
    width: 80%;
    background-color: #ff014f;
    position: relative;
}

.line_style img {
    position: absolute;
}

.slide .thumbnail::before {
    /* display: none; */
    width: auto;
    position: relative;
}

.slide .skill-share-inner .skill-share li img {
    max-height: 30px;
}


/* .circle_progress {
    width: 100px;
    height: 100px;
    background-color: #383838;
    position: absolute;
    border-radius: 50%;
    right: 57%;
    top: 58%;
}

.circle_progress_1 {
    width: 100px;
    height: 100px;
    background-color: #383838;
    position: absolute;
    border-radius: 50%;
    
    left: 80%;
    top: 58%;
}

.circle_progress_2 {
    width: 100px;
    height: 100px;
    background-color: #383838;
    position: absolute;
    border-radius: 50%;
    right: 35%;
    top: 77%;
} */

.progress-charts {
    /* margin-top: 65px; */
}

.style_padding_progress {
    padding: 20px 100px;
}

.personal-experience-inner h5 {
    text-align: center;
}

.feat_img {
    width: 10%;
}


/* #home {
    background-image: url(../../assets/images/blog/banner.jpg);
    background-repeat: no-repeat;
} */


/* download section starts*/

.btn_tap {
    padding: 18px 0;
}

.cta-content {
    padding: 30px 0 90px;
    color: #fff;
    background-color: #AA1718;
    position: relative;
    z-index: 1;
}

.paddin_jack {
    padding: 10px;
}

.create-account-btn {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 30px;
    font-size: 16px;
}

.cta-content::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #282828;
    position: absolute;
    top: -25px;
    left: -1px;
    z-index: -1;
    transition: all 0.2s ease-in-out;
}

.tap_on {
    color: white;
    background-color: #AA1718;
    border-color: #f8f8f8;
}

.circle_progress::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    /* background-color: #383838; */
    background: url(../../assets/images/blog/multi11.png);
    position: absolute;
    border-radius: 50%;
    right: 57%;
    top: 31%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.circle_progress1::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    /* background-color: #383838; */
    background-image: url(../../assets/images/blog/24711.png);
    position: absolute;
    border-radius: 50%;
    right: 35%;
    /* top: 67%; */
    top: 58%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.relative_progress {
    height: 170px;
}

.circle_progress2::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #383838;
    position: absolute;
    border-radius: 50%;
    right: 13%;
    top: 31%;
    background-image: url(../../assets/images/blog/trick11.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


/* download section ends */


/* ....................................index page ends.............................. */


/* ..............................privacy section.................................... */

.privacy_content_sec {
    padding: 50px 0;
}

.change_style_type li {
    list-style-type: disc;
}

.privacy_content_sec p {
    margin-bottom: 10px;
    text-align: justify;
}

.privacy_content_sec ul,
.privacy_content_sec ol {
    padding: 0 2rem;
}

.privacy_content_sec ul li,
.privacy_content_sec ol li {
    color: white;
    text-align: justify;
    font-size: 16px;
}


/* ...........................privacy section ends............................... */


/* ..............................terms  section */

.terms_content_sec {
    padding: 50px 0;
}

.terms_content_sec p {
    margin-bottom: 10px;
    text-align: justify;
}

.terms_content_sec ul,
.terms_content_sec ol {
    padding: 2rem;
}

.terms_content_sec ul li,
.terms_content_sec ol li {
    color: white;
    text-align: justify;
}


/* ....................terms section ends...................... */


/* ....................................fairplay section starts............................... */

.fairplay_content_sec {
    padding: 50px 0;
}

.fairplay_content_sec p {
    margin-bottom: 10px;
    text-align: justify;
}

.fairplay_content_sec ul li {
    color: white;
    font-size: 16px;
}

.fairplay_content_sec ul {
    padding: 0 2rem;
    text-align: justify;
}


/* ............................................fairplay section ends.................... */


/* ......................preloader section starts........................... */

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}


/* .............................section close............................... */


/* ............................footer sectio strts.................... */

.rn-right-demo .demo-button {
    cursor: auto;
}

.backto-top>div {
    bottom: 14px;
    width: 40px;
    height: 40px;
}

.backto-top svg {
    width: 23px;
    height: 23px;
}

.disclaimer_div h6 {
    text-align: center;
    margin-bottom: 0;
}

.footer_padding_both {
    /* padding: 50px 0; */
    padding: 0 0 50px;
}

.footer_padding_both .disclaimer_div h5 {
    /* padding: 10px; */
    margin-bottom: 0;
    text-align: center;
}

.footer-area .logo a img {
    max-height: 60px;
}

.footer_ul {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0px;
    margin-top: 30px;
}

.footer_ul li {
    display: inline-block;
    padding: 0px 20px;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #fff;
}

.footer_ul li:last-child {
    border-right: none;
}


/* ..........................footer section ends............................ */


/*....................... counter section starts........................ */

.myth_sec {
    padding: 0 0 50px;
}

.counter:after {
    /* background: linear-gradient(to right bottom, #ff014f, transparent) !important; */
    background: linear-gradient(to top left, #ffab1a00, #ffab1a) !important;
    border-radius: 50% 50% 0 !important;
    top: auto !important;
    bottom: 0 !important;
    left: auto !important;
    right: 0 !important;
}

.counter:before,
.counter:after {
    content: '';
    /* background: linear-gradient(to top left, #ff014f, transparent); */
    background: linear-gradient(to top left, #ffab1a, #ffab1a00);
    height: 59%;
    width: 59%;
    border-radius: 0 50% 50%;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}

.counter {
    color: #555;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    width: 200px;
    height: 200px;
    padding: 33px 10px 0;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter_sec {
    padding-bottom: 50px;
    padding-top: 70px;
}

.counter img {
    width: 30%;
}

.counter h6 {
    margin-top: 15px !important;
    margin: 0;
}


/* ..................counter section ends........................... */


/* ......................features section starts................................... */

.ssl__sec:hover {
    color: #AA1718;
}

.left_shape_style::before {
    border-bottom-left-radius: 100px !important;
}

.left_shape_style {
    border-bottom-left-radius: 100px !important;
    /* padding: 0 50px; */
    /* box-shadow: 0px -2px 2px #23262a, -6px -8px 3px #eb044b !important; */
    /* box-shadow: -5px 3px 13px #23262a, -5px 5px 3px #eb044b !important; */
    /* box-shadow: 0 0px 0 #23262a, -8px -3px 34px #781838 !important; */
    box-shadow: 0 0px 0 #23262a, -3px -3px 12px #AA1718 !important;
}

.rn-service .inner .icon {
    margin-bottom: 0 !important;
}

.rn-service .inner .content p.description {
    margin-bottom: 0;
}

.right_shape_style {
    border-bottom-right-radius: 100px !important;
    /* padding: 0 50px; */
    /* box-shadow: 0px -2px 2px #23262a, 4px -8px 3px #eb044b; */
    /* box-shadow: 0 0px 0 #23262a, -1px -2px 34px #781838; */
    box-shadow: 0 0px 0 #23262a, 2px -2px 12px #AA1718;
}

.right_shape_style::before {
    border-bottom-right-radius: 100px !important;
}


/* ..............................features section ends.................... */


/* ............................media section starts.................................. */

@media(min-width:768px) {
    .flow_mob {
        display: none;
    }
    .flow_desk {
        display: block;
    }
    .cta-content {
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px;
    }
    .cta-content .subscribe-btn {
        align-self: flex-end;
        margin-right: 30px;
    }
    .cta-content::after {
        border-top-right-radius: 200px;
        border-bottom-left-radius: 200px;
    }
    #resume {
        padding-bottom: 0;
    }
}

@media(max-width:768px) {
    .flow_mob {
        display: block;
    }
    .flow_desk {
        display: none;
    }
    .cta-content {
        padding: 30px 0 58px;
    }
    .pool_rummy_padding {
        padding: 10px 34px;
    }
    #features {
        padding: 40px 0;
    }
    .padding_banner_bottom {
        padding-bottom: 50px;
    }
    .pool_rummy_padding {
        text-align: justify;
    }
    .mision_col_text p {
        text-align: justify;
    }
}

@media(min-width:575px) and (max-width:992px) {
    .counter {
        width: 150px;
        height: 150px;
    }
}

@media(max-width:575px) {
    .backto-top>div {
        bottom: 10px;
    }
    .footer_ul li {
        border-right: none;
    }
    .bread-inner {
        align-items: center !important;
    }
    .bread-inner .bread-menu ul {
        padding: 0;
    }
    .privacy_banner,
    .refund_banner,
    .terms_banner,
    .score_banner,
    .about_banner {
        background-position: 89% 100%;
    }
    .inn_face_card {
        /* padding-bottom: 0; */
        margin-bottom: 0;
    }
    .rn_dwn_btn {
        /* padding: 0; */
        margin: 0;
    }
    .cash_sec-icons {
        text-align: center;
    }
    .skill-share {
        justify-content: center;
    }
    .center_index_btn {
        text-align: center;
    }
    .circle_progress::before {
        right: 7%;
        top: 46%;
        z-index: 1;
    }
    .style_padding_progress {
        padding: 20px 30px;
    }
    .relative_progress {
        height: 106px;
    }
    .circle_progress1::before {
        right: 8%;
        top: 61%;
        z-index: 1;
    }
    .circle_progress2::before {
        right: 8%;
        top: 76%;
        z-index: 1;
    }
    .counter_sec {
        padding-top: 0 !important;
    }
    .terms_banner {
        background-blend-mode: overlay !important;
    }
    .privacy_banner {
        background-blend-mode: overlay !important;
    }
    .refund_banner {
        background-blend-mode: overlay !important;
    }
    .mastreo_text_align p {
        text-align: justify;
    }
    .section-title h2.title {
        font-size: 23px;
    }
    .magic_text {
        text-align: justify;
    }
    .down_botom_margin {
        margin-bottom: 44px;
    }
    .rn-right-demo {
        display: none;
    }
}

@media(min-width:1200px) {
    .circle_progress2::before {
        right: 32%;
        top: 67%;
    }
    .circle_progress1::before {
        right: 11% !important;
        top: 36%;
    }
    .circle_progress::before {
        right: 55% !important;
        top: 35%;
    }
    .style_padding_progress {
        padding: 20px 60px;
    }
    .rn_dwn_btn {
        margin-left: 26%;
    }
    .header-wrapper .header-right a.rn-btn {
        padding: 12px 16px !important;
    }
}

@media(min-width:1400px) {
    .circle_progress2::before {
        right: 32% !important;
    }
}

@media(min-width:575px) and (max-width:768px) {
    .style_padding_progress {
        padding: 20px 63px;
    }
    .circle_progress::before {
        right: 12%;
        top: 24%;
    }
    .circle_progress1::before {
        right: 13%;
        /* top: 67%; */
        top: 48%;
    }
    .circle_progress2::before {
        right: 13%;
        top: 73%;
    }
}

@media(min-width:992px) {
    .circle_progress::before {
        right: 57%;
        top: 36%;
    }
    .circle_progress1::before {
        right: 8%;
        /* top: 67%; */
        top: 36%;
    }
    .circle_progress2::before {
        right: 33%;
        top: 68%;
    }
}

@media(max-width:992px) {
    .hide_before_after .inner::after {
        display: none;
    }
    .hide_before_after .inner::before {
        display: none;
    }
    .hide_border_res {
        /* border: none; */
        border-left: none !important;
    }
}

@media(min-width:1200px) {
    .clip__path {
        width: 295px;
        height: 280px;
    }
}

@media(max-width:1200px) {
    .cash_sec-icons {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .rn_dwn_btn {
        margin: 0;
    }
    .center_index_btn {
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .circle_progress2::before {
        right: 17%;
        top: 75%;
    }
    .circle_progress1::before {
        right: 17%;
        /* top: 67%; */
        top: 50%;
    }
    .circle_progress::before {
        right: 17%;
        top: 24%;
    }
}


/*....................... media section ends..................................... */


/* joker example strategies section  acedom*/

.hide_show_joker1 {
    display: none;
}

.clicked_img img {
    margin-top: 50px;
}

.mision_col_text p {
    margin-bottom: 10px;
}

.ttm-tabs.ttm-tab-style-02 .content-tab {
    padding: 15px 15px;
}

.ttm-tabs.ttm-tab-style-02 .content-tab p:last-child {
    margin-bottom: 0;
}

.ttm-tabs.ttm-tab-style-01 .content-tab {
    padding: 15px 30px;
    background: #fff;
}

.ttm-tabs .content-tab .content-inner {
    display: none;
}

.padding_bottom15 {
    padding-bottom: 15px;
}

.ttm-tabs.ttm-tab-style-02 .content-tab p:last-child {
    margin-bottom: 0;
}

.ttm-tabs .tabs {
    background-color: var(--background-color-1);
    box-shadow: var(--shadow-1);
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border: 0;
}

.alignleft {
    float: left;
    margin: 0.425em 1.75em 1.25em 0;
}

.ttm-tabs .content-tab .content-inner.active {
    display: block;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.ttm-tabs.ttm-tab-style-02 ul.tabs {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px 15px 0;
    flex-wrap: wrap;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    display: block;
    cursor: pointer;
    margin-bottom: 10px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    /* padding: 14px 18px 14px 18px; */
    padding: 10px;
}

.how__to_play.active {
    /* background-color: red; */
    box-shadow: var(--shadow-1);
    color: var(--color-primary);
}

.ttm-tabs ul.tabs li {
    position: relative;
    display: inline-block;
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.padding_right50 {
    /* padding-right: 50px; */
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li a {
    background-color: var(--main-color);
}

.ttm-tabs.ttm-tab-style-02 ul.tabs li.active a {
    background-color: var(--sec-color);
}

.ttm-bgcolor-grey {
    /* margin-left: 10px; */
    box-shadow: var(--shadow-1);
}

.ttm-tabs .tabs ul li a {
    text-align: center;
    display: block;
    padding: 30px 10px;
    border-radius: 6px;
    transition: var(--transition);
}


/* .ttm-tabs .tabs ul li a:active {
    box-shadow: var(--shadow-1);
    color: var(--color-primary);
} */


/* section ends */


/* .........................contact section starts.............................. */

@media(max-width:575px) {
    .contact_banner {
        background-position: 75% 100%;
    }
}

.popUp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}


/* #ok_popup {
    width: 21%;
} */

.pop-box {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.popUp .pop-box {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}

.m-c-modal .modal-body h3,
.m-c-modal .modal-body hr {
    margin-top: 0;
    margin-bottom: 0;
}

.m-c-modal .modal-body hr {
    background-color: #cca354;
}

.m-c-modal {
    margin-top: 25%;
    width: 30%;
    /* transform: translate(-50%, -50%); */
    background-size: cover;
    /* position: absolute;
    left: 50%;
    right: 50%; */
    /* background-color: black; */
    background-color: black;
    margin: 0px auto;
    padding: 0.5rem;
    /* border: 10px solid #ff55a4; */
    border: 10px solid #ee1515;
    border-radius: 22px;
}

.modal-body h3,
.modal-body h2,
.modal-body p {
    text-align: center;
    /* color: #2a2a2a; */
    color: white;
}

#ok_popup {
    position: relative;
    width: inherit;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 11%);
    /* background: #cca354; */
    background: #8b6649;
    color: white;
    /* padding: 10px; */
    font-size: 16px;
    padding: 2px 19px;
}

@media (min-width:1200px) {
    .m-c-modal {
        margin-top: 18% !important;
        width: 33% !important;
    }
    .float_img {
        display: none;
    }
    .join_fun {
        background: url(../../assets/images/web60/bg/game4.jpg);
        background-position: center;
        background-size: cover;
    }
    .join_fun h2 {
        font-size: 37px !important;
    }
    .come_fun {
        color: white !important;
    }
}

@media screen and (max-width:375px) {
    .m-c-modal {
        margin-top: 62%;
        width: 88%;
    }
}

@media(min-width:375px) {
    .m-c-modal {
        margin-top: 47%;
        width: 88%;
    }
}

@media(min-width:768px) {
    .m-c-modal {
        margin-top: 25%;
        width: 54%;
    }
}

.modal-body h4 {
    color: white;
    /* color: #222222; */
}


/* ..................................contact section ends.................................. */


/* jagadeesh */


/* .hvr-wobble-to-bottom-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
} */

.clip__path:hover {
    background: #ff000017;
}


/* .effect-1 {
    animation: rotate 1.8s linear infinite;
    background: cyan;
    color: white;
  
}

.effect-2 {
    animation: rotate 1.2s linear reverse infinite;
    background: #e7a9ff;
}

.effect-1,
.effect-2 {
    border-radius: 30%;
    display: none;
    mix-blend-mode: multiply;
    height: 84%;
    opacity: 1;
    position: absolute;
    width: 84%;
    z-index: 3000;
}

.shape_clip__path:hover .effect-1,
.shape_clip__path:hover .effect-2 {
    display: block;
}

@keyframes rotate {
    0% {
        top: 0;
        left: 8%;
    }
    25% {
        top: 8%;
        left: 0%;
    }
    50% {
        top: 16%;
        left: 8%;
    }
    75% {
        top: 8%;
        left: 16%;
    }
    100% {
        top: 0;
        left: 8%;
    }
} */


/* ..........................................conatct form........................... */

#contact_form .modal-body {
    background-color: #aa1718;
}
#contact_form .modal-body button.btn.btn-primary.popup-btn {
    background-color: #aa1718;
    border: none;
    padding: 7px 16px;
    border-radius: 7px;
}
#contact_form .modal-body p.popup-text {
    margin-bottom: 10px;
}
#contact_form .modal-body .popup-box {
    /* margin: 20px 10px; */
}
#contact_form .modal-body button.btn.btn-primary.popup-btn:focus {
    box-shadow: none;
}

@media(min-width:768px){
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.modal-dialog {
    /* position: relative; */
    width: auto;
    /* margin: 10px; */
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}
.popup-box {
    background-color: black;
    /* padding: 20px; */
    border-radius: 10px;
    color: ;
}
.popup-box {
    /* margin-top: 50%; */
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}
.pop_top {
    margin-top: 50%;
}
.bg-transparent {
    background: transparent;
}
/* .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
} */
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal-dialog-scrollable .modal-body{
    overflow: hidden;
}
button.btn.btn-primary.popup-btn{
    width: inherit;
}

.modal .modal-dialog .modal-content{
    background: transparent;
    box-shadow: none;
}

.modal-dialog.modal-dialog-centered.modal-dialog-scrollable{
    /* display: flex;
    align-items: center;
    justify-content: center;
    align-content: center; */
    height: auto !important;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(min-width:992px){
    .modal-content.bg-transparent{
        /* width: 50%; */
        display: flex;
        align-content: center;
        align-items: center;
    }
    .modal .modal-dialog .modal-content{
        padding: 0 278px;
    }
}

@media(min-width:768px){
.modal-body{
    width: 600px;
}
.modal-content.bg-transparent{
    display: flex;
    align-items: center;
}
}
.popup-box{
    padding: 14px;
}

.modal-content.bg-transparent{
    margin: 40% 0;
    box-shadow: none;
}

/* ..............................conatct ends.............................. */
