*
{
	margin:0px;
	padding:0px;
}

body{
	overflow-x:hidden;
}
/*----------------------------------------Header tag-------------------------------*/
@font-face
{
	font-family:citi;
	src:url(font/Cocomat%20Light-trial.ttf);
}
@font-face
{
	font-family:ecorp;
	src:url(font/FadliScript.otf);
}

header
{
	width:100%;
	position:absolute;
	z-index:2;
	height:540px;
	background-image:url(images/Patterns/pattern8.png);
	background-size:50px 100px;
	
}

.logo
{
	position:absolute;
	left:50px;
	color:#fff;
    margin-top: 25px;
}
.logo a
{
    color: #fff;
    text-decoration: none;
    font-size: 35px;
}

.logo img{
	width:100px;
	display:block;
}

.big
{
	width:100%;
	height:540px;
	margin:0px auto;
	overflow:hidden;
}
.big img
{
	width:100%;
	height:540px;
}
.slider
{
	width:100%;
	height:540px;
	position:absolute;
	z-index:-1;
	background-image:url(images/img3.jpg);
	background-size:100% 540px;
	background-attachment:fixed;
}


/*----------------------------------------Header tag-------------------------------*/

/*----------------------------------------navigation tag---------------------------*/

nav
{
	font-family:citi;
	font-size:14px;
	float:right;
	margin-top:25px;
}
nav ul
{
	position:relative;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

nav ul li
{
	display:inline-block;
}

nav ul li a
{
	display:block;
	padding:15px;
	text-decoration:none;
	color:#fff;
}
nav ul li a:hover
{
	color:#F14E52/*#D9090E;*/
}
/*----------------------------------------navigation tag---------------------------*/


/*----------------------------------------View tag---------------------------*/

#view
{
	width:50%;
	height:100px;
	position:relative;
	top:35%;
	margin:0px auto;
	z-index:5;
	padding-left:15px;
}

#view h1
{
	color:#FFF;
	text-align:center;
	font-family:citi;
	font-size:38px;
	text-transform:uppercase;
}
#view a
{
	text-decoration:none;
	display:inline-block;
	font-family:citi;
	padding:16px;
	border:2px solid #FFF;
	border-radius:4px;
	color:#FFF;
	background-color:rgba(255,255,255,0.1);
	width:30%;
	text-align:center;
	margin:0px 8px;
}
#viewbt1
{
	margin-left:18%;
}
/*----------------------------------------View tag---------------------------*/

/*----------------------------------------Zig tag---------------------------*/

.zig
{
	width:100%;
    height: 200px;
    position: absolute;
    margin-top: -200px;
    background-image: url(images/zig1.png);
    background-size: 100% 200px;
    background-repeat: no-repeat;
	z-index:6;
}


/*----------------------------------------Zig tag---------------------------*/

/*----------------------------------------welcome tag---------------------------*/

.welcome
{
	margin:30px;
	float:left;
	width:100%;
	font-family:citi;
}

.welcome .welcome-fig
{
	float:left;
	width:75%;
	margin:0 10%;
}

.welcome .welcome-fig figure
{
	width:25%;
	float:left;
	min-height:280px;
	text-align:center;
	padding:10px 0;
}

.welcome .welcome-fig figure:hover{
	box-shadow:5px 5px 31px rgba(0, 0, 0, 0.14);
}

.welcome .welcome-fig figure img
{
	border:1px solid #ccc;
	width:60px;
	height:60px;
	background:#fff;
	transform:scale(1,1);
	transition:all 0.5s ease;
	border-radius:50%;
	cursor:pointer;
}

.welcome .welcome-fig figure img:hover
{
	transform:scale(1.05,1.05);
	transition:all 0.5s ease;
}

.welcome .welcome-fig figure figcaption
{
	text-align:center;
	margin:21px;
	color:#ccc;
}

.welcome .welcome-fig figure figcaption h2
{
    margin: 10px;
    font-size: 21px;
    color: #B7B0A9;
}
.welcome .welcome-fig figure figcaption p
{
    font-size: 11px;
    padding: 0px 20px;
}

/*.welcome figure
{
	width:20%;
	margin:0px auto;
}

.welcome figure img
{
	width:100%;
	height:25px;
}*/

.welcome h1
{
	font-family:citi;
	text-align:center;
}

/*----------------------------------------welcome tag---------------------------*/


/*----------------------------------------Services---------------------------*/

.services
{
	font-family:citi;
	background:rgba(235, 235, 235, 0.49)
}

.services h1{
	text-align:center;
}
/*----------------------------------------Services---------------------------*/
/*----------------------------------------Client---------------------------*/

.client{
	min-height:700px;
	background-image:url(images/img5.jpg);/**/
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
    font-family: citi;
}

.testimonial{
	min-height:700px;
	background:rgba(0,0,0,0.6);
}

.client .testimonial h1{
	text-align:center;
    padding: 25px;
    color: #fff;
    font-weight: 100;
}

.client .testimonial .bigboxes{
	width:100%;
	display:flex;
	justify-content:center;
}

.client .testimonial .bigboxes .testimonial-container{
	width:40%;
	margin:25px;
}
.client .testimonial .bigboxes .testimonial-container #test-con{
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.client .testimonial .bigboxes .testimonial-container #test-con figure{
    width: 100%;
    margin-top: 23px;
	display:flex;
}
.client .testimonial .bigboxes .testimonial-container #test-con figure figcaption{
	margin-left:20px;
    margin-top: 10px;
}
.client .testimonial .bigboxes .testimonial-container #test-con figure img{
    width: 60px;
	height:60px;
	border-radius:50%;
	border:1px solid #ccc;
}
.client .testimonial .bigboxes .client-container{
	width:73%;
	margin:25px;
	float:left;
	cursor:pointer;
}

.client .testimonial .bigboxes .testimonial-container h2{
	text-align:center;
	color:#fff;
}
.client .testimonial .bigboxes .client-container h2{
	text-align:center;
	color:#fff;
}

.client-container figure{
    width: 180px;
    height: 151px;
	float:left;
	margin-left:10px;
	opacity:0;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
}
.client-container figure.is-showing {
      opacity: 1;
      transform: translateX(0px); 
}
.client-container figure img{
    width: 139px;
    background: rgba(0, 0, 0, 0.5);
    height: 100px;
	padding:25px;
	transition:all 0.3s ease-in-out;
}

.client-container figure img:hover{
	background:rgba(204,52,54,1.00);
	transition:all 0.3s ease-in-out;
	transform:scale(1.02,1.02);
}
/*----------------------------------------Client---------------------------*/




/*----------------------------------------portfolio---------------------------*/


.portfolio
{
	width:100%;
	height:360px;
	font-family:citi;
	text-align:center;
	background-color:#f7f7f7;
}
.portfolio figure 
{
    margin:20px 2px;
    position: relative;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    cursor: pointer;
	display:inline-block;
	vertical-align:top;
}
.portfolio figure.is-showing {
      opacity: 1;
      transform: translateX(0px); 
}
.portfolio h1
{
	font-size:35px;
	text-align:center;
	font-weight:400;
	padding-top:30px;
}

.portfolio figure:hover figcaption {
      left: 0%; 
}
.portfolio figure:hover img {
      transform: scale(1.1);
	  transition:all 1000ms ease;
}
.portfolio img
{
	width:261px;
	height:195px;
	display:block; 
	transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.portfolio .sect1
{
	width:261px;
	height:195px;
	position:relative;
}


.portfolio .sect2
{
	width:261px;
	height:195px;
	position:relative;
}

.portfolio figcaption
{
    position: absolute;
    top: 0px;
    left: -100%;
    background-color: rgba(204,52,54,0.5);
    color: #fff;
    /* height: 50%; */
    padding: 88px 0px;
    /* font-family: arial; */
    transition: all 1000ms ease-in-out;
    width: 100%;
}

.portfolio .sect3
{
	width:261px;
	height:195px;
	position:relative;
}
.portfolio .sect4
{
	width:261px;
	height:195px;
	position:relative;
}

/*----------------------------------------portfolio---------------------------*/


/*----------------------------------footer-----------------------------------*/
.main-footer{
	width:100%;
	float:left;
	background:#F3F3F3;
	padding:0px 0px 0;
	box-sizing:border-box;
	font-family:citi;
}

.footer-menu{
	width:80%;
	float:left;
	margin:0 10%;
	padding:20px 0;
}
.foot-menu1{
	float:left;
}

.foot-menu1 .address{
	display:inline-block;
	padding-right:50px;
}

.foot-menu2{
	margin:0 5%;
	float:right;
    width:68%;
}
.footer-menu ul{
	list-style-type:none;
}
.footer-menu ul li a{
	color:#AFAFAF;
	font-size:16px;
	padding:10px;
	text-decoration:none;
}

.foot-menu1 h1,.foot-menu2 h1{
    color: #000;
    font-size: 22px;
}

.foot-menu1 h3,.foot-menu2 h3{
    font-size: 16px;
    font-weight: 100;
    padding-top: 14px;
}

.foot-menu1 p, .foot-menu2 p{
    font-size: 13px;
    line-height: 20px;
}
.footer-menu ul li a:hover, .toggle-text ul li a:hover{
	color:#fff;
}

.footer-menu .news-letter{
	margin:0 3%;
	display:flex;
}

#subs{
	display:flex;
	flex-direction:column;
	height:255px;
}

#subs label{
	font:12px arial;
	color:#a6a6a6;
}

.news-letter #subs input{
	width:100%;
	color:#a6a6a6;
	padding:10px;
	border:0;
	border-radius:3px 0 0 3px;
}

.news-letter .sub-btn{
	width:100px;
	background:#740001;
	color:#fff;
	padding:10px;
	cursor:pointer;
	border:0;
	border-radius:0 3px 3px 0;
}

.news-letter .sub-btn:hover{
	background:#000;
}

.follow{
	height:255px;
}
.follow ul li a{
	font-size:12px;
	color:#a6a6a6;
	padding:3px;
	display:block;
}
.follow ul li a:hover{
	color:#CB4446;
}
.follow ul li a img{
	width:25px;
	transition:all 800ms;
	vertical-align:middle;
}

.pointer{
	cursor:pointer;
    padding-top: 12px;
}

.pointer .projects:hover{
	color:#CB4446;
}
.toggle{
	width:80%;
	margin:30px auto 0;
	padding:10px;
	color:#fff;
	box-sizing:border-box;
	border-bottom:1px solid #EBEBEB;
	display:flex;
}

.toggle section:nth-child(2){
	margin:0 8%;
}

.pointer .projects{
	font-size:13px;
	background:url(images/plus.png) no-repeat 0 2px;
	background-size:10px;
	cursor:pointer;
    width: 162px;
    padding: 0 14px
}

.toggle-text{
	width:110%;
	height:92px;
	display:none;
}

.toggle-text ul li{
	padding:5px 0;
	list-style-type:none;
}

.toggle-text ul li a{
	color:#AFAFAF;
	font-size:12px;
	padding:3px 13px;
	text-decoration:none;
}

.bot-footer{
	width:100%;
	float:left;
	background:#252525;
	font-family:citi;
}

.bot-footer ul{
	text-align:center;
}

.bot-footer ul li{
	color:#afafaf;
	font-size:12px;
	display:inline-block;
	padding:10px;
	list-style-type:none;
}

.bot-footer ul li a{
	color:#afafaf;
	font-size:12px;
	text-decoration:none;
}

.bot-footer ul li a:hover{
	color:#fff;
}
/*--------------------------------Footer---------------------------------------*/



/*---------------insight----------------------*/

.textarea{
	width:100%;
	float:left;
	padding-bottom:40px;
}

.text{
	width:80%;
	float:left;
	margin:0 10%;
}

.text h1 {
    font-size: 35px;
    text-align: center;
    font-weight: 400;
    padding: 30px 0;
	font-family:citi;
}

.text p{
	font-size:15px;
	line-height:20px;
	font-family:citi;
}

.text p img{
	float:left;
	width:250px;
	margin:0 10px 10px 0;
}

.text ul{
	float:left;
}

.text ul p{
	padding-bottom:10px;
}

.text ul li{
	font-family:citi;
	line-height:20px;
	padding-bottom:5px;
}
