/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 17, 2021, 15:10:59
    Author     : maticm
*/

@media screen and (max-width: 1500px){
    .container_1_mobile{
        margin-left: 50%;
    }
    .lecture_room_text{
        margin-top: 15vh;
    }
}

@media screen and (max-width: 1400px){
    .main-navbar .nav>li>a{
        margin-right: 30px;
    }
    .main-navbar.navbar-shrink .nav>li>a{
        margin-right: 25px;
    }
    .landingSlider img{
        height: 70vh;
    }
}

@media screen and (max-width: 1300px){
    .main-navbar .nav>li:last-child>a {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-navbar .nav>li>a{
        margin-right: 15px;
    }
    .main-navbar.navbar-shrink .nav>li>a{
        margin-right: 12px;
    }
} 


@media screen and (max-width: 1200px){

    .oneImage_1:after, .oneImage_2:after, .oneImage_3:after, .oneImage_4:after, .oneImage_5:after, .oneImage_6:after, .oneImage_7:after, .oneImage_8:after {
        font-size: 13px;
    }

    .image_fund {
        margin: 0 auto;
    }

    .main-navbar .nav>li>a{
        font-size: 12px;
    }
    .main-navbar .nav>li>a {
        margin-right: 10px;
    }
    .main-navbar .nav>li:last-child>a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .landingSlider img{
        height: 60vh;
    }
    .lecture_room_text h1{
        font-size: 50px;
    }
    .lecture_room_text h3{
        margin-top: 25px;
    }
    .location_style{
        margin-top: 25px;
    }
    .location_style h2{
        margin-bottom: 25px;
    }
    .lecture_room_text{
        margin-top: 12vh;
    }
}

@media screen and (max-width: 1100px){



    .navbar-mobile__content li:first-child {
        margin-right: 13px;
    }

    .dropdown-menu li {
        margin-bottom: 0px !important;
    }

    .dropdown-menu {
        position: relative;
        float: none;
        width: 100%;
        background: none;
        text-align: center;
    }

    .open>.dropdown-menu {
        margin: 0 auto;
    }


    .a_button {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .a_button:hover {
        border: 1px solid #cfa368;
        color: white !important;
    }

    .navbar.main-navbar.pageNav{
        /*        background-color: #fff;*/
    }
    .navbar.main-navbar.pageNav .nav>li>a{
        color: #000;
    }
    .navbar.main-navbar{
        margin-left: -15px;
    }
    .main-navbar .nav>li>a{
        margin-right: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin: 0px;
        padding: 0px;
        padding-top: 30px;
        padding-right: 20px;
    }
    .navbar-shrink .navbar-toggle{
        padding-top: 20px;
    }
    .navbar-shrink .navbar-brand{
        margin-top: 15px;
    }
    .navbar-collapse {
        box-shadow: none;
        border-top: none;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
        background-color: #fff;
    }
    .navbar-nav>li {
        float: none;
    }
    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
        padding-bottom: 0px;
    }
    .navbar-nav>li>a {
        /*        padding-top: 10px;
                padding-bottom: 10px;*/
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }
    .main-navbar .nav>li>a{
        color: #000;
    }

    .navbar-active {
        display: block!important;
    }
    .navbar-brand>img{
        /*        width: 100px;*/
    }
    .navbar-mobile__content {
        display: none;
        position: fixed;
        height: 100%;
        background-color: #051824;
        top: 0;
        left: 0;
        z-index: 9;
        transform: none;
        margin-top: 0px;
        text-align: center;
        width: 100%;
        margin: 0;
        min-height: 100%;
        padding-top: 15vh;
    }
    .navbar-mobile__content ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

    .navbar-mobile__content ul li {
        margin-bottom: 15px;
    }

    .navbar-mobile__content ul li a {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
    }

    .menu-mobile {
        cursor: pointer;
        position: relative;
        width: 30px;
        height: 30px;
        display: block;
        float: right;
        z-index: 10;
        margin-top: 0px;
    }

    .menu-global {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        position: absolute;
        left: 0;
        border-top: 2px solid white;
        width: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .navbar-shrink .menu-global{
        border-top: 2px solid white;
    }

    .pageNav .menu-global{
        border-top: 2px solid white;
    }

    .menu-top {
        top: 0;
    }

    .menu-middle {
        top: 10px;
    }

    .menu-bottom {
        top: 20px;
    }

    .menu-top-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(50deg);
        transform: rotate(50deg);
        -webkit-transition: 0.55s 0.5s;
        transition: 0.55s 0.5s;
        border-top: 2px solid #ffffff !Important;
    }

    .menu-middle-click {
        opacity: 0;
    }

    .menu-bottom-click {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        top: 15px;
        -webkit-transform: rotate(-410deg);
        transform: rotate(-410deg);
        -webkit-transition: 0.55s 0.5s;
        transition: 0.55s 0.5s;
        border-top: 2px solid #ffffff !Important;
    }

    .dropdown .dropdownMobile {
        margin-top: 10px;
        margin-bottom: 15px;
        display: none;
    }

    .dropdown .dropdownMobileLi li{
        margin-bottom: 10px;
    }
    .dropdown .dropdownMobileLi li a{
        color: #fff;
        font-size: 15px;
    }
    .dropdown-open {
        display: block!important;
    }
    .caret-open{
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-bottom: 3px;
    }
    .grey_background{
        width: 58%;
    }
    .absolute_container{
        width: 55%;
    }
}

@media screen and (max-width: 991px){

    #map-content .title-wrapper {
        padding-top: 0px;
    }

    #map-content .title-wrapper h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .contact-info {
        margin-bottom: 40px;
    }

    /* Landing page mobile */

    .about_us_subsection {
        padding-bottom: 0px;
    }

    .about_us_subsection p {
        margin-top: 0px;
    }

    .section_background_first h1 {
        margin-top: 30px;
    }

    .section_background_first p {
        margin-bottom: 60px;
    }

    .cards_style .row {
        display: block;
    }

    .cards_style {
        height: auto !important;
    }

    .harvest_gold {
        padding-top: 130px;
        padding-bottom: 0px;
        text-align: center;
    }
    .golden_bar {
        margin-top: 60px;
        margin-bottom: 30px;
        margin-left: 0px;
    }

    .section_background_second {
        padding-top: 30px;
        text-align: center;
        padding-bottom: 60px;
    }

    .stats {
        text-align: center;
    }

    .stats h2 {
        margin-bottom: 20px;
    }

    .section_background_fourth {
        text-align: center;
        padding-bottom: 50px;
        height: 1300px;
    }

    .cards {
        max-width: 1500px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .section_background_fourth button {
        margin-top: 65px;
    }

    .last_button {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .section_background_fifth {
        text-align: center;
    }

    .import_padding {
        padding-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }


    .align_center_2 {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }

    .lion_big {
        float: none;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    footer {
        text-align: center;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .footer_second {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* End of landing page mobile */


    .header {
        margin-top: 80px;
        min-height: 80vh;
        background-image: url("../images/header_opacity.png");
        background-size: contain;
        background-position: left;
        background-repeat: no-repeat;
        position: relative;
        -webkit-transition: background 300ms ease-in 200ms;
        -moz-transition: background 300ms ease-in 200ms;
        -o-transition: background 300ms ease-in 200ms;
        transition: background 300ms ease-in 200ms; 
    }

    /*mobile_predavalnica*/
    .lecture_room_text {
        margin-top: 10px;
        text-align: center;
        padding-left: 0px;
    }

    .lecture_room_text h1 {
        font-size: 38px;
        margin-top: 30px;
    }

    .lecture_room_text p {
        margin-bottom: 10px !important;
    }

    .team_icon:after {
        position: relative;
        left: 2%;
    }

    .location_style {
        margin-top: 10px !important;
        margin-bottom: 30px !important;
    }

    .image_background:after {
        right: 11%;
    }

    .image_background:before {
        right: 28%;
    }

    .numbers h2 {
        bottom: 6%;
        font-size: 28px;
    }

    .numbers h3 {
        left: 18.5%;
        font-size: 14px;
        bottom: 10%;
    }

    .section_lecture_room {
        text-align: center;
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section_lecture_room h3 {
        margin-bottom: 40px;
    }
    .section_lecture_room h5{
        margin-top: 20px;
    }

    .float_right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row_mobile {
        margin-top: 50px !important;
    }

    .image_wifi:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .image_microphone:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .image_projector:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .image_blackboard:before {
        bottom: -10%;
        left: 0%;
        right: 0%;
    }

    .section_mobile {
        margin-top: 100px !important;
        margin-bottom: 0px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    .text_container3 {
        margin-top: 69px !important;
    }


    /*end of mobile_predavalnica*/    

    ul li{
        list-style-type: none;
    }

    .black_box {
        margin-bottom: 30px;
    }

    .image_container1 {
        margin-left: 0px;
    }

    .image_container1:before {
        display: none;
    }

    .image_container1 img {
        margin-top: 25px;
        max-width: 100%;
    }

    .google_container {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .absolute_container {
        position: relative;
        height: auto;
        width: auto;
        left: 0%;
        text-align: center;
        background-color: white;
    }

    .text_container {
        margin-left: 0px;
    }

    .container_1_mobile {
        text-align: center;
        margin: 0px !important;
        padding: 0px !important;
    }

    .container_1_mobile h1 {
        font-size: 44px;
        margin-top: 25vh;
    }

    .container_1_mobile p {
        color: black;
    }

    .black_box {
        margin-top: 40px;
    }

    .black_box_image img {
        margin-left: 0px;
        max-width: 100%;
    }

    .black_box_image:before {
        display: none;
    }

    .grey_background {
        position: relative;
        height: auto;
        width: auto;
        left: 0%;
        margin-top: 0px;
        background-color: white;
    }

    .text_container2 h2 {
        margin-left: -17px;
        padding: 0px;
        margin-right: 0px;
        text-align: center;
    }

    .text_container2 ul {
        margin-left: 0px;
        padding: 0px;
        margin-right: 30px;
        text-align: center;
    }

    .container_black_mobile {
        text-align: center !important;
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .icons_container1:before {
        left: 3%;
    }

    .icons_container2:before {
        left: 3%;
    }

    .icons_container3:before {
        left: 3%;
    }

    .icons_container4:before {
        left: 3%;
    }

    .icons_container5:before {
        left: 3%;
    }

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

    .arrow_container1 {
        margin-bottom: 25px;
    }

    .arrow_container2 {
        margin-bottom: 25px;
    }

    .arrow_container3 {
        margin-bottom: 25px;
    }

    .arrow_container1 {
        margin-top: 50px;
    }

    .arrow_container1:before {
        /*        transform: rotate(90deg);
                position: absolute;
                right: 52%;
                margin-top: 50px;*/
        display:none;
    }

    .arrow_container2:before {
        display: none;
    }

    .arrow_container3:before {
        display: none;
    }
    .menu-global{
        border-top: 2px solid white;
    }
    .headerImage{
        width: 100%;
        height: 75vh;
        position: relative;
        background-position-x: right;
        background-position-y: top;
    }


    .formTitle{
        margin-top: 50px;
    }
    .pageBody h1{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .pageBody .body{
        font-size: 14px;
    }
    .pageBody{
/*        margin-bottom: 50px;*/
    }

    .text-justify {
        text-align: center;
        margin-left: 0px !important;
    }
    .footer_responsive {
        text-align: center;
        padding-left: 0px !important;
        margin-top: 20px !important;
    }
    .footer_right {
        text-align: center;
        padding-left: 0px !important;
        margin-top: 20px !important;
    }

    .logotip {
        margin-top: 20px !important;
    }

    .text_light {
        text-align: center;
        margin-top: 10px;
    }

    .image_container {
        position: relative !important;
        margin-top: -55px;
        left: 0% !important;
        transform: translate(-0%, -0%) !important;
        text-align: center !important;
    }
    .jumbotron{
        min-height: auto;
    }
    .jumbotron .our_spaces{
        margin-bottom: 50px;
    }
    .jumbotron1 {
        min-height: auto !important;
    }
    .black_box_image{
        text-align: center;
    }
    .text_container3{
        margin-bottom: 50px;
    }
    .footerInfo{
        text-align: center;
        margin-left: 0;
        margin-top: 30px;
    }
    .footer_middle{
        text-align: center;
        margin-top: 30px;
        padding-left: 0;
    }
    .footer_right{
        text-align: center;
        margin-top: 50px;
    }
    .copyRight{
        text-align: center;
    }
    .image_container img{
        max-width: 100%;
    }
    .container_black_mobile h2{
        margin-bottom: 55px;
    }
    .landingSlider img{
        height: 55vh;
    }
    .lecture_room_header{
        margin-top: 117px;
    }
    .equipment{
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .absolute{
        left: 30%;
    }
}


@media screen and (max-width: 767px){

    /* Landing page */

    .backgroundLanding h1 label {
        font-size: 50px;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 45px;
    }

    .buttonInspire {
        padding: 17px 60px 17px 60px;
    }
    .backgroundLanding h1 {
        font-size: 50px;
        margin-top: 200px;
    }

    .containerBlack {
        width: 100%;
        bottom: 16%;
        right: 0%;
    }

    .containerBlack:before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -188%);
    }

    .backgroundLanding {
        height: 1045px;
    }

    .containerWhite {
        width: 100%;
    }

    .sectionSecond h2 {
        font-size: 45px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .imageContainer {
        text-align: center;
        margin-bottom: 70px;
    }

    .imageContainer:after {
        right: 0;
        bottom: 0;
    }

    .thirdSection {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .fifthSection {
        padding-top: 100px;
    }

    .bitmap {
        margin-top: 45px;
    }

    .reservation {
        margin-top: 105px;
    }

    .meeting {
        margin-top: 90px;
        margin-bottom: 90px;
    }

    .first_footer {
        margin-bottom: 20px;
    }

    .second_footer {
        margin-bottom: 20px;
    }

    /* End of landing page */


    /* services */
    .services_2 {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    .inspire {
        margin-top: 70px;
    }

    .imgBuisness1 img {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        height: auto;
        width: 100%;
    }

    .imgBuisness2 img {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        height: auto;
        right: -9px;
        width: 100%;
    }

    .buttonInspire {
        display: block;
        text-align: center;
    }

    .services h2 {
        font-size: 50px;
    }

    .services_3 h2 {
        font-size: 45px;
    }

    .services_3 {
        padding-bottom: 100px;
    }

    .reservation2 {
        margin-top: 100px;
    }

    .meeting {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    /* end of services */
    .navbar-brand {
        padding: 15px 0px;
    }
    .headerText h1{
        font-size: 36px;
    }
    .serviceText h1{
        font-size: 36px;
    }
    .aboutText h1{
        font-size: 36px;
    }
    .headerBox{
        padding-top: 15px;
        width: 100%;
        bottom: -25%;
        text-align: center;
    }
    .headerBox .subtitle{
        font-size: 11px;
    }
    .headerBox .title{
        font-size: 28px;
    }
    .headerBox .paragraph{
        font-size: 16px;
    }
    .servicesBody .title{
        font-size: 36px;
    }
    .servicesBody .body {
        font-size: 16px;
        line-height: 1.3;
    }
    .servicesBody {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .servicesBody .body li{
        line-height: 1.3;
    }
    .servicesBody .body li:before{
        top: 6px;
    }
    .double{
        width: 100%;
    }
    .single{
        width: 100%;
    }
    .icon img {
        height: 50px;
    }
    .icon .text{
        margin-top: 10px;
    }
    .arrow img {
        height: 20px;
        transform: rotate(90deg);
        margin-top: 40px;
        margin-bottom: 45px;
        margin-left: 0;
    }
    .rotatedArrow{
        text-align: center;
    }
    .rotatedArrow img{
        height: 60px;
        transform: rotate(90deg);
        margin-top: 30px;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .question .title{
        margin-bottom: 5px;
    }
    .question .body{
        margin-bottom: 15px;
    }
    .question .icons img {
        margin-right: 10px;
        margin-left: 10px;
    }
    .question .icons{
        margin-bottom: 25px;
    }
    .navbar-shrink .navbar-brand>img{
        margin-left: 10px;
    }
    .loginIcons{
        padding-right: 0px;
    }
    .serviceHeaderBox{
        padding-top: 15px;
        width: 45%;
    }
    .serviceHeaderBox .title{
        font-size: 22px;
    }
    .serviceHeaderBox .paragraph{
        font-size: 16px;
    }
    .aboutHeaderBox{
        padding-top: 15px;
        width: 45%;
    }
    .aboutHeaderBox .title{
        font-size: 22px;
    }
    .aboutHeaderBox .paragraph{
        font-size: 16px;
    }
    .loginImage{
        height: 45px;
    }
    .registrationImage{
        height: 45px;
        margin-bottom: 25px;
    }
    .fundText{
        margin-left: 15px;
        margin-right: 15px;
    }

    .fundImage {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 375px;
    }

    .steps h2{
        margin-bottom: 40px;
        font-size: 28px;
    }
    .serviceBody2 .subtitle, .serviceBody .subtitle{
        font-size: 13px;
    }
    .serviceBody2 .title, .serviceBody .title{
        font-size: 28px;
    }
    .footer{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footerText .title{
        font-size: 28px;
    }
    .serviceCard .text{
        font-size: 14px;
    }
    .aboutBody .subtitle{
        font-size: 13px;
    }
    .aboutBody .title{
        font-size: 28px;
    }
    .services{
        margin-bottom: 0;
    }
    .serviceCards{
        margin-top: 30px;
    }
    .serviceText h1{
        font-size: 28px;
        margin-bottom: 30px;
    }
    .servicePageBody .subtitle{
        font-size: 13px;
    }
    .servicePageBody .title{
        font-size: 28px;
    }
    .serviceHeader{
        margin-bottom: 0;
    }
    .container_1_mobile h1{
        font-size: 34px;
    }
    .container_1_mobile p{
        font-size: 18px;
    }
    .buttonContainer{
        margin-top: 20px;
    }
    .our_spaces h2, .text_container2 h2, .container_black_mobile h2, .text_container3 .titleContainer h2,.text_container h2{
        font-size: 24px;
    }
    .text_container p{
        font-size: 16px;
    }
    .icons_container1, .icons_container2, .icons_container3, .icons_container4, .icons_container5{
        width: 70%;
        margin-left: 15%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .icons_container1 p, .icons_container2 p, .icons_container3 p, .icons_container4 p, .icons_container5 p{
        font-size: 16px;
    }
    .absolute{
        left: 10%;
        font-size: 15px;
    }
    .our_spaces p{
        font-size: 16px;
    }
    .text_container2 ul{
        font-size: 14px;
    }
    .priceList h1{
        font-size: 28px;
    }
    .priceText{
        font-size: 16px;
    }
    .priceCard{
        padding-top: 30px;
    }
    .priceCard .title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .priceCard .price{
        font-size: 16px;
    }
    .priceCard .price span{
        font-size: 12px;
    }
    .priceCard{
        font-size: 14px;
    }
    .section_lecture_room p{
        font-size: 16px;
    }
    .section_lecture_room h1{
        font-size: 22px;
    }
    .total__counter{
        font-size: 32px;
    }
    .total__counter .divider{
        font-size: 16px;
    }
    .total__counter .total{
        font-size: 16px;
    }
    .lecture_room_text h1{
        font-size: 28px;
    }
    .slick-dots{
        margin-bottom: -15px;
    }
    .slick-dots li{
        height: 15px;
        width: 15px;
    }
    .priceList h1{
        font-size: 24px;
    }
    .priceText{
        font-size: 14px;
    }
    .priceCard .price{
        text-align: left;
        margin-bottom: 25px;
    }
    #inputContainer{
        margin-left: 0;
    }
}


@media screen and (max-width: 320px) {
    .button_gold a {
        background-image: linear-gradient(to right, #a27353, #c49369 50%, #edb780);
        padding: 12px 12px 12px 12px;
        font-weight: bold;
        color: white;
        border-radius: 8px;
        transition: all .2s ease-in-out;
        border: 1px solid #181e24;
    }

    .button_gold a:hover {
        color: #e2b07d;
        padding: 12px 12px 12px 12px;
        background: linear-gradient(94deg, #3b4a57, #29323d 49%, #181e24 100%);
        border: 1px solid #e2b07d;
    }
}

@media screen and (max-width: 570px){

    .modal-wrapper {
        left: 0%;
        width: 100%;
        margin-left: 0em;
    }
    .loginCard {
        background-image: linear-gradient(157deg, #2e3844, #29323d 49%, #181e24);
        width: 100%;
    }
}   
@media screen and (max-width: 500px) {

    .container_1_mobile h1{
        margin-top: 28vh;
    }
    .icons_container1, .icons_container2, .icons_container3, .icons_container4, .icons_container5{
        width: 80%;
        margin-left: 10%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .icons_container1 p, .icons_container2 p, .icons_container3 p, .icons_container4 p, .icons_container5 p{
        font-size: 12px;
        padding-left: 40px;
    }
    .icons_container1:before, .icons_container2:before, .icons_container3:before, .icons_container4:before, .icons_container5:before{
        top: 20%;
    }
    .text_container3{
        margin-top: 20px!important;
    }
    .icons_container1, .icons_container2, .icons_container3, .icons_container4, .icons_container5 {
        width: 90%;
        margin-left: 5%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .icons_container1:before, .icons_container2:before,.icons_container3:before,.icons_container4:before,.icons_container5:before{
        left: 5%;
    }
    .slick-prev:before{
        left: -10px;
    }
    .equipment p{
        margin-bottom: 0;
    }
    .section_lecture_room h3{
        margin-bottom: 25px;
    }
    .slick-dots{
        margin-bottom: -20px;
    }
    .slick-dots li{
        height: 12px;
        width: 12px;
    }
}

@media screen and (max-width: 380px){
    .headerBox{
        bottom: -30%;
    }
    .headerImage{
        height: 70vh;
    }
}
@media screen and (max-width: 320px){
    .headerBox{
        bottom: -33%;
    }
    .imageContainer:after {
        right: -15px;
    }

    .imageContainer_mobile:after {
        right: -15px;
    }
}

@media screen and (max-width: 1200px) and (min-width: 766px) {

    .inspire {
        margin-top: 55px;
    }
    .services_2 .buttonInspire {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 70px;
    }
    .imgBuisness1 img {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .imgBuisness2 img {
        position: relative;
        display: block;
        margin: 0 auto;
    }
    .services_2 {
        padding-bottom: 100px;
    }
    .meeting {
        margin-top: 80px;
        margin-bottom: 70px;
    }

    .first_footer {
        margin-bottom: 30px;
    }

    .second_footer {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 992px) and (min-width: 619px) {

    .sectionSecond h2 {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .imageContainer {
        text-align: center;
    }

    .imageContainer img {
        width: auto;
    }

    .imageContainer:after {
        right: 20%;
        top: 53%;
    }

    .imageContainer_mobile:after {
        top: 56%;
        right: 20%;
    }
}

@media screen and (max-width: 619px) and (min-width: 400px) {

    .sectionSecond h2 {
        margin-top: 50px;
        margin-bottom: 60px;
    }

    .imageContainer {
        text-align: center;
    }

    .imageContainer img {
        width: 100%;
    }

    .imageContainer:after {
        top: 57%;
    }

    .imageContainer_mobile:after {
        top: 57%; 
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {


    .imageContainer {
        text-align: center;
    }

    .imageContainer img {
        width: 100%;
    }

    .imageContainer:after {
        right: -3%;
        top: 51%;
    }

    .imageContainer_mobile:after {
        top: 51%; 
    }
}

