/*////////////////////////////////
Header
////////////////////////////////*/

#index-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

#index-carousel {
  height: 100%;
  width: 100%;
}

#index-carousel .header-overlays {
  text-align: center;
}

#index-carousel .header-overlays > * {
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}

#index-carousel .header-overlays h2 {
  display: inline-block;
  font-size: 24px;
  line-height: 25px!important;
  font-weight: 700;
  line-height: 42px;
  padding: 10px 30px;
  background-color: #249aea;
}

#index-carousel .header-overlays h1 {
  font-size: 42px;
  padding: 30px;
}

#index-carousel .owl-controls {
  position: absolute;
  top: 90%;
  left: 0px;
  right: 0px;
}

#index-carousel .owl-controls .owl-page span {
  background: none repeat scroll 0% 0% #fafafa !important;
}

/*////////////////////////////////
Services
////////////////////////////////*/

#our-services {
  background-color: rgba(247, 247, 248, 0.66);
  background-size: cover;
}

#our-services label {
  margin-top: -15px;
  margin-bottom: 28px;
  color: #7cc2f2;
  font-weight: 900;
}

#our-services h4 {
  margin-top: 0px;
}

#services {
  margin-top: 80px;
}

#services h3 {
  margin-top: 40px;
}

#services h3 a {
  color: #303030;
  font-size: 21px;
}

#services h3 a:hover {
  color: #008CC7;
}

#services h3 a {
  color: #303030;
  font-size: 21px;
}

#services h3 a:hover {
  color: #008CC7;
}

.our-services-icon {
  padding: 5px;
  border: 1px solid #fff;
  border-radius: 100px;
}

.our-services-icon:hover {
  padding: 5px;
  border: 1px solid #008CC7;
  border-radius: 100px;
  overflow: hidden;
  -webkit-transition: border 0.25s ease-in-out 0s;
  transition: border 0.25s ease-in-out 0s;
}

#services .col-md-4 center {
  overflow: hidden;
}

#services .col-md-4 center h3 {
  color: #303030;
  font-size: 21px;
}

#services .col-md-4 center p {
  margin: 18px 0px 0px 0px;
  color: #838383;
  font-size: 14px;
  line-height: 24px;
}

#services .col-md-4 center h3 {
  color: #303030;
  font-size: 21px;
}

#services .col-md-4 center p {
  margin: 18px 0px 0px 0px;
  color: #838383;
  font-size: 14px;
  line-height: 24px;
}

.service-logo {
  width: 134px;
  height: 134px;
  margin: 10px;
  border-radius: 50%;
  background-color: #249AEA;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.service-logo-border {
  width: 134px;
  height: 134px;
  border-radius: 50%;
  border: 1px solid #249AEA;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.service-logo:hover .service-logo-border {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  -ms-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}
/*////////////////////////////////
Workflow
////////////////////////////////*/

.steps {
  margin-top: 145px;
}

.steps .col-md-2 {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  height: 180px;
}

.steps .col-md-2 img {
  margin: 25px 0px 0px 0px;
}

.environmental {
  padding: 100px 0px 150px 0px;
}

.our-services-icon-new {
  border-radius: 90px;
  margin-top: 50px;
  padding: 8px;
  border: 1px solid #eeeeee;
}
/*////////////////////////////////
Corporate
////////////////////////////////*/

.corporate {
  position: relative;
  padding: 155px 0px 185px 0px;
  background-image: url(../images/index/corporate_bg.png);
  background-size: cover;
}

.corporate h1 {
  color: #f9f9f9;
  font-weight: 400;
  line-height: 72px;
}

.corporate label span {
  font-size: 24px!important;
  margin: 0 25px;
}

.corporate h2 {
  font-weight: 400;
}

.view_btn {
  display: inline-block;
  background-color: #fff;
  color: #104861;
  border-radius: 3px;
  padding: 20px 58px 20px 58px;
  border: 1px solid #cbd3d9;
  margin-top: 45px;
}

.view_btn:hover {
  background-color: #249AEA;
  color: #fff;
  border: 1px solid #cbd3d9;
}

#partners label {
  margin-top: -15px;
  margin-bottom: 28px;
  color: #7cc2f2;
  font-weight: 900;
}

#partners h4 {
  margin-top: 0px;
  margin-bottom: 25px;
}

#partners {
  padding-top: 165px;
}

.partner {
  padding: 28px 0px;
}

.partner .col-md-4 {
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner .col-md-4 img {
  height: 50px;
}
/*////////////////////////////////
Media Rules
////////////////////////////////*/

@media (min-width: 320px) and (max-width: 479px) {
  #index-carousel .header-overlays {
    padding: 0px;
    background-color: rgba(36, 154, 234, 0.4);
  }
  #index-carousel .header-overlays h1 {
    font-size: 24px!important;
    padding: 20px 10px!important;
  }
  #index-carousel .header-overlays h2 {
    font-size: 16px!important;
    left: 0px;
  }
  #index-carousel .owl-controls {
    display: none!important;
  }
  #our-services {
    padding: 40px 0px 0px 0px;
    background-image: none !important;
    margin-top: 10px;
    text-align: center;
  }
  #services .col-md-4 h3 {
    margin-top: 20px;
  }
  #services .col-md-4 {
    margin-bottom: 20px;
  }
  #services .col-md-4 h3 {
    margin-top: 20px;
  }
  #services .col-md-4 {
    margin-top: 20px;
  }
  .our-workflow {
    margin-top: 40px;
  }
  .steps {
    margin-top: 50px;
  }
  .our-services-icon-new {
    margin-top: 15px !important;
  }
  .environmental {
    padding-bottom: 30px;
  }
  #partners {
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  #index-carousel .header-overlays {
    top: 45%;
  }
  #index-carousel .header-overlays h1 {
    font-size: 25px;
    !important;
  }
  #index-carousel .header-overlays h2 {
    font-size: 16px!important;
    left: 0px;
  }
  #our-services {
    padding: 60px 0px 0px 0px;
    background-image: none !important;
    margin-top: 10px;
    text-align: center;
  }
  #services .col-md-4 h3 {
    margin-top: 20px;
  }
  #services .col-md-4 {
    margin-bottom: 20px;
  }
  #services .col-md-4 h3 {
    margin-top: 20px;
  }
  #services .col-md-4 {
    margin-top: 20px;
  }
  .our-workflow {
    margin-top: 60px;
  }
  .steps {
    margin-top: 50px;
  }
  .our-services-icon-new {
    margin-top: 15px !important;
  }
  .environmental {
    padding-bottom: 30px;
  }
  #partners {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #our-services {
    padding: 40px 0px 0px 0px;
    background-image: none !important;
  }
  #services .col-md-4 {
    margin-bottom: 20px;
    float: left;
    width: 250px;
    text-align: center;
    margin-left: 70px;
  }
  #services .col-md-4 {
    margin-top: 20px;
    float: left;
    width: 250px;
  }
  .steps .col-md-2 {
    float: left;
    width: 300px;
    margin: 20px 0 20px 50px;
  }
  #partners .col-md-4 {
    float: left;
    width: 300px;
    margin: 20px;
  }
}

.dial {
  font-size: 30px !important;
}

.step-header {
  height: 80px;
}