@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');
/* =====[ GLOBAL STYLES ]======================================== */

html,body {min-height:100%;height: 100%;}
body {margin:0;font-family: 'Montserrat', sans-serif;color:#333; font-size:16px; font-weight:400; line-height: normal;}
div, p, span, h1, h2, h3, h4, h5, h6, img, dl, dt, dd, blockquote, pre, form, fieldset, label, a {margin:0; padding:0; border:0;}
img {vertical-align: middle;max-width: 100%; height: auto;}
img, a img {border:none;}
h1, h2, h3, h4,h5, h6 {font-family: 'Montserrat', sans-serif;color:#000;font-weight:700;}
ul li{list-style: none;}
p { margin:0;padding:0;line-height: 26px; font-family: 'Montserrat', sans-serif;font-size: 16px;}
a { color:#00a8cd; text-decoration:none !important;outline: none;}
a:hover { color:#006cff; text-decoration:underline;}
a.active{color: #00a8cd !important;}
a:focus{outline: none;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
html .clearfix {height:1%;}
.clearfix {display:block}
.clr {clear:both}
.center-block{float: none; margin:0 auto;}
::-moz-placeholder {color: #868686 !important; opacity: 1; font-size: 13px;font-style: italic;}
:-ms-input-placeholder {color: grey !important; opacity: 1;font-size: 13px;font-style: italic;}
::-webkit-input-placeholder {color: #868686 !important; opacity: 1;font-size: 13px;font-style: italic;}
section ul li {
    list-style: disc;
    margin: 10px 0;
}
/* =====[ MAIN STYLES ]====================================== */

.whitebg{
    background: #fff;
}
.navbar {
    display: block;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.navbarlight{
  background: transparent;
}
.navbardark{
  background: #000 !important;
 -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
section{
    padding:3rem 0;
    display: inline-block;
    width: 100%;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.navbar-brand{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
.navbar-brand .badge-warning {
    padding:1px 10px;
}
.navbar-brand .badge-warning i {
    padding: 0;
    font-size: 18px;
    color: #fff;
}
header .nav-link {
    margin: 6px 3px;
    padding: 5px 12px !important;
}
.nav-link{
    color: #fff;position: relative; margin:0;padding:10px 0;text-align: center;    
    transition: .5s;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.15, 0.29, 0.25, 1);
    transition-delay: 0s; border-radius:50px;font-family: 'Montserrat', sans-serif;
}
.nav-item.active a,
.nav-item:hover a,
.nav-item a:hover{
    color:#fff;
    background:#006cff;
}
.btn-orange{
    background:#006cff;color: #fff;
}
.btn-orange:hover{
    background:#006cff;color: #fff;
}
.yellowBg{
    background:#006cff;
}
.blueBg{
    background:#eff7f8;
}
#services{
  background:url(../img/bg.png) left top repeat;
}
.itemBlock1{
    position:relative;
    display: block;
    overflow:hidden;
    transition: 0.5s 0.2s;
    all-transition: 0.5s 0.2s;
    webkit-transition: 0.5s 0.2s;
    ms-transition: 0.5s 0.2s;
    moz-transition: 0.5s 0.2s;
}
.team-info{
    transition: 0.5s 0.2s;
    all-transition: 0.5s 0.2s;
    webkit-transition: 0.5s 0.2s;
    ms-transition: 0.5s 0.2s;
    moz-transition: 0.5s 0.2s;
    display: block;
}
.team-contact-info {
    position: absolute;
    background: rgba(0,0,0,.8);
    left: 0;
    right: 0;
    bottom:100%;
    margin:0;
    padding: 40px 0;
    transition: 0.5s 0.2s;
    all-transition: 0.5s 0.2s;
    webkit-transition: 0.5s 0.2s;
    ms-transition: 0.5s 0.2s;
    moz-transition: 0.5s 0.2s;
    opacity: 0;
}
.team-sc{
    display: inline-block;
    margin: 0 auto;
}
.team-sc li{
    float: left;
    list-style: none;
    padding: 0 10px;
}
.team-sc li a{
    color: #fff;
    font-size: 24px;
}
.team-contact-info p{
    line-height:20px;color:#fff; margin:5px 0;
}
.itemBlock1:hover .team-contact-info{
    opacity: 1;
    bottom:70px;
}
.carousel-caption {
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.HeadingBlock {
    display:block;
    text-align: center;
}
.HeadingBlock h1 {
    position: relative;
    display: inline-block;
}
#testimonials{
    background:#d8e7ea;
    width:100%;
    float:left;
}
#testimonials img {
    max-width: 170px;
    border-radius: 500px;
    overflow: hidden;
    border:8px solid rgba(255,255,255,.8);
}
#testimonials .carousel-caption {
    bottom: 0;
    position: static;
    left: 0;
    right: 0;
}
 /* Blur + Gray Scale */
.itemBlock img {
   -webkit-filter: grayscale(0) blur(0);
   filter: grayscale(0) blur(0);
   -webkit-transition: .3s ease-in-out;
   transition: .3s ease-in-out;
}
.itemBlock:hover img {
   -webkit-filter: grayscale(100%) blur(2px);
   filter: grayscale(100%) blur(2px);
}
.cta{
  background: url(../img/testimonial.jpg) center center fixed;
  width: 100%;
  float: left;
}
.btn-warning{
    background-color: #006cff;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(6, 150, 188, 0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.badge-warning{
    background-color: #006cff;
}
.carousel-indicators li{
    width: 10px;
    height: 10px;
}
.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.cd-top:hover {
  background-color: #048dad;
  opacity: 1;
}
footer {
    background: #e9e9e973;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
}
footer ul {
    margin: 0;padding: 0
}
footer ul li{
    margin:5px 0;
    border-top: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom:0px;
    padding-top: 10px;
    max-width:180px;
    list-style: none;
}
footer ul li:first-child{
    border:none;
    padding-top:5px;
}
footer ul li a{
    font-size: 13px;
    color: #333;
}
.info{
    font-size: 13px;
}
.info ul{
    margin: 0;
    padding: 0;
}
.info ul li{
    padding: 0;
    margin: 10px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.info i {
    color: #006cff;
    margin-right: 10px;
    font-size: 18px;
}


/* =====[ MEDIA QUERIES ]====================================== */

.navbar-toggler {
    padding:4px 8px 0px;
    font-size: 1rem;
    background-color: #333;
    border: 1px solid #333;
}
.fa.fa-navicon {
  color:white;
}

@media only screen and (max-width:991px){
    .navbar-collapse {
    background: #000;

    }
    .navbarlight {

    background: transparent;
    z-index: 99;

  }
  .carousel-inner .text-white {
    font-size: 30px;
  }

}

@media only screen and (min-width:768px) and (max-width :991px) {
.FooterBlock {
    margin-bottom: 30px;
    display: inline-block;
}
.aboutImg {
    float: none !important;
}
header .container {
    max-width: 640px;
}



}


@media only screen and (max-width:767px){
.HeadingBlock h1,
.display-4,
.cta_content h2 {
    font-size: 30px;
}
.FooterBlock {
    margin-bottom: 30px;
    display: inline-block;
}
.HeadingBlock p {
    font-size: 13px;
}
section {
    padding: 3rem 0;
}
#Banner .carousel-indicators {
    bottom: 0;
}

}

@media only screen and (max-width:576px){

.HeadingBlock h1,
.display-4,
.banner-caption h1 ,
.cta_content h2{
    font-size:21px;line-height: inherit;
}

.HeadingBlock h1::after{
    padding-left:5px;
}
.HeadingBlock h1::before{
    padding-right:5px;
}
.navbar-toggler {
    margin-right: 30px;
}
}


@media only screen and (min-width: 320px) and (max-width : 480px) {

}
