/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/

body {
  background: linear-gradient(to bottom, #032CB2, #00011b);

  color: #e4e0dd;
  font-family: "Alumni Sans", sans-serif;
  font-style: normal;
  overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
}

a {
  color: #47c6f8;
}
a:hover {
  color: #0ff;
}
/* start h2 */
h2 {
  color: #e4e0dd;
  text-align: center;
  font-size: 60px;
  padding-bottom: 40px;
  font-weight: bold;
  text-shadow: 2px 4px 1px rgba(0, 0, 0, 0.2); /* Shadow down and to the right */
}
h2 span {
  color: #ff0000;
  font-weight: bold;
}
/* end h2 */

/* start about team service portfolio contact */
#about,
#team,
#service,
#portfolio,
#contact {
  padding-top: 60px;
  padding-bottom: 40px;
}
/* end about team service portfolio contact */

/* start preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}
.sk-spinner-wave.sk-spinner {
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.sk-spinner-wave div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
/* end preloader */

/* start header */
header {
  padding-top: 10px;
  background-color: #032CB2;
}
header .fa {
  color: #e4e0dd;
  font-size: 20px;
}
header span {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 4px;
}
header a {
  font-size: 25px;
  color: #e4e0dd;
  font-weight: 600;
}
header .social-icon {
  text-align: right;
}
header .social-icon li a {
  border: none;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  padding-top: 5px;
}
/* end header */

/* start nagivation */
.navbar-default {
  background: #e4e0dd;
  border-top: 9px solid #ee3240; /* Thick red underline */
  border-bottom: 9px solid #ee3240; /* Thick red underline */
  box-shadow: none;
  margin: 0 !important;
  max-height: 75px;
}
.navbar-default .navbar-brand {
  color: #11172A;
  font-weight: 650;
  font-size: 60px;
  height: 70px;
  line-height: 40px;
  padding: 8px 0px 0px 12px;
  display: inline-block; /* Ensures the border is only as wide as the text */
  box-sizing: border-box; /* Optional: ensures border is included in height */
  text-shadow: 2px 4px 1px rgba(0, 0, 0, 0.2); /* Shadow down and to the right */
}

.navbar-default .navbar-nav li a {
  color: #11172A;
  font-weight: bold;
  font-size: 25px;
  height: 70px;
  line-height: 40px;
}

.navbar-default .navbar-nav > li > a.current {
  color: #11172A;
}
.templatemo-nav {
  border-radius: 0;
  width: 100%;
  z-index: 1000;
}
.sticky {
  position: fixed;
  left: 0;
  top: 0;
}
/* end navigation */

/* start home */
#home {
  background: url("../images/home-bg.jpg") no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 100px;
  min-height: 650px;
}
#home h1 {
  font-weight: bold;
  font-size: 70px;
  padding-bottom: 10px;
}
#home h1 span {
  color: #ee3240;
  font-size: 70px;
  font-weight: bold;
}
.element {
  height: 60px;
  font-size: 32px;
}
/* end home */

/* start about */
#about .media-heading-wrapper {
  font-family: "Roboto", sans-serif;
  padding-top: 12px;
}
#about .media-body {
  font-family: "Roboto", sans-serif;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 20px !important;
}
#about .media-heading-wrapper .fa {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-bottom: 12px;
}
#about .media-heading-wrapper h3 {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 52px;
}
/* end about */

/* start service */
#service .col-md-4 {
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#service .col-md-4:hover {
  background: #505050;
}
#service .active {
  padding: 40px;
}
#service .fa {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#service h4 {
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 14px;
}
#service p {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  padding-top: 25px;
  padding-bottom: 70px;
}
/* end service */

/* start copyright */
#copyright {
  padding: 20px;
}
#copyright p {
  font-weight: 400;
}
/* end copyright */

/* start social icon */
.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}
.social-icon h4 {
  display: inline-block;
  padding-right: 20px;
}
.social-icon li {
  display: inline-block;
  list-style: none;
}
.social-icon li a {
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-right: 10px;
}
.social-icon li a:hover {
  background: #1a1a7a;
  border-color: transparent;
}
/* end social icon */

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  #portfolio .portfolio-thumb .portfolio-overlay {
    padding: 0px 8px;
  }
}

/* start 980 media quires */
@media (min-width: 992px) {
  /* md breakpoint */
  .my-custom-col {
    width: 20%; /* Between col-md-3 (~25%) and col-md-2 (~16.66%) */
  }
}

@media only screen and (max-width: 980px) {
  #team .team-wrapper {
    margin-top: 40px;
  }
  #portfolio .portfolio-thumb .portfolio-overlay {
    background: #28a7e9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    padding: 40px 10px 20px 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
}
/* end 960 media quires */

/* start 768 media quires */
@media only screen and (max-width: 767px) {
  #home {
    min-height: 300px;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #home h1 {
    font-size: 52px;
  }

  .templatemo-nav {
    position: fixed;
    top: 0;
  }
  header {
    margin-top: 70px;
  }
  header .social-icon {
    text-align: left;
  }
  .navbar-toggle {
    margin-top: 15px;
  }
  .navbar-collapse {
    max-height: 300px;
    overflow-y: auto;
  }
  .navbar-default .navbar-nav li a {
    height: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 35px;
  }
  .navbar-right {
    color: #121212;
    background: #e4e0dd;
    border-top: 9px solid #ee3240; /* Thick red underline */
    border-bottom: 9px solid #ee3240; /* Thick red underline */
    text-shadow: 2px 4px 1px rgba(0, 0, 0, 0.2); /* Shadow down and to the right */
    float: right !important;
    margin-right: 0;
  }
}

/* end 768 media quires */

/* start 360 media quires */
@media only screen and (max-width: 360px) {
  header .social-icon {
    text-align: left;
  }
  #home {
    min-height: 200px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #home h1 {
    font-size: 32px;
  }
}
/* end 360 media quires */

@media only screen and (max-width: 768px) {
  .navbar-default .navbar-brand {
    font-size: 30px !important;
    line-height: 36px;
    padding: 12px 0px 0px 12px;
  }
}