/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html, body {
  margin:0px;
  padding:0px;
  width:100%;
}
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}


a {
  color: #007dc4;
}

a:hover, a:active, a:focus {
  color: #007dc8;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #007dc4;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
  margin-top: -14px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}
.logotxt {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: #fff!important;
  -moz-box-shadow: 0 3px 5px rgba(0,0,0,.05)!important;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05)!important;
  box-shadow: 0 3px 5px rgba(0,0,0,.05)!important;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}
#header.header-fixed #logo{
  margin-top:-8px;
}
#header.header-fixed #logo img{
  max-height: 50px;
  transition: all 0.5s;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 400px;
  background: url(../images/slider-1.jpg) top center fixed;
  background-size: ;
}

#hero .hero-container {
  background: rgba(0, 125, 196, .8);
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #007dc4;
  border: 2px solid #007dc4;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}
#header.header-fixed .nav-menu a {
  color: #333;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #007dc4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #007dc4;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #007dc4;
}

#mobile-nav ul .menu-item-active {
  color: #007dc4;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
#slide-wrapper{
  background: rgba(0,125,196,.5);
}
#slide-wrapper .carousel-inner,#slide-wrapper .carousel,#slide-wrapper .item,#slide-wrapper .container,#slide-wrapper .fill {
  height:100vh;
  width:100%;
  background-position:center center;
  background-size:cover;
  background: rgba(0,125,196,.5);
}
#slide-wrapper .slide-wrapper{display:inline;width:100%;height:100vh;}
#slide-wrapper .container{padding:0px;}

/*------------------------------ vertical bootstrap slider----------------------------*/

#slide-wrapper .carousel-inner> .item.next ,  .carousel-inner > .item.active.right{ transform: translateX(100%); -webkit-transform: translateX(100%); -ms-transform: translateX(100%);
-moz-transform: translateX(100%); -o-transform: translateX(100%);  top: 0;left:0;}
#slide-wrapper .carousel-inner > .item.prev ,.carousel-inner > .item.active.left{ transform: translateX(-100%); -webkit-transform: translateX(-100%);  -moz-transform: translateX(-100%);
-ms-transform: translateX(-100%); -o-transform: translateX(-100%); top: 0; left:0;}
#slide-wrapper .carousel-inner > .item.next.left , .carousel-inner > .item.prev.right , .carousel-inner > .item.active{transform:translateX(0); -webkit-transform:translateX(0);
-ms-transform:translateX(0);-moz-transform:translateX(0); -o-transform:translateX(0); top:0; left:0;}

/*------------------------------- vertical carousel indicators ------------------------------*/
#slide-wrapper .carousel-indicators{
  position:absolute;
  bottom:40px;
  margin:auto;
  height:20px;
  right:10px; 
  left:50%;
  width:50%;
  text-align: center;
}
#slide-wrapper .carousel-indicators li{display:block; margin-right:5px; border:1px solid #00a199;float:left; }
#slide-wrapper .carousel-indicators li.active{margin-bottom:5px; background:#00a199;}
/*-------- Animation slider ------*/

#slide-wrapper .animated{
  animation-duration:3s;
  -webkit-animation-duration:3s;
  -moz-animation-duration:3s;
  -ms-animation-duration:3s;
  -o-animation-duration:3s;
  visibility:visible;
  opacity:1;
  transition:all 0.3s ease;
}
#slide-wrapper .carousel-img{   
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#slide-wrapper .item img{margin:auto;visibility:hidden; opacity:0; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; -o-transition:all 0.3s ease;}
#slide-wrapper .item1 .carousel-img img , #slide-wrapper .item1.active .carousel-img img{max-height:400px;}
#slide-wrapper .item1.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease; -o-transition:all 1s ease;
animation-duration:2s; -webkit-animation-duration:2s; -moz-animation-duration:2s; -ms-animation-duration:2s; -o-animation-duration:2s; animation-delay:0.3s ; -webkit-animation-delay:0.3s;
-moz-animation-delay:0.3s;-ms-animation-delay:0.3s; }
#slide-wrapper .item .carousel-desc{color:#fff; text-align:center;}
#slide-wrapper .item  h2{font-size:50px; animation-delay:1.5s;animation-duration:1s;margin-bottom: 10px; }
#slide-wrapper .item  p{animation-delay:2.5s;animation-duration:1s; width:50%; margin:auto;font-size: 20px;}

#slide-wrapper .item2 .carousel-img img , .item2.active .carousel-img img{max-height:400px;}
#slide-wrapper .item2.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 0.3s ease; animation-duration:3s; animation-delay:0.3s}
#slide-wrapper .item2 h2 , item2.active h2{visibility:hidden; opacity:0; transition:all 5s ease;}
#slide-wrapper .item2.active h2.animated{visibility:visible; opacity:1;  animation-delay:3s;}

#slide-wrapper .item .fill{padding:0px 30px; display:table; }
#slide-wrapper .item .inner-content{display: table-cell;vertical-align: middle;}
#slide-wrapper .item3 .col-md-6{float:none; display:inline-block; vertical-align:middle; width:49%;}

#slide-wrapper .item3.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 0.3s ease; animation-duration:2s; animation-delay:0.3s}
#slide-wrapper .item3 h2 , item3.active h2{visibility:hidden; opacity:0; transition:all 5s ease; }
#slide-wrapper .item.item3 .carousel-desc{text-align:left;}
#slide-wrapper .item3.active h2.animated{visibility:visible; opacity:1;  animation-delay:1.5s}
#slide-wrapper .item3 p , item3.active p{visibility:hidden; opacity:0; transition:all 5s ease; width:100%;  }
#slide-wrapper .item3.active p.animated{visibility:visible; opacity:1;  animation-delay:2.5s;font-size: 20px;}

#slide-wrapper .item4 .carousel-img img , .item4.active .carousel-img img{max-height:400px;}
#slide-wrapper .item4.active .carousel-img img.animated{visibility:visible; opacity:1; transition:all 0.3s ease; animation-duration:3s; animation-delay:0.3s}
#slide-wrapper .item4 h2 , item4.active h2{visibility:hidden; opacity:1; transition:all 5s ease;}
#slide-wrapper .item4.active h2.animated{visibility:visible; opacity:1;  animation-delay:3s;}
#slide-wrapper .item4 .fill{padding:0px 30px; display:table; }
#slide-wrapper .item4 .inner-content{display: table-cell;vertical-align: middle;}

@media(max-width:991px) {
  #slide-wrapper .item .carousel-desc , #slide-wrapper .item.item3 .carousel-desc{text-align:center;}
  #slide-wrapper .item .carousel-desc p {width:80%;}
  #slide-wrapper .item3 .col-md-6{width:100%; text-align:center;}
}
@media(max-width:768px) {
  #slide-wrapper .item .carousel-img img, .item.active .carousel-img img{max-height:155px;}
  #slide-wrapper .item  h2{font-size:30px; margin-top:0px;}
  #slide-wrapper .item .carousel-desc p{width:100%; font-size:12px;}
}
@media(max-width:480px) {
  #slide-wrapper .item  h2{font-size:30px;}
  #slide-wrapper .item .carousel-desc p{width:100%;}
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#whoWeAre {
  background: #fff;
  padding: 0px 0;
}

#whoWeAre .about-container .background {
  background: url(../images/what-we-offer.jpg) center top no-repeat;
  /*margin-bottom: 10px;*/
  min-height: 572px;
}

#whoWeAre .about-container .content {
  background: #fff;
}

#whoWeAre .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
#whatwedo {
  background: #fff;
  padding: 30px 0;
}

#whatwedo .about-container .background {
  background: url(../images/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
  min-height: 300px;
  margin-top: 50px;
  border-radius: 10px;
}

#whatwedo .about-container .content {
  background: #fff;
  padding:21px 50px 0px;
}

#whatwedo .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
#whatwedo .about-container p, #whoWeAre .about-container p{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 26px;
}
#whatwedo .about-container ul.guar-list {
  list-style: none;
  margin:0px;
  padding-left: 2em;
}
#whatwedo .about-container ul.guar-list li{
  font-size: 15px;
  line-height: 26px;
}
#whatwedo .about-container ul.guar-list li:before {
  content: "\2713";
  color: #007dc4;
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.inf-border-right {border-right:1px solid #E5E5E5;}
.infinizi-deals {
  padding: 30px 30px 60px 30px;
  border-radius: 4px;
  text-align: center;
}
.infinizi-deals:hover {
  background: #f5f5f5;
}
#whatwedo .infinizi-deals .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border: 2px solid #007dc4;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
  margin-bottom: 20px;
}


#whatwedo .infinizi-deals .icon i {
  color: #007dc4;
  font-size: 24px;
}

@media (max-width: 768px) {
  #whoWeAre .about-container .title {
    padding-top: 15px;
  }
}

#whoWeAre .about-container p {
  line-height: 26px;
}

#whoWeAre .about-container p:last-child {
  margin-bottom: 0;
}

#whoWeAre .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#whoWeAre .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #007dc4;
}

#whoWeAre .about-container .icon-box .icon i {
  color: #007dc4;
  font-size: 24px;
}

#whoWeAre .about-container .icon-box .title {
  margin-left: 70px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#whoWeAre .about-container .icon-box .title a {
  color: #111;
}

#whoWeAre .about-container .icon-box .description {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}

/* testimonials Section
--------------------------------*/
#testimonials {
  background: #EAD9B9;
  background-size: cover;
  padding: 80px 0 60px 0;
}
#testimonials .section-header .section-description {
  text-align: center;
  color: #999;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}

/* Control buttons  */
#quote-carousel .carousel-control{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left {
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right {
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
  display: none;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
}
#quote-carousel img{
  width: 250px;
  height: 100px
}
/* End carousel */
.item blockquote {
  border-left: none; 
  margin: 0;
}
.item blockquote img {
  margin-bottom: 10px;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: 'Fontawesome';
  float: left;
  margin-right: 10px;
}
.citeimage {width:80px;height: 80px;background-color: #fff; border-radius: 50%;float: left;}
.citeimage img{width:100%;}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  #quote-carousel 
  {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
  }   
}
/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
  #quote-carousel .carousel-indicators {
    bottom: -20px !important;  
  }
  #quote-carousel .carousel-indicators li {
    display: inline-block;
    margin: 0px 5px;
    width: 15px;
    height: 15px;
  }
  #quote-carousel .carousel-indicators li.active {
    margin: 0px 5px;
    width: 20px;
    height: 20px;
  }
}

/* Facts Section
--------------------------------*/
#facts {
  background: linear-gradient(rgba(0, 125, 196, .8), rgba(1, 105, 165, .8)), url(../images/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 40px 40px;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #fff;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #fff;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  height: 200px;
  position: relative;
  background: #fafafa;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 14px 0px lightgrey !important;
  border-radius: 0px !important;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  width:60px;
  height: 60px;
  background: #007dc4;
  border: 2px solid #007dc4;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #007dc4;
}

#services .box:hover .icon a {
  color: #007dc4;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 125, 196, .8), rgba(1, 105, 165, .8)), url(../images/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 130px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

#call-to-action .cta-text {
  color: #fff;
  font-size: 22px;
}
#call-to-action .cta-btn-container .btn {
  padding: 1rem;
  background: white;
  font-family: inherit;
  width: 475px;
  margin:auto;
  text-align: left;
  font-size: 18px;
  color: #007dc4;
  font-weight: 400;
}
#call-to-action .btn--square {
    border-radius: 0;
}
#call-to-action .btn span {
  display: block;
  float: right;
  font-weight: bold;
  margin-top:6px;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  #call-to-action .cta-btn-container .btn {
    width:100%;
  }
}

#call-to-action .cta-btn {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #007dc4;
  border: 2px solid #007dc4;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #007dc4;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #007dc4;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}



/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #007dc4;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #007dc4;
  color: #fff;
}

#contact .form #sendmessage {
  color: #007dc4;
  border: 1px solid #007dc4;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #007dc4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #21252b;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  padding:30px 0px;
}
#footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top ul li{
  display: block;
  padding: 5px 0;
  margin: 0;
  line-height: 100%;
  color: #858d91;
}
#footer .footer-top ul li a{
  display: inline-block;
  margin: 0;
  line-height: 100%;
  color: #858d91;
}
#footer .footer-top ul li a:hover{
  color: #ccc;
  text-decoration: underline;
}
#footer .footer-top ul li .icon {
  left: 0;
  top: 0;
  width: 22px;
  padding: 4px 0;
  font-size: 16px;
}
#footer .footer-copyright{
  width:100%;
  background-color: #15171b;
  padding: 20px 0;
}
#footer .copyright {
  text-align: center;
  font-size: 13px;
}


/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
#contact-banner {
  display: table;
  width: 100%;
  height: 400px;
  background: url(../images/contact.png) top center fixed;
  background-size: ;
}
#contact-banner .hero-container, #career-banner .hero-container, #services-banner .hero-container, #about-banner .hero-container, #serviceDetails .hero-container{
  background: rgba(0, 125, 196, .9);
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}
#contact-banner h1, #career-banner h1, #services-banner h1, #about-banner h1, #serviceDetails h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}
#contact-banner h2, #career-banner h2, #services-banner h2, #about-banner h2, #serviceDetails h2 {
  color: #fff;
  font-size: 24px;
}
#whoWeAre .about-container.contactinfo .icon-box .icon {
  width:50px;
  height: 50px;
  text-align: center;
}
.contactinfo {
  padding:40px 0px;
}
.contactinfo .contactform {
  width:100%;
  float: left;
  background-color: #fff !important;
}
.contactinfo .col-md-6 .contactform {
  background-color: #fff !important;
}
.contactform form{
  background-color: #fff !important;
}
.contactinfo .contactform .form-control {
  height: 42px;
}

/*--------------------------------------------------------------
# Career
--------------------------------------------------------------*/
#career {
  padding:40px 0px;
}
#career-banner {
  display: table;
  width: 100%;
  height: 400px;
  background: url(../images/career.png) top center fixed;
}
.section-career-row {
  padding:5%;
  background: white;
  width: 100%;
  text-align: center!important;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.btn--wide {
  min-width: 200px;
  transition: all 0.3s cubic-bezier(0.25,0.75,0.75,1);
  color: #007dc4;
  border-top: 1px solid #007dc4;
  border-bottom: 1px solid #007dc4;
  font-weight: bold;
  border-radius: 0px;
  padding:10px 0px;
}
#career ul.nav-stacked>li {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#career .nav-pills>li>a {
  border-radius: 0px;
  color: #333;
  font-weight: 700;
}
#career .nav-pills>li.active>a, #career .nav-pills>li.active>a:hover, #career .nav-pills>li.active>a:focus {
  color: #333;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.infinizi-job {
  font-size: 30px;
  color: #007dc4;
}
.job-requirments {
  width:100%;
  float:left;
  padding: 0 0px 8px;
  position: relative;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.requirments-left-bx {
  float: left;
  width:100%;
  margin-top:11px;
}
.requirments-left-bx ul {
  list-style: none;
  margin:0px;
  padding:0px;
}
.requirments-left-bx ul li {
  display: inline-block;
  padding: 0 8px;
  border-right: 1px solid #e5e5e5;
  margin-right: 18px;
}
.infinizi_apply_job {
  width:100%;
}
.btn-apply-job {
  width:100%;
  border-radius: 0px;
  text-align: center;
  color: #fff;
}
.job_heading3 {
  font-size: 20px;
  color: #333;
}
ul.jobFeatureList {
  list-style: none;
  padding-left: 2em;
}
ul.jobFeatureList li {
  font-size: 16px;
  color: #687178;
  line-height: 1.7;
  margin: 0 0 10px;
  font-weight: 500;
}
ul.jobFeatureList li:before {
  content: "\2713";
  color: #007dc4;
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.uploadCV {
  background: #007dc4;
  padding: 5px;
  color: #fff;
  border-radius: 3px;
  border: 1px solid #007dc4;
}
#fileLoader{
  display:none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
#services-banner {
  display: table;
  width: 100%;
  height: 400px;
  background: url(../images/services.png) top center fixed;
}

#serviceLists {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#serviceLists .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  height: 300px;
  position: relative;
  /*background: #fafafa;*/
  border: 1px solid #ccc;
  box-shadow: 0px 0px 14px 0px lightgrey !important;
  border-radius: 0px !important;
}

#serviceLists .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#serviceLists .icon a {
  display: inline-block;
  width:60px;
  height: 60px;
  background: #007dc4;
  border: 2px solid #007dc4;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#serviceLists .icon i {
  color: #fff;
  font-size: 24px;
}

#serviceLists .box:hover .icon i {
  color: #ccc;
}

#services .box:hover .icon a {
  color: #007dc4;
  background: #fff;
}

#serviceLists .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#serviceLists .title a {
  color: #111;
}

#serviceLists .description {
  font-size: 14px;
  line-height: 24px;
}
.btn-transparent-outline {
  text-align: center;
  border:1px solid #007dc4;
  padding: 12px 30px;
}
.btn-transparent-outline:hover {
  background: #007dc4;
  color: #fff;
}
#serviceDetails {
  display: table;
  width: 100%;
  height: 400px;
  background: url(../images/servicedetails.png) top center fixed;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
#about-banner {
  display: table;
  width: 100%;
  height: 400px;
  background: url(../images/about.png) top center fixed;
  background-size: ;
}
#aboutWeDo {
  background: #fff;
  padding: 30px 0;
}

#aboutWeDo .background {
  background: url(../images/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
  min-height: 300px;
  border-radius: 10px;
}

#aboutWeDo .about-container .content {
  background: #fff;
  padding:21px 50px 0px;
}

#aboutWeDo .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
#aboutWeDo .about-container p{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 26px;
}
#aboutWeDo p{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 26px;
}
#aboutWeDo p.servicesList-text {
  margin-bottom: 10px;
}
ul.servicesList {
  list-style: none;
  padding-left: 2em;
  clear: both;
  width: 100%;
}
ul.servicesList li {
  font-size: 15px;
  padding-bottom: 8px;
}
ul.servicesList li:before {
  content: "\2713";
  color: #007dc4;
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
#aboutWeDo .about-container ul li{
  font-size: 15px;
}
#weStandFor {
  background-color: #f7f7f7;
  width:100%;
  padding:30px 0px;
}
#weStandFor ul.standlists {
  list-style: none;
  margin:0px;
  padding-left: 0px;
}
#weStandFor ul.standlists li {
  margin-bottom: 35px;
}
#weStandFor ul.standlists li .icon-left {
  min-width: 65px;
  width: 100px;
  padding-right: 35px;
  display: table-cell;
  vertical-align: middle;
}
#weStandFor ul.standlists li .disc-right {
  display: table-cell;
  vertical-align: middle;
}
#weStandFor ul.standlists li .disc-right .sub-title {
  margin-bottom: 6px;
  color: #333c4e;
  font-size: 20px;
  font-weight: 800;
}
#weStandFor p{
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 26px;
}

.technologiesTab .nav>li>a{
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
  background: #007dc4;
  margin-right: 20px;
  border-radius: 0px;
}
.technologiesTab .nav-tabs {
  /*border-bottom: none;*/
}
#technologiesTabContent {
  border:1px solid #f1f1f1;
  margin-top: -1px;
  padding: 15px;
}
.technologiesTab .nav-tabs>li.active>a, .technologiesTab .nav-tabs>li.active>a:hover, .technologiesTab .nav-tabs>li.active>a:focus {
  background-color: transparent;
  border: none;
  color: #4786c8;
}
.technologiesTab .nav>li>a:hover, .technologiesTab .nav>li>a:focus {
  text-decoration: none;
  background: #007dc4;
}
.technologiesTab .nav-tabs>li>a:hover {
  border-color: transparent;
}



.aboutUs {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0px 50px;
  background: linear-gradient(to right, #198aca, #187cb4); 
}
.about-slogantxt-center{
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin: 0 auto;
  width: 70%;
  color: #fff;
}
.about-item {
  margin-top: 50px;
  padding-left: 80px;
  position: relative;
}

.about-item:before {
  content: '';
  position: absolute;
  display: block;
  top: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.star:before {
  background-image: url(../images/about-star.png);
  left: 10px;
  max-width: 64px;
  width: 64px;
  height: 64px;
}
.about-item .number {
  color: #fff;
  font-family: 'Open Sans', sans-serif; 
  background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(left,#fff 0,#f5f5f5 100%);
  background-image: linear-gradient(to right,#fff 0,#f5f5f5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  font-size: 76px;
  line-height: 64px;
}
.about-item .title {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;

}
.about-item .about-text {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  margin-top: 15px;
  font-family: 'Open Sans', sans-serif; 
  margin:0px;
}
.micro:before {
  background-image: url(../images/about-support.png);
  left: 20px;
  max-width: 45px;
  width: 45px;
  height: 64px;
}
.sign:before {
  background-image: url(../images/about-shield.png);
  left: 10px;
  max-width: 57px;
  width: 57px;
  height: 69px;
}
.story-list {
  position: relative;
  display: block;
  width: 100%;
  padding: 40px 0px;
  background: #fff;
}
.story-list.about:before {
  content: 'The Story Behind Us';
  font-family: 'Open Sans', sans-serif; 
  font-weight: 500;
  font-size: 7.2vw;
  color: #d5d0a9;
  display: block;
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 9.5vw;
  line-height: 9.5vw;
}
.diagram-wrap {
  margin-top: 70px;
  position: relative;
  padding: 0 0 10px
}
.diagram-wrap:after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 1px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 20px;
  background: url(../img/ico/arrow-about.png) center no-repeat;
  z-index: 10
}
.diagram-wrap:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #d0ca9e;
  z-index: 10
}
.diagram-wrap .diagram-img {
  position: relative
}
.diagram-wrap .diagram-img img {
  position: relative;
  top: 35px
}
.diagram-wrap .diagram-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 120px
}
.diagram-wrap .diagram-item p {
  margin: 0
}
.diagram-wrap .diagram-item .text {
  text-align: justify
}
.diagram-wrap .diagram-item .year {
  color: #d0ca9e;
  font-family: 'Open Sans', sans-serif; 
  font-weight: 500;
  font-size: 62px;
  line-height: 60px;
  position: relative
}
.diagram-wrap .diagram-item .title {
  font-family: 'Open Sans', sans-serif; 
  font-weight: 500;
  font-size: 30px;
  line-height: 27px;
  color: #000
}
.diagram-wrap .diagram-item .text {
  font-size: 15px;
  line-height: 24px;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif; 
}
.diagram-item.right .title,
.diagram-item.right .year {
  text-align: right
}
.diagram-item.right .diagram-img {
  max-width: 50%;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%
}
.diagram-item.right .diagram-descr {
  max-width: 50%;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  margin-right: 35px
}
.diagram-item.left .title,
.diagram-item.left .year {
  text-align: left
}
.diagram-item.left .diagram-descr {
  max-width: 50%;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-left: 35px
}
.diagram-item.left .diagram-img {
  max-width: 50%;
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%
}
.diagram-item.left .year:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d0ca9e;
  left: -51px;
  top: 0;
  bottom: 0;
  margin: auto
}
.diagram-item.left .diagram-img.clock img {
  left: 150px
}
.diagram-item.right .diagram-img.circles img {
  top: 0;
  left: 20px
}
.diagram-item.right .year:after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #d0ca9e;
  right: -52px;
  top: 0;
  bottom: 0;
  margin: auto
}
.diagram-wrap .diagram-item.first {
  margin-bottom: 50px
}
.diagram-wrap .diagram-item.second {
  margin-bottom: 100px
}
.diagram-wrap .diagram-item.second .diagram-img img {
  left: 50px;
  top: 0
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
  margin-bottom: 15px;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
h3.panel-title.faq-heading {
  font-size: 14px;
  font-weight: bold;
  color: #525252;
}
h3.panel-title > a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  line-height: 28px;
}
.more-less {
  float: right;
  color: #212121;
  margin-top: 7px;
  font-weight: bold;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}
/*.home-content-section-gray .content-page .service-details-row .textjustify {
  text-align: left !important;
  font-family: 'Open Sans',sans-serif;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}*/