﻿@import url('../../../../../css2-Poppinswght400500600700900_swap.css');
:root
{
    --main: #0b1332;
    --main2: #0064ad;
    --pdg: 100px;
    --mrg: 40px;
    --font1: 'Poppins',sans-serif;
    --font2: 'Poppins',sans-serif;
    scroll-behavior: smooth;
}
body
{
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #333;
    scroll-behavior: smooth;
}/*p{text-align:justify;line-height:1.5;}*/
a
{
    color: var(--main2);
    font-weight: 600;;
}
a:hover
{
    text-decoration: none;
    color: var(--main);
}
img
{
    max-width: 100%;
}
button, input, select, option, textarea
{
    outline: 0!important;
}
.common-padd-lt-rt
{
    padding-left: var(--pdg);
    padding-right: var(--pdg);
}
.common-padd
{
    padding-top: var(--pdg);
    padding-bottom: var(--pdg);
}
.common-padd-btm
{
    padding-bottom: var(--pdg);
}
.common-padd-top
{
    padding-top: var(--pdg);
}
input[type=number]::-webkit-inner-spin-button
{
    -webkit-appearance: none;
}
[id]
{
    scroll-margin-top: 150px;
}/*h1,h2,h3{font-weight:bold;margin-bottom:20px;background-image:var(--main2);-webkit-background-clip: text;-webkit-text-fill-color:transparent;padding-bottom:5px;position:relative;}
h1:after,h2:after,h3:after{position:absolute;bottom:0;left:0;width:100px;background:var(--main2);content:'';height:2px;}*/
h2:after
{
    width: 60px;
}
h3:after
{
    width: 40px;
}
h1, h2, h3, h4, h5, h6
{
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--main2);
}
h1, .h1
{
    font-size: 40px;
}
h2, .h2
{
    font-size: 35px;
}
h3, .h3
{
    font-size: 30px;
}
h4, .h4
{
    font-size: 28px;
}
h5, .h5
{
    font-size: 24px;
}
h6, .h6
{
    font-size: 20px;
}
.btn-main
{
    transition: .3s;
    background: var(--main2);
    border-radius: 7px;
    box-shadow: 0 13px 13px 0 #00acb166;
    margin-top: 10px;
    color: #fff;
    padding: 20px 40px;
    display: inline-block;
    border-radius: 5px;
    pointer-events: all;
}
.btn-main:not(:last-child)
{
    margin-right: 10px;
}
.btn-main:hover, .btn-main.active
{
    background: var(--main);
    color: #fff;
}
.header-area
{
    background: #fff;
}
.navbar-area
{
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-navbar
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
}
.site-logo, .site-logo img
{
    transition: .2s;
}
.site-navbar ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
.site-navbar ul li
{
    position: relative;
}
.site-navbar ul li:not(:last-child)
{
    margin-right: 40px;
}
.site-navbar ul li a
{
    color: var(--main);
    text-decoration: none;
    position: relative;
    transition: .3s;
    display: initial;
    font-weight: 600;
    display: inline-block;
}
.site-navbar ul li a::after
{
    width: 0%;
    height: 2px;
    bottom: -10px;
    left: 0;
    position: absolute;
    content: '';
    background: var(--main2);
    transition: .3s;
    z-index: 9;
}
.site-navbar ul li a:hover::after
{
    width: 100%;
}/*.site-navbar ul li a:hover{}*/
.site-navbar ul ul
{
    flex-direction: column;
    transform: scaleY(0);
    position: absolute;
    min-width: max-content;
    background: #fff;
    box-shadow: 0 0 10px #0004;
    transform-origin: top;
    z-index: 99;
    transition: .2s;
    align-items: flex-start;
    top: 20px;
    border-radius: 5px;
}
.site-navbar ul ul li
{
    width: 100%;
}
.site-navbar ul ul a
{
    padding: 10px;
    width: 100%;
}
.site-navbar ul ul li a::after
{
    display: none;
}
.site-navbar ul ul li a:hover
{
    background: var(--main2);
    -webkit-text-fill-color: #fff;
}
.site-navbar ul li>span
{
    display: none;
}
.site-navbar ul li:hover ul
{
    transform: scaleY(1);
    overflow: hidden;
}
.navbar-area .btn-main
{
    box-shadow: none;
    padding: 15px 25px;
}
.header-area.nav_sticky
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: .3s;
    box-shadow: 0 0 10px #0003;
    z-index: 99;
}
.header-area.nav_sticky .site-logo img
{
    width: 105px;
    transition: .2s;
}/* nav-toggler css start */
.nav-toggler
{
    border: 0;
    background-color: #fff0;
    cursor: pointer;
    display: none;
    padding: 5px;
}
.nav-toggler span, .nav-toggler span:before, .nav-toggler span:after
{
    width: 28px;
    height: 2px;
    background-color: var(--main);
    display: block;
    transition: .3s;
}
.nav-toggler span:before
{
    content: '';
    transform: translateY(-9px);
}
.nav-toggler span:after
{
    content: '';
    transform: translateY(7px);
}
.nav-toggler.toggler-open span
{
    background-color: transparent;
}
.nav-toggler.toggler-open span:before
{
    transform: translateY(0) rotate(45deg);
}
.nav-toggler.toggler-open span:after
{
    transform: translateY(-2px) rotate(-45deg);
}
.blog-sec
{
    background: #fcf7ff;
}
.blog-item
{
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 13px 21px 0 rgba(217,198,228,.47);
    padding: 25px;
    margin-top: 30px;
    transition: .2s;
}
.blog-sec-header h2
{
    text-align: center;
}
.blog-sec-header h2:after
{
    left: 50%;
    transform: translateX(-50%);
}
.blog-sec-header p
{
    margin-bottom: var(--mrg);
    text-align: center;
}
.blog-img
{
    position: relative;
    margin-bottom: var(--mrg);
}
.blog-img img
{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-date
{
    font-family: var(--font1);
    color: #fff;
    background: var(--main2);
    padding: 8px 25px;
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    right: 30px;
    transform: translateY(50%);
    margin-bottom: 0;
    font-weight: bold;
}
.blog-author
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.blog-author img
{
    margin-right: 16px;
}
.blog-author p
{
    margin-bottom: 0;
    font-family: var(--font1);
    font-size: 80%;
    font-weight: bold;
    color: #111;
}
.blog-text h3
{
    -webkit-text-fill-color: var(--main);
}
.blog-item:hover
{
    background-color: #5e346624;
}
.blog-item .read-more
{
    margin-bottom: 30px;
    display: inline-block;
    color: var(--main2);
}
.blog-pg-details-one
{
    margin-top: 20px;
    margin-bottom: 40px;
}
.blog-pg-details h3
{
    padding-bottom: 10px;
    position: relative;
}
.blog-pg-details h3:after
{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    height: 2px;
    background: var(--main2);
    content: '';
}
.blog-pg-details ul li, .blog-pg-details ol li
{
    margin-bottom: 10px;
}
.about
{
    padding-bottom: 20px;
}
.footer-top
{
    padding-top: 20px;
}
.footer-top h2
{
    color: var(--main);
    font-style: italic;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-top h2 img
{
    margin-right: 10px;
}
.footer-top h3
{
    font-weight: normal;
    color: #004e57;
    font-style: italic;
    text-align: center;
    margin-bottom: var(--pdg);
}
.footer-bottom
{
    padding: 20px 10px;
}
.footer-bottom p
{
    margin-bottom: 0;
    text-align: center;
}
.footer-top-item a:not(:last-child)
{
    margin-right: 30px;
}
.footer-top
{
    display: flex;
    justify-content: space-between;
}/*inner pages---*/
.inner-banner
{
    position: relative;
}
.inner-banner-text
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.inner-banner-text h1
{
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 6px 11.57px rgba(0,0,0,.75);
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: center;
}
.inner-banner-text h1:after
{
    display: none;
}/*blog*/
.blog-pg
{
    background: #fcf7ff;
    padding: 10px 0;
}
.blog-pg-img
{
    margin-bottom: var(--mrg);
    box-shadow: 0 8px 20px rgb(32 54 86/30%);
    overflow: hidden;
    border-radius: 10px;
}
.blog-pg-img img
{
    width: 100%;
}
.blog-pg-details ul li::marker, .blog-pg-details li::marker, .blog-pg-details table th
{
    color: var(--main);
}
.blog-pg-details table
{
    margin-bottom: 20px;
}
.blog-pg-details table tr
{
    border-bottom: 1px solid var(--main);
}
.blog-pg-details table td, .blog-pg-details table th
{
    padding: 10px 20px;
}
.blog-side-panel
{
    position: sticky;
    top: 80px;
    z-index: 9;
}
.blog-side-panel-item
{
    border-radius: 10px;
    background-color: #f2f1fb;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 25px;
}
.blog-side-panel-item h4
{
    text-align: center;
    color: var(--main2);
    margin-bottom: 30px;
}
.blog-suggestion-item
{
    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
}
.blog-suggestion-item:not(:last-child)
{
    border-bottom: 1px solid var(--main);
}
.blog-suggestion-item .blog-suggestion-img
{
    display: inline-block;
    width: 30%;
    max-width: 150px;
    border-radius: 10px;
    overflow: hidden;
}
.blog-suggestion-img img
{
    width: 100%;
}
.blog-suggestion-item .blog-suggestion-text
{
    display: inline-block;
    width: 70%;
    padding-left: 10px;
}
.blog-suggestion-item .blog-suggestion-text p
{
    font-size: 80%;
    margin-bottom: 0;
    line-height: 1.2;
    color: var(--main);
}
.blog-overview a
{
    color: var(--main);
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
}
.blog-suggestion-item:hover p, .blog-overview a:hover, .blog-overview a.active
{
    color: var(--main2);
}
.blog-overview ul
{
    padding-left: 0;
    list-style: none;
}
.blog-overview ul li
{
    position: relative;
    padding-left: 20px;
    color: var(--main2);
}
.blog-overview ul ul li
{
    color: #333;
}
.blog-overview ul li:after
{
    position: absolute;
    content: '▸';
    top: 0;
    left: 0;
    color: var(--main2);
}
.blog-overview ul ul li:after
{
    content: '▹';
}
.bg-details-blog-item
{
    margin-top: 30px;
}
.blog-form label
{
    width: 100%;
    color: var(--main);
    margin-bottom: 10px;
    font-size: 90%;
}
.blog-form label h6
{
    display: inline;
}
.blog-form input, .blog-form textarea
{
    width: 100%;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid var(--main);
    background: transparent;
    padding: 5px 10px;
    font-size: 100%;
}
.blog-form form input[type=submit]
{
    padding: 15px 35px;
    background: var(--main2);
    border: 0;
    color: #fff;
    margin-bottom: 0;
    font-size: 100%;
    border-radius: 5px;
    transition: .2s;
    transition: .2s;
    cursor: pointer;
}
.blog-form form input[type=submit]:hover
{
    background: var(--main);
}
.blog-tag
{
    text-align: center;
    margin: 20px 0 10px;
}
.blog-tag a
{
    text-transform: uppercase;
    text-decoration: underline;
    color: #fff;
}
.blog-pg-cmn-item-wrap
{
    padding-top: 10px;
}
.blog-pg-cmn-item
{
    margin: 10px 0;
    border-radius: 10px;
    background-color: #f2f1fb;
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
}
.blog-pg-cmn-item h6, .blog-pg-cmn-item a
{
    font-size: 80%;
    background: var(--main);
    text-align: center;
    padding: 10px 20px;
    border-radius: 500px;
    color: #fff;
    display: inline-block;
    margin: 0 auto 20px;
}
.blog-pg-cmn-item p
{
    font-size: 80%;
    margin-bottom: 15px;
}
.blog-pg-cmn-item-img
{
    width: 80px;
    height: 80px;
    border-radius: 800px;
    overflow: hidden;
    display: block;
    margin: 0 auto 10px;
}
.blog-pg-cmn-item-img img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-pg-cmn-item a
{
    background: var(--main2);
}
.blog-overview-mobile
{
    display: none;
}
.blog-side-panel-item-inner br
{
    display: none;
}
.blog-form textarea
{
    height: 2em;
}
@media only screen and (min-width: 1600px)
{
    .container
    {
        max-width: 1440px!important;
    }
}
@media only screen and (max-width: 1599px)
{
    :root
    {
        --pdg: 80px;
        --mrg: 30px;
    }
    h1, .h1
    {
        font-size: 35px;
    }
    h2, .h2, .banner h1
    {
        font-size: 30px;
    }
    h3, .h3
    {
        font-size: 24px;
    }
    h4, .h4
    {
        font-size: 22px;
    }
    h5, .h5, .banner h5
    {
        font-size: 20px;
    }
    h6, .h6
    {
        font-size: 18px;
    }
    body
    {
        font-size: 16px;
    }
    .category-item-img
    {
        width: 100px;
    }
    .test-client-img
    {
        width: 75px;
        height: 75px;
    }
    .schedule .counter-wrap
    {
        margin-top: -30px;
    }
}
@media only screen and (max-width: 1299px)
{
    :root
    {
        --pdg: 60px;
        --mrg: 25px;
    }
    .site-navbar ul li:not(:last-child)
    {
        margin-right: 16px;
    }
    .header-top-bar-left a:not(:last-child)
    {
        margin-right: 10px;
    }
    .header-top-bar-left a img
    {
        margin-right: 5px;
        transform: scale(.7);
    }
    .header-top-bar-right img
    {
        width: 20px;
    }
    .header-top-bar-right a:not(:last-child)
    {
        margin-right: 5px;
    }
    .navbar-area .btn-main
    {
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 991px)
{
    :root
    {
        --pdg: 60px;
        --mrg: 20px;
    }
    h1, .h1
    {
        font-size: 24px;
    }
    h2, .h2, .banner h1
    {
        font-size: 22px;
    }
    h3, .h3
    {
        font-size: 20px;
    }
    h4, .h4
    {
        font-size: 18px;
    }
    h5, .h5, .banner h5
    {
        font-size: 16px;
    }
    h6, .h6
    {
        font-size: 15px;
    }
    body
    {
        font-size: 14px;
    }
    .btn-main
    {
        padding: 10px 20px;
    }
    .footer-item
    {
        margin-bottom: 30px;
    }
    .common-padd-lt-rt
    {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-top-bar-right a:not(:last-child)
    {
        margin-right: 0;
        margin-bottom: 5px;
    }
}
@media only screen and (max-width: 767px)
{
    :root
    {
        --pdg: 50px;
    }
    h1, h2, h3, h4, h5, h6
    {
        margin-bottom: 10px;
    }
    .site-logo
    {
        max-width: 150px;
    }
    .nav-toggler
    {
        display: block;
        background: transparent;
        order: 1;
    }
    .site-navbar>ul
    {
        position: absolute;
        width: 100%;
        height: calc(100vh - 66px);
        left: 0;
        top: 66px;
        flex-direction: column;
        background-color: #fff;
        max-height: 0;
        overflow: auto;
        transition: .3s;
        z-index: 99;
    }
    .site-navbar ul.open
    {
        max-height: 100vh;
        overflow: auto;
    }
    .site-navbar ul li
    {
        width: 100%;
        text-align: left;
        font-size: 24px;
    }
    .site-navbar ul li a, .header-area.nav_sticky .site-navbar ul li a
    {
        padding: 15px;
    }
    .site-navbar ul li:not(:last-child)
    {
        margin-right: 0;
    }
    .site-navbar ul li a::after
    {
        background: #0000;
    }
    .navbar-area
    {
        background: #0000;
    }
    .site-navbar ul ul
    {
        transform: none;
        position: static;
        box-shadow: none;
        padding-bottom: 20px;
    }
    .site-navbar>ul>li
    {
        border-bottom: 1px solid var(--main);
    }
    .site-navbar ul li li a
    {
        padding: 15px;
        font-size: 80%;
    }
    .site-logo img
    {
        width: 105px;
        transition: .2s;
    }
    .site-navbar ul ul li a, .header-area.nav_sticky .site-navbar ul ul li a
    {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .blog-side-panel
    {
        position: initial;
        margin-top: 40px;
    }
    .blog-overview
    {
        display: none;
        margin-top: 20px;
    }
    .blog-overview-mobile, .blog-overview-mobile .blog-overview
    {
        display: block;
    }
}
@media only screen and (max-width: 575px)
{
    :root
    {
        --pdg: 50px;
    }
    .header-top-bar-left span
    {
        line-height: 1;
    }
    .header-area.nav_sticky .header-top-bar
    {
        display: none;
    }
    .navbar-area.common-padd-lt-rt, .header-top-bar.common-padd-lt-rt
    {
        padding-left: 0;
        padding-right: 0;
    }
    .site-navbar li
    {
        font-size: 20px;
    }
    .banner-thumbnail-item-text p
    {
        line-height: 1.2;
    }
    .banner .btn-main
    {
        text-align: center;
    }
    .footer-top
    {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .footer-top-item
    {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 380px)
{
    .site-logo
    {
        margin-bottom: 10px;
        width: 100%;
        max-width: 100%;
    }
}