/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #f98019;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #2d37ca;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    /* margin: 0 0 30px 0; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}
body, body p{
  font-family: "Poppins", sans-serif;
}

body .btn-primary {
    color: #fff;
    background-color: #0d6efd!important;
    border-color: #f98019;
}


/* header */

#header.header-transparent {
    background: #ffffff;
    position: relative;
    padding: 10px 0;
}

img.logo_img {
    max-width: 187px;
}

.navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 24px;
    font-size: 18px;
    color: #000;
}

.navbar li i {
    margin-right: 5px;
    border-right: 1px solid #1950a6;
    padding-right: 10px;
    color: #124ba0;
}

.navbar li {
    position: relative;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

body .btn,
.sbt {
    height: 50px;
    color: #fff;
    background-color: #0a101a;
    border-color: #124ba0;
    border-radius: 40px;
    font-weight: 800;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #0d6efd;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

.back-to-top i {
    font-size: 28px;
    color: #fff;
    line-height: 39px;
    text-align: center;
    display: block;
}

.back-to-top:hover {
    background: #000000;
    color: #fff;
}

.back-to-top.show {
    visibility: visible;
    opacity: 1;
}

.content-center {
    align-items: center;
}

.hero-container .card-header {
    background: #f98019;
    color: #fff;
}

.hero-container i.fa.fa-solid.fa-check {
    margin-right: 10px;
    font-size: 16px;
}

#hero .card {
    background-color: #ffffffe0;
    border: 0;
    max-width: 421px;
    /* margin: 0 auto!important; */
    box-shadow: 10px 11px 10px #00000047;
    border-radius: 20px;
    overflow: hidden;
    margin: auto;
}

.content-center {
    display: flex;
    align-items: center;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


/* #hero {
    width: 100%;
    padding: 60px 0;
    background: url(../img/bg-02.png) top center;
    background-size: cover;
    position: relative;
} */


/* ---form--- */

div#enquiry-now {
    padding: 20px;
}

.form-group {
    margin: 10px 0;
}

.form-group input,
.form-group select {
    display: block;
    color: #000;
    font-size: 15px;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 40px;
    box-shadow: 2px 2px 10px #ccc;
}

.form-group input::placeholder {
    color: #000;
}

.adm-txt {
    text-align: center;
    font-weight: bold;
    color: #0a58ca;
    font-size: 27px;
    border-bottom: 1px solid #0a58ca;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

input#registerBtn {
    box-shadow: 2px 2px 10px #ccc;
    padding: 6px 34px;
    border: 0;
    margin: 0 auto;
    display: block;
}


/* .about */

section.about {
    /* padding: 40px; */
    color: #fff;
    background-color: #1a55ab;
    overflow: hidden;
    position: relative;
}

.about_content h3 {
    font-size: 24px;
    font-weight: 500
    margin-bottom: 8px;
    color: #ffe807;
}

.about_content {
    max-width: 800px;
    margin: 15px;
    /* text-align: center; */
    /* margin: 0 auto; */
    padding: 27px;
    background-color: #ffffff1c;
    box-shadow: 12px 9px #ffffff26;
}

.about_content p {
    color: #e7e8f7;
    text-align: justify;
}


/* section_title */

.section_title {
    margin-bottom: 20px;
    display: block;
}

.section_title h2 {
    color: #143b74;
    margin-bottom: 0px!important;
    font-weight: ;

    /* text-shadow: 2px 2px 4px #333; */
}

.section_title p {
    color: #000;
}

.program_col {
    display: flex;
    grid-gap: 27px;
    justify-content: flex-end;
    align-items: center;
    border-radius: 15px;
    height: 100%;
    position: relative;
    padding: 10px;
    margin: 15px 0;
    overflow: hidden;
    /* text-align: center; */
}

.program_col:after {
    background: rgb(0 0 0 / 11%);
    /* background: linear-gradient(9deg, #1a55ab 0%, #1a55ab 35%, rgb(0 0 0) 100%); */
    background-size: auto;
    box-shadow: -7px -7px 0px #0000000f;
    background-position: center;
    content: '';
    border: 10px solid #ffffff52;
    position: absolute;
    /* left: 0; */
    right: 0;
    bottom: 0;
    /* top: 0; */
    transition: all 0.5s;
    z-index: 9;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    transform: translate(42%, 38%);
}

.program_col h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.program_col h5 {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.program_col p {
    margin-bottom: 5px;
    color: #000;
    font-size: 15px;
    width: 100%;
}

.owlimg {
    width: 230px;
    height: 119px;
    object-fit: scale-down;
}


/* slider */

.owl-prev,
.owl-next {
    border: 3px solid #00548b !important;
    padding: 5px !important;
    font: inherit;
    margin: 0px 5px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
}

.owl-prev span {
    font-size: 25px !important;
    color: #00548b;
}

.owl-next span {
    font-size: 25px !important;
    color: #00548b;
}

.owl-nav {
    text-align: center;
    margin-top: 60px;
}

.slider_one {
    padding: 60px 0;
}


/* section-two */


/* new section */

.program-item {
    display: flex;
    grid-gap: 30px;
    min-height: 154px;
    align-items: center;
    background-color: #1a55ab;
    /* border: 2px solid #1a55ab; */
    border-radius: 15px;
    padding: 20px 25px;
    /* min-height: 215px; */
    margin: 15px 0;
    color: #fff;
    position: relative;
    /* margin-top: 50px; */
}

.program-item:after {
    opacity: 0.2;
    background-image: url(../img/shape-01.png);
    background-size: auto;
    background-position: center;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.5s;
}

.program-item:hover:after {
    transition: all 0.5s;
    background-image: url(../img/shape-01.png);
    background-position: 54% center;
}

.program-item .program__icon {
    text-align: center;
    width: 80px;
    height: 80px;
    box-shadow: 0px 0px 0px 10px #ffffff3d;
    margin-left: auto;
    margin-right: auto;
    line-height: 80px;
    flex: none;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 37px;
}



.program-item h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.program-item p {
    margin: 0;
    font-size: 14px;
}


/* .bg_1 {
    background-color: #0e4697;
}

.bg_2 {
    background-color: #dba607;
}

.bg_3 {
    background-color: #d828ed;
}

.bg_4 {
    background-color: #009006;
}

.bg_5 {
    background-color: #eb1919;
} */

.bgl_1 {
    background-color: #e3f9fd;
}

.bgl_2 {
    background-color: #ffe5e7;
}

.bgl_3 {
    background-color: #f8e8bb;
}


/* footer */

footer {
    background: #000;
    text-align: center;
}

img.ag_img {
    width: 100%;
    border-radius: 48px 0;
    /* margin-left: 26px; */
    padding-left: 7px;
    background-color: #fff;
    /* padding: 9px; */
    /* box-shadow: -12px 21px 0px #ffffff8a; */
    /* width: 48vw; */
}


/* responsive */

@media (max-width:991px) {
    .banner_content {
        margin-bottom: 34px;
    }
    #hero h1 {
        margin: 10px 0 14px 0;
        font-size: 37px;
    }
    .program_col {
        height: auto;
    }
    .boxes ul li {
        flex: 0 0 49%;
    }
    .banner_content h4 {
        font-size: 14px;
    }
    section.about {
        padding: 15px;
        padding-bottom: 36px;
    }
    img.ag_img {
        width: 87%;
    }
    ul.listing li {
        margin: 19px 0px;
        position: relative;
        padding: 8px 10px!important;
    }
    .about__img {
        margin: 30px 0;
    }
    .boxes ul li:nth-child(3) {
        border-right: solid 2px #fff;
    }
    .boxes ul li:nth-child(4) {
        border-bottom: solid 2px #fff;
        border-right: 0;
    }
    .boxes ul li:nth-child(2) {
        border-right: 0;
    }
    body .device.device_b.mt-4 {
        transform: translate(1px, 2px);
    }
    .col-lg-7.col-md-12 {
        padding: 0;
    }
}

@media (max-width:767px) {
    .icon__box {
        width: 78px;
        height: 60px;
        margin-right: auto;
        font-size: 35px;
        color: #000000;
        border-right: 2px solid #ccc;
    }
    .program_col {
        display: flex;
        grid-gap: 10px;
    }
    tbody,
    td,
    tfoot,
    th,
    thead,
    tr {
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        font-size: 14px;
        padding: 10px 5px!important;
    }
    img.logo_img {
        max-width: 200px;
    }
    .navbar>ul>li {
        white-space: nowrap;
        padding: 8px 0 6px 8px;
        font-size: 12px;
    }
    .program-item {
        padding: 19px 16px 20px 20px;
        grid-gap: 23px;
        margin: 5px 0;
    }

    .navbar-light .navbar-brand {
        margin: 0 auto;
    }
    nav.navbar {
        justify-content: center;
        width: 100%;
    }
    .adm-txt {
        font-size: 24px;
    }
    .about_content h3 {
        font-size: 26px;
    }
    body p {
        font-size: 14px;
    }
    .section-two:after {
        background: linear-gradient(180deg, #000000 36%, #000000 53%, rgb(53 48 48 / 67%) 100%);
        opacity: 0.7;
    }
    .about_content {
        margin-bottom: 30px;
    }
}

ul.listing {
    padding: 0;
    margin: 0 15px;
}

nav.navbar {
    transition: all 0.5s;
    padding: 2px;
}

.navbar.navbar-expand-lg.stick {
    position: fixed;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s;
}

.item {
    text-align: center;
}

.boxes p {
    margin-bottom: 0;
}

#enquiry-now select:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/
    top: 18px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */
    position: absolute;
    pointer-events: none;
    width: 50px;
    height: 50px;
    background-color: red;
}

#enquiry-now select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
}


/* new add */

.icon__box {
    width: 90px;
    flex: none;
    flex: none;
    height: 90px;
    margin-right: auto;
    font-size: 46px;
    color: #000000;
    text-align: center;
    line-height: 85px;
    border-right: 3px solid #ccc;
}

.breakup_questions {
    transition: all 0.5s;
    /* background-image: url(../img/d_05.jpg); */
    background-size: cover;
    background-position: top;
    background-color: rgb(192 214 246 / 25%);
}

li.device {
    list-style: none;
    width: 31%;
    display: inline-block;
    margin: 2px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    padding: 12px 17px!important;
}

h3.title_h3 {
    font-weight: 600
    text-align: center;
    color: #193a5d;
}

body .table>:not(caption)>*>* {
    background-color: #e1edf8;
    border-color: #0202021f;
    /* box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); */
    color: #000;
}

body th {
    background-color: #1a55ab!important;
    color: #fff!important;
    border: 0!important;
}

body .table>:not(:first-child) {
    border-top: 0;
}

.breakup_questions .table>:not(caption)>*>* {
    background-color: #ffffff;
}

.table-responsive.tb-r {
    max-height: 400px;
}

ul.device_g {
    margin: 0;
    padding: 0;
}

.device.device_b.mt-4 {
    transform: translate(10px, -80px);
}


/* Chrome, Safari, Edge, Opera */

#enquiry-now input::-webkit-outer-spin-button,
#enquiry-now input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

#enquiry-now input[type=number] {
    -moz-appearance: textfield;
}

#mobileError {
    color: #a11b1b;
    padding: 0 15px;
    font-size: 15px;
}

.col {
    position: relative;
    z-index: 1;
}