/* ----------------------------------

Template Name: Anada - Data Science & Analytics Template
Author: validtheme
Description:
Version: 1.7.5

Main Font    : Nunito
Main Color   : #437eeb

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
    03. Banner
    04. Features
    05. About Area
        - Version One
        - Version Two
        - Version Three
    06. Content Tab
    07. Fun Factors
    08. Services
        - Carousel
        - Grid
        - Iconic
    09. Our Process
    10. Our Skill
    11. Testimonials
    12. Faq
    13. Team
    14. Companies Area
    15. Why Chose Us
    16. Pricing Table
    17. Our Features
    18. Portfolio
        - Mix Colum
        - Grid Colum
        - Masonary Colum
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Concat Area
    21. Get Started Area
    22. Error 404
    23. Footer
    24. PHP Contact Form
    25. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible;
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0;
  margin: 0;
}

h3 {
    font-size: 1.5rem;
}

h1,h2,h3,h4 {
  margin-bottom: 15px;
}

h5,h5 {
  margin-bottom: 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
}

p {
  color: #666666;
  line-height: 28px;
  text-transform: none;
  font-weight: 400;
}

ul {
  margin: 0;
  list-style-type: none;
}

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

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
}

b, strong {
  font-weight: 900;
}

.btn.circle {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

.bg-gray {
  background-color: #f4f7fc;
}

.bg-light-gradient {
  background: linear-gradient(90deg, rgba(244,247,252,1) 36%, rgba(255,255,255,1) 100%);
}
.gradient-bg {
  background-image: linear-gradient(90deg, rgba(2,59,166,1) 0%, rgba(67,126,235,1) 100%);
  background-color: #437eeb;
}
  
.container-md {
    width: 90%;
    margin: auto;
    position: relative;
}
  
.text-light h1, 
.text-light h2, 
.text-light h3, 
.text-light h4, 
.text-light h5, 
.text-light h6, 
.text-light p, 
.text-light a {
    color: #ffffff !important;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
  position: relative;
  z-index: 1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.half-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.default-padding-top {
  padding-top: 120px;
}

.default-padding-bottom {
  padding-bottom: 100px;
}

.default-half-padding-bottom {
  padding-bottom: 50px;
}

.padding-contact {
    padding-top: 93px;
    padding-bottom: 0;
  }

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding-bottom.bottom-less {
  margin-bottom: -30px;
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.align-center {
  align-items: center;
}

.btn {
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  letter-spacing: 1px;
  overflow: hidden;
  border-radius: inherit;
}

.btn-md {
  padding: 15px 40px;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
  background-image: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  color: #ffffff !important;
  background-color: #437eeb;
  transition: all 500ms ease;
}

.btn-gradient {
  padding: 15px 40px;
}

.btn-simple {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 10px 40px;
  border-radius: 30px;
  color: #437eeb;
  font-weight: 700;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-simple:after {
  background: linear-gradient(90deg, rgba(67,126,235,1) 0%, rgba(30,85,189,1) 100%);
  color: #ffffff;
  border-color: transparent;
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
    color: #ffffff;
  }
  
  .btn-simple:hover::after {
    left: 0;
  }  

.overflow-hidden {
  overflow: hidden;
}

button, button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

header {
  position: relative;
}

.site-heading h4 {
  text-transform: uppercase;
  font-weight: 800;
  color: #437eeb;
  font-size: 20px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.site-heading h4::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 10px;
  width: 100%;
  background: #437eeb;
  z-index: -1;
  opacity: 0.1;
}

.site-heading h2 {
  display: block;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  font-size: 36px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

@media only screen and (min-width: 1100px) {
  .left-border::before {
    position: absolute;
    left: -30px;
    top: -1%;
    content: "";
    height: 102%;
    width: 100px;
    background: #f4f7fc;
    z-index: -1;
    border-radius: 50px;
  }
}


/* ===================================
    # Shape
====================================== */

.wavesshape-bottom .waveshape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-position: center bottom;
}

.wavesshape-bottom .waveshape img {
  margin-top: -100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.waveshape img {
    margin-top: -100px;
  }

.rectangular-shape::after {
  position: absolute;
  right: 0;
  bottom: 50px;
  content: "";
  height: 600px;
  width: 600px;
  background: #437eeb;
  z-index: -1;
  opacity: 0.08;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: rotate(90deg);
}

.circular-shape::after {
  position: absolute;
  right: 30px;
  top: 150px;
  height: 300px;
  width: 300px;
  border: 40px solid #437eeb;
  content: "";
  z-index: -1;
  opacity: 0.07;
  border-radius: 50%;
}

/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding-top: 120px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.breadcrumb-area .fixed-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-position: center left;
  z-index: -1;
  opacity: 0.7;
}

.breadcrumb-area h1 {
  font-weight: 700;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item ul {
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

.top-pad-90 {
  padding-top: 90px;
}

/* Content */
.banner-area.rectangular-shape {
  position: relative;
  z-index: 1;
}

.banner-area.rectangular-shape::after {
  position: absolute;
  right: -300px;
  top: 0;
  height: 600px;
  width: 600px;
  background: linear-gradient(90deg, rgba(67,126,235,1) 47%, rgba(255,255,255,1) 100%);
  content: "";
  border-radius: 20px;
  transform: rotate(45deg);
  opacity: 0.06;
}

.banner-area .double-items .thumb img {
  max-width: 120%;
}

.banner-area .double-items {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
}

.banner-area .double-items .thumb {
  padding-left: 35px;
}

.banner-area.text-combo h2 {
  font-size: 54px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

.banner-area.text-combo h2 span {
  font-size: 36px;
  display: block;
  font-weight: 200;
  margin-bottom: 20px;
}

.banner-area.text-combo a {
  margin-top: 25px;
}

.banner-area a {
  margin-right: 10px;
}
/* ============================================================== 
     # About Us
=================================================================== */

.about-area .heading {
    margin-bottom: 25px;
    margin-top: -5px;
  }
  
  .about-area .heading h2 {
    display: block;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    font-size: 36px;
  }
  
  .about-area .about-items .info h3 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #666666;
  }
  
  .about-area .about-items .center-tabs .info h3 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #232323;
  }
  
  /* Center Tabs */
  
  .center-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px !important;
  }
  
  .center-tabs .nav-tabs li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
  }
  
  .center-tabs .nav-tabs li a {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    color: #666666;
  }
  
  .center-tabs .nav-tabs li a:hover,
  .center-tabs .nav-tabs li a:focus {
    background: transparent;
  }
  
  .center-tabs .nav-tabs li a.active {
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    color: #ffffff;
  }
  
  .center-tabs .nav-tabs li a.active::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
    height: 15px;
    width: 1px;
    background: #437eeb;
  }
  
  .center-tabs .nav-tabs li a.active::before {
    position: absolute;
    left: 50%;
    bottom: -24px;
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid #437eeb;
    margin-left: -5px;
    border-radius: 50%;
  }
  
  .about-area .center-tabs {
    margin-top: 50px;
  }
  
  .center-tabs .tab-content {
    padding: 50px;
    background: #f4f7fc;
    border-top: 3px solid #437eeb;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  }
  
  .center-tabs .tab-content .info {
    padding-right: 35px;
    text-align: left;
  }
  
  .center-tabs .info h3 {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
  }
  
  .center-tabs .info a {
    margin-top: 10px;
  }
  
/* ============================================================== 
     # Our Features
=================================================================== */
.our-features-area .container {
    margin-right: 0;
}

@media only screen and (min-width: 1367px) {
    .our-features-area .container {
      margin-left: calc((100% - 1140px)/ 2);
      padding: 0;
      width: auto;
      min-width: auto;
      max-width: inherit;
    }
  }
  
  @media only screen and (min-width: 1000px) {
  
    .our-features-area .feature-items.feature-carousel.owl-carousel .owl-stage {
      left: -100px;
    }
  }

.our-features-area .info {
  padding-left: 35px;
}

.our-features-area .feature-items .item {
  padding: 50px;
  border-bottom: 3px solid #437eeb;
  box-shadow: 0 0 10px #cccccc;
  background: #ffffff;
  border-radius: 10px;
}

.our-features-area .feature-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.our-features-area .feature-items .item .icon::after {
  position: absolute;
  left: -10px;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(62.5deg, transparent, rgba(237, 245, 255, 0.9));
  z-index: -1;
  border-radius: 10px;
  transform: rotate(225deg);
}

.our-features-area .feature-items .item .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.our-features-area .feature-items .item > i,
.our-features-area .feature-items .item .icon i {
  font-size: 70px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(3,25,65,1) 0%, rgba(67,126,235,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.our-features-area .feature-items .item p {
  margin-bottom: 0;
}

.our-features-area .feature-items .item h2,
.our-features-area .feature-items .item h3,
.our-features-area .feature-items .item h4 {
  font-weight: 700;
  margin-bottom: 25px;
}

.our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot {
  margin-bottom: -10px;
  margin-top: 20px;
}

.our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot span {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px #cccccc;
}

.our-features-area .feature-items.feature-carousel.owl-carousel .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #437eeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* ============================================================== 
     # Skill
=================================================================== */

.skill-area {
  position: relative;
  z-index: 1;
}

.skill-items .info h2 {
  display: block;
  font-weight: 700;
}

.skill-items .info h3 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #666666;
}

.skill-area .thumb .image-box {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-left: 35px;
}

.skill-items .progress-box {
  margin-bottom: 30px;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.skill-items .progress-box h5 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 5px;
  text-align: left;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: 2px solid #dddddd;
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}

.skill-items .progress-box .progress .progress-bar {
  height: 6px;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  top: 12px;
  position: relative;
}

/* ============================================================== 
     # How it works
=================================================================== */

.work-process-area {
  position: relative;
}

.works-process-items {
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.works-process-items .item {
  padding: 0 15px;
}

.works-process-items .single-item {
  position: relative;
  z-index: 1;
}

.works-process-items .single-item::after {
  position: absolute;
  left: 100%;
  top: 41px;
  content: "";
  background-image: url(assets/img/direction-sign.png);
  height: 50px;
  width: 100px;
  background-repeat: no-repeat;
  margin-right: -100px;
  background-size: contain;
  margin-left: -50px;
  opacity: 0.3;
}

.works-process-items .single-item:last-of-type::after {
  display: none;
}

.works-process-items .item .info h4 {
  font-weight: 600;
  text-transform: capitalize;
}

.works-process-items .item .icon {
  position: relative;
  text-align: center;
  z-index: 1;
  display: inline-block;
  width: 120px;
}

.works-process-items .item .icon span {
  background: #ffffff;
  position: absolute;
  right: -10px;
  top: -10px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  z-index: 1;
  color: #437eeb;
  font-weight: 800;
  font-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 10px #cccccc;
}

.works-process-items .item .icon i {
  background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  border-radius: 20px;
  color: #ffffff;
  font-size: 60px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 120px;
  z-index: 1;
  display: inline-block;
  border: 3px solid #ffffff;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 30px;
}

.works-process-items .item .info {
  line-height: 0;
  position: relative;
  text-align: center;
}

.works-process-items .item .info h4 {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 20px;
}

.works-process-items .item .info p {
  margin: 0;
  margin-bottom: -5px;
}


.works-process-items .item .info {
  text-align: center;
}


/* ============================================================== 
     # Team
=================================================================== */

.our-team-area .team-items .single-item {
  margin-bottom: 30px;
}

.our-team-area .team-items .thumb {
  position: relative;
}

.our-team-area .team-items .info {
  position: relative;
}

.our-team-area .team-items .info .social {
  position: relative;
  left: 0;
  transition: all 0.35s ease-in-out;
}

.our-team-area .team-items .info .social ul {
  display: inline-block;
  background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  padding: 11px 40px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.our-team-area .team-items .info .social li {
  display: inline-block;
  margin-right: 25px;
}

.our-team-area .team-items .info .social li:last-child {
  margin-right: 0;
}

.our-team-area .team-items .info .social li a {
  display: inline-block;
  color: #ffffff;
}

.our-team-area .team-items .item {
  background: #ffffff;
}

.our-team-area .team-items .item .info {
  padding: 30px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-team-area .team-items .item h4 {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 20px;
}

.our-team-area .team-items .item span {
  display: block;
  font-weight: 700;
  color: #888888;
  text-transform: capitalize;
}

.our-team-area .team-items .item h4,
.our-team-area .team-items .item span {
  transition: all 0.35s ease-in-out;
  margin-top: 0;
  margin-bottom: 15px;
}

.our-team-area .team-items .thumb {
  overflow: hidden;
}

/* ============================================================== 
     # Testimonials 
=================================================================== */

.testimonials-area.default-padding {
  padding-bottom: 85px;
}

.testimonials-area .carousel-indicators {
  bottom: 0;
  margin-top: 35px;
  position: relative;
}

#testimonial-carousel {
  margin-bottom: -8px;
}

.testimonials-area .carousel-indicators li {
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  opacity: 0.4;
  overflow: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  vertical-align: middle;
  margin: 0 10px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
}

.testimonials-area .carousel-indicators li img {
  display: block;
  height: auto;
  width: 100%;
  padding: 5px;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  min-width: 55px;
  min-height: 55px;
}

.testimonials-area .carousel-indicators li.active img {
  background: -webkit-linear-gradient(left, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  background: -o-linear-gradient(left, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  background: linear-gradient(to right, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
}

.testimonials-area .carousel-indicators .active {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin: 0 25px;
}

.testimonials-area .testimonial-items .carousel-item i {
  background: #edf5ff none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 70px;
  line-height: 70px;
  margin: auto auto 30px;
  position: relative;
  text-align: center;
  width: 70px;
  display: inline-block;
  color: #437eeb;
  font-size: 25px;
}

.testimonials-area .testimonial-items .carousel-item i::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #edf5ff;
  margin-left: -10px;
}

.testimonial-items h4 {
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

.testimonial-items span {
  color: #437eeb;
  font-weight: 600;
  text-transform: capitalize;
}

/* ============================================================== 
     # Projects / Portfolio Area
=================================================================== */

.project-items-area .gallery-content {
    margin: 0 -15px;
    margin-bottom: -15px;
  }
  
  .projects-area .gallery-items.colums-3 .pf-item {
    float: left;
    padding: 15px;
    width: 33.3333%;
  }
  
  .projects-area .gallery-items.colums-2 .pf-item {
    float: left;
    padding: 15px;
    width: 50%;
  }
  
  .projects-area .gallery-items.colums-4 .pf-item {
    float: left;
    padding: 15px;
    width: 25%;
  }
  
  .projects-area .gallery-items .pf-item.width-xl {
    width: 66.5555%;
  }
  
  .project-items-area .gallery-content .mix-item-menu {
    margin-bottom: 30px;
  }
  
  .project-items-area .gallery-content .mix-item-menu button {
    background: no-repeat;
    border: none;
    text-transform: capitalize;
    font-weight: 700;
    padding: 10px;
    margin: 0 5px;
    position: relative;
    z-index: 1;
    color: #666666;
  }
  
  .project-items-area .gallery-content .mix-item-menu button.active {
    color: #232323;
  }
  
  .project-items-area .gallery-content .mix-item-menu button.active::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 30px;
    width: 30px;
    background: #437eeb;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
  }
  
  .projects-area .projects-items .single-item .info {
    padding: 20px 20px 30px;
    position: relative;
    z-index: 1;
  }
  
  .projects-area .projects-items .single-item .info::before {
    position: absolute;
    right: 10px;
    bottom: 10px;
    content: "";
    height: 15px;
    width: 15px;
    border: 4px solid #edf5ff;
    border-radius: 50%;
  }
  
  .projects-area .projects-items .single-item .info::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    content: "";
    height: 25px;
    width: 25px;
    border: 4px solid #edf5ff;
    border-radius: 50%;
  }
  
  .projects-area .projects-items .single-item {
    box-shadow: 0 0 10px #cccccc;
    background: #ffffff;
  }
  
  .projects-area .projects-items .single-item .info a {
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  
  .projects-area .projects-items .info ul {
    margin-bottom: -5px;
  }
  
  .projects-area .projects-items .info li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    z-index: 1;
    color: #437eeb;
    font-weight: 600;
  }
  
  .projects-area .projects-items .info li::after {
    position: absolute;
    right: -7px;
    top: 10px;
    content: "";
    height: 10px;
    width: 2px;
    background: #cccccc;
  }
  
  .projects-area .projects-items .info li:last-child::after {
    display: none;
  }
  
  .projects-area .projects-items .projects-carousel.owl-carousel .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px;
  }
  
  .projects-area .projects-items .projects-carousel.owl-carousel .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
  }
  
  .projects-area .projects-items .projects-carousel.owl-carousel .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #437eeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  
  /* Effect Animation */
  .projects-area .projects-items .item-effect {
    background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
    background: linear-gradient(-45deg, #000 0%,#fff 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  
  .projects-area .projects-items .item-effect img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .projects-area .projects-items .item-effect .effect-info a::before,
  .projects-area .projects-items .item-effect a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  
  .projects-area .projects-items .item-effect .effect-info::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  
  .projects-area .projects-items .single-item:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .projects-area .projects-items .item-effect a {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 0 1.5em 1.5em 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #ffffff;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
    box-shadow: inherit;
  }
  
  .projects-area .projects-items .item-effect a i {
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  
  .projects-area .projects-items .single-item:hover .effect-info a::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
  }
  
  .projects-area .projects-items .single-item:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

/* Projces Single */
.case-details-area .case-basic {
    padding: 50px 30px;
    box-shadow: 0 0 10px #cccccc;
    border-bottom: 3px solid #437eeb;
    border-radius: 5px;
}

.case-details-area .case-basic .col-lg-3 {
    border-right: 1px dashed #dddddd;
}

.case-details-area .case-basic .col-lg-3:last-child {
    border: none;
}

.case-details-area .case-basic .item i {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 30px;
    color: #437eeb;
}

.case-details-area .case-basic .item h5 {
    text-transform: capitalize;
    font-weight: 700;
}

.case-details-area .case-details-info .left-info {
  padding-left: 35px;
}

.case-details-area .case-details-info h5 {
    text-transform: capitalize;
    font-weight: 700;
}

.case-details-area .feature-item {
  margin-top: 25px;
}

.case-details-area .case-basic .item span {
    font-weight: 600;
}

.case-details-info h2 {
    text-transform: capitalize;
    font-weight: 700;
    line-height: 1.4;
    margin-top: -05px;
    margin-bottom: 25px;
}

.case-details-info ul li {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    line-height: 1.3;
    color: #232323;
}

.case-details-info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #437eeb;
    font-size: 15px;
}

.case-details-info ul li:last-child {
  margin-bottom: 0;
}

.double-items .info ul li {
  margin-left: 10px;
}

.double-items .info ul li::before {
  position: relative;
  top: 0;
  right: 5px;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #437eeb;
  font-size: 15px;
}


/* ============================================================== 
     # Contact
=================================================================== */
.contact-area .left-item .info-items .item {
  display: flex;
  margin-bottom: 35px;
  border-bottom: 1px dashed #dddddd;
  padding-bottom: 30px;
}

.contact-area .left-item .info-items .item .info {
  padding-left: 20px;
}

.contact-area .left-item .info-items .item .icon i {
  display: inline-block;
  font-size: 40px;
  background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-area .left-item .info-items .item:last-child {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.contact-area .left-item .info-items {
  padding: 50px 37px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  position: relative;
  display: block;
  background: #ffffff;
}

.contact-area .left-item .info-items::before {
  position: absolute;
  right: -15px;
  top: 15px;
  height: 100%;
  width: 100%;
  content: "";
  background: #ffffff;
  z-index: -1;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

footer .contact-area .left-item .info-items, footer .contact-area .left-item .info-items::before {
    box-shadow: none;
}

.contact-area .right-item {
  padding-left: 50px;
}

.contact-area .left-item .info-items .item .info h4,
.contact-area .left-item .info-items .item .info h5 {
  text-transform: capitalize;
  font-weight: 800;
}

.contact-area .left-item .info-items .item .info p {
  margin-bottom: 0;
}

.contact-area .right-item h2 {
  font-weight: 800;
}

.contact-area form input, .contact-area form textarea, .contact-area form select {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  padding: 0;
  color: #232323;
}

footer .contact-area form input, footer .contact-area form textarea, footer .contact-area form select,
footer .contact-area form input:focus, footer .contact-area form textarea:focus, footer .contact-area form select:focus {
    background: #0D152E;
    color: #ffffff;
}

body > div > footer > div.contact-area.half-padding > div > div > div > div.col-lg-4.left-item > div {
    background: #101C3D;
    color: #cccccc;
}

body > div > footer > div.contact-area.half-padding > div > div > div > div.col-lg-4.left-item > div::before {
    background: #437eeb;
}

body > div > footer > div.contact-area.half-padding > div > div > div > div.col-lg-4.left-item > div h5 {
    color: #ffffff;
}

.contact-area form select,
.double-items form select {
    height: 50px;
}

.contact-area form textarea,
.double-items form textarea {
  min-height: 150px;
}

.contact-area form button,
#submit {
  border: none;
  background: #ffffff;
  display: inline-block;
  padding: 10px 35px;
  text-transform: capitalize;
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid #e7e7e7 !important;
  margin-top: 15px;
}

.contact-area form button i,
#submit > i {
  margin-left: 5px;
  display: inline-block;
  background: linear-gradient(90deg, rgba(30,85,189,1) 0%, rgba(67,126,235,1) 100%);
  color: #ffffff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
}

.contact-area form img.loader {
  margin-left: 10px;
}


/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}


/* ============================================================== 
     # Error Page
=================================================================== */

.error-page-area .shape {
  position: absolute;
  left: 0;
  top: -120px;
  z-index: -1;
  opacity: 0.08;
}

.error-page-area.overflow-hidden.default-padding {
  z-index: 1;
}

.error-page-area .error-box {
  padding-left: 35px;
  z-index: 1;
}

.error-page-area .error-box h1 {
  font-size: 180px;
  line-height: 140px;
  margin-bottom: 30px;
  font-weight: 900;
}

.error-page-area .error-box h2 {
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px;
}

.error-page-area .error-box a {
  margin-top: 15px;
}

.error-page-area .thumb {
  z-index: 1;
}

/* ============================================================== 
     # Footer
=================================================================== */

footer {
  position: relative;
  z-index: 1;
}

footer .footer-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0.05;
}

/* ============================================================== 
     # Dark Lyout 
=================================================================== */

/* Navbar */
nav.navbar.bootsnav ul.nav > li > a {
  color: #333333;
}

/* Sobre */
.sobre {
    padding-top: 26px;
}

div.info > a:hover {
    color: #437eeb;
}

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2em !important;
    color: #333333 !important;
    line-height: 0.9 !important;
    padding: 14px !important;
    margin: 0 !important;
}

.navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
}

.inicial 
{
    color: #3B5998;
}

.half-padding-bottom {
    padding-bottom: 60px;
}

.half-padding-top {
    padding-top: 60px;
}

.works-process-items.text-center a {
    margin: 40px auto;
}

#contato .info a {
    font-weight: 400;
}


.justify-center,
div.info.justify-center {
    text-align: justify !important;
    text-align-last: center !important;
  }

footer.dark-layout {
  background-color: #0D152E;
}

.icon img {
  width: 70px;
  height: 70px;
}

.flaticon-padding {
  padding-top: 10px;
}

.place-center {
  place-content: center;
}

.under-results {
  margin-top: 30px;
}

.under-results-larger {
  margin-top: 50px;
}

#cases {
  margin-top: 20px;
}

#disabled-project {
    background-color: #f5f5f5;
    color: #999999;
    border-bottom: solid 1px #ffffff;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
}

.tooltips .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 50px 0 rgb(0 0 0 / 15%);
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 25%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    text-transform: none;

}
  
.tooltips:first-child:hover .tooltiptext{
    visibility: visible;
    opacity: 1;
    top: 70%;
}


.tooltips:nth-child(2):hover .tooltiptext {
    top: 100%;
}

.tooltips:nth-child(3):hover .tooltiptext {
    top: 125%;
}

.alert-error {
    margin-top: 10px;
    background-color: #ffcccb;
    width: max-content;
}

.alert-success {
    margin-top: 10px;
    background-color: #d9ead3;
    width: max-content;
}

.text-align-end {
    text-align: end;
    align-self: center;
}

.legendado {
    display: inline-grid;
    justify-items: center;
}

#legenda {
    font-size: 13px;
    font-style: italic;
}

#home > nav.navbar-transparent > div:nth-child(2) > div.navbar-header > a > h1 {
  color: #fff !important;

}

#logo-menu-cases {
  color: #333333 !important;
}

#solution {
  display:none;
}

#cta-solution {
  margin-top: 30px !important;
}

.elementToFadeIn {
  animation: fadeIn 1.5s linear forwards;
}

@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; } 
}

.info p {
    margin-top: 20px;
}

.disabled-case {
    background-color: #dcdcdc !important;
    color: #999999 !important;
}


.disabled-case:before {
    content: "";
    position: absolute;
    top: 4%;
    left: 4%;
    width: 92%;
    height: 92%;
    background-color: rgba(0, 0, 0, .3);
    transition: opacity .3s;
    opacity: 0;
    z-index: 2;
    color: #fff;
}

.disabled-case:hover:before {
    opacity: 1;
}

.projects-area .projects-items .disabled-case .info li {
    color: #888888 !important;
}