* {
  font-family: sans-serif;
}
/* start upper bar */
.upperbar {
  background-color: #05052a;
  color: white;
  padding: 10px;
}
.upperbar .row{
  padding-top: 20;
  font-size: 20;
}
.col-md-6.col-sm-12:first-child {
  text-align: left;
  margin-bottom: 15px;
}
.col-md-6.col-sm-12:last-child {
  text-align: right;
 
}
.hire {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid white;
  margin-left: 20px;
}
/* end upper bar */

/* start nav */
.navbar-brand {
  font-weight: bold;
}
.navbar-brand span:first-child {
  font-weight: bolder;
}
.navbar-brand span:last-child {
  font-weight: bold;
}
.navbar-light .navbar-brand {
  font-size: 40px;
  color: rgba(0,0,0,.9);
}
.navbar-expand-lg .navbar-collapse {
  font-size: 22px;
}
/* end nav */

/* start slider */
/* .slider{
  z-index: 2;
  position: relative;
}
.slider .col-md-6.col-xs-12 {
  left: 45px;
  z-index: 4;
 position: absolute;
 color: white;

}
.slider .col-md-6.col-xs-12 h1{
  font-size: 75;
}
.slider .col-md-6.col-xs-12 h1 span{
  font-weight: bold;
  background-color: #05052a;
} */
/* end slider */

/* start features */
.features {
  margin-top: 20px;
  padding: 20px;
}
.features h1 {
  margin-top: 15px;
  margin-bottom: 50px;
  color: #05052a;
  font-size: 60;
}

.features i {
  color: white;
  background-color: #05052a;
  padding: 12px;
  margin-bottom: 10px;
  padding: 15px 20px;
  transition: all 0.5s ease-in-out;
}
.features i:hover {
  transform: scale(1.1);
}
.features h3 {
  color: #05052a;
}
.features p {
  color: #262020;
}

/* end features */

/* start over view */
.overview {
  background-color: #05052a;
  color: white;
  padding: 20px;
  margin-top: 100px;
}
.overview .container {
  width: 80%;
  margin-left: 0 20px;
}
.overview h1 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-right: 0;
}

.overview p {
  font-size: 20;
  margin-top: 20px;
  line-height: 2;
  margin-bottom: 45px;
}
.overview h3 {
  font-size: 25;
  letter-spacing: 1.5;
  margin-top: 20px;
}

.overview button {
  padding: 5px 65px;
  color: white;
  background-color: blue;
  border: 1px solid blue;
  font-size: 20;
  margin: 20px 0;
}
/* end over view */

/* start featured work */
.featured {
  margin-top: 100px;
}
.featured h1 {
  font-size: 60;
  font-weight: bold;
  margin-bottom: 20px;
}
.featured p {
  font-size: 20;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.featured ul {
  margin-top: 55px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 100px;
  margin-right: 0;

}
.featured li {
  padding: 10px;
  margin-left: 10px;
  border: 2px solid #05052a;
  margin-bottom: 10px;
}
.featured ul li.active,
.featured li:hover {
  background-color: #05052a;
  color: white;
  cursor: pointer;
}

.featured.shuffle {
  margin-top: 40px;
}
.featured .shuffle-imgs .row {
  margin: 0;
}
.featured .shuffle-imgs .row .col-sm {
  padding: 0;
}
.featured img {
  width: 100%;
}

/* end featured work */

/* start latest post */

.latest {
  margin-top: 80px;
  margin-bottom: 50px;
}
.latest h1 {
  text-align: center;
  font-size: 60;
  font-weight: bold;
  margin-bottom: 20px;
}
.latest .latest-para {
  text-align: center;
  font-size: 20;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
}
.latest .card {
  margin-bottom: 20px;
  box-shadow: 6px 22px 40px -17px rgba(0, 0, 0, 0.75);
text-align: left;}

.latest .btn-primary {
  background-color: #05052a;
  border: 1px solid #05052a;
}

/* end latest post */

/* start testimonials */
/* .testinomials{
    background-size: cover;
    background-image: url(../imgs/1f6.jpg);
    position: relative;
}
.testinomials .container{
    position: relative;
    z-index: 5;
}
.testinomials .overlay{
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
} */
/* end testimonials */

.pricing {
  background-color: #e7e7e7;
  color: #05052a;
  margin-top: 100px;
}
.pricing h1 {
  font-size: 60;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 55px 0 10px 0;
}
.pricing p {
  font-size: 20;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
}
.pricing .card {
  margin-top: 45px;
  transition: all 0.5s ease-in-out;
}
.pricing .card-body {
  color: black;
  padding: 0;
  box-shadow: 5px 5px 5px 0px rgba(5, 5, 42, 1);
}
.pricing .card-body .card-title {
  margin-top: 20px;
  font-size: 40;
  padding: 0 20px;
}
.pricing .card-body .card-text {
  background-color: #05052a;
  padding: 10px;
  font-weight: bold;
  font-size: 30px;
  color: white;
}
.pricing .card-body .list-group-item.active {
  background-color: #05052a;
  border: 2px solid #05052a;
}
.card .card-body a {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #05052a;
  border: 2px solid #05052a;
}
.card.smal-company {
  margin-top: 20px;
}
.card.smal-company .card-text {
  background-color: #3498db;
}
.pricing .card.smal-company .card-body .list-group-item.active {
  background-color: #3498db;
  border-color: #3498db;
}
.pricing .card:hover {
  transform: scale(1.1);
  cursor: pointer;
}
/* start why choose me */
.choose {
  margin-top: 100px;
}
.choose .row .col-sm-12.col-md-6 {
  padding: 0;
}
.choose .row .col-sm-12.col-md-6:first-child{
  margin-bottom: 0;
}

.choose .row .col-md-6 img {
  max-width: 100%;
}
.choose .col-md-6:last-child {
  background-color: #05052a;
   color: white;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0;
  
}
.choose .col-md-6:last-child h1 {
  margin: 40px 40px 60px 40px;

  letter-spacing: 1.5;
  font-weight: bold;
}
.choose .col-md-6:last-child p {
  margin: 40px;
  line-height: 2;
}


.choose .col-md-6:last-child a {
  margin: 100px 40px 0 40px;
  text-decoration: none;
  padding: 15px;
  color: white;
  background-color: #142472;
  font-weight: bold;
}
.choose .col-md-6:last-child a:hover {
  background-color: #3b21cc;
}
/* end why choose me */

/* start stat */
.stat {
  margin-top: 50px;
  background-color: #e7e7e7;
  color: #05052a;
}
.stat .col-sm-6 .col-md-3 {
  margin-top: 20px;
}
.stat i {
  margin-top: 30px;
}
.stat span {
  display: block;
  font-size: 25px;
  font-weight: bolder;
}
.stat p {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
/* end stat */

/* start contact */
.contact{
  margin-top: 80px  ;
  background-color: #05052a ;
  color: white;
}
.contact .col-sm-12.col-md-6:first-child{
  text-align: left;
  font-weight: bold;
  font-size: 30;
  margin: 80px 0 60px 0;
}
.contact .col-sm-12.col-md-6:last-child{
  text-align: center;
  font-weight: bold;
  font-size: 30;
  margin: 80px 0 60px 0;
}
.contact .col-sm-12.col-md-6:last-child a{
  padding: 20px;
  border: 1px solid #3498db;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  transform-style: preserve-3d;
}
/* end contact */

/* start footer */
footer{
  margin-top: 80px;
  background-color: #e7e7e7;
  
}
footer .container:first-child{
  margin-top: 20px;
}
footer .container:first-child  .col-md-4{
  margin-top: 50px;
  margin-bottom: 80px;
}
footer h1,h2{
  font-weight: bold;
}
footer .fady{
  font-size:-webkit-xxx-large;
  font-weight: 400;
}

footer .list-group-item {
background-color: #e7e7e7;
border: none;
padding: 5.75px 4.25px;
cursor: pointer;
}

footer .container:first-child  .col-md-4:nth-child(3) span{
  display:block;
  padding: 12px;
}
footer .container:first-child  .col-md-4:nth-child(3) span a{
  text-decoration: none;
}
/*end footer  */