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

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: TANVIR AHMED
    Author URI: site.com
    Version: 4.0

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

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Services
	04. About Us
	05. Footer
	06. Footer
	07. Footer
	08. Footer
	09. Footer
	10. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Rubik:400,500,700");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #69798d;
  background-color: #f8f8fe;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #2F434F;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #69798d;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #247EB5;
  padding: 0 48px;
  font-size: 14px;
  line-height: 48px;
  border-radius: 5px;
  color: #ceebf2;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #247EB5;
}
.main-btn:hover {
  background-color: #ceebf2;
  color: #2F434F;
  border-color: #ceebf2;
}
.main-btn.main-btn-2 {
  background-color: #ceebf2;
  color: #2F434F;
  border-color: #ceebf2;
}
.main-btn.main-btn-2:hover {
  background-color: #247EB5;
  color: #ceebf2;
  border-color: #f6f6f6;
}

/*===== Section Title Style =====*/
.section-title .title {
  font-size: 50px;
  line-height: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}
.section-title .text {
  padding-top: 30px;
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title .text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .text {
    padding: 30px 70px 0;
  }
}
@media (max-width: 767px) {
  .section-title .text {
    font-size: 14px;
  }
}
.section-title.section-title-2 .title {
  color: #fff;
}
.section-title.section-title-2 .text {
  color: #fff;
}

/*===== PRELOADER =====*/
.over-loader {
  background: #fff;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999991;
}
.over-loader .loader {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 99999;
}
.over-loader .loader .loader-item {
  width: 40px;
  height: 40px;
  position: relative;
}
.over-loader .loader .loader-item .cube1 {
  background-color: #247EB5;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}
.over-loader .loader .loader-item .cube2 {
  background-color: #247EB5;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*===========================
    2.HEADER css 
===========================*/
/*===== NAVBAR AREA =====*/
.navbar-area {
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-area .navbar-brand {
  visibility: hidden;
}
.navbar-area.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  animation: navigation 0.4s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
}
.navbar-area.sticky .navbar-brand {
  visibility: visible;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .navbar-area {
    padding: 10px 0;
  }
}
.navbar-area .navbar {
  position: relative;
  padding: 0;
}
.navbar-area .navbar .navbar-toggler {
  margin-top: -10px;
  border: none;
}
.navbar-area .navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-area .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #247EB5;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #247EB5;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-collapse {
    position: absolute;
    top: 116%;
    left: 0;
    width: 100%;
    background-color: #247EB5;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8);
  }
}
.navbar-area .navbar .navbar-nav {
  margin-right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav {
    margin-right: 0;
  }
}
.navbar-area .navbar .navbar-nav .nav-item {
  position: relative;
  margin-right: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-area .navbar .navbar-nav .nav-item {
    margin-right: 25px;
  }
}
.navbar-area .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding: 11px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-family: "Rubik", sans-serif;
  color: #2F434F;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    font-size: 15px;
    margin: 14px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0 !important;
    color: white;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a {
    padding: 10px 0;
    display: block;
    border: 0;
    color: white;
  }
}
.navbar-area .navbar .navbar-nav .nav-item a i {
  margin-left: 5px;
  font-size: 18px;
}
.navbar-area .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  background: #247EB5;
  border-radius: 0%;
  left: -20px;
  top: 16px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}
.navbar-area .navbar .navbar-nav .nav-item a.active {
  color: #247EB5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a.active {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a.active {
    color: #fff;
  }
}
.navbar-area .navbar .navbar-nav .nav-item a.active::before {
  opacity: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item a.active::before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item a.active::before {
    opacity: 0;
  }
}
.navbar-area .navbar .navbar-nav .nav-item:hover > a {
  color: #247EB5;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item:hover > a {
    color: #fff;
  }
}
.navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
  opacity: 1;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
    opacity: 0;
  }
}
.navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 70px;
    top: 7px;
  }
}
@media (max-width: 767px) {
  .navbar-area .navbar .navbar-btn {
    position: absolute;
    right: 60px;
    top: 7px;
  }
}
.navbar-area .navbar .navbar-btn .main-btn {
  border-color: #fff;
  border: 0;
}
.navbar-area .navbar .navbar-btn .main-btn:hover {
  border-color: #247EB5;
}

/*===== header banner area =====*/
.header-banner-area {
  background-color: #f9f9ff;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.header-banner-area .heroCompContainer {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .header-banner-area .heroCompContainer {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-banner-area .heroCompContainer {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .header-banner-area {
    height: 850px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-banner-area {
    height: 600px;
  }
}
.header-banner-area::before {
  position: absolute;
  content: "";
  background-color: #000;
  background-repeat: repeat;
  height: 100%;
  width: 30%;
  left: 0;
  top: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-banner-area::before {
    width: 0;
  }
}
.header-banner-area::after {
  position: absolute;
  content: "";
  background-image: url(../images/dot-2.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 70%;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-banner-area::after {
    width: 100%;
  }
}
.header-banner-area .man-thumb {
  position: relative;
  left: 0;
  z-index: 4;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .header-banner-area .man-thumb {
    margin-top: 10px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.header-banner-area .banner-content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-banner-area .banner-content {
    margin-top: 20px;
  }
}
.header-banner-area .banner-content span {
  font-size: 36px;
  font-weight: 500;
  padding-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-banner-area .banner-content span {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .header-banner-area .banner-content span {
    font-size: 26px;
  }
}
.header-banner-area .banner-content .title {
  font-size: 80px;
  font-weight: 600;
  color: #2F434F;
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-banner-area .banner-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-banner-area .banner-content .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .header-banner-area .banner-content .title {
    font-size: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-banner-area .banner-content .title {
    font-size: 50px;
  }
}
.header-banner-area .banner-content .title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 100%;
  background: #ceebf2;
  left: 4px;
  bottom: 44px;
  z-index: -1;
}
@media (max-width: 767px) {
  .header-banner-area .banner-content .title::after {
    height: 12px;
    bottom: 38px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-banner-area .banner-content .title::after {
    height: 16px;
    bottom: 44px;
  }
}
.header-banner-area .banner-content p {
  font-size: 20px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-banner-area .banner-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .header-banner-area .banner-content p {
    font-size: 16px;
  }
}
.header-banner-area .banner-content a {
  padding: 0 22px;
  text-transform: uppercase;
}
.header-banner-area .socail {
  bottom: 30px;
  left: 40px;
  z-index: 5;
}
@media screen and (max-width: 575px) {
  .header-banner-area .socail {
    bottom: 0;
  }
}
.header-banner-area .socail ul li {
  display: inline-block;
}
.header-banner-area .socail ul li a {
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  background: #393939;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-banner-area .socail ul li a:hover {
  background: #247EB5;
  color: #2F434F;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-toggler {
    margin-top: -26px;
  }
}

@-webkit-keyframes navigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes navigation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*===========================
    3.SERVICES css 
===========================*/
.services-area {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .services-area {
    padding-top: 50px;
  }
}
.services-area .contentContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2;
  padding: 30px 0px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .contentContainer {
    flex-direction: column;
    padding: 0px 0px;
  }
}
@media (max-width: 767px) {
  .services-area .contentContainer {
    flex-direction: column;
    padding: 0px 0px;
  }
}
.services-area .serviceDescription {
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-area .iconContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
.services-area .serviceIcon {
  color: white;
  font-size: 140px;
  text-shadow: 2px 2px 3px rgba(68, 68, 68, 0.9);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .serviceIcon {
    margin-top: 20px;
    font-size: 120px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area .serviceIcon {
    margin-top: 20px;
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .services-area .serviceIcon {
    margin-top: 20px;
    font-size: 100px;
  }
}
.services-area .paragraphContainer {
  width: 100%;
}
.services-area .single-services {
  padding: 10px 5px;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.services-area .single-services .services-overlay {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.8);
  background: #128ebd;
  padding: 15px 10px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .services-area .single-services .services-overlay {
    padding: 15px 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .single-services .services-overlay {
    padding: 15px 10px 20px;
  }
}
@media (max-width: 767px) {
  .services-area .single-services .services-overlay {
    padding: 15px 10px 20px;
  }
}
.services-area .single-services .services-overlay .title {
  text-align: center;
  font-size: 30px;
  padding-bottom: 15px;
  color: #f6f6f6;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-area .single-services .services-overlay .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .services-area .single-services .services-overlay .title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .services-area .single-services .services-overlay .title {
    font-size: 20px;
  }
}
.services-area .single-services .services-overlay .title a {
  color: #fff;
}
.services-area .single-services .services-overlay p {
  color: #fff;
  line-height: 28px;
}
@media (max-width: 767px) {
  .services-area .single-services .services-overlay p {
    width: 100%;
    font-size: 14px;
  }
}
.services-area .single-services .services-overlay > a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #fff;
  line-height: 50px;
  padding: 0 42px;
  border-radius: 4px;
}
.services-area .single-services .service-description {
  min-height: 180px;
}
.services-area .single-services #tecnologias-title {
  padding-top: 100px;
}

.Overlay {
  border-radius: 10px;
  background-image: -moz-linear-gradient(-45deg, rgb(129, 251, 184) 0%, rgb(199, 163, 40) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgb(129, 251, 184) 0%, rgb(199, 163, 40) 100%);
  background-image: -ms-linear-gradient(-45deg, 0%, 100%);
  opacity: 0.902;
  position: absolute;
  left: 976px;
  top: 1480px;
  width: 555px;
  height: 324px;
  z-index: 247;
}

/*===========================
    5. tech css 
===========================*/
.technologies-area .slick-center {
  transition: 450ms ease-in-out;
  transition-delay: 750ms;
  transform: scale(1.1);
}
.technologies-area .single-tech {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 30px;
  border-radius: 8px;
  padding: 20px 20px 30px 20px;
}
.technologies-area .single-tech .tech-image img {
  width: 100%;
}
@media (max-width: 767px) {
  .technologies-area .single-tech {
    padding: 50px 20px 55px;
    margin: 0 15px;
  }
}
.technologies-area .single-tech .text {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #69798d;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .technologies-area .single-tech .text {
    font-size: 16px;
  }
}
.technologies-area .card {
  min-height: 280px;
}
.technologies-area .card .card-title {
  padding-bottom: 10px;
}

.technologies-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #ceebf2;
  font-size: 35px;
  transition: 0.3s;
  cursor: pointer;
  color: #2F434F;
}
.technologies-slide .slick-arrow.prev {
  left: 16%;
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .technologies-slide .slick-arrow.prev {
    left: 11%;
  }
}
.technologies-slide .slick-arrow.next {
  right: 12%;
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .technologies-slide .slick-arrow.next {
    right: 6%;
  }
}
.technologies-slide .slick-arrow:hover {
  background: #247EB5;
}

.slick-track {
  padding: 50px 0;
}

.slick-list {
  padding: 0px 50px !important;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slick-list {
    padding: 0px 0px !important;
  }
}

/*===========================
    3.ABOUT US css 
===========================*/
.about-area {
  display: flex;
  min-height: calc(100vh - 100px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-area #misionVisionContainer {
  display: flex;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area #misionVisionContainer {
    flex-direction: column;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area #misionVisionContainer {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-area #misionVisionContainer {
    flex-direction: column;
  }
}
.about-area #misionContainer, .about-area #visionContainer {
  display: flex;
  flex-direction: column;
}
.about-area #misionTitle, .about-area #visionTitle {
  color: #0071c7;
  padding: 0;
}
.about-area #misionDesc, .about-area #visionDesc {
  padding-top: 0;
  display: flex;
  flex-direction: column;
}
.about-area .about-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 120px;
}
.about-area .about-content .about-content-container {
  text-align: center;
  max-width: 80%;
}
.about-area .about-content .slick-list {
  padding: 0 !important;
  text-align: center;
  width: 100%;
}
.about-area .about-content .slick-track, .about-area .about-content .slick-slide {
  padding: 10px 0px;
}
.about-area .about-content .title {
  font-size: 60px;
  line-height: 72px;
  padding-bottom: 18px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content .title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 32px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .title {
    font-size: 40px;
  }
}
.about-area .about-content a {
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content a {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content a {
    margin-bottom: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about-area .about-content a {
    margin-bottom: 30px;
    width: 100%;
  }
}
.about-area .about-content p {
  padding-top: 15px;
  line-height: 28px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-area .about-content p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about-area .about-content p {
    font-size: 14px;
  }
}
.about-area .about-content p b {
  font-weight: 500;
  color: #2F434F;
}
.about-area .about-content .about-us-carousel {
  width: 100%;
}
.about-area .about-content .slick-slide {
  margin-bottom: 10px;
  color: #0071c7;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-content .slick-slide {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-content .slick-slide {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .about-area .about-content .slick-slide {
    font-size: 2rem;
  }
}
.about-area .about-thumb {
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .about-thumb {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-area .about-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .about-area .about-thumb {
    display: none;
  }
}

/*===========================
    4.RECENT WORKS css 
===========================*/
.recent-works .blur-background {
  backdrop-filter: blur(10px); /* Ajusta el nivel de blur */
  -webkit-backdrop-filter: blur(10px); /* Para compatibilidad con Safari */
}
.recent-works .titleContainer {
  border-right: 3px solid rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-works .titleContainer {
    border-right: 0px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-works .titleContainer {
    border-right: 0px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .recent-works .titleContainer {
    border-right: 0px solid rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
  }
}
.recent-works .project-menu {
  padding-top: 55px;
  padding-bottom: 10px;
}
.recent-works .project-menu ul {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .recent-works .project-menu ul {
    white-space: normal;
  }
}
.recent-works .project-menu ul li {
  display: block;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  margin: 10px 20px;
  padding: 5px;
  border-radius: 8px;
  transition: 300ms;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-works .project-menu ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .recent-works .project-menu ul li {
    margin: 8px 5px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-works .project-menu ul li {
    margin: 10px 10px;
  }
}
.recent-works .project-menu ul li.active {
  color: #247EB5;
  scale: 1.05;
}
.recent-works .recent-btn a {
  line-height: 60px;
  text-transform: uppercase;
}
.recent-works .recent-thumb {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}
.recent-works .recent-thumb .recent-overlay {
  position: absolute;
  bottom: -190px;
  height: 160px;
  width: 103%;
  background: #ceebf2;
  transform: rotate(-4deg);
  left: -7px;
  padding: 48px 68px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
@media (max-width: 767px) {
  .recent-works .recent-thumb .recent-overlay {
    padding: 48px 40px;
  }
}
.recent-works .recent-thumb .recent-overlay h4 {
  transform: rotate(4deg);
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .recent-works .recent-thumb .recent-overlay h4 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-works .recent-thumb .recent-overlay h4 {
    font-size: 24px;
  }
}
.recent-works .recent-thumb .recent-overlay span {
  transform: rotate(4deg);
  color: #223a66;
}
@media (max-width: 767px) {
  .recent-works .recent-thumb .recent-overlay span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-works .recent-thumb .recent-overlay span {
    font-size: 16px;
  }
}
.recent-works .recent-thumb .recent-overlay.recent-overlay2 {
  bottom: -190px;
  left: 0;
  padding: 30px;
}
.recent-works .recent-thumb .recent-overlay.recent-overlay2 h4 {
  font-size: 18px;
}
.recent-works .recent-thumb .recent-overlay.recent-overlay2 span {
  font-size: 16px;
}
.recent-works .recent-work {
  border-radius: 20px;
  margin-bottom: 25px;
  transition: transform 0.3s ease-in-out;
}
.recent-works .recent-work p {
  text-shadow: 1px 1px 1px rgba(68, 68, 68, 0.9);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .recent-works .recent-work p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .recent-works .recent-work p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recent-works .recent-work p {
    font-size: 16px;
  }
}
.recent-works .recent-work span {
  color: #ceebf2;
}
.recent-works .cat-0 .recent-work {
  background: rgb(36, 126, 181);
  background: linear-gradient(150deg, rgb(36, 126, 181) 0%, rgb(56, 170, 233) 50%, rgb(112, 166, 230) 100%);
}
.recent-works .cat-1 .recent-work {
  background: rgb(36, 126, 181);
  background: linear-gradient(150deg, rgb(36, 126, 181) 0%, rgb(0, 170, 207) 50%, rgb(0, 212, 210) 100%);
}
.recent-works .cat-2 .recent-work {
  background: rgb(36, 126, 181);
  background: linear-gradient(150deg, rgb(36, 126, 181) 0%, rgb(76, 120, 187) 50%, rgb(111, 112, 185) 100%);
}

/*===========================
    5. WORK css 
===========================*/
.work-area {
  margin-bottom: 125px;
}
.work-area .single-work {
  padding: 60px 20px 55px;
  border-radius: 8px;
  box-shadow: 0px 17px 24px 0px rgba(102, 102, 102, 0.13);
}
.work-area .single-work .work-icon .work-icon-area {
  height: 120px;
  width: 120px;
  background: linear-gradient(90deg, rgb(250, 165, 61) 0%, rgb(247, 128, 72) 100%);
  border-radius: 50%;
  padding-top: 17px;
}
.work-area .single-work .work-icon .work-icon-area i {
  color: #fff;
  font-size: 48px;
  display: block;
  line-height: 50px;
}
.work-area .single-work .work-icon .work-icon-area span {
  color: #fff;
}
.work-area .single-work .work-icon .work-icon-area.work-icon-area-2 {
  background: linear-gradient(90deg, rgb(211, 81, 169) 0%, rgb(174, 50, 168) 100%);
}
.work-area .single-work .work-icon .work-icon-area.work-icon-area-3 {
  background: linear-gradient(90deg, rgb(254, 176, 155) 0%, rgb(254, 134, 143) 100%);
}
.work-area .single-work .work-content .title {
  font-size: 24px;
  padding-top: 35px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-area .single-work .work-content .title {
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .work-area .single-work .work-content .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .work-area .single-work .work-content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .work-area .single-work .work-content p {
    font-size: 15px;
  }
}
.work-area .contact-me {
  height: 250px;
  background: #fff;
  margin-top: 130px;
  box-shadow: 0px 11px 65px 0px rgba(102, 102, 102, 0.13);
  position: relative;
  margin-bottom: -125px;
  overflow: hidden;
  z-index: 20;
}
.work-area .contact-me::before {
  position: absolute;
  content: "";
  height: 145%;
  width: 77%;
  top: -102px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/contact-me-dot-bg.png);
  background-repeat: no-repeat;
  z-index: -1;
}
.work-area .contact-me .title {
  font-size: 35px;
  padding-top: 55px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-area .contact-me .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .work-area .contact-me .title {
    font-size: 22px;
    padding-bottom: 20px;
  }
}
.work-area .contact-me a {
  color: #ceebf2;
  text-transform: uppercase;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .work-area .contact-me a {
    margin: 5px 15px;
  }
}
.work-area .contact-me a:last-child {
  text-decoration: underline;
}
.work-area .contact-me a:hover {
  color: #2F434F;
}
.work-area .contact-me .clean-link {
  color: #2F434F;
}
.work-area .contact-me .clean-link:hover {
  color: #ceebf2;
}

/*===========================
    5. TESTIMONIALS css 
===========================*/
.testimonials-area .section-title .text {
  padding: 30px 40px 0;
}
@media (max-width: 767px) {
  .testimonials-area .section-title .text {
    padding: 30px 0px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonials-area .section-title .text {
    padding: 30px 40px 0;
  }
}
.testimonials-area .testimonials-item {
  background: #fffaf0;
  padding: 50px 100px 55px;
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 0 60px;
}
@media (max-width: 767px) {
  .testimonials-area .testimonials-item {
    padding: 50px 20px 55px;
    margin: 0 15px;
  }
}
.testimonials-area .testimonials-item .icon {
  position: absolute;
  left: 25px;
  top: 45px;
  width: 23%;
  z-index: -1;
}
.testimonials-area .testimonials-item .text {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  color: #69798d;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .testimonials-area .testimonials-item .text {
    font-size: 16px;
  }
}
.testimonials-area .testimonials-item > img {
  border: 2px solid #247EB5;
  border-radius: 50%;
  margin-top: 20px;
}
.testimonials-area .testimonials-item h5 {
  font-size: 20px;
  text-transform: capitalize;
  padding-top: 25px;
}
.testimonials-area .testimonials-item span {
  padding-top: 10px;
}
.testimonials-area .testimonials-slide img {
  display: inline-block;
}
.testimonials-area .testimonials-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: #f6f6f6;
  font-size: 24px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  cursor: pointer;
  color: #2F434F;
}
.testimonials-area .testimonials-slide .slick-arrow.prev {
  left: 16%;
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-slide .slick-arrow.prev {
    left: 11%;
  }
}
.testimonials-area .testimonials-slide .slick-arrow.next {
  right: 12%;
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonials-area .testimonials-slide .slick-arrow.next {
    right: 6%;
  }
}
.testimonials-area .testimonials-slide .slick-arrow:hover {
  background: #247EB5;
}

/*===========================
    6. CONTACT css 
===========================*/
.contact-area .input-box input {
  width: 100%;
  background-color: #fff;
  line-height: 65px;
  padding-left: 20px;
  border: 1px solid #ddd;
  color: #69798d;
}
.contact-area .input-box input::placeholder {
  opacity: 1;
  color: #69798d;
}
.contact-area .input-box textarea {
  color: #69798d;
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  resize: none;
  height: 210px;
}
.contact-area .input-box textarea::placeholder {
  color: #69798d;
  opacity: 1;
}
.contact-area .input-box button {
  text-transform: uppercase;
  line-height: 60px;
  padding: 0 45px;
}

/*===========================
    7. FOOTER css 
===========================*/
.footer-area {
  position: relative;
  z-index: 20;
}
.footer-area::after {
  background-image: url(../images/footer-bg.jpg);
  background-position: center center;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.footer-area .section-title .social ul li {
  display: inline-block;
  margin-top: 45px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .footer-area .section-title .social ul li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .section-title .social ul li {
    margin-top: 45px;
    margin-bottom: 60px;
  }
}
.footer-area .section-title .social ul li a {
  color: #2F434F;
  height: 65px;
  width: 65px;
  text-align: center;
  border-radius: 50%;
  background: #f6f6f6;
  line-height: 65px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
}
.footer-area .section-title .social ul li a:hover {
  background: #247EB5;
}
.footer-area .section-title p {
  color: #2F434F;
  line-height: 85px;
  border-top: 1px solid #ddd;
}

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  background: #f6f6f6;
  text-align: center;
  border-radius: 50%;
  color: #2F434F;
  line-height: 46px;
  border: 2px solid #247EB5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  cursor: pointer;
  display: none;
  font-size: 24px;
}
.back-to-top:hover {
  background: #247EB5;
}

/*# sourceMappingURL=style.css.map */
