
body {
    font-family: "Poppins", sans-serif;
    /* line-height: 1.7 !important; */
    color: #000;
}
:root {
    --blue-color: #036bb3;
    --red-color: #8a0010;
    --gray-color: #fafafa;
    --box-shadow: 0 4px 10px 0 rgb(109 112 115 / 15%);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #000;
}
.accordion-button:not(.collapsed):after {

    transform: rotate(-180deg);
    background: none;
}
img {
    max-width: 100%;
}
::marker {
    color: var(--blue-color);
}
.border-blue
{
    border: 2px solid var(--blue-color)!important;
}
.display-6 {
    font-size: 26px !important;
    font-weight: 600 !important;
    color:#333;
}
.accordion-button:before{background:none;}
.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '\f0d7';
    font-family: 'Font Awesome 6 Free';
    /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234f4f4f'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E); */
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    background:none;
}
h3,
.card-title.mt-2,
.jumbotron.heading_content span,.jamborthan_item,.fa-circle-info,.box_content h2 {
    font-size: 22px;
} 
.group-btns
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
h2 {
    font-weight: 600 !important;
}
h4 {
    font-size: 20px !important;
}

h5,
footer span {
    font-size: 18px !important;
}
.pera-home{color: #505050!important;}
p, ul, th, td, ol {
    margin: 0 !important;
    font-size: 16px !important;
    text-align: justify !important;
    font-family: 'roboto', sans-serif !important;
    line-height: 27px;
}
.unorder-list15 li {
    font-size: 20px;
    padding: 15px 0px 2px 0px;
    color:#333;
}
.bg-blue {
    background-color: var(--blue-color) !important;
}
.bg-gray {
    background-color: #ffffff0f !important;
    border-radius: 10px;
}
.bg-red {
    background-color: var(--red-color) !important;
}
.text-red {
    color:#0037ff !important;
}
.text-blue {
    color: var(--blue-color) !important;
}
.hover:hover {
    background-color: var(--blue-color) !important;
    color: #fff;
}
.hover:hover .pera-home {
    color:#fff!important;
}
.hover:hover .btn.btn-sm {
    background-color: #fff;
    color: var(--blue-color);
}
.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.box-shadow {
    box-shadow: var(--box-shadow);
}
.fw-extrabold {
    font-weight: 800 !important;
}
.btn {
    background-color: var(--blue-color);
    padding: 16px 26px;
    font-size: 16px;
    color: #fff;
    box-shadow: none;
    border-radius: 4px;
    display: inline-block;
    text-transform: capitalize;
    border: none;
    outline: none;
}
.active_item{
    color: var(--blue-color)!important;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    color: #fff;
    box-shadow: none;
}
.default-btn {
    padding: 16px;
    border: 1px solid #000;
    color: #000;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.list-group-item:hover {
    background-color: #f5f5f5;
}
.btn.btn-sm {
    padding: 12px 16px;
}
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500 !important;
}

/* nav css */
header {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.16) !important;
}
.sticky {
    position: sticky !important;
    top: 0;
    background-color: #fff;
    z-index: 3;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 0.16) !important;
}

.navbar ul li ul {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    min-width: 14rem;
    border-radius: 0;
}
.dropdown-menu > li:last-child,
.dropdown-menu > li:last-child .dropdown-item,
.dropdown-menu > li:first-child,
.dropdown-menu > li:first-child .dropdown-item {
    border-radius: 0;
}
.dropdown-item:hover,
.sticky .dropdown-item:hover {
    background-color: var(--blue-color);
    color: #fff !important;
}
.dropdown-item {
    padding: 13px 1rem;
    font-size: 15px !important;
}
.navbar ul li.nav-item.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
    display: block;
}
.printbtn 
{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.navbar-brand img {
    margin-right: 0.25rem;
    width: 220px;
}
/* slider */
.text-justify {
    text-align: justify;
}
.slider .item,.dissertation {
    background-size: cover !important;
    height: 700px;
    background-position: center!important;
}
.dissertation .center,
.dissertation {
    height: 500px !important;
}
.center {
    align-items: center !important;
    height: 700px !important;
}
/* resource */
.resource img {
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    min-width: 100%;
    max-width: 100%;
}
.category_item {
    font-size: 13px;
}
/* services page  */

.step_by_step ol li:last-child {
    padding: 0 !important;
}
/* 
.blog_content img {
    height: 200px;
    object-fit: cover;
} */
.blog_content h3{
    font-size: 20px;
}
.step_by_step ol {
    list-style: none;
    counter-reset: section;
    padding: 0;
}
.step_by_step ol li::before {
    width: 64px;
    height: 64px;
    background: var(--blue-color);
    line-height: 64px;
    text-align: center;
    position: absolute;
    font-size: 30px;
    border-radius: 50%;
    counter-increment: section;
    content: counters(section, ".") " ";
    font-weight: 600;
    color: #fff;
}

.step_by_step ol li::after {
    content: "";
    height: 100%;
    background: var(--blue-color);
    width: 4px;
    display: block;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: -1;
}
.step_by_step .row {
    box-shadow: var(--box-shadow);
    margin-left: 11%;
    /* padding: 40px; */
}
.step_by_step ol li {
    position: relative;
    padding-bottom: 48px;
}
.reference .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}
.reference .list-group-item i {
    color: #1266f1;
}

.pagination .page-link {
    border: 1px solid #e0e0e0;
}
.badge {
    background-color: var(--red-color) !important;
    float: right;
}
button {
    outline: none;
}

footer p,
footer a {
    font-size: 15px !important;
}
.copyright {
    font-size: 13px !important;
}
.list-group li a {
    width: 100%;
    display: block;
    text-align: left;
}
footer span{
    display: block;
}
.applyinfo-btn i {
    position: fixed;
    left: 40px;
    bottom: 60px;
    background-color: #25d366;
    width: 70px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 40px;
    z-index: 4;
    height: 70px;
    line-height: 70px;
}

.applyinfo-btn:hover {
    color: #fff;
}

/* custom csss */
.dissertation_content span strong ,.slider.dissertation h1,.slider.dissertation h2 {
    font-size: 36px !important;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 36px;
}
.slider_paragraph,.faq_right p {
    font-size: 18px !important;
}
.center-sm {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter:hover {
    background: #065891;
}
/* .mb-3 {
    display: block !important;
} */
.accordion-button,
.accordion-body {
    padding: 16px !important;
}
footer .follow_us a {
    text-align: center;
    height: 48px;
    width: 48px;
    border: 2px solid;
    display: inline-block;
    font-size: 20px!important;
    border-radius: 50%;
}
footer .follow_us a i{
    line-height: 45px;

}
.img-country span {
    display: block;
    font-size: 12px;
    margin-top: 8px;
}
.img-country {
    background: #cccccc;
    padding: 16px;
    text-align: center;
}
.order-now .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
        color:  #000;
    border: 2px solid var(--blue-color);
}
.order-now .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    background-color: transparent;
}
.order-now .nav-tabs .nav-link
{
    padding: 0;
    text-transform: capitalize;
}
.order-now .form-outline .form-control
{

    background-color: #fff;
}
.order-now .form-outline .form-control~.form-label
{
    z-index: 3!important;
}
 .form-outline .form-control~.form-label
{
    top: 3px!important;
}
 .form-outline .form-control
{
    padding: 10px .75em;
}
 .form-outline .form-control.active~.form-label, .form-outline .form-control:focus~.form-label {
    transform: translateY(-1rem) translateY(-3px) scale(.8)!important;
}
.jamborthan_form .form-outline .form-control ~ .form-notch div {
    border: 1px solid #fff;
}
.jamborthan_form .form-outline .form-control ~ .form-notch .form-notch-middle {
    border-left: none;
    border-right: none;
}
.jamborthan_form .form-outline .form-control ~ .form-notch .form-notch-trailing {
    border-left: none !important;
}
.jamborthan_form .form-outline .form-control ~ .form-notch .form-notch-leading {
    border-right: none !important;
}
.jamborthan_form .form-outline .form-control ~ .form-label, .eassy_page .form-outline .form-control {
    color: #fff !important;
    font-weight: 500;
}
.jamborthan_form .form-outline .form-control:focus ~ .form-notch .form-notch-leading
{
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    border-left: 0.125rem solid #fff;
}
.jamborthan_form .form-outline .form-control:focus ~ .form-notch .form-notch-trailing {
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
}
.jamborthan_form .form-outline .form-control:focus~.form-notch .form-notch-middle
{
       border-bottom: 0.125rem solid #fff;
    border-top: 1px solid transparent;
}
.modal-body .social-media-icon a  {
    font-size: 18px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    margin: 0 8px;
}
.social-border:before {
    content: '';
    position: absolute;
    right: 4px;
    width: 43%;
    margin: 16px;
    height: 1px;
    background: #bdbdbd;
}
.social-border::after {
    content: '';
    position: absolute;
    left: 4px;
    width: 43%;
    margin: 16px;
    height: 1px;
    background: #bdbdbd;
}
.dashboard-design .dashboard_user
{
    outline: 1px solid #ccc;
}
.dashboard-design .dashboard_user .nav-link.active {
    background: var(--blue-color);
    color: #fff;
    border: 1px solid var(--blue-color);
}.dashboard-design .dashboard_user .nav-link {
    background: #f5f5f5;
    font-size: 15px;
    border: 1px solid #ccc;
}
.banner_dashboard p,.banner_dashboard .btn
{
    font-size: 14px!important;
}
.blog_recent_post img {
    height: 95px;
    object-fit: cover;
}
.social_media_icon ul li a {
    width: 40px;
    height: 40px;
    background: #f7f7f7;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #9e9e9e;
}
.social_media_icon ul li a:hover{
    background-color: var(--blue-color);
    color: #fff;
}
.our-comment {
    position: relative;
}
.blog-comment1 img {
    position: absolute;
    left: -20px;
    max-width: 50px;
    top: 3px;
}






