/*
    Template Name    : Prohub
	Description		 : Responsive HTML Multipurpose Template
    Version          : 1.0
/*
================================================
/* Table of Content
==================================================



/*
================================================
1. Fonts - Roboto and Lato
================================================
*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700|Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.57143;
	font-weight: 400;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Rajdhani', sans-serif;
	margin-top: 0;
}
a {
	color: #1e1e23;
	transition: all 0.3s ease 0s;
	font-family: 'Rajdhani', sans-serif;	
}
a:hover {
	color: #1e1e23;
	text-decoration: none;
	opacity:0.8;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
button:hover, button:focus {
	outline:none;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
li {
	list-style: outside none none;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
section {
	float: left;
	width: 100%;
	padding: 80px 0;
}
#scrollUp {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	bottom: 100px;
	color: #fff;
	font-size: 25px;
	height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none !important;
	transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
	width: 40px;
	z-index: 1000 !important;
	background:#ff6d00;
	/*line-height: 0;*/
}
#scrollUp:hover {
	background: #000;
	color: #fff;
}
#scrollUp i {
	/*display: block;
	padding-top: 5px;*/
}
.no-padding {
	padding: 0;
}
.section-title {
	text-align: center;
	margin: 0 0 40px;
}
.section-title h2 {
	margin: 0 0 10px;
}
.separator::after {
	background: #666;
	content: "";
	height: 5px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 30px;
}
.separator {
	background-color: #cccccc;
	border: 1px solid #cccccc;
	display: block;
	height: 5px;
	margin: 0 auto;
	position: relative;
	width: 60px;
}
.title-border-left::after {
	content: "";
	position: absolute;
	width: 50px;
	border: 1px solid #033d75;
}
.pad-b-10 {
	padding-top: 10px;
}
.bg-color2 {
	background:#f2f2f2;
}
.padding-20 {
	padding:20px;
}
.border-left-four {
	border-left:1px solid #e3e0e0;
}
.border-three {
	border:1px solid #e3e0e0;
}
.margin-bottom3 {
	margin-bottom:25px;
}

/* Button Effects */
.theme-bttn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	border-radius: 0;
	padding: 8px 20px 9px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	background: #4ac8ed;
	border: none;
	cursor:pointer;
}
.theme-bttn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background:#242c42;
}
.theme-bttn:hover, .theme-bttn:focus, .theme-bttn:active {
	color: #fff;
}
.theme-bttn:hover:before, .theme-bttn:focus:before, .theme-bttn:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*
================================================
3. Loader CSS
================================================
*/
#dvLoading {
	background: url(../images/loader.gif) no-repeat center center #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999999;
}
/*
================================================
4. Top Wrapper
================================================
*/
.top-wrapper {
	width:100%;
	float:left;
	padding:15px 0;
}
.top-right-sec {
	text-align: right;
	margin: 10px 0 0;
}
.top-right-sec ul.social-icons {
	margin: 0;
	padding: 0;
	display:inline-block;
}
.top-right-sec ul.social-icons li {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.top-right-sec ul.social-icons li a {
	display: inline-flex;
	align-items: center;
  justify-content: center;
	text-decoration: none;
	font-size: 15px;
	color: #9a9da2;
	width: 30px;
	height: 30px;
	border: 1px solid #9a9da2;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-right-sec ul.social-icons li:hover a {
	color: #ff6d00;
	border: 1px solid #ff6d00;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.search-main {
	width: 300px;
	margin-top: 25px;
	display: inline-block;
	margin:0 0 0 20px;
}
.search-box .search-form {
	position: relative;
}
.search-form .search-input {
	display: block;
	width: 84%;
	height: 40px;
	line-height: initial;
	border: 1px solid #eeeeee;
	color: #212529;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding-left: 10px;
	background: #f4f4f4;
}
.search-form .search-button {
	position: absolute;
	right: 0px;
	top: 0;
	height: 40px;
	background: #fff;
	border: none;
	width: 15%;
	outline: 0;
	color: #282828;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	padding: 0;
	border: 2px solid #000;
}
/*
================================================
5. Header Upper
================================================
*/
.header-upper {
	float:left;
	width:100%;
	background:#009fe3;
	box-shadow: 0 3px 5px rgba(0, 0, 26, 0.2);
	position: relative;
}
.header-upper .bg-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}
.mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}

/** main-menu **/

.main-menu {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}
.main-menu .navigation {
	position: relative;
	margin: 0px;
}
.main-menu .navigation > li {
	position: relative;
	display:inline-block;
	z-index: 2;
	padding: 0;
	margin: 0px 20px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation > li:last-child {
	margin-right: 0px !important;
}
.main-menu .navigation > li:first-child {
	margin-left: 0px !important;
}
.main-menu .navigation > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #fff;
  content: "";
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.main-menu .navigation > li > a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	opacity: 1;
	color: #fff;
	padding: 10px 0px;
	z-index: 1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Rajdhani', sans-serif;	
}
.main-menu .navigation > li > a:hover:before {
	opacity:1;
	width:100%;	
	visibility: visible;
	opacity: 1;	
}
.main-menu .navigation > li > a:hover, .main-menu .navigation > li > a:focus, .main-menu .navigation > li.active > a {
	color:#a5e4fe;
}
.main-menu .navigation > li.active > a:before {
	opacity:1;
	width:100%;	
	visibility: visible;
	opacity: 1;		
}
.main-menu .navigation > li > ul {
	position: absolute;
	left: 0px;
	top: 100%;
	width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	padding: 15px 0px;
	background-color: #ffffff;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	font-family: 'Rajdhani', sans-serif;	
}
.main-menu .navigation > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li {
	position: relative;
	width: 100%;
	padding: 0px 30px;
}
.main-menu .navigation > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > a {
	position: relative;
	display: block;
	padding: 6px 0px;
	line-height: 24px;
	font-weight: 400;
	font-size: 18px;
	text-transform: capitalize;
	color: #222;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover {
	color: #f96b39;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 6px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	z-index: 5;
}
.main-menu .navigation > li > ul > li > ul {
	position: absolute;
	left: 100%;
	top: -2px;
	width: 230px;
	z-index: 100;
	display: none;
	padding: 20px 0px;
	background-color: #ffffff;
	border-top: 3px solid #f96b39;
	-moz-transform: translateY(30px);
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05), -2px 0px 5px 1px rgba(0,0,0,0.05);
}
.main-menu .navigation > li > ul > li > ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation > li > ul > li > ul > li {
	position: relative;
	width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li:last-child {
	border-bottom: none;
}
.main-menu .navigation > li > ul > li > ul > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	padding: 6px 20px;
	line-height: 24px;
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: #222;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a {
	color: #f96b39;
}
.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after {
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position: absolute;
	right: 20px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 900;
	z-index: 5;
}
.main-menu .navigation > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation li > ul > li.dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}
.mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}
.mobile-nav-toggler .icon-bar {
	position: relative;
	height: 2px;
	width: 30px;
	display: block;
	margin-bottom: 5px;
	background-color: #009fe3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.mobile-nav-toggler .icon-bar:last-child {
	margin-bottom: 0px;
}

/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	color: #3786ff;
	display: none;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s ease;
	z-index: 999999;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-bttn {
	position: fixed;
	left: 30px;
  top: 20px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-bttn {
	-webkit-transform: rotate(-360deg) ;
	-ms-transform: rotate(-360deg) ;
	transform: rotate(-360deg) ;
}
.mobile-menu .close-bttn:hover {
	color: #00aeef;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > ul > li:first-child {
	border-top: 1px solid rgba(255,255,255,0.10);
}
.mobile-menu .navigation li > a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	border-left: 5px solid #f96b39;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a, .mobile-menu .navigation li > a:hover {
	color: #f96b39;
}
.mobile-menu .navigation li.current > a:before {
	height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255,255,255,0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	background: #f96b39;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
	color: #f96b39;
}
div#mCSB_1_container {
	top: 0px !important;
}
.mobile-menu .contact-info {
	position: relative;
	padding: 80px 30px 20px 30px;
}
.mobile-menu .contact-info h4 {
	position: relative;
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}
.mobile-menu .contact-info ul li {
	position: relative;
	display: block;
	font-size: 15px;
	color: rgba(255,255,255,0.80);
	margin-bottom: 3px;
}
.mobile-menu .contact-info ul li a {
	color: rgba(255,255,255,0.80);
}
.mobile-menu .contact-info ul li a:hover {
	color: #f96b39;
}
.mobile-menu .contact-info ul li:last-child {
	margin-bottom: 0px;
}
/*
================================================
6. Content Upper
================================================
*/
.content-wrapper {
	float:left;
	width:100%;
	background:#edf0f6;
	padding:40px 0;
}
/* Content Wrapper Left Sec */
.content-wrapper-left-sec {
	float:left;
	width:100%;
}
.content-wrapper-left-sec .single-sec-content {
	margin: 0 0 35px;
	padding: 30px 28px;
}
/*.content-wrapper-left-sec .single-sec {
	margin: 0 0 22px;
}*/

/*.content-wrapper-left-sec .single-sec {
	margin-bottom: 40px;
}*/

.single-sec {
	margin:0 0 30px;
	-webkit-box-shadow: 0 0 10px rgba(33, 71, 139, 0.1);
	box-shadow: 0 0 10px rgba(33, 71, 139, 0.1);
}
.single-sec-img {
	width: 100%;
	overflow: hidden;
}
.single-sec-img img {
	width: 100%;
	transition: all 500ms ease;
	min-height: 215px;
	object-fit: cover;
}
.single-sec:hover .single-sec-img img {
	width: 100%;
	opacity: 0.9;
	transform: scale(1.1);
}
.single-sec-content {
	padding: 25px;
	border: 1px solid #e8e8e8;
	background:#fff;
	margin:0 0 30px;
}
.single-sec-content h4 {
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
	color:#009fe3;
}
.single-sec-content h3 {
	font-size:25px;
	font-weight:800;
	text-transform:capitalize;
	color:#1e1e23;
}
.single-sec-content h5 {
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
	color:#4b4b4b;
	margin:0;
}
.single-sec-content h5 span::before {
	content: "";
	width: 3px;
	height: 3px;
	background: #000;
	left: -10px;
	top: 7px;
	position: absolute;
}
.single-sec-content h5 span {
	position:relative;
	margin:0 0 0 15px;
}
.single-sec-content p {
	font-weight:300;
}
/* content-wrapper-middle-sec */
.content-wrapper-middle-sec {
	float:left;
	width:100%;
}
.content-wrapper-middle-sec .single-sec-content {
	padding: 24px 35px 35px 35px;
}
.content-wrapper-middle-sec .single-sec-content h1 {
	font-size: 40px;
	font-weight: 700;
	text-transform: capitalize;
	color: #1e1e23;
	line-height: 1.1;
	margin-bottom: 14px;
}
.content-wrapper-middle-sec .single-sec-content h5 {
	position:relative;
	margin:0 0 20px;
	padding:0 0 25px;
}
.content-wrapper-middle-sec .single-sec-content h5:after {
	content: "";
	width: 80px;
	height: 2px;
	background: #ff6d00;
	left: 0px;
	bottom: 0px;
	position: absolute;	
}
.content-wrapper-middle-sec .owl-carousel .owl-item .single-sec-img img {
	width: 100%;
	min-height: 430px;
	object-fit: cover;
	transition: all 500ms ease;
}
.bttn {
	margin:0;
	padding: 4px 29px;
	display:inline-block;
	border:2px solid #cacaca;
	font-size:18px;
	font-weight:600;
	color:#28282d;
}
.bttn:hover, 
.bttn:focus {
	background:#ff6d00;
	border:2px solid #ff6d00;
	color:#fff;
	opacity: 1;
}
.content-wrapper-middle-sec .owl-dots {
	position: absolute;
	bottom: 65px;
	left: auto;
	right: 30px;
	text-align: right !important;
	z-index: 9;
	display: inline-block;
}
.content-wrapper-middle-sec .owl-theme .owl-dots .owl-dot.active span, .content-wrapper-middle-sec .owl-theme .owl-dots .owl-dot:hover span {
	background: #009fe3;
	border: 1px solid #009fe3;	
}
.content-wrapper-middle-sec .owl-theme .owl-dots .owl-dot span {
	margin: 5px 3px;
	background: inherit;
	border: 1px solid #d7d7d7;
}

/* Content Wrapper Left Sec */
.content-wrapper-right-sec {
	float:left;
	width:100%;
}
.content-wrapper-right-sec .single-sec {
	padding: 25px;
	border: 1px solid #e8e8e8;
	background:#fff;
	margin:0 0 30px;
}
.content-wrapper-right-sec .single-sec .sec-heading::before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #009fe3;
	content: "";
	position: absolute;
	left: 14px;
	bottom: -7px;
}
.content-wrapper-right-sec .single-sec .sec-heading {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000042;
	line-height: 30px;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 2px solid #009fe3;
	position:relative;
}
.content-wrapper-right-sec .single-sec .single-sec-content {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #dde1ea;
	padding: 0 0 27px;
	margin: 0 0 26px;
}
.content-wrapper-right-sec .single-sec .single-sec-content:last-child {
	border:none;
	margin: 0 0 0;
	padding: 0 0 18px;
}
/** Trending Sec **/
.trending-sec {
	float:left;
	width:100%;
	padding:25px 0 0;
	border-width:3px 0;
	border-style:solid;
	border-color:#000042;
}
.trending-sec h2 {
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000042;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0;
}
.trending-sec .owl-nav {
	position: absolute;
	top: -60px;
	left: auto;
	right: 0;
	text-align: right !important;
}
.trending-sec .owl-nav button.owl-next, .trending-sec .owl-nav button.owl-prev {
	background-color: #a6a6a6;
	border-radius: 0px;
	width: 60px;
	height: 34px;
	margin: 0px;
	transition: all 0.3s ease 0s;
}
.trending-sec .owl-nav [class*="owl-"]:hover {
	background-color: #ff6d00;
	transition: all 0.3s ease 0s;
}
.trending-sec-sidebar img {
	width:100%;
}
/* Whatsnew Sec */	
.single_whatsnew.whatsnew-list {
	position: relative;
	z-index: 1;
}
.single_whatsnew.whatsnew-list:hover {
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 0 15px rgba(33, 71, 139, 0.25);
	box-shadow: 0 0 15px rgba(33, 71, 139, 0.25);
}
.single_whatsnew {
	margin-top: 40px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-box-shadow: 0 0 10px rgba(33, 71, 139, 0.1);
	box-shadow: 0 0 10px rgba(33, 71, 139, 0.1);	
}
.single_whatsnew.whatsnew-list .single_whatsnew_thumb {
	background-position: center center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 9;
}
.whats-new-sec .single-sec-content {
	padding:20px 25px;
}
.single_whatsnew_thumb {
	background-color: #fff;
	position: relative;
	z-index: 1;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.single_whatsnew.whatsnew-list .single_whatsnew_desc {
	display: block;
	margin-left: 40%;
	position: relative;
	z-index: 1;
}
.single_whatsnew_desc .single-sec-content h3 {
	font-size: 32px;
	font-weight: 700;
	text-transform: capitalize;
	color: #1e1e23;
	line-height: 1.2;
}
.single_whatsnew_desc .single-sec-content h5 {
	position: relative;
	margin: 0 0 15px;
	padding: 0 0 15px;
}
.single_whatsnew_desc .single-sec-content h5::after {
	content: "";
	width: 80px;
	height: 2px;
	background: #ff6d00;
	left: 0px;
	bottom: 0px;
	position: absolute;
}
.single_whatsnew_desc .bttn {
	margin: 0px;
	padding: 4px 27px;
	border: 2px solid #cacaca;
	text-transform: uppercase;
}
.single_whatsnew_desc .bttn:hover, .single_whatsnew_desc .bttn:focus {
	border: 2px solid #ff6d00;
}
.whats-new-sec .pagination {
	margin-bottom: -10px;
	margin-top: -5px;
}
.whats-new-sec .pagination li a {
	padding: 0;
	font-weight: 600;
	color: #0c1945;
	margin-right: 5px;
	margin-top: 5px;
	border-radius: inherit !important;
	border:2px solid #edf0f6;
	width:35px;
	height:35px;
	display:inline-block;
	text-align:center;
	line-height:35px;
}
.whats-new-sec .pagination li.active a, .whats-new-sec .pagination li a:hover {
	background: none;
	border-color: transparent;
	color: #0c1945;
	border:2px solid #000;
}

/* whatsnew sec sidebar */
.whatsnew-sec-sidebar {
	float:left;
	width:100%;
	padding: 25px;
	margin-top: 35px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(33, 71, 39, 0.1);
	box-shadow: 0 0 10px rgba(33, 71, 39, 0.1);	
}
.whatsnew-sec-sidebar .sec-heading:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #009fe3;
	content: "";
	position: absolute;
	left: 14px;
	bottom: -7px;
}
.whatsnew-sec-sidebar .sec-heading {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000042;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 2px solid #009fe3;
	position: relative;
}
.whatsnew-sec-sidebar .list-panel li {
	margin: 0 0 25px;
	padding: 0 0 25px;
	border-bottom: 1px solid #dde1ea;
}
.whatsnew-sec-sidebar .list-panel li:last-child {
	border:none;
	margin:0;
	padding:0;
}
.whatsnew-sec-sidebar .list-panel li a {
	-moz-box-align: center;
	-moz-box-pack: start;
	align-items: center;
	display: flex;
	justify-content: flex-start;
}
.whatsnew-sec-sidebar .list-image {
	border-radius: 6px;
	margin: 0 20px 0 0;
}
.whatsnew-sec-sidebar .list-image img {
	width: 90px;
	min-height: 70px;
	object-fit: contain;
}
.whatsnew-sec-sidebar .list-title-info {
	color: #1e1e23;
	font-size: 21px;
	line-height: 1.2;
	font-weight:600;
	font-family: 'Rajdhani', sans-serif;	
}
/*
================================================
7. Footer
================================================
*/
/** Footer Top Wrapper **/
.footer-top-wrapper {
	float:left;
	width:100%;
	background:#0c1945;
	position:relative;
	padding:50px 0 100px;
}
footer .f-logo {
	margin:0 0 25px;
}
footer .footer-log-sec p {
	color:#dce1f3;
	font-weight:300;
}
/** Footer Social Icons **/
.footer-log-sec:before {
	width:2px;
	height: 360px;
	content:"";
	background:#1e2f66;
	top:-50px;
	left:0;
	position:absolute;
}
.footer-log-sec {
	position:relative;
	padding:0 0 0 50px;
}
.footer-log-sec ul.social-icons {
	margin: 20px 0 0;
	padding: 0;
	display: inline-block;
}
.footer-log-sec ul.social-icons li:first-child {
	margin:0;
}
.footer-log-sec ul.social-icons li {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.footer-log-sec ul.social-icons li a {
	display: inline-flex;
	align-items: center;
  justify-content: center;
	text-decoration: none;
	font-size: 15px;
	color: #979fba;
	width: 30px;
	height: 30px;
	border: 1px solid #009bdf;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.footer-log-sec ul.social-icons li a:hover,
.footer-log-sec ul.social-icons li a:focus
 {
	background:#009bdf;
	border: 1px solid #009bdf;	
	color: #fff;	
}
.footer-sec {
	position:relative;
}
.footer-sec h2:before {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #009fe3;
	content: "";
	position: absolute;
	left: 14px;
	bottom: -7px;
}
.footer-sec h2 {
	font-size: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	margin: 0 0 30px;
	padding: 0 0 10px;
	border-bottom: 2px solid #009fe3;
	position: relative;
}
/* Footer Whatsnew */
.footer-sec.footer-whatsnew:before {
	width: 2px;
	height: 360px;
	content: "";
	background: #1e2f66;
	top: -50px;
	left: 0;
	position: absolute;
}
.footer-whatsnew {
	padding:0 30px;
}
.footer-whatsnew .footer-single-sec-content {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #283a77;
	padding: 0 0 15px;
	margin: 0 0 15px;
}
.footer-whatsnew .footer-single-sec-content:last-child {
	border:none;
	margin:0;
	padding:0;
}
.footer-whatsnew .footer-single-sec-content h3 {
	font-size: 18px;
	font-weight: 500;
	color:#fff;
	margin:0;
}
.footer-whatsnew .footer-single-sec-content h3 a {
		color:#fff;
}
/* Footer Categories */
.footer-categories:before {
	width: 2px;
	height: 360px;
	content: "";
	background: #1e2f66;
	top: -50px;
	left: 0;
	position: absolute;
}
.footer-categories {
	padding:0 30px;	
}
.footer-categories:after {
	width: 2px;
	height: 360px;
	content: "";
	background: #1e2f66;
	top: -50px;
	right: 0;
	position: absolute;
}
.footer-categories ul {
	float:left;
	width:50%;
	list-style: none;
}
.footer-categories ul li::before {
	content: "";
	width: 3px;
	height: 3px;
	background: #009fe3;
	left: -5px;
	top: 13px;
	position: absolute;
}
.footer-categories ul li {
	margin:0 0 5px;
	padding:0 0 0 8px;
	position:relative;
}
.footer-categories ul li a {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	color:#fff;
	font-family: 'Rajdhani', sans-serif;	
}
/** Footer Bottom Wrapper **/
.footer-bottom-wrapper {
	background:#132150;
	padding:0 0 30px;
	float:left;
	width:100%;
}
.signup-cerfied-fe-sec {
	margin:0;
	width:100%;
	text-align:center; 
	padding:80px 0;
}
.signup-cerfied-fe-sec form {
	width:100%;
}
.signup-cerfied-fe-sec form h2 {
	color:#dce1f3;
	font-size:25px;
	font-weight:800;
	text-transform:uppercase;
	margin:0 0 25px;
}
.sign-up-call {
	position: relative;
}
.sign-up-call input {
	height: 42px;
	color: #b3bcc6;
	font-size: 15px;
	padding: 0px 20px;
	border: 2px solid #dadee2;
	outline: none !important;
	width:100%;
}
.sign-up-call .newsletter-submit {
	top: 0%;
	z-index: 1;
	right: 0px;
	position: absolute;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px !important;
	max-width: 120px;
	cursor: pointer;
	border: 2px solid #fb770c;
	background:#ff6d00;
	font-size: 18px;
	font-weight: 600;
	color:#fff;	
	font-family: 'Rajdhani', sans-serif;
	text-transform:uppercase;
}
.signup-cerfied-fe-sec form h5 {
	color:#0292d3;
	font-size:16px;
	font-weight:500;
	margin:20px 0 0;
}
/** Copyright Wrapper **/
.copyright-wrapper {
	width:100%;
	float:left;
}
.copyright-wrapper p {
	text-align:center;
	margin:0 0 8px;
	font-size:14px;
	color:#dce1f3;
}
.copyright-wrapper p a {
	color:#dce1f3;	
}
.copyright-wrapper p a:hover {
	text-decoration:underline;
}


/* Category Page CSS */
.category-wrapper .content-wrapper-middle-sec .single-sec-content {
	padding: 20px 25px 25px 25px;
	/*min-height: 300px;*/
}
.category-wrapper .cfe-content  {
	background: transparent;
	padding: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
 
.category-wrapper h1 span {
	color: #009fe3;
}
.category-wrapper .single-sec-content h2 {
	min-height: 64px;
}
.category-wrapper .category-text {
	font-family: 'Rajdhani', sans-serif;
	font-size: 15px;
	line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #009fe3;
    display: block;
    margin-bottom: 10px;
}
.category-wrapper .post-author-info {
    font-family: 'Rajdhani', sans-serif !important;
	font-size: 15px;
    font-weight: 500 !important;
    text-transform: uppercase;
    color: #4b4b4b !important;
    margin-bottom: 15px;
}
.category-wrapper .post-author-info a {
	font-family: 'Rajdhani', sans-serif !important;
	text-decoration: none !important;
	color: #2b2b2b !important;
}
.category-wrapper .widget-area section {
	padding: 40px 0;
}


/*
================================================
3. Responsive CSS
================================================
*/

@media (min-width: 1500px) {
/* Common CSS */
  .container {
	  max-width: 1465px;
  }
  .custom-gap {
  	--bs-gutter-x: 30px;
  	/*--bs-gutter-y: 1.5rem;*/
  }
}
@media (min-width: 1201px) and (max-width: 1499px) {
/* Main Menu */		
.mobile-nav-toggler {
	display: block;
	margin-top: 0px;
	padding: 11px;
	margin-bottom: 10px;
}
.main-menu {
	display: none !important;
}
/* Content Wrapper */	
.content-wrapper-middle-sec .single-sec-content h1 {
	font-size: 32px;
	line-height: 1.1;
}
.single-sec-content h2 {
	font-size: 23px;
}	
.single-sec-content h3 {
	font-size: 22px;	
}
.content-wrapper-right-sec .single-sec .single-sec-content:last-child {
	border: none;
	padding: 0;
	margin: 0;
}
.content-wrapper-right-sec .single-sec .single-sec-content {
	padding: 0 0 15px;
	margin: 0px 0 15px;
}
.content-wrapper-middle-sec .single-sec-content h5 {
	margin: 0 0 20px;
	padding: 0 0 20px;
}
/* Trending Sec */	
.trending-sec .single-sec-content {
	padding: 10px 15px;
	border: none;
	background: #fff;
	margin: 0 0 30px;
}
.trending-sec .single-sec {
	margin:0 0 25px;
}
.trending-sec .single-sec-content {
	margin:0 0 25px;	
}
.trending-sec .single-sec-content h3 {
	font-size: 20px;
}
/* Whatsnew sec */	
.whatsnew-sec-sidebar .list-image {
	border-radius: 6px;
	margin: 0 20px 0 0;
	display: none;
}
}

@media (max-width: 1200px) {
/* Top Wrapper */	
.top-right-sec ul.social-icons {
	display:none;
}	
/* Main Menu */		
.mobile-nav-toggler {
	display: block;
	margin-top: 0px;
	padding: 11px;
	margin-bottom: 10px;
}
.main-menu {
	display: none !important;
}	
/* Content Wrapper */
.single_whatsnew.whatsnew-list .single_whatsnew_thumb {
	height: 150px;
	position: relative;
	width: 100%;
}
.single_whatsnew.whatsnew-list .single_whatsnew_desc {
	margin-left: 0;
}
/* Footer */
footer {
	padding-top:0;
}
.footer-log-sec::before, 
.footer-categories::before,
.footer-sec.footer-whatsnew::before,
.footer-categories::after
 {
    display:none;
}
.footer-sec {
	margin-top:50px;
	padding:0 !important;
}
.footer-categories ul {
	float: left;
	width: 45%;
	list-style: none;
	margin: 0 0 0 10px;
}	
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /*.row .custom-gap {
  	--bs-gutter-x: 1.5rem;
  }*/
	.content-wrapper-left-sec {
    height: 100%;
    display: flex;
    justify-content: space-between;
	}
	.content-wrapper-left-sec .single-sec {
    width: 48%;
    float: left;
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
  }
  .content-wrapper-left-sec .single-sec-content {
  	margin: 0 0 0;
  	border: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
/* Top Wrapper */	
	.top-right-sec ul.social-icons {
		display:none;
	}	
}
@media (min-width: 768px){
	
/* Main Menu */	
  .main-menu .navigation > li > ul,
  .main-menu .navigation > li > ul > li > ul{
    display:block !important;
    visibility:hidden;
    opacity:0;
  }

}

@media (max-width: 767px) {
	/* Top Wrapper */
	.logo {
		max-width:100%;
		text-align:center;
	}	
	.logo img, .f-logo img {
		max-width:100%;
		height: auto;
	}
	.top-right-sec {
		text-align: left;
	}
	.search-main {
		width: 75%;
	}

	/* Content Wrapper */
	.content-wrapper-middle-sec .single-sec-content h1 {
		font-size: 30px;
		line-height: 1.1;
	}
	.content-wrapper-right-sec .single-sec .single-sec-content:last-child {
		margin:0;
		padding:0;
	}
	.single_whatsnew_desc .single-sec-content h3 {
		font-size: 30px;
		line-height: 1.1;
	}
	.footer-top-wrapper {
		padding: 0px 0 50px;
	}
	.signup-cerfied-fe-sec {
		padding: 50px 0;
	}
}

@media (max-width: 576px) {
	.single-sec-content h3 {
		font-size: 22px;
		line-height: 1.1;
	}
	.content-wrapper-left-sec .single-sec-content {
		padding: 25px;
	}
	.content-wrapper-middle-sec .single-sec-content {
		padding: 25px 25px 30px 25px;
	}
	.whatsnew-sec-sidebar .list-panel li {
		margin: 0 0 20px;
    padding: 0 0 20px;
	}
	.whatsnew-sec-sidebar .list-title-info {
		line-height: 1.2;
	}
}



