@charset "utf-8";
/* CSS Document */

.grid-header {
    display: grid;
    grid-template-columns: 4fr 1fr; /* Two equal columns */
    gap: 20px; /* Gap between columns */
    justify-content: space-between;
}

.header-right-table{
    float: right;
    margin-right: 5px;
}

#menu li:hover .menu3{display:block}

.menu3{width: 200px; position:absolute; display:none; left:-15px; top: 100%; background: url(../../images/menu_BG.png); color:rgba(255,255,255,1.00); z-index:222;border-top: 3px solid #FF782D;     box-shadow: 0px 5px 10px -2px #5A5A5A;}

.menu3 li{width:100%; height:35px; line-height:35px; text-indent:10px; display:block !important;  }

.menu3 li a{font-size:13px !important; line-height: 39px !important; text-transform:none !important}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.col-md-5 {
    width: 387px;
}

.col-md-7 {
    width: 523px;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 15px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.col-md-7 h4{
    font-size: 1.0em;
    margin: 0em 0 1em;
    line-height: 1.3em;
    color: #ef6418;
    font-family: inherit;
}

.resource p {
    line-height: 1.4em;
    margin: 0em 0 1em;
    color: #444444;
}

@media only screen and (max-width: 425px){
	.resource p {
		font-size: 12px !important;
	}
}

.col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    margin-top: 15px;
}

.resource h4 {
    font-size: 1.0em;
    margin: 0em 0 1em;
    line-height: 1.3em;
    color: #ef6418;
    font-family: inherit;
}

.li_text {
    font-size: 14px;
    line-height: 1.8em;
    margin: 0em 0 1em;
    padding: inherit;
	margin-left:18px;
}

.li_text li {
    list-style-type: square;
    color: #ef6418;
    display: list-item;
}

.li_text li span {
    color: #444444;
}

#lang {
    margin-top: 12px;
    float: right;
}

.addedNews{
    margin-top: 16px;
}


#logo img{
   width: 149px;
   height: 75px;
}

.addedNews img{
    margin:10px 0 10px 0 !important;
}

.flex-content{
    display: flex;
    justify-content: space-between;
}

.archils-content{
    display: flex;
    margin-bottom: 10px;
}

.archil-img{
    margin: 7px 0;
}

.archil-img img{
    max-width:223px;
    border:1px solid #CCC;
}

.bmulebi {
    padding: 5px 10px;
    float: right;
    margin-left: 14px;
    background-color: #FF782D;
    color: #FFF;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    font-weight: bold
}

.legal-services-lists{
    display: flex;
}

.legal-services-lists ul{
    display: block;
    margin: 20px 40px  20px 0px ;
}

.float-right{
    float: right;
}

.immigration-image{
    margin-right:10px;
    width:350px;
}

.id-image{
    margin-left:10px;
    width:176px;
    margin-top: -26px;
}

.menu .burger:checked + nav {
    height: calc(100vh - 50px);
    position: relative;
    z-index: 999;
}

.res-top{
    display: flex;
}

.useful-links-lists{
    display: flex;
    justify-content: space-between;
}

.useful-links-lists ul {
    list-style:  none;
}

.contact-wrapper{
    padding: 10px;
}

#contact-header {
    color: #FF782D;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin: 10px 0 40px 0;
    border-bottom: 1px solid #5a5a5a;
    line-height: 25px;
}

.contact-content{
    display: flex;
}

.contact-address {
    width: 300px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #667667;
    line-height: 27px;
    margin-bottom: 20px;
}
.contact-address a{
    color: #F18430;
    text-decoration: none;
}

.contact-map {
    width: 600px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

.contact-map iframe {
    width: 100%;
    height: 300px;
    border: none;
}

@media only screen and (max-width: 560px) {

    #contact-header{
        margin-bottom: 15px;
    }

    .contact-content {
        display: inline-block;
    }

    .contact-map, .contact-content{
        width: 100%;
        padding: 0;
    }

    .contact-map iframe{
        height: 500px;
    }

    .useful-links-lists{
        display: inline-block;
    }
    .res-top{
        display: inline-block;
    }

    .col-md-5 img{
        margin-bottom: 15px !important;
    }

    .col-md-5, .col-md-7 {
        width: auto;
        padding-left: 0px;
    }

    .col-md-12 h4, .col-md-12 .text, .li_text{
        margin-left: 0;
    }

    .col-md-12 p {
        font-size: 14px !important;
    }

    .id-image{
        margin-left:10px;
        width:176px;
        margin-top: 5px;
    }
    .immigration-image{
        width: 100%;
        margin-bottom: 10px !important;
    }
    .float-none{
        float: none;
    }
    .legal-services-lists{
        display: inline-block;
    }

    .mobile-content{
        margin-right: 15px;
        width: auto;
    }
    .word-wrap{
        max-width: 150px;
        word-break: break-word;
    }
    .hide-in-mobile{
        display: none;
    }
    #menu{
        display: none !important;
    }
    .grid-header {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    #mainWrapper, #site {
        width: auto;
    }
    #logo {
        text-align: center;
    }
    #logoPlace{
        height: auto;
    }

    #headMenu{
        display: flex;
        justify-content: space-around;
        margin: 0 0 10px 0;
    }

    .menu .burger {
        right: 25px !important;
        font-size: 20px !important;
        font-family: Arial, sans-serif !important;
        font-weight: bold;
    }

    .con-header{
        display: flex;
        margin-bottom: 10px;
        width: 100%;
    }

    .con-header a{
        width: 130px;
        margin: 2px 15px 0 0;
    }

    .home{
        margin-right: 15px !important;
    }

    #mainFooter{
        height: auto
    }
    .footer{
        padding: 12px;
    }

    .no-flex-content{
        display: inline-block;
    }
    .archil-img img, .rec-lawer{
        max-width:  150px
    }

    .archils-content{
        display: flex;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid #e7e7e7;
    }

}