/*--------------------------------------------------
    [1. General]
---------------------------------------------------- */
.font-main {
	font-family: 'Ek Mukta', sans-serif !important;
}

@font-face {
    font-family: 'futura_bk_btbook';
    src: url('fonts/tt0140m-webfont.woff2') format('woff2'),
         url('fonts/tt0140m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'NewBaskerville LT';
	src: url('fonts/NewBaskervilleLT-Italic.eot');
	src: url('fonts/NewBaskervilleLT-Italic.eot?#iefix') format('embedded-opentype'),
		url('fonts/NewBaskervilleLT-Italic.woff') format('woff'),
		url('fonts/NewBaskervilleLT-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}


body{
color:#2f2f2f;
font-size:15px;
}
@media (min-width: 991px){
	.promo-padding-top {
		padding-top: 0px;
	}
}

/* Default highlight color */
::-moz-selection {
  color: #fff;
  background: #089de3;
}
::selection {
  color: #fff;
  background: #089de3;
}
/* General use classes */
.no-padding {
	padding: 0;
}

.no-side-padding {
	padding-left: 0;
	padding-right: 0;
}

.no-column-space [class^="col-"],
.no-column-space [class*=" col-"] {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

/*Pace loader*/
.pace .pace-progress {
	background: #089de3;
}

.pace .pace-progress-inner {
 	box-shadow: 0 0 10px #089de3, 0 0 5px #089de3;
}

.pace .pace-activity {
	border-top-color: #089de3;
	border-left-color: #089de3;
}

/* --------------------------------------------------
    [2. Header]
---------------------------------------------------- */
/* Giving a min height */
@media (min-width: 992px) {	
	.construction-header.one-page-header.navbar {
    padding: 8px 0px;
    transition: all 0.3s ease-in-out;
	width:100%;
	}

	.construction-header.one-page-header.top-nav-collapse {
    padding: 3px 0;
	}

	.construction-header.one-page-header .navbar-nav > li > a {
		max-height: 25px;
		line-height: 0.8;
	}
}

/* background */
.construction-header.one-page-header {
  background: #fff;
  border-radius: 0;
  width:100%;
}

/* navbar brand (logo) */
.construction-header.one-page-header .navbar-brand {
	height: auto;
	padding:8px;
	width:100%;
}

.construction-header.one-page-header .navbar-brand img {
	max-height: 95px;
	margin:0px auto;
}
.construction-header.one-page-header .navbar-brand .tagline{

font-size:11px;text-align:center;color:#089de3 !important;
display:block;
padding:3px;
}



/* Designing the a links */
.construction-header.one-page-header .navbar-nav > li > a,
.construction-header.one-page-header .navbar-nav > li > a:focus {
	padding: 8px 10px;
	margin: 0 3px;
	font-size: 16px;
	font-weight: bold;
  text-transform: uppercase;
  color: #2f2f2f;
}

/* Removing before circles */
.construction-header.one-page-header .navbar-nav > li > a:before {
	display: none;
}

.construction-header.one-page-header .navbar-nav > li > a:hover {
	color: #089de3;
}

/*active*/
.construction-header.one-page-header .navbar-nav > .active > a,
.construction-header.one-page-header .navbar-nav > .active > a:hover,
.construction-header.one-page-header .navbar-nav > .active > a:focus {
  z-index: 1;
	color: #089de3 !important;
}

.construction-header.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar {
  background: #000;
}

/* Responsive mode */
@media (min-width: 768px) and (max-width: 991px) {
  .one-page-header .menu-container {
    width: initial;
  }
}

@media (max-width: 992px) {
	.construction-header.one-page-header .navbar-nav > li > a,
	.construction-header.one-page-header .navbar-nav > li > a:focus {
	  padding: 7px 0;
	}
}

@media (max-width: 992px) and (min-width: 990px) {
	/* Fixing the damage over 2 pixels right before the breakpoint */
	.construction-header.one-page-header .navbar-nav > li > a {
  	padding: 5px 2px;
	}
}

@media (max-width: 990px) {
	/* the toggle button */
	.construction-header.one-page-header .navbar-toggle {
		margin-top: 19px;
	}

	.construction-header.one-page-header .navbar-toggle .icon-bar {
    background: #000;
	}

	/* Removing margin for the navbar */
	.construction-header.one-page-header-style-2.navbar .navbar-nav {
   	margin: 0;
	}
}

/* --------------------------------------------------
    [3. Banner]
---------------------------------------------------- */
.promo-block {
	position: relative;
	z-index: 1;
}
.promo-block:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}

.promo-block__content {
	position: absolute;
	top: 50%;
	margin-top: -135px;
	right: 0;
	left: 0;
}

.promo__title {
	position: relative;
}
.promo__title:after {
	position: absolute;
	width: 10px;
  height: 124px;
  background: #089de3;
  top: 50%;
  margin-top: -62px;
  content: "";
}
.promo__title--left-bar:after {
	left: 0;
}
.promo__title--right-bar:after {
	right: 0;
}

.promo__pretitle {
	color: #089de3;
	font-weight: bold;
	font-size: 20px;
}

.promo__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 76px;
	line-height: 0.9;
}

@media (max-width: 885px) {
	.promo__title {
		font-size: 65px;
	}
}

@media (max-width: 768px) {
	.promo__title:after {
	  height: 80px;
	  margin-top: -40px;
	}
}

@media (max-width: 495px) {
	.promo__title {
		font-size: 50px;
	}
}

/* --------------------------------------------------
    [4. About]
---------------------------------------------------- */
.call-action-v1 .call-action-v1-in.inner-btn {
  min-width: 170px;
}

.cta__title {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 40px;
}

.cta__text {
	color: #fff;
	font-size: 28px;
	font-weight: lighter;
	line-height: 1.2;
}

/*about tab*/
.about__title {
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: bold;
	font-size: 18px;
}

.about__text {
	font-size: 16px;
  color: #2f2f2f;
}

/*Tabs*/
.panel {
  box-shadow: none;
  border: none;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}
.acc-v1 .panel-heading a {
  font-size: 26px;
  padding: 30px 0 15px;
  background:#fff;
color:#005487;
  border-bottom: 2px solid #005487; 
  font-weight: bold;
  font-family:'NewBaskerville LT';
}
.acc-v1.plus-toggle .panel-heading a.collapsed {
	color: #2f2f2f;
	border-bottom: 2px solid #2f2f2f; 
}
.acc-v1 .panel-heading a .tab-icon {
  font-size: 12px;
  color: #f00;
}
.acc-v1 .panel-heading a:hover {
  text-decoration: none;
color:#005487;
}
.acc-v1.plus-toggle .panel-heading a.collapsed:hover {
	color: #2f2f2f;
}

.tab__icon {
	font-size: 23px;
	color: #089de3;
	vertical-align: middle;
}

.panel-body {
  padding: 20px 0 0;
}
.panel-body p {
  line-height: 1.7;
  font-size: 15px;
  color: #2f2f2f;
  margin-bottom: 0;
      font-family: 'futura_bk_btbook';
}

.panel-heading {
	position: relative;
}
/* Plus Toggle */
.acc-v1.plus-toggle .panel-heading a:before {
  color: #005487;
  font-size: 12px;
  content: "\f063";
  line-height: 12px;
  position: absolute;
  right: 0;
  top: 36px;
  background: transparent;
  font-family: FontAwesome;
}
.acc-v1.plus-toggle .panel-heading a.collapsed:before {
  content: "\f061";
}

/* --------------------------------------------------
    [5. Service]
---------------------------------------------------- */
.best-service--1 { background: url(../img-temp/services/service18.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--2 { background: url(../img-temp/services/service16.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--3 { background: url(../img-temp/services/service14.jpg) no-repeat scroll 50% 0 / cover;}
.best-service--4 { background: url(../img-temp/services/service15.jpg) no-repeat scroll 50% 0 / cover;}

.best-service {
	min-height: 400px;
	position: relative;
	background-size: 100% 100% ;
	transition: all .5s;
	z-index: 1;
}
.best-service:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,0.6);
	z-index: -1;
}
.best-service:hover {
	background-size: 120% 120%;
	transition: all .5s;
}

.best-service__title {
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}

.best-service__text {
	font-size: 14px;
	color: #fff;
	opacity: 0.7;
}


/*Services tab*/
.tab-v3 .nav-pills li a {
  color: #2f2f2f;
  font-size: 16px;
  padding: 20px 0 15px;
  margin-bottom: 3px;
  background: transparent;
  border: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-bottom: none;
  text-transform: uppercase;
  font-weight: bold;
}

.tab__fa{
	color: #089de3;
	font-size: 12px;
}

@media (max-width: 992px) and (min-width: 768px) {
	.tab-v3 .nav-pills li a {
	  padding: 20px 20px 15px;
	}
	.tab__fa{
		margin-left: -20px;
	}
}

/*giving border bottom to the last pill*/
.tab-v3 .nav-pills li.last a {
	border-bottom: 1px solid #efefef;
}
.tab-v3 .nav-pills li.last.active a,
.tab-v3 .nav-pills li.last a:hover {
	border-bottom: 1px solid #efefef;
}


/*hover and active*/
.tab-v3 .nav-pills li a:hover,
.tab-v3 .nav-pills li.active a {
  color: #089de3;
  background: transparent;
  border: 1px solid #efefef;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

/*tab content*/
.tab-v3 .tab-content {
  padding: 0;
  background: transparent;
  border: none;
}

.service__title {
	color: #2f2f2f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.service__text {
  font-size: 14px;
  color: #2f2f2f;
  padding:12px 0px 0px 0px;
  line-height:17px
}

/* --------------------------------------------------
    [6. Recent projects]
---------------------------------------------------- */
.project__cat {
	color: #fff;
	opacity: 0.8;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

.project__title {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.project__img {
	box-shadow: 2px 2px 2px #cd9d18;
}

.project__text {
	color: #fff;
	opacity: 0.8;
	font-size: 14px;
	line-height: 1.8;
}


/* --------------------------------------------------
    [7. Testimonials]
---------------------------------------------------- */
.testi {
	position: relative;
	box-shadow: 2px 2px 2px #efefef;
	background: #fff;
	padding: 90px 35px 35px;
	/*z-index: -1;*/
}

.testi__img {
	width: 100px !important;
	height: 100px;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -50px;
	border: 10px solid #f9f9f9;
}

.testi__name {
	color: #2f2f2f;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}

.testi__company {
	color: #2f2f2f;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.icon-custom.testi__fa {
	color: #fff;
	background: #089de3;
	border: none;
	margin-bottom: 30px;
	font-size: 12px;
}

.testi__text {
	color: #2f2f2f;
	font-size: 14px;
	line-height: 1.5;
}

/*clients*/
.client__img {
	width: 100%;
	height: auto;
	max-width: 180px;
	margin: 0 auto;
}

/* --------------------------------------------------
    [8. Gallery]
---------------------------------------------------- */
/*Portfolio filter*/
.cube-portfolio .cbp-l-filters-text .cbp-filter-item {
  color: #2f2f2f;
  padding: 30px 10px;
  font-size: 12px;
  border: 1px solid #f1f1f1;
  margin: 0 -2px!important;
  min-width: 120px;
}
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:hover,
.cube-portfolio .cbp-l-filters-text .cbp-filter-item:focus,
.cube-portfolio #filters-container .cbp-filter-item-active {
  color: #089de3;
  border-color: #f1f1f1;
  border-top: 1px solid #089de3;
  background: transparent !important;
}

/*Portfolio caption*/
.cbp-l-caption-alignLeft .cbp-l-caption-body {
  background: rgba(8, 157, 227, 0.9);
	padding: 30px 10px 0 30px;
	height: 95px;
}
.cbp-caption-overlayBottom .cbp-caption-activeWrap {
  height: 95px;
  background:transparent;
}

.cbp-caption-defaultWrap {
	max-height: 235px;
}

/*Portfolio caption content*/
.cbp-cat {
	text-transform: uppercase;
	color: #fff;
	opacity: 0.7;
	font-weight: bold;
	font-size: 11px;
}

.cbp-l-caption-title {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}







/* --------------------------------------------------
    [9. Career]
---------------------------------------------------- */
.career__title {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}

.career__text {
	color: #fff;
	opacity: 0.8;
	font-size: 16px;
	max-width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*Owl controls*/
.controls-v3.owl-theme .owl-controls .owl-buttons div {
  padding: 15px 19px;
  width: 49px;
  height: 49px;
  color: #089de3;
  background: #111;
  font-size: 13px;
  cursor: pointer;
  /*border: 3px solid #111;*/
}

.controls-v3.owl-theme .owl-controls .owl-buttons div:hover,
.controls-v3.owl-theme .owl-controls .owl-buttons div:focus {
 	opacity: 0.8;
}

.controls-v3.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 28%;
}

.controls-v3.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 30px;

}

.controls-v3.owl-theme .owl-controls .owl-buttons .owl-next{
  right: 30px;
}

@media (max-width: 390px) {
	.controls-v3.owl-theme .owl-controls .owl-buttons .owl-prev {
  	left: 10px;
	}

	.controls-v3.owl-theme .owl-controls .owl-buttons .owl-next{
	  right: 10px;
	}
}

/* --------------------------------------------------
    [10. Contact]
---------------------------------------------------- */
/*Contacts table*/
.contact__cell {
	padding: 27px 15px;
	float: left;
	width: 50%;
	margin: 0;
	background: transparent;
	font-size:14px;
	/*border: 1px solid #f1f1f1;*/
}

.contact__cell--2 {
	border-left: 1px solid #f1f1f1;
}

.contact__cell--3,
.contact__cell--4 {
	border-top: 1px solid #f1f1f1;
}

.contact__cell--4 {
	border-left: 1px solid #f1f1f1 ;
}

.contact-list__icon {
	font-size: 50px;
	color: #089de3;
}

.contact-list__item-1 {
	text-transform: uppercase;
	color: #2f2f2f;
	font-size: 11px;
}

.contact-list__item-2 {
	color: #2f2f2f;
	font-size: 11px;
	font-weight: bold;
}

/*form*/
@media (min-width: 992px) {
	fieldset.contact__form-fieldset {
		padding-left: 0;
	}
}

.contact__form-control {
	border: none;
	background: #f5f5f5;
	min-height: 45px;
	padding-left: 20px;
}
.contact__form-control:focus {
	border: none;
}

/* Form placeholder for different browsers */
.contact__form-control::-webkit-input-placeholder {
  color: #9797a2;
  font-size: 14px;
  font-family: 'Ek Mukta', sans-serif;

}

.contact__form-control::-moz-placeholder {
  color: #9797a2;
  font-size: 14px;
  font-family: 'Ek Mukta', sans-serif;
}

.form .btn-u__fa {
	margin-right: 15px !important;
}

.sky-form .message i {
  border-color: #089de3;
}
.sky-form .message {
  color: #089de3;
}

/* --------------------------------------------------
    [11. Footer]
---------------------------------------------------- */
.footer__text {
	font-size: 13px;
	color: #fff;
	vertical-align: middle;
}
.footer__text strong {
	font-weight: bolder;
	font-size: 14px;

}

.footer__support {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
}

.footer__support--phone {
	font-size: 22px;
	font-weight: bold;
}

.icon-custom.footer__fa,
.icon-custom.footer__fa:focus {
	background: #2f2f2f;
	color: #fff;
	border: none;
	font-size: 13px;
}
.icon-custom.footer__fa:hover {
	background: #fff;
	color: #089de3;
}






























/* --------------------------------------------------
    [7. Gallery]
---------------------------------------------------- */
/*Portfolio*/
/*.cube-portfolio--mod .cbp-caption-fadeIn .cbp-caption-activeWrap {
  padding: 30px;
  background: transparent;
}

.cube-portfolio--mod .cbp-caption-fadeIn .cbp-l-caption-body {
	background-color: rgba(107,218,149,0.8);
  transition: opacity 1s cubic-bezier(0.19, 0.6, 0.22, 0.6) 0s;
  text-align: center;
}

.cube-portfolio--mod .cbp-l-caption-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.cube-portfolio--mod .cbp-caption-fadeIn .cbp-l-caption-body p {
	color: #fff;
	opacity: 0.7;
	font-size: 12px;
	max-width: 80%;
	margin: 0 auto;
	line-height: 1.4;
}
*/



.call-action-v1 p{
text-transform:uppercase;
font-size:24px;
font-weight:bold;
}

ul.decimalul {
list-style:none;
padding-left:15px;
}

ul.decimalul li{
padding:5px 2px;
}

.decimalul li p{
font-size:20px;
line-height:28px;
padding-bottom:0px;
}

ul.conceptul{

}
ul.conceptul li{
font-family: 'futura_bk_btbook';
font-size:14px;
list-style-type:decimal;
}


.subcont h3 {
font-size:24px;
font-family:'NewBaskerville LT';
color:#005487;
}


.subcont p{
  font-family: 'futura_bk_btbook';
  line-height:17px;
  color:#2f2f2f;
  padding-bottom:8px;
  }
  .subcont .num{
  font-size:36px;
font-family:'NewBaskerville LT';
color:#005487;
float:left;
line-height:40px;
margin:0px 18px 0px 0px;
  }
  
  a.down_brow{
  color:#005487 !important;
  font-style:italic;
  font-size:22px;
  font-family:'NewBaskerville LT';
  }
   a.down_brow:hover{
	  text-transform:none; 
	  text-decoration:none;
	   
   }
  
  .taghighl{
  color:#005487;
  }
  a.sldremore{
  font-size:20%;
 color:#ffffff;
 border :1px solid #fff !important;
 padding:5px !important;
  }
  a.sldremore:hover{
  text-decoration:none !important;;
 
  }
  
  .serviceblock{
  text-align:center;
  }
    .serviceblock img{
 margin:0px auto;
  }
  .serviceblock  .fa{
  font-size:70px;
  color:#2f2f2f ;
  }
  .serviceblock .title{
    font-family:'NewBaskerville LT';
	font-size:28px;
	 color:#005487 !important;
	 padding:10px 0px 8px 0px;
  }
    .serviceblock .title a:hover{
		text-decoration:none;
	}
    .serviceblock p{
    font-family: 'futura_bk_btbook';
	color:#2f2f2f ;
	font-size:16px;
	line-height:18px;
  }
  
  .partnerimage .item{
  width:20%;
  float:left;
  }
  
   .partnerimage .item img{
width:100%;
height:auto;
  }
  
  
  .gradientblock{
  margin:0px auto;
  width:150px;
  height:150px;
  border-radius:50%;
  background:#005487 ;
  display:table;
    }
	
.gradientblock p{
	   text-align:center;
  vertical-align:middle;
  color:#fff;
  display:table-cell;
  font-size:20px;
   font-family:'NewBaskerville LT';
	 }
	 
	 
#about .panel-body p{

margin-bottom:8px;
color: #2f2f2f;
line-height:17px;
}	 

#services .sercnt{
	font-family: 'futura_bk_btbook';
	
}

#services ul{
	padding-left:15px;
}
#services ul li{
	line-height:17px;
	padding-bottom:5px;
}
.projectthumb {

border-bottom:2px solid #005487;
border-top:2px solid #005487;
padding:10px 0px 10px 0px;
margin-bottom:10px;
}
	
	
.projectthumb img{
max-height:80px;
width:auto;
}
.teamthumb img{
height:115px;
width:115px;
 -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	
}

.teamthumb .nav-tabs>li.active>a img{
 -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.teamthumb .nav-tabs>li:hover >a img{
 -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.partnermsg h3{
    font-size: 24px;
    font-family: 'NewBaskerville LT';
    color: #005487;
}
.partnerproj h3{
   font-size: 28px;
    font-family: 'NewBaskerville LT';
    color: #005487;
	padding:0px 0px 0px 0px;
}

.projdesc{

}

.projdesc .lbl{
    font-size: 24px;
    font-family: 'NewBaskerville LT';
    color: #005487;
}

.projdesc  p{
font-family: 'futura_bk_btbook';
}

.teami__name {
	color: #2f2f2f;
	text-align:center;
	font-size: 16px;
}

.teami__dest {
	color: #2f2f2f;
	font-size: 12px;
	text-align:center;
}