/* -------------------------------------- */
/* ---- Fonts / Headers / Templates ----- */
/* -------------------------------------- */

@font-face {font-family: Hijrnotes; src: url(../fonts/Hijrnotes.ttf);}
@font-face {font-family: GroteskLight; src: url(../fonts/GroteskLight.otf);}

/* -------------------------------------- */
/* ------------- Desktops --------------- */
/* -------------------------------------- */

html, body {
    font-family: GroteskLight;
}

.site-wrapper{
	overflow-x: hidden;
}

li {
    display: inline-block;
}

.hp {
	background: rgb(242,236,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(242,236,233,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(242,236,233,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(242,236,233,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ece9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	float: left;
	width: 100%;
}
.hp .container{
	background: #fff;
}

#header {
    float: left;
    width: 100%;
}

.typed-cursor{
    display: none;
}

.type-wrap{   
   font-size: 30px; 
   height: 130px; 
}

.typing{   
   font-size: 30px; 
   
}



h2.sec_heading {
    float: left;
    width: 100%;
    text-align: center;
    padding: 17px 0;
    height: 60px;
    border-top: 1px solid #f6bea4;
    border-bottom: 1px solid #f6bea4;
    font-size: 22px;
    text-transform: uppercase;
    color: #bda69a;
    margin: 0 0 0 0;
    background: #fff;
}

.sec_heading {
    float: left;
    width: 100%;
    text-align: center;
    height: 60px;
    border-top: 1px solid #f6bea4;
    border-bottom: 1px solid #f6bea4;
    font-size: 22px;
    text-transform: uppercase;
    color: #bda69a;
    margin: 0 0 0 0;
}

.site_navbar {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    background: url(../images/header.jpg) center no-repeat;
}

.site_logo {
    margin: 0 auto;
    display: table;
    position: relative;
    bottom: -5px;
}

.site_logo img {
    width: 100%;
    height: 240px;
}

.site_banner {
    float: left;
    width: 100%;
    background: url(../images/banner.jpg) center no-repeat;
    min-height: 450px;
    background-size: cover;
}

.site_banner img{
    float: left;
    width: 100%;
}


.site_menu {
    height: 60px;
    float: left;
    width: 100%;
    display: table;
    border-top: 1px solid #f6bea4;
    border-bottom: 1px solid #f6bea4;
}

.site_menu ul {
    margin: 0 auto;
    display: table;
    font-size: 22px;
    text-transform: uppercase;
    padding: 20px 0;
}

.site_menu ul a {
    color: #bda69a;
    transition: .5s;
    text-decoration: none;
}

.site_menu ul a:hover {
    color: #686868;
    transition: .5s;
}

.site_menu ul li {
    border-right: 2px solid #bda69a;
    padding: 0 15px;
}

.site_menu ul li:last-child {
    border-right: none;
}

a {
    color: #ffffff;
    transition: .5s;
    text-decoration: none;
}

a:hover {
    color: #F6B698;
    transition: .5s;
}

#about {
    float: left;
    width: 100%;
}

#about h2.sec_heading {
    position: relative;
    top: -1px;
    margin: 0 0 0 0;
}

#about .about-text p {
    text-align: center;
    font-size: 20px;
    padding: 60px 0;
    width: 80%;
    margin: 0 auto;
    color: #686868;
}

.site_intro img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0px;
    display: table;
    border: 5px solid #db9d7d;
}

.site_title {
    font-size: 150px;
    font-family: Hijrnotes;
    text-align: center;
    transform: rotate(-5deg);
    color: #d67d4f;
    margin: -15px 0 20px 0;
}

.partners .container{
	background: #fdfaf8;
	padding-top: 15px;
}

.partners h3 {
    font-size: 22px;
    text-align: center;
    color: #db9d7d;
    margin: 0 0 40px;
}

.partners ul {
    margin: 10px 5px 15px 25px;
    display: table;
    padding: 0;
}

.partners li {
    border: 1px solid #db9d7d;
    margin: 0 25px 25px 0;
}

.partners li:last-child {
    margin: 0 0 0 0;
}

.partners li img {
    width: 100%;
}




.designs ul {
    margin: 10px 5px 15px 25px;
    display: table;
    padding: 0;
}

.designs  li {
    border: 1px solid #db9d7d;
    margin: 0 25px 25px 0;
}

.designs  li:last-child {
    margin: 0 0 0 0;
}

.designs  li img {
    width: 100%;
}















.space .container{
	height: 60px;
	background: #fff;
}

#designs {
    float: left;
    width: 100%;
}

#designs h2 {
        float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #bda69a;
    height: 28px;
}

.portfolio {
    padding: 60px 0 0 0;
}

.portfolio ul {
    margin: 0 auto 60px;
    display: table;
    width: 100%;
    padding: 0 25px;
}

.portfolio li {
    width: 49.8%;
    border-top: 2px solid #db9d7d;
    border-left: 2px solid #db9d7d;
    box-sizing: border-box;
}

.portfolio li:nth-child(1), .portfolio li:nth-child(2)  {
    border-top: none;
}
.portfolio li:nth-child(odd){
    border-left: none;
    -webkit-padding-before: 25px;
    -webkit-padding-end: 25px;
    -webkit-padding-after: 25px;
    -webkit-padding-start: 0px;
    padding: 25px 28px 25px 0;
    position: relative;
    right: -5px;
    top: -1px;
}
.portfolio li:nth-child(even){
    padding: 25px 0 25px 25px;
}
.portfolio li:nth-last-child(2){
    -webkit-padding-before: 25px;
    -webkit-padding-end: 30px;
    -webkit-padding-after: 0px;
    -webkit-padding-start: 0px;
    padding: 25px 28px 0 0;
}
.portfolio li:last-child{
    padding: 25px 0 0 25px;
}
.portfolio li img{
    width: 100%;
}

#footer{
	float: left;
	width: 100%;
	background: url(../images/footer.jpg) top no-repeat;
	min-height: 250px;
}

#footer h2.sec_heading {
    margin: 0 0 0 0;
}

.hp #footer .container {
    background: none; 
    height: 250px;
    padding: 80px 45px 50px 50px;
    max-width: 1300px;
}

#footer p {
    margin: 10px 0 0 0;
    font-size: 22px;
    color: #ffffff;
}

.location, .social{
	padding: 0;
}
.social ul {
    width: auto;
    float: right;
}

.social li{
	width: 50px;
}

.social li a {
    width: 45px;
    height: 45px;
    float: left;
    opacity: 0;
    padding: 0 15px;
}

.social li:last-child{
	padding: 0 0 0 0;
}
.social1 ul li a i{
    font-size:40px;
    /*background: #f00;*/
}

.social li:nth-child(1):before {
    content: url(../images/icons-fbh.png);
    list-style: none;
    position: absolute;
    transition: .5s;
}

.social li:nth-child(2):before {
    content: url(../images/icons-inh.png);
    list-style: none;
    position: absolute;
    transition: .5s;
}

.social li:nth-child(3):before {
    content: url(../images/icons-lnh.png);
    list-style: none;
    position: absolute;
    transition: .5s;
}

.social li:nth-child(1):hover:before  {
    content: url(../images/icons-fb.png);
    transition: .5s;
}

.social li:nth-child(2):hover:before {
    content: url(../images/icons-in.png);
    transition: .5s;
}

.social li:nth-child(3):hover:before  {
    content: url(../images/icons-ln.png);
    transition: .5s;
}
@-moz-document url-prefix() { 
  .social li:nth-child(1):before {
  	margin-left: -45px;
  } 
  .social li:nth-child(2):before {
  	margin-left: -45px;
  } 
  .social li:nth-child(3):before {
  	margin-left: -45px;
  }
}
/*
*/


.icon-box {
    margin: 2px;
    border-radius: 3px;
    padding: 5px;
    position: relative;    
    font-size: 40px;
    float: left;
    color: #4e5c63;
}

i {
    transition: all 0.2s;
}

i:hover {
    cursor: pointer;
}

#linkedin i:hover {
    color: #0076B2;
}

#mail i:hover {
    color: #c71610;
}

#instagram-box {
    float: left;
    position: relative; 
    font-size: 32px;
    color: white;
    background-color: #4e5c63;;
    border-radius: 8px;
    transition: all 0.2s;
    height: 35px;
    width: 32px;
    margin-top: 5px;
    padding: 1px 0px 0px 6px;
}

#instagram-box:hover {
    background-color: #517EA3;
    cursor: pointer;
}


/* -------------------------------------- */
/* ---------- Mobile Responsive --------- */
/* -------------------------------------- */


@media only screen and (min-device-width : 1140px) 
/* -------- Custom Container --------- */
{
	.container{
		max-width: 1140px;
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 767px) 
/* -------- Mobile and Phablets --------- */
{
    #footer p {
    margin: 10px 0px 0 -14px;
       }
	.site_logo img {
	    height: auto;
	}

	h2.sec_heading {
	    font-size: 18px;
	    margin: 0 0 20px 0;
	    padding: 15px 0;
    	height: 50px;
	}
 
	#about .about-text p {
	    font-size: 18px;
	    padding: 20px 0px;
	    width: 100%;
	}

	.site_menu ul li {
	    padding: 0 10px;
	    font-size: 18px;
	}

	.site_title {
	    font-size: 64px;
	    transform: rotate(0);
	    margin: 0 0 20px 0;
	    font-weight: 600;
	}
	.partners ul {
    margin: 0 auto 20px;
    display: table;
    padding: 0;
    width: 300px;
}
	.partners li {
	   /* margin: 0 auto 25px;
	    */width: 100%;

        margin: 2px 0% 9% 22%;
        width: 51%;
        height: 50%;
	}
	.partners li:last-child {
	    /*margin: 0 auto 40px;*/
        margin: 2px 0% 1% 22%;
	}
	.partners ul {
	    margin: 0 auto 20px;
	    display: table;
	    padding: 0;
	    width: 300px;
	}
    .portfolio li {
        width: 49%;
    }
	.portfolio li:nth-child(1), .portfolio li:nth-child(2)  {
    border-top: none;
	}
	.portfolio li:nth-child(odd){
	    border-left: none;
        -webkit-padding-before: 10px;
        -webkit-padding-end: 15px!important;
        -webkit-padding-after: 10px;
        -webkit-padding-start: 0px;
	    padding: 10px 11px 10px 0;
	}
	.portfolio li:nth-child(even){
	    padding: 10px 0 10px 10px;
	}
	.portfolio li:nth-last-child(2){
        -webkit-padding-before: 10px;
        -webkit-padding-end: 15px;
        -webkit-padding-after: 0px;
        -webkit-padding-start: 0px;
	    padding: 10px 11px 0 0;
	}
	.portfolio li:last-child{
	    padding: 10px 0 0 10px;
	}
	.hp #footer .container {
	    margin: 3% 0;
	}
	.location, .social {
	    padding: 20px 10px;
	    text-align: center;
	}
	.social ul {
	    width: 200px;
		
		
	    float: none;
	    box-sizing: border-box;
	    /* margin: 0 auto;*/
       margin: 0px 0px auto 65px; 
	    padding: 0;
	}
	.social li {
	    width: 50px;
	    padding: 0;
	    float: left;
	}

    .site_banner {
    min-height: 250px;
    }

    .social li:nth-child(1):before {
          margin-left: -22px;
      }

    .social li:nth-child(1):hover:before  {
         margin-left: -22px;
    } 
    .social li:nth-child(2):before {
          margin-left: -22px;
      }

    .social li:nth-child(2):hover:before  {
         margin-left: -22px;
    } 
    .social li:nth-child(3):before {
          margin-left: -22px;
      }

    .social li:nth-child(3):hover:before  {
         margin-left: -22px;
    }


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px)
/* -------- Tablets and Notebooks ------- */
{
    .container {
        width: 100%;
    }
    .partners li {
        margin: 0 15px 0 0;
    }
    .site_banner {
    min-height: 250px;
    }
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1169px)
/* ---- Tablet Landscape and Laptops ---- */
{
    

}

@media only screen and (max-device-width : 300px)
/* ---- Tablet Landscape and Laptops ---- */
{
	.site-wrapper{
		display: none;
	}
    .site_banner {
    min-height: 250px;
    }
}