
.bg-orange {
  background: url(/Content/publicsite/img/bg-orange-1.svg) no-repeat;
  background-size: cover;
  background-position: bottom left;
}

.counter {
    background-color: #fff;
    border-radius: 5px;
    border: solid 2px #EDAD20;
}

.count-title {
    font-size: 42px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
    color: #edad1f;
}

.count-text {
    font-size: 19px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.box .icon-counter {
    width: 5.5rem;
    height: 5.5rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.hero-row {
    padding: 6rem 0;
    background: rgba(245, 172, 0, 1);

}

.text-row-header {
position: relative;
    top: 30px;
}

.hero-heading strong {
    color: #0e3f7e;
}
.hero-heading {
    font-size: 2.8rem;
    color: #fff;
    font-weight: 600;
}

.zigzag-layout .item .heading {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    line-height: 1.25;
    font-weight: 600;
}

/* Pricing Table */

section.pricing {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  font-size: 85%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  opacity: 0.7;
  transition: all 0.2s;
}

/* Hover Effects on Card */

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}

@media (min-width: 1200px){
.container-pricing {
    max-width: 1680px;
    }
}

.table span{
    color: #fda33b;
}
.table span {
    font-size: 26px;
    line-height: 1;
}


.thead-dark tr:first-child th {
    color: #ffffff;
    background-color: #005794;
    border-color: #ffffff;
}

.tooltip-inner {
    padding: 10px;
    font-size: 18px;
    color: #000;
    background-color: #edad1f;
}


.contact-form .iconshow {
    margin-left:auto;
    width: 1.8rem;
    height: 1.8rem;
    display: block !important;
}

/* Navbar */
#navbarSupportedContent {
    margin-top: 20px;
}

/* responsive */

@media (max-width: 1024px) {
    h1 {
        font-size: 2rem;
    }
}

@media only screen and (max-width:813px) {

    .navbar-brand img {
        width: 200px
    }

    a.nav-link {
        padding-left: 15px !important;
    }

    .nav-link:hover, .nav-link:focus, .nav-link.active {
        color: #0e3f7e;
        text-decoration: none;
        background-color: rgba(14, 63, 126, 0.05);
    }

    ul.navbar-nav.ml-auto {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

}

/* Icon 2 Menu  */

.animated-icon2 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    .animated-icon2 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }


    .animated-icon2 span {
        background: #212529;
    }

        /* Icon 2 menu close*/

        .animated-icon2 span:nth-child(1) {
            top: 0px;
        }

        .animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
            top: 10px;
        }

        .animated-icon2 span:nth-child(4) {
            top: 20px;
        }

    .animated-icon2.open span:nth-child(1) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    .animated-icon2.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .animated-icon2.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .animated-icon2.open span:nth-child(4) {
        top: 11px;
        width: 0%;
        left: 50%;
    }

    /* Video play*/

@media only screen and (max-width:813px) {
    a.btn {
        display: block;
        margin-bottom: 15px;
    }
}

    .popup-gallery {
        display: inline-block;
        position: relative;
    }

        .popup-gallery img {
            position: relative;
            z-index: 10;
            width: 100%;
            height: auto;
        }

    .video-popup-wrapper img {
        border-radius: 8px;
        box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
    }


    .video-play-icon {
        position: absolute;
        z-index: 100;
        top: 50%;
        left: 50%;
        margin-top: -50px;
        margin-left: -50px;
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        font-size: 40px;
        background-color: #fff;
        border-radius: 50% 50%;
        display: inline-block;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

    .video-popup-wrapper img {
        border-radius: 8px;
        box-shadow: 0 20px 42px rgba(0, 0, 0, 0.25);
    }