@charset "utf-8";
/* CSS Document */
body
{background:#ffffff;}
.top_bar{background:#000; padding:5px 0px;}
.social{margin-right:20px;
}
.contact_info{color:#FFF; font-size:16px; font-family:Arial, Helvetica, sans-serif;}
.my_menu{margin-top:20px;}
.my_1{ border-bottom:#000 solid 2px; background:#FFF;}
.my_menu .navbar-default{background:none; border:none;}
.my_menu .navbar-nav .active a, .my_menu .navbar-nav .active a:hover{background:none; color:#F00;}
.my_menu .navbar-nav li a:hover{color:#F00;}
@media (max-width:1200px){
	.my_menu .pull-right{float:none !important}
	
	}
	
.navbar-default .navbar-nav > li > a {color:#04333e; font-family:"Times New Roman", Times, serif; text-transform: uppercase; font-weight:bold; padding-left:84px;}

.my_logo{margin-top:5px}

@media screen and (max-width: 768px) {
    h1{
        font-size:14px;
		font-weight:bold;
    }
}

.owner img
{height:494px; width:659px}
.underline
{border-bottom:#000 solid 2px;}
.our_service
{background:#FFFFFF; font-size:14px;}

.our_service .top_margin{margin-top:36px;}
.our_clients{color:#000; font-size:14px;}
.margin_top
{margin-bottom:25px;}
.footer {background:#051d7d}
.logo{margin-top:10px;}
.service1{
	margin-top:20px;
	}

.our_service .service1 p{color:#000;}



.home{background:#0033FF; color:#FFF;}
.home p {
	 font-family:Arial, Helvetica, sans-serif;
	background:color:#06C; font-size:18px; color:#FFF;  text-align:justify}

.under_navbar{background:url(../images/about.jpg); width:100%; height:300px;}
.about {font-size:11px; color:#903}

.under_navbar_service{background:url(../images/service.jpg); width:100%; height:300px;}
.under_navbar_gallery{background:url(../images/gallery.jpg); width:100%; height:300px;}







.about1{margin-top:85px;}
.about2{margin-top:50px;}
.rolling{background:radial-gradient(circle, #009cde, #003087);}
.marque{border-bottom:#999 solid 2px;}
.footer{padding:5px; margin:0px;}	
.footer h3, h4, p{color:#FFF; padding:0px;}
.footer ul{list-style:none; margin:5px;}
.footer li a{color:#FFF; font-size:16px;}
.footer_bottom{background:#000; color:#FFF;}
.footer_logo{margin-top:70px;}
.sm{color:#FFF; text-decoration: none;}

.about3 p{color:#000; font-size:24px;}
.about3{margin-top:25px;}
.project p {color:#000; font-size:20px;}
.abouts{margin-top:22px;}
.service2, contthumbnail p{color:#000; font-size:20px;}


.contact1{margin-top:25px;}
.contact2{margin-top:25px; color:#03C; line-height:105px;}
.gmap {
    float: left;
    display: inline;
    width: 100%;
    margin-bottom: -6px;}
.ser_pic{margin:0 50px;}



.cl_1 h4{color:#000; text-align:center; }
.cl_1{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin-top:10px;}
.our_partner {margin-right:5px;}
.cl_1 img:hover {
    box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.en_1{margin-top:20px;}

label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}



.box {
  width: 100%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 6px;
  color: #FFF;
  background: rgba(146, 40, 173, 0.96);
  border: 2px rgba(146, 40, 173, 0.96);
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #FF0000;
}

.overlay {
  position: absolute; 
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

a.scrollup {
    background: none repeat scroll 0% 0% #D80E0E;
    height: 32px;
    width: 32px;
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    opacity: 0.5;
}



