/*
    Author          : Mohamed Alaa Abas
    Author URI      : https://themeforest.net/user/m_alaa/portfolio
    Author Facebook : https://www.facebook.com/SoftTheme-413907182303490/
    Author Email    : mohamedalaaabas93@gmail.com .
**/
*{
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*--------------------------------------------
              Body And Scroll Design
---------------------------------------------*/
body{        
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: absolute;    
    line-height: 1.4;
    font-family: 'Roboto', sans-serif;            
    font-weight: 300;
    color: #fff;
    
}

/************************
   ** Start Framework ** 
 ***********************/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Roboto', sans-serif;
}
h2{
    font-size: 3em;
    text-transform: uppercase;
    color: #000;
    padding: 25px;
    font-weight: 200;
    margin: 0;
    padding-top: 0;
    letter-spacing: 1px;
}

h2.subhead {
    font-size: 2.5em;
    text-transform: uppercase;
    color: #5E5E5E;
    clear: both;
    margin-top: 60px;
    margin-bottom: -20px;

}
h2.subhead:first-child {
    margin-top: -20px;

}
h2:before{
/*    content: attr(data-text);
    position: absolute;
    white-space: nowrap;
    color: #673AB7;
    width: 16%;    
    overflow: hidden;*/
}
a, a:hover, a:focus{
    color: #333;
}
p{
    padding: 15px 0;
    font-size: 16px;
    font-weight: 300;
    padding-top: 0;
    line-height: 30px;
    color: #2b2b2b;
}

h2.ed-home {

    margin: 80px 0 0 0; 
    padding-left: 0;
    font-size: 2em;
}

h2.a {
    
}

h2.ed-home a, h2.ed-home a:hover, h2.ed-home a:visited {
 color:#fac921!important;
}

.funfacts {

background-color: #D0CCD4FF;
padding: 20px;

}
blockquote {
    font-size: 1.2em;
    line-height: 2em;
    font-weight: 100;
    margin: 15px 0 25px 0;
    text-align: left;
}
/** All Page **/

.about-page,
.services-page,
.contact-page,
.portfolio-page{    
    background: #fff;        
    margin: auto;        
    color: #333;    
    padding: 0;
}
.services-page,
.contact-page{
    background: #fafafa;        
}
.about-page ,
.services-page,
.contact-page ,
.portfolio-page{
    padding: 115px 0;
}
.dark-background
{
    background-color: #ccc;
}

table.awards,
table.films {
	width: 100%;
	margin-top: 40px;
}

table.awards tr td {
    padding: 5px;
    font-size: .9em;
}

table.awards tr td:nth-of-type(1){
    width: 4%;
}

table.awards tr td:nth-of-type(2){
    width: 26%;
    font-weight: 400;
}

table.awards tr td:nth-of-type(3) {
    width: 70%;
}



table.films tr td {
    padding: 5px;
    font-size: .9em;
}

table.films tr td:nth-of-type(1) {
    width: 35%;
}

table.films tr td:nth-of-type(2) {
    width: 20%;
}

table.films tr td:nth-of-type(3) {
    width: 25%;
}

table.films tr td:nth-of-type(4) {
    width: 20%;
}

table.awards tr:nth-child(even),
table.films tr:nth-child(even) {
    background: #ccc;
}
/** Scroll Section  **/
body::-webkit-scrollbar,
.contact-page .container-scroll::-webkit-scrollbar,
.services-page .container-scroll::-webkit-scrollbar,
.portfolio-page .container-scroll::-webkit-scrollbar,
.about-page .container-scroll::-webkit-scrollbar{
    width: .8em;
}
body::-webkit-scrollbar-track ,
.services-page .container-scroll::-webkit-scrollbar-track,
.contact-page .container-scroll::-webkit-scrollbar-track,
.portfolio-page .container-scroll::-webkit-scrollbar-track,
.about-page .container-scroll::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
} 
body::-webkit-scrollbar-thumb,
.services-page .container-scroll::-webkit-scrollbar-thumb,
.contact-page .container-scroll::-webkit-scrollbar-thumb,
.portfolio-page .container-scroll::-webkit-scrollbar-thumb,
.about-page .container-scroll::-webkit-scrollbar-thumb{ 
  outline: 1px solid #333;
}
body::-webkit-scrollbar-thumb,
.services-page .container-scroll::-webkit-scrollbar-thumb,
.contact-page .container-scroll::-webkit-scrollbar-thumb,
.portfolio-page .container-scroll::-webkit-scrollbar-thumb,
.about-page .container-scroll::-webkit-scrollbar-thumb{
    background: #673AB7; /** Color For Scroll **/
}
/** Botton Molo **/
.btn-molo{
    background-color: #673ab7;
    border-color: #673ab7;
    padding: 10px 17px;
    color: #fff;
}
.btn-molo-border{
    color: #333;
    background-color: transparent;
    border-color: #673ab7;
    padding: 10px 17px;
}

/** Scroll Section  **/
/************************
   ** End Framework ** 
 ***********************/

/***********************
 ***** Start Nav ******* 
 ***********************/
.navbar{
    padding: 0.8rem 1rem;
    background-color: #000;
}
nav{
    transition: all .6s ease-in-out;
}
.navbar-dark .navbar-brand {
    color: #fff;
    font-size: 23px;
    font-weight: 600; 
}
.navbar.navbar-default{
    background: transparent;
    border: none;
    padding: 15px 0;
}
.navbar-dark .navbar-nav .nav-item{
    position: relative;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: capitalize;
}
.navbar-dark .navbar-nav .nav-item:before{
    content: '';
    position: absolute;        
    width: 0;
    border-bottom: 2px solid #673AB7;    
    transition: all .6s ease-in-out;
    bottom: 0;
    transform: translate(7px, 0);
}
.navbar-dark .navbar-nav .active:before{    
    width: 50%;    
    transition: all .6s ease-in-out;
}
nav.scroll-block{
    background: #000;    
}
/***********************
 ******* End Nav ******* 
 ***********************/
/***********************
******* homePage ******
***********************/
.home-page.main-page{
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center center;
}
.home-page{
    position: relative;    
    width: 100%;
    height: 100%;
    background-size: cover;
}
.home-page .social-media{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    list-style: none;
}
.home-page .social-media li{
    display: inline-block;
    padding: 0 10px;
}
.home-page .social-media li a{
    color: #8b8b8b;
}
.home-page .copy-right{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    font-size: 14px;
    margin: 0;
    color: #8b8b8b;
}
.home-page .molo-welcome{
    font-size: 18px;
    transform: translate(0,-40px);
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: capitalize;
    display: none;
}
.home-page .molo-welcome span{
    display: block;
}
.home-page .content-home h1{
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}
.home-page .content-home h1:after{
    content: "";
    border-bottom: 4px solid #fff;
    padding: 0;
    padding-left: 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(0,70px);
    
}
/***********************
******* homePage ******
***********************/
/***********************
******* AboutPage ******
***********************/
.about-page h2{
    font-size: 42px;
    font-weight: 500;    
    line-height: 55px;
    padding: 0;
    color: #7d7d7d;
    padding-bottom: 15px;
    text-transform: capitalize;
    letter-spacing: 0;
}
.about-page .btn-molo{
    color: #fff !important;    
}
.about-page .btn-molo-border{
    margin-right: 10px;
}
.about-page figcaption.figure-caption{
    padding: 10px 0;
}
.about-page p:first-of-type{
/*    font-weight: 400;
    margin: 0;
    padding-bottom: 5px;*/
}
/***********************
******* AboutPage ******
***********************/
/************************
    Start servicePage
************************/
.services-page .service-pragraph{
    padding: 25px 22%;    
    letter-spacing: .7px;
    line-height: 28px;
    font-size: 15px;
    margin-top: 0;
    padding-top: 0;
}
.services-page h2::before{    
    width: 185px;
}
.services-page .service-body.active h3{
    color: #397cd6;
}
.services-page .box-service{    
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
}
.services-page h3{
    font-size: 18px;
    font-weight: 500;
    color: #333;
    padding: 5px 0;    
    text-transform: capitalize;
    margin: 0px;
}

.services-page h3.awards-table {

    margin: 35px 0 -30px 0;    
}
.services-page  .service-body {

        
    margin-top: 5px;

}
.services-page .service-body{
    padding-top: 15px;
}
.services-page p{
    color: #333;
    padding: 0;
    line-height: 25px;
    margin-top: 15px;
    font-size: 13px;
    margin-bottom: 0;
}
/************************
    End ServicePage
************************/
/************************
  Start Page Portfoilio 
************************/
.portfolio-page .nav-portfolio ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.portfolio-page h2::before{    
    width: 183px;
}
.portfolio-page .nav-portfolio ul li{
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #673ab7;
    font-size: 15px;
    text-transform: capitalize;
    color: #000;
    transition: all .4s ease-in-out;
    cursor: pointer;
    margin-bottom: 1rem;
}
.portfolio-page .nav-portfolio ul li.active{
    background: #673AB7;
    color: #fff;
    transition: all .4s ease-in-out;
}
.portfolio-page .filter-port {  
    margin: 1rem 0;
    margin-top: 0;
    -webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-bottom: 0;
}
.portfolio-page .filter-port .tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}
.portfolio-page .filter-port .scale-anm {
    transform: scale(1);
    margin-top: 1rem;
}
.portfolio-page .filter-port .tile img {
    max-width: 100%;
    width: 100%;
    height: auto;     
}
.portfolio-page .filter-port .content-work{
    position: relative;
}
.portfolio-page .filter-port .content-icon{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;   
    background: rgba(0, 0, 0, 0.72);
    left: 0;  
    transition: all .6s ease-in-out;
    opacity: 0;
}
.portfolio-page .filter-port .content-work:hover .content-icon{
    transition: all .6s ease-in-out;
    opacity: 1;    
}
.portfolio-page .filter-port .content-work:hover .table-icon{
    transform: translate(0);
    transition: all .6s ease-in-out;
}
.portfolio-page .filter-port .content-icon .table-icon{
    display: table;
    width: 100%;
    height: 100%;
    transform: translate(0,25px);
    transition: all .6s ease-in-out;
}
.portfolio-page .filter-port .content-icon .table-icon .middle-cell{
    display: table-cell;
    vertical-align: middle;
}
/*Icon f00e */
.portfolio-page .filter-port .content-icon .middle-cell a{       
    background: rgba(0, 0, 0, 0.85);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    font-size: 14px;
    transition: all .4s ease-in-out;
}
.portfolio-page .filter-port .content-icon .middle-cell a:hover{
    background: #673AB7;
    transition: all .4s ease-in-out;
}
.portfolio-page .filter-port .content-icon .middle-cell .magnific-icon:after{
    content: '\f00e';
    font-family: 'FontAwesome';
    color: #fff;
}
.portfolio-page .filter-port .content-icon .middle-cell .link-icon:after{
    content: '\f0c1';
    font-family: 'FontAwesome';
    color: #fff;
}
.mfp-figure small{
    display: none;
}
/** MAGNIFIC POPUPS **/
.mfp-bg{
    z-index: 3990;
}
.mfp-wrap{
    z-index: 4000;
}
/************************
  End Page Portfoilio 
************************/

/***********************
******* EnhdDepth ******
***********************/
.enhanced-depth.main-page{

    background-image: url(../images/enhanced-depth.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center center;
}
.enhanced-depth{
    position: relative;    
    width: 100%;
    height: 100%;
    background-size: cover;
}
.enhanced-depth .social-media{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 20px;
    list-style: none;
}
.enhanced-depth .social-media li{
    display: inline-block;
    padding: 0 10px;
}
.enhanced-depth .social-media li a{
    color: #8b8b8b;
}
.enhanced-depth .copy-right{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    font-size: 14px;
    margin: 0;
    color: #8b8b8b;
}
.enhanced-depth .molo-welcome{
    font-size: 18px;
    transform: translate(0,-40px);
    letter-spacing: 1px;
    font-weight: 300;
    text-transform: capitalize;
    display: none;
}
.enhanced-depth .molo-welcome span{
    display: block;
}
.enhanced-depth .content-home h1{
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

/***********************
******* EnhdDepth ******
***********************/


/****************************
   *** Start Contact  ***  
 ****************************/
.contact-page h2::before{
    
}
.contact-page p{    
    padding: 25px 22%;    
    letter-spacing: .7px;
    line-height: 28px;
    font-size: 15px;
    margin-top: 0;
    padding-top: 0;
}
.contact-page form {
	overflow: hidden;
}
.contact-page form .form-input,
.contact-page form .textarea-input{
    font-size: 16px;
    font-weight: 300;
    padding: 0px 15px;    
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
}
.contact-page form .form-input:focus::placeholder,
.contact-page form .textarea-input:focus::placeholder{
    opacity: 0;    
}
.contact-page form .form-input:focus,
.contact-page form .textarea-input:focus{
    border-bottom: 2px solid #673AB7;
}
.contact-page form .form-input{
    height: 50px;
}
.contact-page form .textarea-input{
    padding: 15px;
}
.contact-page form .form-group:first-of-type{
    width: 49%;
    display: inline-block;
    margin-right: 18px;
}
.contact-page form .form-group:nth-of-type(2){
    width: 48%;
    display: inline-block;
}
.contact-page .alert.alert-success{
    display: none;
}
.contact-page .btn-molo{
    margin-top: 15px;
    padding: 15px 45px;
    letter-spacing: 1px;    
    border: none;    
    color: #fff;
    font-weight: 500;
}
/****************************
   *** End Contact  ***
 ****************************/
/****************************
   *** Start Footer  ***
 ****************************/
footer{
    padding: 45px 0;
    background: #000;
}
footer p{
    padding: 0;
    margin: 0;
    color: #a0a0a0;
    width: 100%;    
}

footer a, footer a:active, footer a:hover {
    color: #ffc107; 
}

footer a:active, footer a:hover, {
     color: #f8f9fa; 
}

formFooter {
    display: none!important;
}




/****************************
   *** End Footer  ***
 ****************************/
/****************************
   *** Start Loading ***
*****************************/
.loading-scroll-hiden{
    overflow-y: hidden;
}
.body{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fdfdfd;
    z-index: 9999;
    display: table;
}
.center{
    display: table-cell;
    vertical-align: middle;
}
.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}
.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #673AB7;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/****************************
   *** End Loading ***
*****************************/
/*****************************
  *** Start Switch color ***
*****************************/
.switch-change-color{
    width: 300px;
    background: #fff;
    position: fixed;
    top: 0;
    height: auto;
    z-index: 44;
    transform: translate(-300px,200px);
    transition: all .6s ease-in-out;
    padding: 20px 0;
}
.show-switch-dev{transform:translate(0,200px)!important;z-index:4444}
.show-ch-color{
    position: absolute;
    right: 0;
    transform: translate(45px,12px);
    background: #000;
    padding: 5px 4px;
    padding-left: 4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 0;
    cursor: pointer;
}
.switch-change-color .choose-font{text-align:center}
.switch-change-color .color-grad ul{
    list-style: none;
    padding: 0 15px;
    width: 100%;
    text-align: center;
    margin: 0;
}
.switch-change-color .color-grad ul li{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
}
.switch-change-color h5{
    color: #ddd;
    font-size: 12px;
    text-align: center;
    width: 100%;
}
.show-ch-color i{color:#fff}
.switch-change-color .container{width:100%}
.switch-change-color .color-grad{
    padding:0 15px;
    width: 100%;
}
.color-grad ul li:first-of-type{
    background:#673AB7;    
}
.switch-change-color .color-grad ul li:nth-of-type(2){
    background:#FAC921;    
}
.switch-change-color .color-grad ul li:nth-of-type(3){
    background:#DC143C;    
}
.switch-change-color .color-grad ul li:nth-of-type(4){
    background:#94df43;    
}
.switch-change-color .color-grad ul li:nth-of-type(5){
    background: #795548;
}