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{
    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: 4px solid;
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
}


/* 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: 80%;
}
.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%;
}
.news-header{
    min-height: 100vh;
    background-repeat: no-repeat;
    padding-top: 50px;
}

.news-header2{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position-y: -305px;
    background-position-x: -255px;
    width: 100%;
    padding-top: 50px;

}

.news-header3{
    min-height: 130vh;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
}
.news-header-port{
    background-image: url(vendor/img/port-header.png);
    min-height: 130vh;
    background-repeat: no-repeat;
    padding-top: 50px;
    background-size: cover;
}
.header-right-img img{
    width: 100%;
}
.slogan-news{
    font-family: 'Raleway-Medium';
    font-size: 31px;
    color: #121E70;
    margin-top: 60px;
}
.news-title-h{
    font-family: 'Raleway-SemiBold';
    font-size: 49px;
    text-transform: uppercase;
    color: #121E70;
}
.link-segment{
    font-family: 'Raleway-Light';
    color: #121E70;
    text-transform: uppercase;
    font-size: 20px;
}
.link-segment a{
    color: #121E70;
}
.featured-image{
    height: 20vh;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transition: all .200s;
}
.featured-box{
    min-height: 350px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #cccccc;
    -webkit-transition: all .200s;
    background-position: center -50vh !important;
    background-size: cover !important;
    background-color: #fff !important;

}
.featured-info{
    position: absolute;
    top: 210px;
    padding: 0px 20px 0px 20px;
    -webkit-transition: all .200s;
}
.user-name-info{
    color: #7B8591;
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    margin-top: 10px;
}
.featured-article-title{
    font-family: 'Raleway-Bold';
    font-size: 18px;
    color: #303336;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article-date-inserted{
    position: absolute;
    bottom: -40px;
    color: #7B8591;
    font-family: 'Raleway-SemiBold';
}
.title-sec-top{
    font-family: 'Raleway-SemiBold';
    font-size: 24px;
    color: #627791;
    margin-bottom: 20px;
}
.content-news{
    margin-top: -17rem;
}
.content-news2{
    margin-top: -17rem;
}
.featured-box:hover{
    background-position-y: 0px !important;
}


.featured-box:hover .featured-info{
    top: 30px;
}
.featured-box:hover .featured-article-title{
    color: #ffffff;
}
.image-article-left{
    width: 36%;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}
.image-article-left img{
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 7px;
}
.small-info-art-box{
    width: 59%;
    display: inline-block;
    vertical-align: top;
}
.small-title-art{
     font-family: 'Raleway-Bold';
     font-size: 18px;
     color: #303336;
 }
.creator-article-name{
    font-family: 'Raleway-Regular';
    color: #627791;
    font-size: 14px;
    margin-top: 10px;
}
.date-insert-article{
    font-family: 'Raleway-Regular';
    color: #627791;
    font-size: 14px;
    margin-top: 10px;
}
.soon-article-box{
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #cccccc;
    margin-bottom: 20px;
}
.title-last-articles{
     background-color: #121E70;color: #fff;font-family: 'Raleway-Bold';font-size: 21px;text-align: center;text-transform: uppercase;padding: 15px;border-radius: 5px;margin-bottom: 20px;
 }
.more-articles-right{
    padding: 5px;
    text-align: center;
}
.more-articles-right a{
    color: #7B8591;
    font-family: 'Raleway-Bold';
    font-size: 14px;
    text-transform: uppercase;
}
.list-last-articles{
    margin-bottom: 20px;
    -webkit-transition: all .500s;
    border-radius: 10px;
}
.list-last-articles:hover{
    box-shadow: 3px 3px 7px #eceaea;
}


.simple-pagination ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: center;
    font-family: 'Raleway-Medium';
    font-size: 20px;
}

.simple-pagination li {
    display: inline-block;
}

.simple-pagination li a,
.simple-pagination li span {
    color: #1D54B4;
    padding: 10px 17px;
    text-decoration: none;
    border: 1px solid #EEE;
    background-color: #FFF;
}

.simple-pagination .current {
    color: #FFF;
    background-color: #1D54B4;
    border-color: #1D54B4;
    box-shadow: 1px 1px 12px #1d54b4;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #ffffff;
    color: #1D54B4;
    border: none;
}

.simple-pagination .prev{
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding: 10px;
}
.simple-pagination .next{
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px;
}
.slider-box-cat{
    width: 400px;
    min-height: 250px;
    margin-bottom: 20px;
    background-size: cover;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 30px;
    margin-left: 10px;
    margin-right: 30px;
}
.slider-type-cat-title{
    font-family: 'Raleway-Regular';
    color: #F6F6F6;
    font-size: 14px;
}

.slider-category-title{
    font-family: 'Raleway-Bold';
    font-size: 36px;
    color: #F6F6F6;
}
.icon-cat-slider{
    position: absolute;
    margin-left: 240px;
    width: 120px;
    margin-top: -80px;
    transform: scale(1.0);
    -webkit-transition: all .200s;
}
.slider-box-cat:hover .icon-cat-slider{
    transform: scale(1.5);
}
.slider-category{
    margin-top: 60px;
}
.content-news{
    background-image: url(/vendor/img/bg-news.png);
    background-size: 130% 131%;
    background-position: top;
    padding-bottom: 20px;
}
.news-image-detail{
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0px 0px;
    height: 350px;
}
.news-info-text{
    padding: 25px;
    font-family: 'Raleway-Medium';
    font-size: 18px;
    color: #303336;
}
.news-detail-box{
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #cccccc;
}
.category-name-article{
    position: absolute;
    top: 0;
    color: #fff;
    padding: 25px;
    font-family: 'Raleway-Bold';
    font-size: 18px;
    text-transform: uppercase;
}
.user-avatar-img{
    position: absolute;
    top: 260px;
    left: 3%;
}
.user-avatar-img img{
    width: 80px;
    height: 80px;
}
.about-us-header-p{
    height: 70vh;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.about-us-s-title{
    font-family: 'Raleway-Bold';
    font-size: 30px;
    color: #151D41;
    margin-bottom: 20px;
}
.about-us-s-text{
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #151D41;
    margin-bottom: 20px;
}

.progress--circle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 205px;
    border-radius: 50%;
    background-color: #ddd;
}
.progress--circle:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 95%;
    height: 195px;
    border-radius: 50%;
    background-color: white;
}
.progress--circle:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1D54B4;
}

.progress__number {
    position: absolute;
    top: 45%;
    width: 100%;
    line-height: 0.5;
    margin-top: -0.75rem;
    text-align: center;
    font-size: 56px;
    color: #151D41;
    font-family: 'Raleway-Bold';
}
.name-progress{
    font-family: 'Raleway-SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    color: #151D41;
}


.progress--bar.progress--0:after {
    width: 0%;
}

.progress--circle.progress--0:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(90deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--5:after {
    width: 5%;
}

.progress--circle.progress--5:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(108deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--10:after {
    width: 10%;
}

.progress--circle.progress--10:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(126deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--15:after {
    width: 15%;
}

.progress--circle.progress--15:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(144deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--20:after {
    width: 20%;
}

.progress--circle.progress--20:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(162deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--25:after {
    width: 25%;
}

.progress--circle.progress--25:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(180deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--30:after {
    width: 30%;
}

.progress--circle.progress--30:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(198deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--35:after {
    width: 35%;
}

.progress--circle.progress--35:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(216deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--40:after {
    width: 40%;
}

.progress--circle.progress--40:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(234deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--45:after {
    width: 45%;
}

.progress--circle.progress--45:after {
    background-image: linear-gradient(90deg, #ddd 50%, transparent 50%, transparent), linear-gradient(252deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--50:after {
    width: 50%;
}

.progress--circle.progress--50:after {
    background-image: linear-gradient(-90deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--55:after {
    width: 55%;
}

.progress--circle.progress--55:after {
    background-image: linear-gradient(-72deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--60:after {
    width: 60%;
}

.progress--circle.progress--60:after {
    background-image: linear-gradient(-54deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--65:after {
    width: 65%;
}

.progress--circle.progress--65:after {
    background-image: linear-gradient(-36deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--70:after {
    width: 70%;
}

.progress--circle.progress--70:after {
    background-image: linear-gradient(-18deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--75:after {
    width: 75%;
}

.progress--circle.progress--75:after {
    background-image: linear-gradient(0deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--80:after {
    width: 80%;
}

.progress--circle.progress--80:after {
    background-image: linear-gradient(18deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--85:after {
    width: 85%;
}

.progress--circle.progress--85:after {
    background-image: linear-gradient(36deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--90:after {
    width: 90%;
}

.progress--circle.progress--90:after {
    background-image: linear-gradient(54deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--95:after {
    width: 95%;
}

.progress--circle.progress--95:after {
    background-image: linear-gradient(72deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}

.progress--bar.progress--100:after {
    width: 100%;
}

.progress--circle.progress--100:after {
    background-image: linear-gradient(90deg, #1D54B4 50%, transparent 50%, transparent), linear-gradient(270deg, #1D54B4 50%, #ddd 50%, #ddd);
}
.progress-box{
    padding: 25px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5px 5px 25px #dedede;
}
.progresses-sec{
    margin-top: 2rem;
    margin-bottom: 4rem;
}
.services-about{
    margin-top: 5rem;
    margin-bottom: 4rem;
}
.simple-page-slogan{
    text-align: center;
    font-family: 'Raleway-Regular';
    color: #63688B;
    text-transform: uppercase;
    font-size: 24px;
}
.simple-page-title{
    font-family: 'Raleway-Bold';
    font-size: 50px;
    text-align: center;
    color: #151D41;
}
.card-ibiz{
    background-color: #fff;
    padding: 60px;
    border-radius: 15px;
    box-shadow: 3px 3px 15px #cccccc;
    margin-top: 2rem;
}
.card-title-ibiz{
    font-family: 'Raleway-SemiBold';
    font-size: 45px;
    color: #151D41;
    margin-top: 10px;
    margin-bottom: 20px;
}
.card-ibiz-text{
    font-family: 'Raleway-Regular';
    font-size: 16px;
    color: #151D41;
    margin-bottom: 40px;
}
.card-ibiz-link a{
    background-color: #1D54B4;
    color: #fff;
    padding: 10px 25px;
    font-family: 'Raleway-Regular';
    font-size: 22px;
    border-radius: 15px;
}
.progress--bar {
    height: 5px;
    margin: 10px 0px;
    background-color: #d3def2;
}
.progress--bar:after {
    content: "";
    display: block;
    height: 100%;
    background-color: #D8006B;
}
.precent-style{
    font-family: 'Raleway-Bold';
    font-size: 50px;
    color: #151D41;
}
.title-percent-card{
    font-family: 'Raleway-SemiBold';
    font-size: 32px;
    color: #151D41;
}
.info-percent-data{
    font-family: 'Raleway-Medium';
    font-size: 16px;
    color: #151D41;
}
.team-sec{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.team-image img{
    width: 100%;
}
.team-image2{
    display: none;
}
.team-info{
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 3px 10px 15px #cccccc;
}
.team-name{
    font-family: 'Raleway-SemiBold';
    font-size: 24px;
    color: #121E70;
}
.team-area{
    font-family: 'Raleway-SemiBold';
    font-size: 16px;
    color: #D8006B;
}
.reviews{
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-image: url(/vendor/img/bg-review.png);
}

.ats{
    text-align: center;
    margin-top: -150px;
}
.text-review{
    text-align: center;
    font-family: 'Raleway-SemiBold';
    color: #151D41;
    font-size: 16px;
    margin-bottom: 20px;
}
.name-review{
    text-align: center;
    font-family: 'Raleway-SemiBold';
    font-size: 41px;
    color: #151D41;
    margin-top: 4rem;
    margin-bottom: 2rem;
}
.review-area{
    text-align: center;
    color: #151D41;
    font-family: 'Raleway-Regular';
    margin-bottom: 30px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #121E70;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}
.carousel-indicators{
    bottom: -25px;
}
.essience-sec{
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.blog-features{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.blog-f-img img{
    width: 100%;
    object-fit: cover;
    min-height: 300px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.blog-f-info{
    background-color: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 1px 1px 10px #cccccc;
    margin-top: -50px;
    position: relative;
}
.blog-f-time{
    font-family: 'Raleway-SemiBold';
    font-size: 18px;
    color: #D8006B;
    margin-bottom: 10px;
}
.blog-f-title{
    font-family: 'Raleway-SemiBold';
    font-size: 20px;
    color: #121E70;
    margin-bottom: 20px;
}
.blog-f-link a{
    font-family: 'Raleway-Regular';
    font-size: 18px;
    color: #D8006B;
}
.blog-f-box{
    margin-bottom: 20px;
}
.featured-article2{
    width: 850px;
    margin-right: 60px;
}

.featured-box2 {
    min-height: 550px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #cccccc;
    -webkit-transition: all .200s;
    background-position: center -170px !important;
    background-size: cover !important;
    background-color: #fff !important;

}
.featured-info2{
    position: relative;
    top: 348px;
    padding: 0px 20px 0px 20px;
    -webkit-transition: all .200s;
}
.porftolio-top-data{
    padding-left: 20%;
}

.filter-button {
    font-size: 24px;
    color: #627791;
    margin-bottom: 30px;
    font-family: 'Raleway-SemiBold';
    text-transform: uppercase;
    margin-right: 40px;
}

.filter-button:hover {
    border-bottom: 4px solid #D8006B;
    color: #627791;
}
.filter-button:focus{
    color: #627791;
    border-bottom: 4px solid #D8006B;
}

.btn-default:active .filter-button:active {
    background-color: #FFA500;
    color: white
}

.port-image {
    width: 100%
}

.gallery_product {
    margin-bottom: 30px
}

.featured-box3 {
    min-height: 500px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #cccccc;
    -webkit-transition: all .200s;
    background-position: center -170px !important;
    background-size: 100% 100% !important;
    background-color: #fff !important;
}
.featured-info3 {
    position: relative;
    top: 290px;
    padding: 0px 20px 0px 20px;
    -webkit-transition: all .200s;
}
.user-img-info img{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
}
.user-img-info-port img{
    width: 70px;
    height: 70px;
    border-radius: 110px;
    border: 2px solid;
    object-fit: cover;
    background-color: #fff;
}
.featured-article{
    background-color: #fff;
    min-height: 350px;
    margin-bottom: 40px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 1px 1px 5px #cccccc;
    -webkit-transition: all .200s;
}

.img-bg-art{
    width: 100%;
    height: 150px;
    object-fit: cover;
    position: sticky;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all .200s;
}

.featured-article:hover .img-bg-art{
    width: 100%;
    height: 350px;
    object-fit: cover;
    position: sticky;
    border-radius: 10px;
    -webkit-transition: all .200s;
    background-color: #000;
    filter: opacity(0.5) drop-shadow(0 0 0 blue);

}

.featured-article:hover .featured-info {
    position: absolute;
    top: 70px;
    padding: 0px 20px 0px 20px;
    -webkit-transition: all .200s;
}




.featured-article:hover .user-name-info {
    color: #ffffff;
}

.featured-article:hover .article-date-inserted {
    color: #ffffff;
}
.featured-info-p {
    position: absolute;
    top: 120px;
    padding: 0px 20px 0px 20px;
    -webkit-transition: all .200s;
}

.featured-article:hover .featured-article-title{
        color: #ffffff;
}
.alignation-port{
    min-height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.news-header-p{
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.info-porft-sec{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.card-port-img{

}
.card-port-img img{
    width: 100%;
    margin-top: -100px;
}
.image-title-port{
    background: linear-gradient(180deg, #121E70, transparent);
    position: relative;
    font-size: 32px;
    width: 100%;
    color: #fff;
    padding: 25px;
    text-transform: capitalize;
    font-family: 'Raleway-SemiBold';
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    top: -5px;
}
.video-port iframe{
    width: 100%;
    height: 450px;
    margin-top: -100px;
    border-radius: 15px;
}
.logo-top{
    width: 20%;
    height: 50px;
    object-fit: cover;
    object-position: 0 0;
    -webkit-transition: all .200s;
}

.logo-top:hover{
    width: 100%;
    -webkit-transition: all .200s;
}
.menu-home{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999999;
    left: 0;
}
.menu-rest{
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999999;
    left: 0;
    background-color: #fff;
}
.lines-separator{
    width: 43.5%;
    height: 5px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 15px;
}
.go-top-line{
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    color: #fff;
}
.porfolio-about{
    background-image: url(/vendor/img/port-bg.png);
    background-size: cover;
    background-position: 70% 0px;
    background-repeat: no-repeat;
    padding-top: 40vh;
    padding-bottom: 40vh;
}
.filter-active{
    border-bottom: 4px solid #D8006B;
    color: #627791;
}