@font-face {
    font-family: 'WorkSans-Bold';
    src: url(../fonts/WorkSans-Bold.ttf);
}
@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Lota';
    src: url(../fonts/Lota.otf);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
title{
   text-transform: capitalize; 
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
img{
	max-width: 100%;
}
a{
    text-decoration: none !important;
}
p{
   font-size: 17px;
   line-height: 27px;
    font-family: 'Roboto-Regular';
}
body{
    font-family: 'Lato-Regular';
}
header{
    position:absolute;
    left:0;
    right: 0;
    top:0;
    z-index: 1;
}
.banner{
  background-image: url(../img/banner1.png);
    background-size: 100%;
    background-position:top center;
    position: relative;
    background-repeat: no-repeat !important;
    height: 110vh;
      display: flex;
      justify-content: center;
      align-items: center;
}
.top-header{
    border-bottom: 1px solid rgb(231 231 231 / 22%);
    padding: 10px 0;
}
.top-header a{
     color: #d6ffce;
  font-size: 14px;
  letter-spacing: 2px;
}
.top-header .social li{
    margin-right: 11px;
}
.top-header .social i{
  color: #55a745;
  font-size: 15px;
}
.top-info .info i{
  color: #55a745;
  font-size: 15px;
  margin-right:7px;
}
.top-header .top-info a{
    font-size: 14px;
    color: #fff;
    font-family: 'Lato-Regular';
    letter-spacing: 1px;

}

.logo img{
    max-width: 200px;
}
.navigation{
    padding:15px 0;
}
.navigation .nav ul{
    display: flex;
}
.navigation .nav ul li{
    margin-left: 35px;
}
.navigation .nav ul li a{
    font-size:17px;
    color: #fff;
    letter-spacing: 1px;
}
.login-sec a.login{
    background:#55a745;
}
.login-sec a{
    padding: 7px 25px;
    color: #fff;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
}
.login-sec a.register{
    background: #a0cff4;
    margin-left: 7px;
}
.banner-content{
    position: absolute;
    left:0;
    right: 0;
    top:35%;
    bottom:0;
}
.banner-content .heading{
    margin: 0px 20px 0px 0px;
    padding: 0px 20px 0px 20px;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #55a745;
}
.banner-content h2{
    font-size: 19px;
    font-family: 'Roboto-Regular';
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 20px;
}
.banner-content h1 {
   font-family: 'Lota';
   font-weight: bold;
   letter-spacing: 2px;
   font-size: 60px;
   line-height: 70px;
   color: #fff;
   text-shadow: 1px 1px #333;
}
.banner-content p{
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    letter-spacing: 1px;
    max-width:500px;
    text-align: justify;
}
.banner-content a{
    padding: 10px 50px;
    color: #fafafa;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
    background: #55a745;
    border-radius: 2px;
}

.home-about{
    padding: 100px 0;
}
.home-about h2{
    color: #55a745;
    font-size: 19px;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
}
.home-about h3{
     font-family: 'Lota';
    font-size: 40px;
    line-height: 50px;
    color: #333;
    position: relative;
    padding: 25px 0;
}
.home-about h3:after{
    position: absolute;
    content: "";
    left: 0;
    bottom:0;
    background: #55a745;
    width: 150px;
    height: 2px;
}
.home-about p{
        font-size: 15px;
    line-height: 23px;
    color: #444;
    letter-spacing: 1px;
    text-align: justify;
    padding: 25px 50px 25px 0;
}
.home-about ul li{
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}
.home-about ul li:before{
    content: "✔";
    position: absolute;
    top:-2px;
    left: -3px;
    width: 7px;
    height: 7px;
    color: #55a745;;
}
.home-about .more  a {
    padding: 10px 50px;
    color: #fff;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
    background: #55a745;
    border-radius: 2px;
}
   .home-about .request{
        padding: 50px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        margin-top: -175px;
        position: relative;
        z-index: 1;
        background: #fff;
        max-width: 475px;
    }
    .home-about input,.home-about textarea{
        padding: 15px;
    background: #e2e2e2;
    width: 100%;
    border: 0;
    }
    .home-about .form-group{
        margin-bottom: 25px;
    }
    .home-about .request h3{
        font-size: 35px;
    }

    .our-services{
    padding: 100px 0 100px 0;
    background: #fafafa;
    position: relative;
}
.our-services:after{
    content: "";
    position: absolute;
    left:0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: url(../img/mid_bg.png) repeat-x 70% 100%;
    opacity: .1;
}
.our-services h2{
    font-size: 50px;
    line-height: 60px;
     font-family: 'Lota';
    text-align: center;
}

.features .list {
    background: rgb(230 255 234 / 10%);
    display: block;
    font-size: 22px;
    min-height: 180px;
    color: #333;
    width: 97%;
    position: relative;
    border: 1px solid #ccc;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 25px 0;
    line-height: 22px;
    position: relative;
    margin: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features .list:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    margin: auto;
    width: 87%;
    height: 150px;
    content: "";
    border-radius: 50%;
    background: url(../img/mid_bg.png) repeat-x 50% 75%;
    opacity: .3;
}
.features .list:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 46%;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background:#f8faf8;
}
.features .list .block {
    position: relative;
    text-align: center;
}

.features .list img{
    max-width:75px;
    margin: auto;
}
.our-services p{
    font-size: 21px;
    padding:15px 0 50px 0;
    text-align: center;
    max-width: 700px;
    margin: auto;
}
.our-services h3{
    font-size: 21px;
     font-family: 'Roboto-Regular';
     text-align: center;
     position: relative;
     padding-top: 50px;
     max-width: 175px;
     margin: auto;
}
.our-services h3 span{
    display: block;
    padding-top: 35px;
}
.our-services h3:before{
    position: absolute;
    content: "";
    left: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 70px;
    opacity: .5;
    background-size: contain;
    background: url(../img/dot.png);
}
.expert{
    padding-top: 75px;
}
.expert a{
    padding: 10px 50px;
    color: #fafafa;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
    background: #55a745;
    border-radius: 2px;
}
.expert-img img{
    max-width: 350px;
}
.expert h2{
         font-family: 'Lota';
    font-size: 30px;
    line-height: 40px;
    color: #777;
    margin-bottom: 50px;
}
.float-img{
 animation: MoveUpDown54 2s linear infinite;
 position: absolute;
 right: 75px;
 bottom: 0;
}
@keyframes MoveUpDown54 {
  0%, 100% {
    bottom: -7px;
  }
  50% {
    bottom: -20px;
  }
}
.expert .connect{
    margin-left: 75px;
}
.expert-block{
    position: relative;
    max-width: 1100px;
    margin: auto;
}
.testimonial{
    position: relative;
    margin-top: -10px;
}
.testimonial:after{
    content: "";
    position: absolute;
    top:0;
    right: 0;
    left: 20%;
    background:#434141;
    height: 100%;
    background-image: url(../img/bg-fin-bar-1.png);
    background-position:bottom right !important;
    background-repeat: no-repeat !important;
}
.testi-block{
    left:10%;
    background: #fff;
    margin: 75px 0;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.review{
    position: relative;
}
.review .img{
    width: 100px;
    height: 100px;
    border-radius:50%;
    overflow: hidden;
    margin-bottom: 25px;
}
.review h4{
      font-family: 'Lota';
    font-size: 25px;
    color: #333;
    margin-bottom: 5px;
}
.review h5{
    color: #444;
    font-size: 20px;
    color: #444;
    margin-bottom: 35px;
}
.review p{
    font-size: 17px;
    color: #777;
    line-height: 27px;
    text-align: justify;
}
.testi-ic{
    position: absolute;
    right: 50px;
    top:50px;
    background-size: 100% !important;
    background-position: center !important;
    background-image: url(../img/quote.png);
    width: 100px;
    height: 100px;
    animation: ani 5s linear infinite;
}
@keyframes ani {
  0%, 100% {
    top: 25px;
  }
  50% {
    top: 50px;
  }
}
.testimonial-content{
    position: relative;
    z-index: 1;
    text-align: right;
    max-width: 600px;
    padding-left: 15%;
}

.testimonial-content h2{
    font-size: 21px;
    color: #55a745;
    font-family: 'Roboto-Regular';
    padding-bottom: 15px;
}
.testimonial-content h3{
    font-size: 35px;
    color: #fff;
    font-family: 'Lato-Regular';
    font-weight: bold;
}
.testimonial-content p{
    font-size: 17px;
    color: #fff;
    font-family: 'Lato-Regular';
    max-width: 400px;
    margin-left: auto;
    padding: 15px 0;
}
.testimonial-content .separater{
    display: flex;
    justify-content: end;
    padding: 15px 0;
}

.testimonial-content .separater h5{
    background: #55a745;
    height: 5px;
    width: 150px;
}

.testi-block .owl-nav {
    width: 100%; 
    display: flex;
    justify-content: flex-end;
    margin-top: 25px !important;
}
.testi-block .owl-prev{
    background-image: url(../img/left-arrow.png) !important;
    height: 50px;
  width: 50px;
  text-indent: -9999px;
  white-space: nowrap; 
  position: relative;
  left: -13px;
  background-size: 50% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-color: #55a745 !important;
  border-radius: 50% !important;
}
.testi-block .owl-next{
    right: -5px;
    position: relative;
    background-image: url(../img/right-arrow.png) !important;
    height: 50px;
  width: 50px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap; 
    background-position: center center !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
  background-color: #55a745 !important;
  border-radius: 50% !important;
}
footer{
    background-image: url(../img/footer-bg.png);
    background-size: cover !important;
    background-position: top !important;
    position: relative;
    background-repeat: no-repeat !important;
    padding: 50px;
}
.f-social li {
    margin-bottom: 5px;
}
.f-social li a{
    font-family: 'Lato-Regular';
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
}
.f-logo h3{
    font-size: 35px;
    color: #fff;
    margin-bottom: 25px;
}

.f-form{
    background: #fff;
    box-shadow: 1px 1px 5px #333;
    padding: 25px;
    margin:-150px 0px 0 -50px;
}
.f-form .btn{
    background: #55a745;
    border:1px solid #aaa;
        font-size: 15px;
font-weight:800;
color: #fff;
text-transform: uppercase;
letter-spacing: 2px;
margin:15px 0;
}
.f-form h3{
    text-align: center;
    font-size: 35px;
font-weight:700;
color: #333;
text-transform: uppercase;
margin-bottom: 50px;
letter-spacing: 5px;
}
.f-contact {
    margin-left: 50px;
}
.f-contact i {
    font-size: 25px;
    color: #adadad;
    float: left;
    margin-right: 25px;
}

.f-contact .contact-address{
    margin-bottom: 25px;
}
.f-contact .contact-address p{
    font-size: 15px;
font-weight:500;
color: #fff;
}
.reserve-banner{
    position: absolute;
    right:100px;
    bottom:100px;
    z-index: 9;
}
.f-form .form-control {
    border: 0;
    border-bottom: 1px solid #8d8d8d;
    border-radius: 0;
    height: 50px;
}
.get-started{
    background-image: url(../img/bg2-home4-1.png);
    background-size: cover !important;
    background-position: top !important;
    position: relative;
    background-repeat: no-repeat !important;
    min-height: 350px;
    z-index: -1;
}
.get-started img{
    margin-right: ;
}
.get-started h2{
     font-family: 'Lota';
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    max-width: 700px;
    margin: auto;
    padding-top: 50px;
}
.footer-bottom{
    font-size: 15px;
    color: #fff;
}
.inner-banner{
    height: 400px;
    background-position: right center !important;
    justify-content: flex-start !important;
    position: relative;
}
.inner-banner:before{
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 35%);
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
}
.inner-banner h1{
     font-family: 'Lota';
    font-size: 45px;
    color:#fff;
    margin-top: 75px;
    margin-left: 75px;
    position: relative;
}
.about-page{
    padding: 100px 0;
}
.about-page h2{
     font-family: 'Lota';
    font-size: 40px;
    color:#333;
    text-align: center;
}
.about-page p{
    font-size: 17px;
    line-height: 27px;
    color: #444;
    letter-spacing: 1px;
    text-align: center;
    max-width: 1100px;
    margin:25px auto;
}
.vision{
    padding: 50px 0;
}
.vision .block{
    padding: 50px;
    text-align: center;
    margin: 7px;
    background-image: url(../img/bg-fin-bar-1.png);
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    min-height: 500px;
}
.vision .block h2{
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color:#444;
    text-align: center;
    margin-bottom: 15px;
}
.vision .block p{
    font-size: 17px;
    line-height: 27px;
    color: #555;
    letter-spacing: 1px;
    text-align: center;
}
.vision img{
    max-width: 120px;
    margin-top: -160px;
    margin-bottom: 15px;
}


.contact{
    padding: 100px 0 50px 0;
}
.contact .block{
    padding: 50px;
    text-align: center;
    margin: 7px;
    position: relative;
    min-height: 445px;
}
.contact .block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/cnt-pt.png);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: .15;
}

.contact .block h2{
    font-family: 'Roboto-Regular';
    font-size: 30px;
    color:#333;
    text-align: center;
    margin-bottom: 15px;
}
.contact .block p{
    font-size: 17px;
    line-height: 27px;
    color: #444;
    letter-spacing: 1px;
    text-align: center;
}
.contact img{
    max-width: 110px;
    margin-top: -160px;
    margin-bottom: 15px;
}
.contact h4 a{
      font-family: 'Lota';
     font-size: 25px;
     color: #555;
     margin-top: 25px;
}
.contact a{
    font-size: 21px;
    color: #444;
    letter-spacing: 1px;
    margin-top: 25px;
    display: block;
}

.career h2{
    font-size: 25px;
    line-height: 35px;
    max-width: 750px;
    margin: auto;
    text-align: center;
     font-family: 'Lota';
     margin-bottom: 100px;
}
.career h5{
    font-size: 21px;
    line-height: 29px;
    margin: 50px auto 0 auto;
    max-width: 900px;
    letter-spacing: 1px;
    color: #333;
    text-align: center;
}
.service-page{
    padding: 100px 0;
}
.sbg1{
    background: url(../img/sbg1.png);
    background-size: cover !important;
    min-height: 500px;
}
.sbg2{
    background: url(../img/sbg2.png);
    background-size: cover !important;
    min-height: 500px;
}
.sbg3{
    background: url(../img/sbg3.png);
    background-size: cover !important;
    min-height: 500px;
}
.service-block{
    padding: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
}
.sbg1:after{
    background-size: 100% !important;
    background-position: center !important;
    position: absolute;
    content: "";
    background: url(../img/sb.png);
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    opacity: .6;
}
.sbg2:after{
    background-size: cover !important;
    background-position: center;
    position: absolute;
    content: "";
    background: url(../img/sb2.png);
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    opacity: .6;
}
.sbg3:after{
    background-size: cover !important;
    background-position: center;
    position: absolute;
    content: "";
    background: url(../img/sb.png);
    right: 0;
    left: 0;
    top:0;
    bottom: 0;
    opacity: .6;
}
.service-block h2{
  margin: 0 auto;
  font-family: 'Lota';
  font-size: 45px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 20px;
  background-image: url("../img/txt-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-background-clip: text; 
   background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.service-block h2:before{
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    width:150px;
    height: 5px;
    background: #55a745;
}
.service-block p{
    font-size: 17px;
    line-height: 27px;
    color: #555;
    letter-spacing: 1px;
    text-align: justify;
    position: relative;
    z-index: 1;
}
.service-block img{
    position: relative;
    z-index: 2;
}

.shape {
    width: 250px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: 25px;
    top: 45%;
    transform-origin: bottom center;
    animation: swing 12s infinite both;
    z-index: 1;
}
.ls .shape{
    right: unset;
    left:100px;
}

.team{
    margin-bottom: 100px;
    z-index: 9;
    background-image: url(../img/team.jpg);
    background-size: cover !important;
    background-position: center;
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
}
.team h2{
    font-size: 50px;
    line-height: 60px;
    font-family: 'Lota';
    text-align: center;
    margin-bottom: 50px;
    padding-top: 100px;
}
.team .image{
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    height:325px;
}
.team h3{
        font-size: 27px;
    font-family: 'Lota';
}
.team h4{
    font-size: 21px;
    padding-bottom:15px;
    font-family: 'Roboto-Regular';
}
.team-sec{
    margin-bottom: 50px;
}
.blog{
    padding: 100px 0 0 0;
}
.blog-block{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 350px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items:flex-end;
    padding-bottom: 50px;
}
.blog-block:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background: url(../img/blog-gradient.png);
}
 .date-and-time{
    position: absolute;
    left:0;
    top:0;
    display: grid;
    background: #f5f5f5;
    padding: 10px 16px;
    box-sizing: border-box;
    color: #222;
    text-align: center;
 }
 .date-and-time span {
    font-size: 17px;
    font-weight: 300;
}
.date-and-time span:nth-child(2) {
    font-size: 35px;
    font-weight: 600;
    padding: 5px 0;
}
.date-and-time span:nth-child(3) {
    color: #ff5722;
}

.date-and-time span {
    font-size: 14px;
    font-weight: 300;
}
figcaption {
    position:relative;
    z-index: 9;
}
figcaption span{
    color: #fff;
}
figcaption span:first-child{
    font-family: 'WorkSans-Bold';
    font-size: 30px;
    display: block;
    padding-bottom: 5px;

}
figcaption span:last-child {
    font-size: 17px;
    text-transform: none;
    font-weight: 300;
    font-family: 'Lota';
    display: block;
    text-align: center;
}
.blog-content{
    padding: 50px;
}
.blog-content p{
    font-family: 'Roboto-Regular';
    font-size: 17px;
    color: #444;
    text-align: justify;
}
.blog-sec{
    margin-bottom: 50px;
}

.canada-benifit h2 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Lota';
    text-align: center;
    margin-bottom:45px;
}
.benefit-block  .block {
    border-radius: 7px;
    box-shadow: -1px 9px 18px 0px rgb(75 81 91 / 10%);
    padding: 40px;
    margin: 7px;
    text-align: center;
    min-height: 315px;
    padding-bottom: 15px;
}
.benefit-block  img {
    max-width: 100px;
    margin-top: -125px;
    position: relative;
    z-index: 9;
}
.benefit-block  h3 {
    font-size: 21px;
    line-height: 30px;
    color: #000;
    font-family: 'Lota';
    font-weight: 900;
    margin-top: 25px;
}
.benefit-block  p {
    line-height: 27px;
    font-size: 17px;
    padding: 15px 0 0 0;
}
.benefit-block a{
    padding: 10px 50px;
    color: #fafafa;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
    background: #55a745;
}
.benefit-top{
    margin-top: 125px;
}
.banner-content .image{
    position: relative;
    max-width: 400px;
    margin-left: 75px;
}
.banner-1{
   max-width: 400px;
   position: relative;
   z-index: 1;
}
.banner-2{
    max-width: 300px;
    position: absolute;
    right:-100px;
    top:-95px;
      animation: zoom-in-zoom-out 7s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.15, 1.15);
  }
  100% {
    transform: scale(1, 1);
  }
}


.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.hamburger-menu {
       position: fixed;
    top:70px;
    right: 35px;
    width: 30px;
    height: 50px;
    display:none;
    z-index:999999;
}
.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #55a745;
    border-radius: 10px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
    top: 5px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
    top: 13px;
}

.hamburger-menu span:nth-child(4) {
    top: 22px;
}

.hamburger-menu.open span:nth-child(1) {
    top: 15px;
    width: 0;
    left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
    transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
    top: 15px;
    width: 0;
    left: 50%;
}
.service-block h6{
    font-size: 21px;
    color: #222;
    margin:15px 0 5px 0;
    font-weight: 600;
}
.service-block ol{
    margin-left:25px;
    margin-bottom: 15px;
}
.service-block ol li{
    list-style: number;
    margin-bottom: 5px;
    font-size: 17px;
}
.career .block img{
    max-width: 135px;
}


.our-services .owl-nav {
    width: 100%; 
    display: flex;
    justify-content: center;
    opacity: .75;
    position: relative;
    top:25px;
}
.our-services .owl-prev{
    background-image: url(../img/prev.png) !important;
    height: 60px;
  width: 60px;
  text-indent: -9999px;
  white-space: nowrap; 
  position: relative;
  left: -13px;
  background-size: 100% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.our-services .owl-next{
    right: -5px;
    position: relative;
    background-image: url(../img/next.png) !important;
    height: 60px;
  width: 60px;
    display: inherit;
    text-indent: -9999px;
    white-space: nowrap; 
    background-position: center center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}
.our-services .owl-theme .owl-nav [class*='owl-']{
    background: transparent;
}
.our-services .owl-theme .owl-nav [class*='owl-']:hover{
    background-color: transparent !important;
}
.our-services .more{
    margin-top: 75px;
}
 .our-services .more a {
    padding: 10px 50px;
    color: #fff;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
    background: #55a745;
    border-radius: 2px;
}
.request .btn{
    padding: 7px 25px;
    color: #fff;
    font-family: 'Roboto-Regular';
    letter-spacing: 2px;
    background: #55a745;
    border-radius: 2px;
}
.contact-address a{
    color: #fff;
}
.f-logo img{
    max-width: 175px;
}
.f-form .form-group{
    margin-bottom: 10px;
}
.f-social{
    margin-top: 25px;
}
.gst{
    padding: 50px 0;
}
.gst .form-group{
   margin: 15px;
}
.gst .form-control{
    height: 50px;
    border-radius: 5px;
    border: 1px solid #333;
}
.gt .form-control{
    font-size: 12px;
}