*,
::after,
::before {
box-sizing: border-box;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

.page-wrapper {
    flex: 1 0 auto;
}

a:focus {
    outline: none;
}

a {
    transition: color 0.2s ease-in-out;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,
p {
    font-size: 14px;
    color: #000;
}

p,
body,
title,
h1,
h2,
h3,
h4,
h5,
h6,
span {
    color: #000;
}

h5,
.h5 {
    font-size: 16px;
    font-weight: 500;
}

h4,
.h4 {
    font-size: 14px;
    font-weight: 600;
}

h3,
.h3 {
    font-size: 18px;
    font-weight: 600;
}

img,
figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

svg {
    max-width: 100%;
}

iframe {
    width: 100%;
}

.iframe-full-height-wrap {
    min-height: 18rem;
    overflow: hidden;
}

.iframe-full-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

::-moz-selection {
    background:#2862F6;
}

::selection {
    background:#2862F6;
}

::-moz-selection {
    background:#2862F6;
}

@media (min-width: 1280px) {

    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
}

small,
.small {
    font-weight: inherit;
}


button:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h4,
h6,
p a li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
}

h1,
.h1 {
    line-height: 1.2;
}

h2,
.h2 {
    line-height: 1.25;
}

h3,
.h3 {
    line-height: 1.3;
}

h4,
.h4 {
    line-height: 1.35;
}

h5,
.h5 {
    line-height: 1.4;
}

h6,
.h6 {
    line-height: 1.4;
}

ul li,
ol li {
    margin-bottom: 0.333rem;
}

.list-inline-item:not(:last-child) {
    margin-right: 1.25rem;
}

dt {
    color: #4a4b65;
    margin-bottom: 0.25rem;
    font-weight: 600;
}

dd {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.text-justify {
    text-align: justify;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-heading h1 {
    font-size: 40px;
}
.sec-heading p {
    font-size: 22px;
}
.sec-heading p span{
    color: #2862F6;
}

.divider {
    height: 1px;
    width: 100%;
    background-color: #333333;
}

.space-between{
    padding: 85px 0;
}

/*Common Button==================*/
button.cmn_btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0px;
}

button.cmn_btn span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
}
/*Header Section ====================================*/
#top-herader .navbar-brand .hdr-logo{
    width: 80px;
}
#top-herader .navbar-nav .nav-item{
    margin-bottom: 0;
}
#top-herader .navbar-nav li a{
    font-size: 18px;
    padding: 0 15px!important;
    color: #000000;
}
#top-herader .navbar-nav li a.active, #top-herader .navbar-nav li a:hover, 
#top-herader .navbar-nav .show, #top-herader .navbar-nav li.current-menu-item a{
    color: #2862F6;
}
/*Hero Slider css====================================*/
.hero-section {
    padding: 0;
    margin: 0;
    position: relative;
}
.hero-section .owl-carousel .owl-item img {
    width: 100%;
}
.hero-section .owl-carousel .owl-item{
    position: relative;
}
.hero-section .owl-carousel .owl-item:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 47%);
}
.hero-section .slider-captions{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-162px);
    z-index: 999;
}
.hero-section .slider-captions h3{
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}
.hero-section .slider-captions form{
    background: #EBEBEB;
    border-radius: 6px;
}
.hero-section .slider-captions .form-select{
   background: #EBEBEB url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: 124px center;
    background-size: 15px;
    outline: none;
    border-radius: 0;
    border-top: 0;
    border-bottom: 0;
    border-right: 1px solid #C2C2C2;
    border-left: 0;
    line-height: 2rem;
}
.hero-section .slider-captions .be-0{
    border-right: 0;
}
.hero-section .slider-captions .input-group .btn {
    position: relative;
    z-index: 2;
    padding: 0 30px;
    font-size: 20px;
    background: #2862F6;
}
.hero-section .slider-cnt{
    text-align: center;
}
.hero-section .slider-cnt h1.slider-title{
    font-size: 50px;
    font-weight: 700;
    color: #ffffff;
}
.hero-section .slider-cnt h2.slider-sub-title{
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
}
/*About Section css====================================*/
.about-section img{
    width: 90%;
    border-radius: 90px;
}
.abt-img{
    position: relative;
}
.about-section .abt-img::after{
    content: '';
    position: absolute;
    left: -40px;
    top: 60px;
    width: 90%;
    height: 95%;
    background: #E4EBEC;
    border-radius: 100px;
    z-index: -1;
}
.about-section .abt-cnt p{
    font-size: 22px;
    line-height: 40px;
}
/*High Month css====================================*/
.high-month .table-responsive{
    border: 1px solid #5B5B5B;
    border-radius: 20px;
}
.high-month .table-responsive .table{
    margin-bottom: 0;
    border-color: #5B5B5B;
    text-align: center;
}
/*.high-month .table-responsive .table tbody:nth-child(2) tr td{
    border-style: solid;
}*/
.high-month .table-responsive .table tbody:nth-child(2) tr td{
    border-bottom-style: hidden;
}
.high-month .table-responsive .table tbody:nth-child(2) tr:last-child td{
    border-bottom-style: solid;
}

.high-month .btn{
    padding: 8px 30px;
    font-size: 20px;
    border-style: solid;
}
/*Footer Section css====================================*/
.footer .footer-top{
    background: url(../images/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
}
.footer .footer-top:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 47%);
    z-index: 0;
}
.footer .footer-top .sec-heading{
    position: relative;
    z-index: 1;
}
.footer .footer-top p{
    font-size: 20px;
}
.footer .footer-top .btn {
    padding: 8px 30px;
    font-size: 20px;
}
.footer .copyright{
    background: #ffffff;
}
.footer .copyright p, .footer .copyright a{
    font-size: 16px;
    color: #000000;
}
footer .copyright a:hover{
    color: #2862F6;
}

/*Inner Hero Section==============*/
.inner-hero-section{
    background: url(../images/hero-bg.jpg) center center no-repeat;
    padding: 110px 0;
    position: relative;
    background-size: cover;
}
.inner-hero-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 47%);
}
.inner-hero-section .inner-hero-cnt{
    position: relative;
    z-index: 1;
}
.inner-hero-section .inner-hero-cnt h1.slider-title {
    font-size: 42px;
    font-weight: 500;
    color: #ffffff;
}
.inner-cont-section .sec-heading a{
    font-size: 36px;
    font-weight: 700;
}
.inner-cont-section .card .card-body .card-text{
    font-size: 16px;
}
.inner-cont-section .card:last-child{
    margin-bottom: 0!important;
}
.inner-cont-section .contact-dtls .inner-cnt {
    position: relative;
    z-index: 1;
}
.inner-cont-section .contact-dtls .contact-us {
    background: url(../images/contact.png) center center no-repeat;
    background-size: cover;
    position: relative;
}
.bg-overlay {
    position: absolute;
    background-color: rgb(0 0 0 / 68%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.inner-cont-section .contact-dtls .inner-cnt h3 {
    color: #2862F6;
}
.inner-cont-section .contact-dtls .contact-us p, .inner-cont-section .contact-dtls .contact-us a{
    color: #ffffff;
}
.list-group .list-group-item{
    margin-bottom: 0;
}
.list-group .list-group-item{
    font-size: 16px;
}
/*Responsive Css==================*/
@media (max-width: 991px) {
#top-herader .navbar-nav .nav-link {
    padding: 10px!important;
}
#top-herader .offcanvas-header .hdr-logo{
    width: 65px;
}
.hero-section .slider-cnt h1.slider-title {
    font-size: 30px;
}
.hero-section .slider-cnt h2.slider-sub-title {
    font-size: 24px;
}
.hero-section .slider-captions {
    transform: translateY(-107px);
}
.hero-section .slider-captions .form-select {
    background-position: 94px center;
}
.sec-heading h1 {
    font-size: 28px;
}
.sec-heading p {
    font-size: 18px;
}
.about-section .abt-cnt p {
    font-size: 18px;
    line-height: 30px;
}
.about-section img {
    width: 90%;
    border-radius: 40px;
}
.about-section .abt-img::after {
    border-radius: 40px;
}
.space-between {
    padding: 40px 0;
}
.footer .footer-top p {
    font-size: 16px;
}
.high-month .btn {
    padding: 5px 22px;
    font-size: 16px;
}
.footer .footer-top .btn {
    padding: 5px 22px;
    font-size: 16px;
}
.footer .copyright p, .footer .copyright a {
    font-size: 14px;
}
}
@media (max-width: 767px) {
.hero-section .owl-carousel .owl-item img {
    height: 100vh;
}
.hero-section .slider-cnt h1.slider-title {
    font-size: 26px;
}
.hero-section .slider-cnt h1.slider-title {
    font-size: 26px;
}
.hero-section .slider-captions h3 {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: 400;
}
.hero-section .slider-captions .input-group .btn {
    padding: 0px 14px;
    font-size: 16px;
}
.hero-section .slider-captions {
    transform: translateY(-122px);
}
.abt-cnt{
    margin-top: 60px;
}
.about-section{
    padding-bottom: 0;
}
.about-section .abt-img img{
    margin-left: 10%;
}
.about-section .abt-img::after{
    left: 0;
}
.inner-hero-section .inner-hero-cnt h1.slider-title {
    font-size: 30px;
}
}
@media (max-width: 575px) {
    .hero-section .slider-captions {
    transform: translateY(-200px);
}
.hero-section .slider-captions .form-select {
    background-position: right center;
    border: 0;
}
.hero-section .slider-captions .input-group{
    flex-wrap: nowrap;
}
}

textarea.form-control{
    height: 120px;
}
.form-label span{color: red;}
/* ERROR 404 PAGE 

---------------------------------*/

.err404 {

    padding-bottom: 0px;

}



.error-page {

    margin: 0;

    font-weight: 600;

    overflow-x: hidden;

    color: #fff;

    font-size: 14px;

    height: 100vh;

    width: 100%;

    letter-spacing: 1px;

    display: flex;

    align-items: center;

}



.error-page .head {

    font-size: 180px;

    font-weight: 600;

    letter-spacing: 25px;

    color: #cc0000;

    margin: 0;

    display: inline-block;

}



.error-page .head span {

    position: relative;

    display: inline-block;

    font-family: auto;

}



.error-page p {

    font-size: 18px;

    line-height: 1.5;

    text-align: center;

    color: #000;

    font-weight: 500;

}



.errbtn-all {

    border-radius: 0px;

    padding: 12px 26px;

    background: #e94d65;

    color: #fff;

    text-transform: capitalize;

    font-size: 16px;

    line-height: 26px;

    font-weight: 500;

    border: 1px solid #e94d65;

    -moz-transition: all 300ms ease-in-out 0s;

    -webkit-transition: all 300ms ease-in-out 0s;

    transition: all 300ms ease-in-out 0s;

}



.errbtn-all:hover,

.errbtn-all:focus {

    background: transparent;

    color: #e94d65;

    border-color: #e94d65;

    -moz-transition: all 300ms ease-in-out 0s;

    -webkit-transition: all 300ms ease-in-out 0s;

    transition: all 300ms ease-in-out 0s;

    box-shadow: none;

    outline: 0;

}
tr.active td{
   background-color: #cce0ff;
}