/*=================================================
||				1. Imports 
==================================================*/
@import url(http://fonts.googleapis.com/css?family=Roboto:200,400,700);
@import url(http://fonts.googleapis.com/css?family=Roboto+Slab);

body
{
	font-family: 'Roboto', 'Open-Sans', sans-serif;
	overflow-x: hidden;
	color: #313131;
}
.black{
	color: #313131;
}
.white{
	background: #fff ;
}
.purple{
	background: #01156f;
}
.navbar-brand img{
	height:130px;
}
.section-wrapper{
	padding-top: 120px;
	padding-bottom: 80px;
}
.section-title{
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
.section-item-title{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 20px;
}
.section-item-detail{
	font-size: 14px;
    font-weight: 300;
    margin-bottom: 50px;
    color: #999;
    letter-spacing: .39px;
}
.underline{
	height: 2px;
	width: 50px;
	margin: 0px auto 60px;
}

/*=================================================
||				3. Header
==================================================*/
.header
{
	background: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	height: 100vh;
	color: #fff;
	text-transform: uppercase;

}
			/*navbar*/
.navbar-default .navbar-brand{
    padding: 0px;
    height: auto;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.navbar-fixed-top .navbar-toggle .icon-bar {
    background-color: #313131;
}
.navbar-fixed-top .navbar-toggle{
	border-color: #313131;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding-top: 35px;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
    /*text-transform: uppercase;*/
    padding-right: 20px;
    padding-left: 20px;
    border: 1px solid transparent;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
}
.navbar-default .navbar-toggle{
	border-radius: 0px;
}
.navbar-default .navbar-nav>li>a:hover{
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-nav>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
}
		/*Home*/
.header-wrapper{
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.header-table{
	display: table;
	height: 70vh;
	width: 100%;
}
.header-title{
	font-size: 50px;
	letter-spacing: 10px;
	font-weight: 200;
}
.header-subtitle{
	font-size: 20px;
	letter-spacing: 3px;
}
/*=================================================
||				4. Our Service
==================================================*/
.service{
	/*background: #ededed;*/
	position: relative;
}
.service .section-title{
	margin-top: 135px;
}
.services{
	margin-bottom: 100px;
}
.service .underline{
	margin-bottom: 75px;
}
.service-img{
	position: absolute;
	bottom: 0px;
}

.twitter-feed{
	color: #fff;
}
.item{
	text-align: center;
}
.owl-prev, .owl-next
{
	position: absolute;
	top: 10%;
}
.owl-next
{
	right: -10px;
}
.owl-prev
{
	left: -10px;
}
.owl-prev:before
{
    /*content: "\f3d2";*/
    /*font-family: 'ionicons';*/
    content: url("../images/left.png");
}
.owl-next:before
{
    /*content: "\f3d3";*/
    /*font-family: "ionicons";*/
    content: url("../images/right.png");
}

/*=================================================
||				5. Twitter Feed
==================================================*/
.day, .feed{
	font-size: 15px;
	font-weight: 200;
}
.feed{
	font-style: italic;
	margin: 30px 0px;
}
.options a{
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 0px 20px;
}
.options a i{
	padding-right: 10px;
}
.options a:hover{
	text-decoration: none;
}
.item:hover{
	cursor: w-resize;
}
/*=================================================
||				7. Portfolio
==================================================*/
.porfolio{
	background: #f9f9f9;
}
.portfolio-img{
	position: relative;
	overflow: hidden;
	text-align: center;
}
.portfolio-img .port-item{
	width: 100%;
	height: auto;
	transition: all .6s ease-in-out;
}
.portfolio-img:hover .portfolio-img-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .6s ease-in-out;
	background: rgba(0, 0, 0, 0.5);
}
.portfolio-img-hover{

}
.plus{
	display: none;
}
.portfolio-img:hover .plus{
	display: inline-block;
	padding-top: 25%;
}
.portfolio-img:hover .port-item{
	transform: scale(1.1);
}
.portfolio-item-details{
	margin: 20px 0px 50px; 
}
.portfolio-item-name{
	display: inline-block;
	font-size: 15px;
}
.port-heart, .portfolio-item-name small{
	font-size: 13px;
	color: #969595;
}
.port-heart{
	float: right;
	display: inline-block;
	margin-top: 10px;
}


/*=================================================
||				8. Note
==================================================*/
.note{
	color: #dadada;
}
.quote{
	font-style: italic;
	font-size: 16px;
	font-weight: 200;
	padding: 0px 145px;
}
.quoter{
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
}

/*=================================================
||				9. Fun Facts
==================================================*/
.fun{
	background: #f3f3f3;
}
.fun-box{
	border: 2px solid #313131;
	text-align: center;
	padding: 40px 0px;
	font-size: ;
}
.number{
	font-weight: 700;
	font-size: 25px;
}
.number-title{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 400;
}
.col-sm-6 .fun-box{
	margin-bottom: 20px;
}
/*=================================================
||				10. Footer
==================================================*/
footer{
	background: #eaeaea;
	padding: 20px 0px;
}
.copy{
	font-size: 14px;
	font-weight: 300;
	color: #929292;
	padding: 10px 0px;
	display: inline-block;
}
.fb{
	background: #1976d2;
}
.twitter{
	background: #2CAAE1;
}
.google{
	background: #c62828;
}
.rss{
	background: #ff8f00;
}

.icon{
	height: 40px;
	width: 40px;
	text-align: center;
	padding: 8px;
	display: inline-block;
	border: 1px solid transparent;
	font-size: 18px;
}
a .icon{
	color: #dadada;
}
/*.social-icon{
	float: right;
}*/
a .icon:hover{
	background: transparent;
}
a .fb:hover{
	color: #1976d2;
	border-color: #1976d2;
}
a .twitter:hover{
	color: #2CAAE1;
	border-color: #2CAAE1;
}
a .google:hover{
	color: #c62828;
	border-color: #c62828;
}
a .rss:hover{
	color: #ff8f00;
	border-color: #ff8f00;
}

/*=================================================
||				11. Others
==================================================*/
/*Testimonial*/
.testimonial{
	background: url('../images/testimonial.png');
	color: #fff;
}
.testimonial .section-title{
	color: #fff;
}
.testimonial-detail{
	font-style: italic;
	font-size: 15px;
	font-weight: 200;
	margin-bottom: 50px;
}
.test-name {
    margin-bottom: 40px;
}
/*Owl carousel*/
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	background: transparent;
}
.owl-theme .owl-dots .owl-dot span{
	width: 20px;
	height: 8px;
	border-radius: 0px;
	background: transparent;
	border: 1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #fff;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{
	background: transparent;
}
/*Add*/
.add .owl-prev:before
{
    content: url("../images/bleft.png");
}
.add .owl-next:before
{
    content: url("../images/bright.png");
}
.owl-next
{
	right: -90px;
}
.owl-prev
{
	left: -90px;
}
.add .owl-prev, .add .owl-next
{
	top: 25%;
}
.add-item{
	padding: 20px;
}
@media (max-width: 960px){
	.nav>li{
		text-align: center;
	}
	.service-img{
		opacity: .2;
	}
	.fun-box{
		margin: 15px;
	}
	.quote{
		padding: 0 50px;
	}
	.portfolio .portfolio-item{
		margin: 15px;
	}
	.price-title, .price-list{
		text-align: center;
	}
	.options a{
		padding: 0 5px;
	}
	footer{
		text-align: center;
	}
	footer .text-right{
		text-align: center;
	}
	.navbar-default .navbar-brand{
		margin-left: 15px;
	}
		img.about-img {
	    width: 100%;
	    padding: 15px 15px 0px;
	}
	.quote{
		padding: 0 15px;
	}
} 
@media (max-width: 480px){
	.header-table{
		max-height: 627px;
	}
}


/**************EDITED ON 19092017***************/


section{
/*	background-color: #1b4f90 !important;*/
}
section > .about_sec_bg{
	background-color: #f3f3f3;
}
.team .section-wrapper{
	/* background-color: #e30020; */
	background-color: #01156f;
	padding: 70px 145px 70px 125px;
	color: #dadada;
}
.team .section-wrapper img{
	float: left;
	padding-right: 25px;
	/*margin-top: 15px;*/
}

.team .section-wrapper h2{
	font-size: 20px;
	float: left;
	
}
.team .section-wrapper p{
	font-size: 16px;
	float: left;
}
.team .section-wrapper h5{
    font-size: 13px;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 2px solid #dadada;
    border-radius: 10px;
    float: right;
    font-weight: 600;
    margin: 10px 0px 10px 15px;
    cursor: pointer;
}
.team .container h5:hover{
	background-color: #dadada;
	color: #e30020;
}
.team .container a:hover{
	background-color: #dadada;
	color: #e30020;
}
/*.service .container{
	background-color: #dadada;
}*/


.service_list ul > li{
    font-size: 16px;
    color: #5d5d5d;
    letter-spacing: .39px;
}
.service_list ul > li:hover{
	font-weight: 400;
    color: #333;
}
.service_list ul{
	list-style-image: url("../../assets/images/list_icon.png");
}
.service_list ul:hover{
	color: #333;
}
.owl-prev{
	display: none !important;
}
.owl-next{
	display: none !important;
}
.clients_sec .container{
	background-color: #f5f5f5 !important;
}
.contact .container{
	background-color: #fff;
}
.navbar-right{
	padding-top: 24px;
}
.contact_sec section{
	background-color: #fff;
}
section .client_item{
	text-align: center;
}
.clients .container{
	padding: 50px 50px;
	background-color: #f5f5f5;
}
.client_item_top{
	padding-bottom: 25px;
}
.team a{
	text-decoration: none;
	color: #ededed;
}
.clients .section-title{
	margin-top: 50px;
}
.sec_row_client{
	margin-bottom: 50px;
}
.contact .section-wrapper {
    padding-top: 120px;
    padding-bottom: 100px;
}
.ser-sec-two-side{
	margin-bottom: 30px;
	/* float: right;new css */
	text-align: center;
	margin-top: 10px;
}
.ser-sec-two-side img{
	max-width: 100%;
    max-height: 100%;
    display: block;
	margin: auto auto;
	padding-top: 40px;
	
}
.service ._section-wrapper{
	padding-bottom: 50px;
}
.map-footer{
	width: 100%;
	margin: 50px 0px 50px 0px;
}
.contact a{
	text-decoration:  none;
	color: #969595;
}
.sec_row_client .client_item_top{
	display: none;
}
@media  screen and (min-width: 1920px) {
   
.team .section-wrapper h5 {
   
    margin: -54px 0px 10px 15px;
    
}
.ser_six{
	margin-top: 36px;
}
}
@media (max-width:1440px)  {
   .team .section-wrapper p {
    font-size: 16px;
    float: left;
    display: inline-block;
   margin-right: 10% !important;
}
.ser_six{
	margin-top: 36px;
}
}
@media (max-width: 1200px){
	.team .container h5{
		display: none;
	}
}

@media (max-width: 1070px){
	.header-title {
		font-size: 40px;
	}
	.about-detail{
		margin-top: -40px;
	}
}
@media (max-width:1025px) {
	.team .section-wrapper {
		/*min-height: 400px;*/
		height:auto;
	}
	.team .section-wrapper h5 {
    padding: 15px 30px;
    border: 2px solid #dadada;
    border-radius: 10px;
    text-align: center !important;
    float: left;
    font-weight: 600;
    margin:10px;
    margin-left: 36% !important;
    cursor: pointer;
	}
	.team .section-wrapper img {
    
    text-align: center;
    margin-left: 40%;
	}
	.header-table {
    display: table;
    height: 30vh;
    width: 100%;
	}
	.team .section-wrapper p {
    font-size: 16px;
    float:left;
    padding-left: 18%;
}
}
@media (max-width: 999px){
	.header-title {
		font-size: 36px;
    }
	.contact a{
		font-size: 12px;
	}	
	.sec_row_client .client_item_top{
		display: block;
	}

}

@media (max-width: 990px){
	.team .container{
		display: none;
	}
	.contact P{
		font-size: 14px !important;
	}
	.contact a{
		font-size: 14px !important;
	}
	.team .section-wrapper {
		/*min-height: 400px;*/
		height:auto;
	}
	.team .section-wrapper h5 {
    padding: 15px 30px;
    border: 2px solid #dadada;
    border-radius: 10px;
    text-align: center !important;
    float: left;
    font-weight: 600;
    margin:10px;
    margin-left: 30%;
    cursor: pointer;
	}
	.team .section-wrapper img {
    text-align: center;
    margin-left: 42%;
	}
	.header-table {
    display: table;
    height: 30vh;
    width: 100%;
	}
	.team .section-wrapper p {
    font-size: 16px;
    float:left;
}
}
@media (max-width: 770px){
	.header-title {
		font-size: 26px;
    }
}
@media (max-width: 768px){
	.header-title {
		font-size: 26px;
    }
	img.about-img{
		margin-bottom: 20px;
	}
	.team .section-wrapper {
		/*min-height: 400px;*/
		height:auto;
	}
	.team .section-wrapper h5 {
    padding: 15px 30px;
    border: 2px solid #dadada;
    border-radius: 10px;
    text-align: center !important;
    float: left;
    font-weight: 600;
    margin:10px;
    margin-left: 30% !important;
    cursor: pointer;
	}
	.team .section-wrapper img {
    
    text-align: center;
    margin-left: 30%;
	}
	.header-table {
    display: table;
    height: 30vh;
    width: 100%;
	}
	.team .section-wrapper p {
    font-size: 16px;
    float: none;
	display: inline-block;
}
	.about-detail {
		padding-bottom: 35px;
	}
}
@media (max-width:641px)  {
	.team .section-wrapper h5 {
		margin-left: 22%;
	}
	.team .section-wrapper img {
    text-align: center;
    margin-left: 37%;
}
}
@media (max-width: 480px){
	.about-detail {
		margin-top: -40px;
		margin-bottom: 20px;
	}
	.service .section-title {
		margin-top: 90px;
	}
	.team .section-wrapper {
		/*min-height: 550px;*/
		height:auto;
	}
	.team .section-wrapper h5 {
    
    padding: 10px 15px;
    border: 2px solid #dadada;
    border-radius: 10px;
    margin: 10px;
    margin-left: 10% !important;
    cursor: pointer;
    text-align: center;
}
.team .section-wrapper h2 {
    font-size: 20px;
    padding-right: 60px;
    text-align: justify;
}
}
@media (max-width: 380px){
	.about-detail {
		margin-top: -80px;
		margin-bottom: 28px;
	}
	.service .container {
		margin-top: 20px;
	}
	.contact .section-wrapper {
    	padding-bottom: 40px;
		padding-top: 80px;
	}
	.team .section-wrapper {
		/*min-height: 550px;*/
		height:auto;
	}
	.team .section-wrapper h5 {
    
    padding: 10px 15px;
    border: 2px solid #dadada;
    border-radius: 10px;
    margin: 10px;
    margin-left: 10% !important;
    cursor: pointer;
    text-align: center;
}
.team .section-wrapper h2 {
    font-size: 20px;
    padding-right: 60px;
    text-align: justify;
}
.section-title{
	margin-left: -8%;
}
}
.equip img{
			margin: 10px;
			padding-bottom: 40px;
}
@media only screen and (max-width: 420px) {
    
    .equip img{
       width:100%;
    }   
}