@font-face {
font-family: 'amlak';
	src: url('../fonts/BYekan.eot?#') format("eot"), url('../fonts/BYekan.woff') format("woff"), url('../fonts/BYekan.ttf') format("truetype");
}

body {
    width: 100%;
    height: auto;
    background: #fff;
    font-family: 'amlak' !important;
}


ul, li, ol, input, div, textarea, span, a, p {
    font-family: 'amlak';
}

.sliderCon {
    width: 100%;
    height: 170px;
    margin-top: 7px;
}

.theSlider {
    width: 1100px;
    height: inherit;
    margin: 0 auto;
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: relative;
}

.theSlider ul {
    padding: 0;
    height: inherit;
    width: inherit;
    position: relative;
    overflow: hidden;
}

.theSlider ul li {
    list-style: none;
    display: inline-block;
    width: 250px;
    height: 140px;
    margin: 15px 11px 0;
    position: absolute;
}

.theSlider ul li a {
    text-decoration: none;
    width: inherit;
    height: inherit;
    position: relative;
}

.theSlider ul li a img {
    width: inherit;
    height: inherit;
    border-radius: 5px;
}

.theSlider ul li a div {
    position: absolute;
    width: inherit;
    height: inherit;
    top: -124px;
    background: rgba(35, 35, 35, 0.3);
    border-radius: 5px;
    text-align: right;
    transform: scale(0);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.theSlider ul li a div span {
    color: #333;
    display: block;
    width: inherit;
    height: 26px;
    font-size: 14px;
    direction: rtl;
    padding: 2px 15px 5px 10px;
    box-sizing: border-box;
    font-size: 15px;
    margin-top: 5px;
    background-color: #fff;
}

.theSlider ul li a div span:first-child {
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 5px #333;
    min-height: 50px;
    padding: 10px 7px 5px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: transparent;
}

.theSlider ul li a:hover div {
    transform: scale(1);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.theSlider .prevInfBtn {
    text-align: center;
    position: absolute;
    width: 40px;
    height: inherit;
    left: 0;
    padding: 5% 0 0 0;
    box-sizing: border-box;
    z-index: 1;
    /*background-color: rgba(170, 170, 170, 0.15);*/
    cursor: pointer;
}

.theSlider .nextInfBtn {
    text-align: center;
    position: absolute;
    width: 40px;
    height: inherit;
    right: 0;
    padding: 5% 0 0 0;
    box-sizing: border-box;
    z-index: 1;
    /*background-color: rgba(170, 170, 170, 0.15);*/
    cursor: pointer;
}

.theSlider .prevInfBtn img,
.theSlider .nextInfBtn img {
    width: 40px;
    height: 40px;
}

.theSlider .nextInfBtn:hover {
    box-shadow: -1px 0 10px #ccc inset;
}

.theSlider .prevInfBtn:hover {
    box-shadow: 1px 0 10px #ccc inset;
}

.bigSliderCon {
    width: 100%;
    height: 350px;
    margin-top: 10px;
}

.theBigSlider {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    position: relative;
}

.theBigSlider .prevInfBtn {
    text-align: center;
    position: absolute;
    width: 60px;
    height: inherit;
    left: 0;
    padding: 170px 0 0 0;
    box-sizing: border-box;
    z-index: 1;
    background-color: rgba(170, 170, 170, 0.25);
    cursor: pointer;
}

.theBigSlider .nextInfBtn {
    text-align: center;
    position: absolute;
    width: 60px;
    height: inherit;
    right: 0;
    padding: 170px 0 0 0;
    box-sizing: border-box;
    z-index: 1;
    background-color: rgba(170, 170, 170, 0.25);
    cursor: pointer;
}

.theBigSlider .prevInfBtn img,
.theBigSlider .nextInfBtn img {
    width: 60px;
    height: 60px;
}

.theBigSlider .nextInfBtn:hover {
    box-shadow: -1px 0 10px #ccc inset;
}

.theBigSlider .prevInfBtn:hover {
    box-shadow: 1px 0 10px #ccc inset;
}

.theBigSlider ul {
    padding: 0;
    height: inherit;
    width: inherit;
    position: relative;
    overflow: hidden;
}

.theBigSlider ul li {
    list-style: none;
    width: inherit;
    height: inherit;
    position: absolute;
}

.theBigSlider ul li img {
    width: inherit;
    height: inherit;
    border-radius: 4px;
}

        @media (min-width: 768px) and (max-width: 991px ) {

        }

@media (max-width: 767px) {
.theBigSlider {
  height: 300px;
}

.theBigSlider .prevInfBtn,
.theBigSlider .nextInfBtn {
    padding: 140px 0 0 0;
    width: 30px;
}

.theBigSlider .prevInfBtn img,
.theBigSlider .nextInfBtn img {
    width: 30px;
    height: 30px;
}
        }

@media (max-width: 400px) {
.theBigSlider {
  height: 200px;
}

.theBigSlider .prevInfBtn,
.theBigSlider .nextInfBtn {
    padding: 90px 0 0 0;
    width: 25px;
}

.theBigSlider .prevInfBtn img,
.theBigSlider .nextInfBtn img {
    width: 25px;
    height: 25px;
}
}

.threeSlider {
    width: calc(100% - 5px);
    height: 570px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.threeSlider ul {
    padding: 0;
    margin: 0;
    height: 525px;
    width: inherit;
}

.threeSlider ul li {
    list-style: none;
    width: 100%;
    height: 160px;
    margin: 5px 0 5px;
    position: absolute;
    transform: scale(0);
}

.threeSlider ul li a {
    text-decoration: none;
    width: inherit;
    height: inherit;
    position: absolute;
    overflow: hidden;
    left: 0;
}

.threeSlider ul li a img {
    width: inherit;
    height: inherit;
    border-radius: 5px;
}

.threeSlider ul li a div {
    position: absolute;
    width: inherit;
    height: inherit;
    top: 160px;
    left: 0;
    visibility: hidden;
    border-radius: 5px;
    opacity: 0;
    background: rgba(20, 20, 20, 0.25);
    padding: 10px 7px;
    box-sizing: border-box;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.threeSlider ul li a:hover div {
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

.threeSlider ul li a div span {
    color: #333;
    font-size: 14px;
    display: block;
    width: 100%;
    height: auto;
    margin: 5px 0 0;
    text-align: center;
    direction: rtl;
    background-color: #fff;
    padding: 5px 15px 5px 5px;
    box-sizing: border-box;
}

.threeSlider ul li a div span:first-child {
    font-size: 15px;
    color: #fff;
    background-color: #0065CA;
    margin: 5px 0 20px;
    text-shadow: 0 0 5px #333;
    padding: 5px 9px 5px;
    box-sizing: border-box;
}

.threeSlider .goBtns {
    width: 100%;
    height: 40px;
    cursor: default;
    text-align: center;
}

.threeSlider .goBtns .bulletSpan {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50em;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px 0 0;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.threeSlider .goBtns .bulletSpan:hover {
    background-color: #888;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

.activeBulletThree {
    background-color: #0065CA !important;
    cursor: default !important;
    border-color: #fb9517;
}














