*{
    margin: 0;
    padding: 0;
}
html{
    width: 100%;
    position: relative;
    
}
body{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    overflow-x: hidden;
}
.divone{
    width: 80%;
}
.divtwo{
    width: 70%;
}
.about-image{
    margin-top: 70px;
}
.mobilefixed{
    display: none;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 20px;
}
.mobileinner{
    width: 100%;
    height: 50px;
   overflow: hidden;
    border-radius: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    z-index: 99;
    cursor: pointer;
}
.mobileinner-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding-left: 15px;
    background-color: #000;
}
.mobileinner-left div{
    padding-left: 10px;
}
.mobileinner-left p{
    font-size: 11px;
    color: #a7a7a7;
    font-weight: 600;
}
.mobileinner-left a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.mobileinner-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1.4;
        -ms-flex: 1.4;
            flex: 1.4;
    background-color: #303030;
    padding-left: 15px;
}
.mobileinner-right a{
    font-size: 13px;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}
nav{
    width: 100%;
    height: 86px;
    background: #2B2A28;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-logo{
    width: 200px;
}
.nav-inner{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-inner_left{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-inner_left h1,
.nav-inner_left p{
    display: inline-block;
}
.active{
    opacity: 1!important;
}
.nav-inner_left h1{
    font-size: 27px;
    color: #BBAA8E;
    font-family: 'Playfair Display' sans-serif;
    font-weight: 900;
}
.nav-inner_left p{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    margin-left: 30px;
}
.nav-inner_right svg{
    width: 28px;
    color: white;
    display: none;
    margin-right: 10px;
}

.nav-inner_right ul li{
    display: inline-block;
    margin-right: 40px;
}
.nav-kont{
    margin-bottom: 26px;
}
.nav-kont a{
    opacity: 0.6;
}
.nav-kont a:hover{
    opacity: 1;
}
.nav-inner_right ul li a{
    text-decoration: none;
    color: #fff;
    opacity: 0.6;
    font-size: 15px;
    font-weight: 800;
}
.nav-inner_right ul li:hover > a{
    opacity: 1;
}
header{
    width: 100%;
    height: 520px;
    background-image: url("headee-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.border{
    height: 3px;
    width: 94px;
    background: #BBAA8E;
}
.header-inner h1{
    font-size: 45px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
}
.headerbtn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 26px;
}
.headerbtn a{
    text-decoration: none;
    background: #BBAA8E;
    padding: 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    color: white;
}
.headerbtn a img{
    margin-left: 20px;
}
.header-contact{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 95px;
    background: white;
    border-top-right-radius: 60px;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.header-contact ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
}
.header-contact ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header-contact ul li img{
    width: 20px;
    margin-right: 10px;
}
.header-contact ul li p{
    font-size: 16px;
    color: #A7A7A7;
    font-weight: 600;
}
.header-contact ul li a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
/**MAIN**/
.main-head{
    font-size: 35px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
.main-txt{
    color: #696A5C;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.main-border{
    margin-top: 20px;
    height: 2px;
    width: 54px;
    background: #BBAA8E;
    margin-bottom: 20px;
}

/**twotext**/
.twotext{
    width: 100%;
    padding-bottom: 70px;
    padding-top: 70px;
    background: #F2F6F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.twotext-inner{
    margin-left: auto;
    margin-right: auto;
}
.twotext-inner_para{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.twotext-inner_para p{
    width: 80%;
}
/**kraj twotext**/

/**usluge**/
.usluge{
    width: 100%;
    background-image: url("opis-usluge.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 35px;
    padding-top: 35px;
    color: white;
}
.usluge-dodatni{
    width: 40%;
}
.usluge-dodatni-txt{
    width: 170%;
}
.usluge-inner{
    margin-left: auto;
    margin-right: auto;

}
.usluge-inner_icons{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.usluge-inner_icons p{
    width: 100%;
}
.car{
    margin-top: 13px;
}
.usluge-inner_icons_article img{
    margin-bottom: 7px;
}
/**kraj usluge**/

/**postupci**/
.postupci{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
    
}
.postupci-inner{
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.postupci-inner-right{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 50px;
}
.postupci-inner-right img{
    width: inherit;
    height: 100%;
}
.postupci-inner-left{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.postupci-inner-left p{
    width: 80%;
}
/**kraj postupci**/

/**dvaslucaja**/
.dvaslucaja{
    width: 100%;
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.dvaslucaja-inner{
    margin-left: auto;
    margin-right: auto;
    color: white;
    position: relative;
}
.dvaslucaja-inner_border{
    width: 100%;
    height: 2px;
    background: #404345;
    margin-top: 50px;
    margin-bottom: 50px;
}
.dvaslucaja-inner_form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dvaslucaja-inner_head{
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.dvaslucaja-inner_txt{
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
}
.dvaslucaja-inner img{
    position: absolute;
    top: -107px;
    left: -29px;
}
.dvaslucaja-inner::before{
    content: "";
    position: absolute;
    top: -55px;
    bottom: -55px;
    left: -200px;
    right: -200px;
    background-color: #23272A;
    border-bottom-left-radius: 60px;
    z-index: -1;
}
/**kraj dvaslucaja**/

/**uslugekontakti**/
.uslugekontakti{
    width: 100%;
    color: black;
    margin-top: 300px;
}
.uslugekontakti-inner{
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.uslugekontakti-inner_form_one{
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
    position: relative;
}
.uslugekontakti-inner_form_one::before{
    content: "";
    position: absolute;
    top: -150px;
    bottom: -150px;
    left: -900px;
    right: -63px;
    background-color: #F6F2E9;
    z-index: -1;
    border-bottom-right-radius: 100px;
}
.uslugekontakti-inner_form_one p,
.uslugekontakti-inner_form_two p{
    margin-bottom: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;  
}
.uslugekontakti-inner_form_one p{
    width: 70%;
}
.uslugekontakti-inner_form_two{
    -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
            flex: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.uslugekontakti-inner_form_two a{
    text-decoration: none;
}
.uslugekontakti-inner_from_imgtwo,
.uslugekontakti-inner_from_imgone{
    width: 324px;
    height: 409px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #fff;
    font-size: 30px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 900;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
}
.uslugekontakti-inner_from_imgone{
    background: url("pregled-usluga.png");
}
.uslugekontakti-inner_from_imgtwo{
    background: url("telefon.png");
}
.uslugekontakti-inner_from_imgone:hover > p{
    margin-bottom: 55%;
}
.uslugekontakti-inner_from_imgone:hover{
    transform: translateY(-35px);
}
.uslugekontakti-inner_from_imgtwo:hover > p{
    margin-bottom: 55%;
}
.uslugekontakti-inner_from_imgtwo:hover{
    transform: translateY(-35px);
}
/**kraj uslugekontakti**/

/**KRAJ MAIN**/

/**footer**/
footer{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 160px;
    margin-top: 200px;
}
.footer-inner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
} 
.footer-inner::before{
    content: "";
    position: absolute;
    top: -51px;
    bottom: -51px;
    left: -150px;
    right: -150px;
    background: #F4F2F3;
    border-top-right-radius: 100px;
    z-index: -1;
}
.footer-inner div{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-inner-mid{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.footer-inner-right{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
}
.footer-inner p{
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.footer-inner a{
    text-decoration: none;
    color: #676767;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.footer-inner h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 35px;
    font-weight: 400;
}
/**Kraj footera**/


/* The Overlay (background) */
.overlay {
    height: 0;
    width: 100%;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    z-index: 9999;
    background-color: rgb(0,0,0); ;
    overflow-x: hidden; 
    -webkit-transition: 0.5s; 
    -o-transition: 0.5s; 
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
    text-align: center;
  }
  
.overkont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.overkont a{
    color: white !important;
}


  .overlay a {
    padding: 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  
  
  .overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
  }
  
  
  .overlay .closebtn {
    position: absolute;
    top: -14px;
    right: 48px;
    font-size: 60px;
    padding-right: 0;
  }
  
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 15px}
    .overlay .closebtn {
      font-size: 40px;
      top: 15px;
      right: 35px;
    }
  }


/**Media Query**/

@media only screen and(max-width: 1673px){
    .twotext-inner_para{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media only screen and (max-width: 1502px){
    .postupci-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .uslugekontakti-inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .galerija{

    margin-top: 70px !important;
}
    .postupci-inner-left p{
        width: 100%;
    }
    .uslugekontakti-inner_form_one p{
        width: 100%;
    }
}
/**siva sekcija jedan i dva**/
@media only screen and (max-width: 1450px){
    .dvaslucaja-inner::before{
        content: "";
        left: -170px;
        right: -170px;
    }
}
@media only screen and (max-width: 1268px){
    .dvaslucaja-inner::before{
        content: "";
        left: -150px;
        right: -150px;
    }
}
@media only screen and (max-width: 1100px){
    .dvaslucaja-inner::before{
        content: "";
        left: -130px;
        right: -130px;
    }
}
@media only screen and (max-width: 988px){
    .dvaslucaja-inner::before{
        content: "";
        left: -110px;
        right: -110px;
    }
    .mobilefixed{
        display: block;
    }
    .footer-inner{
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 808px){
    .dvaslucaja-inner::before{
        content: "";
        left: -80px;
        right: -80px;
    }
}
@media only screen and (max-width: 668px){
    .dvaslucaja-inner::before{
        content: "";
        left: -50px;
        right: -50px;
    }
    .nav-logo{
        width: 140px !important;
    }
}
@media only screen and (max-width: 441px){
    .dvaslucaja-inner::before{
        content: "";
        left: -20px;
        right: -20px;
    }
}
/**siva sekcija jedan i dva**/

/**footer query**/
@media only screen and (max-width: 1628px){
    .footer-inner::before{
        left: -130px;
        right: -130px;
    }
}
@media only screen and (max-width: 1388px){
    .footer-inner::before{
        left: -100px;
        right: -100px;
    }
    .kontakti-page_inner_right::before{
        right: -106px !important; 
    }
}
@media only screen and (max-width: 1118px){
    .footer-inner::before{
        left: -70px;
        right: -70px;
    }
}
@media only screen and (max-width: 900px){
    .footer-inner{
        width: 95%;
        border-top-right-radius: 0px;
    }
    .footer-inner::before{
        border-top-right-radius: 0px;
        left: 0px;
        right: 0px;
        background: none;
    }
    footer{
        width:  100%;
            background: #F4F2F3;
    }
}

/**footer query**/
@media only screen and (max-width: 1097px){
    .twotext-inner_para{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .twotext-inner_para p{
        width: 100%;
    }
}
@media only screen and (max-width: 1011px){
    .header-contact{
        display: none;
    }
    .usluge-dodatni-txt{
        width: 100%;
    }
    .usluge-dodatni{
        width: 100%;
    }
}
@media only screen and (max-width: 960px){
    .nav-inner_right ul{
        display: none !important;
    }
    .nav-inner_right svg{
        display: block;
        cursor: pointer;
    }
}
@media only screen and (max-width: 900px){
    .postupci-inner-right img{
        width: 50%;
    }
    .uslugekontakti-inner_from_imgone{
        width: 264px;
        height: 349px;
    }
    .uslugekontakti-inner_from_imgtwo{
        width: 264px;
        height: 349px;
    }
}
@media only screen and (max-width: 778px){
    .dvaslucaja-inner_form{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .dvaslucaja-inner_head{
        -ms-flex-item-align: start;
            align-self: flex-start;
    }
    .uslugekontakti-inner_from_imgone,
    .uslugekontakti-inner_from_imgtwo{
        width: 204px;
        height: 289px;
        font-size: 20px
    }
}
@media only screen and (max-width: 689px){
    
    .headerbtn{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .uslugekontakti-inner_form_one::before {
        right: -30px;
    }
}
@media only screen and (max-width: 743px){
    .footer-inner p{
        font-size: 10px;
    }
    .footer-inner a{
        font-size: 10px;

    }
    .footer-inner h1{
        font-size: 25px;
        text-align: center;
    }
}
@media only screen and (max-width: 568px){
    .uslugekontakti-inner_form_two{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .uslugekontakti-inner_form_two{
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .uslugekontakti-inner_form_one::before{
        top: -80px;
    }
    .uslugekontakti{
        margin-top: 150px;
    }
    

}
@media only screen and (max-width: 512px){
    .uslugekontakti-inner_from_imgone,
    .uslugekontakti-inner_from_imgtwo{
        width: 144px;
        height: 229px;
        font-size: 15px;
        background-position: left;
    }
}
@media only screen and (max-width: 406px){
    .uslugekontakti-inner_form_two{
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media only screen and (max-width: 473px){
    .main-txt{
        font-size: 16px;
    }
    .main-head{
        font-size: 28px;
    }
    .header-inner h1{
        font-size: 35px;
    }
    .nav-inner_left h1{
        font-size: 17px;
    }
    .nav-inner_left p{
        font-size: 10px;
    }
    .usluge-inner_icons p{
        font-size: 10px;
        margin-bottom: 5px;
    }

}



/**Kraj Media Query**/



/**USLUGE PAGE**/
.usluge-b{
    background-color: #ececec;
}
.usluge-header{
    width: 100%;
    height: 225px;
    background: url("header-usluge.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.usluge-header h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 40px;
    color: #fff;
    font-weight: 900;
}
.usluge-main{
    width: 100%; 
    margin-top: -50px;
}
.usluge-main_inner{
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.usluge-main_inner ul{
    list-style: none;
    width: 80%;
    padding-bottom: 100px;
    padding-top: 50px;
}
.usluge-main_inner ul h1{
    font-family: 'Playfair Display', sans-serif;
    font-size: 35px;
    color: #23272a;
    font-weight: 700;
    margin-bottom: 40px;
}
.usluge-main_inner ul li{
    font-size: 18px;
    color: #696A6C;
    font-weight: 500;
}
.usl-bor{
    margin-bottom: 20px;
}
@media only screen and (max-width: 500px){
    .usluge-main_inner{
        width: 95%;
    }
    .divtwo{
        width: 90%;
    }
    .dvaslucaja-inner{
        width: 70%;
    }
    .twotext{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
/** kraj USLUGE PAGE**/

/**KONTAKTI PAGE**/
.kontakti-page{
    width: 100%;
    color: black;
    margin-top: 30px;
}
.kontakti-page_inner{
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.kontakti-page_inner_left{
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.kontakti-page_inner_right{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
.kontakti-page_inner_right ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
}
.kontakti-page_inner_right ul p{
    font-size: 16px;
    color: #A7A7A7;
    font-weight: 600;
}
.kontakti-page_inner_right ul li a{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.header-contact_form {
    margin-left: 10px;
}
.kontakti-page_inner_right-back{
    position: absolute;
    right: 0;
    top: 400px;
    width: 60%;
    z-index: -1;
    height: 600px;
    background: #F6F2E9;
    border-bottom-left-radius: 60px;
}

.img-fluid{
    /*Ovde napisi height:300px ili koliko oces ako zelis da ti slike buu iste velicine*/
    
}
.galerija{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
}

@media only screen and (max-width: 1386px){
    .kontakti-page_inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .kontakti-page_inner_right-back{
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    top: 800px;
    z-index: -1;
    height: 500px;
    background: #F6F2E9;
    border-bottom-left-radius: 60px;
}
    .kontakti-page_inner_right{
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 100px;
    }
    .mapouter{
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
    }
}
@media only screen and (max-width: 500px){
    .mapouter{
        width: 100% !important;
    }
}

/**kraj KONTAKTI PAGE**/
