/* Google Font Settings */

	@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800,900,100,200,300);
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,600,300,700);
	@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);	
	
/* End of Google Font Settings */


/* =======================================================
   General Css
   ======================================================= */
body {
    font-size: 13px;
    color: #555;
    background-color: #f3f3f3;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* =======================================================
  Typography and Element
   ======================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "Raleway",sans-serif;
    font-weight: 400;
}
h2{
  font-size: 28px;
}
h3{
    font-size: 20px;
}
p, ul, ol, dl, table, fieldset, blockquote {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
a {
  color: #222;
  -webkit-transition: all 0.5s;
  -moz-transition:  all 0.5s;
  -o-transition:  all 0.5s;
  -ms-transition:  all 0.5s;
  transition:  all 0.5s;
}
hr {
  border-top: 1px solid #222;
}
ul.unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}
.well{
    background: none;
}
.btn {
    box-shadow: none;
    text-shadow: none;
    color: #222;
    border: 1px solid #222;
    border-radius: 0px;
    background-color: transparent;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 12px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out
    outline:0px;
}
.btn:active, .btn.active{
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    background-color: #222;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    outline: 0px;
}
.btn:hover{
    color: #fff;
    background-color: #222;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
    outline: 0px;
}
.btn i{
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.btn:hover i{
    color: #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.btn:hover, .btn:focus{
    outline: 0px;
}
.slider .btn{
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 25px;
}
.slider .btn:hover{
    background-color: #fff;
    color: #222;
}
a:hover,
a:focus {
  color: #222;
  text-decoration: none;
  outline: none;
}
iframe{
    border: none;
}
.well {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
}
.img-thumbnail {
    border: 0;
}
.center {
    text-align: center;
    padding-bottom: 10px;
}
img{
    max-width: 100%;
}
.navbar{
    border-radius: 0px;
}
.navbar-header a{
    padding-left: 0px;
}
.global-box{
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.global-box:hover span{
    background-color: #222;
}
.global-box:hover .global-arrow{
    background-color: #222;
}
.global-box:hover .global-arrow{
    background-color: #222;
}
.global-box:hover span.global-icon{
    color: #fff;
}
.global-box h3{
    margin-top: 40px;
}
.global-box h4{
    margin-top: 50px;
    margin-bottom: 60px;
    font-weight:500;
    font-size:20px;
}

.custom-icon {
    border: 1px solid #ffffff;
    height: 68px;
    line-height: 65px;
    margin: 0 auto;
    position: relative;
    width: 68px;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.no-padding{
    padding: 0px;
}
.page-header{
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    color: #fff;
    height: 228px;
}
.page-header-content{
    padding: 50px 0px;
}
.page-header h2{
    color: #fff;
    margin-top: 20px;
    font-size: 45px;
}
.page-header p{
   font-family: 'Oswald', sans-serif;;
}
.page-header .global-box{
    width: 96px;
    margin-top:40px;
    position: inherit;
}
.section-header h2{
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
}
.section-header h4{
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 50px;
}
.title-header{
    margin-bottom: 16px
}

.section-header-lighter
{
    font-family: "Raleway",sans-serif;
    font-size: 0.9em;
    font-weight: 200;
}

.section-header-bold
{
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
}

.texvally-banner
{
	background-image:url("../images/slider/texvalley_banner.jpg");
	width:100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;	
}


@media only screen and (max-width: 600px)
{

	.section-header-lighter
	{
	    font-family: "Raleway",sans-serif;
	    font-size: 0.8em;
	    font-weight: 200;
	}

	.section-header-bold
	{
	    font-size: 1.1em;
	    font-weight: 600;
	    text-transform: uppercase;
	}
	
	h2 
	{
	    font-size: 24px;
	}		

}

@media only screen and (max-width: 400px) 
{

	.section-header-lighter
	{
	    font-family: "Raleway",sans-serif;
	    font-size: 0.6em;
	    font-weight: 200;
	}

	.section-header-bold
	{
	    font-size: 1.1em;
	    font-weight: 600;
	    text-transform: uppercase;
	}
	
	h2 
	{
	    font-size: 24px;
	}

	.global-box h4
	{
		font-size: 18px;	
	}	

}



/* Fact & Numbers */

	.have-bg-img h2{
	    color: #fff;
	}
	.have-bg-img h3{
	    color: #fff;
	}
	.have-bg-img h4{
	    color: #fff;
	}
	.have-bg-img p{
	    color: #fff;
	}

	.have-bg-img a{
	    color: #fff;
	}
	.have-bg-img i{
	    color: #fff;
	}
	
	@media only screen and (max-width: 900px) 
	{
	
		.have-bg-img h3{
		    margin-bottom:25px;
		}

		#feature
		{
			padding-bottom:0px;
			padding-top:20px;
		}  

		.laktify-main-slider .carousel-inner{
			top:50px;
			height:300px;
		}		
		
		
	}	

/* End of Fact & Numbers */


#feature
{
	padding-bottom:30px;
	padding-top:110px;	
}

#feature .container
{
	width:70%;
}


/*scrolling*/

#boxscroll {
    height: auto;
    overflow: auto;
}


/* Portfolio Page */

	#main-content-portfolio
	{
		padding-top:98px;
	}

	#portfolio-header .container
	{
		padding:0px 0px 0px 10px;
	}

	#page-header-content
	{
		top:48px;
		height:50px;
		position:fixed;
		width:100%;
	}
	
	#page-header
	{
		float:left;
		font-family:"Raleway",sans-serif;
		font-size:1.4em;
		font-weight:400;
		padding:8px 0px;
		color:#000000;
		text-transform: uppercase;
	}
	
	#page-header2
	{
		float:left;
		font-family:"Raleway",sans-serif;
		font-size:1.05em;
		font-weight:400;
		padding:16px 15px 0 0;
		color:rgba(0, 0, 0, 0.5);
		text-transform: uppercase;
	}
	
	#page-header2:hover
	{
		color:rgba(0, 0, 0, 0.6);
	}	
	
	#page-header2_sel
	{
		float:left;
		font-family:"Raleway",sans-serif;
		font-size:1.05em;
		font-weight:400;
		padding:16px 15px 0 0;
		color:#000000;
		text-transform: uppercase;
	}
	
	#page-header3
	{
		float:left;
		font-family:"Raleway",sans-serif;
		font-size:1.03em;
		font-weight:400;
		padding:15px 15px 0 0;
		color:#000000;
		text-transform: uppercase;
	}	

	.page-header4
	{
		float:left;
		font-family:"Raleway",sans-serif;
		font-size:1.05em;
		color:rgba(0, 0, 0, 0.3);
		text-transform: uppercase;
		padding-right:15px;
		border-right:1px dotted rgba(0, 0, 0, 0.2);
	}

	#page-header5
	{
		float:left;
		font-family:"Raleway",sans-serif;
		font-size:1.05em;
		font-weight:400;
		padding:16px 15px 0 0;
		color:rgba(0, 0, 0, 0.5);
		text-transform: uppercase;
	}	

	@media only screen and (max-width: 700px) 
	{

		#page-header2
		{
			display:none;
		}	
		
		#page-header2_sel
		{
			display:none;
		}		
		
		#page-header-icon
		{
			padding:3px;
		}		
	
	}

	@media only screen and (max-width: 500px) 
	{

		#page-header3
		{
			display:none;
		}	
		
		.page-header4
		{
			display:none;
		}		

	}	
	
/* Work Icons */

	#page-header .icon_large_website
	{
		padding:10px 15px 10px 0px;
		font-size:30px;
		color:rgba(0,0,0,0.15);
	}	
	
	#page-header .icon_large_webapp
	{
		padding:10px 15px 10px 15px;
		font-size:30px;
		color:rgba(0,0,0,0.15);
	}	
	
	#page-header .icon_large_phone
	{
		padding:8px 18px 8px 18px;
		font-size:36px;
		color:rgba(0,0,0,0.15);
	}

	#page-header .icon_large_tablet
	{
		padding:10px 15px 10px 15px;
		font-size:32px;
		color:rgba(0,0,0,0.15);
	}

	#page-header .icon_large_brand
	{
		padding:10px 15px;
		font-size:30px;
		color:rgba(0,0,0,0.15);
	}

	#page-header .icon_large_website:hover
	{
		padding:10px 15px 10px 0px;
		font-size:30px;
		color:#89C9E6;
	}	
	
	#page-header .icon_large_webapp:hover
	{
		padding:10px 15px 10px 15px;
		font-size:30px;
		color:#C2A3E1;
	}	
	
	#page-header .icon_large_phone:hover
	{
		padding:8px 18px 8px 18px;
		font-size:36px;
		color:#FECA85;
	}

	#page-header .icon_large_tablet:hover
	{
		padding:10px 15px 10px 15px;
		font-size:32px;
		color:#90DB80;
	}

	#page-header .icon_large_brand:hover
	{
		padding:10px 15px;
		font-size:30px;
		color:#FF99B4;
	}
	
	#page-header .icon_website
	{
		padding:10px 10px 10px 0px;
		font-size:30px;
		color:#89C9E6;
	}	

	#page-header .icon_large_website_sel
	{
		padding:10px 15px 10px 0px;
		font-size:30px;
		color:#89C9E6;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	}

	#page-header .icon_webapp
	{
		padding:10px 10px 10px 0px;
		font-size:30px;
		color:#C2A3E1;
	}	
	
	#page-header .icon_large_webapp_sel
	{
		padding:10px 15px 10px 15px;
		font-size:30px;
		color:#C2A3E1;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);		
	}	
	
	#page-header .icon_phone
	{
		padding:10px 10px 10px 0px;
		font-size:30px;
		color:#FECA85;
	}	
	
	#page-header .icon_large_phone_sel
	{
		padding:8px 18px 8px 18px;
		font-size:36px;
		color:#FECA85;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
	#page-header .icon_tablet
	{
		padding:10px 10px 10px 0px;
		font-size:30px;
		color:#90DB80;
	}	

	#page-header .icon_large_tablet_sel
	{
		padding:10px 15px 10px 15px;
		font-size:32px;
		color:#90DB80;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	}
	
	#page-header .icon_brand
	{
		padding:10px 10px 10px 0px;
		font-size:30px;
		color:#FF99B4;
	}	

	#page-header .icon_large_brand_sel
	{
		padding:10px 15px;
		font-size:30px;
		color:#FF99B4;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	}	
	
/* End of Work Icons */
	
	#page-header-icon
	{
		float:right;
		padding:9px;
	}		
	
	#page-header-icon .icon_webapp
	{
		padding:8px 15px;
		font-size:28px;
		color:rgba(255,255,255,0.3);
		border-right:1px dotted rgba(255, 255, 255, 0.3);
	}	

	#page-header-icon .icon_webapp:hover
	{
		padding:8px 15px;
		font-size:28px;
		color:#89C9E6;		
	}
	
	#page-header-icon .icon_phone
	{
		padding:8px 20px;
		font-size:30px;
		color:rgba(255,255,255,0.3);
		border-right:1px dotted rgba(255, 255, 255, 0.3);
	}	
	
	#page-header-icon .icon_phone:hover
	{
		padding:8px 20px;
		font-size:30px;
		color:#FECA85;
	}
	
		
	
	#page-header-icon .icon_tablet
	{
		padding:8px 15px;
		font-size:27px;
		color:rgba(255,255,255,0.3);
		border-right:1px dotted rgba(255, 255, 255, 0.2);		
	}	

	#page-header-icon .icon_tablet:hover
	{
		padding:8px 15px;
		font-size:27px;
		color:#90DB80;
	}
	
	#page-header-icon .icon_website:hover
	{
		padding:8px 15px;
		font-size:28px;
		color:#C2A3E1;
	}	
	
	#page-header-icon .icon_website:hover
	{
		padding:8px 15px;
		font-size:28px;
		color:#C2A3E1;
	}

	#page-header-icon .icon_brand
	{
		padding:9px 11px;
		font-size:25px;
		color:rgba(255,255,255,0.3);
		border-right:1px dotted rgba(255, 255, 255, 0.2);
	}	

	#page-header-icon .icon_brand:hover
	{
		padding:9px 11px;
		font-size:25px;
		color:#FF99B4;
	}	
	
	#page-header .icon_large_process
	{
		padding:8px 8px 8px 0px;
		font-size:35px;
		color:#f0ee22;
	}

	#page-header .icon_large_aboutus
	{
		padding:8px 8px 8px 0px;
		font-size:35px;
		color:#86c43b;
	}	

	#portfolio-header
	{
		background-color:#fcfcfc;
		height:50px;
		border-bottom:1px solid #f0f0f0;
		box-shadow:0 1px 2px rgba(0, 0, 0, 0.05);
	}	
	
	#portfolio-subheader
	{
		background-color:#333;
		height:35px;
		z-index:999;
	}
	
	#portfolio-header .icon_box
	{
		border-radius: 60px;
		color: rgba(0, 0, 0, 0.4);
		font-size: 60px;
		padding: 30px;
		transition: all 0.5s ease-in-out 0s
	}
	
	#recent-works-portfolio
	{
		background-color:#f3f3f3;
	}


	#main-content-portfolio .og-details h3
	{
		color:#333;
	}
	
	#main-content-portfolio .og-details p {
	    color: #333;
	}
	
	#main-content-portfolio .og-details a 
	{
		border: 1px solid #000000;
		color: #fff;
		display: inline-block;
		font-size: 12px;
		outline: medium none;
		padding: 5px 8px;
		text-transform: capitalize;
		transition: all 0.5s ease-in-out 0s;
		background-color:#000000;
}	
	
	#main-content-portfolio .og-close:hover:before, .og-close:hover:after {
	    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
	}		

	#main-content-portfolio .og-close:before, .og-close:after {
	    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
	}	
	
	#main-content-portfolio .og-grid li > a, .og-grid li > a img
	{
		-webkit-box-shadow: 0px 2px rgba(0,0,0,.0);
		-moz-box-shadow: 0 1px 2px rgba(0,0,0,.0);
		box-shadow: 0 1px 2px rgba(0,0,0,.0);		
	}

	#main-content-portfolio  .og-grid li a:hover
	{
	    -webkit-transition: all .2s ease-in;
	    background-color: rgba(0,0,0, 0.8);
	    transition: all .2s ease-in;
	}	
	
	#main-content-portfolio .og-expander-inner
	{
		background-color:#ffffff;
		border-top: 1px solid #eae8e5;
		border-bottom: 1px solid #eae8e5;
	}
	
	#portfolio_screenshot
	{
		padding:10px 0px 30px 0px;
		border-bottom: 0px solid #D6D6D6;
	}
	
/* End of Portfolio Page */

/* Project Page Header */

	#project-header-icon
	{
		float:right;
		padding:5px;
	}


	#project-header-icon-mid
	{
		margin-top:-10px;

		padding-bottom:25px;
	}



	#project-header-icon-mid .icon_middle
	{
		padding:10px 8px 10px 10px;
		font-size:28px;
		color:rgba(0,0,0,0.3);
	}	
	#project-header-icon-mid .icon_middle-sel{
		padding:10px 8px 10px 10px;
		font-size:28px;
		color:rgba(0,0,0,0.6);
	
	}

	#project-header-icon-mid .icon_middle:hover
	{
		padding:10px 8px 10px 10px;
		font-size:28px;
		color:rgba(0,0,0,0.6);
	}




	
	#project-header-icon .icon_left
	{
		padding:6px;
		font-size:35px;
		color:rgba(0,0,0,0.3);
	}

	#project-header-icon .icon_left_disabled
	{
		padding:6px;
		font-size:35px;
		color:rgba(0,0,0,0.1);
	}	

	#project-header-icon .icon_left:hover
	{
		padding:6px;
		font-size:35px;
		color:rgba(0,0,0,0.6);
	}

	#project-header-icon .icon_right
	{
		padding:6px;
		font-size:35px;
		color:rgba(0,0,0,0.3);
	}	

	#project-header-icon .icon_right:hover
	{
		padding:6px;
		font-size:35px;
		color:rgba(0,0,0,0.5);
	}
	
	#project-header-icon .icon_right_disabled
	{
		padding:6px;
		font-size:35px;
		color:rgba(0,0,0,0.1);
	}	

	#project-header-icon .icon_middle
	{
		padding:10px 8px 10px 10px;
		font-size:28px;
		color:rgba(0,0,0,0.3);
	}	

	#project-header-icon .icon_middle:hover
	{
		padding:10px 8px 10px 10px;
		font-size:28px;
		color:rgba(0,0,0,0.6);
	}

	#project_header_description	
	{
		font-family:"Raleway",sans-serif;
		font-size:1.0em;
		padding:0px;
		color:#333;
		text-align:center;
		width:80%;
		margin:0 auto;
		top:-55px;	
	}
	
	.project_hd_des_btn
	{
		border:0px;
		border-bottom:1px dotted #858585;
		padding:5px;
		background-color:#f3f3f3;
	}

	#description
	{
		font-family:"Raleway",sans-serif;
		font-size:1.0em;
		color:#5C5C5C;
		text-align:center;
	}	
	
	#project_header_info	
	{
		font-family:"Raleway",sans-serif;
		font-size:0.85em;
		padding:0px;
		color:#333;
		text-align:center;			
	}
	
	#project_header_info .btn {
	    background-color: #C71E4B;
	    border: 1px dotted #0cb5c1;
	    border-radius: 0;
	    box-shadow: none;
	    color: #fff;
	    font-size: 13px;
	    line-height: 13px;
	    padding: 8px 15px;
	    text-shadow: none;
	    transition: all 0.5s ease-in-out 0s;
	    letter-spacing:0.1px;
	    margin:10px 5px;
	    font-family:"Raleway",sans-serif;
	    
	}  

	#project_header_info .btn:hover {
	    background-color: #CD2D90;
	    border: 1px solid #CD2D90;
	    color:#ffffff;
	}

	@media only screen and (max-width: 800px) 
	{
		#project_header_info	
		{
			font-family:"Raleway",sans-serif;
			font-size:1.1em;
			padding:2px 0px;
			color:#333;
			text-align:center;			
		}		
	}	
	
	@media only screen and (max-width: 700px) 
	{
		#project_header_info	
		{
			font-size:1.2em;	
		}
	}		
	
	@media only screen and (max-width: 450px) 
	{
		#project_header_info	
		{
			font-size:1.4em;
		}	
	}	
	


/* End of Project Page Header */




/*scrolling end*/
/* =======================================================
   Navbar
   ======================================================= */

.navbar-inverse {
    background: none repeat scroll 0 0 #f8f8f8;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    margin-bottom: 0;
    position:fixed;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.navbar-inverse .navbar-brand {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    color: #333;
    padding: 6px 10px;
}
.nav-main{
    margin-top: 13px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #454545;
}
.navbar-inverse .navbar-nav > li > a {
    color: #959595;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Raleway",sans-serif;
    letter-spacing:0.5px;
}

.navbar-inverse .navbar-nav > li > a:hover{
    color: #FF7361;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
    color: #C71E4B;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background:none;
    /*color: #C71E4B;*/
    color: #C71E4B;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
}

/* =======================================================
   Slider
   ======================================================= */
.laktify-main-slider img{
    background-size: cover;
    width: 100%;
}
.laktify-main-slider h1{
    color: #fff;
    font-weight:500;
}
.laktify-main-slider h4{
    color: #fff;
}
.laktify-main-slider .carousel-control span{
    width: 50px;
    height: 50px;
    top: 50%;
    text-shadow: none;
}
.laktify-main-slider .btn{
    color: #fff;
    border: 1px solid #b1b1b1;
}
.laktify-main-slider .btn:hover{
    background-color: #fff;
    color: #222;
}
.laktify-main-slider .carousel-control{
}
.laktify-main-slider:hover .carousel-caption{
   visibility: visible;
}
.laktify-main-slider .carousel-control .glyphicon-chevron-left{
    left: 0px;
}
.laktify-main-slider .carousel-control .glyphicon-chevron-left:before{
    position: relative;
    top: 16px;
}
.laktify-main-slider .carousel-control .glyphicon-chevron-right:before{
    position: relative;
    top: 16px;
}
.laktify-main-slider .carousel-control .glyphicon-chevron-right{
    left: 70%;
    border-radius: 4px 0px 0px 4px;
}
.laktify-main-slider .carousel-caption{
    top: 30%;
}
.laktify-main-slider .carousel-inner{
	top:50px;
	height:400px;
}

.carousel-indicators {
    bottom:0px;
    left: 36%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: left;
    width: 80%;
    z-index: 15;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators .active{
    margin-right: 10px;
    border: none;
}
.carousel-indicators li{
    border-radius: 10px;
    margin-right: 10px;
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 5%;
    padding: 10px;
    position: absolute;
    right: 15%;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.carousel-caption h1
{
	font-size:2.2em;
}

.carousel-caption h4
{
	font-size:1.2em;
}

.carousel-caption .btn {
	background-color: transparent;
	border: 1px dotted rgba(255, 255, 255, 0.6);
	border-radius: 0;
	box-shadow: none;
	color: #FFF;
	font-size: 11px;
	line-height: 12px;
	padding: 4px 10px;
	text-shadow: none;
	transition: all 0.5s ease-in-out 0s;
	margin-top:5px;
}



/* =======================================================
   Main contentt
   ======================================================= */

   .main-content section{
    padding: 40px 0px;
    overflow: hidden;
}


/* =======================================================
    Pages and home page section
   ======================================================= */

/*home page section*/

/*services*/
.icon_box {
    position: relative;
}
.icon_box .icon-8x {
    padding: 30px;
    color: rgba(0, 0, 0, 0.4);
    background-color: #f7f7f7;
    border-radius: 80px;
    -moz-border-radius: 4px 4px 4px 4px;
    font-size: 60px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.global-box:hover i {
    background-color: #222;
    color: #fff;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.icon_box .global-arrow {
    background: none repeat scroll 0 0 #f7f7f7;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    display: block;
    width: 16px;
    height: 15px;
    left: 50%;
    margin-left: -8px;
    bottom: -23px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: none\9;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.service-list-top{
    overflow: hidden;
    margin-bottom: 20px;
}
.servicediv li>div{
    border: 1px solid #222;
    padding: 16px 16px;
}
.servicediv li .global-box{
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 16px;
    padding-right: 16px;
}
.servicediv li div .faicons{
    background-color: #f7f7f7;
    padding: 10px 18px;
    border: 1px solid #222;
    border-radius: 5px 5px 5px 5px;
    color: #454545;
    font-size: 35px;
}
.service-list li:hover{
    cursor: pointer;
}
/*services end**/

/*recent work*/
#recent-works {
    background:url('../images/background/work_bg.jpg') ;
    padding-top:70px;
}
#recent-works h2{
    color: #fff;
}
#recent-works h4{
    color: #fff;
}
.recent-top-image{
    margin-bottom: 20px;
}
.og-grid li{
    margin: 0px 16px 0px 16px!important;
}
/*recent work end*/

/*mission*/
.office-statement h4{
    margin-bottom: 15px;
}
.carousel-inner>.item{
    height: 325px;
}
#myCarousel .arrow{
    position: absolute;
    top: 50%;
    left: 40%;
    background-color: transparent;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    display: block;
    z-index: 10;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    display: none\9;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.carousel-control.left, .carousel-control.right{
    background-image: none;
    box-shadow: none;
}
/*mission end*/

/*happy clients*/
#happy-clients{
    width: 100%;
    background: url('../images/background/happyclients_bg.png') no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top:100px;
}

#happy-clients .carousel-inner>.item{
    height: auto;
    width:60%;
    margin:0 auto;
    color:#222;
    
}
#happy-clients h2
{
	color:#222;
}

#happy-clients p
{
	color:#222;
}

#happy-clients .carousel-indicators {
    bottom: -50px;
    left: 50%;
    list-style: outside none none;
    margin-left: -30%;
    padding-left: 0;
    position: absolute;
    text-align: right;
    width: 65%;
    z-index: 15;
}

#testimonials-rotate .carousel-indicators li
{
	border:1px solid #B8B8B8;
}

#testimonials-rotate .carousel-indicators .active
{
	background-color:#7A7A7A;
	border:0px;
}

.testimonials p{
    text-align: center;
}
/*happy clients end*/

/*portfolio page*/
#portfolio #myCarousel{
    margin-top: 80px;
}
#portfolio #myCarousel .carousel-inner .item{
    height: 576px;
}
#portfolio #myCarousel .carousel-inner .item img{
    height: 600px;
}
.portfolio-page-header{
    background: url('../images/portfolio-bg.png')no-repeat #000 50% 0;
    background-size: cover;
}
.portfolio-items,
.portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 -20px 35px 0;
}
.portfolio-filter > li {
    display: inline-block;
}
.portfolio-items > li {
    float: left;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.portfolio-items.col-3 > li {
    width: 33%;

}
.portfolio-item {
    padding: 0;
    margin: 0;
}
.portfolio-item .item-inner {
    background: #fff;
    padding: 15px;
    border: 1px solid #222;
    margin: 0 20px 20px 0;
    position: relative;
    overflow: hidden;
}
.portfolio-item .item-inner h4{
    text-align: center;
    font-size: 15px;
}
.portfolio-item img {
    width: 100%;
}
.portfolio-item h5 {
    background: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}
.portfolio-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    vertical-align: middle;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;    
}
.portfolio-item .overlay .preview {
    position: relative;
    top: 115px;
    display: inline-block;
    padding: 8px 13px;
    border-radius: 5px;
    background-color: transparent;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    z-index: 10;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.portfolio-item:hover .overlay {
    opacity: 1;
    background-color: rgba(0,0,0, 0.7);
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.portfolio-item .overlay a{
    font-size: 16px;
    color: #fff;
}

.portfolio-item .overlay .btn{
    background-color: #FF7361;
    border:2px solid #fff;
}
.portfolio-item .overlay .zoom-in{
    margin-right: 15px;
}
.portfolio-item .overlay .zoom-in:hover{
  background-color: #fff;
  color: #222;
  border: 1px solid #fff;
}
.portfolio-item .overlay .details{
}
.portfolio-item .overlay .details:hover {
    background-color: #fff;
    color: #222;
    border: 1px solid #fff;
}
.project-details p{
    margin-bottom: 10px;
}
/*Recommended Isotope styles */

/* Isotope Filtering */
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/*Isotope CSS3 transitions */
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/*disabling Isotope CSS3 transitions */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/*End: Recommended Isotope styles */
/*disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.portfolio-full-width .portfolio-item .item-inner{
    margin: 0 0px 0px 0;
}
.pagination-custom{
    border: 1px solid #222;
    width: 40%;
    margin: 0 auto;
    text-align: center;
}
.pagination-custom li a{
    font-size: 15px;
    border: none;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    width: 50px;
}
.pagination-custom .active .btn{
    background-color: #222;
    border: none;
    color: #fff;
}
.pagination-custom .btn:hover{
    background-color: #222;
    color: #fff;
}

/*portfolio end*/

/*portfolio details*/
.project-information{
    margin: 10px 0px!important;
}
.portfolio-details-content i{
    color: #222;
    margin-right: 5px;
    font-size: 12px;
}
/*portfolio details end*/



.sidebar .widget{
    margin-bottom: 40px;
}
.sidebar .widget-title{
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 0px;
    text-transform: uppercase;
}
#searchform {
    position: relative;
}
#searchform ::-webkit-input-placeholder {
    color: #222;
}
#searchform ::-moz-input-placeholder {
    color: #222;
}
#searchform ::-ms-input-placeholder {
    color: #222;
}
#searchform ::-o-input-placeholder {
    color: #222;
}
#searchform input[type="text"]{
    border: 1px solid #222;
    padding: 10px 20px;
    background: none;
    color: #222;
    font-size: 14px;
    width: 100%;
}
#searchform input:focus{
    box-shadow: none;
    border: 1px solid #222;
    outline: 0;
}
#searchform .icon-search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0;
    height: 40px;
    top: 13px;
    right: 15px;
    width: 30px;
    position: absolute;
    z-index: 3;
}
.widget-search .icon-search{
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 15px;
    color: #222;
}
.category-list > li {
    border: 1px solid #222;
    border-bottom: none;
    padding: 10px 10px;
}
.category-list > li:first-child > a {
    padding-top: 0;
}
.category-list > li:last-child {
    border-bottom: 1px solid;
}
.category-list .posts-count, .category-list > li > a {
    color: #222;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out outline:0px;
}
.category-list > li > a {
    width: 85%;
    padding: 6px 0;
    position: relative;
}
.category-list .posts-count {
    border: 1px solid #222;
    color: #222;
    padding: 1%;
    text-align: center;
    width: 15%;
}
.category-list > li:hover .posts-count{
    background-color: #222;
    color: #fff;
}
.nav-tabs{
    border: 1px solid #222;
    border-bottom: none;
    margin: 0;
    padding: 0 5px;
    text-align: center;
}
.tab-content{
    border: 1px solid #222;
    padding: 10px;
}
.nav-tabs > li > a {
    border-radius: 0px;
    color: #222;
    font-size: 14px;
    padding: 14px 10px;
}
.nav-tabs > li:hover > a {
    background-color: #222;
    color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #FFF;
    cursor: default;
     background-color: #222;
     border: 1px solid #222;
    border-bottom-color: #222;
}
.nav-tabs>li>a:hover{
    border: 1px solid #222;
}
.widget-tabbed .entry-list > li:first-child {
    margin-top: 0;
}
.widget-tabbed .entry-list > li {
    margin-top: 10px;
}
.widget-tabbed .entry-list .entry-thumbnail {
    float: left;
    margin-right: 20px;
    margin-top: 12px;
}
.widget-tabbed .entry-list .entry-title{
    margin-bottom: 3px;
}
.widget-tabbed .entry-list .entry-thumbnail > a {
    display: block;
    width: 60px;
    height: 60px;
    background: #e1e1e1;
}
.widget-tabbed .entry-list .entry-main {
    overflow: hidden;
    zoom: 1;
}
#tab-comments p{
    margin: 0px;
}
#blog #tab-comments .entry-meta{
    margin: 0px;
}
.widget-tabbed .entry-list .entry-meta > * {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 0.675em;
    font-style: italic;
    margin-left: 5px;
}
ul.tag-cloud {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.tag-cloud li {
    display: inline-block;
    margin: 0 -1px 3px 0;
}
.tags a{
    padding: 4px 5px;
    font-size: 15px;
}
.widget-tags .tag-cloud > li > a {
    border: 1px solid #222;
    color: #222;
    display: block;
    font-size: 14px;
    padding: 5px 8px;
}
.widget-tags .tag-cloud > li > a:hover {
    background: #222;
    color: #fff;
}
/*blog aside end*/


/*footer*/
#footer{
    padding: 70px 0px;
}
.copyright{
    padding: 0px;
    position: relative;
    top: 70px;
}
/*footer end*/

/*responsive issue fixed*/
.navbar-toggle{
    padding: 16px 20px;
    margin-right: 83px;
    margin-top: 23px;
    border-radius: 0px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out outline:0px;
    border:0px;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #C71E4B;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out outline:0px;
}
.navbar-inverse .navbar-toggle:hover .icon-bar{
    color: #fff;
}
 .navbar-inverse .navbar-toggle:focus{
    background-color: #222;
}
 .navbar-inverse .navbar-toggle:focus .icon-bar{
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
    background-color: #C71E4B;
}
.navbar-inverse .navbar-toggle:hover .icon-bar{
    background-color: #fff;
}
@media (max-width: 980px){
    /*testimonial*/
    #testimonials .carousel-indicators {
        top:252px;
     }
    /*testimonial end*/

    /*tab content*/
    .tabs .tab-content{
        padding: 15px 28px 49px;
    }
    .tabs .nav-tabs > li > a{
        padding: 12px 10px;
    }
    /*tab content*/

    /*testimonial*/
    .testimonial .round-image{
        margin-top: 120px;
    }
    .testimonial img{
        margin-top: 20px;
    }
    .testimonial .testimonial-arrow{
        top: 116px;
    }
    .testimonial-style-2 .item img{
        margin: 0 auto;
    }
    .testimonial-style-2 h3{
        text-align: center;
    }
    /*testimonial end*/

    /*latest blog post*/
    .latest-blog-post .row>div{
        margin-bottom: 20px;
    }
    /*latest blog post end*/

    /*meet our team*/
    .meet-our-team .row>div{
        margin-bottom: 20px;
    }
    .meet-our-team .team-member{
        text-align: center;
    }
    /*meet our team end*/

    /*pagination in blog*/
    .pagination-custom{
        width: 70%;
    }
    /*pagination in blog end*/

    /*blog aside*/
    #blog aside{
        margin-top: 40px;
    }
    /*blog aside end*/
}

@media (max-width: 767px){

    /* navigation button issue*/
    .navbar-toggle{
        padding: 6px;
        margin-right: 12px;
        margin-top: 11px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        outline: none;
    }
    /* navigation button issue end*/

    /*navbar*/
    .navbar-inverse .navbar-nav{
        margin-top: 0px;
    }
    
    header div.navbar-collapse{
        background-color: #C71E4B;
		margin-top: 51px;
		z-index: 9999;	  
    }
    
    .navbar-collapse{
        padding-right: 15px!important;
        padding-left: 18px!important;
    }
    .navbar-inverse .navbar-nav > li > a{
        color: #fff;
        padding: 0px;
        text-align: center;
    }
    .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus{
        color: #05484D;
    }
    .navbar-inverse .navbar-nav > .active > a{
	color: #05484D;	
    }
    .navbar-inverse .navbar-nav > .active > a:hover{
        color: #fff;
    }
    .navbar-inverse .navbar-nav > li {
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 8px 13px;
    }
    .navbar-inverse .navbar-nav > li:last-child {
        border-bottom: none;
    }
    /*navbar end*/

    /*main slide*/
    .laktify-main-slider{
        height: 270px;
    }
    .laktify-main-slider h1{
        font-size: 15px;
    }
    .laktify-main-slider h4{
        font-size: 12px;
    }

   .laktify-main-slider .carousel-caption{
        top: 20%;
    }
    .laktify-main-slider .carousel-indicators{
        display: none;
    }
    .laktify-main-slider .carousel-control{
        width: 26%;
    }
    .laktify-main-slider .carousel-caption{
        top: 10%;
    }
    .laktify-main-slider .carousel-control{
        display: none;
    }

    /*main slide end*/

    /*page header icon*/
    .page-header .global-box{
        display: none;
    }
    .page-header h2{
        text-align: center;
    }
    .page-header p{
        text-align: center;
    }
    /*page header icon end*/

    /*portfolio item*/
    .portfolio-item .overlay .preview{
        width: 30px;
        height: 30px;
        top: 80px;
        padding: 3px 5px;
    }
    /*portfolio item end*/

    /*blog comment*/
    #blog .form-control{
        margin-bottom: 15px;
    }
    /*blog comment end*/
}

@media (max-width: 500px){
    /*portfolio item*/
    .portfolio-items .portfolio-item .overlay .preview {
        padding: 4px 7px;
    }
    .portfolio-items .portfolio-item h5{
        padding: 6px 0px;
    }
    .portfolio-filter .btn{
        padding: 5px 6px;
    }
    /*portfolio item end*/

    /*testimonial*/
    #testimonials .carousel-indicators{
        top:296px;
    }
    /*testimonial end*/

    /*twitter update*/
    #twitter-update .carousel-inner>.item{
        height: 100px;
    }
    /*twitter update end*/

    .laktify-main-slider{
        height: 200px;
    }
    .laktify-main-slider .carousel-inner{
        height: auto;
    }
    .laktify-main-slider .carousel-inner>.item {
        height: 226px;
    }
}

@media (max-width: 420px){
    /*testimonial*/
    #testimonials .carousel-indicators{
        top:332px;
    }
    /*testimonial end*/

    /*testimonial arrow*/
    .testimonial .testimonial-arrow{
        top: 176px;
    }
    /*testimonial arrow*/

    /*twitter update*/
    #twitter-update .carousel-indicators {
        top: 110px;
    }
    /*twitter update*/

    /*portfolio item*/
    .portfolio-item .overlay .preview{
        top: 70px;
    }
    /*portfolio item end*/
    .laktify-main-slider .carousel-inner{
        height: 170px;
	  top:50px;
    }
    .laktify-main-slider .carousel-inner>.item {
        height: 80px;
    }
    .laktify-main-slider .btn{
        padding: 5px 5px;
    }
    .laktify-main-slider h1{
        font-size: 10px;
        padding: 0px;
        border: none;
    }
    .laktify-main-slider h4{
        font-size: 10px;
    }
    .laktify-main-slider{
        height: auto;
    }

    .carousel-inner>.item{
        height: auto;
    }
    
	#feature
	{
		padding-bottom:0px;
		padding-top:35px;
	}    

	#happy-clients .carousel-indicators {
	    bottom: -50px;
	    list-style: outside none none;
	    padding-left: 0;
	    position: absolute;
	    text-align: center;
	    z-index: 15;
	}	
	
	
}
@media (max-width: 340px){
    /*testimonial*/
    #testimonials .carousel-indicators{
        top:357px;
    }
    /*testimonial end*/

    /*home version 5 video*/
    .home-version-5 iframe{
        width: 260px;
    }
    /*home version 5 video end*/

    /*testimonial arrow*/
    .testimonial .testimonial-arrow{
        top: 216px;
    }
    /*testimonial arrow*/

    /*footer version main*/
    #footer .social{
        top: 0px;
        right: 20px;
    }    
    
    #copyright_full .social
	{
	    border-radius: 10px;
	    color: #fff;
	    display: block;
	    float: left;
	    height: 36px;
	    line-height: 40px;
	    margin: 0 10px 0 0;
	    opacity: 0.35;
	    text-align: center;
	    transition: opacity 0.2s linear 0s;
	    width: 36px;
	}    
    
    /*footer version main end*/
}


@media (max-width: 290px)
{
    /*testimonial*/
    #testimonials .carousel-indicators{
        top:357px;
    }
    /*testimonial end*/

    /*testimonial arrow*/
    .testimonial .testimonial-arrow{
        top: 250px;
    }
    /*testimonial arrow*/
    
}

/* Tool Tip */

	.tipsy { font-size: 14px; position: absolute; padding: 5px; z-index: 100000; }
	.tipsy-inner { background-color: #000; color: #FFF; max-width: 200px; padding: 5px 8px 4px 8px; text-align: center; }
	.tipsy-inner { border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 5px dashed #000; }
	.tipsy-arrow-n { border-bottom-color: #000; }
	.tipsy-arrow-s { border-top-color: #000; }
	.tipsy-n .tipsy-arrow { top: 0px; left: 50%; margin-left: -5px; border-bottom-style: solid; border-top: none; border-left-color: transparent; border-right-color: transparent; }
	.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -5px; border-top-style: solid; border-bottom: none;  border-left-color: transparent; border-right-color: transparent; }

/* End of Tool Tip */

/* Bottom Sitemap Links */

	#copyright_full .row
	{
		background-color:#fcfcfc;
		padding:0px 10px;	
	}	
	
	#copyright_full p
	{
		margin-bottom:6px;
		padding-top:6px;
	}	
	
	
	#copyright_full .icon_facebook
	{
		padding:4px 8px;
		font-size:13px;
		background-color:rgba(255,255,255,0.3);
		background-color:rgba(255,255,255,0.3);
		/*color:#0cb5c1;*/
		color:#C71E4B;
		border-radius: 15px;
		margin-right:8px;
	}

	#copyright_full .icon_facebook:hover
	{
		background-color:rgba(255,255,255,0.6);
		transition: all 0.5s ease-in-out 0s;
	}	
	
	#copyright_full .icon_twitter
	{
		padding:4px 5px;
		font-size:13px;
		background-color:rgba(255,255,255,0.3);
		color:#C71E4B;
		border-radius: 15px;
		margin-right:8px;
	}

	#copyright_full .icon_twitter:hover
	{
		background-color:rgba(255,255,255,0.6);
		transition: all 0.5s ease-in-out 0s;
	}

	#copyright_full .icon_googleplus
	{
		padding:4px 5px;
		font-size:13px;
		background-color:rgba(255,255,255,0.3);
		color:#C71E4B;
		border-radius: 15px;
	}

	#copyright_full .icon_googleplus:hover
	{
		background-color:rgba(255,255,255,0.6);
		transition: all 0.5s ease-in-out 0s;
	}	
	
	.copyrighttxt
	{	
		font-family:Verdana,sans-serif;
		font-size:10px;
		color:#767676;
		height:30px;
	}
	
	.copyrighttxt_bd
	{	
		font-family:Verdana,sans-serif;
		font-size:10px;
		color:#C71E4B;
		height:30px;
		font-weight:bold;		
	}	
	
/* End of Bottom Sitemap Links */

/* Bottom Contacts Info */

	#bottom_contacts
	{
		background-color:#C71E4B;
		/*background-image:url(../images/background/contactus_bg.jpg);*/
		background-image:url(../images/background/contactus_bg.png);
		background-position: center; 
		background-repeat:no-repeat;
		background-size:cover;
	}

	#bottom_contacts  h3
	{
	    color:#04363A;
	    font-family: "Raleway",sans-serif;
	    font-size: 2.2em;
	    font-weight: 400;
	    text-align:center;
	    padding:20px 0px 20px 0px; 
	    border-right:1px dotted #04363A;    
	}

	#bottom_contacts .contact_txt
	{
		font-size:1.8em;
		padding:36px 0px;
		color:#04363A;
		text-align:center;
		font-weight: 400;
	}

	#bottom_contacts .contact_txt a:link
	{
		padding:36px 0px;
		color:#04363A;
	}

	#bottom_contacts .contact_txt a:hover
	{
		padding:36px 0px;
		color:rgba(255,255,255,0.9);
	}

	#bottom_contacts_icon
	{
	    color:rgba(255,255,255,1);
	    padding:20px 0px 20px 0px;  
	}

	#bottom_contacts .icon_large {
	    color: #89c9e6;
	    font-size: 35px;
	    padding: 8px 8px 8px 0;
	}
	
	@media only screen and (max-width:960px) 
	{
	
		#bottom_contacts  h3
		{
		    color:#04363A;
		    font-family: "Raleway",sans-serif;
		    font-size: 1.6em;
		    font-weight: 300;
		    text-align:center;
		    padding:0px 0px 15px 0px;
		    border-right:0px dotted rgba(255,255,255,0.6);
		    border-bottom:1px dotted rgba(255,255,255,0.6);
		}

		#bottom_contacts .contact_txt
		{
			font-size:1.4em;
			padding:10px 0px;
			color:#04363A;
			text-align:center;
			font-weight: 300;
		}
		
		#bottom_contacts .contact_txt a:link
		{
			padding:10px 0px;
			color:#04363A;
		}

		#bottom_contacts .contact_txt a:hover
		{
			padding:10px 0px;
			color:rgba(255,255,255,0.9);
		}

	}	

/* End of Bottom Contacts Info */



/* Custom */

.navbar {
    min-height: 40px;
    
}

.navbar > .container .navbar-brand {
    margin-left: 0px;
}


/* Hide and Show based on Desktop & Mobile */

	#portfolio_desktop	
	{
		display:block;
	}
	
	#portfolio_mobile
	{
		display:none;
	}
	
	@media only screen and (max-width: 800px) 
	{
	
		#portfolio_desktop	
		{
			display:none;
		}

		#portfolio_mobile
		{
			display:block;
		}
		
		.carousel-caption	
		{
			display:none;
		}		

	}

/* End of Hide and Show based on Desktop & Mobile */

/* Go to Top */

	#toTop 
	{
		color:rgba(255,255,255,0.8);
		bottom:25px;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;		
	}
	
	#gototop{
	    float: right;
	    font-size: 25px;
	    position: relative;
	    right: 7px;
	    top: 0;
	}	
	
	#toTop a {
		display: block;
		width: 30px;
		height: 30px;
		padding:0px;
		background-color:#D4234B;
		color:rgba(255,255,255,0.4);
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;		
	}
	
	#toTop a:hover {
		color:rgba(255,255,255,0.8);
	}	

/* End of Go to Top */

/*why chose us*/
.why-chose-us{
    background:url('../images/background/work_bg.jpg')  ;
    color: #fff;
    padding: 40px 0px!important;
}

.why-chose-us h4
{
	font-weight:500;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .why-chose-us{
        background-attachment: scroll;
    }
}

.why-chose-us i{
    color: #fff;
    font-size: 25px;
    line-height: 48px;
}
.why-chose-us span.showcase-icon{
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}
.why-chose-us .showcase-box img{
    position: relative;
    top: 49px;
}
.showcase-content-left, .showcase-content-right{
    position: relative;
    top: 20px;
    padding-bottom:40px;
    padding-left:10px;
    padding-right:10px;
}
.showcase-box-left span{
    float: right;
    margin-left: 25px;
}
.showcase-box-left i{
    line-height: 48px;
}
.showcase-box span{
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.showcase-box i{
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}
.showcase-box:hover span{
    background-color: #fff;
}
.showcase-box:hover i{
    color: #222;
}
.showcase-box-right .showcase-content{
    text-align: left;
    overflow: hidden;
}
.showcase-box-right .showcase-icon{
    float: left;
    margin-right: 25px;
    margin-top: 10px;
    display: inline-block;
}
.showcase-box-right .showcase-content:hover .showcase-icon{
    color: #fff;
}
.showcase-box-left h4{
    text-align: right;
}
.showcase-box-left p{
    text-align: right;
    overflow: hidden;
}
.why-chose-us h4{
    color: #fff;
}
/*why chose us end*/


