@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

body {
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body p{ line-height:2.2;}

h1,h2,h3,h4,h5,h6 {
 font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-top:5px;
}

a {
  color: #f9f9f9;
  text-decoration: none;
}

a {

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

a:hover {

  color: #ffffff;

}

a:focus {

  outline: none;

}

img {

  max-width: 100%;

}

.row {

  /*padding-bottom: 70px;*/

}

.section-title {

  text-align: center;

  text-transform: uppercase;

  color: #0BAFA0;

  font-size: 50px;

  font-weight: 700;

  padding: 48px 20px;

}

.section-title span {

  color: #333;

}

::selection {

  background: #0BAFA0;

  color: #fff;

}

::-moz-selection {

  background: #0BAFA0;

  color: #fff;

}

#portfolio-items .mix {

  float: left;

  display: none;

}

.btn {

  cursor: pointer;

  padding: 10px 16px;

  display: inline-block;

  margin: 10px 0px;

  outline: none;

  position: relative;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.btn-border {

  border: 2px solid #0BAFA0;

  color: #0BAFA0;

  overflow: hidden;

  font-size: 16px;

  line-height: 22px;

  font-weight: 300;

}

.btn-border:hover,

.btn-border:active {

  color: #ffffff;

  background: #0BAFA0;

}

.btn-common {

  background: #0BAFA0;

}

.btn-common:hover {

  background: #585858;

}

#header .main-navigation {

  background: #ffffff;

  border-bottom: 2px solid #81b941;

}

#header .navbar-brand {

  height: auto;

}

#header .nav {

  list-style: none;

/*  margin-top: 40px;*/

}

#header .nav li {

  margin: 0 8px 0 11px;

}
.test{ padding-top:184px;}
#header .nav li a {

  text-transform: uppercase;
  padding:4px 0;
  color: #015386;
  font-weight: 300;
  position: relative;
  font-size:13px;

}

#header .nav li a:after {

  position: absolute;

  top: 100%;

  left: 0;

  border-bottom: 2px solid #81b941;

  width: 100%;

  content: '';

  opacity: 0;

  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;

  -moz-transition: opacity 0.3s, -moz-transform 0.3s;

  transition: opacity 0.3s, transform 0.3s;

  -webkit-transform: translateY(10px);

  -moz-transform: translateY(10px);

  transform: translateY(10px);

}

#header .nav li.active a:after,

#header .nav li.active a,

#header .nav li a:hover::after,

#header .nav li a:hover,

#header .nav li a:focus {

  background: none;

  opacity: 1;

  color: #81b941;

  -webkit-transform: translateY(0px);

  -moz-transform: translateY(0px);

  transform: translateY(0px);

}

#header .affix {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*#header .affix .navbar-brand {
  padding: 12px;
}

#header .affix .navbar-brand img {
  width: 80%;
}
*/
#header .affix .nav {
 margin-top: 10px;
}

#intro {

  background: url("../img/background/bg-intro.jpg") center center no-repeat;

  background-size: cover;

  color: #ffffff;

  text-align: center;

  padding-top: 67px;

}

#intro .overlay {

  background: url("../img/background/bg-overlay.png") rgba(0, 0, 0, 0.6) repeat;

}

#intro .main-text {

  margin: 202px 0px;

}

#intro .main-text h1 {

  font-weight: 700;

  font-size: 62px;

  color: #ffffff;

}

#intro .main-text h1 span {

  color: #0BAFA0;

}

#intro .main-text h2 {

  color: #ffffff;

  font-size: 30px;

  font-weight: 300;

  line-height: 60px;

}

#intro .main-text .btn {

  font-size: 20px;

  padding: 12px 30px;

  margin-top: 30px;

}

#services {

  background: #ffffff;

  padding-bottom: 50px;

}

#services .service-box {

  position: relative;

 /* border: 1px solid #0BAFA0;*/

 /* margin-bottom: 48px;*/

}

#services .content {

  color: #383737;

  text-align: center;

  background:#fff;

  border: 4px solid #ffffff;

  padding: 10px 14px;

}
#services .content a{ color:#333333}
/*#services .content:hover{ background-color:#000000;}*/
#services .content h2 {

  font-size: 20px;

  font-weight: 300;

  text-transform: uppercase;

}

#services .content p {

  line-height: 22px;

  font-weight: 300;

}

#services .icon-wrapper {

  background: #ffffff;

  border-radius: 50%;

  height: 54px;

  left: -7px;

  padding: 3px;

  position: absolute;

  top: -30px;

  width: 54px;

}

#services .icon-wrapper i {

  background: #ffffff;

  color: #0BAFA0;

  border: 2px solid #0BAFA0;

  border-radius: 50%;

  font-size: 30px;

  height: 48px;

  line-height: 48px;

  text-align: center;

  width: 48px;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

#services .service-box:hover i {

  background: #0BAFA0;

  color: #fff;

}

#about {

  background: url('../img/background/bg-1.jpg') center center no-repeat;

  background-size: cover;

  color: #ffffff;

}

#about .section-title span {

  color: #fff;

}

#about .side-left {

  text-align: center;

}

#about .side-left img {

  border-radius: 4px;

  padding-bottom: 12px;

}

#about .side-left .info h4 {

  font-size: 22px;

  font-weight: 300;

  line-height: 12px;

}

#about .side-left .info p {

  font-weight: 300;

  font-size: 14px;

  letter-spacing: 1.1px;

  position: relative;

}

#about .side-left .info p:after {

  background: #ffffff;

  content: "";

  height: 5px;

  left: 32%;

  position: absolute;

  top: 125%;

  width: 34%;

}

#about .side-right p {

  padding: 0px 20px;

  font-weight: 300;

  font-size: 16px;

  text-align: justify;

}

#about .owl-theme .owl-controls .owl-page span {

  background: none;

  display: none;

}

#portfolio .controls {

  text-align: center;

  margin-bottom: 20px;

}

#portfolio .controls .btn {

  margin: 10px 5px;

  text-transform: uppercase;

  font-weight: 300;

}

#portfolio .portfolio-items .mix {

  width: 24%;

  overflow: hidden;

}

#portfolio .portfolio-items figure {

  background: #ffffff;

  float: left;

  margin: 5px;

  width: 100%;

  height: 100%;

  padding: 5px;

  border: 1px solid #F3F3F3;

  position: relative;

}

#portfolio .portfolio-items figure .img {

  position: relative;

}

#portfolio .portfolio-items figure .img img {

  max-width: 100%;

  height: auto;

  vertical-align: middle;

}

#portfolio .portfolio-items figure .img .overlay {

  display: block;

  background: rgba(0, 0, 0, 0.8);

  position: absolute;

  top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  overflow: hidden;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

  z-index: 20;

  opacity: 0;

}

#portfolio .portfolio-items figure .img a {

  background: #ffffff;

  font-size: 22px;

  padding: 8px 14px;

  position: absolute;

  text-align: center;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

  opacity: 0;

}

#portfolio .portfolio-items figure .img .link-left {

  left: -22%;

  top: 45%;

  margin: 0 auto;

}

#portfolio .portfolio-items figure .img .link-right {

  right: -22%;

  top: 45%;

  margin: 0 auto;

}

#portfolio .portfolio-items figure:hover .overlay {

  opacity: 1;

}

#portfolio .portfolio-items figure:hover a.link-left {

  left: 30%;

  opacity: 1;

  color: #008A7D;

}

#portfolio .portfolio-items figure:hover a.link-right {

  right: 30%;

  opacity: 1;

  color: #008A7D;

}

#portfolio .portfolio-items .item-description {

  padding: 4px 12px;

  text-align: center;

  background-color: #0BAFA0;

  border-top: 3px solid #45EFDF;

  border-bottom: 6px solid #008A7D;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

  position: relative;

}

#portfolio .portfolio-items .item-description:after {

  border-color: #fff transparent;

  border-style: solid;

  border-width: 0px 22px 22px;

  top: -25px;

  content: "";

  display: block;

  left: 50%;

  margin-left: -24px;

  position: absolute;

  width: 25px;

  z-index: 22;

  opacity: 0;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

#portfolio .portfolio-items .item-description h4 {

  color: #ffffff;

  font-weight: 300;

  font-size: 18px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

#portfolio .portfolio-items .item-description p {

  color: #FEF2F6;

  font-weight: 300;

  line-height: 22px;

  -webkit-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

#portfolio .portfolio-items figure:hover .item-description {

  background: #ffffff;

  border-bottom: 6px solid #ffffff;

  border-top: 3px solid #ffffff;

}

#portfolio .portfolio-items figure:hover .item-description:after {

  opacity: 1;

}

#portfolio .portfolio-items figure:hover h4,

#portfolio .portfolio-items figure:hover p {

  color: #008A7D;

}

#why-chose {

  background: url('../img/background/bg-2.jpg') center center no-repeat;

  color: #fff;

  background-size: cover;

  overflow: hidden;

}

#why-chose .section-title span {

  color: #fff;

}

#why-chose .showcase-box img {

  position: relative;

  top: 86px;

}

#why-chose .content-left,

#why-chose .content-right {

  position: relative;

}

#why-chose .icon {

  float: right;

  width: 50px;

  height: 50px;

  border: 2px solid #0BAFA0;

  overflow: hidden;

  border-top-left-radius: 12px;

  border-bottom-right-radius: 12px;

  text-align: center;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

#why-chose .icon i {

  font-size: 28px;

  line-height: 48px;

  color: #0BAFA0;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  transition: all 0.5s ease;

}

#why-chose .box-left:hover .icon,

#why-chose .box-right:hover .icon {

  background-color: #0BAFA0;

}

#why-chose .box-left:hover .icon i,

#why-chose .box-right:hover .icon i {

  color: #fff;

}

#why-chose .content-left .box-left .content {

  padding-right: 72px;

}

#why-chose .content-left .box-left .content h4 {

  color: #FFF;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

  text-align: right;

}

#why-chose .content-left .box-left .content p {

  text-align: right;

  line-height: 22px;

  font-size: 14px;

  font-weight: 300;

}

#why-chose .content-left .box-left:hover .icon {

  border-top-left-radius: 0px;

  border-bottom-right-radius: 0px;

  border-top-right-radius: 12px;

  border-bottom-left-radius: 12px;

}

#why-chose .content-right .icon {

  float: left;

  border-top-left-radius: 0px;

  border-bottom-right-radius: 0px;

  border-top-right-radius: 12px;

  border-bottom-left-radius: 12px;

}

#why-chose .content-right .box-right .content {

  text-align: left;

  padding-left: 72px;

}

#why-chose .content-right .box-right h4 {

  color: #FFF;

  font-size: 20px;

  font-weight: 700;

  text-transform: uppercase;

  text-align: left;

}

#why-chose .content-right .box-right p {

  line-height: 22px;

  font-size: 14px;

  font-weight: 300;

}

#why-chose .content-right .box-right:hover .icon {

  border-top-left-radius: 12px;

  border-bottom-right-radius: 12px;

  border-top-right-radius: 0px;

  border-bottom-left-radius: 0px;

}

#pricing {

  width: 100%;

  background: #EEE;

}

#pricing .table {

  display: block;

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  -ms-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

  box-shadow: -10px -10px 0 #585858;

  margin: 50px 0;

}

#pricing .pricing-header {

  background: #0BAFA0;

  height: 120px;

  padding: 10px 0;

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  -ms-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

}

#pricing .pricing-header .price-quality {

  font-size: 30px;

  color: #ffffff;

  padding: 24px 0;

  text-transform: uppercase;

}

#pricing .table:hover .pricing-header {

  background: #585858;

}

#pricing .price {

  height: 75px;

  background: #ffffff;

  position: relative;

}

#pricing .price-value {

  font-size: 30px;

  color: #ffffff;

  border-radius: 100%;

  width: 90px;

  height: 90px;

  line-height: 80px;

  text-align: center;

  position: absolute;

  left: 34%;

  top: -45px;

  border: 4px solid #ffffff;

  background: #0BAFA0;

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  -ms-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

}

#pricing .table:hover .price-value {

  background: #585858;

}

#pricing .pricing-list {

  background: #ffffff;

  padding: 0 16px;

  color: #0BAFA0;

  padding-bottom: 30px;

  -webkit-transition: all .3s ease;

  -moz-transition: all .3s ease;

  -ms-transition: all .3s ease;

  -o-transition: all .3s ease;

  transition: all .3s ease;

}

#pricing .pricing-list ul li {

  text-align: center;

  border-top: 1px dotted #676767;

  line-height: 50px;

  font-size: 18px;

}

#pricing .pricing-list ul li:last-child {

  border-bottom: 1px dotted #676767;

}

#pricing .table:hover .pricing-list {

  color: #585858;

}

#pricing .btn {

  position: absolute;

  left: 28%;

  bottom: 3%;

  color: #fff;

}

#pricing .table:hover .btn-common {

  background: #585858;

  borde: 1px solid #585858;

}

#blog {

  margin: 0;

  padding: 0;

  width: 100%;

  background: #e3e3e3;

}

#blog .carousel-control {

  background-image: none;

  height: 50px;

  top: 45%;

  width: 50px;

}

#blog .carousel-control i {

  height: 50px;

  padding: 15px;

  width: 50px;

  background-color: #008A7D;

}

#blog .blog-wrapper {

  width: 100%px;

  padding: 0px 12px;

  overflow: hidden;

}

#blog .blog-wrapper img {

  width: 370px;

  overflow: hidden;

}

#blog .blog-wrapper .video {

  width: 100%;

  height: 268px;

}

#blog .blog-wrapper .content {

  width: 100%;

  background: #0BAFA0;

  padding: 12px 20px;

  border-top: 6px solid #45EFDF;

  padding-bottom: 36px;

}

#blog .blog-wrapper .content h3 {

  color: #ffffff;

  font-size: 18px;

  font-weight: 300;

  line-height: 22px;

  text-transform: uppercase;

}

#blog .blog-wrapper .content p {

  color: #ffffff;

  font-weight: 300;

  font-size: 14px;

  text-align: justify;

}

#blog .blog-wrapper .content .redmore {

  color: #ffffff;

  font-weight: 300;

  font-size: 14px;

  float: right;

  text-decoration: none;

}

#blog .blog-wrapper .content .redmore:hover {

  color: #e3e3e3;

}

#blog .blog-wrapper .blog-footer {

  background: #008A7D;

  padding: 20px 20px;

  color: #ffffff;

  width: 100%;

  height: 60px;

}

#blog .blog-wrapper .blog-footer p {

  float: left;

}

#blog .blog-wrapper .blog-footer span {

  float: right;

}

#blog .blog-wrapper .blog-footer span i {

  padding-right: 10px;

}

#blog .owl-theme .owl-controls {

  position: absolute;

  top: -60px;

  padding-bottom: 50px;

  right: 30px;

}

#blog .owl-theme .owl-controls .owl-buttons div {

  background: transparent;

  color: #0BAFA0;

  font-size: 28px;

  display: inline-block;

}

#team {

  background: #fff;

  text-align: center;

  color: #ffffff;

  overflow: hidden;

}

#team .item-square {

  margin-bottom: 42px;

}

#team .item-square .face {

  position: relative;

  overflow: hidden;

  margin: 0 auto;

  cursor: pointer;

}

#team .item-square .face .overlay {

  position: absolute;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 10;

}

#team .content {

  width: 100%;

  background-color: #181818;

  overflow: hidden;

}

#team .content .title {

  background-color: #0BAFA0;

  width: 100%;

  padding: 10px 0;

}

#team .content .title h3 {

  font-size: 34px;

  font-weight: 300;

  line-height: 22px;

}

#team .content .title p {

  font-size: 16px;

  font-weight: 300;

  line-height: 40px;

  text-transform: uppercase;

}

#team .content .text {

  padding: 26px 24px;

}

#team .content .text p {

  font-weight: 300;

  line-height: 22px;

}

#team .social-icons {

  background-color: #323232;

  width: 100%;

  height: 48px;

}

#team .social-icons ul {

  margin: 5px;

  padding: 0;

}

#team .social-icons ul li {

  display: inline-block;

}

#team .social-icons ul li a {

  text-decoration: none;

}

#team .social-icons ul li a i {

  display: block;

  font-size: 18px;

  color: #0BAFA0;

  width: 48px;

  text-align: center;

  height: 48px;

  line-height: 48px;

}

#team .social-icons ul li a i:hover {

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  -ms-transition: all 0.2s linear;

  transition: all 0.2s linear;

  color: #ffffff;

}

#team .social-icons .fa-twitter:hover {

  background: #00aced;

}

#team .social-icons .fa-facebook:hover {

  background: #3b5998;

}

#team .social-icons .fa-google-plus:hover {

  background: #dd4b39;

}

#team .social-icons .fa-youtube:hover {

  background: #CC181E;

}

.r-size{ resize:none;}

#testimonial {

/*  background: url('../img/background/bg-2.jpg') center center no-repeat;

  background-size: cover;*/
background-color:#f5f5f5;
}

#testimonial .testimonial {

  margin-left: 16px;

  margin-right: 16px;

  border: 2px solid #0BAFA0;

}

#testimonial .testimonial-text {

  padding: 20px;

  padding-bottom: 46px;

}

#testimonial .testimonial-text i {

  font-size: 34px;

  color: #0BAFA0;

}

#testimonial .testimonial-text p {

  color: #fff;

  font-size: 14px;

  font-weight: 400;

  text-align: justify;

  padding: 0 22px;

}

#testimonial .testimonial-info {

  width: 100%;

  background-color: #0BAFA0;

  border-bottom: 6px solid #008A7D;

  height: 67px;

  position: relative;

}

#testimonial .testimonial-info img {

  position: absolute;

  top: -35px;

  left: 70px;

  width: 68px;

  height: 68px;

  border-radius: 100%;

  border: 4px solid #0BAFA0;

}

#testimonial .testimonial-info p {

  font-size: 16px;

  font-weight: 300;

  color: #ffffff;

  padding: 18px 0;

  text-align: center;

}

#testimonial .owl-theme .owl-controls .owl-page span {

  width: 50px;

  height: 10px;

  background: #0BAFA0;

  margin: 20px 8px;

}

#contact {

  background: #333;

  background-size: cover;

}

#contact .section-title span {

  color: #fff;

}

#contact .contact-form .controls {

  padding-bottom: 20px;

}

#contact .contact-form .controls input.contact_input {

  color: #000;

  background-color: #ffffff;

  float: left;

  border: 1px solid #0BAFA0;

  font-size: 14px;

  font-weight: 300;

  height: 48px;

  padding: 0 12px;

  width: 88%;

}

#contact .contact-form .controls i {

  font-size: 18px;

  color: #0BAFA0;

  width: 48px;

  height: 48px;

  background-color: #ffffff;

  padding: 12px;

  text-align: center;

  border: 1px solid #0BAFA0;

  border-left: none;

}

#contact .contact-form textarea {

  font-size: 14px;

  background-color: #ffffff;

  border: 1px solid #0BAFA0;

  width: 100%;

  padding: 2% 3%;

  height: 185px;

  border-radius: 0px;

}

#contact .contact-form textarea:focus {

  box-shadow: none;

}

#contact .contact-form .btn {

  color: #ffffff;

  font-weight: 300;

  margin-top: 30px;

  font-size: 24px;

  width: 100%;

  margin: 20px 0;

}

#clients {

  background-color: #fff;

  width: 100%;

  height: 98px;

  padding: 24px;

}

#connected {

  background-color: #0BAFA0;

  width: 100%;

  color: #ffffff;

  text-align: center;

}

#connected .section-title {

  color: #ffffff;

}

#connected .discription {

  font-size: 18px;

  font-weight: 300;

  font-style: italic;

  position: relative;

}

#connected hr {

  width: 200px;

  text-align: center;

}

#connected .contact-item {

  margin-top: 48px;

}

#connected .contact-item a {

  padding-bottom: 12px;

}

#connected .contact-item a i {

  font-size: 30px;

  color: #ffffff;

  padding-bottom: 16px;

}

#connected .contact-item h5 {

  color: #FDF2F0;

  font-weight: 300;

  font-size: 14px;

  text-transform: uppercase;

}

#connected .contact-item h4 {

  font-size: 18px;

  font-weight: 700;

  letter-spacing: 1px;

}

#footer {
  background-color:#011421;
  width: 100%;
  padding:20px;
}



#footer h3{

color:#fff;

}



#footer ul{

padding:5px;	

	}



#footer ul li{

list-style:none;

color:#fff;		

	}



#footer ul li a{ 

list-style:none;

color:#fff;	

font-size:14px;	

	}



#footer address{

color:#fff;	

font-size:14px;		

	}



#footer p{

color:#fff;	

font-size:14px;		

	}

#footer p a{

color:#fff;	

font-size:14px;		

	}

#footer p a:hover{

color:#fff;	

text-decoration:none;	

	}



#footer .copyright {

  border-top: 1px solid #ffffff;

  padding: 14px 0;

  color: #ffffff;

  font-size: 18px;

  font-weight: 300;

}

#footer .copyright a {

  color: #fff;

  text-decoration: none;

}

#footer .copyright a:hover {

  color: #34495E;

}

/*.scroll-top {
 right: 30px;
bottom: 30px;
background: #04243c;
border-radius: 23px;
width: 41px;
height: 39px;
cursor: pointer;
text-align: center;
z-index: 9999;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
transition: all 0.2s linear;
opacity:0.6;
}

.scroll-top i {
  padding: 0px 10px;
  font-size: 36px;
  color: #fff;
}

.scroll-top:hover {
 opacity:1;
}

#settings-panel {

  position: fixed;

  top: 172px;

  right: -158px;

  border-right: none;

  background: #fff;

  padding: 10px;

  text-align: center;

  z-index: 99;

}*/

#panel-opener {

  position: absolute;

  font-size: 1.4em;

  line-height: 1.6em;

  top: 10px;

  left: -40px;

  background: #fff;

  width: 40px;

  height: 40px;

  color: #0BAFA0;

  line-height: 40px;

  cursor: pointer;

}

#panel-opener:hover {

  color: #1a88c4;

}

.color-container {

  width: 138px;

  margin-bottom: -8px;

  float: left;

}

.color-container .color {

  width: 40px;

  height: 40px;

  display: inline-block;

  margin: 0 4px 0 0;

}

.color-container .color-1 {

  background: #0BAFA0;

}

.color-container .color-2 {

  background: #3498db;

}

.color-container .color-3 {

  background: #e74c3c;

}

.color-container .color-4 {

  background: #34495e;

}



/*#################### extra ##########################*/

.dropdown:hover .dropdown-menu {
display: block;
margin-top: 0;
 }

.navbar-right .dropdown-menu{ left:0;}
.navbar-right .dropdown-menu li{ padding:2px 0px; font-size:13px;}
 .margin-top124{ margin-top:124px;}

.col-centered{
float:none;
margin:0 auto;
}
.bg-blue{background:#13659f;}
/* ########## margin padding  ############## */
.pd-lt-10{padding-left:10px;}
.pd-lt-40{padding-left:40px;}
.pd-rt-10{padding-right:10px;}
.margin-top-20{ margin-top:20px;}
.margin-bottom-20{ margin-bottom:20px;}
.margin-bottom-0{ margin-bottom:0px;}
.margin-top-40{ margin-top:40px;}
.margin-bottom-200{ margin-bottom:200px;}
.padding-rt-0{padding-right:0px;}
/*custom css*/
.img-circle{border: 1px solid #a29f9f;}
.righside{
    position: fixed;
    z-index: 999;
    width: 128px;
    top: 63%;
    right: 0;
	width:70px;
	}
.white{ color:#fff;}
.margin-bottom-6{margin-bottom:-6px;}
.dropdown-menu>li>{ border-bottom:none;}	
.box-shadow{
-webkit-box-shadow: 2px -2px 36px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 2px -2px 36px -5px rgba(0,0,0,0.75);
box-shadow: 2px -2px 36px -5px rgba(0,0,0,0.75);
	}	
.panel{margin-bottom: 9px; box-shadow:0px 1px 2px 3px rgba(0,0,0,.05); /*background-color: #f5f4f4; */ padding: 0 9px; margin-top:10px;}
.top{ background-color:#13659f; min-height:30px;}
.social1 ul{ list-style:none; padding-top:5px;}
.social1 ul li{ float:left;  padding:0 10px; border-right: 1px solid #888787;}
.social1 ul li a:hover{text-decoration:none;}
.social ul{ list-style:none; padding-left: 0;}
.social ul li{ float:left; padding:2px 3px;}


.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(33, 150, 243, 0.78);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}


/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -10px;
}
#quote-carousel .carousel-control.right {
    right: -10px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 78px;
    height: 78px;
    border-radius: 100px;
    border-color: #81b941;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}
#testimonial span{
   display: block;
    width: 68px;
    height: 3px;
    background:#13659f;
    margin-top: -24px;
	}
/*end*/

/*###################### new #################*/
.navbar-wrapper {
  position: absolute;
  width:100%;
  top: 0;
  left: 0;
  right: 0;
  z-index:1000;
}

.header-top {
background:rgba(255,255,255,.4);
padding: 8px 0;
border-bottom: 1px solid rgba(0,0,0,.1);
}	

.header-top ul {
margin: 0;
padding: 0;
}
.header-top ul>li {
float: left;
list-style: none;
color:#950505;
}
.header-top ul>li+li {
 margin-left:15px;
}

.header-top ul>li>a {
color:#950505;
}
.header-top ul>li>a:hover {
color: #fa4848;
}

.header-top ul>li>i {
margin-left: 10px;
margin-right: 10px;
color:#950505;
}

header{
background:transparent;
border-bottom: 1px solid rgba(0,0,0,.1);
}

.affix {
top:0;
width: 100%;
/*z-index: 9999 !important;*/
 background:#fff;
-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
 -moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
 box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);	
height:85px;
  }
  
.affix navbar-nav > li > a{
color:#000; 
}
.navbar {
margin-bottom: 0px;
}

.affix ~ .header {
position: relative;
top: 50px;
}

.shrink .navbar-brand img {
max-height:65px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.navbar-brand { position: relative; z-index: 2; }
.navbar-nav.navbar-right .btn { position: relative; z-index: 2; padding: 4px 20px; margin: 10px auto; }
.navbar .navbar-collapse { position: relative; }
/*.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }*/
.navbar .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
.navbar.navbar-default .nav-collapse { background-color: #f8f8f8; }
.navbar.navbar-inverse .nav-collapse { background-color: #fff; }
.navbar .nav-collapse .navbar-form { border-width: 0; box-shadow: none; margin-top:35px; }
.nav-collapse>li { float: right; }

.navbar-inverse .navbar-nav > li > a {
font-weight: 500;
color:#81b941;
text-transform: uppercase;
font-size:12px;
}
.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

.social-media{ float:right;top: 40%;position: fixed;right: 0;z-index:200;}
.social-media ul{list-style: none;}
.social-media ul li{padding:3px 0}
.social-media ul li a img:hover{ opacity:0.7}
.modal-content{ 
background:#efefef; 
border-radius:0px;
}
.modal-header h4{
/*background:#13659f;*/
color:#5f9b19;
text-align:center;
font-size: 15px;
font-weight: 800;	
	}
.modal-content .form-control{	
background-color:#002847;	
 color:#fff;
	}
	
.modal-content .btn-gd-green{
background:#5f9b19;
color:#fff;	
	}
.modal-content .btn-gd-green:hover{
display: inline-block;
font-weight: 700;
font-size: .9em;
letter-spacing: 1px;
position: relative;
text-align: center;
text-decoration: none;
color: #5f9b19;
border: 2px solid #5f9b19;
text-transform: uppercase;
background:transparent;
	}

/*.modal-content .form-control{	

    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 30px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #969696;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #286090 !important;
    border: none;
	background:transparent;
    border-color: transparent;
}

.form-control:focus{
    border-color: #FF060A;
    -webkit-box-shadow: none;
    box-shadow: none;
}*/
	
.bg-shadow{
background-color:transparent !important;
box-shadow:none !important;
border:none; 	
	}	
.btn{border-radius:0px; margin:0;}
r-size{resize:none;}
@media screen and (max-width: 767px) {
    /*.navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } */
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
	.navbar-inverse{ background:#fff;}
.fixed_width_carousel_wrapper {
	 background:#fff !important;
	 margin-top:81px !important;
}
	 
}	

/*#################### back to top ###########################*/

#backtotop{z-index:999; display:inline-block; position:fixed; visibility:hidden; border-radius:50%; bottom:20px; right:20px; width:36px; height:36px; line-height:36px; border-radius:5px; font-size:16px; text-align:center; opacity:.2;}

#backtotop i{display:block; width:100%; height:100%; line-height:inherit;}

#backtotop.visible{visibility:visible; opacity:.5;}

#backtotop:hover{opacity:1;}

#backtotop{
color:#fff; 
background-color:#04243c;     
width:40px;
height:40px;
border-radius:50%; 
text-decoration:none;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display:block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        float: none!important;
        margin: 5.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
	
}





