/*********WEBHUT****************
***WEBSTYE-SHEET-UNIVERSAL******
********************************/


/*============Universal Settings=================*/
a:hover
{
text-decoration:none!important;
}
/*===============Universal Settings=================*/

.navbar-default {
    		background-color: transparent;
    		border-color: transparent;
    		-webkit-transition: all 0.5s ease 0s;
  			-o-transition: all 0.5s ease 0s;
  			transition: all 0.5s ease 0s;
    	}
    	
    	.navbar-nav { 
    		margin-top: 40px;
    		float: right;
    	}
    	
    	@media screen and (max-width: 767px) {
    	.navbar-nav {
    		float: none;
    		text-align: center;
    		background: rgba(25, 33, 60, 0.5);
    	}
    	}
    	
    	.navbar-default .navbar-brand {
    		margin-top:0;
    		font-size: 28px;
    		font-family: 'Righteous', cursive;
    		color: #fff;
    		letter-spacing: 1px;
    		-moz-transition:color .5s ease-in;
   			-o-transition:color .5s ease-in;
    		-webkit-transition:color .5s ease-in;
    	}
    	
    	.navbar-default .navbar-brand span {
    		color: #42a5f6;
    		-moz-transition:color .5s ease-in;
   			-o-transition:color .5s ease-in;
    		-webkit-transition:color .5s ease-in;
    	}
    	
    	@media screen and (max-width: 400px) {
    	.navbar-default .navbar-brand {
    		font-size: 22px;
    	}
    	}
    	
    	.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand span:hover {
    		color: #3D99B8;
    	}
    	
    	.navbar-default .navbar-nav>li>a {
    		color: #fff;
    		font-size: 15px;
    		font-family: 'Noto Sans', sans-serif;
    		text-transform: uppercase;
    		letter-spacing: 1px;
    	}
    	
    	.navbar-default .navbar-nav>li>a:hover {
    		color: #F44A4F;
    	}
    	
    	.navbar-default .navbar-nav>li>a:focus {
    		color: #42a5f6;
    	}
    	
    	.navbar-default .navbar-toggle {
    		margin-top: 40px;
    		border: none;
    	}
    	
		.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
			background: none;
		}
    	
    	/*.navbar-default .navbar-toggle .icon-bar {
    		height: 4px;
    		width: 28px;
    		background: #42a5f6;
		}*/
		.navbar-default .navbar-toggle .icon-bar {
    		height: 5px;
    		width: 35px;
    		background:#000000;
		}
    	
    	.navbar-default.shrink {
    		background:rgba(36, 41, 48, 0.8)
			
		}
		
		.navbar-default.shrink .navbar-nav {
			margin-top: 20px;
			margin-bottom: 10px;
		}
		
		.navbar-default.shrink .navbar-brand {
			margin-top: -12px;
		}
		
		.navbar-default.shrink .navbar-toggle {
			margin-top: 25px;
		}
		
		
		
		
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
    color:#F44A4F;
    background-color:transparent;
}

.dropdown-menu > li > a {
    display: block;
    padding: 5px 20px!important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
	font-size:15px!important;
}
@media(max-width:320px)
{
.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
color:#fff;
font-size:15px;
text-align:center;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
{
color:#F44A4F!important;
}
}
/*.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
color:#999999;
font-size:15px;
text-align:center;
}



.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover
{
color:#F44A4F!important;
}*/
/*================================MENU END=======================*/
   
   
   /*============================ABOUT================*/
   
   .service-item 
   {
	margin:10px 0;
   }
	
	
  .title
	{
      color: #242930;
      display: block;
      font-family: adelle-sans,Helvetica-Neue,Helvetica,Arial,Sans-serif;
      font-size: 94px;
      font-size:3.5em;
      font-weight: 700;
      line-height: .85;
      position: relative;
      letter-spacing: -1px;
	  text-align:left;
	  margin:0 45px;
	}
	
	
	.first
	{
	font-family:'OpenSans-Regular'!important;
      font-size:17px;
      line-height: 25px;
      margin-top: .5555555555555556rem;
      font-weight: 300;
      color:#666666;
	  padding:10px 0;
	  text-align:center;
	}


.title::after {
    border-right: 1px solid #f44a4f;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    right:25%;
    top: 10%;
    -webkit-transform: rotate(45deg) scale(1.6);
    transform: rotate(45deg) scale(1.6);
}

.service-icon img
{
height:112px; width:100px;
}

/*=============SERVICES=================*/

.service-icon 
{
    height: 120px;
    width: 100px;
	margin:10px auto;
}

.service-item > heading 
{
margin:25px 0;
}

.sw
{
color:#242930;
padding-bottom:5px;
font-size: 30px;
font-weight: 700;
-webkit-transition: color .2s ease;
transition: color .2s ease;
text-align:center;
}
h3.sw::after {
    border-top:#000D4A 2px solid;
    bottom: 0;
    content: " ";
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    width: 90px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}
h3.sw:hover {
    color:#000D4A;
}
/*=====*/
.web
{
color:#242930;
padding-bottom:5px;
font-size: 30px;
font-weight: 700;
-webkit-transition: color .2s ease;
transition: color .2s ease;
text-align:center;
}
h3.web::after {
    border-top:#FF9600 2px solid;
    bottom: 0;
    content: " ";
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    width: 90px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}
h3.web:hover {
    color:#FF9600;
}

/*=====*/
.apps
{
color:#242930;
padding-bottom:5px;
font-size: 30px;
font-weight: 700;
-webkit-transition: color .2s ease;
transition: color .2s ease;
text-align:center;
}
h3.apps::after {
    border-top:#A4C639 2px solid;
    bottom: 0;
    content: " ";
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    width: 90px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}
h3.apps:hover {
    color:#A4C639;
}

/*=====*/
.seo
{
color:#242930;
padding-bottom:5px;
font-size: 30px;
font-weight: 700;
-webkit-transition: color .2s ease;
transition: color .2s ease;
text-align:center;
}
h3.seo::after {
    border-top:#31B6EC 2px solid;
    bottom: 0;
    content: " ";
    display: block;
    margin: auto;
    position: relative;
    top: 5px;
    width: 90px;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
}
h3.seo:hover {
    color:#31B6EC;
}
/*==========Portfolio=================*/

ul, ol { padding: 0; margin-bottom:15px;}

/*GALLARY*/
.gallary .fa.fa-plus {
    height: 30px;
	width: 30px;
	border: 1px solid #FCAC45;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #FCAC45;
}

.gallary ul {
	padding: 10px 0;
}

.gallary ul li {
	display: inline-block;
	margin-top: 10px;
}

.gallary ol li {
	display: inline-block;
	margin-left: 20px;
}

.gallary ol li:after {
	content: ' | ';
	margin-left: 20px;
	color:rgb(244, 74, 79);
}

.gallary ol li:last-child:after {
	content: '';
}

.gallary ol li a {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

.gallary ol li a:hover {
 color:#F44A4F;
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.66);
    padding: 25% 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}






.gallary ol li a.active {
	font-weight: 700;
}

.gallary .gallary-item {
    margin-bottom: 20px !important;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

/*
.hover-bg > a > img {
max-height:300px!important;
max-width:550px!important;
}*/





.gallary .gallary-item .hover-bg {
	overflow: hidden;
	position: relative;
}

/*.gallary .hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}*/

.gallary .hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.gallary .hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}

.gallary .hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.gallary .hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.gallary .hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.isotope-item { 
    z-index: 2;
}

.isotope-hidden.isotope-item { 
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

@media (max-width: 767px) {
    .isotope {
        height: auto !important;
    }
    .isotope-item {
    	text-align: center;
    	transform: none !important;
    	position: relative !important;
    }
}

.allservices
{
margin:20px 0;
}
.btn-danger
{
border-radius:0;
padding:10px 15px;
font-size:1.5em;
letter-spacing:0.5px;
word-spacing:1px;
}
/*=========================Why Work With us=================*/
.why
{
color:#242930;
padding-bottom:5px;
font-size: 30px;
font-weight: 700;
-webkit-transition: color .2s ease;
transition: color .2s ease;
text-align:center;
}


/*.icon-work > a> i
{
    height: 120px;
    width: 100px;
	margin:10px auto;
	background-color:#999900;
	font-size:5em;
}*/


.icon-work > a> i
{
   font-size:5em;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	height: 100px;
    width: 100px;
	padding:17px;
	color:rgb(244, 74, 79);
	border-radius:50%;
}
.icon-work > a> i:hover
{
	text-shadow:1.5px 1.5px 1.5px rgb(221, 40, 45);

}


.workheading  > h2 {
    font-size: 35px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color:#242930;
    border-bottom: 5px solid rgb(244, 74, 79);
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 2.5px;
    padding-right: 75px;
    line-height: 40px;
}


/*============================TESTIMONAL SLIDER========================*/
.carousel-indicators .active{ background: #31708f; }
.content{ margin-top:20px; }
.adjust1{ float:left; width:100%;
 margin-bottom:0; } 
 .adjust2{ margin:0; }
 
 .adjust2 p
 {
 color:#FFFFFF;
 font-weight:bold;
 font-size:17px;
 }
 
  .carousel-indicators li{ border :1px solid #ccc; }
   .carousel-control{ color:#31708f;}
    .carousel-control:hover, 
	.carousel-control:focus{ color:#31708f; }
	 .carousel-control.left, .carousel-control.right { background-image: none; } 
	 
	 
	 .media-object{ margin:auto; margin-top:15%; border:4px solid #e5e5e5;
	 
	 }
	  
	  
	  @media screen and (max-width: 768px)
	   { 
	   .media-object{ margin-top:0; 
	   } 
	   }
	  /*-------Add-By----me*/
.thumbnail .caption {
    padding: 9px;
    color: #333;
	margin:5%;
} 

/*------Testimonial Slider style-----------*/
#testimonial {
    padding-top: 40px;
    padding-bottom: 40px;
	background:#F44A4F;
}

.testheading > h2 {
    font-size: 30px;
    font-family: 'Noto Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    color:#FFFFFF;
    border-bottom: 5px solid #fff;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 2.5px;
    padding-right: 75px;
    line-height: 40px;
}



.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 35px!important;
}
.carousel-control {
    color:#fff!important;
}
.thumbnail
{
border:none!important;
	background:transparent;

}

/*=============SUBSCRIBE===================*/


/*.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

#subscribe .overlay {
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 );
    height:100%;
    background-attachment: fixed;
	width:100%;
}*/

.text-info {
    color:#FFFFFF;
	font-size:17px;
	text-align:left;
}
.subs >h3
{
color:#242930;
font-size:30px;
}
.btn-success
{    
    color:#242930;
    background-color:transparent;
    border-color:#242930;
	border-radius:0;
	text-transform:uppercase;
}	
.btn-success:hover {
    color: #fff;
    background-color:#242930;
    border-color:#242930;
} 

.widget
{
 margin-bottom:15px;
}
.widget h4
{
color:#989898;
font-size:20px;
text-transform:uppercase;
font-weight:bold;
}	 

.footlinks  
{
margin:10px 0;
}
.footlinks li
{
list-style-type:square;
color:#F44A4F;
margin:7px 0;
list-style-position:inside;
}

.footlinks li a
{
font-size:17px;
color:#666;
text-align:center;

}
.footlinks li a:hover
{
color:#FFFFFF;
}

.footadd  
{
margin:10px 0;
}
.footadd li
{
list-style-type:none;
color:#F44A4F;
margin:7px 0;
font-size:17px;
}

.footadd li a
{
font-size:17px;
color:#FFFFFF;
text-align:center;
}
.footadd li i
{
margin-right:5px;
font-size:1.5em;
}



.social  
{
margin:10px 0;
}
.social li
{
list-style-type:none;
color:#F44A4F;
display:inline-block;
margin:0 5px;
}

.social li a
{
font-size:3em;
color:#666;
text-align:center;
text-shadow:2px 2px 2px #000000;
}
.social li a:hover
{
color:#FFFFFF;
}


.dots
{
margin-right:1px;
color:#F44A4F;
}	   

.copy{
padding:10px 0;
}
.copy >p
{
color:#666;
font-size:17px;
text-align:center;
border-top:2px dashed #333;
border-bottom:2px dashed #333;
padding:10px 0;
}

.modal-header
{
background:#006EFF;
color:#FFFFFF;
}
.btn-primary {
    color: #fff;
    background-color: #006EFF;
    border-color: #006EFF;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0150B7;
    border-color: #0150B7;
}

/*======================================*/
.galtitle
{
font-size:18px;
color:#FFFFFF;
text-align:center;
font-family:'Dosis Regular';
}
blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size:14px;
    line-height: 1.42857143;
    color: #fff!important;
}







