/* Online Reading Room - Agency Solution */


/************ TABLE OF CONTENTS ***************

01. Fonts
02. Reset
03. Global Settings
04. Main Header
05. Banner
06. Service
07. Project

**********************************************/

*, html, body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*====================================================================
01. Fonts
====================================================================*/
/* @import url('https://fonts.googleapis.com/css?family=Anton|Maven+Pro:500,700|Hind+Siliguri:wght@300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Hind+Siliguri:wght@300;400;500;600;700&family=Maven+Pro:wght@400..900&display=swap'); */
@font-face {
  font-family: 'Boronomala';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url('assets/fonts/bornomala/bornomala-regular.woff2') format('woff2');
  src: url('assets/fonts/bornomala/bornomala-regular.woff') format('woff');
}

@import url('assets/fonts/vardana/fonts.css');
@import url('assets/fonts/icofont/icofont.min.css');

@font-face {
	font-family: "IcoFont";
	font-weight: normal;
	font-style: "Regular";
	src: url("assets/fonts/icofont/icofont.woff2") format("woff2"), 
    url("assets/fonts/icofont/icofont.woff") format("woff");
}

/*====================================================================
02. Reset
====================================================================*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	box-sizing: border-box;
}


/*====================================================================
03. Global Settings
====================================================================*/

body {
	font-family: 'Maven Pro', sans-serif;
	font-size: 1rem;
	color: #666666;
	line-height: 1.5rem;
	font-weight: 400;
	
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	background:url("image/bg_2.png") repeat scroll left top #fafafa;
}

.bordered-layout .page-wrapper {
	padding: 0px 50px 0px;
}

a,.text-link {
	text-decoration: none;
	cursor: pointer;
	color: #ff8200;
}

button,
a:hover,
a:focus,
a:visited,
.text-link:hover,
.text-link:focus,
.text-link:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	margin: 0px;
	background: none;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}


.fs-20px{font-size:20px;line-height:2rem;}
.fs-18px{font-size:18px;line-height:1.8rem;}
.fs-16px{font-size:16px;line-height:1.5rem;}
.fs-14px{font-size:14px;line-height:1.25rem;}
.fs-12px{font-size:12px;line-height:1.2rem;}
.fs-10px{font-size:10px;line-height:1.15rem;}
.fs-8px{font-size:8px;line-height:1rem;}
.text-sm{
    font-size: .875rem;
    line-height: 1.25rem;
}



/* Typography */

h1 {
	font-size: 96px;
	font-weight: 700;
	line-height: 106px;
}

h2 {
	font-size: 58px;
	font-weight: 700;
	line-height: 68px;
}

h3 {
	font-size: 46px;
	font-weight: 700;
	line-height: 56px;
	color: #062015;
}

h4 {
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
	color: #062015;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

textarea {
	overflow: hidden;
}

p {
	position: relative;
	line-height: 30px;
	letter-spacing: .30px;
}

.fs-1{font-size:calc(1.3rem + .6vw)!important}
.fs-2{font-size:calc(1.275rem + .3vw)!important}
.fs-3{font-size:calc(1.26rem + .12vw)!important}
.fs-4{font-size:1.25rem!important}
.fs-5{font-size:1.15rem!important}
.fs-6{font-size:1.075rem!important}
.fs-7{font-size:.95rem!important}
.fs-8{font-size:.85rem!important}
.fs-9{font-size:.75rem!important}
.fs-10{font-size:.5rem!important}
.fs-base{font-size:1rem!important}
.fs-fluid{font-size:100%!important}
.fs-2x{font-size:calc(1.325rem + .9vw)!important}
.fs-2qx{font-size:calc(1.35rem + 1.2vw)!important}
.fs-2hx{font-size:calc(1.375rem + 1.5vw)!important}
.fs-2tx{font-size:calc(1.4rem + 1.8vw)!important}
.fs-3x{font-size:calc(1.425rem + 2.1vw)!important}
.fs-3qx{font-size:calc(1.45rem + 2.4vw)!important}
.fs-3hx{font-size:calc(1.475rem + 2.7vw)!important}
.fs-3tx{font-size:calc(1.5rem + 3vw)!important}
.fs-4x{font-size:calc(1.525rem + 3.3vw)!important}
.fs-4qx{font-size:calc(1.55rem + 3.6vw)!important}
.fs-4hx{font-size:calc(1.575rem + 3.9vw)!important}
.fs-4tx{font-size:calc(1.6rem + 4.2vw)!important}
.fs-5x{font-size:calc(1.625rem + 4.5vw)!important}
.fs-5qx{font-size:calc(1.65rem + 4.8vw)!important}
.fs-5hx{font-size:calc(1.675rem + 5.1vw)!important}
.fs-5tx{font-size:calc(1.7rem + 5.4vw)!important}
.fst-italic{font-style:italic!important}
.fst-normal{font-style:normal!important}
.fw-light{font-weight:300!important}
.fw-lighter{font-weight:lighter!important}
.fw-normal{font-weight:400!important}
.fw-semibold{font-weight:500!important}
.fw-bold{font-weight:600!important}
.fw-medium{font-weight:700!important}
.fw-bolder{font-weight:800!important}
.fw-extrabold{font-weight:900!important}

.fw-300{font-weight:300!important}
.fw-400{font-weight:400!important}
.fw-500{font-weight:500!important}
.fw-600{font-weight:600!important}
.fw-700{font-weight:700!important}
.fw-800{font-weight:800!important}
.fw-900{font-weight:900!important}

.lh-1{line-height:1!important}
.lh-2{line-height:2!important}
.lh-3{line-height:3!important}
.lh-4{line-height:4!important}
.lh-5{line-height:5!important}
.lh-6{line-height:6!important}
.lh-7{line-height:7!important}
.lh-8{line-height:8!important}
.lh-9{line-height:9!important}
.lh-10{line-height:10!important}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.medium-container {
	max-width: 850px;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

img {
	display: inline-block;
	max-width: 100%;
}

.by-1{
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.bx-1{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.or-btn {
	height: 35px;
	border-radius: 5px;
    padding: 10px 30px;
	color: #fff8f8;
	line-height: 15px;
	text-align: center;
	position: relative;
	z-index: 1;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgb(0 0 0 / 0%);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ff8200;
	font-size: 14px;
	font-weight: 700;
	margin-top:5px;
}

.or-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #262626;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.2, 1);
    transform: scale(0.2, 1);
    z-index: -1;
}
.or-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.or-btn:hover,
.or-btn:focus {
	color: #fff;
}

.btn-success {
    --bs-btn-bg: #45ba33;
    --bs-btn-border-color: #45ba33;
    --bs-btn-hover-bg: #44ba33;
    --bs-btn-hover-border-color: #43ba33;
    --bs-btn-focus-shadow-rgb: 102 186 51;
    --bs-btn-active-bg: #43ba33;
    --bs-btn-active-border-color: #42ba33;
    --bs-btn-disabled-bg: #45ba33;
    --bs-btn-disabled-border-color: #45ba33;
}

.or-btn-box {
    border: 2px solid #18D989;
    color: #062015;
    font-size: 18px;
    padding: 5px 27px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
}
.or-readmor-btn:hover,
.or-readmor-btn i,
.or-readmor-btn{
	color: #062015;
	transition: all .3s ease-in-out;
}
.or-readmor-btn i {
    margin-top: 4px;
	font-size: 24px;
}

.or-readmor-btn {
    display: flex;
    align-items: center;
}
.or-readmor-btn:hover i{
	margin-left: 5px;
}
.section-padding {
    padding: 25px 0;
}
.section-padding-bottom {
    padding: 80px 0 160px;
}
.or-section-title h2 {
    color: #062015;
    margin-bottom: 20px;
}
.or-section-title h2 span{
	color: #18D989;
}
.or-section-title p {
    margin: 0;
    font-size: 13px;
    color: #0b0c00;
    font-weight: 400;
    line-height: 16px;
	text-align:justify;
}
.or-section-title p + p {
    margin-top: 5px;
}
.or-section-title.or-section-title-alt {
    position: relative;
    padding: 15px 19px;
    min-height: 60px;
}
.or-section-title.or-section-title-alt:before, .or-section-title.or-section-title-alt:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 56px;
}
.or-section-title.or-section-title-alt:before{
	background-image: url("assets/img/border-left.png");
	repeat:no-repeat;
	left: 0;
	top: 0;
}
.or-section-title.or-section-title-alt:after{
	background-image: url("assets/img/border-right.png");
	right: 0;
	bottom: 0;
	repeat:no-repeat;
}
/* Video Button  */
.or-video-btn {
    width: 60px;
    height: 60px;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff8200;
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease-in-out;
	z-index: 2;
	position: relative;
}

.or-video-btn i {
    margin-left: 5px;
    position: relative;
    z-index: 10;
}
.or-video-btn:hover{
	color: #fff;
}
.or-video-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #ff8200;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
}
@keyframes pulse-border{
	0%{
	  transform:scale(1);opacity:1
	}
	100%{
	  transform:scale(1.8);opacity:0
	}
}






img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.section-title-alt h4 {
    color: #0b0c00;
    font-size: 13px;
    text-align: center;
}

.section-title-alt {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-left: none;
    border-right: none;
}
.section-margin-alt{
    margin-top: 30px;
    margin-bottom: 30px;
}

/*====================================================================
04. Main Header
====================================================================*/

.header-sticky{
    position: sticky;
    top: 0;
    z-index: 9;
}

.or-header-area {
	width: 100%;
}
.header-top {
	border-top:2px solid #FF8200;
    background: #0086F8;
    padding: 1px 0px;
}

.header-info ul li {
    display: inline-block;
}

.header-info ul li a {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
}
.header-info ul li a>img {
    height: 24px;
}

.header-info ul li + li a {
    font-size: 12px;
}

.header-info ul li + li {
    margin-left: 60px;
}
.header-social ul li a {
    color: #ff8200;
	transition: all .3s ease-in-out;
}
.header-social ul li a:hover{
	opacity: .8;
}
.header-social ul li {
    display: inline-block;
}

.header-social ul {
    text-align: right;
}

.header-social ul li + li {
    margin-left: 5px;
}

.or-main-header .header-upper .or-outer-box .nav-toggler{
	position:relative;
	font-size:28px;
	color:#ff9600;
	cursor:pointer;
	display:inline-block;
}
.header-upper{
	/* background:url("image/bg_2.png") repeat scroll left top #eeeeee; */
    background:#ffffff;
    border-bottom: 2px solid #ff8200;
    padding: 5px 0;
}


.main_container { 
	margin-top:20px;
	background:url("image/bg_2.png") repeat scroll left top #fafafa;
	border-radius:5px;
}
.or-main-header.fixed-header .or-main-menu .navigation > li.current > a,
.or-main-header.fixed-header .or-main-menu .navigation > li:hover > a{
	color:#ff8200;
}



/* Sticky Header */





.main-menu-outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.or-outer-box {
    margin-left: 1px;
}
.or-main-header .header-upper .logo-box{
	position:relative;
	z-index:10;
	padding:1px 0px;
	transition: all 500ms ease;
}

.or-main-header .header-upper .logo-box .logo{
	position:relative;
	transition: all 500ms ease;
}
.or-main-header .header-upper .logo-box .logo a{
	display: inline-block;
}
.or-main-header .header-upper .logo-box .logo a>img{
	height: 50px;
}

.or-main-header .header-upper .or-outer-box ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.or-main-menu{
	position:relative;
	transition: all 500ms ease;

}

.or-main-menu .navbar-collapse{
	padding:0px;
	display:block;
}

.or-main-menu .navigation{
	position:static;
	width:100%;
}

.or-main-menu .navigation > li {
    position: relative;
    float: none;
    display: inline-block;
    margin-right: 1px;
    text-align: left;
    transition: all 500ms ease;
	padding:0px 4px;
}
.or-main-menu .navigation > li:last-child{
	margin-right:0px;
}

.or-main-header .header-upper .upper-right{
	position:relative;
}

.or-main-header .or-outer-box .or-outer-box-ul>li:not(.dropdown)>a,
.or-main-menu .navigation > li > a {
    position: relative;
    display: block;
    color: #0086F8;
    text-align: center;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 600;
    padding: 0;
    font-size: 12px;
}

.or-main-header .or-outer-box .or-outer-box-ul>li:not(.dropdown)>a {
    border: 1px solid #ff8200;
    border-radius: 50px;
    padding: 0 14px;
    height: 24px;
    line-height: 23px !important;
    display: block;
    min-width: 90px;
}
.or-main-header .or-outer-box .or-outer-box-ul>li:not(.dropdown)>a {
    padding: 0 14px;
    text-transform: capitalize;
}
.or-main-header .or-outer-box .or-outer-box-ul>li:not(.dropdown)>a:hover{
	background-color: #ff8200;
	color: #fff !important;
}

.or-main-menu .navigation > li > a,
.or-main-header .or-outer-box .or-outer-box-ul>li:not(.dropdown)>a{
	transition: all 500ms ease;
}
.or-main-header .or-outer-box .or-outer-box-ul>li:not(.dropdown)>a:hover,
.or-main-menu .navigation > li:hover > a,
.or-main-menu .navigation > li.current > a{
	color:#ff8200;
}

.or-main-header .or-outer-box .dropdown .dropdown-menu>a{
    border: 0;
    border-radius: 0;
}

.or-main-menu .navigation > li:hover > a,
.or-main-menu .navigation > li.current > a,
.or-main-header.light-version .or-main-menu .navigation > li:hover > a,
.or-main-header.light-version .or-main-menu .navigation > li.current > a{
	opacity:1;
}

.or-main-menu .navigation > li.dropdown>a{
    padding-right: 20px;
}
.or-main-menu .navigation > li.dropdown>a:after{
    display: table;
    font-family: "Font Awesome 6 Free";
    content: "\f107";
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    font-weight: 600;
    width: 16px;
}

.or-main-menu .navigation > li > ul{
	position:absolute;
	left:-10px;
	top:100%;
	width:230px;
	z-index:100;
	display:none;
	opacity: 0;
    visibility: hidden;
    transition: all 400ms ease-in-out;
	padding:20px 15px;
	border-radius:0;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
    left: 50%;
    transform: translateX(-50%);
}

.or-main-menu .navigation > li > ul.from-right{
	left:auto !important;
	right:-30px !important;	
}

.or-main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.or-main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:6px 18px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	text-transform:capitalize;
	color:#222222;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.or-main-menu .navigation > li > ul > li:hover > a{
	color:#01a479;
	
}

.or-main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:120%;
	top:0%;
	width:230px;
	z-index:100;
	display:none;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:20px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.or-main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.or-main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.or-main-menu .navigation > li > ul > li > ul > li > a{
	position: relative;
    display: block;
    padding: 6px 18px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #222222;
    padding-left: 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.or-main-menu .navigation > li > ul > li > ul > li > a:before{
	position: absolute;
    top: -6px;
    left: 8px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    line-height: 1em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
    animation: opacitychange 1s ease-in-out infinite;
}

.or-main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
	color:#000000;
	text-shadow: 8px 0 #01a479, -8px 0 #01a479;
}

.or-main-menu .navigation > li > ul > li > ul > li:hover > a{
	color:#01a479;
	padding-left:30px;
}

.or-main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	color:#272727;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
}

.or-main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;	
}

.or-main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    /* top: 100%; */
    top: 35px;
}
.or-main-menu .navigation > li.dropdown:hover > ul.from-right{
	right: 0px !important;
}
.or-main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0;
	left:107%;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
   
}

.or-main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.or-main-header .header-upper .or-outer-box .social-icon-one{
	position: relative;
	float:left;
}

.or-main-header .header-upper .or-outer-box .sidebar-btn{
	position:relative;
	width:52px;
	height:52px;
	float:left;
	color:#ffffff;
	font-size:18px;
	margin-left:14px;
	cursor:pointer;
	line-height:52px;
	text-align:center;
	border-radius:50px;
	background-color:#05db56;
}

.or-main-menu .navigation > li > ul > li > ul > li > ul{
	position: absolute;
    left: 100%;
    top: 100%;
    width: 210px;
    z-index: 100;
    display: none;
    opacity: 0;
    text-align: left;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    padding: 0px 0px;
    background-color: #1e1e1e;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.or-main-menu .navigation > li > ul > li > ul > li > ul > li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.or-main-menu .navigation > li > ul > li > ul > li > ul > li > a{
	position: relative;
    padding: 10px 18px;
    display: block;
    line-height: 20px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255,255,255,0.50);
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.or-main-menu .navigation > li > ul > li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    border-top: 0px !important;
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.or-main-menu .navigation > li > ul > li > ul > li > ul > li > a:hover{
	background-color:#01a479;
	color:#ffffff;
}

.or-main-header .header-upper .or-outer-box .menu-toggler{
	position:relative;
	float:right;
	cursor:pointer;
	color:#ffffff;
	font-size:28px;
	margin-left:30px;
	padding-left:30px;
}

.or-main-header .header-upper .or-outer-box .menu-toggler:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 5px;
    width: 1px;
    height: 20px;
    border-left: 1px solid rgba(255,255,255,0.30);
}


/*====================================================================
05. Mobile Menu
====================================================================*/

.or-main-header .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color:#222222;
	display: none;
	transition: all 500ms ease;
	display: none;
}

.or-mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.or-mobile-menu .nav-logo{
	position:relative;
	padding:20px 20px;
	text-align:left;	
}

.or-mobile-menu .nav-logo img{
	max-width:200px;
}

.or-mobile-menu-visible{
	overflow: hidden;
}

.or-mobile-menu-visible .or-mobile-menu{
	opacity: 1;
	visibility: visible;
}

.or-mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.90);
}

.or-mobile-menu-visible .or-mobile-menu .menu-backdrop {
    width: 100%;
}

.or-mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.or-mobile-menu .menu-box, .or-mobile-menu .menu-backdrop {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}
.or-mobile-menu-visible .or-mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease 500ms;
	-moz-transition:all 0.7s ease 500ms;
	-ms-transition:all 0.7s ease 500ms;
	-o-transition:all 0.7s ease 500ms;
	transition:all 0.7s ease 500ms;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.or-mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 34px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 24px;
	color: #000000;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.or-mobile-menu-visible .or-mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.or-mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.or-mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.or-mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.or-mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.or-mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.or-mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 14px 20px;
	font-size: 15px;
	color: #404040;
	font-weight:600;
	text-transform: uppercase;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.or-mobile-menu .navigation li:hover > a,
.or-mobile-menu .navigation li.current > a{
	color:#01a479;	
}

.or-mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:50px;
	text-align:center;
	font-size:16px;
	line-height:52px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.or-mobile-menu .navigation li.dropdown .dropdown-btn i{
	position:absolute;
	right:0px;
	top:3px;
	height:44px;
	width:50px;
	line-height:44px;
}

.or-mobile-menu .navigation li.dropdown .dropdown-btn i:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.or-mobile-menu .navigation li > ul,
.or-mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.or-sticky-header .navbar-header{
	display:none;
}

.or-sticky-header .mobile-nav-toggler{
	display:none;
}


/*====================================================================
07. Banner
====================================================================*/
.or-banner-area {
    position: relative;
	background: #0086F8;
}
.or-banner-info {
    background-color: rgba(255,255,255,0.80);
    position: absolute;
    width: 230px;
    border-radius: 8px;
    top: 8px;
    right: 0;
    padding: 10px 10px;
}

.or-banner-slide-inner {
    position: relative;
}
.or-banner-info-img {
    min-height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.or-banner-slide-inner .col-4 {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.or-banner-slide-inner .col-4:nth-child(4), .or-banner-slide-inner .col-4:nth-child(5), .or-banner-slide-inner .col-4:nth-child(6) {
    border-bottom: none;
}

.or-banner-slide-inner .col-4:nth-child(3), .or-banner-slide-inner .col-4:nth-child(6) {
    border-right: none;
}
.or-banner-slide-inner {
    position: relative;
}

.or-banner-slide-inner .col-4 {
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.or-banner-slide-inner .col-4:nth-child(4), .or-banner-slide-inner .col-4:nth-child(5), .or-banner-slide-inner .col-4:nth-child(6) {
    border-bottom: none;
}

.or-banner-slide-inner .col-4:nth-child(3), .or-banner-slide-inner .col-4:nth-child(6) {
    border-right: none;
}

.or-form h3 {
    font-size: 12px;
    color: #0086F8;
    font-weight: 700;
    line-height: 1;
}

.or-form p {
    font-size: 12px;
    line-height: 16px;
    color: #000000;
	margin: 4px 0;
}
.or-form .form-control {
    padding: .10rem .5rem;
}
.or-form .form-control,
.or-form .form-select {
    background: transparent;
	border: 1px solid #0086F8;
}
.form-control:focus,
.form-select:focus {
    border-color: #0086F8;
    outline: 0;
    box-shadow: none;
}
.or-form button {
    background: #ff8200;
    width: 100%;
    color: #000d00;
    font-size: 13px;
    font-weight: 700;
}

.or-banner-slide-inner>.slider-itme:not(:first-child){
	display:none
}

/*====================================================================
13. Service
====================================================================*/
.bg-blue {
    background: #0B4A9E;
}

.bg-orange {
    background: #ff8200;
}



.bg-yollow {
    background: #f4c20d;
}

.bg-yollow-light {
    background: #f4c20d;
}

.bg-mad-blue {
    background: #3b5998;
}

.bg-green {
    background: #0f9d58;
}

.bg-blue-light {
    background: #4885ed;
}

.or-box-card h4 {
    font-size: 12px;
	letter-spacing:1px;
	background-color:#0B3D80;
    font-weight: 700;
    text-align: center;
    margin: 0;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 100%;
    padding:0;
}
.or-box-card h4 a{
    color: #fff;
    display: block;
    padding: 5px 0;
}
.or-box-card h4 a:hover{
    color: #FF8200

}
.or-box-card02 h4 {
    font-size: 12px;
	letter-spacing:1px;
	background-color:#ED7B05;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 100%;
    padding: 5px 0;
}
.or-box-card i,
.or-box-card img{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background: #84b8ff;
    display: block;
    margin: 0 auto 10px;
    font-size: 37px;
}
.or-box-card02 i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background: #84b8ff;
    display: block;
    margin: 0 auto 10px;
    font-size: 37px;
}
.or-box-card {
    padding-top: 10px;
    margin-top: 15px;
}
.or-box-card02 {
    padding-top: 10px;
    margin-top: 15px;
}
.or-box-card02.bg-orange i {
    background: #ff9f3a;
}


.or-box-card.bg-yollow i {
    background: #e7b500;
}

.or-box-card.bg-yollow-light i {
    background: #e7b500;
}

.or-box-card.bg-mad-blue i {
    background: #95b3f2;
}

.or-box-card.bg-green i {
    background: #54e29d;
}

.or-box-card.bg-blue-light i {
    background: #8bb5ff;
}
/* servvice03 */
.bg-red {
    background: #db3236;
}

.or-box-card03.bg-red i {
    background: #ff8f92;
}

.or-box-card03 {
    padding-top: 10px;
    margin-top: 15px;
}
.or-box-card03 h4 {
    font-size: 13px;
	letter-spacing:1px;
	background-color:#C72C30;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 100%;
    padding: 5px 0;
	}

.or-box-card03 i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background: #84b8ff;
    display: block;
    margin: 0 auto 10px;
    font-size: 37px;
}

/* servvice04 */
.bg-red {
    background: #db3236;
}

.or-box-card04.bg-red i {
    background: #ff8f92;
}

.or-box-card04 {
    padding-top: 10px;
    margin-top: 15px;
}
.or-box-card04 h4 {
    font-size: 13px;
	letter-spacing:1px;
	background-color:#D6A906;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border-top: 1px solid #fff;
    color: #fff;
    line-height: 100%;
    padding: 5px 0;
	}

.or-box-card04 i {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background: #84b8ff;
    display: block;
    margin: 0 auto 10px;
    font-size: 37px;
}








/*====================================================================
13. Book
====================================================================*/


.or-book-area {
    position: relative;
    z-index: 1;
}

.or-book-area:before, .or-book-area:after {
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}


.or-book-area:after {
    right: 0;
    background: #ff8200;
}

.or-book-area:before {
    left: 0;
    background: #0086F8;
}



.or-book-wrap {
    display: flex;
    gap: 20px;
}

.or-book-item {
    text-align: center;
    position: relative;
    height: 92px;
    margin: 0 10px;
    min-width: 120px;
}

.or-book-item img {
    position: relative;
    z-index: 2;
    margin-bottom:5px;
    margin-left: auto;
    margin-right: auto;
}
.or-book-item strong {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
	line-height: 1;
    display: block;
}

.or-book-item.bg-green-alt{
	background-color: #00b5ca;
	
}

.or-book-item.bg-pest-alt{
	background-color: #59ac40;
}

.or-book-item.bg-purple-alt{
	background-color: #7e72b4;
}

.or-book-item.bg-red-alt{
	background-color: #f3645e;
}

.or-book-item.bg-blue-alt{
	background-color: #0b418e;
}




.or-book-item.bg-green-alt:before{
	background-color: #005daa;
	
}


.or-book-item.bg-pest-alt:before{
	background-color: #3e7b2e;
}

.or-book-item.bg-purple-alt:before{
	background-color: #61549f;
}

.or-book-item.bg-red-alt:before{
	background-color: #c71910;
}

.or-book-item.bg-blue-alt:before{
	background-color: #0b308b;
}

/*====================================================================
13. Courses
====================================================================*/
.or-courses-area h2 {
    font-size: 14px;
    text-align: center;
    color: #0b2d07;
    font-weight: 700;
    background: #FF8200;
    line-height: 110%;
    padding: 2px;
}
.or-courses-area h2 {
    font-size: 14px;
    text-align: center;
    color: #0b2d07;
    font-weight: 700;
    background: #FF8200;
    line-height: 110%;
    padding: 14px;
    width: calc( 100% - 24px);
    margin: 0 auto;
}

.or-courses {
    background: #E8E8E8;
    border-radius: 6px;
    padding: 13px 17px;
    display: flex;
}

.or-courses .or-courses-left {
    width: 44px;
    flex: 0 0 44px;
}

.or-courses-right {
    flex: 0 0 calc(100% - 44px);
    width: calc(100% - 44px);
    padding-left: 20px;
}

.or-courses-right h4 {
    color: #000000;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 700;
    border-bottom: 1px solid #FF8200;
    padding-bottom: 3px;
}

.or-courses-right p {
    color: #000000;
    font-size: 12px;
    line-height: 132%;
    margin: 0;
	padding-top:5px;
}

.or-courses-right a {
    color: #000;
    background: #D8D7D5;
	border:1px solid #FFF;
    font-size: 12px;
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    max-width: 100px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}
.or-courses-right a:hover {
    /* color: #ff0000; */
    color: #fff;
    background: #FF8200;
	border:1px solid #fff;
    font-size: 12px;
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
    max-width: 100px;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}

.or-courses {
    margin-top: 20px;
}
/*====================================================================
13. Project
====================================================================*/
.or-project-area {
    background: #0086F8;
    position: relative;
    padding: 0px  20px;
	overflow: hidden;
}
.or-project-area:before {
    position: absolute;
    left: 48%;
    transform: translateX(-50%);
    content: "";
    background-image: url('image/project-shep.png');
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
}
.or-project-area .or-info h2 {
    font-size: 16px;
    text-align: center;
    color: #FF8200;
    font-weight: 700;
    
    line-height: 110%;
    padding: 1px;
    width: calc( 100% - 4px);
    margin: 0 auto;
}
.or-video-wrapper{
	text-align: center;
}
.or-video-wrapper h2 {
    font-size: 16px;
    text-align: center;
    color: #FF8200;
    font-weight: 700;
    line-height: 110%;
    padding: 1px;
    width: calc( 100% - 4px);
    margin: 20px auto; 
	text-transform: uppercase;

	
}
.or-info {
    text-align: center;
}
.or-video-img {
    max-width: 300px;
    margin: 0 auto;
	padding-bottom:15px;
}

.or-video-container {
    position: relative;
}

.or-video-container a.or-video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*====================================================================
13. Testimonial
====================================================================*/
.or-section-title span {
    font-size: 12px;
    color: #0a1209;
    line-height: 1;
}

.or-section-title h2 {
    color: #0a1209;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}
.or-section-title-wrap {
    margin-bottom: 32px;
}


/*====================================================================
13. Footer
====================================================================*/
.cta-area {
    background: #0086F8;
    padding: 10px 0 35px;
}

.cta-area h3 {
    font-size: 20px;
    text-align: center;
    color: #ff8200;
}

.cta-area p {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.or-subscribe-form {
    position: relative;
    max-width: 653px;
    margin: 0 auto;
    background: #0b308b;
    border-radius: 10px;
    height: 56px;
    padding: 5px 20px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.or-subscribe-form input {
    border: none;
    color: #fff;
    height: 43px;
    padding: 0 15px 0 0;
    border-radius: 0;
    font-size: 14px;
	font-weight: 700;
	background: transparent;
	flex: 70%;
	max-width: 70%;
}
.or-subscribe-form button {
    height: 43px;
    padding: 0 30px;
    border-radius: 10px;
    color: #fff;
    background: #ff8200;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	flex: 30%;
	max-width: 30%;
}

.or-widget-info .or-subscribe-form {
    margin-bottom: 25px;
}
/*====================================================================
13. Footer
====================================================================*/
.or-footer-widget {
    background: #f8f8f8;
    padding: 20px 0 25px;
    margin-top: 0px;
}
ul.or-list-items li a {
    color: #000000;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
	transition: all .3s ease-in-out;
}
ul.or-list-items li a:hover {
    color: #ff8200;
	margin-right:5px;
	font-size: 12px;
}

ul.or-list-items li {
    display: block;
    line-height: 1;
    margin: 7px 0;
}


.or-footer-copyright p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
	margin-bottom: 0;
	line-height: 110%;
}
.or-footer-copyright p a{
	color: #f8f8f8;
}
.or-footer-copyright p a:hover{
	color: #ff8200;
}
.or-footer-copyright {
    padding: 19px 0;
    background: #0086F8;
}




/* HSC */
.bordered-item {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    border-left: none;
    border-right: none;
    margin-bottom: 5px;
    padding: 0 8px;
}
.bordered-item h4, .bordered-item h4 a {
    color: #0b0c00;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.bordered-item h4 a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.bordered-item h4 a:hover{
    opacity: .8;
}

.bg-youtube{
    background-color: #e00809;    
}
.bg-facebook{
    background-color: #3a559f;    
}
.bg-doc{
    background-color: #2778fd;    
}
.bg-support{
    background-color: #778aa8;    
}

.or-social-card {
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 127px;
}

.or-social-card a {
    display: block;
}

.or-social-card a h3 {
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}

.section-title-left h3 {
    color: #000000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.subjeci-item {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    min-height: 65px;
}

.subjeci-item i {
    background-color: #45ba33;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 100px;
    margin-right: 10px;
    text-align: center;
    line-height: 30px;
    min-width: 30px;
}
.subjeci-item h4{
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.or-post-view-item a {
    display: block;
    transition: all .3s ease-in-out;
}

.or-post-view-item a h3 {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-top: 5px;
}

.or-post-view-item a:hover {
    opacity: .8;
}

.or-post-view-inner {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}


.or-post-view-item {
    flex: 0 0 calc(20% - 15px);
    max-width: calc(20% - 15px);
    text-align: center;
}


/* Sidebar */
div#sidebar {
    margin-top: 30px;
}
.sidebar-title h3 {
    color: #000000;
    font-size: 13px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.sidebar-title h3:after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #ff8200;
}
.sidebar-title h3 {
    color: #000000;
    font-size: 13px;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}

.sidebar-title h3:after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #ff8200;
}

.sidebar-search form {
    border: 1px solid #ccc;
    position: relative;
    border-radius: 25px;
    padding: 0 15px;
}

.sidebar-search input {
    border: none;
    width: 100%;
    font-size: 12px;
    background: transparent;
}

.sidebar-search button {
    position: absolute;
    right: 0;
    height: 100%;
    padding: 0 12px;
    font-size: 14px;
    background: transparent;
}

.sidebar-list ul li {
    display: block;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.sidebar-list ul li a {
    color: #000;
    font-size: 12px;
    line-height: 22px;
}

.sidebar-list ul li:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #ff8200;
    width: 50px;
    height: 1px;
}

.sidebar-course-list ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s ease-in-out;
}

.sidebar-course-list ul li a h5 {
    font-size: 12px;
    color: #000;
    line-height: 22px;
}

.sidebar-course-list ul li + li {
    margin-top: 15px;
}

.sidebar-course-list ul li a:hover {
    opacity: .8;
}

.sidebar-item + .sidebar-item {
    margin-top: 30px;
}

.headline-wrap {
    border: 2px solid #ff8200;
    border-right: none;
    border-left: none;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    margin-top: 50px;
}

.headline-wrap marquee span {color: #0b0c00;font-size: 13px;font-weight: 700;display: inline-block;}

.headline-wrap marquee span a {
    border: 1px solid #cccc;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all .3s ease-in-out;
}

.headline-wrap marquee span + span {
    margin-left: 250px;
}

.headline-wrap marquee span a:hover {
    color: #000;
    background: #ff8200;
    border-color: #ff8200;
}

.ul-list{}
.ul-list li{display: block;}
.ul-list li a{}


.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.accordion .ul-list li a{
    font-size: 16px;
    color: rgb(82 82 82);
}

.accordion .ul-list li a.active,
.accordion .ul-list li a:hover,
.accordion .ul-list li a:focus{
    color: rgb(28 171 85);
}

.accordion-button span{
    display: block;
}
.accordion-button small{
    font-size: 12px;
    display: block;
}

.fw-400{
    font-weight: 400;
}
.text-xl {
    font-size: 1.1rem;
    line-height: 1.75rem;
}
.brs-0{
    border-radius: 0 !important;
}

.lesson-card{}
.lesson-card .accordion{
    max-height: 428px;
    overflow-y: auto;
}

.lesson-card .accordion-button,
.lesson-card .accordion-collapse{
    border-left: 0;
    border-right: 0;
}
.lesson-card .accordion-button:focus{
    box-shadow:unset;
    outline: 0;
}



.youtube-video-box{
    height: 380px;
}

.youtube-video-box iframe{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.youtube-toolbar a{
    font-size: 12px;
    padding: 10px 8px;
}

.breadcrumb a,
.breadcrumb li{
    font-size: 14px;
}



.fx-card {
    padding: 0 10px;
    box-shadow: 0 0 8px #eee;
    margin-bottom: 15px;
    background-color: #fff;
}



.blue-border .fx-card.card-boder {
    /* border-top: 5px solid #0177BF; */
    padding-bottom: 15px;
    padding-top: 15px;
    border-radius: 4px;
}

.fx-card.card-boder {
    /* border-top: 8px solid #444; */
}

.blue-border .fx-card.card-boder:hover, .panel:focus {
   /*  border-top: 5px solid #ED4523; */
    box-shadow: 0 0.15em 0.35em 0 rgb(0 0 0 / 13%);
}

.fx-card h2{
    font-size: 18px;
}

.fx-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 15px;
}

.fx-meta a,
.fx-meta span{
    font-size: 12px;
}
a.fx-cat {
    color: #CC0000;
    text-decoration: none;
}

.cat-list li {
    background: #fff;
}
.cat-list li a {
    color: #222;
    text-decoration: none;
    display: block;
}

.list-circle {
    float: left;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #FA050B;
    margin-top: 8px;
    margin-right: 8px;
}

.fx-single-post-wrap {

}

.fx-single-post-info {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 15px;
	overflow:hidden;
}


.fx-single-title{
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.fx-single-content h1{
	font-size: 22px;
	line-height: 32px;
}
.fx-single-content h2{
	font-size: 20px;
	line-height: 28px;
}
.fx-single-content h3{
	font-size: 18px;
	line-height: 26px;
}
.fx-single-content h4{
	font-size: 16px;
	line-height: 24px;
}
.fx-single-content h5{
    font-size: 14px;
    line-height: 22px;
}
.fx-single-content h6{
    font-size: 12px;
    line-height: 18px;
}


.fx-signup-area {
    padding: 120px 0;
}

.fx-login-form {
    position: relative;
    border-radius: 3px;
    width: 335px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
}

.fx-login-form .form-group{
    margin-bottom: 15px;
}
.fx-signup-area h1{
    font-size: 28px;
    line-height: 30px;
}

.fx-login-form form button {
    font-size: 1.2em;
    border-radius: 0;
    border: none;
    width: 100%;
}

.dropdown .dropdown-btn{
    display: none !important;
}

.or-mobile-menu-visible .dropdown .dropdown-btn{
    display: block !important;
}

.or-mobile-menu-visible .dropdown .dropdown-menu{
    position: relative;
    z-index: 0;
    background: #f4f7fd;
    padding: 0;
    border-radius: 0;
}
.or-mobile-menu .navigation li > ul > li > a{
    padding: 8px 20px;
}
.or-mobile-menu .nav-logo img {
    height: 70px;
}
/*====================================================================
    Course
====================================================================*/
.course-item{
    width: 25%;
    float: left;
}
.course-card img{
    width: 50px;
    height: 50px;
}
.course-text,
.course-text>p{
    font-size: 12px;
    line-height: 1.2rem;
}
.course-quote-top,
.course-quote-btm{
    width: 38px;
    height: 38px;
    border: 1px solid;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    background: #ffd4a8;
    
    color: #0086F8;
}
.course-quote-top{
    left: 23px;
    top: -16px;
}
.course-quote-btm{
    right: 23px;
    bottom: -16px;
}

.js__carousel-course .slick-prev:before, 
.js__carousel-course .slick-next:before{
    color: #000;
}

.course-item .card-body>div{
    min-height: 110px;
}

.course-item .card-body h5.card-title {
    font-size: 16px;
    font-weight: 600;
}

.course-item .card:hover{
    border-color: #0086F8;
}

/*====================================================================
    Testimonial
====================================================================*/
.testimonial-item{
    width: 33.333%;
    float: left;
}
.testimonial-card img{
    width: 50px;
    height: 50px;
}
.testimonial-text,
.testimonial-text>p{
    font-size: 12px;
    line-height: 1.2rem;
}
.testimonial-quote-top,
.testimonial-quote-btm{
    width: 38px;
    height: 38px;
    border: 1px solid;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    background: #ffd4a8;
    
    color: #0086F8;
}
.testimonial-quote-top{
    left: 23px;
    top: -16px;
}
.testimonial-quote-btm{
    right: 23px;
    bottom: -16px;
}

.js__carousel-testimonial .slick-prev:before, 
.js__carousel-testimonial .slick-next:before{
    color: #000;
}



/*====================================================================
    Testimonial
====================================================================*/
.review-item{
    width: 33.333%;
    float: left;
}
.review-card img{
    width: 50px;
    height: 50px;
}
.review-text,
.review-text>p{
    font-size: 12px;
    line-height: 1.2rem;
}


.js__carousel-review .slick-prev:before, 
.js__carousel-review .slick-next:before{
    color: #000;
}
/*====================================================================
    Job
====================================================================*/
.fx-single-job-info {
    background: #fff;
    padding: 0 15px 15px;
    margin-bottom: 15px;
}

.job_cards h1 {
    margin: 0px;
    padding: 0;
    color: #004099;
    font-size: 24px;
    line-height: 32px;
}

.job_cards h2 {
    color: #020202;
    font-size: 18px;
    font-weight: 600;
}

.job_cards h3 {
    color: #020202;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.job_infobox-content {
    padding-left: 30px;
    
}


.job_wedgeds h4, .job_wedgeds strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #666666;
}

.job_wedgeds p, .job_wedgeds span {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
}

.job_infobox-content ul,
.job_infobox-content ol{
    padding-left: 32px;
    margin-bottom: 16px;
}
.job_infobox-content ul li{
    list-style: disc;
}
.job_infobox-content ol li{
    list-style: lower-roman;
}


/*====================================================================
    Champion
====================================================================*/
.text-title01 {
    color: rgb(53 72 149/1);
}
.lh-32px{line-height:32px}
.text-semiblue{
	color: rgb(69 76 126/1)
}
.text-purple {
    color: rgb(164 90 255/1);
}
.text-darkblue {
    color: rgb(53 72 149/1);
}
.bg-auto{background-size: auto;}
.bg-bottom{background-position: bottom;}
.bg-no-repeat{background-repeat: no-repeat;}

.counter-wrap h5 {
    width: 56px;
    height: 56px;
    background: #fff;
    line-height: 56px;
    font-size: 24px;
	color:var(--bs-primary)
}

.divider-box{
    width: 30px;
    height: 30px;
    top: 26px;
    left: -14px;
    background: rgb(240 246 248/1);
    text-align: center;
    line-height: 30px;
	color: #5468FF;
}
.divider-border{
	top:40px; 
	left: -50%; 
	border-bottom: 2px dashed rgb(208 222 239/1);
	color: #5468FF
}
.or-section-area .accordion-item{
	border: 1px solid transparent;
	border-radius: var(--bs-accordion-border-radius);
	
}

.or-section-area .accordion-item.show{
	border-color:#0086F8;
}

.or-section-area .accordion-item .accordion-button{
	border-radius: var(--bs-accordion-inner-border-radius);
	border-top-right-radius: var(--bs-accordion-inner-border-radius);
}

.or-section-area .accordion-item .accordion-button[aria-expanded="true"]{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.or-section-area .accordion-item .accordion-button:focus{
	box-shadow:unset
}

.or-section-area .accordion-button:not(.collapsed) {
	color: #fff;
    background-color: #0086F8;
}

.or-banner-slide .slick-prev, .or-banner-slide .slick-next {
    z-index: 99;
}
.or-banner-slide .slick-prev{
	left: 10px;
}
.or-banner-slide .slick-next {
    
	right: 10px;
}

/*Share buttons*/
.share-wrap{position: relative;}
.share-box:after {
    position: absolute;
    content: '';
    display: inline;
    top: 100%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.share-box.share-left:after{left: 15px;}
.share-box.share-right:after{right: 5px;}
.share-box{
    display: none;
    border: 1px solid #ddd;
    padding: 15px;
    box-shadow: 0 4px 6px 0px #599;
    border-radius: 5px;
    position: absolute;
    bottom: 29px;
    background: #fff;
    white-space: nowrap;
    width: fit-content;
    z-index: 99;
}

.share-box.share-left{left: 0;}
.share-box.share-right{right: 0;}

.share-wrap .share-box.in{display: block;}
.share-box a{font-size:24px;padding:0 10px!important}
.share-box .fa-facebook{color: #3b5998;}
.share-box .fa-x{color: #1da1f2;}
.share-box .fa-twitter{color: #00acee;}
.share-box .fa-whatsapp{color: #25D366;}
.share-box .fa-sms{color: #25D366;}
.share-box .fa-envelope{color: #F4493C;}
.share-box .fa-linkedin{color: #0077B5;}
.share-box .fa-link{color: #ff8200}
/*./Share buttons*/

.card-toolbar{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}


.header-upper .cart-items {
    position: relative;
}

.header-upper .cart-items .main-btn {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ff8200;
    color: #555;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.header-upper .cart-items .shopping-item {
    position: absolute;
    top: 72px;
    right: 0;
    width: 300px;
    background: #fff;
    padding: 20px 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.137);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.137);
    display: none;
}


.header-upper .cart-items .main-btn .total-items {
    position: absolute;
    right: -6px;
    top: -5px;
    height: 19px;
    width: 19px;
    line-height: 19px;
    background-color: var(--theme-secondary-color, #081828);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
}


.header-upper .navbar-cart .cart-items .shopping-item .dropdown-cart-header {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.header-upper .navbar-cart .cart-items .shopping-item .bottom {
    text-align: center;
}

.header-upper .navbar-cart .cart-items .shopping-item .dropdown-cart-header span {
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.header-upper .navbar-cart .cart-items .shopping-item .dropdown-cart-header a {
    float: right;
    text-transform: capitalize;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li .remove {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    background: #fff;
    color: #222;
    border-radius: 50%;
    font-size: 9px;
    border: 1px solid #ededed;
    padding-left: 1px;
}

.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li .cart-img-head {
    width: 40%;
}
.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li .content {
    padding-right: 25px;
    width: 60%;
}

.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li .cart-img {
    border: 1px solid #ededed;
    overflow: hidden;
    height: 80px;
    width: 80px;
    border-radius: 4px;
    float: left;
    margin-right: 20px;
}

.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li .content h4 {
    margin-bottom: 5px;
    line-height: 22px;
}

.header-upper .navbar-cart .cart-items .shopping-item .shopping-list li .content .quantity {
    line-height: 22px;
    font-size: 14px;
}


.cart-list {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
    background-color: #fff;
}

.cart-head {
    
    padding: 18px 20px;
    border-bottom: 1px solid #eee;
}

.cart-single-list {
    padding: 30px 20px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.cart-single-list:last-child {
    border: none !important;
    border-radius: 0 0 4px 4px;
}

.shopping-cart .total-amount ul li {
    font-size: 14px;
    font-weight: 500;
    color: var(--theme-secondary-color, #081828);
    margin-bottom: 12px;
}

.mini-cart .cart-title {
    font-size: 16px;
    color: black;
    font-weight: 600;
}

.mini-cart .cart-close {
    background: transparent;
    margin: 0;
    color: red;
    font-size: 23px;
    border: 0;
    padding: 2px;
}

.product-desc{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}