body{font-family: 'Garet Book';margin: 0;padding: 0;color: #000;}
:root{
--blue:#02396e;
--white:#fff;
}
@font-face {
    font-family: 'Garet Book';
    src: url('../font/Garet-Book.woff2') format('woff2'),
        url('../font/Garet-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('../font/Garet-Heavy.woff2') format('woff2'),
        url('../font/Garet-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('../font/Garet-Heavy.woff2') format('woff2'),
        url('../font/Garet-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet Book';
    src: url('../font/Garet-Book.woff2') format('woff2'),
        url('../font/Garet-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('../font/Garet-Heavy.woff2') format('woff2'),
        url('../font/Garet-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet Book';
    src: url('../font/Garet-Book.woff2') format('woff2'),
        url('../font/Garet-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet Book';
    src: url('../font/Garet-Book.woff2') format('woff2'),
        url('../font/Garet-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('../font/Garet-Heavy.woff2') format('woff2'),
        url('../font/Garet-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neuropol';
    src: url('../neuropol-font/Neuropol-Regular.woff2') format('woff2'),
        url('../neuropol-font/Neuropol-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


h1,h2,h3,h4,h5,h6{font-family: 'Neuropol' !important;}
.back-to-top {
position: fixed;
right: 30px;
bottom: 30px;
transition: 0.5s;
z-index: 99;
}
a, a:hover{color:#003572;text-decoration: none;}
.orange{color:#003572 !important;}
/*** Button Start ***/
.btn {font-weight: 600;transition: .5s;}
.btn-square {width: 32px;height: 32px;}
.btn-sm-square {width: 34px;height: 34px;}
.btn-md-square {width: 44px;height: 44px;}
.btn-lg-square {width: 56px;height: 56px;}
.btn-xl-square {width: 66px;height: 66px;}
.btn-square,.btn-sm-square,.btn-md-square,.btn-lg-square,.btn-xl-square {padding: 0;display: flex;align-items: center;justify-content: center;font-weight: normal;}

.theme_color{color:var(--blue);}
.white{color:var(--white);}

.btn.btn-primary {
color: var(--bs-white);
border: none;
}

.btn.btn-primary:hover {
background: var(--bs-dark);
color: var(--bs-primary);
}

.btn.btn-light {
color: var(--bs-primary);
border: none;
}

.btn.btn-light:hover {
color: var(--bs-white);
background: var(--bs-primary);
}


/*** Topbar Start ***/
.topbar{background:#003374;padding: 5px 0;}
.topbar p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}
.topbar i{
    display: inline-block;
    margin-right: 8px;
}
.topbar a{
    margin-left: 30px;
    color: #fff;
    font-size: 14px;
}
.social_icons a{
    margin-left:12px;}
.topbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
margin-left: 8px;
color: var(--bs-primary);
}

.topbar .dropdown .dropdown-menu a:hover {
background: var(--bs-primary);
color: var(--bs-white);
}

.topbar .dropdown .dropdown-menu {
transform: rotateX(0deg);
visibility: visible;
background: var(--bs-light);
padding-top: 11px;
border: 0;
transition: .5s;
opacity: 1;
}

.dropdown-item {
display:block;
padding: 10px 9px;
clear: both;
font-weight: 400;
color: #212529;
text-align: inherit;
white-space: nowrap;
background-color: rgba(0, 0, 0, 0);
border: 0;
font-size: 16px;
border-bottom: 1px solid #d4d4d4;
}
/*** Topbar End ***/

.text-left{text-align: left !important;}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {position: relative;margin-right: 40px;padding: 20px 0;color: #000000;font-size: 17px;font-weight: 400;outline: none;transition: .5s;}

.sticky-top.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-item .nav-link {
padding: 20px 0;
color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {color:#023047;}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-nav .nav-item .nav-link.active  {color: #003572;}

.navbar-light .navbar-brand img {
transition: .5s;
width: 250px;
}

.sticky-top.navbar-light .navbar-brand img {
max-height: 45px;
}

.navbar .dropdown-toggle::after {
border: none;
content: "\f107";
font-family: "Font Awesome 5 Free";
font-weight: 600;
vertical-align: middle;
margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {background:#003572;color: var(--bs-white);}

.navbar .nav-item:hover .dropdown-menu {transform: rotateX(0deg);visibility: visible;background: var(--bs-light);transition: .5s;opacity: 1;width: 100%;padding: 0;overflow: hidden;}
.nav-item.dropdown{position:relative;}
.navbar-nav{position:relative;}

@media (max-width: 991.98px) {
.sticky-top.navbar-light {
position: relative;
background: var(--bs-white);
}

.navbar.navbar-expand-lg .navbar-toggler {
padding: 10px 20px;
border: 1px solid var(--bs-primary);
color: var(--bs-primary);
}

.navbar-light .navbar-collapse {
margin-top: 15px;
border-top: 1px solid #DDDDDD;
}

.navbar-light .navbar-nav .nav-link,
.sticky-top.navbar-light .navbar-nav .nav-link {
padding: 10px 0;
margin-left: 0;
color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-item .nav-link {
color: var(--bs-dark);
}
.dropdown-item{width: 100%;display: block;}

.navbar-light .navbar-brand img {
max-height: 45px;
}
}

@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {display: block;visibility: hidden;top: 100%;transform: rotateX(-75deg);transform-origin: 0% 0%;border: 0;border-radius:0px;transition: .5s;opacity: 0;left: 0;box-shadow: 0 0 10px #ccc;min-width:260px;}

.navbar-light {position: absolute;width: 100%;top: 0;left: 0;border-bottom: 1px solid rgba(255, 255, 255, .1);z-index: 999;background: #fff;}

.sticky-top.navbar-light {
position: fixed;
background: var(--bs-light);
}

.navbar-light .navbar-nav .nav-link::before {position: absolute;content: "";width: 0;height: 2px;bottom: -1px;left: 50%;background: #003572;transition: .5s;}

.navbar-light .navbar-nav .nav-link:hover::before,
.navbar-light .navbar-nav .nav-link.active::before {
width: calc(100% - 2px);
left: 1px;
}

.navbar-light .navbar-nav .nav-link::after {position: absolute;content: "";width: 0;height: 0;bottom: -1px;left: 50%;background: #003572;transition: .5s;}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link.active::after {
width: 2px;
height: 12px;
}
}
/*** Navbar End ***/

/*
.slider{background:url("../img/bg-1.jpg") no-repeat;background-size: cover;padding:250px 0;}
.banner-content {position: relative;}
.banner-content h2{
    font-size: 56px;
    font-weight: 600;
    color: #fff;font-family: 'Neuropol'
}
.banner-content p{
    font-size: 18px;
    color: #fff;
}
.banner-content .book_btn{
    background: #003572;
    display: inline-block;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
	transition: .3s;
}
.banner-content .book_btn:hover{background:#023047;}
*/


/*.carousel-caption{display:none!important}*/
.carousel-item {position: relative;overflow: hidden}
.carousel-item::before {content: '';width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgb(0 0 0 / 35%);}
.carousel-caption {width:40%;position:absolute;top:60%;transform:translate(0%, -60%);text-align:left;}
.carousel-caption h2 {font-size:76px;line-height: 90px;font-weight: 500;text-transform: capitalize;color: #fff;margin-bottom: 30px;display: inline-block;}
.carousel-caption h5 {position:relative;font-weight:500;font-size:28px;letter-spacing:0.02em;text-transform:uppercase;color:#fff; margin-bottom: 10px;display: inline-block;padding: 0;}
.carousel-indicators{position:absolute;right:0;bottom:5%;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin:0; list-style:none;}


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
position: relative;
overflow: hidden;
background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 140px 0 60px 0;
transition: 0.5s;
}

@media (min-width: 992px) {
.bg-breadcrumb {
padding: 140px 0 60px 0;
}
}

@media (max-width: 991px) {
.bg-breadcrumb {
padding: 60px 0 60px 0;
}
}

.bg-breadcrumb .breadcrumb {
position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

.abou_img{float: right;border: 1px solid #ddd;padding: 6px;border-radius: 5px;margin: 0 0 10px 20px;}

/*** Service Start ***/
.service .service-item {
background:#fff;
border-radius: 10px;
transition: 0.5s;
border: 1px solid #e8e8e8;
}

.service .service-item:hover {
box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

/*
.service .service-item .h4{
    height: 56px;
    overflow: hidden;
}
*/
.service .service-item p{
    height: 72px;
    overflow: hidden;
}
.service .service-item .btn{    color: #fff;
background: #013770;
font-weight: 400;}
.service .service-item .service-img {
position: relative;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transition: 0.5s;
}

.service .service-item .service-img img {
transition: 0.5s;
}

.service .service-item:hover .service-img img {
transform: scale(1.2);
}
/*** Service End ***/


/*** Features Start ***/
.white{color:#fff;}
.feature{background:#003572;padding: 60px 0;}
.feature .feature-item {
text-align: center;
border-radius: 10px;
background: var(--bs-light);
border: 1px solid transparent;
transition: 0.5s;
min-height: 218px;
}
.feature .feature-item h4{
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    overflow: hidden;font-family: 'Neuropol'
}
.feature .feature-item p{
    color: #000;
    font-size: 16px;
    height: 100px;
    overflow: hidden;
}
.feature .feature-item:hover {
border: 1px solid var(--bs-primary);
}

.feature .feature-item .feature-icon {
border-radius: 10px;
display: inline-block;
}
.feature .feature-item .feature-icon i{color:#013770;}
.feature .feature-item .btn{color:#000;}


/*** Features End ***/

/*** Offer Start ***/
.offer-section .nav a.accordion-link {
width: 100%;
border-radius: 10px;
display: flex;
background: var(--bs-white);
transition: 0.5s;
}

.offer-section .nav a.accordion-link.active {
color: var(--bs-white);
background: var(--bs-primary);
}

.offer-section .nav a.accordion-link h5 {
transition: 0.5s;font-family: 'Neuropol'
}

.offer-section .nav a.accordion-link.active h5 {
color: var(--bs-white);font-family: 'Neuropol'
}
/*** Offer End ***/

.abo_area{padding:90px 0;}
.section-title {position: relative;z-index: 99;margin-bottom: 30px;margin-top: -7px;}
.about-wrapper-2 .about-shape {position: absolute;top: 25px;left: 80px;}
.about-wrapper-2 .about-image .about-image-1 {clip-path: polygon(50% 0%, 100% 0, 100% 43%, 100% 81%, 100% 100%, 16% 100%, 0 85%, 0% 43%, 0 0);}
.section-title span {font-size: 14px;font-weight: 500;text-transform: uppercase;color:#003374;display: inline-block;position: relative;padding-left: 50px;}
.section-title span::before {position: absolute;left: 0;content: "";height: 2px;background-color:#003374;width: 37px;top: 13px;}
.about-text{color: #3e3e3e;line-height: 28px;font-weight: 300;}
.abo_btn{background: #013770;border-radius: 30px;color: #fff;display: inline-block;padding: 10px 35px;transition: .3s;}
.abo_btn:hover{color: #fff;background: #000;}

.advice-area{background:#fff url("../img/mission-bg.jpg") no-repeat;background-attachment:fixed;background-size:cover;padding:60px 0;}
.advice-content .advice-title h2 {font-size:22px;margin-bottom:10px;font-family: 'Neuropol'}
.advice-content .advice-title p {margin-bottom: 30px;}
.advice-content .list{margin-bottom: 10px;}
.advice-content .list p{color: #000;font-weight: 500;margin-bottom: 10px;font-size: 16px;text-align: justify;}
.advice-title{color: #000;}
.box{padding: 15px 20px 10px;margin-bottom: 15px;border-radius: 10px;background: #fff;box-shadow: 0 0 15px rgb(0 0 0 / 15%);}
.box h2{font-size: 22px;margin-bottom:5px;font-family: 'Neuropol'}
.box ul{margin:0;padding: 0;list-style: none;}
.box ul li{margin-bottom:0;}
/*
.about-wrapper .about-content .about-box-wrap .about-box-items .client-info {
margin-top: 30px;
display: flex;
align-items: center;
gap: 15px;
justify-content: center;
}
.about-wrapper .about-content .about-box-wrap .about-box-items .client-info .client-img {
border: 2px solid var(--white);
width: 50px;
height: 50px;
border-radius: 50%;
}
.about-wrapper .about-content .about-box-wrap .about-box-items .client-info .client-img img {
width: 100%;
height: 100%;
border-radius: 50%;
object-fit: cover;
}
.about-wrapper .about-content .about-box-wrap .about-box-items .client-info .content h6 {
font-size: 16px;
font-weight: 700;
color: var(--white);
font-family: "Poppins", sans-serif;
}
.about-wrapper .about-content .about-box-wrap .about-box-items .client-info .content span {
font-size: 14px;
color: rgba(255, 255, 255, 0.75);
}
.about-wrapper .about-content .about-box-wrap .about-box-items p {
font-size: 20px;
font-weight: 600;
color: var(--white);
}
.about-wrapper .about-content .about-box-wrap .medal-content {
text-align: center;
}
.about-wrapper .about-content .about-box-wrap .medal-content h5 {
font-size: 20px;
font-weight: 600;
font-family: "Poppins", sans-serif;
margin-top: 20px;
}
.about-wrapper .about-content .about-list {
margin-top: 50px;
}
@media (max-width: 767px) {
.about-wrapper .about-content .about-list {
margin-top: 30px;
}
}
.about-wrapper .about-content .about-list li {
font-size: 18px;
color: var(--header);
font-weight: 500;
}
.about-wrapper .about-content .about-list li i {
color: var(--theme-color);
margin-right: 10px;
}
.about-wrapper .about-content .about-list li:not(:last-child) {
margin-bottom: 15px;
}
.about-wrapper .about-content .about-btn {
display: flex;
align-items: center;
gap: 30px;
margin-top: 44px;
}
@media (max-width: 1199px) {
.about-wrapper .about-content .about-btn {
flex-wrap: wrap;
gap: 30px;
}
}
@media (max-width: 767px) {
.about-wrapper .about-content .about-btn {
margin-top: 30px;
}
}
.about-wrapper .about-content .about-btn .icon {
width: 55px;
height: 55px;
line-height: 65px;
text-align: center;
border-radius: 50%;
background-color: var(--theme-color);
color: var(--white);
font-size: 22px;
}
.about-wrapper .about-content .about-btn .icon-items {
display: flex;
align-items: center;
gap: 15px;
}
.about-wrapper .about-content .about-btn .icon-items span {
font-size: 14px;
font-weight: 500;
}
.about-wrapper .about-content .about-btn .icon-items h4 {
font-size: 18px;
font-weight: 600;
font-weight: "Poppins", sans-serif;
}

.about-wrapper-2 {
margin:60px 0 70px;
position: relative;
}





.about-wrapper-2 .about-content {
margin-left: 10px;
}

.about-wrapper-2 .about-content .section-title {
text-align: left;
}

.about-wrapper-2 .about-content .about-text {
margin-top: 20px;
margin-bottom: 20px;
}

.about-wrapper-2 .about-content .about-button {
margin-top: 40px;
display: flex;
align-items: center;
gap: 40px;
}
.about_us_page_introduction {
padding: 5rem 0 3rem;
background: #f2f8ff;
}
.about_us_page_introduction img {
padding: .5rem;
border: 1px solid #ccc;
}
.about_us_page_introduction h6 {
font-size: 18px;
font-weight: 600;
}
.about_us_page_introduction h1, .about_us_page_introduction h2 {
font-size: 30px;
font-weight: 700;
text-transform: uppercase;
}
.about_us_page_introduction p {
font-size: 16px;margin-top: 10px;
}
*/
/*
.consult_area{background: linear-gradient(90deg, #0071e6, #f3a900);padding: 90px 0 60px;}
.single-solution-card {margin-bottom: 30px;}
.single-solution-card .solution-img {position: relative;overflow: hidden;border-radius: 20px 20px 0 0;}
.single-solution-card .solution-img img {overflow: hidden;transition: all ease .5s;}
.single-solution-card .solution-card-content {background-color: #fff;padding: 30px;border-radius: 0 0 20px 20px;}
.single-solution-card .solution-card-content h3 {font-size: 20px;margin-bottom: 15px;}
.single-solution-card .solution-img:hover img {transform: scale(1.2);filter: blur(3px);}
*/


.page-banner{padding:150px 0;}
.page-banner{position:relative;background-size:cover;background-position:center center;}
.page-banner-content h1 {font-size:50px;margin-bottom:10px;color:#fff;text-transform: capitalize;font-family: 'Neuropol'}
.page-banner-content ul {padding-left:0;margin-bottom:0;}
.page-banner-content ul li{display:inline-block;position:relative;padding-right:20px;font-size:16px;font-weight:500;color:#fff;}
.page-banner-content ul li:first-child::before{position:absolute;content:"";height:2px;width:13px;right:1px;top:12px;background-color: #fff;}
.page-banner-content ul li a{text-decoration:none;color:#fff;}
.page-banner-content ul li:last-child{padding-right:0;}


.section-title .top-title{color:#00a1d5;font-size:16px;font-weight:500;display:inline-block;margin-bottom:15px;position:relative;}
.section-title h2{font-size:36px;font-weight:700;margin-bottom:15px;text-transform: capitalize;font-family: 'Neuropol'}
.ptb-50{padding:50px 0;}

/*** Blog Start ***
.single-blog-card {margin-bottom: 30px;}
.single-blog-card .blog-img {overflow: hidden;border-radius: 10px 40px 0 0;}
.single-blog-card .blog-img img {border-radius: 10px 40px 0 0;transition: all ease .5s;overflow: hidden;}
.single-blog-card .blog-content {padding: 30px;border: 1px solid rgba(12, 184, 182, .2);border-radius: 0 0 40px 10px;transition: all ease .5s;background-color: #fff;}
.single-blog-card .blog-content h3 {font-size: 20px;margin-bottom: 20px;transition: all ease .5s;}
.single-blog-card .blog-content p {font-size: 14px;}
.blog .blog-item {border-radius: 10px;background: var(--bs-white);box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);transition: 0.5s;}
.blog .blog-item a {transition: 0.5s;}
.blog .blog-item:hover a:hover {color: var(--bs-primary);}
.blog .blog-item .blog-img {border-radius: 10px;position: relative;overflow: hidden;}
.blog .blog-item .blog-img img {transition: 0.5s;}
.blog .blog-item:hover .blog-img img {transform: scale(1.2);}
.blog .blog-item .blog-img::after {content: "";position: absolute;width: 100%;height: 100%;top: 0;left: 0;border-radius: 10px; background: rgba(0, 208, 132, 0.1);opacity: 0;transition: 0.5s;z-index: 1;}
.blog .blog-item:hover .blog-img::after {opacity: 1;}
.blog .blog-item .blog-img .blog-title {position: absolute;bottom: 25px;left: 25px;z-index: 5;}
.blog .blog-item .blog-img .blog-title a {color: var(--bs-white);background: var(--bs-primary);transition: 0.5s;}

.blog .blog-item:hover .blog-img .blog-title a:hover {
color: var(--bs-dark);
}

.blog-carousel .owl-stage-outer {
margin-top: 58px;
}

.blog .owl-nav .owl-prev {
position: absolute;
top: -58px;
left: 0;
background:#003572;
color: var(--bs-white);
padding: 6px 35px;
border-radius: 30px;
transition: 0.5s;
}

.blog .owl-nav .owl-prev:hover {
background: var(--bs-dark);
color: var(--bs-primary);
}

.blog .owl-nav .owl-next {
position: absolute;
top: -58px;
right: 0;
background:#003572;
color: var(--bs-white);
padding: 6px 35px;
border-radius: 30px;
transition: 0.5s;
}

.blog .owl-nav .owl-next:hover {
background: var(--bs-dark);
color: var(--bs-primary);
}
/*** Blog End ***/


/*** Testimonial Start ***/
.testimonial{background: #02396e;}
.testimonial h1, .testimonial h4{color:#fff;font-family: 'Neuropol'}

.testimonial .testimonial-item {
position: relative;
margin-bottom: 30px;
padding: 0 25px 25px 25px;
}

.testimonial .testimonial-item::before {
content: "";
position: absolute;
width: 100%;
height: calc(100% - 50px);
bottom: 0;
left: 0;
border-radius: 10px;
background: var(--bs-light);
z-index: -1;
}

.testimonial .testimonial-item .testimonial-img {
display: flex;
justify-content: center;
}

.testimonial .testimonial-item .testimonial-img img {
width: 100px; 
height: 100px;
border-radius: 100px;
border: 5px solid var(--bs-light);
border-style: double;
background: var(--bs-white);
}

.testimonial .testimonial-item .testimonial-text {
padding:86px 0 20px;
text-align: center;
min-height: 250px;
}

.testimonial .testimonial-item .testimonial-title {
text-align: center;
}

.testimonial .testimonial-item  .testimonial-quote-left {
position: absolute;
width: 60px; 
height: 60px;
top: 20px;
left: 25px;
border-radius: 60px;
color: var(--white);
background: #033b6c;
display: flex;
align-items: center;
justify-content: center;
}

.testimonial .testimonial-item  .testimonial-quote-right {
position: absolute;
width: 60px; 
height: 60px;
bottom: -30px;
right: 25px;
margin-top: -5px;
border-radius: 60px;
color: var(--white);
background:#033b6c;
display: flex;
align-items: center;
justify-content: center;
}
.testimonial .testimonial-item  .testimonial-quote-right i, .testimonial .testimonial-item  .testimonial-quote-left i{font-size: 24px;}
.testimonial-carousel .owl-stage-outer {
margin-top: 18px;
margin-right: 0px;
}

.testimonial .owl-nav .owl-prev {
position: absolute;
top: -58px;
left: 0;
background: var(--bs-primary);
color: var(--bs-white);
padding: 5px 30px;
border-radius: 30px;
transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
background: var(--bs-secondary);
color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
position: absolute;
top: -58px;
right: 0;
background: var(--bs-primary);
color: var(--bs-white);
padding: 5px 30px;
border-radius: 30px;
transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
background: var(--bs-secondary);
color: var(--bs-white);
}

.testimonial-carousel .owl-dots {
display: flex;
justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
width: 30px;
height: 30px;
border-radius: 30px;
margin: 20px 10px 0 10px;
background: var(--bs-primary);
transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
width: 30px;
height: 30px;
border-radius: 30px;
background: var(--bs-secondary);
transition: 0.5s;
}

.testimonial-carousel .owl-dots .owl-dot span {
position: relative;
margin-top: 50%;
margin-left: 50%;
transform: translate(-50%, -50%);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot.active span::after {
background: var(--bs-primary);
}

.testimonial-carousel .owl-dots .owl-dot span::after {
content: "";
width: 15px;
height: 15px;
border-radius: 15px;
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background: var(--bs-white);
transition: 0.5s;
}

/*** Testimonial End ***/

/*** Footer Start ***/
.footer {background:#013770;}

.footer .footer-item {display: flex;flex-direction: column;}
.footer .footer-item ul{margin: 0;padding: 0;list-style: none;}
.footer .footer-item h4{font-size: 20px;font-family: 'Neuropol'}
.footer .footer-item i{color: #fff;}
.foot_social{margin-top: 10px;align-self: flex-end;}
.ft_logo{text-align: right;}
.foot_social i{color:#02396e !important;}
.foot_social a{margin: 10px 5px 0;background: #fff;border-radius: 50%;height: 30px;width: 30px;text-align: center;color: #17303b !important;line-height: 31px !important;}
.copyrigtht{color: #fff;text-align: right;margin-top: 14px;font-size: 14px;}
.footer .footer-item a {
line-height: 35px;
color: #fff;
transition: 0.5s;
font-size: 14px;
}
.footer .footer-item p {
line-height: 26px;
font-size: 14px;
}

.footer .footer-item a:hover {color: #e6e6e6;}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {background:#00254c;}
/*** copyright end ***/

.contact-content{box-shadow: 0 0 10px #dfdfdf;border-radius: 7px;overflow: hidden;color: #000;}
.cont_add h3 {text-align: center;background:#003572;color: #fff;padding: 5px 0;margin-bottom: 15px;font-family: 'Neuropol'}
.contact-info{display:flex;gap:15px;padding: 10px 20px;position:relative;overflow:hidden;margin-top: 10px;border-bottom:1px solid #E7E9EC;}
.contact-info-icon i{font-size: 18px;color: #003572;text-align: left;line-height: 28px;}
.contact-content a{color: #000}

.contact-form {}
.contact-form .form-control{margin-bottom: 10px;border-radius: 0;}
.default-btn{background:#003572;border: none;color: #fff;padding: 10px 30px;font-weight: 500;border-radius: 40px;}


.inn_services .service-item {background: var(--bs-light);border-radius: 10px;transition: 0.5s;border: 1px solid #e8e8e8;margin-top: 30px;}
.inn_services .service-item:hover {box-shadow: 0 0 45px rgba(0, 0, 0, .2);}
.inn_services .rounded-bottom{min-height: 74px;}
.inn_services .service-img{overflow: hidden;}
.inn_services .service-item .service-img img {transition: 0.5s;}
.inn_services .service-item:hover .service-img img {transform: scale(1.2);}
.serv_head{font-size: 18px;font-weight: 600;color: #000;display: block;padding: 10px 20px;}


.inn_serv_links{margin: 0;padding: 0;list-style: none;border: 1px solid #d7d7d7;position:sticky;top: 90px;}
.inn_serv_links li{margin: 0;padding: 0;border-bottom: 1px solid #d7d7d7;}
.inn_serv_links li:last-child{border-bottom:none;}
.inn_serv_links li:first-child{padding: 10px 10px;font-weight: 700;color: #fff;background:#003374; text-transform: uppercase;font-size: 18px;border-bottom: 1px solid #fff;font-family: 'Neuropol'}
.inn_serv_links li a{display: block;padding: 10px 10px;transition: .3s;}
.inn_serv_links li a:hover{background:#003572;color: #fff;}
.serv_cont{}
.serv_cont h2{font-size: 28px;font-weight: 600;margin-top: 20px;font-family: 'Neuropol'}
.serv_cont h4{margin:30px 0 20px;font-family: 'Neuropol'}
.serv_cont p{color: #000;text-align: justify;}
.serv_cont ul{margin:15px 0 10px 20px;padding: 0;}
.serv_cont ul li{margin: 0;padding:0 0 10px 0;color: #000;}
.serv_cont ul li a{color:#000}

.stmp {border: 1px solid #eee;background: #efefef;border-radius: 3px;margin: 35px 0 15px 0;padding: 15px;}
.stmp a {font: 400 14px / 18px 'Poppins', sans-serif;color: #65717b;width: 49%;border: 1px solid #ddd;display: block;padding: 8px 10px 8px 15px;text-decoration: none;background: #fff;text-transform: capitalize;margin: 3px .5%;float: left;border-radius: 3px;
transition: all linear .3s;-webkit-transition: all linear .3s;-moz-transition: all linear .3s;-ms-transition: all linear .3s;}
.sitemap_sec h3 {font: 600 20px / 20px 'Neuropol', sans-serif;margin: 35px 0 0 0;background: #003572;color: #fff;padding: 5px 15px 6px;display: inline-block;}


/**
 * Working Progress
 */
.workprogress-image {
  margin-top: 30px;
}
.workprogress-box {
  position: relative;
  height: 360px;
  width: 360px;
  z-index: 1;
  margin: 0 auto;
  margin-top: 30px;
}
.workprogress-box:before {
  content: "";
  background: url(../img/roundbox-bg-2.png) no-repeat scroll center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 5px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.workprogress-block {
  position: absolute;
  width: 245px;
}
.workprogress-block:nth-child(1) {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.workprogress-block:nth-child(2) {
  left: 0;
  top: 75%;
  -webkit-transform: translate(-45%, -40%);
          transform: translate(-45%, -40%);
}
.workprogress-block:nth-child(3) {
  left: auto;
  right: 0;
  top: 75%;
  -webkit-transform: translate(55%, -40%);
          transform: translate(55%, -40%);
}
.workprogress-block h5 {
  margin-bottom: 10px;
  margin-top: 15px;font-family: 'Neuropol'
}
.workprogress-block p {
  margin-bottom: 0;
}
.workprogress-icon {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 80px;
  background: #02396e;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-size: 34px;
  margin-top: -45px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .workprogress-box {
    width: 250px;
  }
  .workprogress-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 28px;
  }
  .workprogress-block:nth-child(2) {
    top: 67%;
  }
  .workprogress-block:nth-child(3) {
    top: 67%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .workprogress-image {
    text-align: center;
  }
  .workprogress-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .workprogress-box {
    width: 250px;
    margin-top: 80px;
  }
  .workprogress-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 28px;
  }
  .workprogress-block:nth-child(2) {
    top: 67%;
  }
  .workprogress-block:nth-child(3) {
    top: 67%;
  }
}
@media only screen and (max-width: 575px) {
  .workprogress-box {
    height: auto;
    margin-top: 50px;
  }
  .workprogress-box::before {
    display: none;
  }
  .workprogress-block {
    position: relative;
    width: auto;
    top: inherit !important;
    -webkit-transform: inherit !important;
            transform: inherit !important;
    left: inherit !important;
    margin-top: 30px;
  }
  .workprogress-icon {
    margin-top: 0;
  }
}
.section-padding-lg {
    padding: 60px 0;
}
.bg-shape-2 {background: #fff;}
.tax_img {
    border: 1px solid #d9d9d9;
    padding: 7px;
    margin-bottom: 25px;
}