


.activeURL{
    /*border-bottom: 2px solid #6F7072 !important;*/
    color: black !important;
}
    .menu {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .menu_text {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: bold;
        font-size: 19px;
        line-height: 32px;
        letter-spacing: 0.065em;
        color: #6D6E70;
    }
    
    .langIcon{
            width: 25px;
            margin-right: 10px;
            box-shadow: 1px 1px 4px 1px #c3c3c380;
            border-radius: 50%;
            height: 25px;
            object-position: left;
    object-fit: cover;
    }
    .iconFlex{
        display: flex;
    }
    
    #range-filter .row.m-0 {
        margin-top: 50px !important;
    }
    
    #range-filter .row.m-0 .dummy_text_main {
        font-weight: bold;
    }
    
    
    
    .flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

	
}

.dash:nth-last-child(1){
    display:none;
}
	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 320px;
	height: 427px;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;
width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	    height: 200px;
}

.front {
	background: url(http://davidwalsh.name/demo/dwflip.jpg) 0 0 no-repeat;
	z-index: 2;
}


.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);

	background: #f8f8f8;
}


.back-title {
font-weight: bold;
    color: #9D906D;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    text-align: center;
    text-shadow: 4px 4px 4px #ffffff;
    font-family: Courier;
    font-size: 18px;
    width: 90%;
}

.back p {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
  font-family: arial;
  line-height: 2em;
}
    .DesktopLogo{
        display:block;
    }
    
    .mobileLogo{
        display:none !important;
    }
    
    
    
    .menu1_text:hover {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.065em;
        color: #FFFFFF !important;
        
        /*border: 1px solid #FFFFFF;*/
    }
    
    .menu_bg {
        background: #E4DDD3;
        border: 1px solid #AEA6A6;
        box-sizing: border-box;
    }
    
    .menu{
        justify-content: space-around !important;
    }
    .navbar-brand img {
        width: 100%;
    }
    .MsoNormal span{
        font-family: 'DejaVu Serif' !important;
        line-height: 35px;
    }
    font{
            font-family: 'DejaVu Serif' !important;
                   line-height: 35px;
    }
    .MsoNormal{
            text-align: left !important;
    }
    .first_name_main .dummy_text{
            font-weight: bold;
    }
    
    .backgroun_square{
        
    }
    
    .navbar-light .navbar-nav .nav-link{
        color: #9d916d !important;
                
    }
    
    .menu_text, .dropdown{
            padding-bottom: 0 !important;
             /*padding-top: 1.5rem !important;*/
    }
    
    .nav-item:nth-child(1){
       width:15%; 
    }
    
    .menu1_text, .menu1_text a, .menu_bg, .menu1_text a:hover{
        border:0 ;
    }
    
    
    
    
    
    .menu_drop {
        background: none;
        border: none;
        box-shadow: none !important;
    }
    
    .servic_top {
        margin-top: 40px;
    }
    
    .mt {
        margin-top: 15px;
    }
    .mapouter{
        height: 300px !important;
         width: 100% !important;
    }
    
    .gmap_canvas {
        height: 300px !important;
        width: 100% !important;
    }
    
    .mt2 {
        margin-top: 75px;
    }
    
    .mb_3 {
        margin-bottom: 75px;
    }
    
    .advantage_item {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 100px;
        
        letter-spacing: 0.065em;
        color: #000000;
    }
    
    .advantage_item_bottom {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.065em;
        color: #6F7072;

        text-align: center;
    }
    
    .advantage_item_hover:hover {
        border: 1px solid #FFFFFF;
        color: #000000;
    }
    
    .advantage_top {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    
    .advantage_main {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        margin: 25px auto
    }
    
    .services p {
        /*font-family: Sylfaen;*/
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 63px;
        letter-spacing: 0.065em;
        margin-bottom: 0;
        color:#9D906D;
    }
    .works p {
            font-size: 30px !important;
            margin-bottom: 0;
            color: #9D906D;
            font-weight: bold;
                        }
   
    
    .services {
        display: flex;
        height: 100px;
        align-items: center;
    }
    
    .empty {
        width: 100%;
        height: 0;
        border: 2px solid #6F7072;
    }
    
    .empty_main {
        display: flex;
        align-items: center;
        height: 100px;
    }
    
    .name_nam_service {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 200px;
        background: #9D906D;
        justify-content: center;
    }
    .dropdown-menu.show{
        padding:0;

    }
    .name_nam_service p {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-align: center;
        letter-spacing: 0.065em;
        color: white;
        width: 90%;
        margin: 0 auto;
            line-height: 30px;
    }
    
    .iframe_main {
        width: 100%;
    }
    
    .iframe_main iframe {
        width: 100%;
        height: 60vh;
    }
    
    .name_text {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.065em;
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .service_text {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }
    
    .mycontainer {
        width: 80%;
        margin: 0 auto;
    }
    
    .works {
        display: flex;
        height: 100px;
        align-items: center;
        justify-content: flex-end;
    }
    
    .work {
        width: 100%;
        height: 0;
         border: 2px solid #6F7072;
    }
    
    .empty_work {
        display: flex;
        align-items: center;
      height: 100px;
    }
    
    .rectangle_main {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    
    .rectangle {
        width: 100%;
        height: 400px;
        background: #C4C4C4;
    }
    
    .square_main {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .square {
        width: 49%;
        height: 333px;
        margin-top: 17px;
        background: #C4C4C4;
    }
    
    .rectangle_main_right {
        display: flex;
        width: 96%;
        margin: 0 auto;
        height: 100%;
        justify-content: space-between;
    }
    
    .square_main_right {
        display: flex;
        flex-direction: column;
        width: 53%;
        height: 100%;
        justify-content: space-between;
    }
    
    .rectangle_right {
        width: 45%;
        height: 100%;
        background: #C4C4C4;
    }
    
    .square_top {
        width: 100%;
        height: 246px;
        background: #C4C4C4;
    }
    
    .square_bottom {
        width: 100%;
        height: 488px;
        background: #C4C4C4;
    }
    
    .number_block_main {
        width: 100%;
        
        background: rgba(196, 196, 196, 0.45);
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-bottom: 12%;
    }
    
    .number_block {
        display: flex;
        width: 90%;
        margin: 0 auto;
        align-items: center;
    }
    
    .number {
        display: flex;
        flex-direction: column;
        margin-left: 54px;
        align-items: center;
    }
    
    .number_text {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 0.065em;
        color: #000000;
    }
    
    .name_input {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 0 0 0 auto;
        height: 25%;
    }
    
    .border_input {
        border-left: none;
        border-top: none;
        border-right: none;
        width: 100%;
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 21px;
        letter-spacing: 0.065em;
        color: #000000;
        outline: none;
    }
    
    .name_input_bottom, .name_input_top{
        margin-bottom: 45px;
    }
    
    
    .name_input_main {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 512px;
        justify-content: space-between;
    }
    
    .name_input_bottom_main {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
        margin: 0 0 0 auto;
        height: 31%;
    }
    
    .input_btn button {
        background: #C4C4C4;
        border-radius: 23px;
            width: 30%;
            height: 50px;
    }
    
    .footer {
        width: 100%;
        height: 158px;
        background: #000000;
    }
    
    .footer_svg_main {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .footer_svg {
        padding: 15px;
    }
    
    .footer_text p {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 21px;
        line-height: 28px;
        letter-spacing: 0.065em;
        color: rgba(255, 255, 255, 0.73);
    }
    
    .footer_text {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        width: 100%;
    }
    /*---------ovl------------*/
    
    .owlbackground {
        background-image: url("../img/img3.png");
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 276px;
            background-position: 100% 61%;
    }
    
    .carousel-wrap {
        margin: 0 auto;
        /*padding: 0 5%;*/
        /* position: relative; */
        height: 274px;
        display: flex;
        /*align-items: center;*/
    }
    /* fix blank or flashing items on carousel */
    
    .owl-carousel .item {
        position: relative;
        z-index: 100;
        -webkit-backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 4px;
    }
    /* end fix */
    
    .owl-nav>div {
        margin-top: -26px;
        color: #cdcbcd;
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        height: 100%;
        right: 16%;
    }
    
    .owl-nav .owl-prev {
        position: absolute;
        right: 100%;
        background: none;
        outline: none;
        border: none;
    }
    
    .owl-nav .owl-next {
        position: absolute;
        left: 100%;
        background: none;
        outline: none;
        border: none;
    }
    
    body>div.container-fluid.OVL>div>div>div>div.owl-nav.disabled>button.owl-prev {
        background: none;
        outline: none;
        border: none;
    }
    
    .body>div.container-fluid.DATARK>div>div>div>div.owl-nav.disabled {
        width: 100%;
        position: absolute;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        height: 100%;
        right: 11%;
    }
    
    .item span {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 28px;
        line-height: 37px;
        letter-spacing: 0.065em;
        color: #000000;
        margin-top: 20px;
    }
    
    .owl-nav {
        display: flex !important;
        align-items: center;
    }
    
    .owl-carousel.owl-loaded {
        display: block;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    /*---------ovl-end------------*/
    
    .name_text1 {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.065em;
        color: #000000;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .foto_text {
        margin-top: 29px;
    }
    
    .mycontainer1 {
        width: 90%;
        margin: 0 auto;
    }
    
    .works2 {
        display: flex;
        height: 250px;
        align-items: center;
        width: 100%;
    }
    
    .year_from_little_to_big_main {
        display: flex;
        flex-direction: column;
        margin-bottom: 75px;
    }
    
    .round button {
        width: 31px;
        height: 31px;
        background: #6F7072;
        border-radius: 50%;
    }
    
    .dash {
        width: 17%;
        height: 0px;
        border: 2px solid #6F7072;
    }
    
    .year_little {
        margin-top: 8px;
    }
    
    .year_from_little_to_big {
        display: flex!important;
        justify-content: space-around;
        align-items: center;
    }
    
    .year_from_little {
        display: flex;
        justify-content: space-between;
    }
    /*_______________ovl-2______________*/
    
    .carousel-two .owl-nav .owl-prev {
        position: absolute;
        right: 90%;
        background: none;
        outline: none;
        border: none;
    }
    
    .carousel_two {
        width: 100%;
        height: 100%;
        /* background: #C4C4C4; */
    }
    
    .carousel-two .owl-nav .owl-next {
        position: absolute;
        left: 90%;
        background: none;
        outline: none;
        border: none;
    }
    
    .carousel-two .owl-dots {
        display: none;
    }
    /*_______________ovl-2-end______________*/
    
    .dummy_text_main {
        /*height: 130px;*/
        width: 94%;
        display: flex;
        align-items: center;
    }
    
    .dummy_text {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        
        line-height: 37px;
        letter-spacing: 0.065em;
        color: #000000;
    }
    
    .dummy {
        display: flex;
        justify-content: flex-end;
    }
    
    .backgroun_square {
        width: 100%;
       height: 100%;
        /*background: #C4C4C4;*/
    }
    
    .rightIMG{
        display: flex;
    justify-content: flex-end;
    }
    
    .dumm_end {
        display: flex;
        /*justify-content: center;*/
        flex-direction: column;
        height: 400px;
        text-align: end;
        justify-content: flex-start;
    }
    
    .dummy_text2_main {
        width: 94%;
        display: flex;
    }
    
    .first_name {
        width: 94%;
        margin-bottom: 41px;
    }
    
    .works3 {
        display: flex;
        height: 250px;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    
    .dumm_end2 {
        display: flex;
        justify-content: center;
        flex-direction: column;
        /*height: 400px;*/
        text-align: start;
        align-items: flex-end;
    }
    
    .typesetting_industry_main {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    
    .typesetting_industry {
        width: 56%;
    }
    
    .first_name_main1 {
        width: 80%;
    }
    
    .first_text {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.065em;
        color: #000000;
    }
    
    .first_name1 {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 22px;
        line-height: 29px;
        letter-spacing: 0.065em;
        color: #000000;
    }
    
    .typesetting_industry_square {
        width: 38%;
        height: 400px;
        background: #C4C4C4;
    }
    
    .first_name_text_right {
        display: flex;
        text-align: end;
    }
    
    .typesetting_industry_right {
        width: 56%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .letraset_main {
        display: flex;
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
    }
    
    .letraset_square {
        width: 100%;
        height: 269px;
        background: #C4C4C4;
    }
    
    .letraset_text1 {
        font-family: 'DejaVu Serif' !important;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.065em;
        color: #000000;
    }
    
    .letraset_squar {
        width: 100%;
        height: 431px;
        background: #C4C4C4;
    }
    
    .was_popularised_squar {
        width: 90%;
        height: 262px;
        background: #C4C4C4;
        display: flex;
        justify-content: space-around;
    }
    
    .was_popularised_squar_main {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .was_popularised_squar_main1 {
        display: flex;
        justify-content: flex-start;
    }
    
    .letraset_order {
        order: 2;
        margin-top: 22px;
    }
    
    .owl-dot {
        display: none;
    }
    
    .dropdown-menu {
        min-width: 0 !important;
        padding: 0.5rem 6px !important;
        top: 103% !important;
        left: 8px !important;
    }
    
    .carousel-two .owl-item img {
        display: block !important;
        width: 100%!important;
        -webkit-transform-style: preserve-3d!important;
        /*height: 297px!important;*/
        /*width: 100%!important;*/
    }
   