/*@font-face {
    font-family: 'notokufi_bold' ;  
    src: url('../fonts/NotoKufiArabic-unhinted/NotoKufiArabic-Bold.ttf') format("truetype");
}*/

/* ====================================================================================================================
 * RESET
 * ====================================================================================================================*/
html, body{
    width: 100%;
    height: 100%;
    /*font-family: '';*/
    margin: 0px;
    padding: 0px;
}
blockquote p{
        left:0 !important;
    margin-left: 50px!important;
      font-family: 'Century Gothic'!important;
}
.menunew{
    max-width: 100%;

    margin-left:220px!important;

}

  .menunew button{
        display:none;
    }

ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
p{
    font-size: 14px;
}





.navbar-collapse{
    margin-top: 20px;
}
.navbar-collapse .nav-item{
    margin-left: 20px;
}


.bg-red{background-color: #e4e4e4 !important;}
.navbar{
    background-color: #e4e4e4;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    padding: 3px 10px !important;
}
.nav-link{
    font-size: 12px;
}
@media(max-width: 500px){
        blockquote p{   font-family: 'Century Gothic'!important;
        left:0 !important;
    margin-left: 10px!important;
}
    .navbar{background-color: #e4e4e4!important;}
     .knowabout{font-family: 'Century Gothic'!important;max-width: 100%;}
    .quote{font-size: 13px; font-family: 'Century Gothic'!important;}

    div.getintouch{text-align: center !important;}
    div.getintouch img{width: 60%;}
    .contactus-form{margin-top: 35px;}
    .contact-section div.details{text-align: left !important;}
}







.top-slider .carousel-item{
    height: 100%;
}
.section{
    height: auto;
    min-height: 100%;
}
.top-slider .carousel-item .img{
    width: 100%;
    height: 100%;
}
.top-slider .carousel-item .img div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
@media(max-width: 500px){
       .menunew button{
        display:block;
    }
    
        .menunew{   font-family: 'Century Gothic'!important;
    margin-left:10px!important;
}
    .top-slider{height: auto !important;margin-top: 60px;}
    /*.top-slider .carousel-item{height: auto;}*/
    .top-slider .carousel-item .img{height: auto;}
    .top-slider .carousel-item .img div{height: 230px;}
}


.services-section .tabs li{
    float: left;
    cursor: pointer;
    width: 25%;
    margin-top: 25px;
}
.services-section .tabs li img{
    width: 100px!important;
}
.services-section .tabs li a{
    display: block;
    margin-top: 10px;
}
.services-section .tabs li img:hover{
    opacity:0.3;
}

.services-section .tabs li.active a{
    font-weight: bold;   font-family: 'Century Gothic'!important;
}


/*.services-section{
    padding-top: 2%;
}
.services-section ul.list-inline li a{
    background-color: #3b96d2;
    padding: .8em .9em;
}
.services-section ul.list-inline li.active a{
    background-color: #545b62;
}
.services-section ul.list-inline li{
    margin-top: 10px;
}*/
    



/* ====================================================================================================================
 * PROCESS
 * ====================================================================================================================*/
.process-section{
    padding-top: 4%;
}

/* ====================================================================================================================
 * PORTFOLIO
 * ====================================================================================================================*/
.portfolio-section{
    background-color: #545b62;
    color: #fff;
    padding-bottom: 3%;
    padding-top: 3%;
    margin-top: 25px;
    position: relative;
}
.portfolio-section .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(142, 142, 142, 0.4);
    z-index: 1;
}
.portfolio-section .details{
    z-index: 2;
    position: relative;
}
@media(max-width: 500px){


 .services-section .tabs li{   font-family: 'Century Gothic'!important;
    float: left;
    cursor: pointer;
    width: 32%;
    margin-top: 10px;
  
}
.services-section .tabs li img{
    width: 60px;
}


.services-section .list .list-item img:nth-of-type(3n+3){
    margin-left: 0px!important;
}
    .portfolio-section{background: transparent !important;color: #222;}
    .portfolio-section .overlay{display: none;}
}


/* ====================================================================================================================
 * CONTACT ME
 * ====================================================================================================================*/
.contactus-form{
    background-color: #3b96d2;
    width: 100%;
    padding: 25px;
}
.contactus-form input{
    height: 44px;
}
.contactus-form input,
.contactus-form button,
.contactus-form textarea{
    border-radius: 0px;
}
.contact-section .details p{
    margin: 0px;
}




/* ====================================================================================================================
 * BACK TO TOP
 * ====================================================================================================================*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 42px;
    height: 42px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 14px;
    top: 9px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


@media(max-width: 1224px){}
@media(max-width: 1024px){}
@media(max-width: 768px){}
@media(max-width: 500px){}




/* ====================================================================================================================
 * CONTENT
 * ====================================================================================================================*/
/*.content{
    width: 1200px;
    margin: 0 auto;
    min-height: 1px;
    overflow: hidden;
}
@media(max-width: 1224px){
    .content{width: 992px;}
}
@media(max-width: 1024px){
    .content{width: 768px;}
}
@media(max-width: 768px){
    .content{width: 500px;}
}
@media(max-width: 500px){
    .content{width: 320px;}
}*/
/* ====================================================================================================================
 * END CONTENT
 * ====================================================================================================================*/




.fancybox-button--left{
    position: absolute !important;
    z-index: 99;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.fancybox-button--right{
    position: absolute !important;
    z-index: 99;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}