/*
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 : June 17, 2021, 11:14:54
    Author     : maticm
*/

@media screen and (max-width: 1500px){
    .headerBox{
        width: 55%;
    }
}

@media screen and (max-width: 1400px){
    .aboutImageBox{
        margin-left: -40px;
        margin-right: 0;
    }
    .serviceImageBox{
        margin-right: -40px;
    }
    .serviceImageBox2{
        margin-left: -40px;
    }
}

@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;
    }
    .headerBox{
        width: 50%;
        padding-right: 25px;
        padding-left: 35px;
    }
    .serviceHeaderBox{
        width: 60%;
        padding-right: 25px;
        padding-left: 35px;
    }
    .aboutImageBox{
        margin-left: 0;
    }
    .aboutBody{
        margin-bottom: 90px;
    }
    .serviceImageBox{
        margin-right: 0px;
        margin-left: 0px;
    }
    .serviceImageBox2{
        margin-right: 0;
        margin-left: 0;
    }
}    

@media screen and (max-width: 1200px){
    .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;
    }
    .headerBox{
        width: 65%;
    }
    .aboutBody{
        margin-bottom: 60px;
    }
    .btn-landing{
        font-size: 14px;
        line-height: 3.3;
    }
    .services{
        margin-top: 30px;
    }
    .serviceBody {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .serviceBody2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .rotatedArrow img{
        height: 60px;
    }
}

@media screen and (max-width: 1100px){
    .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.main-navbar.navbar-shrink{
        background-color: #fff;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin: 0px;
        padding: 0px;
        padding-top: 25px;
        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: 220px;
    }
    .navbar-mobile__content {
        display: none;
        position: fixed;
        height: 100%;
        background-color: #b7b7b7;
        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: 25px;
    }

    .navbar-mobile__content ul li a {
        color: #ffffff;
        font-size: 15px;
        font-family: "Mulish", sans-serif;
        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 #555;
        width: 100%;
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
    .navbar-shrink .menu-global{
        border-top: 2px solid #000;
    }

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

    .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;
    }
}

@media screen and (max-width: 991px){
    .menu-global{
        border-top: 2px solid #000;
    }
    .headerImage{
        width: 100%;
        height: 75vh;
        position: relative;
        background-position-x: right;
        background-position-y: top;
    }
    .header{
        height: 100vh;
    }
    .headerBox{
        width: 100%;
        bottom: -26%;
    }
    .headerBox .subtitle{
        font-size: 14px;
    }
    .headerBox .title{
        font-size: 36px;
    }
    .btn-landing{
        font-size: 13px;
        line-height: 3.5;
    }
    .double{
        width: 23%;
    }
    .single{
        width: 1%;
    }
    .arrow img{
        height: 20px;
        margin-top: -75px;
    }
    .icon .text{
        font-size: 14px;
    }
    .icon img{
        height: 45px;
    }
    .servicesBody .title{
        font-size: 36px;
    }
    .serviceCard {
        background-color: #f6f6f6;
        padding-top: 20px;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 20px;
        margin-bottom: 10px;
    }
    .serviceCard .body{
        font-size: 14px;
    }
    .aboutUsImage::after{
        display: none;
    }
    .serviceCards {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .aboutUs{
        padding-bottom: 65px;
        background-color: #f6f6f6;
        padding-top: 40px;
    }
    .aboutUsImage img{
        width: 60%;
    }
    .aboutUsText .title{
        font-size: 36px;
    }
    .aboutUsText .counter{
        font-size: 36px;
    }
    .footerLogo{
        text-align: center;
    }
    .footer .copyright{
        text-align: center;
    }
    .subpageLinks{
        text-align: center;
        margin-bottom: 20px;
    }
    .footerText{
        text-align: center;
    }
    .question{
        text-align: center;
    }
    .footer .payments{
        text-align: center;
    }
    .loginIcons{
        padding-right: 10px;
    }
    .aboutImage{
        width: 100%;
        height: 380px;
        position: relative;
    }
    .serviceHeaderBox{
        width: 45%;
    }
    .aboutHeaderBox{
        width: 45%;
    }
    .steps{
        margin-top: 100px;
    }
    .serviceText p{
        line-height: 1.4;
        font-size: 14px;
    }
    .aboutUsText .body{
        font-size: 14px;
    }
    .aboutText{
        font-size: 14px;
    }
    .aboutText p{
        font-size: 14px;
    }
    .aboutText ul{
        font-size: 14px;
    }
    .formTitle{
        margin-top: 50px;
    }
    .pageBody h1{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .pageBody .body{
        font-size: 14px;
    }
    .pageBody{
        padding-bottom: 50px;
    }
    .aboutImageBox{
        text-align: center;
        margin-top: 25px;
    }
    .aboutImageBox img{
        width: 60%;
    }
    .aboutBody{
        margin-top: 30px;
    }
    .serviceBody{
        margin-top: 70px;
    }
    .serviceImageBox{
        text-align: center;
    }
    .serviceImageBox img{
        width: 60%;
    }
    .serviceImageBox2{
        margin-top: 70px;
        text-align: center;
    }
    .serviceImageBox2 img{
        width: 60%;
    }
    .serviceCards{
        margin-bottom: 30px;
    }
    .rotatedArrow img{
        height: 38px;
        margin-left: -20px;
        margin-top: -105px;
    }
    .arrow img {
        height: 16px;
        margin-top: -80px;
        margin-left: -15px;
    }
    .serviceText{
        position: absolute;
        top: 72vh;
        margin-right: 0;
        width: 80%;
        padding-left: 30px;
        padding-right: 50px;
        margin-top: 0;
        left: 0;
    }
    .serviceHeader{
        margin-left: 40px;
        margin-top: 50px;
    }
    .serviceImage{
        height: 75vh;
        position: relative;
        width: 100%;
    }
    .servicePageBody{
        margin-top: 60px;
    }
    .serviceText h1{
        font-size: 36px;
        margin-bottom: 40px;
    }
    .servicePageBody .subtitle{
        font-size: 14px;
    }
    .servicePageBody .title {
        font-size: 36px;
    }
}


@media screen and (max-width: 767px){
    .first_footer {
        margin-bottom: 20px;
    }

    .second_footer {
        margin-bottom: 20px;
    }
    .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;
    }
    .fundText{
        font-size: 11px;
    }
    .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;
    }
    .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;
    }
}

@media screen and (max-width: 500px){
    .header{
        margin-left: 0;
        margin-right: 0;
    }
    .headerBox{
        bottom: -23%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .headerBox .title {
        font-size: 18px;
    }
    .headerBox .subtitle{
        margin-bottom: 10px;
    }
    .serviceHeaderBox{
        width: 50%;
        padding-left: 15px;
        padding-right: 10px;
    }
    .serviceHeaderBox .title {
        font-size: 18px;
    }
    .serviceHeaderBox .subtitle{
        margin-bottom: 10px;
    }
    .aboutHeaderBox{
        width: 50%;
        padding-left: 15px;
        padding-right: 10px;
    }
    .aboutHeaderBox .title {
        font-size: 18px;
    }
    .aboutHeaderBox .subtitle{
        margin-bottom: 10px;
    }
    .fundText{
        font-size: 9px;
    }
    .aboutBody .body{
        font-size: 14px;
    }
    .steps {
        margin-top: 60px;
    }
    .serviceBody {
        margin-top: 40px;
    }
    .serviceBody .body, .serviceBody2 .body{
        font-size: 14px;
    }
    .serviceImageBox{
        margin-top: 40px;
    }
    .serviceHeader{
        min-height: 85vh;
        margin-left: 0;
        margin-right: 0;
    }
    .serviceText{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 0;
        top: 65vh;
    }
    .serviceImage{
        height: 65vh;
    }
    .serviceHeader{
        margin-top: 0;
    }
    .serviceText h1{
        margin-bottom: 15px;
    }
    .servicePageBody .body{
        font-size: 14px;
    }
}
@media screen and (max-width: 380px){
    .headerBox{
        bottom: -30%;
    }
    .headerImage{
        height: 70vh;
    }
}
@media screen and (max-width: 320px){
    .headerBox{
        bottom: -33%;
    }
}