/*-- Body Reset --*/
body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  color: #000;
}

/*============= TOP BAR HEADER =============*/

.top-bar{
  background-color:#00aced;
  height:2.8rem;
  padding: .5rem 0;
}
.top-bar a{
  color:#ffff;
  font-size: 1.1em;
  text-decoration: none;
}

/*============= NAVIGATION =============*/
.navbar-brand img{
  height: 3rem;
}
.navbar{
  font-size:1.15rem;
  font-weight:600;
  letter-spacing: .1rem;
  box-shadow: 0 .5rem .5rem rgba(0, 0, 0, .1);
  z-index: 1;
}
.nav-item{
  padding: .5rem;
}
.nav-link{
    color:#0a2138 !important;
}
.nav-link:hover{
  color:#0b60a9 !important;
}
.active{
  color:#0b60a9;
}

/*============= CAROUSEL =============*/
#carousel{
  box-shadow:0 .1rem .1rem rgba(0, 0, 0, .1);
}
.carousel-inner{
  max-height: 38rem !important;
}

/*---Change Carousel Transition Speed --*/
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active{
  transition:transform 1.2s ease;
}

/*-- Carousel Content --*/
.carousel-caption{
  position: absolute;
  top:54%;
  transform:translateY(-60%);
  text-transform:uppercase;
}
.bg-custom{
  background-color: rgba(0, 0, 0, .4);
  color:#ffff;
  border-radius: 1rem;
}
.carousel-caption h1{
  font-size: 2.2rem;
  text-shadow:.1rem .1rem .2rem rgba(0, 0, 0, .1);
}
.border-primary{
  border-top:.2rem solid #00aced !important;
}
.btn-lg{
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1rem;
  border-width: medium;
}
.btn-danger{
  background-color: #00aced !important;
  border:.05rem solid #00aced !important;
}
.btn-danger:hover{
  background-color: #03693893 !important;
  border:.05rem solid #03693893 !important;
}
.btn-primary{
  background-color: #0b60a9 !important;
  border:.05rem solid #0b60a9 !important;
}
.btn-primary:hover{
  background-color: #0b5fa97e !important;
  border:.05rem solid #0b5fa97e !important;
}
/*socil */
.jumbotron{
  background: linear-gradient(to right,#f2f2f2,#FBFBFB);
  padding: 1rem 0 .5rem;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 .3rem rgba(0,0,0,.1);
}
ul.social{
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0 auto;
}
ul.social li{
  margin: 0 auto;
}
.jumbotron .svg-inline--fa{
  font-size:2rem;
  margin: 0 1rem;
}

.jumbotron .svg-inline--fa:hover{
  color:#00aced !important;
}

/*client slide*/
.slider{
  background-color: #ffff;
  width:960px;
  height: 100px;
  overflow: hidden;
  position: relative;
  margin: auto;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
}
.slider::before,.slider::after{
  content: '';
  position: absolute;
  width: 200px;
  height: 100px;
  background: linear-gradient(to right, rgb(114, 206, 134) 0%,rgba(255,255,255,0)100%);
  z-index: 2;
}
.slider::before{
  top:0;
  left:0;
}
.slider::after{
  top:0;
  right: 0;
  transform:rotateZ(180deg);
}
.slider .slider-track{
  display: flex;
  width: calc(250px * 14);
  animation: scroll 20s infinite linear;
}
.slider .slide img{
  width:250px;
  height: 100px;
}
@keyframes scroll{
  0%{
    transform: translateX(0%);
  }
  100%{
    transform: translateX(calc(-250px * 7));
  }
}
/*End client slide*/

/*===== FIXED BACKGROUND IMG =====*/
.fixed{
  background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0,0,0,.5)), url('../img/back.jpg');
  position: fixed;
}

.fixed-background {
 /*-- overflow: hidden;  Correction for iOS --*/
  padding: 10rem 0;
}


/*-- Emoji Navbar --*/
.emoji{
  background-image: linear-gradient(to right, #00aced, #0b60a9);
}

/*start About */
#about{
  overflow-x: hidden;
  font-size: 16px;
  color:#333;
  height: 100%;
}
#about img{
  max-width: 100%;
  height: auto;
}
#about p{
  line-height: 1.7;
  margin: 0;
  font-size: 16px;
}
.title-section{
  padding-bottom: 50px;
  text-align: center;
}
.title-section-main{
  font-size:35px;
  font-weight: 600;
  text-transform: capitalize;
}
.title-section-desc{
  font-size: 16px;
  padding-top: 15px;
  color:#666;
  min-width: 60%;
  display: block;
  margin: 0 auto;
  line-height: 1.7;
}
.aboutUs{
  padding-top: 30px;
  padding-bottom: 50px;
}
.aboutUs .row{
  padding-top: 10px;
}
.about-text-box{
  box-shadow: 0 0 10px #ccc;
  padding: 25px;
  margin-bottom: 30px;
}
.about-text-box-icon{
  font-size:35px;
  padding-bottom: 20px;
  color:#42a4ff;
}
.about-text-box-title{
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  padding-bottom: 10px;
}
.about-text-box-desc p{
  font-size: 15px;
}
.about-text-blue{
  background: #42a4ff none repeat scroll 0 0;
  overflow: hidden;
  color:#fff;
}
.about-text-blue .about-text-box-icon{
  color:#fff;
}
@media (max-width:767px){
  .title-section-main{
    font-size: 25px;
  }
  .title-section-desc{
    max-width: 100%;
  }
  .about-text-blue{
    background: #fff none repeat scroll 0 0;
    color:#000;
  }
  .about-text-blue .about-text-box-icon{
    color:#42a4ff;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .about-text-blue{
    background: #fff none repeat scroll 0 0;
    color:#000;
  }
  .about-text-blue .about-text-box-icon{
    color:#42a4ff;
  }
}
/*end of About */


/*============= FOOTER =============*/
footer{
  background-color: #00aced;
  padding: 1rem 2rem 3rem;
}
footer img{
  height:3.5rem;
  margin: 1.5rem auto;
}
footer a,
.socket a{
  color:#fff;
  text-decoration: none;
}
footer a:hover{
  color:#fff;
  text-decoration: none;
}


/*============= SOCKET =============*/
.socket{
  background-color: #0a2138;
  border-top:.1rem solid #fff;
}


/*============= MEDIA QUERIES =============*/

/* Devices under 1199px (xl) */
@media (max-width: 1199.98px) {

}
/* Devices under 768px (md) */
@media (max-width: 767.98px) {

}


/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

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

/*-- Bootstrap Mobile Gutter Fix --*/
.row, .container-fluid {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/*-- Fixed Background Image --*/
.fixed-background {
  position: relative;
  width: 100%;
  z-index: 1000!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999 !important;
}
.fixed {
  z-index: -999!important;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
