@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:500,600,700|Work+Sans:600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

body{
    font-family: 'Poppins';
}

.welcome-text{
    animation:opac 1.2s
}
.margintop{
    animation:opac 1.2s
}

@keyframes opac{from{opacity:0} to{opacity:1}}

/*for navbar ICON AND BTN*/
@media (max-width: 550px) {
/*.def-nav {
    background: #fff;
} */

.navicon{
    width: 40vw; 
    height: 10vw; 
    object-fit: contain;
}   
/* Menu Button Style
==================== */

.menu-btn{
    background-color: #54B951;
    color: #fff!important;
    padding: 0 30px;
    border-radius: 3px;
    line-height: 8vw;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    height: 8vw;
    position: absolute; 
    z-index: 2;
    overflow: hidden;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.menu-btn:hover{ color: #FFF; }
.menu-btn span {
background: #0b0829 none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 0;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transition: width 0.6s ease 0s, height 0.6s ease 0s;
-moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
-webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
-ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
-o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
width: 0;
z-index: -1;
}
.menu-btn:hover span {
    height: 55vw;
    width: 55vw;
}

.partners-content img{
    width: 35vw;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
}
.partners-content img:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

}
@media (min-width: 551px) and (max-width: 1023px){

    .navicon{
        width: 20vw; 
        height: 8vw; 
        object-fit: contain;
    }   
    /* Menu Button Style
    ==================== */
    
    .menu-btn{
        background-color: #54B951;
        color: #fff!important;
        padding: 0 30px;
        border-radius: 3px;
        line-height: 8vw;
        display: inline-block;
        font-family: "Work Sans",sans-serif;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        height: 8vw;
        position: absolute; 
        z-index: 2;
        overflow: hidden;
        transition: all ease 700ms;
        -moz-transition: all ease 700ms;
        -webkit-transition: all ease 700ms;
        -ms-transition: all ease 700ms;
        -o-transition: all ease 700ms;
    }
    .menu-btn:hover{ color: #FFF; }
    .menu-btn span {
    background: #0b0829 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
    }
    .menu-btn:hover span {
        height: 25vw;
        width: 25vw;
    }
    .partners-content img{
        width: 15vw;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
    .partners-content img:hover{
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
}

@media (min-width: 1024px) and (max-width:1440px){

    .navicon{
        width: 25vw; 
        height: 7vw; 
        object-fit: contain;
    }   
    /* Menu Button Style
    ==================== */
    
    .menu-btn{
        background-color: #54B951;
        color: #fff!important;
        padding: 0 30px;
        border-radius: 3px;
        line-height: 3vw;
        display: inline-block;
        font-family: "Work Sans",sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-decoration: none;
        height: 3vw;
        position: absolute; 
        z-index: 2;
        overflow: hidden;
        transition: all ease 700ms;
        -moz-transition: all ease 700ms;
        -webkit-transition: all ease 700ms;
        -ms-transition: all ease 700ms;
        -o-transition: all ease 700ms;
    }
    .menu-btn:hover{ color: #FFF; }
    .menu-btn span {
    background: #0b0829 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
    }
    .menu-btn:hover span {
        height: 25vw;
        width: 25vw;
    }
    .partners-content img{
        width: 13vw;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
    .partners-content img:hover{
        -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
}    
@media (min-width: 1440px) and (max-width:4096px){
    .menu-btn-2{
    line-height: 4vw !important;
    font-size: 25px !important;
    text-decoration: none;
    height: 4vw !important;
    
    }
    .navicon{
        width: 25vw; 
        height: 7vw; 
        object-fit: contain;
    }   
    /* Menu Button Style
    ==================== */
    
    .menu-btn{
        background-color: #54B951;
        color: #fff!important;
        padding: 0 30px;
        border-radius: 3px;
        line-height: 3vw;
        display: inline-block;
        font-family: "Work Sans",sans-serif;
        font-weight: 600;
        font-size: 12px;
        text-decoration: none;
        height: 3vw;
        position: absolute; 
        z-index: 2;
        overflow: hidden;
        transition: all ease 700ms;
        -moz-transition: all ease 700ms;
        -webkit-transition: all ease 700ms;
        -ms-transition: all ease 700ms;
        -o-transition: all ease 700ms;
    }
    .menu-btn:hover{ color: #FFF; }
    .menu-btn span {
    background: #0b0829 none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: -1;
    }
    .menu-btn:hover span {
        height: 25vw;
        width: 25vw;
    }

    .why-center {
        padding: 8vw 35px 0 35px !important;
      }
      .partners-content img{
        width: 12vw;
        -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
        filter: grayscale(100%);
    }
}  
/* Change navbar styling on scroll */
.backg-white {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Change navbar styling on small viewports BACKGROUND */
@media (min-width: 1880px){
    .prev-style{
        top: 5vw;
        left: -5vw;
        position: absolute;
        background-color: rgba(5, 182, 189, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .next-style{
        top: 5vw;
        right: -5vw;
        position: absolute;
        background-color: rgba(5, 182, 189, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .main-banner{
        background-image: url(../img/hero-bg-2.png);
        background-position: top left;
        background-size: 99%;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        
    }
    
    .vectorimg{
        height: 100%;
        width: 100%;
        padding: 10% 0;
    }
    
    .welcome-text{
        color: #fff;
        display: block;
        font-size: 25px;
        font-weight: 600;
        margin-top:10vw;
        padding-left: 4vw;
        
    }  
    .welcome-text #text-wel{
        color: #fff;
        display: block;
        font-size: 45px;
        font-weight: 600;
    }  
    .menu-btn{
       
        font-weight: 600;
        font-size: 24px;
        
    }
    .footer-btn{
        font-size: 35px !important;
        line-height: 5vw !important;
        height: 5vw !important;
        overflow: hidden;
    }
}
@media (min-width: 992px) and (max-width:1880px){
    .prev-style{
        top: 5vw;
        left: -3vw;
        position: absolute;
        background-color: rgba(5, 182, 189, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .next-style{
        top: 5vw;
        right: -3vw;
        position: absolute;
        background-color: rgba(5, 182, 189, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .main-banner{
        background-image: url(../img/hero-bg-2.png);
        background-position: top left;
        background-size: 99%;
        background-repeat: no-repeat;
        position: relative;
        width: 100%;
        
    }
    
    .vectorimg{
        height: 100%;
        width: 100%;
        padding: 10% 0;
    }

    .welcome-text{
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-top:10vw;
        padding-left: 4vw;
    
    }  

}

@media (max-width: 992px) {
    .prev-style{
        top: 30vw;
        left: -3vw;
        position: absolute;
        background-color: rgba(5, 182, 189, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .next-style{
        top: 30vw;
        right: -3vw;
        position: absolute;
        background-color: rgba(5, 182, 189, 0.5);
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    
    
    .main-banner{
        background: #05B6BD;
        background: -webkit-linear-gradient(to right, #294888, #05B6BD);
        background: linear-gradient(to right, #294888, #05B6BD);
        
    }
    
    .vectorimg{
        height: 100%;
        width: 100%;
        padding: 10% 0;
    }
    .welcome-text{
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 120px;
        margin-top:15vw;
        padding-left: 4vw;
    
    } 

}

@media (min-width:500px) and (max-width:650px){

    .welcome-text{
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 120px;
        margin-top:21vw !important;
        padding-left: 4vw;
    
    }  
    .margintop{
        margin-top:21vw;
    }
}

@media (min-width:651px) and (max-width:768px){
    .welcome-text{
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 120px;
        margin-top:15vw !important;
        padding-left: 4vw;
    
    }  
    .margintop{
        margin-top:15vw;
    }
    .cta-wrap{
        margin-bottom: 10vw !important;
    } 
}

@media (max-width:499px){
    .welcome-text{
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 80px;
        margin-top:28vw;
        padding-left: 4vw;
    
    }  
    .cta-wrap{
        margin-bottom: 30vw !important;
    } 
    .mail{
        font-size: small;
    }
}

/*ANIMATED ELEM*/

.anim-elements{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.anim-elements .anim-element{ position: absolute; }
.anim-elements .anim-element:nth-child(1){
    background: rgba(246, 143, 48,0.6);
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    top: 12%;
    left: 15%;
    animation: animTwo 13s infinite linear;
}
.anim-elements .anim-element:nth-child(2){
    border: 5px solid rgba(240, 121, 169, 0.6);
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    top: 15%;
    left: 45%;
    -webkit-animation: animOne 15s infinite linear;
    animation: animOne 15s infinite linear;
}
.anim-elements .anim-element:nth-child(3){
    border: 5px solid rgba(84, 185, 81,0.3);
    width: 5vw;
    height: 5vw;
    bottom: 20%;
    left: 30%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}
.anim-elements .anim-element:nth-child(4){
    background: rgba(84, 185, 81,0.80);
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    bottom: 15%;
    right: 25%;
    -webkit-animation: animFive 15s infinite linear alternate;
    animation: animFive 15s infinite linear alternate;
    
}
.anim-elements .anim-element:nth-child(5){
    background: rgba(41, 72, 136,.4);
    width: 5px;
    height: 20px;
    top: 18%;
    right: 25%;
    -webkit-animation: animFour 15s infinite linear alternate;
    animation: animFour 15s infinite linear alternate;
}
.anim-elements .anim-element:nth-child(5):after, 
.anim-elements .anim-element:nth-child(5):before {
    content: "";
    display: block;
    width: 100%;
    height: calc(50% - 2px);
    top: 6px;
    background: inherit;
    position: absolute;
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.anim-elements .anim-element:nth-child(5):before {
    right: -6px;
}
.anim-elements .anim-element:nth-child(5):after {
    left: -6px;
}
@keyframes animOne {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        transform: translate(73px, -1px) rotate(35deg)
    }
    40% {
        transform: translate(141px, 72px) rotate(75deg)
    }
    60% {
        transform: translate(83px, 122px) rotate(110deg)
    }
    80% {
        transform: translate(-40px, 72px) rotate(145deg)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg)
    }
}

@-webkit-keyframes animOne {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(35deg)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(75deg)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(110deg)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(145deg)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }
}

@keyframes animTwo {
    0% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }
    40% {
        transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }
    100% {
        transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@-webkit-keyframes animTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg) scale(.9)
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1)
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2)
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1)
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1)
    }
}

@keyframes animThree {
    0% {
        transform: translate(165px, -179px)
    }
    100% {
        transform: translate(-346px, 617px)
    }
}

@-webkit-keyframes animThree {
    0% {
        -webkit-transform: translate(165px, -179px)
    }
    100% {
        -webkit-transform: translate(-346px, 617px)
    }
}

@keyframes animFour {
    0% {
        transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        transform: translate(251px, -200px) rotate(180deg)
    }
}

@-webkit-keyframes animFour {
    0% {
        -webkit-transform: translate(-300px, 151px) rotate(0deg)
    }
    100% {
        -webkit-transform: translate(251px, -200px) rotate(180deg)
    }
}

@keyframes animFive {
    0% {
        transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        transform: translate(-1px, 0px) rotate(180deg)
    }
}

@-webkit-keyframes animFive {
    0% {
        -webkit-transform: translate(61px, -99px) rotate(0deg)
    }
    21% {
        -webkit-transform: translate(4px, -190px) rotate(38deg)
    }
    41% {
        -webkit-transform: translate(-139px, -200px) rotate(74deg)
    }
    60% {
        -webkit-transform: translate(-263px, -164px) rotate(108deg)
    }
    80% {
        -webkit-transform: translate(-195px, -49px) rotate(144deg)
    }
    100% {
        -webkit-transform: translate(-1px, 0px) rotate(180deg)
    }
}

/* Animated Elements */



/*services style's*/
.promo-content i{
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    
}
.promo-content p{
    padding: 10px;
    text-align: justify;
    
}

.promo-content img{
    width: 100%;
}

/*for icons*/
.red-class{ 
    color:#F079A9;
    border-radius: 40px;
    background-color: rgba(240, 121, 169, 0.1)!important; }

.orange-class{ 
    color:#F68F30;
    border-radius: 40px;
    background-color: rgba(246, 143, 48, 0.1)!important; }

.green-class{ 
    color:#54B951;
    border-radius: 40px;
    background-color: rgba(84, 185, 81, 0.1)!important; }

.cyan-class{ 
    color:#05B6BD;
    border-radius: 40px;
    background-color: rgba(5, 182, 189, 0.1)!important; }    
.blue-class{ 
    color:#294888;
    border-radius: 40px;
    background-color: rgba(41, 72, 136, 0.1)!important; }
    
    
    /*for cards*/
.bg-red-class{ 
    border-radius: 10px;
    background-color: rgba(240, 121, 169, 0.1)!important; }

.bg-orange-class{ 
    border-radius: 10px;
    background-color: rgba(246, 143, 48, 0.1)!important; }

.bg-green-class{ 
    border-radius: 10px;
    background-color: rgba(84, 185, 81, 0.1)!important; }    

.bg-cyan-class{ 
    border-radius: 10px;
    background-color: rgba(5, 182, 189, 0.1)!important; }    
.bg-blue-class{ 
    border-radius: 10px;
    background-color: rgba(41, 72, 136, 0.1)!important; }



    
.card{ /*little bootstrap's class fix*/
--bs-card-border-color:none;
}

.valores-section{position: relative;}

.valores-content i{
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin-top: 10px;
    
}

.valores-content p{
    padding: 5px;
    word-wrap: break-word;
    text-align: center;}

.valores-content:hover{
    transform: scale(1.04);
    transition: all 0.2s ease-in-out;
}    


.why-container { 
    position: relative;
    background-color: #f9fafa; 
  }
  
.why-center {
    padding: 70px 25px;
    text-align: justify;
  }


  .partners-content i{
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    
}
.partners-content p{
    padding: 40px;
}



/* ==========================================================================
   Blog Section
   ========================================================================== */   
   .blog-section{
    background-color: rgba(5, 182, 189, 0.1)!important;
    padding: 20px;
   }
   .blog-item{
       box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
   }
   .blog-item .blog-thumb{
       position: relative;
   }
   .blog-item .blog-thumb .category{
       background-color: #F68F30;
       padding: 5px 15px;
       text-align: center;
       color: #fff;
       font-size: 12px;
       font-weight: 600;
       font-family: "Work Sans",sans-serif;
       position: absolute;
       width: auto;
       height: auto;
       left: 0;
       bottom: 0;
   }
   .blog-item .blog-thumb .category a{
       color: #fff;
       text-decoration: none;
   }
   .blog-item .blog-thumb img{
       width: 100%;
       margin: 0;
   }
   .blog-content{
       background-color: #fff;
       padding: 30px;
   }
   .blog-content h3{
       line-height: 24px;
   }
   .blog-content h3 a{
       color: #263a4f;
       font-size: 18px;
       line-height: 24px;
   }
   .blog-content h3 a:hover{
       color: #F68F30;
   }
   .blog-content .read-more{
       font-family: "Work Sans",sans-serif;
       color: #263a4f;
       font-size: 12px;
       font-weight: 600;
       text-transform: uppercase;
       position: relative;
       padding-left: 40px;
   }
   .blog-content .read-more:hover{
       color: #F68F30;
   }
   .blog-content .read-more:before{
       background-color: #F68F30;
       position: absolute;
       content: "";
       width: 30px;
       height: 4px;
       left: 0;
       top: calc(50% - 2px);
       
   }


/*Just to change the color in the arrows of partners carousel
#carouselnext-2{
    background-color: rgba(246, 143, 48, 0.5)!important; 
}
#carouselprev-2{
    background-color: rgba(246, 143, 48, 0.5)!important; 
}*/

/* ==========================================================================
   CTA Section
   ========================================================================== */
   .cta-section{
    background-image: url(../img/prueba.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 60px 0;
    margin-bottom: -140px;
    z-index: 1;
}
.cta-section .overlay{
    background-color: transparent;
    background-image: linear-gradient(-134deg, #05B6BD 0%, #05B6BD 100%);
    position: absolute;
    height: 120%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}
.cta-wrap{
    display: flex;
    margin-bottom: 7vw;
}
.cta-content{}
.cta-content h2{  
    color: #fff;
    line-height: 50px;
    margin: 0;
}
.cta-btn{text-align: center;}
.cta-btn a{}


/* ==========================================================================
   Footer Section
   ========================================================================== */
   .footer-section{
    color: #294888;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% 100%;
    padding-top: 150px;
    position: relative;
    z-index: 1;
}

.footer-section .widget-links{}
.footer-section .widget-links li{}
.footer-section .widget-links li a{color: #294888;
text-decoration: none;}
.footer-text{
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-text p{
    color: #294888;
    margin: 0;
}
.logo-footer img{
    width: 75%;
    justify-content: center;
}
.footer-contacts a{
    color: #294888;
    text-decoration: none;
}
@media all and (max-width: 767px) {
    
    .cta-wrap{ text-align: center; 
        align-items: center;
    }
    .cta-content h2{
        line-height: 35px;
        margin-bottom: 25px;}
    
    .header-right .footer-btn{
        margin-right: 42px;
    }
    .content-area-section .content-item h2{
        margin-bottom: 10px;
    }
    .team-content span{ margin-bottom: 20px; }
}

.menu-btn-2{
    background-color: orange;
    color: #fff!important;
    padding: 0 30px;
    border-radius: 3px;
    line-height: 8vw;
    display: inline-block;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    height: 8vw;
    position: relative; 
    z-index: 0;
    overflow: hidden;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.menu-btn-2:hover{ color: #FFF; }
.menu-btn-2 span {
background: #0b0829 none repeat scroll 0 0;
border-radius: 50%;
display: block;
height: 0;
position: absolute;
transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transition: width 0.6s ease 0s, height 0.6s ease 0s;
-moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
-webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
-ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
-o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
width: 0;
z-index: -1;
}
.menu-btn-2:hover span {
    height: 55vw;
    width: 55vw;
}

.def-nav {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.5);
}