body {
    font-family: Arial, Helvetica, sans-serif
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #16619F !important;
    /* border-bottom: #db5d15 solid 2px */
}

.navbar-toggler {
    border: none !important;
    background: #25a3ec !important
}

nav .navbar-nav li a {
    color: #f6f7f8f1 !important;
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important
}
nav .navbar-nav li a {
    color: rgba(7, 1, 1, 0.808);
}

h2 {
    padding-top: 15px
}

.border {
    border: #a9b3bb solid 1px
}

nav .navbar-nav li a:hover {
    color:  #020a0cea !important
}

.dropdown-menu li a {
    border-bottom: #d3d3d3 solid 2px !important;
    font-size: 16px !important;
    background:#3b5998;
}

.bg-secondery {
    background:  #3b5998 !important;
}

@media(min-width:992px) {
    .offcanvas {
        visibility: visible;
        position: relative;
        background: 0 0;
        border: none;
        justify-content: end;
        color: red
    }
}

@media(max-width:992px) {
    .offcanvas {
        width: 250px !important;
        height: auto !important;
        background: #15264c
    }
    .offcanvas-start-lg {
        top: 0;
        left: 0;
        border-right: 1px solid rgba(0, 0, 0, .2);
        transform: translateX(-100%)
    }
    nav .navbar-nav li a {
        color: #a4a4a4 !important;
        font-size: 17px !important
    }
    ul.dropdown-menu {
        background-color: #272727;
        border-color: #272727;
        font-size: 14px !important
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 90%
    }
    .container-fluid {
        padding: 0;
        overflow: hidden
    }
}

.banner {
    width: auto;
    height: auto
}

.enquirybg {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    padding-top: 0
}

.mainbg {
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 3em;
    padding-top: 2rem;
    color:#16619F
}

.testimonials {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-bottom: 1rem;
    padding-top: 3rem;
    color:#16619F
    
}

.servicesbg {
    width: 100%;
    height: auto;
    padding-bottom: 3em;
    padding-top: 3em;
    background: #c0c0c0;
    color:#000
}

.servicesbg h3,
h1 {
    color: #f15800;
}

.whyusbg {
    width: 100%;
    height: auto;
    padding-bottom: 3rem;
    margin-top: 3rem;
    color:#16619F
}

.whyusbg h4,
h2 {
    color:#16619F
}

.footerbgvv {
    width: 100%;
    height: auto;
    background: #f2f7fb;
    padding-bottom: 1rem;
    padding-top: 2rem;
    border-top: #f15800 solid 1px
}

.dropdown-menu {
    overflow: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 100px)
}

.logo {
    font-size: 1.6rem;;
    font-weight: 600;
    color:#ffffff;
    margin-left: 10px;
    line-height: 18px !important
}

.logo2 {
    font-size: 1.1rem !important;
    font-weight: 400;
    color: #f3f8f4;
    margin-left: 10px;
    line-height: 18px !important
}

.eqbg {
    background: linear-gradient(20deg, rgb(192, 185, 180), #F5F5F5);
    border: #fff solid 2px;
    border-radius: 8px;
    height: auto;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .11);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .11);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .11)
}

.breadcrumb-item a {
    color: #16619F;
    text-decoration: none;
    font-weight: 700
}

.breadcrumb-item a:hover {
    color: #000;
    text-decoration: underline
}

.fa_custom {
    color: #fff
}

.rate {
    float: left;
    height: auto;
    padding: 0 10px
}

.rate:not(:checked)>input {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.rate:not(:checked)>label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc
}

.rate:not(:checked)>label:before {
    content: '★ '
}

.rate>input:checked~label {
    color: #ffc700
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08
}

.con_txt {
    width: 100%;
    height: auto;
    border: #cbd3db solid 1px;
    padding: 5px;
    margin-bottom: 8px;
    -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1)
}

.serbg {
    background: #fff;
    border: #a9b3bb solid 1px;
    border-radius: 8px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .21);
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .21);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .21);
    
}

.serbg h4 {
    font-weight: 700;
    color: #151a1e;
    font-size: 18px
}

.serbg p {
    color: #151a1e
}

.serbg:hover {
    background: url(../images/service-shape1.png) repeat-x bottom left
}

.hpm3 {
    
    background: #fff;
    border: #d6dde3 solid 1px
}

.navbg3 {
    background: 0 0;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 410px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 2px;
    display: inline-block;
    margin-bottom: 30px
}

.more {
    color: #15264c;
    border: #000 solid 1px;
    font-size: 15px;
    background: #fff;
    margin-bottom: 5px;
    border-radius: 8px
}

.more:hover {
    color: #000
}

.nav-link ul li a {
    color: #333
}

.timeline-with-icons {
    border-left: 2px solid #16619F;
    position: relative;
    list-style: square
}

.timeline-with-icons .timeline-item {
    position: relative
}

.timeline-with-icons .timeline-item:after {
    position: absolute;
    display: block;
    top: 0
}

.timeline-with-icons .timeline-icon {
    position: absolute;
    left: -48px;
    background-color: #f15800;
    color: #fff;
    border-radius: 20%;
    height: 31px;
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;

    
}

span.hpm0 {
    background-color: #16619F;
}

.clrb2 {
    color: #fff
}

.clrw {
    color: #fff
}

.clrbl2 {
    color: #f15800;
}

.btn-info {
    background: #16619F;
    border: none;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}
.btn-info:hover{
    background-color: #f15800;

}


.counter-box {
    display: block;
    background: #f2f7fb;
    padding: 40px 20px 37px;
    text-align: center;
    border: #bac7d1 solid 1px;
    border-radius: 10px
}

.counter-box:hover {
    background: url(../images/ser-bg.webp) repeat-x top
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #16619F;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 40px;
    margin: 0 0 15px;
    color: #16619F
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    background: #f2f7fb
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

.kk1 {
    border-radius: 7px;
    margin: 3px 1px;
    width: 40px;
    height: 40px;
    display: inline-block
}

a {
    word-break: break-all
}

.fixedButton {
    position: fixed;
    bottom: 50px;
    right: 0;
    padding: 20px
}

.roundedFixedBtn {
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 1.5em;
    font-weight: 700;
    border-radius: 50%;
    background-color: #16619F;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.roundedFixedBtn:hover {
    background: #222
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, Helvetica, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
nav,
nav-link {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

p {
    font-size: 16px;
    color: #151a1e;
    font-family: Arial, Helvetica, sans-serif
}

.readmore2 {
    color: #1e2136;
    text-decoration: none
}

.readmore2:hover {
    color: #0a385b;
    text-decoration: none
}

.txts {
    font-size: 12px
}

.hpm1 {
    padding-top: 15px;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px
}

.bg3 {
    background: #fff
}

@media(max-width:768px) {
    .col-12 {
        margin-bottom: 20px !important
    }
    .d-none-1 {
        display: none
    }
    .navbar-nav li a {
        color: #fff !important;
        
    }
    .dropdown-menu li a {
        border-bottom: #383737 solid 1px !important;
        font-size: 14px !important;
        font-weight: 400 !important
    }
    .row>* {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }
    
/*extra
*/

.testimonials { padding: 60px 0px; background: #eeeeee; }
.testimonials .widget-title.lined > span { background: #eeeeee; }
.testimonial__quote { position: relative; background: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); padding: 21px 15px 21px 45px; margin-bottom: 30px; vertical-align: middle; font-size: 16px; min-height: 80px; margin-top: 30px; }
@media (min-width: 992px) { .testimonial__quote { margin-top: 0; } }
.testimonial__quote::before { position: absolute; content: 'â€œ'; font-family: Georgia, "Times New Roman"; top: 24px; left: 0; background-color: #00408c; color: #ffffff; width: 30px; height: calc(100% - 46px); font-size: 40px; text-align: center; border-top-right-radius: 2px; border-bottom-right-radius: 2px; line-height: 56px; }
.testimonial__quote::after { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 0; border-color: #ffffff transparent transparent transparent; bottom: -20px; left: 30px; }
.testimonial__author { font-size: 16px; color: #444444; font-style: normal; font-weight: bold; }
.testimonial__author-description { color: #aaaaaa; font-weight: normal; font-style: italic; display: inline-block; }
.testimonial blockquote { padding: 0; margin: 0; border-left: 0; }
.testimonial .widget-title { float: left; margin-top: 10px; margin-bottom: 30px; width: calc(100% - 132px); }
@media (min-width: 992px) { .testimonial .widget-title { margin-top: 0; } }
.testimonial__carousel { float: right; padding-top: 0px; position: relative; top: -18px; }
.testimonial__carousel--left, .testimonial__carousel--right { display: inline-block; border-radius: 2px; text-align: center; background-color: #ffffff; color: #aaaaaa; margin-left: 10px; transition: all 100ms ease-out; height: 40px; width: 40px; font-size: 18px; line-height: 40px; }
.testimonial__carousel--left:focus, .testimonial__carousel--left:hover, .testimonial__carousel--right:focus, .testimonial__carousel--right:hover { color: #444444; }
.testimonial__carousel--left:active, .testimonial__carousel--right:active { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); color: #444444; }
.testimonial .carousel { position: inherit; clear: both; }

.counters { padding: 85px 0px; background-image: url('data1/images/05.jpg'); background-repeat: round; }
.widget-number-counters { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 100px; }
@media (min-width: 768px) { .widget-number-counters { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.number-counter { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; transition: all 100ms ease-out; background-color: #ffffff; position: relative; padding: 8px 0 17px 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
@media (min-width: 768px) { .number-counter { border-right: 1px dashed rgba(0, 0, 0, 0.2); border-bottom: 0; } }
.number-counter:last-of-type { border-right: 0; border-bottom: 0; }
.number-counter__icon { color: #e21f2f; margin-right: 10px; vertical-align: middle; transition: all 100ms ease-out; }
.number-counter__icon.fa { font-size: 36px; }
.number-counter__number { vertical-align: middle; display: inline-block; font-size: 44px; color: #000; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; transition: all 100ms ease-out; }
.number-counter__title { color: #000; font-size: 16px; font-weight: 700; margin-top: 2px;}

@media(max-width: 998rem){
    html  {font-size:  55%;
    
}
}
@media(max-width: 768rem){
    html  {font-size:  45%;

}
}
}