body{
    background-color: #F6F6F6;
}
.nav-link{
    color: #121E70 !important;
    font-family: Raleway-SemiBold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    margin: 0px 20px 0px 20px;
}
.align_menu{
    line-height: 54px;
}
.own_container{
    width: 85%;
}
.top_page{
    height: 100vh;
    background-position: center;
    background-size: 155% 130%;
    background-position-x: -560px;
    background-position-y: -90px;
}
.top_svg{
    background-image: url(/vendor/img/top_svg.png);
    height: 260px;
    width: 360px;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 35%;
    background-size: 100% 100%;
    opacity: 0;
}
.left_svg{
    background-image: url(/vendor/img/left_svg.png);
    height: 260px;
    width: 260px;
    background-repeat: no-repeat;
    position: absolute;
    left: 10%;
    bottom: 10%;
    background-size: contain;
    opacity: 0;

}

.right_svg{
    background-image: url(/vendor/img/right_svg.png);
    height: 200px;
    width: 230px;
    background-repeat: no-repeat;
    position: absolute;
    right: 10%;
    bottom: 25%;
    background-size: contain;
    opacity: 0;
}
.move_tp{
    transform: scale(0.0);
    -webkit-transition: all .800s;
}
.header_text_box{
    text-align: center;
    margin-top: 15%;
    transform: scale(0.0);
    -webkit-transition: all .800s;

}
.header_title{
    font-family: Raleway-Light;
    font-size: 60px;
    color: #121E70;
    width: 1000px;
    text-transform: uppercase;
    text-align: left;
    -webkit-transition: all .900s;
}
.bold_title{
    font-family: Raleway-ExtraBold;
}
.header_slogan{
    text-align: left;
    font-family: 'Raleway-Light';
    color: #121E70;
}
.header_btn{
    display: none;
}
.header_btn button{
    border: 2px solid #EA3398;
    font-family: 'Raleway-Bold';
    color: #EBEBEB;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 5px 5px 20px #d1177e6b;
    text-transform: uppercase;
    background: -webkit-linear-gradient(
            45deg
            , rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
    background: -o-linear-gradient(45deg, rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
    background: -moz-linear-gradient(45deg, rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
    background: linear-gradient(
            45deg
            , rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
}
.simple_btn{
    border: 2px solid #EA3398;
    font-family: 'Raleway-Bold';
    color: #EBEBEB;
    font-size: 15px;
    padding: 15px 25px;
    border-radius: 50px;
    box-shadow: 5px 5px 20px #d1177e6b;
    text-transform: uppercase;
    background: -webkit-linear-gradient(
            45deg
            , rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
    background: -o-linear-gradient(45deg, rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
    background: -moz-linear-gradient(45deg, rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
    background: linear-gradient(
            45deg
            , rgb(234, 51, 152) 0%, rgb(194, 3, 98) 51%);
}



.social_name{
    width: fit-content;
    display: inline-block;
    font-family: Raleway-SemiBold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0px 20px 0px 20px;
}

.social_name:hover{
    font-family: 'Raleway-ExtraBold';
}
.social_name a{
    color: #121E70 !important;
    text-decoration: none;
}
.social_header {
    transform: rotate(270deg);
    z-index: 99999;
    position: absolute;
    right: -45%;
    top: -15%;
    width: 100%;
    text-align: left;
}
.scroll_header{

    width: fit-content;
    position: absolute;
    bottom: 40px;
    left: 45%;
    text-align: center;
    transform: scale(0.0);
    -webkit-transition: all .800s;
    opacity: 0;

}
.scroll_header-regular{

    width: fit-content;
    position: absolute;
    bottom: 40px;
    left: 45%;
    text-align: center;
    transform: scale(0.0);
    -webkit-transition: all .800s;
    opacity: 1;

}
.scroll_title{
    font-size: 16px;
    color: #121E70;
    font-family: 'Raleway-ExtraBold';
}
.scroll_slogan{
    font-size: 14px;
    font-family: 'Raleway';
    color: #1A1A1A;
}
.scroll_icon{
    color: #D8006B;
    line-height: 17px;
    margin-top: 5px;
}

@keyframes MoveUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

.inspiration{
    height: auto;
}


.inspiration{
    background:-webkit-linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(18, 30, 112) 100%);
    background:-o-linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(18, 30, 112) 100%);
    background:-moz-linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(18, 30, 112) 100%);
    background:linear-gradient(180deg, rgb(246, 246, 246) 0%, rgb(18, 30, 112) 100%);
}

.inspiration_box{
    margin-top: 200px;
}
.page_header_top{
    position: absolute;
    width: 100%;
    height: 120%;
    object-fit: cover;
}
.inst_b{
    font-family: Raleway-Black;
    text-transform: uppercase;
    color: #121E70;
    font-size: 47px;
    border-bottom: 2px solid #D8006B;
}
.insp_r{
    text-transform: uppercase;
    color: #121E70;
    font-size: 47px;
    font-family: 'Raleway-Regular';
}
.inspiration_text_box{
    width: 70%;
    margin: 0 auto;
}
.inspiration_desc{
    font-family: 'Raleway-Medium';
    font-size: 22px;
    letter-spacing: 3px;
}
.inspiration_text_style{
    margin-bottom: 20px;
}
.inspiration-img{
    text-align: center;
}
.inspiration-img img{
    width: 640px;
}
.insp_img_r{
    text-align: right;
    position: relative;
}
.insp_img_r img{
    width: 550px;
}
.services_section{
    padding-bottom: 20px;
}
.service_title{
    font-family: 'Raleway-ExtraBold';
    text-transform: uppercase;
    color: #121E70;
    font-size: 14px;
    border-bottom: 2px solid #D8006B;
    width: fit-content;
}
.area_services{
    margin-top: 20px;
}
.sev_title_sec{
    font-family: 'Raleway-Black';
    font-size: 40px;
    color: #F6F6F6;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.list_style_service{
    list-style-type: none;
    padding: 0;
    font-family: 'Raleway-Regular';
    font-size: 22px;
    color: #F6F6F6;
}
.icon_service{
    font-size: 36px;
    margin-right: 30px;
}
.middle_title{
    margin-left: 175px;
    margin-right: auto;
    width: fit-content;
}
.middle_list{
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.about_us_sec{
    padding-top: 40px;
    padding-bottom: 40px;
    background:-webkit-linear-gradient(180deg, rgb(18, 30, 112) 0%, rgb(216, 0, 107) 75%);
    background:-o-linear-gradient(180deg, rgb(18, 30, 112) 0%, rgb(216, 0, 107) 75%);
    background:-moz-linear-gradient(180deg, rgb(18, 30, 112) 0%, rgb(216, 0, 107) 75%);
    background:linear-gradient(180deg, rgb(18, 30, 112) 0%, rgb(216, 0, 107) 75%);
}
.services_imgs{
    width: 100%;
    height: 100%;
    object-fit: none;
}
.about_us_box{
    margin-top: 150px;
}
.title_about_us{
    font-family: 'Raleway-Regular';
    font-size: 47px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.black_font{
    font-family: 'Raleway-Black';
}
.about_us_desc{
    margin-top: 40px;
    font-family: 'Raleway-Light';
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 3px;
}
.newsletter_join_btn{
    margin-top: 40px;
}
.white_btn{
    border: 2px solid #EBEBEB;
    background: transparent;
    color: #F6F6F6;
    border-radius: 25px;
    font-family: 'Raleway-Regular';
    font-size: 14px;
    padding: 7px 35px;
    letter-spacing: 3px;
}
.about_us_logos{
    text-align: center;
    margin-bottom: 40px;
}
.social_middle{
    margin-top: 70px;
}
.social_left_img img{
    width: 600px;
}
.social_icons_middle{
    width: calc(100% / 6);
    text-align: center;
    display: inline-block;
}
.social_icons_middle a{
    font-size: 47px;
    color: #fff;
}
.title_conference{
    font-family: 'Raleway-Light';
    font-size: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.extrabold_font{
    font-family: 'Raleway-ExtraBold';
    font-size: 48px;
}
.conference_img img{
    width: 90%;
}
.conference_text{
    font-family: 'Raleway-Regular';
    color: #F6F6F6;
    font-size: 20px;
    margin-top: 20px;
}
.conference_btn button{
    text-align: left;
    border: 2px solid #2663a8;
    font-family: 'Raleway-Bold';
    color: #EBEBEB;
    font-size: 20px;
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: 5px 5px 20px #27272761;
    text-transform: uppercase;
    background: -webkit-linear-gradient(
            45deg
            , rgb(38, 99, 168) 0%, rgb(52, 148, 208) 51%);
    background: -o-linear-gradient(45deg, rgb(38, 99, 168) 0%, rgb(52, 148, 208) 51%);
    background: -moz-linear-gradient(45deg, rgb(38, 99, 168) 0%, rgb(52, 148, 208) 51%);
    background: linear-gradient(
            45deg
            , #2663a8 0%, rgb(52, 148, 208) 70%);
}
.light_font{
    font-family: 'Raleway-Light';
    font-size: 15px;
}
.conference_btn{
    margin-top: 50px;
}
.right_conference{
    text-align: right;
    height: 280px;
}
.right_conference img{
    position: absolute;
    right: 0;
}
.form_box{
    background-image: url(/vendor/img/form_background.png);
    padding-top: 140px;
    padding-bottom: 40px;
    min-height: 100vh;
}
.form_title{
    font-family: 'Raleway-ExtraBold';
    font-size: 50px;
    color: #121E70;
}
.form_slogan{
    font-family: 'Raleway-Regular';
    font-size: 50px;
    color: #121E70;
}
.form_text{
    font-family: 'Raleway-Regular';
    font-size: 22px;
    color: #1A1A1A;
}

.inputs_style{
    width: 100%;
    height: 60px;
    background-color: #d8006b29;
    color: #121E70;
    padding-left: 25px;
    border: none;
    border-radius: 35px;
    font-size: 18px;
    margin-bottom: 40px;
}

.icon_inputs{
    margin-left: -50px;
    font-size: 25px;
    color: #D8006B;
}

::-webkit-input-placeholder { /* Edge */
    color: #121E70;
}

:-ms-input-placeholder { /* Internet Explorer */
    color: #121E70;
}

::placeholder {
    color: #121E70;
}

.form_btn{
    text-align: right;
}
.form_btn button{
    background-color: #40BBF0;
    color: #fff;
    font-family: 'Raleway-Regular';
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    padding: 10px 25px;
    border-radius: 25px;
}
.form_area{
    background-color: #ffffff5c;
    padding: 75px 160px;
    border-radius: 35px;
    border: 1px solid #fff;
    height: 950px;
}
.left_conference{
    height: auto;
    margin-top: -220px;
}
.left_conference img{
    left: 0;
    position: absolute;
}
.footer{

}

.footer_img{
    width: 100%;
    height: fit-content;
    position: absolute;
    z-index: -1;
}
.footer_detail_box{
    padding-top: 150px;
    padding-bottom: 40px;
}
.footer_logo{
    margin-bottom: 40px;
}
.footer_text{
    font-family: 'Raleway-Regular';
    font-size: 12px;
    color: #F6F6F6;
    width: 65%;
    letter-spacing: 3px;
}
.footer_title{
    font-family: 'Raleway-Black';
    color: #f1f1f1;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.footer_list{
    list-style-type: none;
    padding: 0;
    font-family: 'Raleway-Medium';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 45px;
    margin-bottom: 50px;
    color: #ffffff;
}
.footer_list > li > a{
    color: #ffffff;
}
.copyright{
    text-align: center;
    color: #F6F6F6;
    font-family: 'Raleway-Medium';
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    bottom: -85px;
}
.copyright a{
    color: #F6F6F6;
    text-transform: capitalize;
}
.back_top{
    border: 2px solid;
    width: 50px;
    height: 50px;
    line-height: 47px;
    float: right;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    margin-top: -15px;
}


/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    background:-webkit-linear-gradient(180deg, rgb(194, 3, 98) 0%, rgb(18, 30, 112) 100%);
    background:-o-linear-gradient(180deg, rgb(194, 3, 98) 0%, rgb(18, 30, 112) 100%);
    background:-moz-linear-gradient(180deg, rgb(194, 3, 98) 0%, rgb(18, 30, 112) 100%);
    background:linear-gradient(180deg, rgb(194, 3, 98) 0%, rgb(18, 30, 112) 100%);
}


/* Handle */
::-webkit-scrollbar-thumb {
    background: linear-gradient(
            180deg
            , rgb(246 246 246) 0%, rgb(207 209 223) 51%);
    border-radius: 10px;
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #3494D0;
}

.desktop{
     display: block;
 }
.responsive{
    display: none;
}
.menu_mobile{
    color: #c20362;
    font-size: 40px;
}
.loader_page{
    position: fixed;
    z-index: 9999999;
    background-color: transparent;
    width: 100%;
    height: 100%;

}
.logos_loagers{
    position: absolute;
    left: 45%;
    top: 20%;
    text-align: center;
}
.logo_text{
    width: 230px;
    margin-top: 20px;
}

.rotate {
    animation: rotation 2s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.div_loaders {
    width: 50%;
    height: 50%;
    float: left;
    background-color: #ffffff;
    position: relative;
    -webkit-transition: all .800s;
}
.div1{
    -webkit-transition: all .800s;
}

body{cursor: url(/vendor/img/cursor2.png), auto;}
a{cursor: url(/vendor/img/pointer3.png), auto;}
button{cursor: url(/vendor/img/pointer3.png), auto !important;}

.newsletter_footer{
    margin-top: 20px;
}
.newsletter_footer input{
    width: 100%;
    text-align: left;
    padding-left: 20px;
    border-radius: 75px;
    border: none;
    height: 50px;
    line-height: 50px;
    font-family: 'Raleway-Medium';
    font-size: 14px;
}

.icon_inputs_f {
    margin-left: -40px;
    font-size: 18px;
    color: #D8006B;
}
.box_checks_newsletter{
    margin-bottom: 20px;
}
.check_box_newsletter{
    width: fit-content;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.check_box_newsletter input{
    width: 20px;
    height: 20px;
}
.checkbox_label{
    width: 90%;
    display: inline-block;
    color: #fff;
    font-family: 'Raleway-Regular';
    font-size: 14px;
}
.checkbox_label a{
    font-family: 'Raleway-BoldItalic';
    color: #fff;
}

input[type=checkbox] {
    transform: scale(1.0);
}

input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    cursor: pointer;
    font-size: 18px;
    visibility: hidden;
}

input[type=checkbox]:after {
    content: " ";
    background-color: #ffffff52;
    display: inline-block;
    margin-left: 0px;
    padding-bottom: 5px;
    color: #40bbf0;
    width: 30px;
    height: 30px;
    visibility: visible;
    border: 1px solid #920a6c;
    padding-left: 3px;
    border-radius: 5px;
}

input[type=checkbox]:checked:after {
    content: "\2713";
    padding: -5px;
    font-weight: bold;
    text-align: center;
}
.terms_modal_box{
    position: fixed;
    z-index: 999999;
    background-color: #f6f6f6;
    width: 96%;
    height: 94%;
    margin: 2%;
    overflow: auto;
    display: none;
}

.privacity_modal_box{
    position: fixed;
    z-index: 999999;
    background-color: #f6f6f6;
    width: 96%;
    height: 94%;
    margin: 2%;
    overflow: auto;
    display: none;
}
.modal_header{
    position: sticky;
    top: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border: 1px solid transparent;
    background:-webkit-linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    background:-o-linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    background:-moz-linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    background:linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    color: #fff;
    font-family: 'Raleway-BoldItalic';
    font-size: 20px;
}
.close_modal{
    float: right;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: -1px;
    margin-right: -1px;
    background-color: transparent;
    font-size: 35px;
}
.title_modal{
    width: fit-content;
    float: left;
}
.modal_body{
    padding: 40px;
    font-family: 'Raleway-Regular';
    background-image: url(/vendor/img/f_bag.png);
    background-size: cover;
    color: #fff;
    min-height: 100%;
}
.newsletter_form{
    display: none;
}
.cancel_btn{
    background-color: #eaeaea;
    color: #000;
    margin-right: 20px;
    font-family: 'Raleway-SemiBold';
}
.email_alert, .terms_alert, .sucess_alert, .sucess_alert_form{
    display: none;
}
#progressbar{
    display: none;
}
#progressbarf{
    display: none;
}

#progressbarform{
    display: none;
}
progress {
    border-radius: 7px;
    width: 100%;
    height: 30px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
progress::-webkit-progress-bar {
    background-color: #eaeaea;

}
progress::-webkit-progress-value {
    background:-webkit-linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    background:-o-linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    background:-moz-linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);
    background:linear-gradient(90deg, rgb(138, 12, 109) 21%, rgb(70, 22, 110) 84%);

}
progress::-moz-progress-bar {
    /* style rules */
}


.footer_logo{
    text-align: left;
}
.footer_logo img{
    width: 50%;
}
.drop-menu{
    display: flex;
    align-items: center;
}
.drop-box-detail{
    width: 100%;
    text-align: center;
    background-color: #f6f6f6;
    font-family: 'Raleway-SemiBold';
    text-transform: uppercase;
    letter-spacing: 3px;
}
.logo-img{
    width: 150px;
}
.regular-color-menu{
    color: #FFFFFF !important;
}
.box-header{
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.header-titles{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
    color: #fff;
    font-family: 'Raleway-Bold';
    text-transform: uppercase;
    letter-spacing: 3px;
}
.first-sec{
    background-repeat: no-repeat;
    background-position: -75px -200px;
    min-height: 100vh;
    background-size: 60%;
}
.f-title{
    font-family: 'Raleway-Bold';
    font-size: 26px;
    color: #121E70;
}
.s-title{
    font-family: 'Raleway-SemiBold';
    color: #121E70;
    font-size: 22px;
}
.r-text{
    font-family: Raleway-Medium;
    color: #707070;
    font-size: 19px;
}
.video-page{
    width: 100%;
    border-radius: 25px;
    padding-bottom: 20px;
    min-height: 550px;
}
.second-sec{
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: bottom right;
}
.margins-sec{
    margin-top: 60px;
    margin-bottom: 60px;
}
.img-circle{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
}
.img-circle img{
    width: 50%;
}