/*==================================================
                 Defualt Values:

                 font family :                  Roboto Condensed
                 

                 Greenish Blue                :#34c6d3 (Buttons,Icons,Links,lines & Background)
                 Steel gray                   :#41464b(Heading)
                 Blue Bayoux                  :#64707b (Paragraph)
                 white                        :#fff(Text with Black Backdround)
                 black                        :#000

===================================================*/

/* General css*/
html,
body {
  height: 100%;
}

body {
  /*this line from google for fonts*/
  font-family: "Roboto Condensed", sans-serif;
}

p {
  color: #64707b;
  font-size: 16px;
  font-weight: 300;
}

h3 {
  color: #41464b;
  text-transform: uppercase;
}

/* Home */
#home {
  height: 100%;
}

#home-cover {
  height: 100%;
  background-image: url("../img/bg-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#home-content-box {
  width: 100%;
  height: 100%;
  display: table;
}

#home-content-box-inner {
  display: table-cell;
  vertical-align: middle;
}

#home-heading h3 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin: 20px 0 20px 0;
}

/* paralex effect*/

.bg-parallax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* General buttoms */
.btn-general {
  border-width: 2px;
  border-radius: 0;
  padding: 12px 26px 12px 26px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-white:hover,
.btn-white:focus {
  background-color: #fff;
  color: 41464b;
}

.btn-blue {
  border-color: #34c6d3;
  color: #34c6d3;
}
.btn-blue:hover,
.btn-blue:focus {
  background-color: #34c6d3;
  color: #fff;
}
.btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 22px;
  padding: 3px 15px;
  border-radius: 0;
  display: none;
}

/* animat */
#home-cover,
#home-heading,
#home-btn {
  animation-duration: 0.5s;
}

#home-cover {
  animation-delay: 0.1s;
}
#home-heading {
  animation-delay: 0.5s;
}
#home-btn {
  animation-delay: 1s;
}

/*content services (generic)*/

.content-box {
  padding: 69px 0 69px 0;
}

.content-box-title h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
}
.content-title-white h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px 0;
  color: #fff;
}

.content-box-title-underline {
  width: 30px;
  height: 3px;
  background-color: #34c6d3;
  margin: 0 auto 30px auto;
}

/* services*/
.service-item {
  padding: 20px 0 20px 0;
  margin-bottom: 20px;
  cursor: pointer;
}

.service-item-icon i {
  color: #34c6d3;
  float: left;
  padding: 15px;
  margin-right: 25px;
  height: 75px;
  width: 75;
  text-align: center;
}

.service-item:hover .service-item-icon i {
  color: #fff;
  background-color: #34c6d3;
}

.service-item-title h3 {
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 10px 0;
}

.service-item-title-desc p {
  margin: 0;
  padding-left: 85px;
}

/* -----------------------about section------------------------------*/
#about-bg-diagonal {
  height: 700px;
  width: 60%;
  background-image: url(../img/dsc_9101.jpg);
  float: right;
  border-left: 200px solid white;
  border-top: 700px solid transparent;
  background-attachment: fixed;
}

#about-content-box {
  float: left;
  height: 700px;
}

#about-content-box-outer {
  width: 100%;
  height: 100%;
  display: table;
}

#about-content-box-inner {
  display: table-cell;
  vertical-align: middle;
}

#about .content-box-title h3 {
  text-align: left;
}

.content-box-title-underlinee {
  width: 30px;
  height: 3px;
  background-color: #34c6d3;
  margin: 0 auto 30px 0;
}

#about-desc {
  margin-bottom: 30px;
}

/* --------------work---------*/
#work .content-box-title h3 {
  text-align: center;
}

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

.img-wrapper {
  /* de 3shan lma 2a2f 3la el sora w t3ml zoom el swra mtkbrsh bara el morb3 bta3ha*/
  overflow: hidden;
}

.img-wrapper img {
  /*d 3shan y3ml zoom ll swra f .5s  */
  transition: transform 0.5s ease;
  width: 29em;
  height: 22em;
}

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

/* --------------teamk------------*/
.team-member {
  margin: 0 15px;
}

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

h4.team-member-name {
  font-size: 22px;
  font-weight: 700;
  /* d 3shan yzwd el msafat byn el 7rof*/
  letter-spacing: 1px;
  padding-top: 2px;
}

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

/*-----------social icons-----------*/
.social-list {
  padding-left: 0;
}

.social-list li {
  /* d 3shan tl3'y el no2t ele f el gmb bta3t el list*/
  list-style: none;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  margin-top: 10px;
}

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

.icon-gray i {
  color: #64707b;
}
.icon-white i {
  color: #fff;
}

.social-icon i:hover {
  color: #34c6d3;
}

/*-----------Testimonials-----------*/
#testimonials-cover {
  background-image: url(../img/bg-testimonials.jpg);
}

#testimonials .content-box {
  /* da5er haga ele hya m3mloa (0.1)de 3shan at7km f swad el background w btb2a range mn 0-1*/
  background-color: rgba(0, 0, 0, 0.1);
}
#customers-testimonials {
  padding: 50px 0;
}
.testimonial img {
  /* el max-width d 3shan mt5osh 3'er el 7gm d*/
  max-width: 120px;
  margin: 0 auto 0 auto;
}
.testimonial blockquote {
  border: 0;
  font-family: georgia, sans-serif;
  font-style: italic;
  color: #fff;
  padding: 6px 150px;
  position: relative;
}
.testimonial blockquote p {
  color: #fff;
}
.testimonial blockquote::before,
.testimonial blockquote::after {
  width: 30px;
  height: 30px;
  font-size: 80px;
  font-style: normal;
  line-height: 1;
  position: absolute;
}
.testimonial blockquote::before {
  content: "\201c";
  top: 0;
  left: 100px;
}
.testimonial blockquote::after {
  content: "\201D";
  bottom: 0;
  right: 100px;
}
.testimonial-author p {
  color: #fff;
  font-size: 17px;
}
.testimonial-author p strong {
  display: block;
}

/*--------------------Pricing---------------*/
.pricing-box {
  border: 3px solid #34c6d3;
  padding: 50px 0;
  margin: 40px 0;
}
.h4 .pricing-title {
  background-color: #34c6d3;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.h3 .pricing-value {
  font-size: 60px;
  font-weight: 700;
}
.h3 .pricing-value sup {
  font-size: 28px;
  font-weight: normal;
  vertical-align: super;
}
ul.pricing-spec {
  list-style: none;
  padding-left: 0;
  margin: 20px 0 60px 0;
}
ul.pricing-spec li p {
  font-weight: 400;
  text-transform: uppercase;
}
.pricing-box-lg {
  padding: 90px 0;
  margin: 0;
  background-color: #34c6d3;
}
.pricing-box-lg h4 .pricing-title {
  color: #34c6d3;
  background-color: #fff;
}
.pricing-box-lg ul .pricing-spec li p {
  color: #fff;
}

/*--------------------stats---------------*/
#stats-cover {
  background-image: url(../img/bg-stats.jpg);
}
#stats .content-box {
  background-color: rgba(0, 0, 0, 0.8);
}
.stats-item {
  padding: 100px 0;
}
.stats-item i {
  color: #34c6d3;
}
.stats-item h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 1px;
}
.stats-item p {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
}

/*--------------------clients---------------*/
.client {
  padding: 40px 0;
}

/*--------------------contact---------------*/
footer {
  background-color: #41464b;
  padding-top: 30px;
  border-top: 5px solid rgba(0, 0, 0, 0.1);
}
#contact-left h3,
#contact-right h3 {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
}
#contact-left p {
  color: #fff;
  margin-bottom: 30px;
}
#contact-info {
  background-image: url("../img/world-map.png");
  background-repeat: no-repeat;
  background-size: contain;
}
#contact-info address {
  color: #fff;
}
address strong {
  font-size: 16px;
}
#phone-fax-email {
  color: #fff;
  letter-spacing: 1px;
}
form .form-control {
  background: transparent;
  border-radius: 0;
  border-color: #fff;
  font-size: 17px;
  font-weight: 300;
  padding: 8px 16px;
  margin-bottom: 20px;
  color: #fff;
}

/*-----------footer-----------*/
#footer-bottom {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-top: 60px;
}
#footer-copyrights p {
  margin: 0;
  color: #fff;
}
#footer-menu ul {
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#footer-menu ul li {
  display: inline-block;
}
#footer-menu a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0 10px;
  text-decoration: none;
}
#footer-menu a:hover {
  color: #34c6d3;
}

/*-----------navigation-----------*/
.navbar {
  padding: 20px 0;
  transition: all 0.5s ease-in-out;
}
.vesco-top-nav {
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
}
.vesco-nav-wrapper {
  padding: 0 85px;
}
.navbar-nav {
  float: right;
}
.navbar-nav li a {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus {
  background: none;
  color: #34c6d3;
}
.navbar-toggle {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-collapse {
  max-height: none !important;
}
.vesco-top-nav ul.navbar-nav li.active a {
  color: #34c6d3;
}
