*{
 -webkit-box-sizing:border-box;   
 -moz-box-sizing:border-box;
 -o-box-sizing:border-box;
    box-sizing:border-box;
}
/*start global*/

@font-face {
  font-family: 'DroidKufi-Regular';
  src: url('../../fonts/DroidKufi-Regular.ttf');
}

html {
	    font-family: 'DroidKufi-Regular' !important ;
	
}


body {
   font-family: 'DroidKufi-Regular' !important ;


}


.white {
    color: #fff;
}
.yellow {
    color: #f5dd25;
}

.bold {
    font-weight: bold;
}

.blue  {
    color: #486a8d;
}


.bg-blue {
    background-color: #000040;
}

.green  {
    color: #2a9b05;
}

.bg-green {
    background-color:#f5dd25; 
}
.bor-orange {
  border: 1px solid #f09200;  
}

.bor-green {
  border: 1px solid #669543;  
}
.light-blue {
  color: #29b5ee;
}

.bg-light-blue {
    background-color: #29b5ee;
}

.bor-light-blue {
  border: 1px solid #29b5ee;  
}
.transform {
    text-transform: capitalize;   
}

.gray {
    color: #666;
   
}


.transform {
    text-transform: capitalize;
}

.transform2 {
    text-transform: uppercase;
}

hr {
    border-width: 2px;
    max-width: 60px;
    border-color:#0186d5; 
}

.line {
    border-width: 1px;
    max-width: 33px;
    border-color: #f5dd25;
    margin-left: 0px;  
}

h2 {
    font-size: 37px;
}


/*end global*/

/*start section header*/
header {
    background-color:#434752;
    padding-top: 8px;
}

header p {
    display: inline-block;
    
}
header img {
    width: 100%;
}

header ul li {
    position: relative;
    width: 16%;
    display: inline-block;
    padding-right: 3px;
}

header ul li a i {
    color: #fff;
}

header ul li a i:hover {
    color: #fff;
}
/*end section header*/

/*start section header*/

.header img {
    width: 50%;
}


.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    margin-top: 52px;
}



/*end section header*/

/*start section header2*/
.header {
    padding-top: 15px;
}
.header li {
    display: inline-block;
    margin-right: 15px;
}

.header .list {
    float: right;
    margin-top: 64px;
    margin-right: 23px;
}

.contact-contact {
   display: inline-block;
    position: relative;
    top: 10px;
}
.header i {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.contact-title,.time {
    display: block;
    display:block;
    
}
/*end section header2*/

/*start section menu*/
.menu2 {
        position: relative;
    top: 29px;
    z-index: 9999;
}
.menu > ul > li a {
       text-decoration: none;
    padding: 15px 14px;
    display: block;
    font-size: 16px;
    color: #fff;
}

/*end section menu*/


/*start section carousal*/
.carousel .btn-default {
    background-color: #f5dd25;
}

.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: 550px;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}






/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}


/*end section carousal*/


/*start section info-section*/
.info-section {
    padding-bottom: 18px;
    padding-top: 8px;
}
.info-section h3 {
    margin-top: 32px;
}
.info-section h3 {
    color: #486a8d;
}
.info-section a {
    float: left;
    background-color: #486a8d;
    width: 150px;
    text-align: center;
    padding: 12px;
    border-radius: 20px;
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}

.info-section a:hover {
    background-color: #333;
    color: #fff;
}
/*end section info-section*/


/*start section work*/
.work {
    background-color: #f9f9f9;
    padding: 30px 0px 50px 0px;
}

.part2 {
    margin-top: 50px;
}

.work h2 ,.news h2 {
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.work h3 {
    font-size: 18px;
}
.work p {
    font-size: 15px;
    height: 50px;
    overflow: hidden;
    line-height: 29px;
    margin-top: 15px;
}

.work img {
    width: 100%;
    border-radius: 5px;
}

.work .work-part {
    margin-top: 20px;
}
.work .work-part2 , .work .work-part3 {
    padding: 20px;
}

.work .link {
    color: #486a8d;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    font-size: 12px;
    display: block;
    margin: auto;
    letter-spacing: 1px;
    font-weight: bold;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.work .link:hover {
   color: #f5dd25;
}

.hovereffect {
    position:relative;
    text-align:center;
    cursor:pointer;
    overflow:hidden;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    color: #fff;
    background-color:rgba(245, 221, 37, .5);
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    -o-transition:all .4s linear;
    -moz-transition:all .4s linear;
    transition:all .4s linear;
     width: 100%;
    height: 200px;
    border-radius: 5px;
}

.hovereffect:hover img {
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);    
    transform:scale(1.2);
}

.overlay i {
    position: absolute;
    left: 47%;
    top: 45%;
}

.hovereffect .overlay:hover{
opacity:1;
filter:alpha(opacity=100);
border-radius: 5px;
}

/*end section work*/

/*start section projects*/
.projects {
    background-color: #f2f2f2;
    padding-bottom: 35px;
}
.projects ul {
    margin-top: 50px;
    display: block;
    text-align: center;
    margin-bottom: 45px;
}

.projects ul li {
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
    color: #7b7777;
    border-left: 1px solid #ccc;
}

.projects ul li.selected {
    color: #285359;
}
.projects ul li.selected:first-child {
    border: none;
}
/*end section projects*/

.saleofweeek {
    background: #f4f4f4 url(../../images/image-4.jpg) center center no-repeat;
    )
    background-attachment: fixed;
    background-size: cover;
    padding: 70px 0 80px;
    position: relative;
}

.saleofweeek:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0wi;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.saleofweeek .sec-title h2 {
    position: relative;
    z-index: 1;
    color: #fff;
}

.saleofweeek .owl-theme .owl-controls {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -90px;
}

.saleofweeek .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: transparent;
    border: 1px solid #fdc900;
    border-radius: 3px;
    color: #fdad00;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    height: 34px;
    line-height: 28px;
    margin: 5px;
    padding: 1px 7px;
    width: 34px;
}

.saleofweeek .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    color: #333;
    background: #fdc900;
}

.switem {
    position: relative;
}

.switem img {
    width: 100%;
}

.saleofweeek .sec-title {
    float: left;
}

.swhoverbox {
	display: block;
	height: 100%;
	margin: 0;
	padding: 20px;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 100%;
	z-index: 9;
}
[class^="imghvr-"], [class*=" imghvr-"] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background-color: rgba(1, 48, 94, 0.85);
	color: #fff;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.switem a::before, .switem a::after{z-index: 1;}
.switem a .swhoverbox::before, .switem a .swhoverbox::after{z-index:-1;}
.switem a::before, .switem a::after, .switem a .swhoverbox::before, .switem a .swhoverbox::after {
	width: 26%;
	height: 100%;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	top: 0;
background-color: rgba(1, 48, 94, 0.85);
opacity: 0;
position: absolute;
content: '';
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease;
-moz-transition: all 0.35s ease;
transition: all 0.35s ease;	
}
.switem a::before {
	left: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	transition-delay: 0s;
}
.switem a::after {
	left: 25%;
	-webkit-transition-delay: 0.105s;
	-moz-transition-delay: 0.105s;
	transition-delay: 0.105s;
}

 .switem a .swhoverbox::before{
	left: 50%;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 .switem a .swhoverbox::after {
	left: 75%;
	-webkit-transition-delay: 0.35s;
	-moz-transition-delay: 0.35s;
	transition-delay: 0.35s;
}




.switem a:hover::before {
    transform: scale(1);
    opacity: 1;
}

.switem a:hover::after {
    transform: scale(1);
     opacity: 1;
}
 .switem a:hover .swhoverbox::before {
    transform: scale(1);
     opacity: 1;
}
 .switem a:hover .swhoverbox::after{
    transform: scale(1);
     opacity: 1;
}







.projinrtext {
    margin-bottom: 0;
    margin-top: 60%;
    transform: translateY(-50%);
    transition: all 0.4s ease 0s;
    opacity: 0;
}

.swhoverbox h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.swhoverbox p {
    color: #fff;
}

.sowbox {
    clear: both;
}

.switem a:hover .projinrtext {
    margin-top: 45%;
    opacity: 1;
}

.maincatagory {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    padding: 90px 0;
    position: relative;
}

.blackbg {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

.maincatbox {
    text-align: center;
}

.maincatbox figure img {
    width: 120px;
}

.maincatbox figure {
    background: transparent;
    border-radius: 100%;
    display: inline-block;
    padding: 3px;
    transition: all .5s ease;
}

.maincatbox:hover figure {
    background: #fff;
}

.maincatbox h3 {
    color: #fff;
    font-size: 20px;
}

.maincatbox h3 a {
    color: #fff;
}

.maincatbox h3 a:hover {
    color: #d9272e;
}

.gallery-section .swhoverbox h3 {
    font-size: 18px;
}

.glrybgimage{
	background: #f4f4f4 url(../../images/background/image-2.jpg) center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 70px 0 80px;
	position: relative;
}
.glrybgimage::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.glrybgimage .mixitup-gallery {
	position: relative;
	z-index: 1;
}
.glrybgimage  .sec-title {
	position: relative;
	margin-bottom: 50px;
	z-index: 1;
}
.glrybgimage  .sec-title h2 {
    color:#fff;
}

/*start section offer*/
.offer {
    margin-top: 55px;
    margin-bottom: 25px;
}

.offer h2 {

    margin-top: 61px;
    margin-bottom: 54px;
}
.offer img {
    width: 100%;
}

.offer2 {
    margin-top: -70px;
}
.offer i {
    background-color: #f2f2f2;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
}

.offer-part {
    float: left;
    margin-top: -16px;
    margin-bottom: 20px;
}

.offer-part h3 {
    font-size: 15px;
}

.offer .pharagh {
    height: 122px;
    overflow: hidden;
    line-height: 35px;
}


/*end section offer*/

/*start section best-offer*/
.best-offer {
     background: url(../../images/bg.jpg) center center no-repeat fixed;
    background-size: 100% 100%; 
        padding-top: 30px;
}

.best-offer h2 {
    margin-top: 66px;
}
.best-offer img {
    width: 100%;
    position: relative;
    bottom: -28px;
}

.best-offer p {
color: #fff;
    width: 81%;
    font-size: 18px;
    line-height: 40px;
    height: 185px;
    overflow: hidden;
    margin: auto;
}
/*end section best-offer*/


/*start section services*/
.services {
    padding-top: 35px;
    padding-bottom: 35px;
}
.services i {
    color: #f7c51e;
    width: 75px;
    height: 75px;
    border: 1px solid;
    line-height: 75px;
    border-radius: 50%;
    margin-top: 56px;}
    
    .services img{
border:solid;
/*	border-radius: 26px;*/
border-color: whitesmoke;
    height: 200px;
    margin-top: 55px;
}
/*end section services*/


/*start section footer*/

footer {
    margin-top: 35px;
    background-color: #333;
    padding-bottom: 20px;
    padding-top: 20px;
}

footer h2 {
    margin-bottom: 84px;
    color: #fff;
}


footer h3 {
    font-size: 16px;
    margin-bottom: 25px;
    color: #fff;
}

footer p {
    color: #868691;
    font-size: 18px;
}
footer li {
    display: inline-block;
}
footer .footer-part ul li i {
      width: 47px;
    height: 47px;
    color: #fff;
    background-color: #f7c51e;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    
}

footer .footer-part ul li i:hover {
    background-color: #000;
    -webkit-transition:all .4s ease-in-out;
    -o-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

footer .social {
    margin-top: 20px;
}
/*end section footer*/


.copy-right {
    background-color: #000;
    padding-top: 15px;
}

.copy-right p {
    color: #999;
}
/*start media query*/

/*al max-width:768; da 7'as bl mobile & tablet*/
/*smart phonees and tablets*/
@media(max-width: 767px){
    .menu-mobile {
        color: #fff;
    }   
    
    header ul {
        text-align: center;
    }
    
    .menu .show-on-mobile {
        text-align: center;
    }
    header ul li {
        width: 7%;
    }
    .header img {
        margin: auto;
        display: block;
    }
    header p {
    text-align: center;
    display: block;
}
   
    .best-offer p {
        height: auto;
    }
}
/*small screen*/
@media(min-width: 768px) and (max-width: 991px){
   
}
/*medium screen*/
@media(min-width: 992px) and (max-width: 1199px){
  
}
/*large screen*/
@media(min-width: 1200px){
  
}
/*end media query*/

/*start our grouping*/
/*end our grouping*/





