

/************************** 
**      Swatches        ***
***************************/

:root{
    --cerulean:#0070A3;
    --prussian:#004063;
    --pelorous: #3BA8AC;
    --hawkes: #d8e0fb;
    --pattens-blue:#E1E4E5;
    --night-rider:#333333;
    --apple:#5EC045;
    --claret:#762039;
}
.btn-green{
    background-color: var(--apple);
    color: #fff;
    padding: 10px;
    text-decoration: none;
    /* display: block; */
    width: 140px;
}
.btn-blue{
    background-color: var(--cerulean);
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
    width: 140px;
}
*{
    font-family: 'Nunito Sans', sans-serif;
}
i {
    font-family: fontawesome;
    font-style: normal;
}
/************************** 
**     Typography       ***
***************************/
h2{
    font-size: 48px;
    margin: 0px;
    font-weight: lighter;
    margin-bottom: 25px;
}
h3{
    font-size: 36px;
}
h4{
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
}
.titles {
    text-align: center;
}
.titles p {
    font-size: 20px;
    font-weight: 300;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.25em;
}

/*a.hvr-david:after {
    content: "";
    display: inline-block;
    height: 5px ;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: red;
    transition-duration: 0.5s;

}
a.hvr-david:hover:after {
    width: 100%;
    transition-property: width;
    background-color: red;
    transition-duration: 0.3s;
}*/


/************************** 
**     Universals       ***
***************************/
.npt{padding-top: 0px}
.npl{padding-left: 0px}
.npr{padding-right: 0px}
.npl{padding-left: 0px}
.npa{padding: 0px}

section {
    clear: both;
    width: 100%;
    margin: 0;
}

/************************** 
**      Header         ***
***************************/

header {
    background:  linear-gradient(rgba(1,63,121,.6), rgba(01,63,121,.6)), url(../img/bg/banner2.jpg);
    min-height: 90vh;
    background-size: cover;
    background-position: left center;
    position: relative;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
header *{
        transition: all 0.2s ease-out;
        font-weight: lighter;
}

header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    transition: all 0.2s ease-out;
    background-color: var(--cerulean);
}
header .navbar.compact {
    height: 60px;

    border-radius: inherit;
}

header .navbar-brand {
    padding: 5px 0px;
    margin: 0;
    height: 100px;
    margin-left: 0px!important;
    min-width: 50%;
}
header .compact .navbar-brand {
    height: 60px;

}
header .navbar-brand img {
    height: 100%;
}
header ul.navbar-nav  {
    margin-top: 25px;
}
header .compact ul.navbar-nav {
    margin-top: 5px;
}

header nav ul li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0px 5px;
    border-width: 0;
}

header .compact ul.navbar-nav li a {
    font-size: 14px;
}
header nav ul li a:hover {
    background-color: inherit!important;
    color: #ffffff;
    border-width: 100%;

}
header nav ul li a:active,
header nav ul li a:focus{
     background-color: inherit!important;
}

header nav.navbar.compact {
    -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);

}

@media (max-width: 767px){
    #myNavbar{
        margin-left: -15px;
        margin-right: -15px;
        border-top: none;
        margin-top: 0px;
        background-color: #333333;
    }
    .navbar-collapse ul li{
        margin-left: 0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .navbar-collapse ul li a{
        color: #fff;
        font-size: 12px;
        text-transform: uppercase;
    }

    .icon-bar {
      width: 35px;
      height: 5px;
      margin: 3px 0;
      transition: 0.4s;
      background-color: #fff;
    }
    .change .icon-bar:nth-child(1) {
      -webkit-transform: rotate(-45deg) translate(-6px, 6px);
      transform: rotate(-45deg) translate(-6px, 6px);
    }

    .change .icon-bar:nth-child(2){opacity: 0;}

    .change .icon-bar:nth-child(3) {
      -webkit-transform: rotate(45deg) translate(-3px, -3px);
      transform: rotate(45deg) translate(-3px, -3px);
    }
    button.navbar-toggle {
        border: 1px solid #fff;
        display: inline-block;
    }
    .navbar-header {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        align-items: center;
        padding: 0px 10px;
    }
    header ul.navbar-nav {
    margin-top: 5px;
}
    .hero1 {
        max-width: 70%;
        margin: 0 auto;
    }

}


.hero {
    z-index: 9999;
    /* display: flex; */
    /* color: #fff; */
    /* transform: translate(-50%, -50%); */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* align-items: center; */
    /* flex-direction: column; */
    /* height: 100%; */
}
.hero h1 {
    font-size: 60px;
    font-weight: 400;
}
.hero p {
    font-size: 36px;
}
.hero h1 span,
.hero p span {
    color: var(--apple);
}



/************************** 
**      Approach         ***
***************************/
.approach {
     display: flex;
     margin: 0 auto;
     padding: 20px;
     width: 100%;
     justify-content: center;
     flex-direction: row;
     flex-wrap: nowrap;
     margin-top: -55px;
     background-color: #fff;
     box-shadow: -2px -2px 10px -5px #000;
     margin-bottom: 100px;
}
.approach ul{
    margin-bottom: 0px;
    position: relative;
}

.approach ul li {
    display: inline-block;
    min-width: 160px;
}

.approach ul li:before {
    content: " ";
    width: 40%;
    background-color: #cdcdcd;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 30%;
    z-index: 2;
}

.approach ul li:last-child:before {
    height: 0px;
}

.approach ul li span{
    display:  block;
    color:var(--cerulean);
}
.approach ul li span.circle {
    border-radius: 25px;
    border: 3px solid var(--cerulean);
    width: 35px;
    height: 35px;
    padding: 3px 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: block;
    z-index: 5;
    position: relative;
    cursor: pointer;
}
.approach ul li span.word {
    font-size:16px;
    margin-top: 10px;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
}
@media(min-width: 558px) and (max-width: 991px){
  .approach ul li:before {
    content: " ";
    width: 70%;
    background-color: #cdcdcd;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 14%;
    z-index: 2;
    }
  
}
@media(min-width: 700px){
    .approach ul li:before {
        width: 70%;
        left: 15%;
    }
}

@media(max-width: 557px){

    .approach {
        display: flex;
        width: 75%;
        justify-content: center;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-top: -55px;
        margin-bottom: 100px;
    }
    .approach ul {
        position: relative;
    }
    .approach ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .approach ul li:before {
    
width: 2px;
    
height: 75%;
    
position: absolute;
    
top: 25px;
    
left: 27px;
    }
    .approach ul li span.circle {
        border-radius: 25px;
        border: 3px solid var(--cerulean);
        width: 35px;
        height: 35px;
        padding: 3px 0px 0px 0px;
        margin: 10px;
        text-align: center;
        font-size: 18px;
        background-color: #fff;
        display: block;
        z-index: 5;
        position: relative;
        cursor: pointer;
    }
    .approach ul li span.word {
        font-size: 16px;
        /* margin-top: 10px; */
        text-align: left;
        font-weight: normal;
        cursor: pointer;
    }
}

/************************** 
**       Offers         ***
***************************/

section.packages {
    padding: 100px 0px;
    background-color: #ccc;
    width: 100%;
    min-height: 100vh;
    background:  linear-gradient(rgba(1,63,121,.6), rgba(01,63,121,.6)), url(../img/bg/packages.jpg);

    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}

.packages ul.nav-tabs {
    align-items: center;
    justify-content: center;
    width: 40%;
    border-bottom: 0px;
    margin: 25px auto 50px auto;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}

.packages ul.nav-tabs:hover {
    display: block;
}

.packages .titles,
.packages .titles p,
.packages .titles a {
    text-align: center;
    color: #fff;
}

.packages ul.nav-tabs li {
    min-width: 50%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.packages ul.nav-tabs li a,
.packages ul.nav-tabs li a:hover {
    border-radius: 0px;
    width: 100%;
    line-height: inherit;
    display: block;
    color: #fff;
}


.packages ul.nav-tabs li a:hover {
    color: var(--cerulean);
}

.packages .nav-tabs>li {
    margin-bottom: 0;
}
.packages .nav-tabs>li>a {
    border: 0px solid transparent;
}
.packages .nav-tabs>li.active>a, 
.packages .nav-tabs>li.active>a:focus, 
.packages .nav-tabs>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: #fff;
    border: inherit;
    border-bottom-color: inherit;
}

.package-item {
    padding: 0px;
    margin: 10px 0px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: block;
}
.package-item .heading{
    padding: 25px;
}

.package-item span {
    display: block;
    width: 100%;
}
.package-item span.title {
    font-size: 18px;
    font-weight: 600;
}
.package-item span.speed {
    font-size: 40px;
    font-weight: 600;
    color:var(--cerulean) ;
    line-height: 35px;
}
#business-packages .package-item span.speed {
    color:var(--claret);
}
.package-item span.price {
    font-size: 14px;
}
.package-item .body {
    margin: 0px;
}
.package-item .body ul {
    margin-bottom: 0px;
}
.package-item .body ul li:first-child {
    border-top: 1px solid var(--pattens-blue);
}
.package-item .body ul li:last-child {
    border-bottom: inherit;
}

.package-item .body ul li {
    font-size: 14px;
    padding: 10px 0px;
    border-bottom: 1px solid var(--pattens-blue);

}

#business-packages .package-item .foot {
    background-color:var(--claret);
}

.package-item .foot {
    background-color: #013f7a;
    padding: 25px;
}

.package-item .foot a {
    background-color: var(--apple);
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: block;
    width: 140px;
    margin: 0 auto;
}
.tab-footer {
    display: inline-block;
    clear: both;
    margin-top: 25px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.tab-footer p{
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.2em;
}

@media(max-width: 768px){
    .packages ul.nav-tabs {
        width: 70%;
    }
}

/************************** 
**        Offers        ***
***************************/

section.offers {
    min-height: 80vh;
    margin-bottom: 50px;
}

.offers article.vline:after {
    content: " ";
    width: 2px;
    background-color: #e4e4e4;
    position: absolute;
    right: 0;
    height: 80%;
    top: 10%;
}
.offers article {
    padding: 11px 50px;
    min-height: 345px;
    margin-bottom: 50px;
}

.offers article ul {
    margin: 20px 0px 10px 0%;
    column-count: 2;
    text-align: left;
}
ul.checks li:before{
    content: "\f00c";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    padding-right: 5px;
    color: #5ec143;
}
.offers .titles {
    margin-bottom: 50px;
}
.offers span img {
    width: 100%;
    max-width: 150px;
}
.offers article p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
}

@media(min-width: 768px) and (max-width: 1492px){
    .offers article {
        padding: 20px 5%;
    }
}

@media(max-width: 768px){
    .offers article {
        padding: 0px 5%;
        min-height: inherit;
        margin-bottom: 50px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
}

/************************** 
**      Testimonials           ***
***************************/
section.testimonials {
    margin-top: -100px;
}
.testimonials article {
    /* position: absolute; */
    /* top: 0%; */
    /* transform: translateY(60%); */
}
.testimonials [class*=col]{
    padding: 0px;
}
.testimonials .wrap {
    display: flex;
    z-index: 100;
}

.testimonials .wrap .even-col {
    flex:  1 1 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 50px;
}

.testimonials .wrap .left {background-image: url(../img/bg/testimonial.jpg);background-position: center;background-size: cover;min-height: 450px;z-index: 9999;}



.testimonials h3 {
    font-size: 48px;
    color: #0d4880;
    font-weight: lighter;
}
.testimonials h3 span {
    font-weight: bolder;
}

.testimonials{
    padding: 0px;
}

@media(max-width: 768px){
    .testimonials h3 {
        font-size: 34px;
    }
}

/************************** 
**    Services|About    ***
***************************/
section.services {
    clear: both;
    width: 100%;
    z-index: 999;
    background-color: #0d4880;
    margin: 0;
    padding: 100px 0px;
}

.shadow{

    box-shadow: 0px -1px 10px -5px #000;
    background-color: #fff;
/*    padding: 50px 0px;*/
}

.service-item p {

}
.service-item span i {
    font-size: 26px;
    margin-right: 5px;
}

/*About*/

section.about {
    clear: both;
    width: 100%;
    z-index: 9;
    background: linear-gradient(rgba(1,63,121,.9), rgba(01,63,121,.9)), url(../img/bg/about.jpg);
    /* background-color: #0d4880;*/
    margin: 0;
    padding: 100px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 0px 0px 15px -5px #000;
}

section.about span:before{
     content: " ";
     position: absolute;
     left: 0;
     top: -40px;
     border-top: 40px solid transparent;
     border-right: 160px solid #000c16e6;
     border-bottom: 0px solid transparent;
}
section.about span:after{
     content: " ";
     height: 0px;
     width: 0;
     display: inline-block;
     position: absolute;
     right: 0;
     border: 0;
     border-top: 0px solid transparent;
     border-left: 160px solid #000c16e6;
     border-bottom: 40px solid transparent;
     z-index: 0;
     bottom: -40px;
}


.about article{
    color: #fff;
}
.about article .titles{
    margin-bottom: 50px;
}
.about article p{
    text-align: justify;
}


/************************** 
**      Clients         ***
***************************/


/************************** 
**      Projects        ***
***************************/


/************************** 
**      Contacts        ***
***************************/
section.contact {
    /* margin-bottom: 100px; */
    min-height: 60vh;
    /* background: linear-gradient(rgb(255 255 255 / 90%), rgb(245 245 250)); */
}
.contact .titles {
    text-align: left;
    margin-bottom: 25px;
}
.contact .titles h2{
    margin-bottom: 0px;
    }

.contact .titles p{
    max-width: 100%;
}
.contact .left {
    padding: 50px;
}

/* .contact form  {
    max-width: 70%;
    margin: 0 auto;
} */
.contact form .form-control {
    margin: 10px 0px;
    display: inline-block;
}


.contact form .input {
    background-color: #d7e8fb;
    border: none;
    box-shadow: inherit;
    height: 35px;
}
.contact form textarea.form-control{
   height: 80px;
}
.contact .cta-wrap {
    display: flex;
}


.contact .cta-wrap .even-col {
    flex:  1 1 50%;
}

.contact .cta-wrap .right {background-image: url(../img/bg/contact.jpg);background-position: center;background-size: cover;min-height: 500px;z-index: 9;}

.contact h3 {
    font-size: 48px;
    color: #0d4880;
}
.contact h3 span {
    font-weight: bold;
}

.contact {
    padding: 0px;
}
/*.contact form input.required,
.contact form select.required,
.contact form textarea.required {
    border: 1px solid var(--claret);
    box-shadow: 0px 0px 10px -5px var(--claret);
}
.contact form input.required:after,
.contact form select.required:after,
.contact form textarea.required:after {
        content:"Required Field";

}*/

@media(max-width: 992px){
        .contact .left {
        padding: 25px 25px;
    }
}

/************************** 
**      Footer         ***
***************************/
footer {
    /* background-image: url(../img/bg/footer.png); */
    /* min-height: 300px; */
    /* background-repeat: no-repeat; */
    /* margin-top: -110px; */
    /* background-size: cover; */
    /* padding-top: 0px; */
    /* background-position: 0px 0px; */
    padding: 50px 0px;
    background-color: #19242d;
    color: #fff;
}
footer .quick-links ul {
    /*columns: 2;*/
}
ul.social li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 18px;
}
ul.social li a:hover {
    text-decoration: none;
}

footer .partners img{
    width: 100%;
    max-width: 100px;
    border-radius: 19px;
    margin-bottom: 10px;
}

footer p, 
footer ul {

}

footer ul.footer-link li {
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
footer ul.footer-link li:after {
    display: inline-block;
    content: " | ";
    margin-left: 10px;
}
footer ul.footer-link li:last-child:after{
    margin: 0px ;
    content:" ";
}

footer h5 {
    font-size: 18px;
    font-weight: bold;
}
@media(max-width: 992px){

    footer .row:first-child{
        /* margin-top: 100px; */
    }
}
@media(min-width: 768px) and (max-width: 968px){
footer .row:first-child{
        /* margin-top: 150px; */
    }
}

@media(max-width: 768px){

    footer .row:first-child{
        /* margin-top: 50px; */
    }
    footer .quick-links ul {
    columns: inherit;
    }
    .address, .quick-links{
    margin-bottom: 20px;
    border-bottom: 2px solid #cdcdcd;
    }
}
.swiper {
  width: 100%;
  height: 100%;
}


