@charset "UTF-8";
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * century-gothic:
 *   - http://typekit.com/eulas/00000000000000003b9b1f23
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2021-09-06 05:08:57 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=oov2wcw&ht=tk&f=39203&a=85994746&app=typekit&e=css");

@font-face {
  font-family: "century-gothic";
  src: url(/assets/font/CenturyGothic.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
}

.tk-century-gothic {
  font-family: "century-gothic", sans-serif;
}

html {
  overflow: inherit;
}

body {
  font-family: "century-gothic", sans-serif;
  font-size: 16px;
  color: #05073D;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  overflow: inherit;
  overflow-x: hidden;
}
header {
  position: relative;
  z-index: 1020;
  background: var(--bs-body-bg);
}
.navbar-end{
 display: flex;
 justify-content: end;
}
/* // Navbar styling for navbar expand */
.dropdown-menu{
  border: 0;
  padding-bottom: 0;
}
.dropdown-menu .nav-item .dropdown-item {  
  --bs-dropdown-item-padding-x:1.5rem;
  --bs-dropdown-item-padding-y:0.5rem;
}
.navbar-nav .nav-link {   
  --bs-nav-link-color:#041941;
  --bs-nav-link-hover-color:#041941;
  font-weight: 600;
  line-height: 25px;
}
.dropdown-menu li:not(:last-child){
  margin-bottom: 0.75rem;
}
.dropdown-menu li{
  margin-top: 0.5rem;
}
@media (min-width: 1400px) {
  .navbar-nav .nav-link {
    --bs-navbar-nav-link-padding-x: 2rem;
  }
}
@media (min-width: 1200px) {
  
  .navbar-top{
    z-index: 1100 !important;
  }
  .navbar-brand .navbar-brand-item {
    height: 40px;
    display: block;
    width: auto;
   }

  /* //Dropdown menu open on hover */
  .navbar-nav .dropdown>.dropdown-menu {
    top: 120%;
    visibility: hidden;
    opacity: 0;
    display: block;
    transition: all 0.1s ease-in-out;
    border: 0;
  }
  .navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    border-radius: 0 0 30px 30px;
    padding: 20px;
  }

  /* //Line height */
  .navbar-nav .nav-link {
    --bs-navbar-nav-link-padding-x: 1rem; 
    --bs-nav-link-color:#041941;
  }

   .dropdown-menu .dropdown-toggle:after {
    position: absolute;
  }

  /* // Dropdown menu shadow stacked */
  .dropdown-menu-shadow-stacked {
    z-index: 5;
    .dropdown-submenu {
      z-index: unset !important;
    }
  
    .dropdown-menu {
      z-index: -1;
      > * {
        z-index: 1;
        position: relative;
      }
      &:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: none;
        box-shadow: none;
        border-radius: inherit;
      }
      li {
        position: relative;
      }
      box-shadow: none !important;
    }
  }
}
@media (max-width: 991px){
  .navbar-end{
    display: none;
  }
}
@media (min-width: 768px) {
  
  .navbar-top{
    z-index: 1100 !important;
  }
  .navbar-brand .navbar-brand-item {
    height: 40px;
    display: block;
    width: auto;
   }  
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    padding: 20px 0;
  }
  .navbar-nav .nav-item {
      /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
      padding: 8px 20px;
    }
   .navbar-collapse {
    box-shadow: 0px 10px 30px rgba(83, 88, 93, .4);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: var(--bs-body-bg);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
   }
}
.navbar-toggler:focus {
  box-shadow: none;
}
/* // Navbar styling for navbar collapse */
@media (max-width: 767px) {
        
  .navbar-brand .navbar-brand-item {
    height: 30px;
  }
  .navbar-brand {
    padding: 20px 0;
  }
  .navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 65vh);
  }

  /* // Responsive dropdown menu without navbar toggle. Collapse will open on .nav-item  */
  .navbar-collapse {
    box-shadow: 0px 10px 10px rgba(83, 88, 93, .4);
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    background: var(--bs-body-bg);
    border-top: 0;

    .navbar-nav .nav-item {
      /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
      padding: 8px 20px;
    }
    .navbar-nav .nav-item .nav-link{
      padding: 0.25rem 0;
    }
  }
  /* // Dropdown submenu background */
  .navbar-nav .nav-item > .dropdown-menu .dropdown-submenu .dropdown-menu {
    background: rgba(var(--bs-gray-700), 0.5) !important;
  }

  /* // Dropdown toggle icon */
  .navbar-collapse .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 25px;
  }

  /* //Toggler icon */
  .navbar-toggler {
    border-color: transparent !important; 
    border: none;
  }
  
  /* //Offcanvas body */
  .offcanvas-body{
    padding: 1rem 0.875rem;
    }
  .offcanvas-body .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 0;
  }

  /* // Dropdown toggle icon */
  .offcanvas-body .navbar-nav .dropdown-toggle::after {
    position: absolute;
  }

  /* // Responsive Dropdown menu design */
  .navbar-nav .dropdown-menu{
    border: 0;    
    box-shadow: none;
  }

  /* // Navbar category menu */
  .navbar-nav.nav-primary-soft {
    .nav-item .nav-link {
      padding: 0.5rem 0.75rem;
    }
  }

  /* // Navbar offcanvas menu padding */
  .navbar-nav.navbar-offcanvas-menu{
    .nav-item{
      padding: 0.5rem 0;
      .nav-link{
        padding: 0.25rem 0;
      }
    }
    .nav-item > .dropdown-menu {
      background: transparent;
      padding: 0;
      box-shadow: none;
      border-left: 0;
      border-radius: 0;
      margin-left: 8px;
    }
  }
  .nav-link:focus, .nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}
.navbar-collapse{
  border-radius: 0 0 30px 30px ;
}

}
      /* // Navbar toggler icon animation */
.navbar-toggler{
  padding: 10px 10px;
}
.navbar-toggler{
  padding: 10px 10px;
}
.navbar-toggler .navbar-toggler-animation {
  transition: all 0.3s ease-in-out;
  background-image: none;
  position: relative;
  height: 22px;
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-toggler .navbar-toggler-animation span {
  transition: all 0.3s ease-in-out;
  transform: rotateZ(0deg);
  height: 2px;
  background: #414141;
  display: block;
  position: absolute;
  width: 100%;
  border-radius: 30px;
}
.navbar-toggler .navbar-toggler-animation span:nth-child(1) {
  top: 10%;
}
.navbar-toggler .navbar-toggler-animation span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.navbar-toggler .navbar-toggler-animation span:nth-child(3) {
  bottom: 10%;
}
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(1) {
  transform: rotateZ(45deg) translateY(-50%);
  top: 49%;
  transform-origin: 50% 0;
  width: 100%;
}
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(2) {
  visibility: hidden;
  transition: all 0s ease-in-out;
}
.navbar-toggler[data-bs-toggle=collapse][aria-expanded=true] .navbar-toggler-animation span:nth-child(3) {
  transform: rotateZ(-45deg) translateY(-50%);
  bottom: 42%;
  transform-origin: 50% 0;
  width: 100%;
}
@media only screen and (max-width: 575px) {
  .services {
    margin-top: 15vmin!important;
  }
  
}
p {
  margin: 0;
  color: #05073D;
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "century-gothic", sans-serif;
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #05073D;
}

h1 {
  font-size: 45px;
  line-height: 66px;
}
@media only screen and (max-width: 1399px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
  
}
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 34px;
    line-height: 52px;
  }
  p {
    margin: 0;
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
    line-height: 66px;
  }
  
  p {
    margin: 0;
    font-size: 25px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 6.9vmin;
    line-height: 8vmin;
  }
  p {
    margin: 0;
    font-size: 3.4vmin;
    line-height: 6vmin;
  }
}

h2 {
  font-size: 43px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 37px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 7.5vmin;
    line-height: 9vmin;
  }
}

h3 {
  font-size: 37px;
  line-height: 36px;
}
@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 26px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  h3 {
    font-size: 5.5vmin;
    line-height: 6vmin;
    margin: 0 0 3.5vmin 0;
  }
}
h4 {
  font-size: 30px;
  line-height: 45px;
}

@media only screen and (max-width: 1199px) {
  h4 {
    font-size: 28px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  h4 {
    font-size: 4.4vmin;
    line-height: 7vmin;
    margin: 0 0 3.5vmin 0;
  }
}

h5 {
  font-size: 26px;
  line-height: 40px;
}
@media only screen and (max-width: 1399px) {
  h5 {
    font-size: 22px;
    line-height: 35px;
  }  
}
@media only screen and (max-width: 1199px) {
  h5 {
    font-size: 19px;
    line-height: 30px;
  }  
}
@media only screen and (max-width: 992px) {
  h5 {
    font-size: 29px;
    line-height: 40px;
  }  
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 4.2vmin;
    line-height: 5vmin;
  }
}

h6 {
  font-size: 20px;
  line-height: 30px;
}

/*========================================================================
02. Vendor Custom Style
=========================================================================*/
/*--------------------------------------
	2.1 Bootstrap Overwrite
---------------------------------------*/
/*--- Global ---*/
a {
  color: #007bff;
}

a,
a:active,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0 none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.card-info{
  -webkit-box-shadow: 2px 4px 60px rgba(41, 44, 124, 0.1);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 2px 4px 10px rgba(41, 44, 124, 0.1);
  backdrop-filter: blur(13.5px);
  -webkit-backdrop-filter: blur(13.5px);
  /* Note: backdrop-filter has minimal browser support */
  border-radius: 20px;
  z-index: 4;
  
}
.position-right{
  right: 6rem;
}
.position-left{
  left: 10rem;
}
.position-top{
  top: 10rem;
}
.left-red-line {
  position: absolute;
  left: 0;
  width: 15px;
  bottom: 0;
  top: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.border-gray{
  border-left: 1px solid #BDBDD1;
}
.iframe iframe{
  width: 100%;
  height: 1010px;
  border: 0;
  position: relative;
  top: 100px; 
  z-index: 3; 
  border-radius:50px
}
.map{
  top:10rem
}
.card-text{
  font-size: 16px;
}
.card-text-foot{
  font-size: 16px;
  font-weight: 700;
}
.opus_front{
  right: 120px;
  top: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px){
  .card-text{
    font-size: 19px;
  }
  .card-text-foot{
    font-size: 19px;
  }
  .opus_front{
    right: 75px;
    top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .card-text{
    font-size: 18px;
  }
  .card-text-foot{
    font-size: 18px;
  }
  .opus_front{
    right: 40px;
    top: 15px;
    width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  
  .card-text{
    font-size: 18px;
  }
  .card-text-foot{
    font-size: 18px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  
  .card-text{
    font-size: 18px;
  }
  .card-text-foot{
    font-size: 18px;
  }
  .map{
    top:8rem
  }
  .opus_front{
    right: 30px;
    top: 15px;
    width: 85%;
  }
}
@media (max-width: 575px) {
  
  .card-text{
    font-size: 3.5vmin;
    line-height: 5vmin;
  }
  .card-text-foot{
    font-size: 3.5vmin;
    line-height: 5vmin;
  }
  .left-red-line {    
    width: 10px;   
  }
  .stars{
    width: 15vmin;
  }
  .iframe{
    width: auto;
    height: auto;
  }
  .iframe iframe{
    width: 100%;
    height: 1020px;
  }
  .map{
    top:10vmin
  }
  .opus_front{
    right: 30px;
    top: 15px;
    width: 85%;
  }

}



.btn{
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-align: left;
  position: relative;
  top: 0;
  z-index: 2;
  font-family: 'century-gothic';
  padding: 13px 29px;
  border-radius: 80px;
  gap: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;  
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.btn-header{
  padding: 20px 25px;
  border-radius: 74px;
  font-size: 20px;
}

.btn-item{
  padding: 11px 22px;
  gap: 3px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .btn {
  font-size: 20px;
  font-weight: 700;
  }
  .btn-header{
    padding: 18px 22px;
    border-radius: 74px;
    font-size: 20px;
  }  
  .btn-item{
    padding: 8px 19px;
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .btn {
    font-size: 3.2vmin;
    line-height: 4vmin;
  }
  .btn-header{
    padding: 2.79vmin 4.3vmin;
    border-radius: 15vmin;
  }
  
  .btn-item{
    padding: 2vmin 3.5vmin;
    border-radius: 15vmin;
  }
}

.btn-red-light1{
  background-color: #F96B88;
  color: #FFFFFF;
}

.btn-red-light1:hover{
  color: #FFFFFF;
  background: #F62B54;
}
.btn-red{
  background-color: #F62B54;
  color: #FFFFFF;
}
.btn-red:hover{
  color: #FFFFFF;
  background: #F96B88;
}
.header-img{
  width: 92%;
}
@media (min-width: 1200px) and (max-width: 1399px){
  .header-img{
    width: 91%;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .header-img{
    width: 90%;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .header-img{
    width: 95%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .header-img{
    width: 94%;
  }
}
@media (max-width: 575px) {
  .header-img{
    width: 94%;
  }
}
.icon {
  display: inline-block;
  width: 15px;
  height: 20px;
  background: #1EA4CE;
  mask-size: cover;
  -webkit-mask-size:cover;
}
.icon-header{
  position: absolute;
  width: 50%;
  z-index: 3;
}
.icon-card{  
  width: 60%;
  z-index: 3;
}
.icon-buttom{
  background-color: #FFFFFF;
}
.icon-arrow-right {
  -webkit-mask-image: url(/assets/img/arrow-next.svg);
  mask-image: url(/assets/img/arrow-next.svg);
} 
.icon-arrow-left {
  -webkit-mask-image: url(/assets/img/arrow-prev.svg);
  mask-image: url(/assets/img/arrow-prev.svg);
} 
.slide-buttom-right{
  top: 20rem;
  right: 2rem;
}
.slide-buttom-left{
  left: 2rem;
  top: 20rem;
}
.box-pie {
  bottom: 0;
}
.bg-blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.box-web{
  top: 18.75rem;
  left: -1rem;
}
.box-cloud{
  bottom: 2.5rem;
  left: 8rem;
}
.box-sass{
  top: 9.25rem;
  right: 4.25rem;
}
.subtitlebold2{
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;  
}
.content-information{
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;}
  
@media (min-width: 1200px) and (max-width: 1399px){
  .box-web{
    top: 16rem;
    left: -2.75rem;
  }
  .box-cloud{
    bottom: 2.5rem;
    left: 7rem;
  }
  .box-sass{
    top: 7.5rem;
    right: 3.5rem;
  }
  .subtitlebold2{
    font-size: 14px;
    line-height: 20px;
  }
  .content-information{
    line-height: 20px;}
}
@media (min-width: 992px) and (max-width: 1199px){
  .box-web{
    top: 13.5rem;
    left: -1.75rem;
  }
  .box-cloud{
    bottom: 1.75rem;
    left: 5.75rem;
  }
  .box-sass{
    top: 6.5rem;
    right: 3.5rem;
  }
    .subtitlebold2{
    font-size: 13px;
    line-height: 17px;
  }
  .content-information{    
    font-size: 11px;
    line-height: 17px;}
}
@media (min-width: 768px) and (max-width: 991px){
  .box-web{
    top: 17.75rem;
    left: -2.75rem;
  }
  .box-cloud{
    bottom: 2.5rem;
    left: 7rem;
  }
  .box-sass{
    top: 8.5rem;
    right: 3.75rem;
  }
  .slide-buttom-right{
    right: 0rem;
    top: 20rem;
  }
  .slide-buttom-left{
    left: 2rem;
    top: 20rem;
  }
  .position-right{
    left: 5rem;
    bottom: 14rem;
  }
  .position-left{
    left: 2rem;
  }
  .position-top{
    top: -14rem!important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .box-web{
    top: 13rem;
    left: -1.15rem;
  }
  .box-cloud{
    bottom: 2rem;
    left: 5.75rem;
  }
  .box-sass{
    top: 6.5rem;
    right: 3.25rem;
  }
  .subtitlebold2{
    font-size: 12px;
    line-height: 15px;
  }
  .content-information{
    font-size: 10px;
    line-height: 15px;}
  .slide-buttom-right{
    right: 0rem;
    top: 14rem;
  }
  .slide-buttom-left{
    left: 0;
    top: 14rem;
  }
  .position-right{
    left: 3rem;
    bottom: 8rem;
  }
  .w-100{
    width: 90%!important;
  }
  .position-left{
    left: 1rem;
  }
  .position-top{
    top: -4rem!important;
  }
  .position-bottom{
    bottom: 12rem;
  }
}
@media (max-width: 575px){
  .box-web{
    top: 32vmin;
    left: -7vmin;
    width: 30vmin;
    padding: 1.5vmin;
  }
  .box-cloud{
    bottom: 5vmin;
    left: 12vmin;
    width: 30vmin;
    padding: 1.5vmin;
  }
  .box-sass{
    top: 15.5vmin;
    right: 7vmin;
    width: 30vmin;
    padding: 1.5vmin;
  }
  .subtitlebold2{
    font-size: 2vmin;
    line-height: 2.5vmin;
  }
  .content-information{
    font-size: 1.5vmin;
    line-height: 1.8vmin;}
  .slide-buttom-right{
    right: 0;
    top: 40vmin;
  }
  .slide-buttom-left{
    left: 0;
    top: 40vmin;
  }
  .position-right{
    left: 7vmin;
    top: -15vmin;
  }
  .w-100{
    width: 90%!important;
  }
  .position-left{
    left: 3vmin;
  }
  .position-top{
    top: -16vmin!important;
  }
  .position-bottom{
    bottom: 35vmin;
  }
}
.end-header{
  border-radius: 0 80px;
}
.logo-footer{
 height: 40px;
}
.icon-footer-md{
  height: 40px;
}
.icon-footer-sm{
  height: 25px;
}
.icon-link{
  height: 10px;
}
.text-footer{
  font-size: 16px;
}
@media (max-width: 575px){
  .text-footer{
    font-size: 16px;
  }
  .text-muted{
    font-size: 16px;
  }
  .icon-footer-md{
    height: 30px;
  }
  .icon-footer-sm{
    height: 20px;
  }
}

.text-separator{
font-family: "century-gothic", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.2em;
text-align: left;
color: #525596;

}
@media (max-width: 575px){
  .text-separator{   
    font-size: 12px;
    line-height: 16px;    
    }
}

 .vector-right {
  right: -40px;
  width: 600px;
  height: 525px;  
}
.description-services{
  font-size: 20px;
}
.custom_front{
  width: 80%;
}
.marker_map img{
  width: auto;
}
@media (min-width: 1200px) and (max-width: 1399px){
  .vector-right{    
    right: -50px;
    width: 540px;
    height: 485px;  
    }
    .description-services{
      font-size: 19px;
    }
    .custom_front{
      width: 70%;
    }
    .marker_map img{
      width: 85%;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
  .vector-right{    
    right: -40px;
    width: 450px;
    height: 400px;  
    }
    .description-services{
      font-size: 16px;
    }
    .custom_front{
      width: 59%;
    }
    .marker_map img{
      width: 75%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
  .vector-right{         
    right: 10px;
    top: -60px;
    width: 580px;
    height: 485px;    
    }
    .description-services{
      font-size: 27px;
    }
    .custom_front{
      width: 90%;
    }
    .marker_map img{
      width: 65%;
    }
} 
@media (min-width: 576px) and (max-width: 767px){
  .vector-right{         
    right: -10px;
    top: -75px;
    width: 465px;
    height: 465px;    
    }
  .description-services{
    font-size: 20px;
  }
  .custom_front{
    width: 90%;
  }
  .marker_map img{
    width: 55%;
  }
} 
@media (max-width: 575px){
  .vector-right{         
    right: 0;
    top: -15vmin;
    width: 90vmin;
    height: 95vmin;    
    }
    .description-services{
      font-size: 3.7vmin;
      line-height: 5.3vmin;
    }
    .custom_front{
      width: 95%;
    }
    .marker_map img{
      width: 45%;
    }
}
.vector-left {
  left: -40px;
  width: 600px;
  height: 525px;  
}
@media (min-width: 1200px) and (max-width: 1399px){
  .vector-left{    
    width: 540px;
    height: 485px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
  .vector-left{ 
    width: 450px;
    height: 400px; 
    }
}
@media (min-width: 768px) and (max-width: 991px){
  .vector-left{   
    width: 565px;
    height: 470px;    
    left: -15px;
    }
} 
@media (min-width: 576px) and (max-width: 767px){
  .vector-left{  
    top: -75px;   
    left: -15px;
    width: 465px;
    height: 465px; 
    }
} 
@media (max-width: 575px){
  .vector-left{    
    left: -10vmin;
    top: -15vmin;
    width: 90vmin;
    height: 95vmin;
    }
}
/*COLORS*/
.bg-color-light {
  background-color: #ffffff;
}

.bg-color-accent {
  background-color: #f5f5f5;
}

.bg-color-accent2 {
  background-color: #f9fbfe;
}

.bg-color-accent3 {
  background-color: #fbfbfe;
}

.bg-color-accent4 {
  background-color: #f7fafe;
}

.bg-color-accent5 {
  background-color: #f8f7f7;
}

.bg-color-accent6 {
  background-color: #f8fbff;
}

.bg-color-accent7 {
  background-color: #f1f7ff;
}

.bg-color-green {
  background-color: #48D096;
}

.bg-color-yelow-light {
  background-color: #FFEB99;
}

.bg-color-yelow {
  background-color: #FFCC00;
}

.bg-color-red-light2 {
  background-color: #FBAABB;
}

.bg-color-red-light1 {
  background-color: #F96B88;
}

.bg-color-red {
  background-color: #F62B54;
}

.bg-color-black {
  background-color: #05073D;
}

.bg-color-white {
  background-color: #FFFFFF;
}

.bg-color-other {
  background-color: #2F327D;
}

.bg-color-home {
  background-color: #FFF2E1;
}
.bg-color-process {
  background-color: #DEF5E5F0;
}
.bg-color-services {
  background-color:#FFF2F2;
}
.bg-color-technologies{
  background-color: #DDDFF3;
}
.bg-color-portfolio{
  background-color:#FFF3EC;
}
.bg-color-contactus{
  background-color: #DAEAF1;
}
/*--------------------------------------
	5.2 Background Style
---------------------------------------*/
.bg-position-center {
  background-position: center center;
}

.bg-size-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

/*--------------------------------------
	5.5 Text Color
---------------------------------------*/
.color-primary {
  color: #5a49f8;
}

.color-secondary {
  color: #750ed5;
}

.color-light {
  color: #ffffff;
}

.color-dark {
  color: #000000;
}

.color-accent {
  color: #f5f5f5;
}

.color-green {
  color: #48D096;
}

.color-yelow-light {
  color: #FFEB99;
}

.color-yelow {
  color: #FFCC00;
}

.color-red-light2 {
  color: #FBAABB;
}

.color-red-light1 {
  color: #F96B88;
}

.color-red {
  color: #F62B54;
}

.color-black {
  color: #05073D;
}

.color-white {
  color: #FFFFFF;
}

.color-other {
  color: #2F327D;
}
.color-gray{
  color:#5A5A5A;
}


@media (min-width: 992px){
.navbar-expand-lg {
    padding-top: 80px !important; 
    padding-bottom: 40px  !important;
}
}