/* Add here all your css styles (customizations) */
.description{
    font-size:15px!important;
}

.modal-font{
    font-size:14px!important;
}

p,li{
    font-size:15px!important;
}

.header {
    
    background: transparent url(../fayyaz/bg/bg2/bg2.jpg) repeat !important;
    position: none!important;
    border-bottom: 2px;
}

.footer-v1 .footer {
    padding: 40px 0;
    background: #272727 url(../fayyaz/bg/bg2/bg2fn.png) repeat !important;
}

.footer-v1 .footer .map-img {
    background: none!important;
}

.footer-container{
    background: black;
    opacity: 0.9;
}


.service .service-icon {
    float: left;
    padding: 10px;
    color: #3498db !important;
    font-size: 35px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

a.btn-more {
    right: -10px;
    bottom: 10px;
    color: ;
    padding: 1px 6px;
    position: absolute;
    background: #3498db ;
    display: inline-block;
}

.nav .navbar-nav{
    float: right !important;
    margin: 0 auto;
    /*border-width: 10px!important;
    border-color: black!important;*/
    /*background: aliceblue;*/
}

.header .navbar-nav > li:hover > a {
    color: #000000 !important;
}

.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
    bottom: -2px;
    position: relative;
    border-bottom: solid 2px #000000 !important;
}

.logo{
    float: left;
    width: 305px;
}

.header .navbar-nav > li > a {
    bottom: -2px;
    position: relative;
    padding: 15px !important;
}

.da-slider{
    width: 100%;
    height: 427px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    background: transparent url(../fayyaz/bg/bg1/bg1.jpg) repeat 0% 0%;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
    -webkit-transition: background-position 1.4s ease-in-out 0.3s;
    -moz-transition: background-position 1.4s ease-in-out 0.3s;
    -o-transition: background-position 1.4s ease-in-out 0.3s;
    -ms-transition: background-position 1.4s ease-in-out 0.3s;
    transition: background-position 1.4s ease-in-out 0.3s;
}
.da-slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    text-align: left;
}
.da-slide-current{
    z-index: 10;
}
.da-slider-fb .da-slide{
    left: 100%;
}
.da-slider-fb  .da-slide.da-slide-current{
    left: 0px;
}
.da-slide h2,
.da-slide p,
.da-slide .da-link,
.da-slide .da-img{
    position: absolute;
    opacity: 0;
    left: 110%;
}
.da-slider-fb .da-slide h2,
.da-slider-fb .da-slide p,
.da-slider-fb .da-slide .da-link{
    left: 10%;
    opacity: 1;
}
.da-slider-fb .da-slide .da-img{
    left: 60%;
    opacity: 1;
}
.da-slide h2{
    font-family: 'Open Sans', sans-serif;
    color: black !important;
    line-height:50px;
    top: 100px;
    z-index: 10;
    padding:0;
    margin-left:-2%;
    font-weight: 400 !important;
}

/*.da-slide h2 i {
    font-size: 36px;
    font-style:normal;
    padding:0 5px;
    text-transform:uppercase;
    background-color: #eee;
}
.da-slide p {
    font-family: 'Open Sans', sans-serif;
    font-size:18px;
    font-weight:400;
    line-height: 25px;
    width:100%;
    top: 300px;
    color: #fff;
    overflow: hidden;
    margin-left:-2%;
}
.da-slide p i {
    background:url(../img/bg-text.png) repeat;
    padding:0 10px;
    font-style:normal;
}*/
.da-slide .da-img{
    text-align: center;
    width: 50%;
    top: 80px;
    height: 328px;
    line-height: 320px;
    left: 110%; /*60%*/
    margin-left:-16%;
}
.da-slide-current .da-img{
    left: 60%;
    opacity: 1;
}

.da-slide .da-link{
    top: 320px; /*depends on p height*/
    border-radius: 3px !important;
    min-width:15%;
    color: #666;
    text-shadow:0 1px 0 #eee;
    box-shadow: 0 0 4px #bbb;
    border: 1px solid #fff;
    padding: 2px 20px;
    font-size: 25px;
    text-align: center;
    background: rgba(255,255,255,0.2);
}
.da-slide .da-link:hover{
    background: rgba(255,255,255,0.3);
    box-shadow: 0 0 5px #eee;
    text-decoration:none;
}
.da-dots{
    width: 100%;
    position: absolute;
    text-align: center;
    left: 0px;
    bottom: 15px;
    z-index: 1;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-dots span{
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 50% !important;
    background: url(../img/bg-text.png) repeat;
    margin: 3px;
    cursor: pointer;
}
.da-dots span.da-dots-current:after{
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50% !important;
    background:#fff;
}
.da-arrows{
    -moz-user-select: none;
    -webkit-user-select: none;
}
.da-arrows span{
    background: transparent url(../img/arrows.png) no-repeat;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 49px;
    margin-top: -25px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0.2s;
    -moz-transition: opacity 0.4s ease-in-out 0.2s;
    -o-transition: opacity 0.4s ease-in-out 0.2s;
    -ms-transition: opacity 0.4s ease-in-out 0.2s;
    transition: opacity 0.4s ease-in-out 0.2s;
}
.da-slider:hover .da-arrows span{
    opacity: 0.8;
}
.da-slider:hover .da-arrows span:hover{
    opacity: 1;
}
.da-arrows span:after{
    content: '';
    position: absolute;
    width: 49px;
    height: 49px;
}
.da-arrows span.da-arrows-prev{
    left: 12px;
    background-position:0 -68px;
}
.da-arrows span.da-arrows-next{
    right: 15px;
    background-position:0 1px;
}

.da-slide-current h2,
.da-slide-current p,
.da-slide-current .da-link{
    left: 10%;
    opacity: 1;
}


/* Animation classes and animations */

/* Slide in from the right*/
.da-slide-fromright h2{
    -webkit-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim1 0.6s ease-in 0.8s both;
    animation: fromRightAnim1 0.6s ease-in 0.8s both;
}
.da-slide-fromright p{
    -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    animation: fromRightAnim2 0.6s ease-in 0.8s both;
}
.da-slide-fromright .da-link{
    -webkit-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromRightAnim3 0.4s ease-in 1.2s both;
    animation: fromRightAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromright .da-img{
    -webkit-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim4 0.6s ease-in 0.8s both;
    animation: fromRightAnim4 0.6s ease-in 0.8s both;
}
@-webkit-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromRightAnim1{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim2{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim3{
    0%{ left: 110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromRightAnim4{
    0%{ left: 110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide in from the left*/
.da-slide-fromleft h2{
    -webkit-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim1 0.6s ease-in 0.6s both;
    animation: fromLeftAnim1 0.6s ease-in 0.6s both;
}
.da-slide-fromleft p{
    -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}
.da-slide-fromleft .da-link{
    -webkit-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -moz-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -o-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    -ms-animation: fromLeftAnim3 0.4s ease-in 1.2s both;
    animation: fromLeftAnim3 0.4s ease-in 1.2s both;
}
.da-slide-fromleft .da-img{
    -webkit-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim4 0.6s ease-in 0.6s both;
    animation: fromLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-webkit-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-moz-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-moz-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-o-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-o-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@-ms-keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@-ms-keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}

@keyframes fromLeftAnim1{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim2{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim3{
    0%{ left: -110%; opacity: 0; }
    1%{ left: 10%; opacity: 0; }
    100%{ left: 10%; opacity: 1; }
}
@keyframes fromLeftAnim4{
    0%{ left: -110%; opacity: 0; }
    100%{ left: 60%; opacity: 1; }
}
/* Slide out to the right */
.da-slide-toright h2{
    -webkit-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -moz-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -o-animation: toRightAnim1 0.6s ease-in 0.6s both;
    -ms-animation: toRightAnim1 0.6s ease-in 0.6s both;
    animation: toRightAnim1 0.6s ease-in 0.6s both;
}
.da-slide-toright p{
    -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
    animation: toRightAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toright .da-link{
    -webkit-animation: toRightAnim3 0.4s ease-in both;
    -moz-animation: toRightAnim3 0.4s ease-in both;
    -o-animation: toRightAnim3 0.4s ease-in both;
    -ms-animation: toRightAnim3 0.4s ease-in both;
    animation: toRightAnim3 0.4s ease-in both;
}
.da-slide-toright .da-img{
    -webkit-animation: toRightAnim4 0.6s ease-in both;
    -moz-animation: toRightAnim4 0.6s ease-in both;
    -o-animation: toRightAnim4 0.6s ease-in both;
    -ms-animation: toRightAnim4 0.6s ease-in both;
    animation: toRightAnim4 0.6s ease-in both;
}
@-webkit-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-webkit-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-moz-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-moz-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-o-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-o-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@-ms-keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@-ms-keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}

@keyframes toRightAnim1{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim2{
    0%{ left: 10%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: 100%; opacity: 0; }
}
@keyframes toRightAnim4{
    0%{ left: 60%;  opacity: 1; }
    30%{ left: 55%;  opacity: 1; }
    100%{ left: 100%; opacity: 0; }
}
/* Slide out to the left*/
.da-slide-toleft h2{
    -webkit-animation: toLeftAnim1 0.6s ease-in both;
    -moz-animation: toLeftAnim1 0.6s ease-in both;
    -o-animation: toLeftAnim1 0.6s ease-in both;
    -ms-animation: toLeftAnim1 0.6s ease-in both;
    animation: toLeftAnim1 0.6s ease-in both;
}
.da-slide-toleft p{
    -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    animation: toLeftAnim2 0.6s ease-in 0.3s both;
}
.da-slide-toleft .da-link{
    -webkit-animation: toLeftAnim3 0.4s ease-in both;
    -moz-animation: toLeftAnim3 0.4s ease-in both;
    -o-animation: toLeftAnim3 0.4s ease-in both;
    -ms-animation: toLeftAnim3 0.4s ease-in both;
    animation: toLeftAnim3 0.4s ease-in both;
}
.da-slide-toleft .da-img{
    -webkit-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -moz-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -o-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    -ms-animation: toLeftAnim4 0.6s ease-in 0.6s both;
    animation: toLeftAnim4 0.6s ease-in 0.6s both;
}
@-webkit-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-webkit-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-moz-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-moz-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-o-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-o-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@-ms-keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@-ms-keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

@keyframes toLeftAnim1{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim2{
    0%{ left: 10%;  opacity: 1; }
    30%{ left: 15%;  opacity: 1; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim3{
    0%{ left: 10%;  opacity: 1; }
    99%{ left: 10%; opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}
@keyframes toLeftAnim4{
    0%{ left: 60%;  opacity: 1; }
    40%{ left: 70%;  opacity: 1; }
    90%{ left: 0%;  opacity: 0; }
    100%{ left: -50%; opacity: 0; }
}

/*Higher Resolutions*/
@media (min-width: 1440px) {
    .da-slide h2,
    .da-slide p {
        margin-left:3%;
    }
    .da-slide .da-img{
        margin-left:-18%;
    }
}

@media (min-width: 1680px) {
    .da-slide h2,
    .da-slide p  {
        margin-left:7%;
    }
    .da-slide .da-img{
        margin-left:-20%;
    }
}

@media (min-width: 1920px) {
    .da-slide h2,
    .da-slide p  {
        margin-left:12%;
    }
    .da-slide .da-img{
        margin-left:-22%;
    }
}

#topcontrol:hover {
    color: #fff;
    background: #3498db !important;
    transition: all 0.3s ease-in-out;
}

.service-block-v4 .service-desc i {
    color: #3498db !important;
    display: block;
    font-size: 30px;
    margin-bottom: 20px;
}

.headline-center h2:after {
    left: 50%;
    z-index: 1;
    width: 30px;
    height: 2px;
    content: " ";
    bottom: -5px;
    margin-left: -15px;
    text-align: center;
    position: absolute;
    background: none !important;
}

.progress-bar-u {
    background: transparent url(../fayyaz/bg/bg2/bg2f.png) no-repeat !important;
}

.cube-portfolio .link-captions li i:hover {
    color: #fff;
    background: #3498db !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.headline h2,
.headline h3,
.headline h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #3498db;
    color: #1253bd;
    font-weight: 600;
}

.btn-u {
    border: 0;
    color: #fff!important;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #3498db !important;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}

.who li i {
    color: #3498db !important;
    font-size: 13px;
    min-width: 15px;
    margin-right: 8px;
    text-align: center;
    position: relative;
}

.color-blue {
    color: #3498db;
}

.cube-portfolio .cbp-l-filters-text .cbp-filter-item.cbp-filter-item-active, .cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover {
    color: #3498db !important;
}

.parallax-quote-in p:before {
    margin-left: -15px;
    display: none!important;
}

.parallax-quote-in p:after, .parallax-quote-in p:before {
    content: none !important;
    position: absolute;
    font-family: Tahoma;
    display: none!important;
}


:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service-box-v1 li:hover {
    color:  #3498db!important;
}

.modal-banner{
    background: #272727 url(../fayyaz/bg/bg2/bg2fn.png) no-repeat !important;
}

.modal-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(62,71,87,.5);
    z-index: 9992;
    overflow-y: auto;
}

.filter-by-block h1 {
    color: #fff;
    width: 100%;
    font-size: 24px;
    padding: 7px 10px;
    text-align: center;
    margin-bottom: 5px;
    background: #3498db!important;
    text-transform: uppercase;
}

.checkbox-list .checkbox small a {
    color: #000000!important;
    font-size: 12px;
}

@media (min-width: 1200px)
grid.less:7
.container {
    width: 1263px;
}

a:hover {
    color: #3498db !important;
    text-decoration: underline;
}

.nav .navbar-nav{
    display : inline-block;
    float: right;
    margin:0 auto;
}

@media(max-width: 920px){
 .nav .navbar-nav{
    display: table;
    float: none;
    margin: 0 auto;
 }
}

}

.header .mega-menu .navbar-inner, .header .mega-menu .container {
    position: relative;
}

.lists-v2 i {
    color: #3498db!important;
    font-size: 13px;
    margin-right: 7px;
    display: inline-block;
}

i.icon-bg-u {
    background: #3498db!important;
}

.shop-rgba-dark-green {
    background: #3498db!important;
}

.product-ratings li .rating-selected {
    color: #3498db!important;
    font-size: 14px;
}

.product-ratings li .rating {
    color: #ccc!important;
    font-size: 14px;
}

a {
    color: #000000!important;
    text-decoration: none;
}

.illustration-v2 .add-to-cart:hover {
    color: #fff!important;
    text-decoration: none;
    background: #3498db!important;
    transition: background-color 0.2s ease-in-out;
}

.pagination.pagination-v2 > li > a:hover, .pagination.pagination-v2 > .active > a, .pagination.pagination-v2 > .active > span, .pagination.pagination-v2 > .active > a:hover, .pagination.pagination-v2 > .active > span:hover, .pagination.pagination-v2 > .active > a:focus, .pagination.pagination-v2 > .active > span:focus {
    background: rgba(255,255,255,.15)!important;
    border-color: #3498db!important;
}

.breadcrumbs-v3.img-v1 {
    background: url(../fayyaz/bg/bg4/bg4.jpg) no-repeat!important;
    background-size: cover;
    background-position: center center;
}

.header .navbar-toggle, .header .navbar-toggle:hover, .header .navbar-toggle:focus {
    background: #3498db!important;
    padding: 6px 10px 2px;
}

.header .navbar-toggle {
    border-color: #303030!important;
    margin-top: 20px;
}

.cbp-popup-lightbox-iframe video {
    width: 100%!important;
    height: 80vh!important;
    display: block!important;
}

@media(max-width: 991px){
 .cbp-popup-lightbox-iframe video {
    width: 100%!important;
    height: 40vh!important;
    display: block!important;
  
    }
}

@media(max-width: 768px){
 .cbp-popup-lightbox-iframe video {
    width: 100%!important;
    height: 40vh!important;
    display: block!important;
  
    }
}

@media(max-width: 495px){
 .cbp-popup-lightbox-iframe video {
    width: 100%!important;
    height: 30vh!important;
    display: block!important;
    }
}

video::-internal-media-controls-download-button {
    display:none;
}
 
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
 
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}


.dash li{
    position: relative;
    padding-left: 20px;
    color: #333;
}
}
.dash li:before{
    position: absolute;
    left: 0;
    content:"-";
    top:auto;
    display: block;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

p {
    color: #333;
}

.main-color {
    color: #1253bd;
}

.font-color {
    color: #333;
}

h2.about-title {
    color: #1253bd;
    display: block;
    font-size: 26px;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 12px;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

h2.about-title:after {
    left: 50%;
    width: 70px;
    margin-left: -35px;
    background: #3498db;
}

h2.contact-title {
    color: #1253bd;
    font-weight: 600;
    font-size: 23px;
}

h2.contact-title:after {;
    width: 70px;
    background: #3498db;
}

.contact-text span {
    font-size: 14px;
    color: #333;
}

.icons-ul>li {
    position: relative;
}

.icons-ul {
    list-style-type: none;
}

.icons-ul i {
    color: #3498db;
    font-size: 13px;
}

.icons-ul span {
    color: #333;
    font-size: 15px;
}

.icons-ul .icon-li {
    position: absolute;
    left: -2.142857142857143em;
    width: 2.142857142857143em;
    text-align: center;
    line-height: inherit;
}

.pd-lr-10 {
    padding-right: 10px;
    padding-left: 10px;
}

h2.local-title {
    color: #1253bd !important;
}

h2.local-title::after {
    background: #3498db !important;
}

.header .drop > a:after {
    top: 16px;
    right: 0px;
    font-size: 18px;
    font-weight: 600;
}

.header .custom-menu {  
    border-top: solid 2px #3498db;
}

a {
    text-decoration: none;
}

.filter a {
    text-decoration: none;
}

.filter-by-block .panel-group h2 a:focus {
    border-bottom: none;
}

.filter-area {
    border-top: none;
    padding-top: 5px;
    border-bottom: none;
}

.product-description h4.title-price a {
    text-decoration: none;
}

.product-description .gender {
    color: #333;
}

.border-hover:hover {
    border: 1px solid #3498db;
    padding-bottom: 1px;
}

.paragraph p {
    text-align: justify;
}

.main-filter a {
    text-decoration: none;
    color: #1253bd !important;
}

.main-filter a:hover {
    color: #3498db !important;
}

.testimonial-title p {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 13px;
}

.da-slide-current p {
    left: unset;
    opacity: unset;
}

.da-slide p {
    font-family: unset;
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    width: unset;
    top: unset;
    color: unset;
    overflow: unset;
    margin-left: unset;
}

.da-slide p {
    position: unset;
    opacity: unset;
    left: unset;
}

.da-slide .slide-title {
    position: absolute;
    top: 100px;
    left: 10%;
    background-color: rgba(238, 238, 238, 0.45);
    padding: 5px 10px;
    opacity: 1;
}

.slide-title p {
    font-size: 23px !important;
    line-height: 40px;
    margin-bottom: 0;
}

.slide-desc {
    position: absolute;
    top: 300px;
    left: 10%;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 5px 10px;
}

.slide-desc p {
    font-size: 20px !important;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}

.da-slide .da-img {
    position: absolute;
    left: unset;
    right: 10%;
    width: 45%;
    top: 100px;
}

.da-slide-fromright .slide-title, .da-slide-fromright .slide-desc {
    -webkit-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -moz-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -o-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    -ms-animation: fromRightAnim2 0.6s ease-in 0.8s both;
    animation: fromRightAnim2 0.6s ease-in 0.8s both;
}

.da-slide-fromleft .slide-title, .da-slide-fromleft .slide-desc {
    -webkit-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -moz-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -o-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    -ms-animation: fromLeftAnim2 0.6s ease-in 0.6s both;
    animation: fromLeftAnim2 0.6s ease-in 0.6s both;
}

.da-slide-toright .slide-title, .da-slide-toright .slide-desc {
    -webkit-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -o-animation: toRightAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toRightAnim2 0.6s ease-in 0.3s both;
    animation: toRightAnim2 0.6s ease-in 0.3s both;
}

.da-slide-toleft .slide-title, .da-slide-toleft .slide-desc {
    -webkit-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -moz-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -o-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    -ms-animation: toLeftAnim2 0.6s ease-in 0.3s both;
    animation: toLeftAnim2 0.6s ease-in 0.3s both;
}

.ml-15 {
    margin-left: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.fw-600 {
    font-weight: 600;
}

.checkbox-list .list {
    color: #333;
    padding-left: 0;
}

.checkbox-list p {
    font-size: 12px !important;
    float: right;
}

.main-filter .active {
    color: #3498db !important;
}

.filter .active {
    color: #3498db !important;
}

.ms-skin-default .ms-nav-next {
    right: -100px;
}

.ms-skin-default .ms-nav-prev {
    left: -100px;
}

h2.title-v2:after {
    bottom: -5px;
}

.service {
    background: #fcfcfc;
    box-shadow: 0 0 5px #3498db;
    margin-bottom: 30px;
}

.service:hover {
    background: #fcfcfc;
    box-shadow: 0 0 10px #1253bd;
    transition: box-shadow 0.2s ease-in-out;
}

.checkbox-list .checkbox {
    padding-left: 20px;
}

.checkbox-list .checkbox i {
    border-color: transparent;
    color: #3498db;
}

.checkbox-list .checkbox:hover i {
    border-color: transparent;
    color: #1253bd;
}

.ml-20 {
    margin-left: 20px;
}

.cube-portfolio .cbp-l-grid-agency-desc {
    text-transform: unset;
}

.cube-portfolio .cbp-l-grid-agency-desc p {
    color: #fff;
    font-size: 11px !important;
    text-transform: unset;
}

.header .logo img {
    margin: 25px 0;
}

.header > .container {
    margin-bottom: -50px;
}

.img-logo {
    max-width: 280px;
}

.about-mt-80 {
    margin-top: 80px;
}

.doc-area {
    padding-bottom: 60px;
}

.doc-img {
    width: 100%;
}

.da-slide .da-img {
    right: 13%;
    width: 35%;
    top: 50px;
}

.btn-video-shortcut{
    display: block;
    background: #3498db;
    position: absolute !important;
    width: 36px !important;
    height: 25px !important;
    bottom: 40px !important;
    right: 25px !important;
    border-radius: 5px !important;
}

.btn-video-shortcut i:before {
    position: absolute !important;
    color: #fff !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    font-size: 14px !important;
}

.whatsapp-icon {
    position: fixed;
    left: unset;
    right: 11px;
    bottom: 50px;
    z-index: 99999;
}

.whatsapp-icon img {
    width: 50px;
}

.error {
    color: red;
    font-size: 10px;
}

.error-msg, .err-msg, .checkbox-error-msg {
    margin-top: -10px;
}

.footer-logo-img {
    position: relative;
    height: 70px;
    margin: 15px 0 20px;
}

.footer-logo-img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    width: auto;
}

.footer-desc {
    padding-bottom: 20px;
}

.footer-desc p {
    font-size: 14px !important;
}

.footer-desc span, 
.home-about span {
    font-family: "Arial Rounded MT Bold";
    font-size: 15px;
    font-weight: bold;
}

.home-about span {
    display: inline-block;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 0;
}

.header-logo {
    position: relative;
    height: 55px;
    margin: 12px 0 0px;
    display: inline-block;
}

.header-logo img {
    position: absolute;
    max-height: 100%;
    width: auto;
}

.slide-title p,
.slide-title small,
.slide-title h1, .slide-title h2,
.slide-title h3, .slide-title h4,
.slide-title h5, .slide-title h6 {
    font-family: "Arial Rounded MT Bold";
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px !important;
    line-height: 36px;
}

.slide-desc p,
.slide-desc small,
.slide-desc h1, .slide-desc h2,
.slide-desc h3, .slide-desc h4,
.slide-desc h5, .slide-desc h6 {
    font-family: "Arial Rounded MT Bold";
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 18px !important;
}

.home-service h4,
.home-service span,
.home-service p,
.home-mission span,
.about-company-content span,
.director-name h4,
.director-name span,
.about-job h4 {
    font-family: "Arial Rounded MT Bold";
    font-size: 14px;
    font-weight: 600;
}

.about-company-img img {
    width: 100%;
}

.about-company-content p {
    margin-bottom: 0;
    padding-bottom: 18px;
}

.director-name span,
.director-name h4 {
    display: block;
    text-align: center;
    color: #333;
    line-height: 18px;
}

.director-name span {
    font-size: 12px;
}

.director-img {
    padding: 0 20px;
}

.director-img img {
    width: 100%;
}

.about-job {
    padding: 15px 70px 15px 15px;
    text-align: center;
}

.about-job p {
    text-align: justify;
}

.about-next {
    position: absolute;
    right: 0;
    top: 40px;
}

.about-next span {
    font-size: 55px;
    color: #0e5a8e;
}

.about-next span:last-child {
    display: none;
}





/*Responsive*/
@media (max-width: 767px){
    .footer-v1 .footer {
        padding: 3px 0;
    }

    .header .drop > a:after {
        right: 15px;
    }

    .header .navbar-collapse.collapse.in {
        top: 80px;
        position: absolute;
        width: 100%;
    }

    .header .navbar-collapse.collapsing{
        top: 80px;
        position: absolute;
        width: 100%;
    }

    .breadcrumbs-v3.img-v1 {
        top: 45px;
    }

    .about-mt-80 {
        margin-top: 0;
    }

    .about-pb-0 {
        padding-bottom: 0;
    }

    .about-mb-0 {
        margin-bottom: 0;
    }

    .local-pt-40 {
        padding-top: 40px;
    }

    .local-mb-30 {
        margin-bottom: 30px;
    }

    .local-pb-100 {
        padding-bottom: 100px;
    }

    .testimonial-pt-30 {
        padding-top: 30px;
    }

    .dropdown-menu {
        position: static;
        display: block;
        width: 100%;
        background: aliceblue;
        box-shadow: unset;
        padding-left: 20px;
        margin-bottom: 10px;
    }

    .dropdown-menu>li>a {
        padding: 10px 20px;
        font-size: 16px;
    }

    .header .custom-menu {
        border-top: solid 2px #ddd;
    }

    .header .custom-menu {
        border-top: solid 1px #3498db;
    }

    .dropdown {
        /*height: 320px;*/
        height: 100px;
    }

    .da-slide .slide-title {
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
        position: relative;
        top: unset;
        margin-top: 50px;
    }

    .slide-title p {
        font-size: 13px !important;
        line-height: 25px;
        margin-bottom: 0;
        display: block;
    }

    .slide-desc {
        position: relative;
        top: unset;
        left: 0;
        margin-left: 0;
        width: 100%;
        text-align: center;
    }

    .slide-desc p {
        font-size: 13px !important;
        display: block;
    }

    .da-slide .da-img {
        position: relative;
        top: unset;
        left: 0;
        margin-left: 0;
        right: 0;
        width: 100%;
        display: block;
    }

    .da-slider {
        height: 463px;
    }

    .da-dots span {
        display: none;
    }

    .content-center {
        text-align: center;
    }

    .doc-img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .doc-area {
        padding-bottom: 35px;
    }

    .filter-box {
        width: 100%;
        margin: 0 auto;
    }

    /*About*/
    .about-job {
        padding: 15px 15px 70px 15px;
    }

    .about-next span:first-child {
        display: none;
    }

    .about-next span:last-child {
        display: block;
    }

    .about-next {
        right: unset;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .about-company-img,
    .director-name {
        padding-bottom: 20px;
    }

    .home-about span {
        display: inline;
    }
}

@media (max-width: 375px) {
    .da-slider {
        height: 453px;
    }
}

@media (max-width: 360px){
    .logo {
        width: auto;
    }

    .da-slider {
        height: 443px;
    }
}

@media (max-width: 320px){
    .header .navbar-toggle {
        margin-top: 20px;
        margin-left: 20px;
    }

    .img-logo {
        max-width: 200px;
    }

    .da-slider {
        height: 413px;
    }
}