body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}
a:hover{
    text-decoration: none;
}
p{
    font-size: 16px;
}
section{
    padding: 70px 0;
}
.bg_gray{
    background: #e5e5e5;
}
header{
    padding: 0;
}
.top_header{
    overflow: hidden;
    background-color: transparent;
}
.marquee {
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
  display: inline-block;
  white-space: nowrap;
}
.marquee:hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }
  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}
.cell {
    display: inline-block;
    /* fix that elegant/ugly font-size: 0 hack */
    font-weight: 700;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #ffffff29;
}
.cell .content {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;

}
.header-info {
    display: inline-block;
    float: right;
}
.header-info .hf-item {
    display: inline-block;
    margin-right: 20px;
}
.header-info .hf-item i {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #25cdc7;
    font-size: 18px;
    padding-top: 13px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.header-info .hf-item i:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
}
.header-info .hf-item p {
    display: inline-block;
    position: relative;
    top: 0;
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
}
.header-info .hf-item p span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
}
.navbar {
/*    background: #1b7fb3;*/
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    padding: 10px 13px;
    font-family: 'Mulish', sans-serif;
    letter-spacing: 0.8px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: #25cdc7;
}
.banner {
    height: 550px;
    overflow: hidden;
}
.banner .carousel,
.banner .carousel-inner,
.banner .carousel-item {
    overflow: hidden;
    height: 550px;
}
.banner .carousel-item{
    position: relative;
}
.banner .carousel-item:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  //  background: rgb(0 201 253);
  //  background: linear-gradient(90deg, rgb(15 59 178) 0%, rgba(255,255,255,0) 146%);
}
.banner .jarallax-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    padding: 50px;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 0;
}
.banner .carousel-caption {
    max-width: 700px;
    top: 50%;
    bottom: auto;
    color: #09132d;
    transform: translateY(-50%);
    z-index: 0;
    text-align: left;
    left: 15%;
    /* right: 0; */
    /* margin: auto; */
}
.banner .carousel-indicators {
    z-index: 1;
    top: 50%;
    display: block;
    margin-left: 10%;
    width: 23px;
    transform: translateY(-50%);
    height: 85px;
}
.banner .carousel-indicators [data-bs-target] {
    padding: 0;
    width: 10px;
    height: 10px;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: transparent;
    border: 2px solid #fff;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
    opacity: 1;
}
.banner .carousel > .carousel-indicators .active {
    background-color: #fff;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.banner .carousel-indicators [data-bs-target].active:before {
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.banner .carousel-item-next.carousel-item-left,
.banner .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.banner .carousel-item-next,
.banner .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}
.banner .carousel-item-prev,
.banner .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}
.banner .carousel-caption .caption {
    color: #103bb1;
    font-size: 20px;
    font-weight: 500;
    cursor: default;
    text-transform: uppercase;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
    display: block;
    width: 100%;
}
.banner .carousel-caption .caption2 {
    color: #103bb1;
    font-size: 48px;
    font-weight: 800;
    cursor: default;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.5s;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    width: 100%;
}
.banner .carousel-caption p {
    color: #103bb1;
    font-size: 16px;
    font-weight: 400;
    cursor: default;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
.banner .carousel-control-next, .banner .carousel-control-prev{
    opacity: 1;
}
.banner .carousel-control-prev-icon, .banner .carousel-control-next-icon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    background-size: 15px;
    border: 2px solid #fff;
}
.banner .carousel-control-prev-icon:after{
    content: "\f177";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    line-height: 38px;
}
.banner .carousel-control-next-icon:after{
    content: "\f178";
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    line-height: 38px;
}
.btn_theme {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    background: #103bb1;
    color: #fff;
    padding: 18px 30px;
    font-size: 17px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 25px;
    min-width: 200px;
    text-align: center;
    border: none;
    cursor: pointer;
}
.btn_theme:hover{
    background: #000000;
    color: #fff;
}
.banner .btn_theme{
    color: #103aaf;
    background: #fff;
}
.banner .btn_theme:hover{
    background: #103aaf;
    color: #fff;
}
.pay_online{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.pay_online li{
    width: 33.3333%;
    text-align: center;
}
.home_content{
    padding: 70px 0;
}
.home_content h1{
    font-size: 30px;
    color: #000000;
    font-weight: 700;
}
.home_content p, .inner_content p{
    font-size: 16px;
    color: #898989;
    font-weight: 400;
    line-height: 1.9;
}
.sidebar_content_div{
    border-radius: 5px;
    background: #002a5c;
    padding: 20px;
}
.sidebar_content_div h5{
    color: #fff;
    margin-top: 20px;
}
.sidebar_content_div ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar_content_div ul li{
    display: block;
    position: relative;
}
.sidebar_content_div ul li:last-child{
    border-bottom: 0;
}
.sidebar_content_div ul li:before{
    content: "\f0da";
    color: white;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 10px;
}
.sidebar_content_div ul li a{
    color: white;
    padding: 10px 15px 10px 30px;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.sidebar_content_div ul li a:hover{
    color: #56dbff;
}
footer{
    background: #272c49;
    padding: 50px 0 0;
}
footer h6{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
footer .contact, .dobule_link ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .contact li, .dobule_link li{
    display: block;
    color: #fff;
}
footer .contact li a, .dobule_link li a, footer p{
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
}
.dobule_link li{
    margin: 4px 0;
}
.dobule_link li a:hover{
    color: #01c7fd;
}
.social a{
    font-size: 24px;
    color: #fff;
}
.about-widget img{
    width: 180px;
}
.footer_bottom{
    padding: 15px 0;
    margin-top: 30px;
    border-top: 1px solid #00000047;
}
.nav-tabs {
    border: 1px solid #a5a5a5;
    background: #bad546;
    margin-top: 15px;
    border-radius: 4px 4px 0 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    font-weight: 500;
    color: #000;
    padding: 12px 25px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #000;
    border: 0;
}
.nav-tabs .nav-item {
    margin-bottom: -3px;
}
.list_item, .bottom_link{
    margin: 0;
    padding: 0;
    list-style: none;
}
.list_item li{
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 22px;
    font-size: 16px;
    color: #898989;
}
.list_item li:last-child{
    border-bottom: 0;
}
.list_item li:before{
    content: "\f0da";
    color: #0f3bb2;
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: -2px;
}
.list_item li a{
    color: brown;
    display: block;
    font-size: 14px;
    padding-left: 35px;
}
.bottom_link li{
    display: inline-block;
}
.bottom_link li a{
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 25px;
    text-decoration: none;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h3 {
    margin: 15px 0 0 0;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    color: #000;
}
.section-title h2 {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 8px 20px;
    margin: 0;
    background: #0f3bb226;
    color: #0f3bb2;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 50px;
}
.section-title h3 span {
    color: #0f3bb2;
}
.post_item{
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    text-decoration: none;
}
.post_image_div{
    display: block;
    height: 230px;
    overflow: hidden;
}
.post_image_div img{
    transition: 1s all;
}
.post_item:hover img{
    transform: scale(1.2);
    transition: 1s all;
}
.post_content{
    padding: 20px 30px 25px 30px;
    background: #fff;
}
.post_content h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    transition: 1s all;
    color: #103bb1;
}
/*
.post_content h3 a{
    text-decoration: none;
    color: #103bb1;
}
*/
.post_content p{
    color: #898989;
    font-size: 15px;
}
.post-meta-list {
    text-align: left;
    margin: 3px 0 5px 0;
}
.post-meta-list>span {
    color: #666;
}
.post-meta-list .meta-date-text {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 28px;
}
.swiper-pagination {
    margin-top: 60px;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgb(162 162 162 / 50%);
    opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #0f3bb2;
}
.services_item{
    background: #fff;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    transition: 1s all;
    border-radius: 10px 10px 0 0;
}
.services_item_content{
    padding: 20px 30px;
}
.services_item h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0f3bb2;
    position: relative;
    z-index: 1;
}
.services_item p{
    color: #898989;
    font-size: 15px;
    position: relative;
    z-index: 1;
}
.services_item .btn_theme{
    font-size: 15px;
    padding: 14px 25px; 
    min-width: inherit;
    position: relative;
    z-index: 1;
}
/*
.services_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #0f3bb2;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.services_item:hover::before {
    height: 100%;
    border-radius: 0 0 5px 5px;
}
*/
.services_item a.image_div{
    display: block;
    height: 170px;
    overflow: hidden;
}
.services_item img{
    border-radius: 10px 10px 0 0;
}
.services_item:hover img{
    transform: scale(1.2);
    transition: 1s all;
}
/*
.services_item:hover h3{
    color: #fff;
}
.services_item:hover p{
    color: #fff;
}
*/
.services_item:hover .btn_theme{
    background: #fff;
    color: #0f3bb2;
}
.contact-text h4 {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}
.contact-text p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}
.single-contact-info {
    margin: 31px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-contact-info h6 {
    margin-bottom: 0;
    display: block;
    align-items: baseline;
    flex-wrap: wrap;
    line-height: 1.5;
}
.single-contact-info > i {
    color: #103bb1;
    margin-right: 30px;
    font-size: 24px;
    border: 1px solid #e4e4e4;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
}
.contact-form {
    padding: 35px 30px;
    background-color: #e5e5e5;
}
.contact-form-title h6 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 800;
    color: #000;
}
.contact-form .form-control {
    height: 45px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.contact-form textarea.form-control {
    height: 110px;
}
.inner_banner{
    position: relative;
    height: 350px;
    overflow: hidden;
}
.inner_banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner_banner_caption_div{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0,0,0,0.5);
}
.inner_banner_text{
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}
.inner_content ul {
    padding: 0;
    list-style: none;
}
.inner_content ul li {
    color: #898989;
    line-height: 1.7;
    padding: 7px 0 7px 30px;
    position: relative;
}
.inner_content ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    transform: rotate(45deg);
    border-color: rgb(15 59 178);
    border-style: solid;
    border-width: 0px 3px 3px 0px;
    margin: 0.1rem 1rem 0.1rem 0.5rem;
    border-radius: 0px;
    background: none;
    position: absolute;
    left: 0;
    top: 8px;
}
.team_box{
    padding: 30px;
    box-shadow: 0px 3px 10px 0px rgba(41,45,194,0.08);
    transition: all 0.6s linear;
    border-radius: .25rem;
    background-color: #fff;
}
.team_box p{
    line-height: 1.7;
}
.team-area .thumb {
    position: relative;
    overflow: hidden;
}
.team-area .thumb div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0f3bb2;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s;
}
.team-area .thumb div i {
    color: #fff;
    font-size: 20px;
    padding: 10px;
    z-index: 9999;
}

.team-area .thumb img {
    display: block;
    width: 100%;
}

.team-area .thumb div span {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
}

.team-area .thumb div p {
    display: block;
    position: absolute;
    bottom: 10px;
    left: 20px;
    font-weight: 100;
}

@media (max-width: 768px) {
    .team-area .thumb div p {
        bottom: -15px;
    }
}
.team-area .thumb:hover div {
    cursor: pointer;
    opacity: 1;
}
.facebook-btn{
    background: #507cc0;
}
.google-btn{
    background: #df4930;
}
.inner_content .post_image_div{
    height: auto;
}
.inner_content .post_item{
    box-shadow: none;
}
.inner_content .post_item .btn_theme{
    padding: 10px 25px;
    font-size: 14px;
    min-width: inherit;
    text-decoration: none;
}
.media-post {
    border: 1px dashed #d3d3d3;
    padding: 5px;
    margin-bottom: 10px;
}
.media-post .post-thumb {
    float: left;
    margin: 0 10px 5px 0;
    width: 118px;
}
.media-post .post-right {
    overflow: hidden;
}
.post-title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1;
}
.post-title a {
    font-size: 16px;
    color: #103bb1;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.5;
    text-transform: uppercase;
}
.latest-posts p {
    font-size: 13px;
    margin-bottom: 5px;
}
.h-entry a{
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
.font-weight-500{
    font-weight: 500;
}