body,
html {
    font-family: "Poppins", sans-serif !important;
}

.topbg {
    background-color: #f89b1f;
}
@media (max-width:767px){
    .topbg {
        padding: 8px 15px;
    } 
}

.topbar {
    padding: 5px 0;
    position: relative;
}

.header_top-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
}
@media (max-width:767px){
    .header_top-area{
        flex-direction: column;
        align-items: flex-end;
    }
}

.header_top-left ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-right: solid 1px white;
}
@media (max-width:767px){
    .header_top-left ul {
        flex-direction: column;
    justify-content: flex-end;
    border-right:none;
    }
}

.header_top-left ul li {
    list-style: none;
    color: white;
    font-size: 16px;
    margin-right: 15px;
}
@media (max-width:767px){
    .header_top-left ul li {
        margin-bottom: 8px;
    }
}
@media (max-width:576px){
    .header_top-left ul li {
        font-size: 14px;
    }
}

.header_top-right ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width:767px){
    .header_top-right ul {
        margin-left: -31px;
    }  
}
@media (max-width:576px){
    .header_top-right ul {
        margin-left: -15px;
    }  
}

.header_top-right ul li {
    list-style: none;
}

.header_top-right ul li a {
    list-style: none;
    color: white;
    font-size: 16px;
    margin-left: 15px;
    text-decoration: none;
}

.logo_wrp {
    position: absolute;
    left: 0;
    top: -6px;
    /* transform: translateX(-50px); */
    background-color: white;
    width: 130px;
    height: 105px;
    border-radius: 0 0 15px 15px;
    padding: 10px;
    box-shadow: 0 6px 12px #5656562b;
    display: flex;
    align-items: center;
    z-index: 9;
}


.hero-slider {
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-slider {
        height: 500px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 53px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f060";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f061";
    font-size: 15px;
    color: #d4d3d3;
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

/* @media screen and (min-width: 992px) {
    .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
      display: none;
    }
  } */
.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;

    }
}

/*--------------------------------------------------------------
      #hero-style
  --------------------------------------------------------------*/
/* .hero-style {
    height: 850px;
    transition: all .4s ease;
} */

@media (max-width: 991px) {
    .hero-style {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 500px;
    }
}

/* @media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 550px;
    }
} */

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 500px;
}

.hero-style .slide-title h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 0px;
    text-transform: capitalize;
    transition: all .4s ease;
    /* background: #2167b2; */
    background: rgb(255,255,255);
background: linear-gradient(260deg, rgba(255,255,255,0) 0%, rgba(33,103,178,1) 53%, rgba(33,103,178,1) 100%);
    padding: 10px;
}

/* @media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 60px;
    }
} */

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        /* font-size: 50px; */
        margin: 0 0 0px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 0px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-family: "Poppins", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: #000000;
    margin: 0 0 40px;
    transition: all .4s ease;
    /* background: #f89b1f; */
    background: rgb(255,255,255);
background: linear-gradient(260deg, rgba(255,255,255,0) 0%, rgba(248,155,31,1) 53%, rgba(248,155,31,1) 100%);
    padding: 10px;
}

@media (max-width: 991px) {
    .hero-style .slide-text p {
        font-size: 16px !important;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
      #button-style
  --------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #2b3b95;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

.section2_area{
    background-color: #fff5e7;
    background-image: url('../img/bg.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size:cover;
    height: 100%;
    width: 100%;
    /* background: rgb(241,247,254); */
/* background: linear-gradient(0deg, rgba(241,247,254,1) 0%, rgba(255,255,255,1) 100%); */
}


    .about-style2 {
        margin-top: -60px;
        position: relative;
        z-index: 9;
    }

    @media (max-width: 576px) {
        .about-style2 {
            margin-top: -20px;
        }
    }
.about-style2 .about_wrp{
    background-color: #fff;
    border-radius: 20px;
}
.about-style2 .about__left {
    padding: 46px 30px 30px 30px;
}

.about-style2 .about__left p{
    font-size: 16px;
    color: #525252;
}
.about-style2 .about__left h4{
    line-height: 25px;
}
@media (min-width: 576px) {
    .about-style2 .about__right {
        padding: 46px 30px 30px 30px;
        background: #2167b2;
    }
}

.about-style2 .about__title h3 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .about-style2 .about__title h3 {
        font-size: 3.25rem;
        margin-top: 0;
    }
}

.about__right .form-label{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.mb-3{
    margin-bottom: 16px;
}

.about__right input{
    height: 44px !important;
}
.about__right .form-control{
    border-radius: 4px;
}

.footer_top{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.footer_top .container{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(33, 103, 178);
    background: linear-gradient(260deg, rgba(33, 103, 178, 1) 0%, rgba(248, 155, 31, 1) 100%);
    padding: 30px 20px;
    border-radius: 10px;
    bottom: -48px;
   
}
@media (max-width:767px){
    .footer_top .container{
        width: 100%;
    } 
}
.footer_top .account {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width:576px){
    .footer_top .account {
        display: block;
    }
}
.footer_top .account input{
    height: 44px !important;
}
.footer{
    background-color: #000e1c;
    padding: 100px 0 50px;
}
.footer p{
    font-size: 15px;
    text-align: center;
    color: #adadad;
}
.btn{
    height: 44px !important;
}
@media (max-width: 767px) {
.logo_wrp {
    position: absolute;
    left: 0%;
    /* transform: translateX(50px); */
    background-color: white;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    padding: 10px;
    box-shadow: 0 6px 12px #5656562b;
    display: flex;
    align-items: center;
    z-index: 9;
}
}
@media (max-width: 767px) {
.mn {
    width: 250px;
}
}
@media (max-width: 991px) {
.pts {
    padding-top: 260px;
}
}
@media (max-width: 767px) {
.ser {
    padding-top: 20px;
}
}

#contactDiv {
    display: none;
    /* Initially hidden */
    background-color: #2167b2;
    padding: 20px;
    margin-top: 10px;
    position: absolute;
    top: 30px;
    right: 4px;
    z-index: 6;
}

.toggle-btn {
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 5px;
    display: none;
    font-size: 25px;
    background: transparent;
    line-height: 0;
}

@media (max-width:576px) {
    .d-sm-none {
        display: none;
    }

    .toggle-btn {
        display: block;
    }

}
@media (max-width:476px) {
    #contactDiv {
        padding-top: 55px;
    }
}
.about__left h2{
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #165ca7;
}
.blog_area{
    padding: 30px 0;
    margin-top: 30px
}
@media (max-width:991px){
    .blog_area img{
        margin-bottom: 20px;
    }
}

.blog_area h4{
    margin: 0 0 5px 0;
    padding: 0;
    color: #cf7600;
}
.blog_area p{
    font-size: 15px;
    color: #262626;
}
.blog_area h5{
    color: #181818;
    font-size: 22px;
}
.blog_area h5 span{color: #cf7600;}
.blog_area h2{
    margin: 0 0 30px 0;
    padding: 0;
    color: #165ca7;
}
.blog_area a{
    background-color: #2167b2;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 15px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.blog_area a:hover{
    background-color: #cf7600;
}
.innerpage_banner{
    height: 450px;
    overflow: hidden;
}
.innerpage_banner .banner_img{
    background-image: url('../img/slider2.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.banner_container{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerpage_banner h1{
    text-align: left;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.inner_footer{
    padding-top: 50px !important;
}