/***************************************************
                  Basic Properties starts
***************************************************/
body {
  overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
}
/***************************************************
                  Basic Properties ends
***************************************************/
/***************************************************
                  Navigation starts
***************************************************/
.navbar {
  padding: 22px 0px;
  border-bottom: none !important;
  transition: all 0.5s ease-in-out;
}

.navbar .navbar-brand {
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 17px;
  transition: all 0.5s ease-in;
}

.navbar .navbar-brand:hover {
  color: deepskyblue !important;
}

.navbar ul li a {
  color: white !important;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 13px;
  transition: all 0.5s ease-in;
}

.navbar ul li a:hover {
  color: deepskyblue !important;
}

.navbar-toggle {
  border: 1px solid white !important;
  color: white !important;
  transition: all 0.5s  ease-in;
}

.navbar-toggle:hover {
  background-color: deepskyblue !important;
}

.navbar-inverse .navbar-collapse {
  border-color: white !important;
}

.location {
  border: 1px solid white;
  border-radius: 50px;
}

.navbar-inverse {
  background-color: transparent !important;
}
/***************************************************
                  Navigation ends
***************************************************/

/***************************************************
                  sticky Navigation starts
***************************************************/
.secondary {
  background-color: #000 !important;
}
/***************************************************
                  sticky Navigation ends
***************************************************/


/***************************************************
                  Slider starts
***************************************************/
.slider {
  width: 100%;
  height: 700px;
  background-image: url('../img/downtown-la.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.slider-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.65);
  position: relative;
}

.slider-content {
  position: absolute;
  top: 39%;
  width: 100%;
}

.icons .fa {
  font-size: 35px;
  margin-right: 7px;
}

.cta-div {
  margin-top: 30px;
}

.btn1 {
  padding: 13px 18px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border: 2px solid white;
  border-top-left-radius: 15px;
  transition: all 0.5s ease-in;
  margin-right: -6px;
}

.btn1:hover {
  text-decoration: none;
  color: #fff;
  background-color: deepskyblue;
  border-color: deepskyblue;
}

.btn2 {
  padding: 13px 18px;
  background-color: transparent;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  border: 2px solid white;
  border-bottom-right-radius: 15px;
  transition: all 0.5s ease-in;
  margin-right: 10px;
}

.btn2:hover {
  text-decoration: none;
  color: #fff;
  background-color: orangered;
  border-color: orangered;
}

.social-networks a.fa {
  width: 35px;
  height: 35px;
  color: #fff;
  padding: 10px;
  border-radius: 25px;
  transition: all 0.5s ease-in;
  border: 1px solid #fff;
  margin-right: 5px;
}

.social-networks a:hover {
  color: deepskyblue;
  text-decoration: none;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid deepskyblue;
}

.slider .text, .slider .typed-cursor {
  display: inline;
  font-size: 30px;
  text-transform: uppercase;
}

.primary {
  color: orangered;
}

.typed-cursor {
  opacity: 1;
  animation: blink 0.75s infinite;
  -webkit-animation: blink 0.75s infinite;
  -moz-animation: blink 0.75s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  59% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  59% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@miz-keyframes blink {
  0% {
    opacity: 1;
  }
  59% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/***************************************************
                  Services starts
***************************************************/
/*
.service-area {
  margin-top: 30px;
}

.service-area {
  margin-bottom: -5px;
} */
.service-wrap {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  overflow: hidden;
  padding: 25px 35px;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 9;
  margin-top: 20px;
}

.service-wrap::before, .service-wrap::after {
  content: "";
  height: 300%;
  position: absolute;
  transform: rotate(45deg);
  width: 120%;
  z-index: -9;
  transition: all 0.5s;
  opacity: 0;
  background-color: orangered;
}

.service-wrap::before {
  top: -37px;
  left: 100%;
}

.service-wrap:hover:before {
  left: -27px;
  opacity: 1;
}

.service-wrap::after {
  right: 100%;
  bottom: -37px;
}

.service-wrap:hover:after {
  right: -27px;
  opacity: 1;
}

.service-wrap:hover {
  color: #fff;
}

.service-wrap:h3 {
  color: #fff;
}

.service-wrap:hover h3 {
  color: #fff;
}

.service-wrap:hover h3:after {
  background-color: #fff;
}

/* */

.service-icon i {
  font-size: 30px;
  margin-bottom: 20px;
  transition: all 0.5s;
}

.service-wrap:hover .service-icon i {
  transform: rotate(360deg);
}

.service-wrap h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}

.service-wrap p {
  font-size: 14px;
  margin-bottom: 0;
}
/***************************************************
                  Services ends
***************************************************/

/***************************************************
                  works start
***************************************************/
.works {
  margin-top: 25px;
}

.row.no-gutters [class*=col-]{
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
}

.img-wrapper {
  overflow: hidden;
}

.img-wrapper img {
  transition: transform 0.5s ease;
  width: 100%;
}

.img-wrapper img:hover {
  transform: scale(1.5);
  cursor: zoom-in;
}
/***************************************************
                  works ends
***************************************************/

/***************************************************
                  Clients Starts
***************************************************/
.team-member {
  margin: 0 25px;
}

.team-member-info {
  padding: 10px 0 30px 0;
}

.team-member-name {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-top: 2px;
}

h4.team-member-designation {
  color: #34c6d3;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 5px;
  text-transform: capitalize;
}

.social-list {
  padding-left: 0;
}

.social-list li {
  list-style-type: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-top: 10px;
}

.social-list i {
  font-size: 17px;
}

.icon-gray i {
  color: #64787b;
}
/***************************************************
                  Clients Ends
***************************************************/

/***************************************************
                  Reviews
***************************************************/
.carousel-inner img {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 3px solid white;
  padding: 5px;
}

.testimonials {
  background: url('../img/laptop2.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: orange;
  padding-top: 80px;
  padding-bottom: 155px;
}

.testimonials .carousel-indicators {
  bottom: -60px;
}

.border-bottom {
  width: 40px;
  height: 2px;
  background-color: white;
  margin: auto;
}

.carousel-inner p {
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 30px;
}

/***************************************************
                  Reviews End
***************************************************/
footer {
  background-color: #000;
  color: white;
}
