/* Commen css */
*
{
    padding: 0px;
    margin: 0px;
} 

body 
{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444;
  background: url(../images/bg-grey.gif) fixed bottom right no-repeat;
} 
p 
{
  margin: 0 0 10px;
}

h1, h2, h3, h4, h5, h6 
{

 font-family: 'Sanchez', serif;
  font-weight: 500;
  line-height: 1.2;
  color: #7a7a7a;
margin-top: 20px !important;
  margin-bottom: 10px;
}

h1 
{
 font-size: 30px;
}  
h2 
{
 font-size: 30px;
}

h3 
{
  font-size: 24px;
}

h4 {
  font-size: 20px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 12px; }

a {
  color: #428bca;
  text-decoration: none;
      transition: all 0.4s;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

.btn-primary {
  background-color: #242424;
  border: 1px solid #000000; }

.btn-primary:hover {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border: 1px solid #242424; }

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(36, 36, 36, 0.5); }

.paddl0 {
  padding-left: 0px; }

.paddr0 {
  padding-right: 0px; }

.paddlr0 {
  padding-left: 0px;
  padding-right: 0px; }

.row-padd-t {
  padding-top: 30px; }

.r



ow-padd-b {
  padding-bottom: 30px; }

.row-padd-tb {
  padding-top: 30px;
  padding-bottom: 30px; }

img 
{
    max-width:100%;
    height:auto;
}
.btn-check:focus + .btn, .btn:focus 
{
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0) !important;
}
/* commen css */
.header p 
{
  font-size: 120%;
}

.contact {
  border: 1px solid #9a9a9a;
  border-radius: 5px;
  background: rgba(255,255,255,0.8);
  padding: 10px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.1);
}
.header 
{
  margin: 20px 0;
  min-height: 180px;
}

.navbar-light .navbar-nav .nav-link
{
 margin: 0 2px;
  background: #9a9a9a;
  color: #fff!important;
  font-weight: bold;
  text-shadow: -1px -1px 0px #7a7a7a;
  border-radius: 2px;
    padding: 10px 26px;
      transition: all 0.4s;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover
{
    background: #7a7a7a;
  text-shadow: 1px 1px 0px #9a9a9a;
    text-decoration: none!important;
}
.dropdown-menu 
{
  font-size: 14px;
    list-style: none;
}
.dropdown-item 
{
    padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #9a9a9a;
  white-space: nowrap;
  background: #fff !important;
  text-shadow: none;
    transition: all 0.4s;
}
.dropdown-item:hover
{
 color: #7a7a7a;
text-decoration: none !important;
text-shadow: none !important;
}
.feature 
{
  border-top: 3px solid #9a9a9a;
  background: rgba(255,255,255,0.5);
  margin-top: 20px;
}
.feature a i
{
    font-size: 20px!important;
    position: relative;
    top: 3px;
}
.well 
{
  min-height: 20px;
  padding: 19px 35px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.sidey 
{
    border: 1px solid #999;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 1px;
}
.star
{
    color: #f00!important;
}
.form-horizontal .control-label 
{
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus, .form-select:focus
{
  color: #555!important;
  background-color: #fff;
  border-color:#ccc!important;
  outline: 0;
  box-shadow: 0 0 0 .0rem rgba(13,110,253,.0)!important;
}
.form-label
{
    font-weight: bold;
}

.submit
{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
transition: all 0.4s;
} 
.submit:hover
{
color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
} 
.foot 
{
  color: #e1e1e1;
 padding: 10px 20px 10px 20px;
  margin: 20px 0;
  background: #777;
  border: 1px solid #fff;
  box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  border-radius: 5px;
}
 .foot ul 
{
  list-style: none;
    margin-bottom: 10px;
}
.foot a 
{
  color: #e1e1e1;
}
.foot a:hover 
{
  color: #fff;
  text-shadow: 0 0 3px #FF9;
  text-decoration: none;
}
.foot li, .copy
{
  font-size: 90%;
}
.payment-img
{
    display: block;
    margin: 0 auto;
    text-align: center;
}
 .inner-head
{
     margin-top: 10px!important;
    font-size: 24px!important;
}
.inner-head1 
{
    font-size: 24px!important;
} 
.sideImage 
{
  border: 1px solid #9a9a9a;
  margin-bottom: 20px;
}
.center-block 
{
  display: block;
 margin: 0 auto;
}
.project-tile 
{
  font-size: 16px;
  padding: 10px;
  line-height: 1.6;
  margin-bottom: 20px;
  border-bottom: 5px solid #3f51b5;
  margin: 20px 0;
  min-height: 165px;
 background: #eee;
}
.project-tile img 
{
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  vertical-align: middle;
  border: 0;
}
.project-title h2 
{
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #3f51b5;
margin-top: 0px!important;
    line-height: 25px!important;
}
.project-text 
{
  height: 150px;
  overflow: hidden;
}
.project-tile p 
{
  color: #3f51b5;
  min-height: 100px;
  font-size: 13px;
  margin: 0 0 15px;
}
.project-link
{
  height: 55px;
  overflow: hidden;
  background: #3f51b5;
  padding: 2px 6px;
}
.project-tile a 
{
  text-decoration: none;
  font-size: 12px;
  color: #fff!important;
  transition: all .1s;
}
/*.project-title 
{
  height: 84px;
  overflow: hidden;
*/
.projectdetails h1 
{font-size: 26px; text-transform: capitalize;
}
.button-head
{
    font-size: 18px; text-transform: capitalize;
}
.scr-shot 
{
    float: right; vertical-align: top; max-width: 100%;
}
.project-location 
{
    font-size: 16px; text-transform: capitalize; float:right; font-weight: 200;
}
.project-img 
{
    margin: 10px 10px 10px 0; max-width: 100%;
}
.btn-default 
{
  color: #333;
  background-color: #fff;
  border-color: #ccc;
    font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
 transition: all 0.4s;
}
.btn-default:hover
{
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
text-decoration: none !important;
}
.form-select
{
    font-size: 14px!important;
}  
.form-head 
{
  background: #999;
  border-radius: 4px;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}

/* responsive css */

@media only screen and (max-width:1199px)
{
.navbar-light .navbar-nav .nav-link
{
    padding: 10px 14px;
}
.header 
{
    margin-bottom: 0px!important;
}
.feature h2
{
    font-size: 24px!important;
}
}


@media only screen and (max-width: 1024px)
{
     .container
     {
         max-width: 95%;
     }
}

@media only screen and (max-width:991px)
{
.width-top, .width-top
{
   margin: 0 auto;
    text-align: center;
}
.navbar-light .navbar-toggler {
    border: 2px solid #9a9a9a !important;
      margin-left: auto;
      background-color: #9a9a9a !important;
  }
.navbar-toggler:focus 
{
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: 0 0 0 .0rem !important;
  }
.navbar-light .navbar-nav .nav-link 
{
    text-align: center;
}
.navbar-nav 
{
   margin-top: 15px;     
}
.sidey 
{
    border:none!important;
}
}

@media only screen and (max-width:767px)
{
    .payment-img 
    {
       margin-top: 20px!important; 
        margin-bottom: 20px!important; 
    }
}
@media only screen and (max-width:379px)
{
.header p 
{
  font-size: 100%;
} 
}
@media only screen and (max-width:330px)
{
.header p 
{
    font-size: 90%;
}
.privacy-mail a
{
   font-size: 13px !important; 
}
}
@media only screen and (max-width:308px)
{
.header p  
{
    font-size: 88%;
}
}  
@media (min-width:768px) and (max-width:820px)
{
.navbar-light .navbar-nav .nav-link {
	padding: 10px 10px;
}
}  
 
 








