@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700&display=swap";body{
    font-family:"Nunito Sans",sans-serif;
    color:#1B2D45;
    font-size:16px
}
h1,h2,h3,h4,h5,h6{
    font-family:"Nunito Sans",sans-serif;
    font-weight:500;
    line-height:1.3
}
a{
    text-decoration:none;
    outline:none
}
p{
    line-height:1.6
}
html{
    scroll-padding-top:70px;
    scroll-behavior:smooth
}

img{
    max-width: 100%
}
.row>*{
    position:relative
}
.text-primary{
    color:#0A7E8C !important
}
.bg-primary{
    background-color:#0A7E8C !important
}
.text-success{
    color:#34af7a !important
}
.bg-success{
    background-color:#34af7a !important
}
.text-info{
    color:#49c6e5 !important
}
.bg-info{
    background-color:#49c6e5 !important
}
.text-warning{
    color:#ffcd00 !important
}
.bg-warning{
    background-color:#ffcd00 !important
}
.text-danger{
    color:#ef4b4b !important
}
.bg-danger{
    background-color:#ef4b4b !important
}
.text-light{
    color:#f8f9fa !important
}
.bg-light{
    background-color:#f8f9fa !important
}
.text-dark{
    color:#1B2D45 !important
}
.bg-dark{
    background-color:#1B2D45 !important
}
.text-muted{
    color:#5E7A8A !important
}
.bg-muted{
    background-color:#5E7A8A !important
}
.text-white{
    color:#fff !important
}
.bg-white{
    background-color:#fff !important
}
.section{
    padding-top:80px;
    padding-bottom:80px;
    position:relative
}
.fs-12{
    font-size:12px
}
.fs-13{
    font-size:13px
}
.fs-14{
    font-size:14px
}
.fs-15{
    font-size:15px
}
.fs-16{
    font-size:16px
}
.fs-17{
    font-size:17px
}
.fs-18{
    font-size:18px
}
.fs-19{
    font-size:19px
}
.fs-20{
    font-size:20px
}
.layer-overlay{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(10,126,140,.08)
}
.hero-scroll-arrow{
    display:block;
    position:absolute;
    width:100%;
    height:auto;
    bottom:25px;
    z-index:1;
    left:0
}
.hero-scroll-arrow i{
    background:#fff;
    border:1px solid #0A7E8C;
    height:50px;
    width:50px;
    margin:0 auto;
    line-height:50px;
    border-radius:30px
}
.hero-scroll-arrow .arrow-icon{
    position:absolute;
    top:0;
    left:0;
    right:0;
    text-align:center;
    display:inline-block
}
.section-title{
    position:relative;
    text-transform:capitalize;
    font-size:30px;
    z-index:0
}
.section-title::before{
    position:absolute;
    content:"";
    background-color:rgba(10,126,140,.4);
    height:43px;
    width:72px;
    display:inline-block;
    border-radius:32% 27% 93% 8%;
    z-index:-1;
    margin:0 auto;
    top:-8px
}
#scroll-top{
    width:40px;
    height:40px;
    position:fixed;
    bottom:20px;
    right:30px;
    background:#1B2D45;
    border-color:transparent;
    border-radius:50%;
    color:#fff;
    transition:all .5s ease;
    display:none
}
#scroll-top:hover{
    background-color:#0A7E8C
}
.fw-medium{
    font-weight:500
}
.fw-semibold{
    font-weight:600
}
.accent-link{
    color:#1B2D45;
    transition:all .5s ease
}
.accent-link:hover{
    color:#0A7E8C
}
@media(min-width: 1200px){
    .container{
        max-width:1140px !important
    }
}
.btn{
    padding:13px 36px;
    font-size:14px;
    font-weight:500;
    transition:all .5s ease;
    position:relative
}
.btn:focus{
    box-shadow:none
}
.btn-primary{
    background:#0A7E8C;
    border-color:#0A7E8C !important
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.focus,.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary .open>.dropdown-toggle.btn-primary{
    background:#086B77;
    border-color:#086B77;
    box-shadow:0px 8px 20px -6px rgba(10,126,140,.6);
    transform:translateY(-6px)
}
.btn-outline-primary{
    color:#0A7E8C;
    border-color:#0A7E8C
}
.btn-outline-primary:hover,.btn-outline-primary:focus,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.focus,.btn-outline-primary:not(:disabled):not(.disabled):active,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary .open>.dropdown-toggle.btn-primary{
    background:#0A7E8C;
    border-color:#0A7E8C;
    box-shadow:0px 8px 20px -6px rgba(10,126,140,.6);
    transform:translateY(-6px)
}
.btn-success{
    background:#34af7a;
    border-color:#34af7a !important
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.focus,.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success .open>.dropdown-toggle.btn-primary{
    background:#2f9f6f;
    border-color:#2f9f6f;
    box-shadow:0px 8px 20px -6px rgba(52,175,122,.6);
    transform:translateY(-6px)
}
.btn-outline-success{
    color:#34af7a;
    border-color:#34af7a
}
.btn-outline-success:hover,.btn-outline-success:focus,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.focus,.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success .open>.dropdown-toggle.btn-primary{
    background:#34af7a;
    border-color:#34af7a;
    box-shadow:0px 8px 20px -6px rgba(52,175,122,.6);
    transform:translateY(-6px)
}
.btn-info{
    background:#49c6e5;
    border-color:#49c6e5 !important
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.focus,.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info .open>.dropdown-toggle.btn-primary{
    background:#37c0e2;
    border-color:#37c0e2;
    box-shadow:0px 8px 20px -6px rgba(73,198,229,.6);
    transform:translateY(-6px)
}
.btn-outline-info{
    color:#49c6e5;
    border-color:#49c6e5
}
.btn-outline-info:hover,.btn-outline-info:focus,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.focus,.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info .open>.dropdown-toggle.btn-primary{
    background:#49c6e5;
    border-color:#49c6e5;
    box-shadow:0px 8px 20px -6px rgba(73,198,229,.6);
    transform:translateY(-6px)
}
.btn-warning{
    background:#ffcd00;
    border-color:#ffcd00 !important
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.focus,.btn-warning:not(:disabled):not(.disabled):active,.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning .open>.dropdown-toggle.btn-primary{
    background:#ebbd00;
    border-color:#ebbd00;
    box-shadow:0px 8px 20px -6px rgba(255,205,0,.6);
    transform:translateY(-6px)
}
.btn-outline-warning{
    color:#ffcd00;
    border-color:#ffcd00
}
.btn-outline-warning:hover,.btn-outline-warning:focus,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.focus,.btn-outline-warning:not(:disabled):not(.disabled):active,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning .open>.dropdown-toggle.btn-primary{
    background:#ffcd00;
    border-color:#ffcd00;
    box-shadow:0px 8px 20px -6px rgba(255,205,0,.6);
    transform:translateY(-6px)
}
.btn-danger{
    background:#ef4b4b;
    border-color:#ef4b4b !important
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.focus,.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger .open>.dropdown-toggle.btn-primary{
    background:#ed3838;
    border-color:#ed3838;
    box-shadow:0px 8px 20px -6px rgba(239,75,75,.6);
    transform:translateY(-6px)
}
.btn-outline-danger{
    color:#ef4b4b;
    border-color:#ef4b4b
}
.btn-outline-danger:hover,.btn-outline-danger:focus,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.focus,.btn-outline-danger:not(:disabled):not(.disabled):active,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger .open>.dropdown-toggle.btn-primary{
    background:#ef4b4b;
    border-color:#ef4b4b;
    box-shadow:0px 8px 20px -6px rgba(239,75,75,.6);
    transform:translateY(-6px)
}
.btn-light{
    background:#f8f9fa;
    border-color:#f8f9fa !important
}
.btn-light:hover,.btn-light:focus,.btn-light:active,.btn-light.active,.btn-light.focus,.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light .open>.dropdown-toggle.btn-primary{
    background:#eceff2;
    border-color:#eceff2;
    box-shadow:0px 8px 20px -6px rgba(248,249,250,.6);
    transform:translateY(-6px)
}
.btn-outline-light{
    color:#f8f9fa;
    border-color:#f8f9fa
}
.btn-outline-light:hover,.btn-outline-light:focus,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.focus,.btn-outline-light:not(:disabled):not(.disabled):active,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light .open>.dropdown-toggle.btn-primary{
    background:#f8f9fa;
    border-color:#f8f9fa;
    box-shadow:0px 8px 20px -6px rgba(248,249,250,.6);
    transform:translateY(-6px)
}
.btn-dark{
    background:#1B2D45;
    border-color:#1B2D45 !important
}
.btn-dark:hover,.btn-dark:focus,.btn-dark:active,.btn-dark.active,.btn-dark.focus,.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark .open>.dropdown-toggle.btn-primary{
    background:#15253B;
    border-color:#15253B;
    box-shadow:0px 8px 20px -6px rgba(27,45,69,.6);
    transform:translateY(-6px)
}
.btn-outline-dark{
    color:#1B2D45;
    border-color:#1B2D45
}
.btn-outline-dark:hover,.btn-outline-dark:focus,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.focus,.btn-outline-dark:not(:disabled):not(.disabled):active,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark .open>.dropdown-toggle.btn-primary{
    background:#1B2D45;
    border-color:#1B2D45;
    box-shadow:0px 8px 20px -6px rgba(27,45,69,.6);
    transform:translateY(-6px)
}
.btn-muted{
    background:#5E7A8A;
    border-color:#5E7A8A !important
}
.btn-muted:hover,.btn-muted:focus,.btn-muted:active,.btn-muted.active,.btn-muted.focus,.btn-muted:not(:disabled):not(.disabled):active,.btn-muted:not(:disabled):not(.disabled):active:focus,.btn-muted .open>.dropdown-toggle.btn-primary{
    background:#4D6B7A;
    border-color:#4D6B7A;
    box-shadow:0px 8px 20px -6px rgba(94,122,138,.6);
    transform:translateY(-6px)
}
.btn-outline-muted{
    color:#5E7A8A;
    border-color:#5E7A8A
}
.btn-outline-muted:hover,.btn-outline-muted:focus,.btn-outline-muted:active,.btn-outline-muted.active,.btn-outline-muted.focus,.btn-outline-muted:not(:disabled):not(.disabled):active,.btn-outline-muted:not(:disabled):not(.disabled):active:focus,.btn-outline-muted .open>.dropdown-toggle.btn-primary{
    background:#5E7A8A;
    border-color:#5E7A8A;
    box-shadow:0px 8px 20px -6px rgba(94,122,138,.6);
    transform:translateY(-6px)
}
.btn-white{
    background:#ffffff;
    border-color:#ffffff !important
}
.btn-white:hover,.btn-white:focus,.btn-white:active,.btn-white.active,.btn-white.focus,.btn-white:not(:disabled):not(.disabled):active,.btn-white:not(:disabled):not(.disabled):active:focus,.btn-white .open>.dropdown-toggle.btn-primary{
    background:#f5f5f5;
    border-color:#f5f5f5;
    box-shadow:0px 8px 20px -6px rgba(255,255,255,.6);
    transform:translateY(-6px)
}
.btn-outline-white{
    color:#ffffff;
    border-color:#ffffff
}
.btn-outline-white:hover,.btn-outline-white:focus,.btn-outline-white:active,.btn-outline-white.active,.btn-outline-white.focus,.btn-outline-white:not(:disabled):not(.disabled):active,.btn-outline-white:not(:disabled):not(.disabled):active:focus,.btn-outline-white .open>.dropdown-toggle.btn-primary{
    background:#fff;
    border-color:#fff;
    box-shadow:0px 8px 20px -6px rgba(255,255,255,.6);
    transform:translateY(-6px)
}
.btn.btn-outline-white:focus,.btn.btn-outline-white:active,.btn.btn-outline-white:hover,.btn.btn-outline-white.active,.btn.btn-outline-light:focus,.btn.btn-outline-light:active,.btn.btn-outline-light:hover,.btn.btn-outline-light.active{
    color:#1B2D45
}
.btn.btn-outline-primary:focus,.btn.btn-outline-primary:active,.btn.btn-outline-primary:hover,.btn.btn-outline-primary.active,.btn.btn-outline-dark:focus,.btn.btn-outline-dark:active,.btn.btn-outline-dark:hover,.btn.btn-outline-dark.active,.btn.btn-outline-success:focus,.btn.btn-outline-success:active,.btn.btn-outline-success:hover,.btn.btn-outline-success.active{
    color:#fff !important
}
.icon-xs{
    height:2rem;
    width:2rem
}
.icon-sm{
    height:3rem;
    width:3rem
}
.icon-md{
    height:4rem;
    width:4rem
}
.icon-lg{
    height:6rem;
    width:6rem
}
.icon-xl{
    height:7.5rem;
    width:7.5rem
}
.icon-wrap{
    align-items:center;
    background-color:#0A7E8C;
    color:#fff;
    display:flex;
    font-weight:500;
    height:100%;
    justify-content:center;
    width:100%
}
.icon-stack{
    padding-left:12px;
    display:flex;
    flex-wrap:wrap
}
.icon-stack .icon-stack-item{
    margin-left:-12px;
    border:2px solid #f8f9fa;
    border-radius:50%;
    transition:all .2s
}
.icon-stack .icon-stack-item:hover{
    position:relative;
    transform:translateY(-2px)
}
.topbar{
    background-color:#fff !important;
    padding:18px 0px;
    width:100%;
    border-radius:0px;
    z-index:999;
    margin-bottom:0px;
    transition:all .5s ease-in-out
}
.topbar .navbar-collapse .navbar-nav .nav-item .nav-link{
    font-size:14.5px;
    color:#1B2D45;
    background-color:transparent !important;
    margin:0 14px;
    transition:all .5s;
    position:relative;
    font-weight:500
}
.topbar .navbar-collapse .navbar-nav .nav-item .nav-link.active{
    color:#0A7E8C
}
.topbar .navbar-collapse .navbar-nav .nav-item .nav-link.active::before{
    width:100%
}
.topbar .navbar-collapse .navbar-nav .nav-item .nav-link::before{
    content:"";
    position:absolute;
    bottom:0px;
    width:0px;
    height:2px;
    background-color:#0A7E8C;
    left:50%;
    transform:translateX(-50%);
    transition:all .2s
}
.topbar .navbar-collapse .header-cta{
    padding:7px 25px;
    background-color:#0A7E8C;
    color:#fff;
    border-radius:50px;
    font-size:13px;
    letter-spacing:1px
}
.topbar .navbar-toggler{
    font-size:24px;
    margin-top:5px;
    margin-bottom:0px;
    color:#1B2D45
}
.topbar .navbar-toggler:focus{
    box-shadow:0 0 0 1.25px
}
.topbar.navbar-white .navbar-nav li a.active,.topbar.navbar-white .navbar-nav li a:hover,.topbar.navbar-white .navbar-nav li a:focus,.topbar.navbar-white .navbar-nav li a:active{
    color:#0A7E8C !important
}
.header-fixed.topbar{
    margin-top:0px;
    padding:18px 0px;
    background-color:#fff;
    box-shadow:0px 3px 10px 0px rgba(38,107,193,.08)
}
.header-fixed .navbar-nav li a{
    color:#1B2D45 !important
}
@media(max-width: 768px){
    .nav-link{
        display:inline-block
    }
}
.hero-banner .hero-caption h6{
    letter-spacing:2px
}
.hero-banner .hero-caption h1{
    font-size:37px;
    font-weight:600
}
.hero-banner .hero-actions{
    margin-top:30px
}
.hero-banner .hero-actions .btn{
    position:relative;
    padding:12px 64px 12px 30px
}
.hero-banner .hero-actions .btn span{
    position:absolute;
    top:3.5px;
    right:3.5px
}
.hero-banner .hero-actions .btn span i{
    font-size:20px
}
.hero-banner .hero-actions .btn:hover .btn-icon,.hero-banner .hero-actions .btn:focus .btn-icon{
    background-color:#fff;
    color:#0A7E8C
}
.hero-banner .hero-actions .modal-btn i{
    font-size:34px
}
.hero-banner .hero-modal{
    border:0;
    background-color:transparent
}
.hero-banner .hero-modal .btn-close{
    width:24px;
    height:24px;
    background-color:rgba(27,45,69,.5);
    border-radius:4px;
    position:relative;
    top:60px;
    right:3px;
    z-index:3
}
.hero-banner .hero-modal .btn-close:hover,.hero-banner .hero-modal .btn-close:focus{
    opacity:.5
}
.hero-banner .hero-modal video:focus{
    outline:none
}
.hero-banner .partner-logos img{
    opacity:.6;
    margin:8px 0
}
.hero-banner .partner-logos img:hover{
    opacity:1
}
@media(max-width: 1200px){
    .hero-banner .hero-visual{
        height:auto;
        max-width:100%
    }
}
.info-label{
    position:relative;
    z-index:99;
    letter-spacing:5px;
    font-size:14px
}
.info-label span{
    background-color:#0A7E8C;
    height:12px;
    width:60px;
    display:inline-block;
    position:absolute;
    opacity:.12
}
.info-cta a{
    color:#6B8A96;
    position:relative;
    display:inline-block;
    font-size:14px
}
.info-cta a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-9%;
    height:1px;
    width:50%;
    background:#6B8A96;
    transition:.3s
}
.info-cta i{
    opacity:0;
    transition:.3s
}
.info-cta:hover i{
    opacity:1;
    margin:0 0 0 5px
}
.showcase-frame{
    background:linear-gradient(22deg, #f6f6f6 35%, #eeeeee calc(35% + 1px), #f6f6f6 45%, #ededed calc(45% + 1px), #ededed 65%, #f6f6f6 calc(65% + 1px), #f6f6f6 100%);
    background-blend-mode:overlay,exclusion;
    padding:25px
}
.highlights-bg{
    background-color:rgba(10,126,140,.04)
}
.highlights span{
    width:10px;
    height:10px;
    background:#1B2D45;
    border-radius:30px
}
.highlights .highlights-card{
    border:none;
    background:transparent;
    text-align:center
}
.highlights .highlights-card .icon-md{
    margin:0 auto;
    position:relative
}
.highlights .highlights-card .icon-md .icon-wrap{
    background-color:rgba(10,126,140,.2) !important;
    color:#0A7E8C
}

.highlights .highlights-card .icon-md .icon-wrap img{
    width: 26px
}

.highlights .highlights-card .icon-md .icon-wrap::before{
    content:"";
    position:absolute;
    border-radius:50%;
    width:64px;
    height:64px;
    background-color:rgba(10,126,140,.1) !important;
    transition:all .4s
}
.highlights .highlights-card .icon-md .icon-wrap::after{
    content:"";
    position:absolute;
    border-radius:50%;
    width:64px;
    height:64px;
    background-color:rgba(10,126,140,.1) !important;
    transition:all .4s
}
.highlights .highlights-card .icon-md .icon-wrap i{
    font-size:25px
}
.highlights .highlights-card:hover .icon-md .icon-wrap::before{
    width:78px;
    height:78px
}
.highlights .highlights-card:hover .icon-md .icon-wrap::after{
    width:90px;
    height:90px
}
.highlights .highlights-bg{
    background-color:rgba(10,126,140,.04)
}
.highlights-list li{
    margin:20px 0
}
@media(max-width: 1024px){
    .highlights-box .card-body{
        padding:45px !important
    }
}
.stats-area{
    padding:100px 0;
    position:relative
}
@media(max-width: 768px){
    .stats-area{
        margin:0
    }
}
.plans-section .plans-decoration{
    position:relative
}
.plans-section .plans-decoration::before{
    background-image:url(../assets/plans-card.png);
    content:"";
    position:absolute;
    top:-54px;
    left:60px;
    z-index:-3;
    height:200px;
    width:200px;
    background-repeat:no-repeat;
    transform:rotateZ(60deg) translate(-5em, 7.5em)
}
.plans-section .plans-card{
    transition:all .8s;
    background-color:#f8f9fa;
    border-radius:16px
}
.plans-section .plans-card:hover{
    transform:translateY(-10px);
    border:1px solid #1B2D45 !important;
    transition:all .9s
}
.plans-section .plans-card ul li{
    padding:14.2px 0
}
.plans-section .active{
    border:1px solid #1B2D45 !important;
    transform:translateY(-10px)
}
@media(max-width: 768px){
    .accent-shape{
        background:transparent
    }
    .plans-decoration::before{
        display:none
    }
}
.reviews-section{
    background-color:rgba(27,45,69,.02)
}
.reviews-section .review-card{
    border:0px;
    background-color:rgba(10,126,140,.08);
    background-image:url("../assets/reviews-section-bg.png");
    background-position:center
}
.reviews-section .review-card .card-body{
    padding:30px
}
.carousel-control-prev{
    left:13px
}
.carousel-control-next,.carousel-control-prev{
    height:40px;
    width:40px;
    bottom:50%;
    top:50%;
    border-radius:5px;
    background-color:#0A7E8C
}
.carousel-control-next{
    right:65% !important
}
@media(max-width: 576px){
    .review-card .card-body{
        padding:15px !important
    }
}
@media(min-width: 991.98px){
    .carousel-control-next{
        right:59%
    }
}
.site-footer-bg{
    background-color:rgba(10,126,140,.04)
}
.site-footer-bg .footer-nav a{
    color:#1B2D45;
    line-height:38px;
    transition:all .5s
}
.site-footer-bg .footer-nav a:hover{
    color:#0A7E8C
}

.footer-nav{
    display: flex;
    gap: 0 20px
}

.site-footer-bg .footer-subscribe input{
    padding:15px 20px;
    width:100%;
    font-size:14px;
    border:none;
    outline:none !important;
    padding-right:75px;
    padding-left:15px;
    border-radius:5px;
    font-weight:500
}
.site-footer-bg .footer-subscribe button{
    position:absolute;
    top:0px;
    right:0px;
    outline:none !important;
    border-radius:0px 5px 5px 0px;
    font-size:14px;
    padding:14px 20px
}
.site-footer-bg .footer-subscribe form{
    position:relative;
    max-width:400px
}
.footer-icons a{
    font-size:24px;
    transition:all .5s;
    display:inline-block;
}
.footer-icons a:hover{
    color:#fff
}

.site-footer-bg a{
    color: #0A7E8C
}
.footer-bottom{
    background-color:#0A7E8C
}
.inquiry-form .input-group-text{
    padding:12px 15px;
    border:none;
    background-color:transparent;
    position:absolute;
    top:0;
    z-index:1;
    bottom:0
}
.inquiry-form .input-group-text::before{
    content:"";
    color:rgba(37,39,43,.5);
    right:0px;
    position:absolute;
    border-left:15px;
    border-right:1px solid #ced4da;
    top:0;
    bottom:0
}
.inquiry-form .form-control{
    padding:12px 20px !important;
    border-color:rgba(37,39,43,.2);
    display:block;
    width:100%;
    padding:.375rem .75rem;
    font-size:14px;
    font-weight:400;
    line-height:1.5;
    color:#212529;
    background-color:#fff;
    background-clip:padding-box;
    border:1px solid #ced4da;
    appearance:none;
    border-radius:.25rem;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.inquiry-info a{
    color: #0A7E8C
}


@media(max-width: 576px){
    .footer-nav{
        display: block;
    }

}

/*# sourceMappingURL=style.min.css.map */