@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Italic.woff2') format('woff2'),
        url('../fonts/Roboto-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
        url('../fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto';
    background-color: var(--bodyBg-color);
    color: var(--black-color);
}

::-webkit-scrollbar,
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track {
	width: 0.3125rem;
	height: 0.3125rem;
	border: none;
	background: transparent;
}
::-webkit-scrollbar-button,
::-webkit-scrollbar-track-piece,
::-webkit-scrollbar-corner,
::-webkit-resizer {
	display: none;
}
::-webkit-scrollbar-thumb {
	border-radius: 0.375rem;
	background-color: var(--black-color);
}
::-webkit-scrollbar-track {
background-color: var(--light-color1);
border: 0.0625rem solid transparent;
background-clip: content-box;
}


html{
    font-size: 16px;
}


/* ------------- Light & dark color codes start--------------------- */



:root {
    --bodyBg-color: #ffffff !important;
    --headerbg-color: #ffffff !important;

    --primary-color: #1b316b  !important;
    --secondary-color: #0099EB !important;

    --black-color: #011E45 !important;
    --white-color: #ffffff !important;
    --gray-color: #627792 !important;
    --light-color1: #f3fbfd !important;
    --disabled-color: #dedede !important;
    --border-color: #BBCEE0 !important;
    --cardShadow-color: #d3d9e5 !important;
    --activeWhite-color: #ffffff !important;
    --themewhite-color: #ffffff !important;
    --action-color: #0dcaf0 !important;

}

body.night-mode {

    --bodyBg-color: #0d0f12 !important;
    --headerbg-color: #313c4c !important;

    --primary-color: #FB8118 !important;
    --secondary-color: #0099EB !important;

    --black-color: #ffffff !important;
    --white-color: #252e3b !important;
    --gray-color: #798ba2 !important;

    --activeWhite-color: #02132a !important;
    --themewhite-color: #ffffff !important;
    --cardShadow-color: #040c1b !important;
}


/* ------------- Light & dark color codes End--------------------- */



body .fi {
    display: inline-flex;
    position: relative;
    top: 3px;                                                                                         
 }

.weight-600 {
	font-weight: 600 !important;
}
.weight-700 {
    font-weight: 700 !important;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

ul {
	list-style-type: none;
}

body .color-blue{
    color: var(--secondary-color) !important;
}
body .color-orange{
    color: var(--primary-color) !important;
}

body .color-green{
    color: var(--green-color) !important;
}
body .color-red{
    color: var(--red-color) !important;
}
body .color-action{
    color: var(--action-color) !important;
}

body .padding-tb-100{
    padding: 100px 0;
}
body .padding-tb-80{
    padding: 80px 0;
}
body .padding-tb-60{
    padding: 60px 0;
}
body .padding-tb-50{
    padding: 50px 0;
}

body h2 {
    font-size: 40px;
    color: var(--black-color);
    font-weight: 500;
}
body h3 {
    font-size: 24px;
    color: var(--black-color);
    font-weight: 600;
}
body h5 {
    font-size: 20px;
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 0;
}
body h6 {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 500;
}

body p{
    font-size: 14px;
    color: var(--gray-color);
    font-weight: 500;
}

body .border-bottom {
    border-bottom: 1px solid var(--border-color) !important;
}
body .border-right {
    border-right: 1px solid var(--border-color) !important;
}


body .btn {
    font-size: 15px;
    color: var(--black-color);
    padding: 8px 24px;
    background-color: transparent;
    border-radius: 35px;
    border: 0;
    font-weight: 500;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    /* -webkit-box-shadow: 0px 2px 7px 0px var(--cardShadow-color);
	box-shadow: 0px 2px 7px 0px var(--cardShadow-color); */
}
body .btn:disabled {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn.disabled {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn:disabled:hover,
body .btn.disabled:hover {
	background-color: var(--disabled-color);
	color: var(--gray-color);
}
body .btn:disabled:hover:after,
body .btn.disabled:hover:after {
	display:none;
}
body .btn:focus {
	box-shadow: none;
	outline: none;
}
body .btn i{
    margin-right: 5px;
}
body .btn-primary {
	background-color: var(--primary-color);
	color: var(--themewhite-color);
	transition: all 0.3s ease-in-out;
}
body .btn-primary:hover {
	background-color: var(--secondary-color);
	color: var(--themewhite-color);
}
body .btn-primary:focus {
	background-color: var(--secondary-color);
	box-shadow: none;
	outline: none;
}

body .btn-secondary {
	background-color: var(--secondary-color);
	color: var(--themewhite-color);
	transition: all 0.3s ease-in-out;
}
body .btn-secondary:hover {
	background-color: var(--primary-color);
	color: var(--themewhite-color);
}
body .btn-secondary:focus {
	background-color: var(--primary-color);
	box-shadow: none;
	outline: none;
}

body .btn-top-spacing{
    margin-top: 27px;
}

.separator {
    display: block;
    width: 100%;
    height: 0.0625rem;
    border-bottom: 0.0625rem solid var(--secondary-color);
    margin-bottom: 0.625rem;
    margin-top: 0.625rem;
}


/* -------------------------------- Common Control start -------------------------------- */

body .card-box{
	width: 100%;
	border-radius: 10px;
	padding: 20px;
	background-color: var(--white-color);
    border: 1px solid transparent;
	-webkit-box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	box-shadow: 2px 4px 14px 0px var(--cardShadow-color);
	transition: all 0.3s ease-in-out;
}


body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel .owl-nav button.owl-next{
	height: 50px;
    width: 50px;
    line-height: 40px;
    background-color: var(--white-color);
    position: absolute;
    top: 50%;
    margin-top: -1.2rem;
    border-radius: 5px;
}
body .owl-carousel .owl-nav button.owl-prev span,
body .owl-carousel .owl-nav button.owl-next span{
	display:inline-block;
	font-size: 40px;
	line-height: 40px;
	color: var(--black-color);
}
body .owl-carousel .owl-nav button.owl-prev{
	left: 20px
}
body .owl-carousel .owl-nav button.owl-next{
	right: 20px;
}

body .owl-carousel .owl-dots{
    text-align: center;
}
body .owl-carousel .owl-dots .owl-dot{
    height: 14px;
    width: 14px;
    border-radius: 10px;
    margin: 0 2px;
    background-color: var(--white-color);
    border: 2px solid var(--secondary-color);
    -webkit-box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
    box-shadow: 0px 0px 8px 0px var(--cardShadow-color);
}
body .owl-carousel .owl-dots .owl-dot.active{
    width: 30px;
    background-color: var(--secondary-color);
    border: 2px solid var(--white-color);
}

/* -------------------------------- Common Control end -------------------------------- */



/* header css */


body header {
    width: 100%;
    z-index: 100;
    background-color: var(--headerbg-color);
    -webkit-box-shadow: 2px 5px 16px 0px var(--cardShadow-color);
            box-shadow: 2px 5px 16px 0px ar(--cardShadow-color);
    transition: all 0.3s ease-in-out;
}

body header .navbar{
    padding: 5px 0;
}
body header .navbar .navbar-brand{
    margin-right: 30px;
    display: inline-block;
}
body header .navbar .navbar-brand img{
    width: auto;
}
body header .navbar .navbar-toggler{
    background-color: var(--white-color);
}
body header .navbar .navbar-nav .nav-item .nav-link{
    color: var(--gray-color);
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
}


body .banner-section{
    padding-top: 0;
}
body .banner-section .banner-1{
    background-image: url('../images/website-images/banner-img1.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    background-color: var(--white-color);
}
body .banner-section .banner-2{
    background-image: url('../images/website-images/banner-img2.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    background-color: var(--white-color);
}
body .banner-section .banner-3{
    background-image: url('../images/website-images/banner-img4.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 400px;
    background-color: var(--white-color);
}
body .banner-section .banner-wrapper .banner-info {
    text-align: center;
}
body .banner-section .banner-wrapper .banner-info .banner-subtitle{
    padding: 10px 30px;
    font-size: 20px;
    background-color: var(--white-color);
    color: var(--black-color);
    display: inline-block;
    border-radius: 35px;
    margin-bottom: 25px;
}
body .banner-section .banner-wrapper .banner-info .banner-title{
    font-size: 44px;
    color: var(--white-color);
    font-weight: 300;
}
body .banner-section .banner-wrapper .banner-info .banner-title span{
    font-weight: 600;
    margin-bottom: 5px;
}
body .banner-section .banner-wrapper .banner-info p{
    color: var(--white-color);
    font-weight: 400;
    font-size: 16px;
}
body .banner-section .banner-carousel .owl-dots{
    display: none;
}


body .minister-section{
    border-bottom: 40px solid var(--primary-color);
}












