
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

/*
font-family: 'Lato', sans-serif;  
thin 100
thin 100 Italic
light 300
light 300 Italic
regular 400
regular 400 Italic
bold 700
bold 700 Italic
black 900
black 900 Italic
*/

body{
	font-family: 'Lato', sans-serif;
	font-size:14px;
	} 
	
a {
    color: #212b35;
    text-decoration: none;
}
 
.contactus_wrap{
	background:#0a90cd;
	float:left;
	width:100%;
	}
	
.contentus_con{
	float:left;
	width:100%;
	padding:19px 0 14px;
	}

.social_box{
	float:left;
	}
	
.socialheader_box{
	float: left;
	margin-left: 16px;
	}
	
.socialheader_box ul{
	margin:0;
	padding:0;
	}
	
.socialheader_box ul li{
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-size:15px;
	margin-right:2px;
	font-weight:700;
	}
	
.socialheader_box ul li a{
	display:block;
	}
	
.telephone_box{
	float:right;
	}
	
.telephone_box ul{
	margin:0;
	padding:0;
	}
	
.telephone_box ul li{
    border-right: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    margin-left: 10px;
    padding: 0 22px 0 8px;
    vertical-align: middle;
	}
	
.telephone_box ul li:last-child{
	padding-right:0; 
	border-right:none;
	}
	
.menu_wrap{
	float:left;
	width:100%;
	}
	
	
.menu_con{
    float: left;
    padding: 24px 0 19px 0;
    width: 100%;
	}
	
.nav_box {
  float: right;
  margin: 19px 0 0;
  padding:0;
}

	
.menu_con .navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
	padding:0;
}
	
.nav_box .navbar-nav > li {
    float: left;
	margin-left:60px;
}

.nav_box .navbar-nav > li:first-child {
	margin-left:0;
}

.nav_box .navbar-nav > li > a {
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
    padding-bottom: 15px;
    padding-top: 15px;
	padding: 0;
	
}


.nav_box .nav > li > a:hover,.nav_box .nav > li > a:focus,.nav_box .nav > li > a.active {
    background-color:transparent;
    text-decoration: none;
	color:#0a90cd;
	border-bottom:2px solid #0a90cd;
}
	
.banner_wrap{
	float:left;
	width:100%;
	}
	
.banner_wrap .carousel-caption{
	max-width:527px;
	text-align:left;
	bottom: 13%;
	left: 8%;
	padding-bottom: 30px;
	right:auto;
	text-shadow:none;
	}
	
.banner_wrap .carousel-caption h1 {
  font-size: 40px;
  font-weight: 900;
  margin: 0 0 17px;
  padding: 0;
}

.banner_wrap .banner_wrap .carousel-caption{
	font-size:16px;
	}

.banner_btn {
  background: none;
  border: 2px solid #fff;
  padding: 14px 24px;
}
	
.banner_btn:hover{
	border:2px solid #FFF;
	background:none;
	}
	
.aboutus_wrap{
	float:left;
	width:100%;
	}
	
.aboutus_con{
	padding:120px 0;
	float:left;
	width:100%;
	}
	
.aboutus_img{
	float:left;
	width:100%;
	}

.aboutus_content{
	font-size:16px;
	float:left;
	width:100%;
	}
	
.aboutus_content h1{
   font-size: 36px;
    margin: 0 0 5px;
    padding: 0;
	}
	
.aboutus_content p{
    line-height: 25px;
    margin:0 0 25px;
	}
	
.aboutus_content .btn-primary{
	padding: 15px 24px;
	}
	
.btn-primary{
	background:#0a92c9;
	font-size:18px;
	font-weight:700;
	border-radius:2px;
	border-coller:#0a92c9;
	}

.banner_wrap .carousel { 
    margin-bottom: 0;
}

.ourservices_wrap{
	background:#0a90cd;
	float:left;
	width:100%;
	}
	
.ourservices_con{
    color: #fff;
    float: left;
    padding: 70px 0;
    text-align: center;
    width: 100%;
	}
	
.ourservices_con h2 {
    margin: 0 0 15px;
    padding: 0;
}
	
.ourservices_box {
  float: left;
  line-height: 24px;
  margin: 40px 0 0;
  width: 100%;
}
	
.ourservices_img{
	float:left;
	width:100%;
	}
	
.ourservices_box h3 {
  float: left;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 10px;
  padding: 0;
  width: 100%;
}
	
.projects_wrap{ 
	float:left;
	width:100%;
	}
	
.projects_con{
	float:left;
	width:100%;
	color:#666666;
	text-align:center;
	padding:70px 0;
	}
	
.projects_con > h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 7px 0 13px;
    padding: 0;
}

.allprojects_con{
	float:left;
	width:100%;
	}

.allprojects_con .nav-tabs {
    border-bottom: none;
}
	
.allprojects_con .nav > li {
    display: inline-block;
    float: none;
    position: relative;
}



.allprojects_con .nav-tabs > li.active > a,.allprojects_con .nav-tabs > li.active > a:hover,.allprojects_con .nav-tabs > li.active > a:focus{
	border:none;
	text-decoration:underline;
	}
	
.allprojects_con  .nav > li > a:hover,.allprojects_con  .nav > li > a:focus{
	background:none;
	text-decoration:underline;
	outline:none;
	}
	
.allprojects_con .nav-tabs > li > a {
	border: none;
	border-radius:0;
	color: #666666; 
	font-size: 11px; 
}
	
.projects_box{
	float:left;
	width:100%;
	}
	
.projects_menu {
    float: left;
    margin: 35px 0 0;
    width: 100%;
}
	
.projects_menu ul{
	margin:0;
	padding:0;
	}
	
.projects_menu ul li{
	display:inline-block;
	margin:0 5px;  
	padding: 0 10px; 
	}
	
.projects_menu ul li a{
	display:block;
	vertical-align:middle; 
	font-size:11px;
	margin-left:10px;
	padding-bottom:4px;
	color:#666666;
	}
	
.projects_demoslider {
    float: left;
    margin: 44px 0;
    width: 100%;
	text-align:left;
}
	
.projects_demoslider ul{
	margin:0;
	padding:0;
	}
	
.projects_demoslider ul li{
	text-align:center;
	display:inline-block;
	margin:0 5px;
	position:relative;
	margin-bottom:20px; 
	}
	
.project_overlay{
	background-color:rgba(10,144,205,0.8);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	display:none;
	}
	
.overlay_content{
    left: 0;
    margin-top: -43px;
    position: absolute;
    top: 50%;
    width: 100%;
	}
	
.overlay_content a{
    cursor: pointer;
    display: inline-block;
    margin: 0 5px 10px;
	}
	
.projects_demoslider ul li:hover .project_overlay,.projects_demoslider ul li.active .project_overlay{
	display:block;
	}

.projects_controller{
    float: left;
    margin: 18px 0 0;
    padding: 0;
    width: 100%;
	}
	
.projects_controller ul{
	margin:0;
	padding:0;
	}
	
.projects_controller ul li {
	display:inline-block;
	}
	
.projects_controller ul li  a{
	background:#90959a;
	width:11px;
	height:11px;
	display:block;
	border-radius:100%;
	}
	
.projects_controller ul li a:hover,.projects_controller ul li a.active{
	background:#82cdff;
	}
	
.clientteam_wrap{
	background:#ecebe8;
	float:left;
	width:100%;
	}
	
.clientteam_con{
	float:left;
	width:100%;
	padding:94px 0;
	}
	
.clientteam_box{
	background:#f7f7f7;
	color:#686868;
	padding:20px;
	float:left;
	width:100%;
	}

.clientteam_box > h4 {
    font-size: 23px;
    margin: 6px 0 34px 18px;
    padding: 0;
}
	
.testimonials_mbox{
	float:left;
	width:100%;
	}
	
.testimonials_box{
	float:left;
	width:100%;
	position:relative;
	padding-left:125px;
	min-height:115px;
	}
	
.testimonials_img{
	background:url(../images/testimonial_bg.png) no-repeat left top;
	width:115px;
	height:115px;
	position:absolute;
	padding:15px 0 0 23px;
	left:0;
	top:0;
	}
	
.testimonials_img img{
	width:83px;
	height:83px;
	}
	
.testimonials_content {
  color: #686868;
  float: left;
  font-size: 13px;
  padding: 16px 0 0;
  width: 100%;
}

.testimonials_content > p {
    margin: 0 0 18px;
}

.testimonials_content > a {
    color: #0c8dc1;
    display: block;
    font-size: 16px;
}

.carouselindicators_client {
  bottom: auto;
  float: left;
  left: auto;
  margin: 11px 0 ;
  position: relative;
  right: 0;
  text-align: right;
  width: 100%;
  z-index: 9;
}

.carouselindicators_client li{
	border:1px solid #0c0c0c;
	background:#FFF;
	}
	
.carouselindicators_client li.active{
	border:1px solid #0c8dc1;
	background:#0c8dc1;
	}
	
.team_box{
	background:#f7f7f7;
	color:#686868;
	padding:20px;
	float:left;
	width:100%;
	}
	
.team_box h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 4px 0 18px;
  padding: 0;
}

.team_box h4 a{
	display:inline-block;
	color:#0a90ce;
	text-decoration:underline;
	font-size:13px;
	font-weight:400;	
}

.team_members{
	float:left;
	width:100%;
	}

.team_members ul{
	margin:0;
	padding:0;
	}

.team_members ul li{
	position:relative;
	padding-left:72px;
	float:left;
	width:100%;
	min-height:52px;
	margin-bottom:10px;
	list-style:none;
	}

.team_members ul li:last-child{
	margin-bottom:0;
	}
	
.team_members ul li img{
	position:absolute;
	left:0;
	top:0;
	}
	
.team_members ul li strong{
	font-size:16px;
	font-weight:700;
	color:#212b35;
	display:block;
	margin-bottom:5px;
	}
	
.team_members ul li span{
	font-size:14px;
	color:#8b8c8e;
	display:block;
	}
	
.ourskills_wrap{
	background:#212b35;
	float:left;
	width:100%;
	}
	
.ourskills_con{
	float:left;
	width:100%;
	padding:80px 0;
	color:#ffffff;
	}
	
.ourskills_box{
	line-height: 24px;
	font-size:16px;
	float:left;
	width:100%;
	}
	
.ourskills_box h5 {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 34px;
}

.skillsgraph_box{
	float:left;
	width:100%;
	}
	
.skillsgraph_box h5 {
  font-size: 25px;
  font-weight: 400;
  margin: 0 0 5px;
}
	
.skillsgraph_con{
	float:left;
	width:100%;
	margin-bottom:6px;
	}
	
.skillsgraph_content .progress-bar{
	position:relative;
	}
	
.skillsgraph_content .progress {
    float: left;
    height: 5px;
    margin-bottom: 0;
    overflow: visible;
    width: 100%;
	margin-bottom: 0;
}

.percentage_top {
    font-size: 13px;
    position: absolute;
    right: -9px;
    top: -22px;
}

.skillsgraph_heading {
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.footer_wrap{
	background:#0a90cd;
	float:left;
	width:100%;
	}
	
.footer_con{
	float:left;
	width:100%;
	padding:60px 0;
	color:#ffffff;
	}
		
.footer_heading {
    float: left;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.footer_content {
    float: left;
    width: 100%;
}

.footer_logo {
    display: block;
    margin: 0 0 10px;
}
	
.footer_social {
    float: left;
    margin: 40px 0 0;
    width: 100%;
}
	
.footer_social ul{
	margin:0;
	padding:0;
	}
	
.footer_social ul li{
	list-style:none;
	display:inline-block;
	}
	
.footer_social ul li a{
	display:block;
	}

.getintouch{
    float: left;
    margin: 20px 0 0;
    width: 100%;
	}

.getintouch p{
	margin-bottom:10px;
	}
	
.getintouch ul{
	margin:0;
	padding:0;
	}
	
.getintouch ul li{
    display: block;
    line-height: 18px;
    list-style:none;
    margin-bottom:7px;
    padding-left: 20px;
    position: relative;
	}
	
.getintouch ul li img{
	position:absolute;
	left:0;
	top:5px;
	}
	
.getintouch ul li a{
	color:#FFF;
	}
	
.copyright_wrap{
	background:#046c95;
	float:left;
	width:100%;
	}
	
.copyright_con{
	text-align:center;
	float:left;
	width:100%;
	padding:18px 0;
	color:#ffffff;
	}
	
.footer_about > a {
    color: #fff;
}

.footer_box {
    float: left;
    width: 100%;
}

.menu_wrap.fixed {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    left: 0; 
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.menu_wrap.fixed .menu_con {
    padding: 10px 0;
}

.menu_wrap.fixed  .menu_con .navbar-brand {
    max-width: 130px;
}

.menu_wrap.fixed  .nav_box {
    float: right;
    margin: 6px 0 0;
    padding: 0;
}
	
.model_newlook{
	
	}
	
.model_newlook .modal-header {
  background: #0a90cd none repeat scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;  
}

.model_newlook .close {
  color: #fff;
  opacity: 1;
}

.model_newlook .close:hover,.model_newlook .close:focus {
    color: #fff;
    cursor: pointer;
    opacity: 0.5; 
}

.model_newlook  .modal-footer {
  background: #0a90cd none repeat scroll 0 0;
  border-top: 1px solid #e5e5e5;
}

.model_newlook .modal-body {
  background: #f7f7f7 none repeat scroll 0 0;
}

.fullimgshow_box{}

.model_newlook .fullimgshow_box .close {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    height: 25px;
    line-height: normal;
    margin-bottom: 10px;
    opacity: 1;
    width: 25px;
}

.model_newlook .fullimgshow_box  .close > span {
    display: inline-block;
    height: 10px;
    line-height: 7px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  background-color: #1f8deb;
}
.carousel-inner > .item > img {
  min-width: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */


/***********$i$************* slider*************$i$**********************/
.carousel-inner.onebyone-carosel { margin: auto; width: 90%; }
.onebyone-carosel .active.left { left: -33.33%; }
.onebyone-carosel .active.right { left: 33.33%; }
.onebyone-carosel .next { left: 33.33%; }
.onebyone-carosel .prev { left: -33.33%; }

.projects_demoslidern{
	max-width: 1002px;
	width:100%;
	margin:0 auto;
	margin-top:30px;
	}
	
.projects_demoslidern .carousel {
	padding:30px 0;
}
	
.projects_demoslidern .carousel-control{
    width: 50px;
}

.projects_demoslidern .carousel .item {
    background-color:transparent;
}

.projects_demoslidern .carousel-control.left {
    background-image: linear-gradient(to right, rgba(10, 144, 205, 0.5) 0px, rgba(10, 144, 205, 0) 100%);
    background-repeat: repeat-x;
}

.projects_demoslidern .carousel-control.right {
    background-image: linear-gradient(to right, rgba(10, 144, 205, 0) 0px, rgba(10, 144, 205, 0.5) 100%);
    background-repeat: repeat-x;
    left: auto;
    right: 0;
}

.project_box {
    float: left;
    max-height: 250px;
    position: relative;
    width: 100%;
}

.project_box:hover .project_overlay,.project_box.active .project_overlay{
	display:block;
	}
	
	
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none; 
}


/***********$i$************* slider*************$i$**********************/


@media (min-width: 768px) {

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 57px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


@media (max-width: 1100px) {
	.nav_box .navbar-nav > li {
		float: left;
		margin-left: 30px;
	}
	
.banner_wrap .carousel-caption {
  bottom: 2%;
}

.aboutus_con {
    padding: 50px 0;
}

.clientteam_box > h4 {
	margin-bottom:18px;
}
	
}

@media (min-width: 768px) and (max-width: 980px) {
.nav_box .navbar-nav > li {
    margin-left: 15px;
}

.menu_con .navbar-brand {
  max-width: 150px;
}

.nav_box {
  margin: 5px 0 0;
}

.banner_wrap .carousel-caption {
    bottom: 0;
}

.carousel-caption p {
  margin-bottom: 25px;
}

.projects_demoslider ul li {
    display: inline-block;
    margin: 0 5px;
    position: relative;
    width: 30%;
}
	
}

@media (max-width: 767px){
	
.menu_con .navbar-toggle {
  background-color: #0a90cd;
}

.menu_con  .navbar-toggle .icon-bar {
  background: #fff none repeat scroll 0 0;
}

.nav_box {
    width: 100%;
}

.nav_box .navbar-nav > li {
    float: none;
}

.nav_box .navbar-nav {
    margin: 0;
}

.nav_box .navbar-nav > li {
    margin-bottom: 20px;
    margin-left: 0;
}

.nav_box .navbar-nav > li > a {
    padding: 0 0 5px;
}

.nav_box .nav > li > a:hover, .nav_box .nav > li > a:focus, .nav_box .nav > li > a.active {
    border-bottom: 2px solid #0a90cd;
	padding: 0 0 3px;
}

.aboutus_img {
    margin-bottom: 20px;
    text-align: center;
}

.aboutus_img img{
	display:inline-block;
}

.clientteam_box {
  margin-bottom: 20px;
}

.clientteam_con {
    padding: 20px 0;
}

.ourskills_con {
  padding: 20px 0;
}

.footer_con {
  padding: 20px 0;
}

.footer_box {
    margin-bottom: 20px;
}

.ourskills_box h5 {
  margin: 0 0 10px;
}

.ourskills_box {
  margin-bottom: 20px;
}

.socialheader_box {
  margin: 0 0 10px;
  text-align: center;
  width: 100%;
}

.telephone_box {
    text-align: center;
    width: 100%;
}

.projects_demoslider ul {
  margin: 0 0 0 -2%;
  width: 102%;
}

.projects_demoslider ul li {
  float: left;
  margin: 0 0 0 2%;
  width: 31.3%;
}

.projects_controller{
	margin:0;
	}
	
.projects_con {
  padding: 20px 0;
}

	
	}
	
@media (max-width: 640px){


	
	}
	
@media (max-width: 479px){
.telephone_box ul li{
	padding:0;
	border-right:none;
	}
	
.menu_con .navbar-brand {
  max-width: 200px;
}

.projects_demoslider ul li {
  margin: 0 0 20px;
  width: 100%;
}

.projects_demoslider ul {
  margin: 0;
  width: 100%;
}

.banner_btn {
  font-size: 14px !important;
  padding: 5px 14px;
}

.carousel-caption > p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner_wrap .carousel-caption h1 {
  font-size: 20px;
  margin: 0;
}

.banner_wrap .carousel-caption {
    bottom: 8%;
    padding-bottom: 0;
    width: 70%;
}
	
	}
