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

body {
  color: #3d3d3d;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  color: #7EBDBD;
}


hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #7EBDBD;
}

p.main {
    text-align: justify;
}

.about-us {
  top-padding: 100px;
  padding: 90px 0px;
  background: #fff;
}
.about-us h1, .about-us h3 {
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
}
.about-us h3 {
  margin-bottom: 0px;
}
.about-us h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}
.about-us img {
  border: 10px solid #7EBDBD;
}


.services1 {
  padding: 90px 0;
  padding-bottom: 40px;
  background-color: #ffffff; }

.services {
  padding: 90px 0;
  padding-bottom: 40px;
  background-color: #7EBDBD; }

.services a{
  color:white; }

.services h1 {
   color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
	font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}	
	
.service-box {
  padding: 25px 20px;
  text-align: left;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 40px;
	background-color: #fff;
	border-radius: 5px; }

.service-box i {
  font-size: 55px;
  margin-bottom: 15px; }

.service-box h3 {
  color: #3d3d3d;
  font-size: 18px;
  text-transform: uppercase; }

.service-box h4 {
  font-size: 22px;
  color: #7EBDBD;
  text-align: right;}

.service-box a:after {
  font-family: 'FontAwesome';
  content: "\f141";
  font-size: 20px;
  color: #000; }

.service-box:hover {
  background-color: #f5f5f5;
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.11);
  position: relative; }

.service-box:hover a:after {
  content: "\f178"; }


map{
        height: 450px;
        width: 100%;
       }	
	

.recent-work{
    padding: 100px 0 0 0;
    background-color: #f5f5f5;
    }
    
.recent-work .col-md-3{
    padding: 0px;
}
.work-box{
    position: relative;
    overflow: hidden;
}
.work-box img{
    width: 100%;
}
.work-overlay{
    background-color: rgba(245, 245, 245, 0.85);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}
.work-overlay p{
    position: absolute;
    width: auto;
    left: 0px;
    top: 10%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.work-overlay p a{
    display: block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #7EBDBD;
    font-size: 40px;
    margin-bottom: 10px;
}
.work-box:hover .work-overlay{
    visibility: visible;
    opacity: 1;
}
.work-box:hover .work-overlay p{
    left: 20px;
}

.page-content{
    padding-top: 70px;
}

.contact{
    padding-bottom: 70px;
}
.contact form{
    padding: 30px;
    background-color: #7EBDBD;
    border : 2px;
    border-color: red;
    border-radius: 5px;
}

.contact h1, .contact h3 {
  color: #3d3d3d;
  font-weight: 600;
  text-transform: uppercase;
}
.contact h3 {
  margin-bottom: 0px;
}
.contact h1 {
  font-size: 50px;
  line-height: 60px;
  margin-top: 0px;
}
.contact i {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 25px;
  Line-height: 35px;
  margin-top: 0px;
  color: #7EBDBD;
}

.contact table {
  padding-left: 15px;
  padding-right: 15px;
}
/*
	
.round-box {
 }

.round-box i.circle-icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  line-height: 90px;
  background: #ebebeb;
  font-size: 40px;
  margin: 0 auto;
  margin-top: 0px;
  display: block;
  margin-bottom: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s; }	
	
	
	

.t-slider {
  position: relative; }
  .t-slider .flex-direction-nav .flex-prev {
    left: 0; }
  .t-slider .flex-direction-nav .flex-next {
    right: 0px;
    text-align: center; }
  .t-slider .flex-direction-nav a {
    opacity: 1; }
  .t-slider .flex-direction-nav a:before {
    content: "\f104";
    font-family: "FontAwesome";
    width: 40px;
    height: 40px;
    text-align: center;
    text-shadow: none;
    color: #fff; }
  .t-slider .flex-direction-nav a.flex-next:before {
    content: "\f105"; }
  .t-slider p {
    color: #fff;
    font-size: 15px; }
  .t-slider .divide-line {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 2px;
    background: #00c1e3;
    margin-top: 20px;
    margin-bottom: 15px; }
  .t-slider h5 {
    color: #fff;
    margin-bottom: 0px; }
  .t-slider span {
    color: #eee;
    font-size: 12px; }
		
.download-app {
  padding-top: 90px;
  background: url("../images/bg2.jpg") repeat;
}
.download-app h3 {
  padding-top: 70px;
  color: #fff;
}
.download-app p {
  color: #fff;
  margin-bottom: 20px;
}
.download-app ul li a {
  color: #00a651;
  font-size: 50px;
  margin: 5px;
  display: block;
}
 */

a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s; }

a, a:hover, a:focus, button:focus {
  outline: 0 !important; }


.navbar-inverse .navbar-nav > li > a {
  color: #a2a2a2;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #7EBDBD;
    background-color: transparant; }

.navbar-inverse {
  margin: 0px;
  padding: 10px 0;
  border: 0px;
  background-color: #fff; 
	color: #a2a2a2;
	box-shadow: 0px 10px 10px -10px rgba(0,0,0,0.2);}

.navbar-inverse.shrink {
  background-color: #fff; 
	color: #577573;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  color: #577573;
  background-color: transparent; }

.navbar-brand > img {
  display: block;
  margin-top: -20px;
  margin-left: 25px;}
	
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    border-color: #a2a2a2;
	background-color: #577573; }
		
.navbar-inverse .navbar-toggle {
    border-color: #a2a2a2; 
	background-color: #a2a2a2;}

.banner {
  background: url("../images/banner.jpg") no-repeat top left;
  background-size: cover;
  padding-top: 150px; }
  .banner img {
    margin-bottom: -30px; }
  .banner h1 {
    padding-top: 150px;
    color: #fff;
    font-size: 45px;
    font-weight: 300; }

.btn {
  border: 0px;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  font-size: 14px;
  padding: 14px 25px;
  font-weight: 400; }

.btn-theme {
  background-color: #a2a2a2;
  color: #fff; }
  .btn-theme i {
    margin-left: 5px; }
  .btn-theme:hover {
    color: #fff;
    background-color: #333; }

.btn-white {
  background-color: #fff;
  color: #333; }
  .btn-white:hover {
    color: #fff;
    background-color: #333; }

.banner-buttons a {
  margin: 10px; }
	

.aboutapp {
  padding: 100px 0;
  padding-bottom: 60px;
  background: url("../images/features-bg.jpg") no-repeat top left;
  background-size: cover; }

.center-title {
  margin-bottom: 50px;
  text-align: center; }
  .center-title h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 40px;
    line-height: 44px; }
  .center-title .center-border {
    width: 175px;
    height: 1px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: #2d3e50;
    position: relative; }
    .center-title .center-border:after {
      content: "";
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #2d3e50;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px; }

	  
/*	  
.icon-box {
  text-align: center;
  color: #414141;
  margin-bottom: 40px; }
  .icon-box h3 {
    text-transform: uppercase;
    margin-bottom: 4px; }
  .icon-box p {
    color: #808080; }
  .icon-box i {
    font-size: 30px;
    margin-bottom: 10px; }

.features {
  padding: 80px 0; }

.features-list h3 {
  color: #696f76;
  text-transform: uppercase;
  font-size: 20px; }
.features-list li {
  padding: 20px 30px;
  border-bottom: 1px dashed #aeaeae;
  border-right: 1px dashed  #aeaeae;
  border-top: 1px dashed #aeaeae;
  margin-top: 5px; }
  .features-list li p {
    border-left: 2px solid #818b96;
    padding-left: 15px; }

.features-list li:nth-child(2), .features-list li:nth-child(4), .features-list li:nth-child(6) {
  border-right: 0px;
  border-left: 1px dashed #aeaeae;
  margin-left: 4px;
  width: 49%; }

  
.reviews {
  padding: 100px 0;
  background: url("../images/testi-bg.jpg") no-repeat top left;
  background-size: cover; }
  .reviews .center-title h1, .reviews .center-title p {
    color: #fff; }
  .reviews .center-title .center-border {
    background-color: #fff; }
    .reviews .center-title .center-border:after {
      border-top-color: #fff; }
  .reviews h5 {
    color: #333;
    margin-top: 15px; }
  .reviews p {
    color: #fff; }
  .reviews .owl-theme .owl-controls .owl-page span {
    background: #fff; }

.screens {
  padding: 80px 0; }

.video-backgrounds {
  position: relative;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover; }
  .video-backgrounds .video-overlay {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px; }
    .video-backgrounds .video-overlay h1 {
      text-transform: uppercase;
      font-size: 40px;
      color: #fff; }
  .video-backgrounds .section_background_video_container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%; }

.modal-body {
  padding: 0px;
  border: 0px; }

.close {
  position: absolute;
  right: 0;
  top: -23px;
  opacity: 1;
  color: #fff;
  font-size: 28px; }

.modal-header {
  padding: 0px;
  border: 0px;
  min-height: 0px; }

.modal-dialog {
  top: 50px; }

*/  

.contact-section {
  padding: 100px 0 0 0;
  }
  .contact-section form {
    padding: 30px 20px;
    background-color: #f3f3f3;
   \\ box-shadow: 0px 11px 17px rgba(0, 0, 0, 0.2); 
   }
  .contact-section .form-control {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    min-height: 45px; }

	
.footer {
  background-color: #7EBDBD;
  padding: 40px 0; 
	color: white;}
  .footer ul {
    margin-top: 20px; }
  .footer a {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #aeaeae;
    border: 2px solid #aeaeae;
    font-size: 25px; }
    .footer a:hover {
      color: #fff;
      border-color: #fff; }

.copyright {
  padding: 20px 0;
  color: #2d3e50;
  font-weight: 400; }

/**screen slider**/
.ms-caro3d-template {
  max-width: 1024px;
  margin: 0 auto; }

.ms-caro3d-template .master-slider .ms-container {
  padding: 10px 0 50px 0; }

/* reflect */
.ms-caro3d-template .ms-slide {
  -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(rgba(255, 255, 255, 0.5))); }

.ms-caro3d-template .ms-slide-bgcont {
  border-radius: 8px; }

.text1, .text2, .text3 {
  color: #fff;
  font-size: 50px;
  line-height: 60px; }

.sbut1 {
  background-color: #37a38d;
  color: #fff;
  transition: all 0.3s; }
  .sbut1:hover {
    color: #fff;
    background-color: #333; }

.sbut2 {
  background-color: #37a38d;
  color: #fff;
  transition: all 0.3s; }
  .sbut2:hover {
    color: #fff;
    background-color: #333; }

.sbut3 {
  background-color: #f44062;
  color: #fff;
  transition: all 0.3s; }
  .sbut3:hover {
    color: #fff;
    background-color: #37a38d; }

.text4 {
  color: #fff;
  font-size: 15px;
  font-weight: 300; }

.ms-layer.text5 {
  width: 100%;
  color: #FFF;
  font-size: 45px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase; }

.ms-layer.text6 {
  width: 100%;
  color: #FFF;
  font-size: 60px;
  line-height: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }


@media (max-width: 1024px) {
  .banner h1 {
    padding-top: 33px; } }
@media (max-width: 991px) {
  .banner {
    text-align: center; }

  .reviews img {
    display: block;
    margin: 0 auto; }

  .features-list li {
    border: 0px; }

  .features img {
    display: block;
    margin: 20px auto;
    margin-top: 0px; }

  .features-list li:nth-child(2), .features-list li:nth-child(4), .features-list li:nth-child(6) {
    width: 100%;
    border-left: 0px; } }
	
	
@media (max-width: 767px) {
  .navbar-nav {
    background-color: #fff;
    margin-top: 0px; }

  .navbar-inverse {
    padding: 0px;
    background-color: #fff;
    position: relative; }
    .navbar-inverse.shrink {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      right: 0; }

  body {
    overflow-x: hidden; } }

/*# sourceMappingURL=style.css.map */
