*{
    margin: 0;
    padding: 0;
    /*letter-spacing: 3px;*/
    font-family: Arial;
}

body{
    overflow-x: hidden;

}

#page{
    min-height: 100%;
    width: 100%;
}
.voodoo{
    display: inline-block;
    width: 30px;
}
.voodoo img{
    margin-top: -10px;
}

header{
    position: absolute !important;
}

a{
    color: #000000;
    text-decoration: none !important;
}
a:hover,a:focus{
    /*color: #000000;*/
    text-decoration: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

header.header-second ul li a:hover{
    border-color : #1565C0 !important;
}

.transition {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blur{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dropdown.open .caret{
    border-top: none;
    border-bottom: 4px solid #000000;
}

.sliding-menu{
    min-height: 100vh;
    visibility: visible;
    transition: -webkit-transform 0.5s cubic-bezier(0.54, 0.01, 0.57, 1.03);
    position: fixed;
    top: 0px;
    right: 0px;
    transform: translate3d(100%, 0px, 0px);
}

.form-control {
    display: block !important;
    width: 100% !important;
    height: 24px !important;
    padding: 6px 12px!important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    background-color: #fff !important;
    background-image: none !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.display-no{
    display: none;
}

.display-bl{
    display: block;
}

.pos-fixed{
    position: fixed !important;
}

/*header{*/
    /*height: 70px;*/
/*}*/

.my-img-res{
    width: 100%; /*high header z-index*/
    height: auto;
}

.logo{
     width: 200px;
     display: inline-block;
 }

.pattern{
    position: fixed;
    z-index: 10001;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("../img/blur1.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    right: -500px;
}

header #mainmenu{
    margin:35px 0 20px 0;
}
header #mainmenu ul.header-menu>li img.logo-white{
    display: block;
}

header #mainmenu ul.header-menu>li img.logo-color{
    display: none;
}

header #mainmenu ul.header-menu>li{
    width: 20%;
    text-align: center;
    padding: 0;
    float: left;
}
header #mainmenu ul li.logo-content{
    margin-top: -10px;
}
header #mainmenu ul li>a,header #mainmenu ul li>span{
    margin: 0 2px;
}

header #mainmenu ul li>a,header #mainmenu ul li>span a{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px;
    color: #FFFFFF;
}
header #mainmenu>ul>li>a{
    padding: 0;
    border-bottom: 2px solid #FFFFFF;
    border-color: transparent;
}

header #mainmenu>ul>li>a:hover{
    border-bottom: 2px solid #FFFFFF;
}

header #mainmenu ul li>span.active-language a,header #mainmenu ul li span a:hover{
    border: 2px solid #FFFFFF;
}

/*   for second header menu */
/*----------------------------------------*/

header.header-second{
    background-color: #FFFFFF;
    border-bottom: 2px solid #c1c1c1;
}
header.header-second ul li a{
    color: #175eac !important;
}

header.header-second #mainmenu ul.header-menu>li img.logo-white{
    display: none;
}

header.header-second #mainmenu ul.header-menu>li img.logo-color{
    display: block;
}
header.header-second #box_lang{
    border-color: #175eac;
}
header.header-second #nav-icon2 span{
    background-color:  #f67f21;
}

.fotorama{
    text-align: center;
}
.fotorama__wrap{
    display: inline-block;
}
/*________________________________________*/
/*   for header menu language's move div  */
/*----------------------------------------*/

.lang ul{
    /*margin-right: 50px;*/
    position: relative;
    z-index: 20;
}
.lang ul li {
    display: inline-block;
    /*margin: 7px;*/
    margin-left: 7px;
    text-transform: uppercase;
    padding: 3px 7px;
}
.lang ul li.active-language {
    padding: 3px 7px;
    /*border: 2px solid #6ec239;*/
    /*border: 2px solid #fff;*/
}
.lang ul li.active-language a {
    /*color: #6ec239;*/
    color: #fff;
}
.lang ul li a {
    /*color: #515151;*/
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.lang.color ul li.active-language {
    /*border: 2px solid #515151;*/
}
.lang.color ul li a, .lang.color ul li.active-language a {
    color: #515151;
}

.lang {
    text-align: center;
    display: inline-block !important;
    /*padding-bottom: 20px;*/
    position: relative;
    /*position: fixed;*/
    /*right: 2%;*/
    /*top: 35px;*/
    margin-right: 30px;
}

#box_lang {
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid #fff;
    z-index: 1;
    height: 100%;
    padding: 3px;
    margin-left: 2px;
}
.color #box_lang {
    border: 2px solid #515151;
}
#box_lang .head {
    padding: 10px;
}
/*_______________________________________________________________*/


/*    -footer   */
/*------------------*/


.footer{
    padding: 20px;
    background-color: #51545B;
    text-align: center;
}
.footer-socials{
    margin: 40px 0;
}
.footer-socials ul{
    display: inline-block;
}
.footer-socials ul li{
    opacity: 0.7;
    font-size: 15px;
    padding: 0 50px;
}
.footer-socials ul li i{
    font-size: 30px;
}
.footer-socials ul li span{
    position: relative;
    top: -5px;
    font-weight: bold;
}

.footer-socials ul li:hover{
    opacity: 1;
}
/*.footer-socials ul li:first-child:hover, .footer-socials ul li:first-child:hover a{*/
    /*color: #175eac;*/
/*}*/
/*.footer-socials ul li:last-child:hover, .footer-socials ul li:last-child:hover a{*/
    /*color: #f67f21;*/
/*}*/

/*.footer ul{*/
    /*width: 25%;*/
/*}*/
.footer ul li{
    margin: 8px 0;
}
.footer ul li a{
    letter-spacing: normal !important;
}
.footer ul li h3{
    color: #FFFFFF;
    font-weight: bold;
}
.footer ul li a{
    font-size: 15px;
    color: #175eac !important;
    font-weight: bold;
}
.footer ul.submenu{
    margin-top: 10px;
}
.footer ul.submenu li{
    padding: 3px 0;
}

.footer .all-rights-reserved span, .footer .all-rights-reserved div a{
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: normal !important;
}
.footer .all-rights-reserved div{
    margin-top: -5px;
}
/*_______________________________________________________________*/


/*    -see products   */
/*------------------*/
.slider{
    position: relative;
}
.see-products{
    position: absolute;
    bottom: 28%;
    z-index: 11;
    width: 100%;
    text-align: center;
}
.see-products a{
    font-size: 15px;
    font-weight: bold;
    padding: 15px 30px;
    background-color: #FFFFFF;
    border-radius: 5px;
    letter-spacing: 3px;
}

/*_______________________________________________________________*/


/*   -home page slideshow  */
/*------------------------*/

.indicators{
    bottom: 60px !important;
    z-index: 11;
}

.slider .indicators .indicator-item{
    background: #C2C1BD;
    height: 14px;
    width: 14px;
}
.slider .indicators .indicator-item.active{
    background: #FFFFFF;
}
/*_______________________________________________________________*/


/*   -our works  */
/*------------------------*/
.our-works{
    margin-bottom: 40px;
}
.our-works h3 b{
    letter-spacing: 10px;
}
.col>div, .col ul li, .itemcontent>div{
    padding: 0;
    border: 2px solid #FFFFFF;
    position: relative;
}
.col div.view-album-content{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.col>div:hover .view-album-content{
    display: flex;
}
.col div.view-album-content a{
    font-size: 15px;
    font-weight: bold;
    padding: 15px 30px;
    background-color: #FFFFFF;
    border-radius: 5px;
    letter-spacing: 3px;
    margin: 0 auto;
}
.col div.view-album-content>div.valign {
    margin: 0 auto;
    text-align: center;
}
.col div.view-album-content>div.valign div{
    margin-bottom: 35px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 3px 3px #000;
    font-size: 24px;
}
.col>div:hover img{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*_______________________________________________________________*/


/*   -view-all-works  */
/*------------------------*/
.view-all-works{
    margin: 25px 0;
    text-align: center;
    font-weight: bold;
    text-decoration: underline !important;
}
/*_______________________________________________________________*/


/*   -about-us  */
/*------------------------*/

.about-page{
    padding: 150px 2% 20px 2%;
}
.about-page ul li{
    list-style-type: disc !important;
}
.about-page .about-us-content{
    padding: 20px 100px;
    /*text-align: center;*/
    text-align: justify;
}
.hr-content{
    margin: 70px auto 20px auto;
    width: 75%;
    border-top: 5px solid #175eac;
}
.about-page .about-us-title{
    letter-spacing: 10px;
    font-weight: bold;
}
/*_______________________________________________________________*/


/*   -contact  */
/*------------------------*/
section.contact #contact-form label, section.contact #contact-form form{
    font-size: 16px;
}

section.contact div.contact-content{
    width: 70%;
    display: inline-block;
    margin: 100px auto 0 auto;
}
section.contact div.contact-content h1{
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
    font-size: 34px;
}
section.contact div.contact-content div.position-content h4,section.contact div.contact-content div.position-content .map-pin{
    display: inline-block;
}
section.contact div.contact-content .contact-info .fa{
    font-size: 35px;
    color: #175eac;
}
section.contact div.contact-content .contact-info span{
    font-size: 18px;
    position: relative;
    top: -6px;
}
section.contact div.contact-content .write-to-us{
    margin-top: 65px;
    margin-bottom: 30px;
}
section.contact div.contact-content #contact-form input:focus, section.contact div.contact-content #contact-form textarea:focus{
    border-bottom: 1px solid  #f67f21;
    box-shadow: 0 1px 0 0  #f67f21;
}

.contact-content #contact-form textarea{
    height: 250px !important;
}

section.contact div.contact-content #contact-form button{
    border: 0;
    background-color: #175eac;
    box-shadow: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 6px 60px;
    margin-top: 25px;
    font-size: 18px;
}

    /*_______________________________________________________________*/


/*   -map curdor  */
/*------------------------*/
.pin {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50% 50% 50% 0;
    border-radius: 50% 50% 50% 0;
    background-color:  #175eac;
    /*position: absolute;*/
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);

    margin: 0 0 0 -20px;
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    -ms-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
}
.pin:after {
    content: '';
    width: 17px;
    height: 17px;
    margin: 6px 0 0 -8px;
    background-image: url("../img/location.png");
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pulse {
    background: rgba(0,0,0,0.2);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    position: absolute;
    background: #175eac;
    margin: 0 0px 0px -12px;
    -webkit-transform: rotateX(55deg);
    -moz-transform: rotateX(55deg);
    -o-transform: rotateX(55deg);
    -ms-transform: rotateX(55deg);
    transform: rotateX(55deg);
    z-index: -2;
}
.pulse:after {
    content: "";
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    margin: -11px 0 0 -19px;



    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-box-shadow: 0 0 1px 2px #89849b;
    box-shadow: 0 0 1px 2px #89849b;
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.pulse-animation:after{
    -webkit-animation: pulsate 1s ease-out;
    -moz-animation: pulsate 1s ease-out;
    -o-animation: pulsate 1s ease-out;
    -ms-animation: pulsate 1s ease-out;
    animation: pulsate 1s ease-out;

    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-moz-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-o-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        -moz-transform: scale(0.1, 0.1);
        -o-transform: scale(0.1, 0.1);
        -ms-transform: scale(0.1, 0.1);
        transform: scale(0.1, 0.1);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
    }
}
@-moz-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-o-keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@keyframes bounce {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-2000px) rotate(-45deg);
        -moz-transform: translateY(-2000px) rotate(-45deg);
        -o-transform: translateY(-2000px) rotate(-45deg);
        -ms-transform: translateY(-2000px) rotate(-45deg);
        transform: translateY(-2000px) rotate(-45deg);
    }
    60% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translateY(30px) rotate(-45deg);
        -moz-transform: translateY(30px) rotate(-45deg);
        -o-transform: translateY(30px) rotate(-45deg);
        -ms-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
    }
    80% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}

.ib-blur{

    /*box-shadow:  0px 0px 6px #000, 0px 0px 3px #000;*/
    opacity: 0.8;
    color: rgba(0,0,0,0);
    text-shadow: 0px 0px 6px #000, 0px 0px 6px #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ib-blur img{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*_______________________________________________________________*/


/*   -find-stores  */
/*------------------------*/
section.find-stores h1{
    margin-top: 130px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 10px;
}

section.find-stores #map{
    width: 100% ;
}

section.find-stores .pin:after{
    margin: 6px 0 0 7px;
}

section.find-stores .pulse:after{
    margin: -11px 0 0 -13px;
}
section.find-stores .addresses{
    margin-top: 20px;
}
section.find-stores .addresses .locations > li{
    border-top: 1.5px solid #c1c1c1;
    padding: 10px 0;
}

section.find-stores .addresses .locations >  li:last-child{
    border-bottom: 1.5px solid #c1c1c1;
}

section.find-stores .addresses .locations >  li a h3{
    margin: 0;
    padding-bottom: 5px;
}

section.find-stores .addresses .locations >  li.location-active, section.find-stores .locations >  .addresses li:hover{
    background: #FFF6F1;
}

/*_______________________________________________________________*/


/*   -product  */
/*------------------------*/
.mix,.portfolio .dropdown a{
    cursor: pointer;
}

.product,.portfolio{
    margin-top: 150px;
}
.slide-open{
    right: 0;
    display: block;
}
.modal-close{
    position: absolute;
    z-index: 99999999999999999999;
    right: -23px;
    top:0;
}
.modal-close i{
    font-size: 22px;
    color: #FFFFFF;
}
.cd-filters li a{
    border-bottom: 2.5px solid transparent;
}
.cd-filters li a.active,.cd-filters li a:hover{
    border-bottom: 2.5px solid #175eac;
}

.modal, .modal-content{
    background: none !important;
    box-shadow: none !important;
    z-index: 999999999999 !important;
    border: 0;
}

.category-list-content .dropdown{
    min-width: 160px;
    text-align: center;
    margin-top: 55px;
    padding-bottom: 40px;
}
.category-list-content .dropdown a{
    font-weight: bold;
    font-size: 16px;
    /*letter-spacing: 10px;*/
    text-transform: uppercase;
}

.category-list-content ul.dropdown-menu{
    width: 700px;
    left: 50%;
    margin-left: -350px;
    border-radius: 0;
    text-align: center;
    padding: 5px;
    margin-top: -1px;
    max-height: 570px;
    overflow-y: auto;
}

.category-list-content ul.dropdown-menu li a{
    font-size: 15px;
    letter-spacing: 3px;
    padding: 20px 0;
}
.category-list-content ul.dropdown-menu li a:hover{
    background-color: #F2F2F2;
    color: #175eac;
}
.products-list .product-item{
    padding: 0;
    border: 2px solid #FFFFFF;
}

.category-descriptopn{
    padding: 0 3%;
    letter-spacing: normal;
}
.category-descriptopn, .category-descriptopn div{
    letter-spacing: 0;
    font-size: 16px;
}
.pagination-content{
    margin-top: 30px;
}
.pagination-content nav, .pagination-content nav ul li{
    background: none !important;
    box-shadow: none;
}
.pagination-content nav ul li a{
    font-size: 15px;
    color: #175eac;
}
/*_______________________________________________________________*/


/*   -partners */
/*------------------------*/
.mfp-bg{
    opacity: 1 !important;
}


section.partners div.partners-content{
    margin-top: 150px;
}
section.partners div.partners-content .images{
    border: 2px solid #c1c1c1;;
}
section.partners div.partners-content .images:hover {
  background-color:   #F5FAFE;
}
section.partners div.partners-content .images{
   padding: 0;
}

.itemcontent {
    border: 2px solid #FFFFFF;
}
.itemcontent>div:hover{
    cursor: pointer;
}
/*_______________________________________________________________*/


/*   -media  */
/*------------------------*/

@media only screen and (max-width: 1300px) {
    .lang{
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1200px) {
    #nav-icon2{
        width: 25px;
    }
    header #mainmenu ul li>a, header #mainmenu ul li>span a{
        font-size: 13px;
    }
    .lang{
        margin-right: 0;
    }
    header #mainmenu{
        padding: 0 20px;
    }
    header #mainmenu ul.header-menu>li:last-child{
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    .header-menu li {
        display: none;
    }

    .header-menu li:nth-of-type(3), .header-menu li:last-child {
        display: inline-block;
    }

    .header-menu li:last-child {
        float: right;
        text-align: right;
    }

    header #mainmenu ul.header-menu > li {
        width: auto;
    }
    section.find-stores .map-content{
        margin: 0 15px;
    }
    .footer ul li h3{
        font-size: 18px;
        letter-spacing: 2px;
    }
    .contact-content .map-pin{
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .footer>ul>li{
        width: 100%;
        margin-bottom: 20px;
    }
    .pattern, .left-menu, .right-menu {
        width: 100% !important;
    }
    .col>div:focus .view-album-content{
        display: flex;
    }
    .about-page .about-us-content{
        padding: 15px;
    }
    .all-rights-reserved>div{
        float: left !important;
        display: block !important;
        width: 100%;
        text-align: left;
    }
    .col>div:hover .view-album-content{
        display: table;
    }
    .footer .all-rights-reserved div{
        margin-top: 5px;
    }
    section.contact div.contact-content{
        width: 90%;
    }
    body, html{
        overflow-x: hidden !important;
    }
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 100px;
        display: inline-block;
    }

    header #mainmenu ul li.logo-content {
        margin-top: 5px;
    }

    header #mainmenu {
        padding: 0 10px;
    }

    .footer-socials ul li{
        margin-bottom: 15px;
    }

    section.partners .images{
        width: 33.333333333333%;
    }
    .footer .all-rights-reserved div, .footer .all-rights-reserved div a{
        font-size: 14px;
    }
    .our-works h3 b{
        letter-spacing: 8px;
    }
    .see-products a{
        padding: 13px 10px;
        font-size: 13px;
    }
    .footer{
        padding: 10px;
    }
    .col div.view-album-content>div.valign div{
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px) {
    section.partners .images{
        width: 50%;
    }
    .work-item, .mix,.works-content .work-items{
        min-width: 100%;
    }
    section.find-stores h1{
        letter-spacing: 3px;
        font-size: 22px;
    }
    .footer .all-rights-reserved span, .footer .all-rights-reserved div a{
        font-size: 11px;
    }
    .category-list-content .dropdown a{
        font-size: 20px;
    }
    section.partners div.partners-content h1 b{
        font-size: 20px;
    }
    .our-works h3{
        font-size: 18px;
    }

}

.pagination{
    width: auto;
}
.pagination li.prev, .pagination li.next{
    width: auto;
}
.category-descriptopn ul li{
    list-style-type: disc !important;
}
.category-descriptopn span{
    letter-spacing: normal;
}