
.msp-hero-area
{
    width: 100%;
    height: auto;
    min-height: 550px;
    background:url("../assets/da-bg-pattern.png");
    background-size: cover;
    background-position: center;
    padding-bottom: 0px !important;
}

.title-main
{
    color: #fff;
    font-weight: 600;
    line-height: 45px !important;
}

.thin
{
    font-weight: 300;
}

.border-light
{
    width: 70%;
    height: 1px;
    background-color: rgba(255,255,255,0.3);
}

.border-container
{
    width: 100%;
    height: 3px;
}

.msp-slider-content
{
    font-size: 17px;
    color: #ffffff;
    font-family: Open Sans;
    font-style: normal;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    text-align: left;
}

.aligner
{
    width: 100%;
}
.slider-cc
{
    max-width: 450px;
}

.subheading-bold
{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.msp-btn-yellow
{
    padding: 15px 20px;
    background: #EEB315;
    color: #fff !important;
    font-weight: 700 !important;
    border-radius: 10px;
    transition-duration: 200ms;
}

.img-ico
{
    max-width: 70px;
}

.img-flex-row
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-flex-sec
{
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.img-flex-row
{
    gap: 20px;
}

.flex-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 180px;
}

.text-head-img
{
    color: #ffba00;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
}

.text-subhead-img
{
    font-size: 15px;
    color: #fff;
}

.mt-ex-5
{
    margin-top: 3rem;
}

.icon
{
    max-width: 90px;
}

.icon-title
{
    font-size: 18px;
    color: #EEB315;
    font-weight: 700;
    text-align: center;
}

.icon-container .colex
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.arrow-row
{
    width: 100%;
}

.arrow-row .col-xs-3
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px !important;
}

.arrow-row .col-xs-3:nth-of-type(1) a
{
    margin-left: -50px;
}

.arrow-row .col-xs-3:nth-of-type(2) a
{
    margin-left: -30px;
}

.arrow-row .col-xs-3:nth-of-type(4) a
{
    margin-left: 15px;
}

.arrow
{
    margin-top: 15px;
    transition-duration: 500ms;
    transform: scale(0.9) !important;
}

.arrow:hover
{
    transition-duration: 500ms;
    transform: scale(1.1) !important;
    cursor: pointer;
}

.icon-subtitle
{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.sub-image-sec
{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.sub-image-sec>.img-responsive
{
    width: 80%;
}

.hx-100
{
    height: 100% !important;
}

.msp-hero-area>.container
{
    min-height: 550px !important;
    display: flex;
    align-items: center;
}

.msp-section-2
{
    width: 100%;
    height: auto;
    background:url('../assets/bg-sec-3.png');
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 3rem;
}

.card-container
{
    width: 97%;
    height: auto;
    box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.17);
    -webkit-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 24px 5px rgba(0,0,0,0.17);
    border-radius: 20px;
    padding: 40px;
    position: relative;
    padding-bottom: 70px;
    min-height: 350px;
    background: #fff;
    margin-top:40px;
}

.link-card-btn
{
    transition-duration: 500ms;
}

.link-card-btn:hover
{
    background: #daa000;
    color:#fff !important;
    transition-duration: 500ms;
}

.link-card-btn:hover .card-nav-link
{
    color: #fff !important;
}

.card-nav-link
{
    font-size: 1.2rem;
    font-weight: 700;
    color: #daa000 !important;
    line-height: 25px;
    text-align: center;
    transition-duration: 500ms;
}

.card-nav-link:hover
{
    text-decoration: underline;
}

.card-title-con
{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.card-title
{
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 15px;
    color: #1D326B;
}

.card-border
{
    width: 100px;
    height: 1px;
    margin-top: 8px;
    background: #1D326B;
}

.card-text
{
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 20px;
}

.fixed-button
{
    position: absolute;
    bottom: 30px !important;
    left: 40px !important;
}

.fixed-button>a
{
    font-weight: 700;
    color: #1D326B;
}

.msp-sec-3
{
    background: #1D326B;
    padding-top: 3rem;
}

.sec3-title
{
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
}

.sec-pad-x
{
    padding-left: 50px;
    padding-right: 50px;
}

.illustration-sec3
{
    margin-top: 35px;
}

.h-450
{
    min-height: 450px;
}

.sec-border
{
    width: 80px;
    height: 1px;
    background-color: #1D326B;
}

.illustration-sec4
{
    width: 85%;
}

.btn-bold-link
{
    font-weight: 700;
    color: #1D326B !important;
    margin-top: 10px !important;
    float: left;
}

.msp-sec-4
{
    background:url('../assets/microsoftpower-v2/masked-bg-yl.png');
    background-size: 65% auto;
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: 80px;
}

.main-head-con
{
    width: 100%;
    margin-top: 80px;
}

.main-sec-head
{
    font-weight: 700;
    line-height: 30px;
    font-size: 1.3rem;
    color:#1D326B;
    text-align: center;
    width: 75%;
}

.owl-carousel .item
{
    width: 200px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-card
{
    width: 150px;
    height: 150px;
    background:#fff;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    margin-left: -20px;
    display: block !important;
    border:0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 25%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}

.owl-prev span, .owl-next span
{
    transform : scale(1,6); 
    color: #1a1a1a;
    font-size: 40px;
}

.sec-4-bt-text
{
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
}

.owl-dots
{
    display: none !important;
}

.btn-bt-link-outline
{
    padding: 8px 20px;
    border-radius: 10px;
    border:2px solid #EEB315;
    color: #EEB315 !important;
    font-weight: 700;
    margin-top: 25px;
    transition-duration: 300ms;
    margin-bottom: 40px;
}

.btn-bt-link-outline:hover
{
    background: #EEB315 !important;
    color: #fff !important;
}

.msp-s5-d1
{
    height: auto;
    background-color: #9C5E00;
    background-image: url('../assets/bg-sec-3.png');
    background-size: cover;
    background-position:center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.msp-s5-d2,.msp-s7-d2
{
    height: auto;
    background-image: url('../assets/microsoftpower-v2/ills-d2.png');
    background-size: cover;
    background-position:center;
    min-height: 300px;
}

.sec-5-content-container
{
    max-width: 600px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap:40px
}

.sec-5-title
{
    color: #fff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
}

.img-illustration-d1
{
    max-width: 400px;
}

.btn-y1-d1
{
    padding: 12px 25px;
    background: #EEB315;
    color: #fff !important;
    font-weight: 700;
    border-radius: 8px;
    margin-top: 20px;
}

.msp-sec-6
{
    margin-top: 3rem;
    background-size: 50%;
    background-image: url('../assets/microsoftpower-v2/masked-bg-pl.png');
    background-position:right;
    background-position-y: 100px;
    background-repeat: no-repeat;
}

.ills-sec-6
{
    max-height: 400px;
}

.sec-6-sub-sec
{
    width: 100%;
    min-height: 500px;
    background: #aa00aa17;
}

.number-con
{
    width: 45px;
    height: 45px;
    background: #742774;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    border-radius: 50%;
    margin-top: 0px;
    flex-shrink:0 !important;
}

.number-con span
{
    margin-top: -2px;
}

.sec-title
{
    color: #742774;
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 28px;
}

.g-10
{
    gap: 20px;
}

.sec-content
{
    font-weight: 500;
    margin-top: 20px;
}

.col-pd-add
{
    padding: 25px;
    min-height: 250px;
}

.link-bold-pl
{
    font-weight: 700;
    color: #742774 !important;
}

.msp-s7-d2
{
    background:url('../assets/microsoftpower-v2/illustation-3.png') !important;
    background-size: cover !important;
}

.txt-sec-7-content
{
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.msp-sec-8
{
    background:url('../assets/microsoftpower-v2/masked-bg-bl.png');
    background-size: 50%;
    background-repeat: no-repeat;
}

.msp-sec-10
{
    background:url('../assets/microsoftpower-v2/masked-bg-gr.png');
    background-size: 50%;
    background-position: right;
    background-position-y: 100px;
    background-repeat: no-repeat;
}

.msp-s9-d2
{
    background:url('../assets/microsoftpower-v2/illustration-5.png') !important;
    background-size: cover !important;
}

.txt-list
{
    color: #ffffff;
    font-weight: 500;
    margin-left: 15px;
}

.txt-list>li
{
    text-align: left;
    list-style-type: disc;
}

.msp-sec-11
{
    background: #eeeeee;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.text-left
{
    text-align: left !important;
}


/*circle-view*/

.illustration-container
{
    width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-outer
{
    width: 80%;
    height: 80%;
    border:1px dashed #2F539B;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle
{
    width: 60px;
    height:60px;
    background: #ffffff;
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    transition-duration: 300ms;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.icon-circle:hover
{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.35);
}

.circle-1
{
    top:40px;
    left:0px
}

.circle-2
{
    top:0px;
    left:220px;
}

.circle-3
{
    top:120px;
    left:285px;
}

.circle-4
{
    bottom:-14px;
    right: 70px;
}

.circle-5
{
    bottom:50px;
    left: -8px;
}

.circle-text-container
{
    text-align: center;
    max-width: 200px;
}

.tx-title-il
{
    font-weight: 700;
    color: #EEB315;
    font-size: 16px;
}

.tx-content-il
{
    font-weight: 600;
    font-size: 13px;
    text-align: center;
}

.txt-flex
{
    display: flex;
    align-items: center;
    flex-direction: row;
    color: #fff;
    gap: 40px;
    text-align: center;
}

.txt-flex-item
{
    min-width:auto;
}

.txt-flex-item:nth-of-type(4)
{
    min-width:180px;
}


/*webinar popup*/

.input-con
{
    position: relative;
}

.swal-overlay
{
    z-index: 999999 !important;
}

.da-popup
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top:0px;
    left: 0px;
    display: none;
    z-index: 999999;
}

.da-popup .container
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.da-popup-content
{
    width: 70%;
    height: 80%;
    background-color: #1f3874;
    position: relative;
    padding: 20px;
    max-height: 450px;
}

.popup-illustration
{
    width: 60%;
}

.dk-popup-title
{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
}

.dk-title-bar
{
    width: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    padding: 20px;
    z-index: 999;
}

.dk-title-bar img
{
    float: right;
    cursor: pointer;
    float: right;
    margin-left: auto;
}


.dk-popup-content
{
    font-size: .94rem;
    color: #fff;
    margin-top: 20px;
}

.yellow
{
    color:#eeb315;
    font-weight: 700;
}

.dk-yellow-btn
{
    padding: 10px 25px;
    color: #fff !important;
    background-color: #eeb315;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    transition-duration: 500ms;
}
.dk-yellow-btn:hover
{
    padding: 10px 25px;
    color: #fff;
    background-color: #daa000;
    transition-duration: 500ms;
}

.dk-popup-slide
{
    display: flex;
}
.dk-popup-form
{
    display: none;
}

.ipt-signup
{
    width: 100%;
    height: 43px;
    background-color: #fff;
    border:0px solid;
    margin-top: 15px;
    padding-left: 15px;
}

.btn-submit-signin
{
    outline: 0px !important;
    border: none !important;
}
.open-signup-popup
{
    cursor: pointer;
    padding: 13px;
}

.align-center
{
    align-items: center;
}

.justify-center
{
    justify-content: center;
}

.flex-column
{
    flex-direction: column;
}

.contact-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-footer>span>a
{
    color:#EEB315 !important;
    font-weight: 600;
}

.contact-footer>span {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

@media only screen and (max-width: 992px) 
{
    .da-popup-content
    {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 1200px) 
{
    
    .da-popup-content
    {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
        max-height: 100% !important;
    }

    .da-popup .container
    {
        padding: 0px;
    }

    .content-popup-con 
    {
        height: auto !important;
        min-height: auto !important;
    }

    .dk-title-bar
    {
        display: none;
    }

    .exit-signatur-popup
    {
        display: flex !important;
        color: #EEB315 !important;
        border: 2px solid;
        border-radius: 10px;
        font-weight: 700;
        padding: 8px 25px;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .anim-player
    {
        margin-top: 100px !important;
    }
}

@media only screen and (max-width: 1350px) 
{
    .img-flex-row
    {
        flex-direction: column;
    }
    .flex-item
    {
        min-width: 150px;
    }
}


/*contact section new*/

.ds-contact-sec-b1
{
    background-color:#ffffff;
    height: auto;
    background-image: url('../assets/bg-sec-3.png');
    background-size: cover;
}

.py-8
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-ds-title
{
    font-size: 29px;
    font-weight: 700;
    line-height: normal;
    color: #1D326B;
}

.ds-ct
{
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
    color: #272727;
}

.contact-w-txt
{
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #EEB315;
    margin-left: 15px;
}

.contact-form form .input-group .error
{
    background: #f00;
    color: #fff;
    font-size: 14px;
    height: 45px !important;
    width: 70%;
    line-height: 1.42857143;
    padding: 12px;
    position: absolute;
    right: 5% !important;
    top: 20px;
    z-index: 9;
    border-radius: 0px 10px 10px 0px;
}


.contact-form-ds
{
    width: 80% !important;
    height: auto;
    background:#152953;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.contact-form-ds-heading
{
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}


.signup-form>.input-con>.error_signup
{
    border-radius: 0px !important;
}

/* Contact */
.contact_form_email
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-form
{
    width: 90%;
    height:auto;
    background-color: #152953;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
}

.contact-form>div>.contact-title
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.contact-form>.title-con
{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.input-group
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-contact::placeholder
{
    color: #ffffff !important;
}

.input-contact
{
    width: 90%;
    height: 45px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    outline: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20) !important;
    border: 2px solid #23428C !important;
    color: #ffffff !important;
}
.textarea-contact::placeholder
{
    color: #fff !important;
}
.textarea-contact
{
    width: 90%;
    height: 80px;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    border:none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 20px;
    outline: none;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20) !important;
    border: 2px solid #23428C !important;
    color: #ffffff !important;
}

.btn-contact
{
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    background-color: #eeb315;
    margin-top: 30px;
    border:none;
    outline: none;
}
.btn-contact:hover
{
    color: #fff;
    text-decoration: none;
}

.contact-footer
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-footer>span
{
    font-size: 14px;
    color:#fff;
    margin-top: 20px;
    text-align: center;
}

.contact-footer>span>a
{
    color:#eeb315;
    text-decoration: none;
}

.contact-section>.container>.row
{
    justify-content: center;
}

.input-group
{
    width: 100%;
}

#contact_form_email
{
    width: 100%;
}

.input-group>input:focus
{
    -moz-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    transition-duration: 500ms;
    border-color:#66afe9 !important;
}

.input-group>select:focus
{
    -moz-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    transition-duration: 500ms;
    border-color:#66afe9 !important;
}


.input-group>textarea:focus
{
    -moz-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    transition-duration: 500ms;
    border-color:#66afe9 !important;
}

.contact-form form .input-group .error
{
    background: #f00;
    color: #fff;
    font-size: 14px;
    height: 40px;
    width: 70%;
    line-height: 1.42857143;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 9;
}

#contact_form_email
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#signup-popup .error_signup,#signatur-signup-popup .error_signup
{
    background: #f00;
    color: #fff;
    font-size: 14px;
    height: 43px;
    width: 70%;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 9;
    border-radius: 0PX !important;
}

.input-con
{
    position: relative;
}

.swal-overlay
{
    z-index: 999999 !important;
}

.privacy-policy
{
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.privacy-policy a
{
    color: #eeb315;
    font-weight: 700;
}
.px-3
{
    padding-left: 40px;
}


@media only screen and (max-width: 600px) 
{
    .re-header-btn-container
    {
        flex-direction: column;
        gap: 15px;
    }

    .re-header-btn-container>a
    {
        margin: 0px !important;
        width: 85%;
    }

    .re-illustration-main
    {
        min-width:auto !important;
    }

    .card-sec-3
    {
        height: auto !important;
    }

    .sub-sec3-ds
    {
        margin-top: 40px !important;
    }

    .sub-sec3-con
    {
        padding-top: 30px;
    }

    .sub-sec-3-title
    {
        font-size: 20px;
    }
    .card-sub-text-ds
    {
        font-size: 15px;
    }
    .card-ds-list
    {
        line-height: 15px;
    }

    .sub-image-sec>.img-responsive
    {
        width: 100% !important;
    }
    section
    {
        overflow-x: hidden;
    }
}


@media only screen and (max-width: 992px) 
{
    .sub-sec-card-content
    {
        flex-direction: column !important;
    }
    .card-sub-text-ds
    {
        min-height: unset;
    }
    .card-ds-list
    {
        max-width: unset;
    }

    
}

@media only screen and (max-width: 1200px) 
{
    .xr2
    {
        width: 100% !important;
    }
    .xr2>a
    {
        width: 100% !important;
        text-align: center;
        margin-left: 0px;
    }

    .rw-fx
    {
        display: flex;
        flex-direction: column;
    }

    .col-fx
    {
        order:2;
        margin-top: 40px;
    }
    
    .fx-contact
    {
        display: flex;
        flex-direction: column !important;
    }

    .contact-form
    {
        width: 100% !important;
        margin-top: 50px;
    }

    .px-3
    {
        padding-left: 0px;
    }

    .contact-ds-title
    {
        text-align: center;
    }

    .cx-center-mob
    {
        align-items: center;
        justify-content: center;
    }

    .ds-ct
    {
        text-align: center;
    }

    .contact-w-txt
    {
        text-align: center;
    }
    .ds-contact-sec-b1 .container
    {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

/*Endo of contact section*/

@media screen and (max-width: 1200px) 
{
    .border-container
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-main
    {
        text-align: center;
    }

    .msp-slider-content
    {
        text-align: center;
        font-size: 1.5rem;
    }

    .slider-cc
    {
        max-width: 90%;
    }

    .aligner
    {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hx-100
    {
        height: auto !important;
    }

    .flex-md-column
    {
        flex-direction: column !important;
    }

    .order-md-2
    {
        order: 2 !important;
    }

    .order-md-1
    {
        order: 1 !important;
        margin-top: 30px;
    }

    .msp-hero-area
    {
        padding-bottom: 2rem !important;
    }

    .card-container
    {
        width: 100%;
    }

    .sec-pad-x
    {
        padding: 20px !important;
    }

    .sec3-title
    {
        text-align: center;
    }

    .h-450
    {
        min-height: auto;
    }

    .main-sec-head
    {
        width: 80%;
    }

    .rx-mob-col
    {
        flex-direction: column !important;
        min-height: auto !important;
    }

    .ills-sec-6
    {
        margin-top: 0px;
    }

    .rw-mob-nomargin
    {
        margin-top: 0px !important;
    }

    .col-pd-add
    {
        min-height: unset !important;
    }

    .align-items-md-center
    {
        align-items: center !important;
    }

    .rmd-0
    {
        margin-top: 0px !important;
    }

}

@media screen and (min-width: 600px) 
{
    .flex-md-column-600
    {
        flex-direction: row !important;
        align-items: center;
    }
}

@media screen and (max-width: 600px) 
{
    .border-container
    {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .title-main
    {
        text-align: center;
        font-size: 2rem;
    }
    .msp-slider-content
    {
        font-size: 1.4rem;
    }
    .border-light
    {
        width: 50vw;
    }
    .sec3-title
    {
        font-size: 1.5rem;
    }

    .main-head-con
    {
        margin-top: 20px;
    }
    .main-sec-head
    {
        width: 90%;
        font-size: 20px;
    }
    .sec-5-title
    {
        font-size: 1.2rem;
    }
    .sec-title
    {
        font-size: 1.8rem;
    }

    .flex-md-column-600
    {
        flex-direction: column !important;
    }

    .txt-sec-7-content
    {
        font-size: 1.4rem;
    }

    .text-md-center
    {
        text-align: center !important;
    }
    .px-4
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 500px) 
{
    .arrow-row .col-xs-3
    {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px !important;
    }

    .arrow-row .col-xs-3:nth-of-type(1) a
    {
        margin-left: -5vw;
    }

    .arrow-row .col-xs-3:nth-of-type(2) a
    {
        margin-left: -3vw;
    }

    .arrow-row .col-xs-3:nth-of-type(4) a
    {
        margin-left: 1vw;
    }

  
}






/*popup Styles*/


#signup-popup .error_signup,#signatur-signup-popup .error_signup
{
    background: #f00;
    color: #fff;
    font-size: 14px;
    height: 43px;
    width: 70%;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 9;
    border-radius: 0PX !important;
}

.open-signatur-popup
{
    cursor:pointer !important;
}

.input-con
{
    position: relative;
}

.swal-overlay
{
    z-index: 999999 !important;
}

.privacy-policy
{
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.privacy-policy a
{
    color: #eeb315;
    font-weight: 700;
}
.px-3
{
    padding-left: 40px;
}
@media only screen and (max-width: 600px) 
{
    .re-header-btn-container
    {
        flex-direction: column;
        gap: 15px;
    }

    .re-header-btn-container>a
    {
        margin: 0px !important;
        width: 85%;
    }

    .re-illustration-main
    {
        min-width:auto !important;
    }

    .card-sec-3
    {
        height: auto !important;
    }

    .sub-sec3-ds
    {
        margin-top: 40px !important;
    }

    .sub-sec3-con
    {
        padding-top: 30px;
    }

    .sub-sec-3-title
    {
        font-size: 20px;
    }
    .card-sub-text-ds
    {
        font-size: 15px;
    }
    .card-ds-list
    {
        line-height: 15px;
    }
}

@media only screen and (max-width: 992px) 
{
    .sub-sec-card-content
    {
        flex-direction: column !important;
    }
    .card-sub-text-ds
    {
        min-height: unset;
    }
    .card-ds-list
    {
        max-width: unset;
    }

    
}

@media only screen and (max-width: 1200px) 
{
    .xr2
    {
        width: 100% !important;
    }
    .xr2>a
    {
        width: 100% !important;
        text-align: center;
        margin-left: 0px;
    }

    .rw-fx
    {
        display: flex;
        flex-direction: column;
    }

    .col-fx
    {
        order:2;
        margin-top: 40px;
    }
    
    .fx-contact
    {
        display: flex;
        flex-direction: column !important;
    }

    .contact-form
    {
        width: 100% !important;
        margin-top: 50px;
    }

    .px-3
    {
        padding-left: 0px;
    }

    .contact-ds-title
    {
        text-align: center;
    }

    .cx-center-mob
    {
        align-items: center;
        justify-content: center;
    }

    .ds-ct
    {
        text-align: center;
    }

    .contact-w-txt
    {
        text-align: center;
    }
    .ds-contact-sec-b1 .container
    {
        width: 100% !important;
        display: flex;
        align-items: center;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}


.text-left {
    text-align: left;
}


.align-center
{
    align-items: center;
}

.justify-center
{
    justify-content: center;
}

.flex-column
{
    flex-direction: column;
}

.row
{
    margin-left: 0px !important;
}

.black
{
    color: #000 !important;
}

.g-10
{
    gap:20px;
}

.s2r
{
    font-size: 1.5rem;
}

.d-flex
{
    display: flex !important;
}
.mr-0
{
    margin-right: 0px !important;
}
.flex-col
{
    flex-direction: column !important;
}

.flex-row
{
    flex-direction: row !important;
}

.justify-center
{
    justify-content: center !important;
}

.align-center
{
    align-items: center !important;
}

.w-100
{
    width: 100% !important;
}

.mt-5
{
    margin-top: 2rem;
}

.pt-5
{
    padding-top: 2rem;
}

.p5
{
    padding:2rem;
}

.p-10
{
    padding: 4rem !important;
}

.pt-10
{
    padding-top: 4rem;
}

.mt-10
{
    margin-top: 4rem;
}

.mb-5
{
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) 
{
    .text-md-center
    {
        text-align: center;
    }
    .da-flex-row .col
    {
        flex-basis: 50%;
    }
    .dms-sec3-title
    {
        text-align: center;
    }
    .title-con-dms
    {
        width: 90%;
    }

    .da-card-title
    {
        font-size: 1.5rem;
    }

    .da-title-sec2
    {
        font-size: 1.5rem;
    }

    .da-subtitle
    {
        font-size: 1.2rem;
        line-height: 20px !important;
    }
}

@media only screen and (max-width: 550px) 
{
    .da-flex-row .col
    {
        flex-basis: 100%;
    }
    .title-con-dms
    {
        width: 100%;
    }
    .dms-subsection-title
    {
        font-size: 1.5rem;
    }
    .dms-ills-2
    {
        width: 80%;
        height: auto;
    }
}


@media only screen and (max-width: 850px) 
{
    .dms-ills-con
    {
        flex-direction: column;
    }
}

@media only screen and (max-width: 1200px)
{
    .text-md-center
    {
        text-align: center;
    }

    .mt-md-5
    {
        margin-top: 2rem;
    }

    .mt-md-10
    {
        margin-top: 4rem;
    }

    .align-md-center
    {
        align-items: center;
    }

    .order-md-1
    {
        order: 1 !important;
    }

    .order-md-2
    {
        order: 2 !important;
    }

    .flex-md-col
    {
        flex-direction: column;
    }

    .w-md-80
    {
        width: 80%;
    }
    .p-md-5
    {
        padding: 1.5rem !important;
    }

    .d-md-flex
    {
        display: flex;
    }
}



@media only screen and (max-width: 600px) 
{
    .re-heading-main,.re-heading-sub
    {
        font-size: 2rem;
    }

    .re-header-btn-container
    {
        flex-direction: column;
    }
    .re-header-btn-container>a
    {
        margin: 0px !important;
        width: 100%;
        margin-top: 15px !important;
    }

    .re-illustration-content-sec
    {
        display: none;
    }

    .re-illustration-content-sec-mob
    {
        width: 90%;
        display: block;
    }

    .card-grid-2
    {
        gap:10px;
    }

    .text-sec-3
    {
        width: 90% !important;
    }

    .re-content-sec3
    {
        padding:10px;
    }
    
    .ills-sec-5
    {
        width: 90%;
    }
}
@media only screen and (max-width: 1200px) 
{
    .card-grid-2
    {
        gap: 4vw;
    }
    .g-row
    {
        flex-direction: column;
    }
}

@media only screen and (max-width: 720px) 
{
    .card-grid-2
    {
        gap: 4vw;
    }
}

@media only screen and (max-width: 500px) 
{
    .re-grid
    {
        flex-direction: column;
        gap: 40px;
    }
    .re-content-title
    {
        font-size: 20px;
    }
}

@media only screen and (min-width:1566px)
{
    .re-grid
    {
        gap:10px;
    }
}


#signup-popup .error_signup,#signatur-signup-popup .error_signup
{
    background: #f00;
    color: #fff;
    font-size: 14px;
    height: 43px;
    width: 70%;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 9;
}

.input-con
{
    position: relative;
}

.swal-overlay
{
    z-index: 999999 !important;
}

.da-popup
{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top:0px;
    left: 0px;
    display: none;
    z-index: 999999;
}

.da-popup .container
{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.da-popup-content
{
    width: 70%;
    height: 80%;
    background-color: #1f3874;
    position: relative;
    padding: 20px;
    max-height: 450px;
}

.popup-illustration
{
    width: 60%;
}

.dk-popup-title
{
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
}

.dk-title-bar
{
    width: 100%;
    position: absolute;
    top:0px;
    left: 0px;
    padding: 20px;
    z-index: 999;
}

.dk-title-bar img
{
    float: right;
    cursor: pointer;
    float: right;
    margin-left: auto;
}


.dk-popup-content
{
    font-size: .94rem;
    color: #fff;
    margin-top: 20px;
}

.yellow
{
    color:#eeb315;
    font-weight: 700;
}

.dk-yellow-btn
{
    padding: 10px 25px;
    color: #fff !important;
    background-color: #eeb315;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    transition-duration: 500ms;
}
.dk-yellow-btn:hover
{
    padding: 10px 25px;
    color: #fff;
    background-color: #daa000;
    transition-duration: 500ms;
}

.dk-popup-slide
{
    display: flex;
}
.dk-popup-form
{
    display: none;
}

.ipt-signup
{
    width: 100%;
    height: 43px;
    background-color: #fff;
    border:0px solid;
    margin-top: 15px;
    padding-left: 15px;
}

.btn-submit-signin
{
    outline: 0px !important;
    border: none !important;
}
.open-signup-popup
{
    cursor: pointer;
    padding: 13px;
}

.align-center
{
    align-items: center;
}

.justify-center
{
    justify-content: center;
}

.flex-column
{
    flex-direction: column;
}

.contact-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-footer>span>a
{
    color:#EEB315 !important;
    font-weight: 600;
}

.contact-footer>span {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

@media only screen and (max-width: 992px) 
{
    .da-popup-content
    {
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 1200px) 
{
    
    .da-popup-content
    {
        width: 100% !important;
        height: 100% !important;
        padding: 0px !important;
        max-height: 100% !important;
    }

    .da-popup .container
    {
        padding: 0px;
    }

    .content-popup-con 
    {
        height: auto !important;
        min-height: auto !important;
    }

    
    .da-popup-content
    {
        padding-bottom: 30px !important;
    }
}

.da-popup
{
    padding-bottom: 0px !important;
}


/*DK Popup*/

.dk-popup-con .container
{
    height: 100% !important;
}

.dk-popup
{
    width: 400px;
    background-color: #2348a5;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
    padding: 20px;
    box-shadow: 0px 0px 21px -8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 21px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 21px -8px rgba(0,0,0,0.75);
    display: none;
}

.dk-title-bar
{
    width: 100%;
    position: absolute;
    top:0px;
    right: 0px;
    padding: 20px !important;
}

.dk-title-bar img
{
    float: right;
    cursor: pointer;
    float: right;
    margin-left: auto;
}

.dk-popup-title
{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
}

.dk-popup-content
{
    font-size: .94rem;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.yellow
{
    color:#eeb315;
    font-weight: 700;
}

.dk-yellow-btn
{
    padding: 10px 25px;
    color: #fff !important;
    background-color: #eeb315;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    transition-duration: 500ms;
}
.dk-yellow-btn:hover
{
    padding: 10px 25px;
    color: #fff;
    background-color: #daa000;
    transition-duration: 500ms;
}

.popup-illustration
{
    width: 60%;
    max-width: 350px;
    margin-top: 0px;
    display: block;
}

.close-btn-dialog
{
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline !important;
    display: none;
}

@media only screen and (max-width: 1024px) 
{
    .order-md-1
    {
        order:1;
    }
    .order-md-2
    {
        order:2;
    }
    .order-md-3
    {
        order:3;
    }
    .dk-tx-block
    {
        display: flex;
        flex-direction: column;
    }

    .illustration-io
    {
        width: 80%;
    }
    .pt-md-15
    {
        padding-top: 15px !important;
    }
    
    .w-md-100
    {
        width: 100% !important;
    }
}


@media only screen and (max-width: 700px) 
{
    .brand-con
    {
        margin-top: 50px;
    }
    .c-brand
    {
        padding-right: 0px !important;
    }
    #dk-contact-frm
    {
        width: 100%;
    }
    .padder
    {
        text-align: center;
    }

    .dk-sec-text
    {
        text-align: justify;
        word-break: break-all;
    }

    .dk-popup-title
    {
        font-size: 2rem;
    }

    .dk-popup-content
    {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 400px) 
{
    .dk-hs2-title-con
    {
        flex-direction: column;
        gap: 10px;
    }
}


@media only screen and (max-width: 992px) 
{
    .padder
    {
        text-align: center;
    }

    .rw-non-mob
    {
        display: none;
    }

    .dk-tab
    {
        width: 90%;
        margin-top: 50px;
        border-radius: 20px;
    }

    .dk-tab img{
        padding: 2rem;
        border-radius: 20px !important;
    }

    .dk-sec-base1
    {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .pl-0
    {
        padding-left: 0px !important;
    }

    .dk-popup
    {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .text-center-mob
    {
        text-align: justify;
        word-break: break-all;
    }
    .dk-popup-title
    {
        margin-top: 40px;
    }
    .barx
    {
        display: none;
    }

    .close-btn-dialog
    {
        display: block;
    }
}


@media only screen and (max-width: 1200px) 
{
    .ox-1
    {
        order: 1;
    }

    .ox-2
    {
        order: 2;
    }
    .ox-3
    {
        order: 3;
    }
    .ox-4
    {
        order: 4;
    }

    .dx-sec3-dsk
    {
        display: none;
    }

    .dx-sec3-mob
    {
        display: flex;
    }
    .dk-txt-con
    {
        padding:0px !important
    }

    .p-15-mob
    {
        padding:15px !important;
    }
}


@media only screen and (max-width: 1200px)
{
    .dk-popup-title
    {
        margin-top: 0px !important;
    }
}
