@media (min-width: 1200px){
    header .container {
        width: 1350px;
    }
}
@media (min-width: 767px) and (max-width: 1199px){
    .banner-bg-img {
        padding-top: 116px;
    }
}
.choose-list .list-style-box li:before {
    top: 23%;
}
.choose-list .list-style-box li {
    font-size: 18px;
    height: 78px;
    padding: 12px 15px 12px 55px;
    font-weight: 500;
    align-items: center;
    display: flex;
}
.page-title {
    position: relative;
    padding: 207px 0px 80px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0,0,0,0.70);
}
.page-title h1 {
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}
.page-title h1 span {
    color: #0054a6;
}
.page-title .bread-crumb a:hover {
    color: #0054a6;
}
.page-title .bread-crumb li a {
    position: relative;
    margin: 0px 3px;
    color: #ffffff;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.page-title .bread-crumb li:last-child {
    padding-right: 0px;
    margin-right: 0px;
}

.page-title .bread-crumb li {
    position: relative;
    color: #0054a6;
    padding-right: 15px;
    margin-right: 6px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
}
.page-title .bread-crumb li:first-child::after {
    position: absolute;
    content: '/';
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 12px;
}
.list-style-one li:before {
    position: absolute;
    content: '\f18e';
    left: 0px;
    top: 0px;
    font-size: 14px;
    font-family: 'FontAwesome';
    color: #1f5ca9;
}
.list-style-one li {
    position: relative;
    color: #000;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 5px;
}
.list-style-box li:before {
    position: absolute;
    content: '\f046';
    left: 8px;
    top: 5px;
    font-size: 25px;
    line-height: 40px;
    font-family: 'FontAwesome';
    color: #fff;
    background-color: #1f5ca9;
    border-radius: 50px;
    height: 40px;
    width: 40px;
    text-align: center;
    box-shadow: 0.25rem 0.25rem 0.6rem rgb(0 0 0 / 5%), 0 0.5rem 1.125rem rgb(75 0 0 / 5%);
}
.list-style-box li {
    position: relative;
    color: #1f5ca9;
    font-size: 22px;
    font-weight: 600;
    border-radius: 50px;
    padding: 12px 10px 12px 55px;
    background: #bbcee5;
    margin: 30px 0;
    box-shadow: 0.25rem 0.25rem 0.6rem rgb(0 0 0 / 5%), 0 0.5rem 1.125rem rgb(75 0 0 / 5%);
}
.uk-table thead {
    background: #1f5ca9;
}
.uk-table th {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1px solid #1f5ca9;
}
.uk-table tbody tr:nth-child(even) {
    background: #bbcee5;
    border-top: 1px solid #1f5ca9;
    border-bottom: 1px solid #1f5ca9;
}
.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: .875rem;
    font-weight: 400;
    color: #999;
    text-transform: uppercase;
}
.uk-table td {
    padding: 16px 12px;
    vertical-align: top;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    border: 1px solid #1f5ca9;
}
.uk-table th {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    vertical-align: middle;
    text-transform: capitalize;
    border: 1px solid #1f5ca9;
}
.tabs{
    text-align: center;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.tabs .btn-group .btn {
    justify-content: flex-start;
    min-height: 70px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #e8eef6;
    border-color: #1f5ca9;
    padding: 16px 26px;
    border-radius: 0px;
    transition: all ease-in-out .3s;
}
.tabs .btn-group .btn:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.tabs .btn-group .btn:last-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.tabs .btn-group .btn {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    width: 33.33%;
}
.tabs .btn-group .btn div {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-left: 16px;
    color: #000;
    white-space: pre-wrap;
}
.tabs .btn-group .btn:before {
    border-color: #1f5ca9 !important;
    border-left-color: #1f5ca9 !important;
    border-width: 0 1px 1px 0 !important;
    left: -11px;
    display: inline-block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    padding: 10px;
    top: 50%;
}
.tabs .btn-group .btn:after, .tabs .btn-group .btn:before {
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transition: all ease-in-out .3s;
}
.tabs .btn-group .btn.complete:after {
    border-left-color: #fff;
}
.tabs .btn-group .btn:after {
    left: 100%;
    border-color: rgba(136,183,213,0);
    border-left-color: #e8eef6;
    border-width: 14px;
    margin-top: -14px;
    z-index: 3;
}
.tabs .btn-group .btn:first-child:before{
    display: none;
}
.tabs .btn-group .btn:last-child:after{
    display: none;
}

/* Testimonials section */
.testimonial{
    text-align: center;
    padding: 85px 50px 45px 70px;
    margin: 70px 15px 35px;
    background: #f9f9f9;
    box-shadow: 8px 4px 0 0 #1f5ca9;
    position: relative;
}
.testimonial .pic{
    width: 120px;
    height: 120px;
    border: 5px solid #1f5ca9;
    margin: 0 auto;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    font-size: 18px;
    color: #000;
    line-height: 27px;
    margin-bottom: 20px;
    position: relative;
}
.testimonial .description:before{
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 32px;
    color: #1f5ca9;
    position: absolute;
    top: -15px;
    left: -35px;
}
.testimonial .testimonial-profile{
    position: relative;
    margin: 20px 0 10px 0;
}
.testimonial .testimonial-profile:after{
    content: "";
    width: 50px;
    height: 2px;
    background: #1f5ca9;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.testimonial .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #1f5ca9;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.testimonial .post{
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}
.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-dot span{
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}
.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls .owl-dot:hover span{
    background: #1f5ca9;
}
.owl-theme .owl-controls .owl-dot.active span{
    width: 22px;
    height: 12px;
}
.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

/* Counter section */
.counter {
    width: 62%;
    padding: 30px;
    margin: 0 auto;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background-color: #1f5ca9;
  }
  
  .count-title {
    font-size: 140px;
    line-height: 145px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
  }
  
  .count-text {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
  }
  
  .fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
  }
.fa-2x:before{
    font-size: 32px !important;
} 
@media (max-width:480px){
    .counter {
    width: 100%;
    }
    .counter-row{
        justify-content: center;
    }
    .tabs .btn-group .btn {
        width: 100%;
    }
    .tabs .btn-group .btn:after, .tabs .btn-group .btn:before{
        display: none;
    }
    .tabs .btn-group .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .tabs .btn-group .btn:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}