html {
    scroll-behavior: smooth;
}
body {
    color: #000;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
}
h3{
    color: #00296b;
}
ul li {
    list-style-type: none;
    padding: 3px 0px;
    line-height: 24px
}
img {
    max-width: 100%;
    height: auto;
}
:focus {
    outline: 0;
}
.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}
.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}
.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}
.navbar-form input {
    border: none !important;
}
.spacing {
    padding: 70px 0px;
}
.bg {
    background-color: #f7f7f7;
}
hr {
    border: 0;
    border-top: 1px dashed #222;
    padding: 10px 0px;
}
a,a:hover,a:focus {
    text-decoration: none;
}
header {
    position: sticky;
    top: 0px;
    background: #fff;
    z-index: 999;
}
/**-- heading section --**/
/*---------------------------- preloader area ----------------------------*/
.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}
.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader img {
    width: 550px;
}
.loader-text{
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.loader_bg h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 600;
}
/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/
.header {
    width: 100%;
    padding: 7px 75px;
    background: #00296b;
    position: relative;
}
.logo img {
    width: auto;
    height: 110px;
    z-index: 999;
    position: relative;
}
.logo::before {
    position: absolute;
    content: "";
    background-color: #00296b;
    width: 300px;
    height: 110px;
    left: -75px;
    top: -10px;
}
/*-- navigation--*/
.navigation.navbar {
    float: right;
    padding: 0;
}
.navigation.navbar-dark .navbar-nav .nav-link {
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0px 5px;
}
.navbar-expand-md .navbar-nav {
    padding-right: 10px;
}
.navbar-dark .navbar-toggler-icon {
    background-image: none;
    font-size: 27px;
    color: #fff;
}
.header ul.social_icon {
    padding-top: 3px;
    float: right;
}
ul.social_icon li {
    display: inline-block;
}
ul.social_icon li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 30px;
    margin: 0 3px;
    color: #fff !important;
    background-color: #00296b !important;
    width: 32px;
    height: 32px;
}
ul.social_icon li a:hover {
    color: #fff;
    background-color: #f9d365;
}
button.navbar-toggler {
    outline: none;
}
.name-tag {
    position: absolute;
    left: calc(57% - 10px);
    top: 35%;
    display: none;
    transform: translate(-50%, -50%);
}
.name-tag h6 {
    color: #f2ce66;
    margin: 0px;
}
.name-tag p {
    font-size: 9px;
    line-height: 14px;
    margin: 0px;
    color: #fff;
}
/** banner section **/
.carousel-item{
    position: relative;
}
.item img {
    height: 85vh;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.slider-text {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background: rgba(0, 41, 107,0.6);
    width: 90%;
    padding: 20px 15px;
    border-radius: 5px;
    text-align: center;
}
.slider-text h4 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: #fff;
    margin: 0px 0px 10px 0px;
}
.slider-text p {
    color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.get_btn {
    background-color: #2e2d2d;
    color: #fff;
    text-align: center;
    max-width: 200px;
    width: 100%;
    height: 40px;
    font-size: 17px;
    display: block;
    padding: 4px 0;
}
.get_btn:hover {
    color: #f9d365;
}
.bann_img {
    padding-left: 59px;
    padding-right: 20px;
    height: 450px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.b-slider .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f9d365;
}
.nav-link{
    position: relative;
}
.nav-item.active .nav-link::before {
    width: 5px;
    content: "";
    height: 5px;
    background: #f9d365;
    position: absolute;
    bottom: 0;
    left: 44%;
    border-radius: 50%;
}
.nav-item.active .nav-link::after {
    width: 5px;
    content: "";
    height: 5px;
    background: #f9d365;
    position: absolute;
    bottom: 0;
    left: 56%;
    border-radius: 50%;
}
/** end banner section **/
.titlepage {
    padding-bottom: 10px;
}
.titlepage h2 {
    color: #00296b;
    position: relative;
    line-height: 40px;
    font-weight: bold;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 0px 0px;
    display: inline-block;
    border-bottom: 1px solid #00296b;
}
.titlepage h2::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: #00296b;
    bottom: 5px;
    height: 1px;
}
.titlepage h5{
    color: #00296b;
    font-weight: bold;
    margin: 0px;
}
.titlepage p {
    font-size: 15px;
    line-height: 28px;
    color: #222;
    font-weight: 500;
    padding: 10px 0px 0px 0px;
}
/** end team section **/
.about {
    position: relative;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.about_img {
    overflow: hidden;
    width: 90%;
    left: 10px;
}
.about_img img {
    width: 100%;
    transition: all .5s;
    height: 350px;
    object-fit: cover;
    object-position: center;
    z-index: 9;
    position: relative;
}
.about_img:after {
    position: absolute;
    width: 80%;
    height: 335px;
    border: 2px solid #444444;
    left: 60px;
    bottom: 30px;
    content: "";
}
.about_img img:hover {
    transform: scale(1.2);
}
.we_box {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px 10px;
    height: 100%;
    background: #444;
}
.curve-cards {
    position: relative;
    padding: 30px 30px 30px 30px;
    background-color: #00296b;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: 0.5s;
}
.hc-curve {
    width: 60px;
    height: 50px;
    content: "";
    position: absolute;
    background: #f7f7f7;
    left: 0;
    top: 0;
    border-radius: 0px 0px 30px 0px;
}
.curve-cards::before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #f7f7f7;
    content: "";
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 9;
    transform: rotate(185deg);
}
.curve-cards::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 15px 15px 0 0 #f7f7f7;
    content: "";
    position: absolute;
    left: 60px;
    top: 0px;
    z-index: 9;
    transform: rotate(185deg);
}
.curve-cards h6 {
    color: #d9d9d9;
}
.curve-cards-img {
    text-align: right;
    margin: 0px 0px 15px 0px;
}
.curve-cards-img img {
    width: auto;
    height: 60px;
    margin-top: -20px;
}
.curve-cards-text p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
}
.curve-cards-text h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.hc-icon {
    position: absolute;
    background: #00296b;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 0;
    left: 10px;
    z-index: 9;
    transition: 0.5s;
    transform: rotate(-45deg);
}
.curve-cards:hover .hc-icon {
    background: #f5ce5d;
    transition: 0.5s;
    color: #fff;
    transform: rotate(0deg);
}
.hc-icon i {
    color: #fff;
}
.custom-btn {
    border: 1px solid #00296b;
    padding: 10px 20px;
    text-decoration: none;
    background: #00296b;
    font-size: 16px;
    color: #fff;
    transition: 0.5s;
    border-radius: 0px 100px 100px 0px;
}
.custom-btn:hover,.custom-btn:focus {
    color: #222;
    background: transparent;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid #222;
}
.custom-btn i {
    font-size: 0px;
    transition: 0.3s;
}
.custom-btn:hover i {
    font-size: 16px;
    transition-delay: 0.2s;
    transition: 0.3s;
}
/** Experts section **/
.experts {
    position: relative;
background-position: 100% -25%;
    background-repeat: no-repeat;
}
.experts .titlepage {
    text-align: center;
    padding-bottom: 45px;
}
.experts_img img {
    width: 100%;
    object-fit: cover;
    height: 180px;
    object-position: 30% 0%;
    transition: 0.3s;
}
.meet h3 {
    color: #00296b;
}
.meet p {
    color: #333;
    font-size: 15px;
    line-height: 27px;
}
/** end Experts section **/
.gallery-single-field {
    text-align: center;
    background: #fff;
    height: 450px;
    width: 100%;
    background-position: 0% 40%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.gallery .owl-item {
    transform: scale(0.5);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}
.gallery .owl-item.active.center {
    transform: scale(1.2);
    transition: 0.5s;
    filter: grayscale(0);
}
.gallery .owl-nav {
    position: absolute;
    top: -50px;
    width: 100%;
    transform: translate(0%, -50%);
}
.gallery .owl-next span,.owl-prev span {
    background: #f9d365;
    height: 30px;
    width: 30px;
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 23px;
    font-weight: 600;
}
.gallery .owl-prev:focus,.owl-next:focus {
    border: none;
    outline: 0;
}
.gallery .owl-prev {
    left: 0;
    position: absolute;
}
.gallery .owl-next {
    right: 0;
    position: absolute;
}
/** contact section **/
.contact {
    position: relative;
}
.main_form {
    /*background: rgb(255 255 255 / 50%);*/
    padding: 40px 40px;
    /*box-shadow: 0px 0px 10px -3px rgba(0,0,0,.5);*/
}
.main_form .contactus {
    padding: 0 15px;
    margin-bottom: 20px;
    width: 100%;
    height: 45px;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
.main_form .textarea {
    margin-bottom: 20px;
    width: 100%;
    background: transparent;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 10px 10px 10px;
    height: 150px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #fff;
}
.send_btn {
    border: 1px solid #f9d365;
    padding: 10px 20px;
    text-decoration: none;
    background: #f9d365;
    font-size: 16px;
    color: #fff;
}
.nav-tabs .nav-link,.nav-tabs .nav-link:hover {
    background: transparent;
    border: none;
    box-shadow: none;
}
.margin_0 {
    margin: 0 !important;
}
.nav-tabs .nav-item .nav-link{
    outline: 0;
}
.nav-tabs .nav-item .nav-link.active {
    background: #f8d265;
}

/*footer-css*/
ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
    background: #fff;
    position: relative;
}
.footer-content {
    position: relative;
    z-index: 2;
}
.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-logo a h2 {
    color: #f9d365;
    font-weight: 600;
}
.footer-text p {
    margin-bottom: 14px;
    font-size: 15px;
    color: #000;
    line-height: 28px;
}
.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}
.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}
.footer-widget-heading h3 {
    color: #f9d365;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}
.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f9d365;
}
.footer-widget ul li {
    display: block;
    margin-bottom: 12px;
}
.footer-widget ul li a:hover {
    color: #f9d365;
}
.footer-widget ul li a {
    color: #000;
    text-transform: capitalize;
}
.copyright-area {
    background: #202020;
    padding: 10px 5px;
    text-align: center;
}
.copyright-area p {
    padding: 0px;
    margin: 0px;
    color: #fff;
}
.copyright-text p a {
    color: #f9d365;
}
.footer-widget .social_icon li {
    display: inline-block !important;
}
.footer-widget .social_icon li a:hover {
    color: #fff !important;
}
/*blogs-css*/
.card {
    border: none;
    border-radius: 10px;
    background: #00296b;
}
.card-body {
    padding: 10px 10px;
    background: transparent;
}
.card-img-top {
    border-radius: 10px 10px 0px 0px;
    height: 230px;
    object-fit: cover;
    object-position: center;
}
.card-title,.card-text {
    margin: 0px;
    color: #fff;
}
.timing {
    margin: 0px;
}
.card-btn {
    background: transparent;
    border: none;
    color: #fff;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
}
.card-body hr {
    padding: 0px 0px;
    border-top: 1px dashed #ccc;
}
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.floating-w{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.floating-w i{
    color: #fff;
    font-size: 25px;
}