
/*
================================================
/* Table of Content
==================================================

1. Fonts - Poppins and Roboto
2. Common CSS
3. Loader CSS
4. Top Bar
5. Header
6. Main Slider
7. Our Features
8. About Sec
9. CTA Sec
10. Service Sec
11. Pricing Sec
12. Our Team Sec
13. Fun Facts Sec
14. Testimonials Sec
15. Blog Sec
16. Clinets logos
17.  Breadcrumb Area
18.  Gallery Sec
19.  FAQ Sec
20.  Error Page
21.  Contact Sec
22. Footer Sec
23. Responsive CSS
24. Blog card CSS
25. Custom CSS
26. calculator css

/*
================================================
1. Fonts - Poppins and Roboto
================================================
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Roboto:400,500,700");

/*
================================================
2. Common CSS
================================================
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	line-height: 1.57143;
	font-weight: 400;
	color: #2d2e2e;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	margin-top: 0;
}
a {
	color: #2d2e2e;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #242c42;
	text-decoration: none;
}
a, a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}
.btn, .btn * {
	transition: all 0.3s ease 0s;
}
i {
	transition: all 0.4s ease-in-out 0s;
}
.transition3s {
	transition: all 0.3s ease-in-out 0s;
}
ul, li {
	list-style: outside none none;
}
ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
button:hover, button:focus {
	border: none;
	outline: none;
}
#scrollUp {
	display: none;
	border-radius: 8px;
	background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
	-webkit-box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.4);
	box-shadow: 8.135px 18.271px 51px 0px rgba(31, 61, 157, 0.4);
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 40px;
	height: 45px;
	z-index: 20;
	color: #ffffff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
section {
	padding: 90px 0;
}
/** Section Title **/
.sec-title {
	margin-bottom: 40px;
}
.sec-title h2 {
	font-size: 32px;
	color: #202a30;
	font-weight: 600;
	margin: 0;
	margin-bottom: 15px;
}
.sec-title h2 span {
	color: #f64b3c;
}
.sec-title p {
	font-size: 16px;
	color: #747474;
	margin: 0;
	margin-bottom: 20px;
}
.sec-title span.decor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #a2a1a1;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.sec-title span.decor::before {
	left: 14px;
}
.sec-title span.decor::before, .sec-title span.decor::after {
	content: '';
	position: absolute;
	top: 5px;
	width: 50px;
	height: 2px;
	background: #cecece;
	z-index: -1;
}
.sec-title span.decor::after {
	right: 14px;
}
.sec-title span.inner {
	width: 6px;
	height: 6px;
	background: #cecece;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}
/* Button Effects */
.btn {
	-moz-user-select: none;
	background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
	border: none;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	padding: 18px 45px;
	text-align: center;
	text-transform: unset;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	box-shadow: 3px 4px 15px #EB3449A6;
	z-index: 999;
}
.btn:hover {
	color: #fff;
}
.btn:hover::before {
	opacity: 0;
}
.breadcrumb > .active {
	color: #888;
}
.btn-after {
	width: 100%;
	height: 45px;
	border: 1px solid #707070;
	border-radius: 8px;
	margin-top: -28px;
	margin-left: 15px;
	position: absolute;
	transition: all 0.3s ease 0s;
}
.btn.ss-btn {
	background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
	box-shadow: 3px 4px 15px #EB3449A6;
	color: #fff;
}
/*
================================================
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 Bar
================================================
*/
.top-bar {
	display: inline-flex;
	width: 100%;
	background: transparent linear-gradient(90deg, #C81912 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
	background-image: linear-gradient(to right, #8e9eab 0%, #eef2f3 51%, #8e9eab 100%);
	padding: 10px 0;
}
.top-bar .top-right-nav p {
	color: #ffffff;
	margin: 6px 0;
	font-size: 14px;
}
.top-bar .top-right-nav.text-right {
	float: right;
}
.top-bar .top-right-nav ul {
	margin: 0;
}
.top-bar ul li {
	float: left;
	margin-right: 10px;
}
.top-bar .top-right-nav li:first-child {
	position: relative;
}
.top-bar .top-right-nav ul li {
	margin-right: 5px;
}
.top-bar ul.left-bar li a {
	color: #000000;
	font-size: 14px;
	line-height: 16px;
	display: block;
	margin-right: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	padding: 7px 0;
}
.top-bar ul.left-bar li a i {
	margin-right: 5px;
	color: #000000;
}
.top-bar .top-right-nav li a {
	color: #000000;
	display: block;
	line-height: 34px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
}
.top-bar .top-right-nav li:last-child {
	margin-right: 0;
}
.top-bar ul li a:hover {
	color: #C81912;
}
/*
================================================
5. Header
================================================
*/
header {
	position: relative;
	z-index: 99;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
}
header.sticky {
	position: -webkit-sticky;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	z-index: 99999;
	/* background-color: #fff; */
	background: rgba(255,255,255, 0.08);
    backdrop-filter: blur(5px);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header::before {
	content: '';
	position: absolute;
	height: 100%;
	left: 50%;
	top: 0;
	/* background-color: #fff; */
	background-image: linear-gradient(to top, rgba(200,24,18,1) 0%, rgba(1,45,82,1) 85%) !important;
	/* background: rgba(255,255,255, 0.08); */
    /* backdrop-filter: blur(5px); */
	border-bottom-left-radius: 110px;
	border-bottom-right-radius: 110px;
	width: 100%;
	max-width: 1498px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
header.v2:before {
	display: none;
}
.header-logo {
	padding: 20px 0;
	transition:width 0.3s ease-in-out 0s;
}
header.v2 .header-logo {
	padding: 50px 0;
	padding-top: 50px;
}
ul.main-menu li a {
	font-size: 16px;
	color: #f5deb3;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 32px;
	display: block;
	position: relative;
	padding: 32.7px 0;
}

ul.main-menu li:not(:last-child) a:after {    
	bottom: 1.5em;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #fff;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
  }
  ul.main-menu li:not(:last-child) a:hover:after { 
	width: 100%;
	left: 0; 
  }
ul.main-menu>li {
	display: inline-block;
	margin: 0 15px;
	position: relative;
}
ul.main-menu>li:last-child {
	margin-right: 0;
}
/* ul.main-menu>li:first-child { */
	/* margin-left: 0; */
/* } */
ul.main-menu li a:hover {
	color: azure;
}
ul.main-menu li.sub-menu-wrap a {
	padding-right: 15px !important;
}
ul.main-menu li.sub-menu-wrap>a:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	right: 0;
	top: 50%;
	margin-top: -4px;
	border-bottom: 2px solid #959595;
	border-right: 2px solid #959595;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform-origin: 66% 66%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}
ul.main-menu li.sub-menu-wrap a:hover:before {
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}
ul.main-menu li a.property-btn {
	/* background-color: #000; */
	color: #ffe4b5;
	width: 200px;
	height: 45px;
	padding: 0;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	/* border: 2px dotted #C81912; */
	border: 3px dotted;
    border-image: linear-gradient(168deg,#c81812, #012d52);
    border-image-slice: 1;
    border-width: 3px;
}
ul.main-menu.v2 li a.property-btn {
	background-color: #003769;
}
ul.main-menu li a.property-btn:hover {
	color: #003769;
	border-color: #003769;
	background-color: #fff;
}
ul.main-menu.v2 li.sub-menu-wrap a {
	padding-right: 0 !important;
}
ul.main-menu.v2 li.sub-menu-wrap a::before {
	display: none;
}
ul.main-menu.v2>li>a:not(.property-btn) {
	padding: 55px 0;
	padding-bottom: 20px;
}
/* Sub Menu Style */
ul.main-menu li ul.sub-menu {
	position: absolute;
	min-width: 250px;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-top: 3px solid #003769;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top;
	transform-origin: top;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	-ms-transition: all ease 0.4s;
	-o-transition: all ease 0.4s;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
}
ul.main-menu.v2 li ul.sub-menu {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-top: none;
	left: -20px;
	min-width: 220px;
}
ul.main-menu.v2 li ul.sub-menu::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #fff;
	top: -7px;
	left: 30px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
ul.main-menu li ul.sub-menu li {
	margin: 0;
}
ul.main-menu li ul.sub-menu li a {
	padding: 10px 15px;
	padding-right: 0;
	border-bottom: 1px solid #eee;
}
ul.main-menu li ul.sub-menu li:last-child a {
	border-bottom: none;
}
ul.main-menu li ul.sub-menu li a:before {
	display: none;
}
ul.main-menu li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
}
/*
================================================
6. Main Slider
================================================
*/
.slider-bg {
	min-height: 741px;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #003769;
	opacity: 0.9;
}
.slider-area {
	position: relative;
	margin-top: -98px;
	padding: 0;
}
.slider-bg2 {
	min-height: 900px;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-top: -118px;
	z-index: 1;
}
.slider-content > span::before {
	content: "";
	background: #fff;
	height: 3px;
	float: left;
	width: 60px;
	margin-top: 10px;
	margin-right: 15px;
}
.slider-bg2 .slider-content h2 {
	color: #383838;
}
.slider-bg2 .slider-content p {
	color: #676f67;
	font-size: 16px;
	margin-bottom: 0;
}
.slider-bg2 .slider-content > span {
	font-size: 22px;
	font-weight: 500;
	color: #c81912;
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
}
.slider-bg .video-i {
	background: #fff;
	padding: 14px;
	border-radius: 100%;
	width: 51px;
	display: inline-block;
	text-align: center;
	color: #c81912;
	;
	margin-left: 50px;
}
.slider-bg .video-i:hover {
	background: #c81912;
	;
	color: #fff;
}
.slider-bg2 .video-i {
	background: #383838;
	padding: 14px;
	border-radius: 100%;
	width: 51px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-left: 20px;
}
.slider-bg2 .video-i:hover {
	background: #c81912;
	padding: 14px;
	border-radius: 100%;
	width: 51px;
	display: inline-block;
	text-align: center;
	color: #fff;
	margin-left: 20px;
}
#particles-js {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.slider-content {
	padding: 50px 0 0;
}
.slider-content > span {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 4.5px;
	display: block;
	margin-bottom: 20px;
}
.slider-content h2 {
	font-size: 58px;
	color: #fff;
	letter-spacing: 1.8px;
	line-height: 1.1;
	margin-bottom: 40px;
}
.slider-content h2 span {
	color: #f64b3c;
}
.slider-content p span {
	display: inline-block;
	height: 2px;
	width: 40px;
	background: #c81912;
	margin-right: 20px;
	position: relative;
	top: -4px;
}
.slider-content p {
	color: #fff;
	font-size: 18px;
}
.slider-btn .btn::before {
	content: none;
}
.slider-btn .btn:hover {
	box-shadow: none;
}
.p-relative {
	position: relative;
}
.down-arrow {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	color: #fff;
	z-index: 1;
	height: 60px;
	width: 30px;
	margin: auto;
	text-align: center;
	line-height: 60px;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 18px;
}
.down-arrow:hover {
	color: #fff;
}
.slider-active .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 70px;
	height: 60px;
	width: 60px;
	color: #c81912;
	font-size: 18px;
	line-height: 65px;
	border: none;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	z-index: 9;
	cursor: pointer;
	padding: 0;
	box-shadow: 4px 2px 0 0 transparent;
	transition: .5s;
}
.slider-active .slick-next {
	right: 70px;
	left: auto;
}
.slider-active .slick-arrow:hover {
	box-shadow: 4px 2px 0 0 #c81912;
}
.slider-btn {
	display: inline-block;
	position: relative;
	margin: 15px 0 0;
}
.slider-active .slick-dots {
	position: absolute;
	top: 45%;
	right: 0%;
}
.slider-active .slick-dots li button {
	text-indent: -99999px;
	border: none;
	padding: 0;
	height: 1px;
	margin-left: 10px;
	background: #c81912;
	border-radius: 50px;
	z-index: 1;
	cursor: pointer;
	transition: .3s;
	width: 0;
}
.slider-active .slick-dots li.slick-active button {
	width: 50px;
	background: #c81912;
}
.slider-active .slick-dots li.slick-active button::before {
	background: url("../images/active-dote.png");
	opacity: 1;
}
.slider-active .slick-dots li button::before {
	content: "";
	width: 19px;
	height: 19px;
	background: url("../images/dote.png");
	float: left;
	position: relative;
	margin-top: -9px;
	left: -19px;
	border-radius: 50%;
	opacity: .7;
	background-repeat: no-repeat;
	background-position: center;
}
.slider-btn:hover .btn-after {
	margin-top: -50px;
	margin-left: 0px;
}
/*
================================================
7. Our Features
================================================
*/
/** Single Feeatues Sec **/
.features-sec .single-feature-sec {
	position: relative;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(73, 167, 211, 0.1);
	box-shadow:0px 8px 16px 0px rgba(73, 167, 211, 0.1);
	padding: 50px 20px;
	background: url(../images/pattern.png) center center;
	border-radius: 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin: 40px 0 0;
	border: 1px dotted rgba(73, 167, 211, 0.2);
}
.features-sec .single-feature-sec h2 {
	font-size: 24px;
	color: #181818;
	margin-bottom: 5px;
}
.features-sec .single-feature-sec .service-icon {
	width: 60px;
	height: 60px;
	background: transparent linear-gradient(90deg, #f26b31 0%, #F64B3C 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.features-sec .single-feature-sec .service-icon i {
	font-size: 32px;
	line-height: 58px;
}
.features-sec .single-feature-sec .service-content p {
	margin-bottom: 0;
	font-size: 16px;
	color: #4f4f4f;
	margin-top: 0px;
}
.features-sec .single-feature-sec:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
/*
================================================
8. About Sec
================================================
*/
.about-content {
	max-width: 510px;
	margin-left: 80px;
	margin-top: -5px;
	margin-bottom: -3px;
}
.about-content .top-title {
	color: #F64B3C;
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}
.about-content h2 {
	font-size: 36px;
	margin-bottom: 20px;
}
.about-content h2 span {
	color: #F64B3C;
	text-transform: uppercase;
}
.about-content ul {
	margin-top: 20px;
}
.about-content ul li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	padding-left: 35px;
	margin-bottom: 20px;
	color: var(--heading-color);
}
.about-content ul li:last-child {
	margin: 0;
}
.about-content ul li i {
	position: absolute;
	top: 3px;
	left: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: #f64b3c;
	border-radius: 50%;
	font-size: 12px;
}
.about-content .default-btn {
	margin-top: 47px;
	display: inline-block;
}
.about-sec .about-content {
	max-width: unset;
	margin-left: 0;
}
.about-imgwrap .about-img2 {
	text-align: right;
}
.about-imgwrap .about-img3 {
	position: absolute;
	top: 100px;
	left: 70px;
}
.about-imgwrap .about-img4 {
	position: absolute;
	left: 150px;
	bottom: 0;
	z-index: -1;
}
.about-imgwrap .about-shape1 {
	position: absolute;
	top: 30px;
	left: 0;
	z-index: -1;
}
.about-imgwrap .about-shape2 {
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: -2;
}
.about-imgwrap img {
	max-width: 100%;
	height: auto;
}
/*
================================================
9. CTA Sec
================================================
*/
.home-service {
	/* background: url(http://via.placeholder.com/2000x1333/000/fff) center center no-repeat; */
	background-size: cover;
	position: relative;
	z-index: 2;
}
.home-service:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #003561;
	opacity: 0.95;
	z-index: -1;
}
.home-service .part-txt h3 {
	color: #f64b3c;
	margin: 0 0 8px;
}
.home-service .part-txt h2 {
	font-size: 45px;
	line-height: 100%;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px;
}
.home-service .part-txt p {
	font-size: 18px;
	line-height: 30px;
	text-transform: capitalize;
	color: #edf4ff;
	margin-bottom: 20px;
}
.home-service .part-txt .def-btn:hover {
	color: #fff;
	border-color: #fff;
}
.home-service .part-img {
	margin-top: -100px;
}
.home-service .part-img img {
	width: 100%;
}
.home-service .btn {
	margin: 10px 0 0;
}
/*
================================================
10. Service Sec
================================================
*/
.services-sec.inner-content-wrapper {
	padding:50px 0 90px
}
/** Single Service Sec **/
.single-service {
	margin-top: 40px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 10px 80px rgba(0,0,0,0.05);
	transition: all 0.3s ease 0s;
}
.single-service:hover {
	box-shadow: 0px 10px 80px rgba(0,0,0,0.1);
}
.single-service .icon {
	float: left;
	text-align: center;
	width: 24%;
}
.single-content-box {
	display: inline-block;
	width: 76%;
}
.single-content-box > h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
.single-content-box > p {
	line-height: 1.5;
	margin: 0;
	color: #888;
}
/*Services Category*/

.services-categories {
	position: relative;
	margin-bottom: 50px;
	background-color: rgba(0,0,0,0.03);
}
.services-categories li {
	position: relative;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
	z-index: 9;
}
.services-categories li:last-child {
	border-bottom: 1px solid #e7e7e7;
}
.services-categories li:before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 4px;
	background-color: #dc3545;
	content: "";
	opacity: 0;
	visibility: hidden;
}
.services-categories li.active:before, .services-categories li:hover:before {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.services-categories li a {
	font-size: 16px;
	font-weight: 500;
	color: #222222;
	line-height: 30px;
	padding: 10px 25px;
	display: block;
	padding-left: 38px;
	overflow: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.services-categories li.active a, .services-categories li:hover a {
	color: #ffffff;
}
.services-categories li a:before {
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 12px;
	line-height: 30px;
	color: #222222;
	font-weight: 900;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.services-categories li.active a:before, .services-categories li:hover a:before {
	color: #ffffff;
}
.services-categories li a:after {
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #c81912;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease, -webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}
.services-categories li.active a:after, .services-categories li:hover a:after {
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

/** Brochures Box**/
.brochures-box {
	position: relative;
	margin-bottom: 50px;
}
.brochures-box .inner {
	position: relative;
	background-color: #2a2e48;
	padding: 35px 30px 25px;
}
.brochures-box h4 {
	display: block;
	font-size: 21px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
}
.brochures-box .text {
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	margin-bottom: 20px;
}
.brochures-box .theme-btn {
	font-size: 14px;
	line-height: 20px;
	padding: 8px 20px;
	display: block;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
}
.brochures-box .theme-btn i {
	margin-right: 3px;
}
.btn-style-one {
	position: relative;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	background-color: #f64b3c;
	padding: 15px 35px;
	font-weight: 700;
	overflow: hidden;
}
/** Service Details **/
.service-detail {
	position: relative;
	padding-left: 20px;
}
.service-detail .images-box {
	position: relative;
	margin: 0 -5px;
}
.service-detail .images-box .column {
	padding: 0 5px;
}
.service-detail .images-box .image {
	position: relative;
	margin-bottom: 10px;
}
.service-detail .images-box .image img {
	display: block;
	width: 100%;
	height: auto;
}
.service-detail .content-box {
	position: relative;
	padding: 20px 0 0;
}
.service-detail .content-box h2 {
	position: relative;
	display: block;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 20px;
}
.service-detail .content-box h3 {
	position: relative;
	display: block;
	font-size: 32px;
	color: #343a40;
	font-weight: 500;
	margin-bottom: 20px;
}
.service-detail .content-box p {
	position: relative;
	display: block;
	margin-bottom: 26px;
}
.service-detail .two-column {
	position: relative;
}
.service-detail .two-column .title {
	margin-bottom: 40px;
}
.service-detail .two-column p {
	margin-bottom: 25px;
}
.service-detail .two-column .image-column {
	position: relative;
	margin-bottom: 26px;
}
.service-detail .two-column .image-column .image {
	margin-bottom: 0;
}
.service-detail .two-column .text-column {
	position: relative;
}
.service-detail .prod-tabs {
	position: relative;
}
.service-detail .prod-tabs .tab-btns {
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #dddddd;
}
.service-detail .prod-tabs .tab-btns .tab-btn {
	position: relative;
	top: 1px;
	display: block;
	float: left;
	margin-right: 5px;
	font-size: 16px;
	color: #252525;
	background: #ffffff;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 23px;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	padding: 10px 25px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-detail .prod-tabs .tab-btns .tab-btn:before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 0%;
	height: 3px;
	background-color: #dc3545;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-detail .prod-tabs .tab-btns .tab-btn:hover:before, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
	width: 100%;
	left: 0;
}
.service-detail .prod-tabs .tab-btns .tab-btn:hover:after, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -3px;
	width: 100%;
	height: 5px;
	background-color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.service-detail .prod-tabs .tab-btns .tab-btn:hover, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
	color: #c81912;
	background: #ffffff;
}
.service-detail .prod-tabs .tabs-content {
	position: relative;
	padding: 25px 30px 45px;
	border: 1px solid #dddddd;
}
.service-detail .prod-tabs .tabs-content .tab {
	position: relative;
	display: none;
	border-top: 0px;
}
.service-detail .prod-tabs .tabs-content .tab.active-tab {
	display: block;
}
.service-detail .prod-tabs .tabs-content .tab .content {
	position: relative;
}
.service-detail .prod-tabs .tabs-content .tab .content p {
	position: relative;
	margin-bottom: 0px;
}
.list-style-one {
	position: relative;
	display: block;
	margin-bottom: 30px;
}
.list-style-one li {
	position: relative;
	font-weight: 400;
	padding-left: 25px;
	margin-bottom: 10px;
}
.list-style-one li::before {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #cb212a;
	content: "\f101";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}

/*
================================================
11. Pricing Sec
================================================
*/
.pricing-sec {
	background: #f6f6f6;
}
/** Single Pricing Sec **/
.pricing-sec .single-box {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #fff;
	margin: 40px 0 0;
}
.pricing-sec .single-box .top {
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-sec .single-box .top p {
	font-size: 18px;
	line-height: 100%;
	text-transform: uppercase;
	background: #003769;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 0;
}
.pricing-sec .single-box .top .icon {
	width: 80px;
	height: 80px;
	line-height: 80px;
	background: #edf4ff;
	border-radius: 50%;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
}
.pricing-sec .single-box .top .icon img {
	width: 100%;
}
.pricing-sec .single-box .top h3 {
	font-size: 30px;
	line-height: 100%;
	font-weight: 700;
	text-transform: capitalize;
	color: #003561;
	padding-top: 14px;
	padding-bottom: 35px;
	margin-bottom: 0;
}
.pricing-sec .single-box .middle {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-sec .single-box .middle ul {
	padding: 0;
	margin: 0;
}
.pricing-sec .single-box .middle ul li {
	list-style: none;
	padding: 10px 0;
	font-size: 18px;
	text-transform: capitalize;
}
.pricing-sec .single-box .bottom {
	text-align: center;
	padding: 30px 0 40px;
}
.pricing-sec .single-box:hover {
	-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
	border-color: transparent;
}
/*
================================================
12. Our Team Sec
================================================
*/
.team-sec {
	padding: 90px 0 70px;
}
.inner-content-wrapper.team-sec {
	padding: 50px 0 70px;
}
/** Single Team Sec **/
.single-team-sec {
	margin-top: 40px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}
.single-team-sec .teacher-img img {
	width: 100%;
}
.single-team-sec .teachers-content {
	max-width: 90%;
	position: relative;
	left: 12px;
	-webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	top: -30px;
	background: #fff;
	padding: 15px 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.single-team-sec .teachers-content h2 {
	color: #131313;
	font-size: 18px;
	font-family: "Poppins", sans-serif;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.4;
}
.single-team-sec .teachers-content p {
	color: #616161;
	font-size: 13px;
	margin-bottom: 0;
	font-weight: 500;
}
.single-team-sec .teacher-social {
	position: absolute;
	width: 100%;
	bottom: -10%;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	opacity: 0;
}
.single-team-sec .teacher-social::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 90%;
	height: 22px;
	left: 12px;
	bottom: 12px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.single-team-sec .teacher-social ul {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.single-team-sec .teacher-social ul li {
	display: inline-block;
}
.single-team-sec .teacher-social ul li a {
	width: 35px;
	height: 35px;
	background: #fff;
	-webkit-box-shadow: 0 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 3px rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	line-height: 35px;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #f64b3c;
	transition: 0.3s;
	display: inline-block;
}
.single-team-sec .teacher-social ul li a i {
	font-size: 16px;
}
.single-team-sec .teacher-social ul li a:hover {
	background: #f64b3c;
	color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.single-team-sec:hover .teacher-social {
	opacity: 1;
	bottom: 5px;
}
.single-team-sec:hover .teacher-social::before {
	-webkit-box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 7px 0 rgba(0, 0, 0, 0.05);
}
/*
================================================
13. Fun Facts Sec
================================================
*/
.fun-fact {
	padding: 90px 0;
	background: url(../images/v1.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.fun-fact:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #003561;
	opacity: 0.65;
	z-index: -1;
}
.fun-fact .single-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.fun-fact .single-box .icon {
	margin-right: 15px;
	width: 45px;
	color: #F64B3C;
	font-size: 50px;
}
.fun-fact .single-box .icon img {
	width: 100%;
}
.fun-fact .single-box .txt h2 {
	font-size: 50px;
	line-height: 100%;
	font-weight: 500;
	color: #edf4ff;
	margin-top: -9px;
	margin-bottom: 10px;
}
.fun-fact .single-box .txt p {
	font-size: 17px;
	line-height: 100%;
	font-weight: 500;
	text-transform: uppercase;
	color: #edf4ff;
	margin-bottom: -3px;
	letter-spacing: 1px;
}
/*
================================================
14. Testimonials Sec
================================================
*/
.inner-content-wrapper.testimonials-sec {
	padding: 50px 0 90px;
}
.review-box {
	padding: 40px;
	background-color: #f7f7f7;
	margin: 40px 0 0;
}
.members-rating ul li {
	display: inline-block;
	color: #ffc600;
	margin-bottom: 10px;
}
.author-desination-2 h4 {
	font-size: 18px;
	margin-bottom: 7px;
}
.author-desination-2 h6 {
	color: #f64b3c;
	text-transform: capitalize;
	letter-spacing: 0;
	margin: 0;
}
.testimonials-sec .author-ava {
	margin-right: 15px;
}
.testimonials-sec .author-ava img {
	border-radius: 50%;
}
/*
================================================
15. Blog Sec
================================================
*/
.blog-sec {
	background-color: #f7f7f7;
}
.inner-content-wrapper.blog-sec {
	padding: 50px 0 90px;
	background: #fff;
}
/** Single Blog Sec **/
.single-blog-sec .inner-box {
	position: relative;
	display: block;
	background: #fff;
	transition: all 500ms ease;
	box-shadow: 0px 10px 80px rgba(0,0,0,0.05);
	margin: 40px 0 0;
}
.single-blog-sec .inner-box:hover {
	background: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.single-blog-sec .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.single-blog-sec .inner-box .image-box::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.single-blog-sec .inner-box:hover .image-box::before {
	-webkit-animation: circle .95s;
	animation: circle .95s;
}
@-webkit-keyframes circle {
	0% {
	  opacity: 1;
	}
	40% {
	  opacity: 1;
	}
	100% {
	  width: 200%;
	  height: 200%;
	  opacity: 0;
	}
  }
  @keyframes circle {
	0% {
	  opacity: 1;
	}
	40% {
	  opacity: 1;
	}
	100% {
	  width: 200%;
	  height: 200%;
	  opacity: 0;
	}
  }
  
.single-blog-sec .inner-box .image-box img {
	width: 100%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all;
}
.single-blog-sec .inner-box:hover .image-box img {
	transform: scale(1.05);
	opacity: 0.2;
}
.single-blog-sec .inner-box .lower-content {
	position: relative;
	padding: 39px 30px 36px 35px;
}
.single-blog-sec .inner-box .lower-content .post-date {
	position: absolute;
	right: 30px;
	top: -58px;
	width: 78px;
	height: 78px;
	border-radius: 2px;
	text-align: center;
	padding: 12px 10px;
	z-index: 2;
	background: #f64b3c;
}
.single-blog-sec .inner-box .lower-content .post-date h2 {
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin: 0px;
}
.single-blog-sec .inner-box .lower-content .post-date span {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-transform: uppercase;
	margin: 0px;
}
.single-blog-sec .inner-box .lower-content h3 {
	margin-bottom: 12px;
	font-size: 25px;
	font-weight: 600;
}
.single-blog-sec .inner-box .lower-content .post-info {
	position: relative;
	display: block;
	padding-bottom: 14px;
	margin-bottom: 28px;
}
.single-blog-sec .inner-box .lower-content .post-info:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0px;
	bottom: 0px;
	background: #f64b3c;
}
.single-blog-sec .inner-box .lower-content .post-info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #555;
	margin-right: 20px;
}
.single-blog-sec .inner-box .lower-content .post-info li:before {
	position: absolute;
	content: '';
	background: #8a8b8c;
	width: 1px;
	height: 17px;
	top: 6px;
	right: -13px;
}
.single-blog-sec .inner-box .lower-content .post-info li:last-child:before {
	display: none;
}
.single-blog-sec .inner-box .lower-content .post-info li:last-child {
	margin-right: 0px;
}
.single-blog-sec .inner-box .lower-content .post-info li a {
	display: inline-block;
	color: #555;
}
/* .single-blog-sec .inner-box .lower-content .post-info li a:hover {
} */
.single-blog-sec .inner-box .lower-content .link a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #555555;
}
.single-blog-sec .inner-box .lower-content .link a i {
	position: relative;
	font-size: 16px;
	margin-left: 10px;
	color: #2d5883;
}
/** Blog Details **/
.news-block-one .inner-box {
	position: relative;
	display: block;
	transition: all 500ms ease;
}
.news-block-one .inner-box .image-box {
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}
.news-block-one .inner-box .image-box img {
	width: 100%;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-property: all;
	transition-property: all;
}
.blog-details-content .news-block-one .inner-box .lower-content {
	padding: 48px 0px 0px 0px;
	position: relative;
}
.news-block-one .inner-box .lower-content .post-date {
	right: inherit;
	left: 50px;
	top: -40px;
	width: 165px;
	height: 50px;
	padding: 15px 10px;
	border-radius: 2px;
	background: #c81912;
	position: absolute;
	color: #fff;
	text-align: center;
}
.news-block-one .inner-box .lower-content h2 {
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 12px;
}
.news-block-one .inner-box .lower-content .post-info::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0px;
	bottom: 0px;
	background: #c81912;
}
.news-block-one .inner-box .lower-content .post-info {
	position: relative;
	display: block;
	padding-bottom: 14px;
	margin-bottom: 28px;
}
.news-block-one .inner-box .lower-content .post-info li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 300;
	color: #555;
	margin-right: 20px;
}
.inner-box .lower-content p {
	margin-bottom: 22px;
}
.two-column .image-box img {
	width: 100%;
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote {
	position: relative;
	display: block;
	background: #eff2f5;
	padding: 38px 70px 43px 65px;
	margin: 40px 0px 37px 0px;
	border-left: 3px solid #c81912;
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote i {
	position: absolute;
	right: 45px;
	bottom: 30px;
	font-size: 50px;
	line-height: 50px;
	background: #c81912;
}
.blog-details-content .news-block-one .inner-box .lower-content .text blockquote h5 {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
	color: #222222;
}
.blog-details-content .two-column .text h3 {
	margin-bottom: 15px;
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	transition: all 500ms ease;
}
.blog-details-content .two-column .text p {
	margin-bottom: 32px;
}
.blog-details-content .two-column .text ul li::before {
	position: absolute;
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 600;
	left: 0px;
	top: 0px;
}
.blog-details-content .two-column .text ul li {
	position: relative;
	display: block;
	font-size: 15px;
	color: #222;
	margin-bottom: 6px;
	padding-left: 25px;
}
.blog-details-content .two-column .lower-box {
	position: relative;
	display: block;
	margin-top: 35px;
	margin-bottom: 30px;
}
.blog-details-content .post-share-option {
	position: relative;
	display: block;
	background: #eff2f5;
	padding: 20.5px 35px;
	margin-bottom: 62px;
}
.blog-details-content .pull-left {
	float: left;
}
.blog-details-content .pull-right {
	float: right;
}
.blog-details-content .post-share-option .social-links li {
	margin-right: 25px;
}
.blog-details-content .post-share-option ul li {
	position: relative;
	display: inline-block;
	font-size: 15px;
	font-weight: 600;
	color: #222;
}
.blog-details-content .post-share-option .social-links li a {
	position: relative;
	color: #2d5883;
	font-size: 14px;
}
.blog-details-content .comments-area {
	position: relative;
	display: block;
	margin-bottom: 62px;
}
.blog-details-content .comments-area .group-title {
	margin-bottom: 50px;
}
.group-title::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0px;
	bottom: 0px;
	background: #c81912;
}
.group-title h2 {
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 45px;
	color: #222;
	font-weight: 600;
	margin: 0px;
}
.group-title {
	position: relative;
	display: block;
	padding-bottom: 17px;
	margin-bottom: 27px;
}
.blog-details-content .comments-form-area .group-title {
	margin-bottom: 47px;
}
.blog-details-content .comments-form-area .comment-form .form-group input[type="text"], .blog-details-content .comments-form-area .comment-form .form-group input[type="email"], .blog-details-content .comments-form-area .comment-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	border: 1px solid #e4e4e4;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	padding: 10px 20px;
	transition: all 500ms ease;
}
.blog-details-content .comments-form-area .comment-form .form-group textarea {
	height: 200px;
	resize: none;
}
.blog-details-content .comments-area .comment-box .comment {
	position: relative;
	display: block;
	padding-left: 100px;
	margin-bottom: 25px;
}
.blog-details-content .comments-area .comment-box .comment .thumb-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.blog-details-content .comments-area .comment-box .comment .thumb-box img {
	width: 100%;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner {
	position: relative;
	display: block;
	border: 1px solid #e4e4e4;
	padding: 29px 30px 26px 50px;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner .comment-info {
	margin-bottom: 9px;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner .comment-info h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 0px;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner .comment-info .comment-time {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 22px;
	font-style: italic;
	color: #222;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner p {
	margin-bottom: 15px;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: #C81912;
}
.blog-details-content .comments-area .comment-box .comment .comment-inner a i {
	font-size: 14px;
	margin-left: 8px;
	color: #2d5883;
}
.blog-details-content .comments-form-area .comment-form .form-group i {
	margin-right: 10px;
}
.sidebar-page-container .sidebar .sidebar-search {
	position: relative;
	margin-bottom: 35px;
}
.sidebar-page-container .sidebar .sidebar-search .form-group {
	position: relative;
	margin: 0px;
}
.sidebar-page-container .sidebar .sidebar-search .form-group input[type="search"] {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	/* background: #0c2136; */
	border: 1px solid #0c2136;
	font-size: 15px;
	/* color: #fff; */
	font-weight: 300;
	padding: 10px 60px 10px 20px;
	transition: all 500ms ease;
}
.sidebar-page-container .sidebar .sidebar-search .form-group button {
	position: absolute;
	top: 16px;
	right: 27px;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	background: transparent;
	cursor: pointer;
	transition: all 500ms ease;
	border:none;
}
.sidebar-page-container .blog-sidebar .sidebar-categories-2 {
	background: transparent;
	border: 1px solid #e0e6ed;
	margin-bottom: 35px;
}
.sidebar-page-container .sidebar .sidebar-categories-2 .widget-title {
	padding-bottom: 20px;
}
.sidebar-page-container .sidebar .widget-title::before {
	position: absolute;
	content: '';
	width: 40px;
	height: 3px;
	left: 0px;
	bottom: 0px;
	background: #ec4e4f;
}
.sidebar-page-container .sidebar .widget-title {
	position: relative;
	display: block;
	padding-bottom: 15px;
	margin-bottom: 36px;
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted {
	position: absolute;
	left: 43px;
	width: 3px;
	height: 3px;
	bottom: 0px;
	background: #ec4e4f;
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted:nth-child(2) {
	left: 49px;
}
.sidebar-page-container .sidebar .widget-title .dotted-box .dotted:last-child {
	left: 55px;
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li {
	position: relative;
	display: block;
	margin-bottom: 8px;
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a::before {
	position: absolute;
	content: '';
	background: #d2dbe4;
	width: 1px;
	height: 100%;
	left: 28px;
	top: 0px;
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a {
	position: relative;
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	color: #222;
	padding: 2px 0px;
	padding-left: 52px;
}
.sidebar-page-container .sidebar .sidebar-categories-2 .categories-list li a::after {
	position: absolute;
	content: "\f30b";
	font-family: "Font Awesome 5 Free";
	font-size: 16px;
	font-weight: 600;
	color: #c8d1db;
	left: 0px;
	top: 0px;
	transition: all 500ms ease;
}
.sidebar-page-container .sidebar .sidebar-categories-2 {
	padding: 25px;
}
.sidebar-page-container .blog-sidebar .sidebar-post {
	padding: 25px;
	border: 1px solid #e0e6ed;
	margin-bottom: 35px;
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post {
	position: relative;
	display: block;
	padding-left: 100px;
	margin-bottom: 30px;
	min-height: 76px;
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 1px;
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: #0c2136;
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-thumb img {
	width: 100%;
	transition: all 500ms ease;
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 8px;
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post h5 a {
	display: inline-block;
	color: #222;
}
.sidebar-page-container .blog-sidebar .sidebar-post .post-inner .post .post-date {
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 20px;
	color: #2d5883;
}
.sidebar-page-container .blog-sidebar .sidebar-support {
	position: relative;
	display: block;
	background: #2d5883;
	margin-bottom: 35px;
}
.sidebar-page-container .blog-sidebar .sidebar-support .image-box img {
	width: 100%;
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box {
	position: relative;
	padding: 20px 35px 8px 35px;
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li {
	position: relative;
	display: block;
	padding-left: 50px;
	padding-bottom: 20px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li i {
	position: absolute;
	left: 0px;
	top: 9px;
	font-size: 30px;
	line-height: 35px;
	color: #fff;
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li h3 a {
	display: inline-block;
	color: #fff;
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li p {
	font-weight: 400;
	color: rgba(255,255,255,0.5);
	margin-bottom: 0px;
}
.sidebar-page-container .blog-sidebar .sidebar-support .content-box li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.sidebar-page-container .blog-sidebar .sidebar-assessment {
	background: transparent;
	border: 1px solid #e0e6ed;
}
.sidebar-page-container .sidebar .sidebar-assessment {
	padding: 25px;
}
.sidebar-page-container .sidebar .widget-title h3 {
	color: #2d5883;
	margin: 0px;
	font-size: 24px;
	line-height: 32px;
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type="text"], .sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type="email"], .sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea, .sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group input[type="tel"] {
	position: relative;
	display: block;
	width: 100%;
	height: 56px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 2px;
	font-size: 15px;
	font-weight: 300;
	color: #222;
	padding: 10px 20px;
	border-color: #e0e6ed;
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group textarea {
	height: 132px;
	resize: none;
	margin-bottom: 25px;
}
.sidebar-page-container .sidebar .sidebar-assessment .assessment-form .form-group .theme-btn-two i {
	margin-right: 10px;
}
/*
================================================
16. Clinets logos
================================================
*/
.clinets-wrapper {
	width: 100%;
	padding: 70px 0;
	position: relative;
}
.clinets-wrapper .owl-carousel .owl-item img {
	width: auto;
}
.clinets-wrapper .owl-dots {
	display: none;
}
/*
================================================
17.  Breadcrumb Area
================================================
*/
.breadcrumb-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #003769;
	opacity: 0.9;
}
.breadcrumb-area {
	background-position: center;
	background-size: cover;
	position: relative;
	background-image: url(../images/breadcrumb-bg.jpg);
	margin-top: -98px;
	padding: 160px 0 90px;
}
.breadcrumb {
	display: inline-block;
	-ms-flex-wrap: wrap;
	flex-wrap: unset;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: unset;
	border-radius: 0;
}
.breadcrumb li {
	display: inline-block;
	font-size: 18px;
}
.breadcrumb li a {
	font-size: 16px;
	color: #ddd;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 15px;
	padding-left: 10px;
	color: #ddd;
	content: ">";
}
.breadcrumb-title h2 {
	font-size: 60px;
	margin-bottom: 25px;
	line-height: 1;
	color: #fff;
}
.breadcrumb-title p {
	margin-bottom: 0;
	padding: 0 40px;
	color: #fff;
	font-size: 16px;
}
.breadcrumb > .active {
	color: #f64b3c;
	font-weight: 500;
}
/*
================================================
18.  Gallery Sec
================================================
*/
/** Single Gallery Sec **/
.single-gallery {
	margin-bottom: 30px;
	-webkit-transition:  all ease .5s;
	transition: all ease .5s;
	position: relative;
}
.single-gallery img {
	width: 100%;
}
.single-gallery a {
	transition: all ease .5s;
	display: inline-block;
}
.single-gallery a i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 50px;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition:  all ease .5s;
	transition: all ease .5s;
}
.single-gallery:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.single-gallery:hover a i {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	color: #f64b3c;
}
/*
================================================
19.  FAQ Sec
================================================
*/
.faq-sec .faq-accordion .accordion {
	padding: 0;
	margin: 0;
}
.faq-sec .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 12px;
}
.faq-sec .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}
.faq-sec .faq-accordion .accordion .accordion-item .accordion-title {
	padding: 15px 20px;
	color: #003769;
	position: relative;
	background: transparent;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
	border: 1px solid #003769;
}
.faq-sec .faq-accordion .accordion .accordion-item .accordion-title i {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #C81912;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
}
.faq-sec .faq-accordion .accordion .accordion-item .accordion-title.active {
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	background-color: #fff;
}
.faq-sec .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
	content: "\f068";
}
.faq-sec .faq-accordion .accordion .accordion-item .accordion-content {
	display: none;
	background-color: #fff;
	margin-bottom: 0;
	padding: 20px 15px;
	font-size: 15px;
	-webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
	z-index: 1;
	position: relative;
}
.faq-sec .faq-accordion .accordion .accordion-item .accordion-content.show {
	display: block;
}
/*
================================================
20.  Error Page
================================================
*/
.error-sec .inner-section h1 {
	color: #001064;
	font-size: 250px;
	font-weight: 800;
	letter-spacing: 14px;
	line-height: 200px;
}
.error-sec .inner-section h1 span {
	color: #ff4800;
}
.error-sec .inner-section p {
	color: #001064;
	letter-spacing: .2px;
	font-weight: 600;
	line-height: 30px;
}
/*
================================================
21.  Contact Sec
================================================
*/
.contact-sec h2 {
	color: #23282A;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 0;
	margin-bottom: 35px;
}
.contact-sec .contact-form textarea, .contact-sec .contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #D5D5D5;
	outline: none;
	padding-left: 20px;
	/* line-height: 45px; */
	margin-bottom: 20px;
}
.contact-sec .contact-form textarea {
	height: 220px;
}
.contact-sec .contact-info {
	padding: 0;
}
.contact-sec .contact-info li {
	list-style: none;
	margin-bottom: 23px;
}
.contact-sec .contact-info li {
	list-style: none;
}
.contact-sec .contact-info li .icon-box, .contact-sec .contact-info li .content-box {
	display: table-cell;
	vertical-align: top;
}
.contact-sec .contact-info li .icon-box .inner {
	width: 70px;
	height: 70px;
	background: #f64b3c;
	border-radius: 50%;
	text-align: center;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	margin-right: 25px;
}
.contact-sec .contact-info li .content-box h4 {
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 10px;
}
.contact-sec .contact-info li .content-box p {
	color: #555252;
	line-height: 26px;
}
.google-map {
	width: 100%;
	/* pointer-events: none; */
	margin: 60px 0 0;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 400px;
	margin: 0 0 -6px;
}
/*
================================================
22. Footer Sec
================================================
*/
.footer-sec {
	background-color: transparent;
	/* background-image: url("http://via.placeholder.com/2000x1333/000/fff"); */
	background-position: center top;
	background-size: cover;
	position: relative;
	padding: 90px 0 50px;
}
.footer-sec:before {
	background: #003561;
	opacity: 0.95;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.footer-sec .footer .footer-upper {
	padding: 75px 0 65px;
}
.footer-sec .footer-widget h3.title {
	margin-bottom: 35px;
	position: relative;
}
.footer-widget h3.title {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: bold;
	color: #FEF9F9;
	margin: 0;
	margin-bottom: 24px;
}
.footer-sec .footer-widget h3.title:after {
	background: #f64b3c;
	bottom: -15px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin-top: 0;
	position: absolute;
	width: 40px;
}
.footer-sec .footer-widget.quick-links ul li {
	border-bottom: 1px dashed #454545;
	margin-bottom: 8px;
}
.footer-sec .footer-widget.quick-links ul li a {
	color: #c9c9c9;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 7px;
	padding-left: 15px;
	position: relative;
}
.footer-sec .footer-widget.quick-links ul li a:before {
	color: #ffffff;
	content: '\f105';
	font-family: "FontAwesome";
	font-size: 12px;
	left: 0;
	line-height: 16px;
	position: absolute;
	top: 2px;
}
.footer-sec .footer-widget.quick-links ul li a:hover {
	color: #C81912;
}
.footer-sec .footer-widget.latest-post ul {
	margin-top: 0;
}
.footer-sec .footer-widget.news-post ul li {
	border-bottom: 1px dashed #454545;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
.footer-sec .footer-widget.news-post ul li span.border {
	float: left;
	max-width: 70px;
	border:none !important;
}
.footer-sec .footer-widget.news-post ul li span.border img {
	width: 100%;
}
.footer-sec .footer-widget.news-post ul li span.border:before {
	display: none;
}
.footer-sec .footer-widget.news-post ul li .content {
	top: -5px;
}
.footer-sec .footer-widget.news-post ul li a {
	font-size: 13px;
	line-height: 22px;
}
.footer-sec .footer-widget.news-post ul li:hover a {
	color: #fff;
}
.footer-sec .footer-widget.news-post ul li .content span {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: 500;
	line-height: 1;
	margin-top: 9px;
}
.footer-sec .footer-widget.contact-widget input, .footer-sec .footer-widget.contact-widget textarea {
	background: rgba(255, 255, 255, 0.2);
	border: 1px solidrgba(255, 255, 255, 0.2);
	color: #fff;
	margin: 0 0 8px;
}
.footer-sec .footer-widget.contact-widget input {
	height: 45px;
	width: 100%;
}
.footer-sec .footer-widget.contact-widget textarea {
	height: 100px;
	padding-top: 10px;
}
.footer-sec .footer-widget.contact-widget button {
	height: 45px;
	line-height: 45px;
}
.footer-sec .footer-bottom {
	background: #262626;
	border-top: none;
	padding: 15px 0;
}
.footer-sec .footer-bottom p {
	color: #ccc;
	font-size: 12px;
}
.footer-widget.about-widget img {
    margin-bottom: 0;
}
.footer-widget.about-widget p {
    color: #C9C9C9;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}
.footer-widget .contact {
	margin-top: 21px;
}
.footer-widget .contact li {
	font-size: 13px;
	color: #C9C9C9;
	margin-bottom: 18px;
}
.footer-widget .contact li i {
	font-size: 16px;
	color: #FFFFFF;
	width: 18px;
	text-align: center;
	padding-right: 18px;
}
.footer-widget .contact li i {
	display: table-cell;
	vertical-align: middle;
}

.footer-widget .contact li span {
	display: table-cell;
	vertical-align: middle;
	color: #C9C9C9;
}

.footer-widget .social {
	margin-top: 30px;
}
.footer-widget .social li {
	display: inline-block;
}
.footer-widget .social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	color: #fff;
	border: 1px solid #fff;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	border-radius: 50%;
	margin-right: 3px;
	transition: all .3s ease;
}
.footer-widget .social li a:hover {
	background: #f64b3c;
	border-color: #f64b3c;
	color: #fff;
}
.footer-widget.latest-post ul li a {
	display: block;
	color: #C9C9C9;
	font-size: 13px;
	line-height: 25px;
	transition: all .3s ease;
}
.footer-widget.latest-post ul li .content {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
	position: relative;
	top: -8px;
}
.footer-widget.contact-widget input, .footer-widget.contact-widget textarea {
	width: 100%;
	height: 50px;
	background: #2C353C;
	color: #C9C9C9;
	font-size: 13px;
	margin-bottom: 10px;
	border: none;
	outline: none;
	padding: 0 20px;
}
.footer-widget.contact-widget button {
	width: 100%;
	height: 50px;
	background: #f64b3c;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border: none;
	outline: none;
	padding: 0;
	line-height: 50px;
	font-weight: bold;
	transition: all .3s ease;
}
.copyright {
	background: #0a4173;
	color: #fff;
	padding: 15px 0px;
	float: left;
	width: 100%;
}
.copyright p {
	margin: 0;
}
.copyright span.color {
	color: #fff;
}  
  
/*
================================================
23. Responsive CSS
================================================
*/
@media (min-width: 1199.99px){
	.activepage{
		/* color: #C81912 !important; */
		color: azure !important;
	}
	
	.activepage:after{
		content: "" !important;
		position: absolute !important;
		height: 2px !important;
		left: 0% !important;
		background: #fff !important;
		bottom: 1.5em !important;
		display: block !important;
		width: 100% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/** Header CSS **/
header::before {
	left: 0;
	top: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	max-width: 100%;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}
.header-logo {
	padding: 35px 0 0;
}
.features-sec .container .row .col-lg-4:nth-child(1) .single-feature-sec {
	padding-bottom: 73px !important;
}
.features-sec .container .row .col-lg-4:nth-child(3) .single-feature-sec {
	padding-bottom: 9px !important;
}
.about-img4{
	bottom: 115px !important;
}
.about-shape2{
	bottom: 75px !important;
}
.services-sec, .features-sec, .footer-sec, .contact-sec{
	padding-top: 4.25rem;
}
.about-sec{
	padding-bottom: 4.25rem;
}
.footer-sec{
	padding-bottom: 2.25rem;
}
}

@media (min-width:768px) and (max-width: 991.98px) {
/** Header CSS **/
header::before {
	left: 0;
	top: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	max-width: 100%;
	transform: translateX(0);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}
/** About CSS **/
.about-imgwrap {
	margin: 40px 0 0;
}
.about-imgwrap .about-img4 {
	display: none;	
}
.about-imgwrap .about-shape1, .about-imgwrap .about-shape2 {
	display: none;
}
/** Blog CSS **/
.sidebar.blog-sidebar {
	margin:40px 0 0;
}
}

@media (min-width: 767.98px) and (max-width: 992px) {
/** Menu CSS **/
.mean-container .mean-bar {
	top: 28px;
}
.mean-container a.meanmenu-reveal {
	top: 1px;
	right: 5px !important;
}
ul.main-menu li.sub-menu-wrap a {
	padding-right: 0 !important;
}
ul.main-menu li.sub-menu-wrap a::before {
	display: none;
}
ul.main-menu>li {
	display: block;
	margin: 0 0;
}
ul.main-menu li ul.sub-menu {
	position: static;
	min-width: 100%;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-top: none;
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
}
ul.sub-menu li {
	border-bottom: none !important;
	background-color: #e5edff !important;
	padding-left: 10px !important;
	width: auto !important;
	float: none !important;
}
ul.sub-menu li a:hover {
	color: #003769;
}
ul.main-menu li a.property-btn {
	background-color: transparent;
	color: #f64b3c;
	width: auto;
	height: auto;
	padding: 10px 15px;
	line-height: 32px;
	text-align: left;
	text-transform: capitalize;
	border: none;
}
ul.main-menu.v2 li ul.sub-menu::before {
	display: none;
}
/** Fun Fact CSS **/
.fun-fact {
	padding: 90px 0 40px;
}
.fun-fact .single-box {
	margin-bottom: 30px;
}
.fun-fact .single-box .txt h2 {
	font-size: 35px;
	margin-bottom: 5px;
}
/** Contact Sec CSS **/
.contact-form .btn {
	margin-bottom: 50px;
}
/** Footer CSS **/
.footer-widget.news-post {
	margin-top: 30px;
}
.footer-widget.contact-widget {
	margin-top: 30px;
}
}

@media (max-width: 767.98px) {
/** Header CSS **/
header .container {
	max-width: 100%;
}
header::before {
	left: 0;
	top: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	width: 100%;
	max-width: 100%;
	transform: translateX(0);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}
.mean-nav .main-menu {
	height: 300px;
	overflow-y: scroll;
}
/** Slider CSS **/
.slider-content h2 {
	font-size: 40px;
	margin-bottom: 15px;
}
/** Breadcrumb CSS **/
.breadcrumb-title h2 {
	font-size: 40px;
	margin-bottom: 15px;
}
/** About CSS **/
.about-content h2 {
	font-size: 30px;
	line-height: 40px;
}
.about-imgwrap {
	margin: 40px 0 0;
}
.about-imgwrap .about-img3 {
     display: none;
}
.about-imgwrap .about-img4 {
	display: none;	
}
.about-imgwrap .about-shape1, .about-imgwrap .about-shape2 {
	display: none;
}
/** CTA Sec CSS **/
.home-service .part-txt h3 {
	font-size: 24px;
}
.home-service .part-txt h2 {
	font-size: 28px;
}
/** Error Page CSS **/
.error-sec .inner-section h1 {
	font-size: 135px;
	line-height: 180px;
}
/** Blog CSS **/
.sidebar.blog-sidebar {
	margin:30px 0 0;
}
.sidebar-page-container .sidebar .sidebar-assessment {
	padding: 25px;
}
/** Contact Sec CSS **/
.contact-form .btn {
	margin-bottom: 50px;
}
/** Footer Sec CSS **/
.footer-widget.about-widget {
	margin-bottom: 40px;
}
.footer-widget.news-post {
	margin-top: 30px;
}
.footer-widget.news-post {
	margin-top: 30px;
}
.footer-widget.contact-widget {
	margin-top: 30px;
}
}
@media (max-width: 567.98px) {
/**Fun Facts CSS **/
.fun-fact .single-box {
	justify-content: flex-start;
	padding: 0 50px;
	margin-bottom: 30px;
}
.fun-fact .single-box .icon {
	margin-right: 25px;
}

}

@media (min-width: 350px) and (max-width: 500px){
/* Custom css */
#scrollUp{
	right: 1px;
	bottom: 1px;
}
/* .top-bar{
	display: block !important;
} */
#menunumber{
	display: none;
}
.setnumber{
	float: right !important;
	margin-right: 0px;
}
.p89{
	padding-top: 9px;
	padding-bottom: 8px;
}
.p99{
	padding-top: 9px;
	padding-bottom: 9px;
}
.card:hover .card__background{
	transform: none;
  }
  
.card-grid:hover > .card:not(:hover) .card__background{
	filter: none !important;
}
#servicebtn{
	margin-left: 24% !important;
}
.features-sec{
	padding-top: 50px !important;
}
.features-sec .sec-title h2{
	font-size: 30px;
}
.top-bar{
	height: 2.0rem !important;
	padding-top: 0px !important;
}
.top-bar ul.left-bar li a{
	font-size: 13px !important;
}
.header-logo img{
	width: 3.5rem !important;
}
.slider-area{
	margin-top: 0px !important;
}
.mean-bar{
	top: 13px !important;
}
/* .mean-bar a{ */
	.menusize{
	width: 50px !important;
	height: 30px !important;
}
/* .mean-bar a span:nth-child(1){ */
	.child1{
    margin-top: 4px !important;
    margin-right: 8px !important;
}
/* .mean-bar a span:nth-child(2){ */
	.child2{
    margin-right: 8px !important;
    margin-top: 5px !important;
}
/* .mean-bar a span:nth-child(3){ */
	.child3{
    margin-right: 8px !important;
    margin-bottom: 4px !important;
    margin-top: 6px !important;
}
.carousel-caption .col-lg-7{
	bottom: 50px !important;
}
.slider-content {
	padding-top: 0px !important;
}
.slider-content h2{
	font-size: 1.5rem !important;
}
.slider-content p{
	font-size: 0.75rem !important;
}
.slider-btn{
	margin-top: 8px !important;
}
.slider-btn a{
	font-size: 12px !important;
	padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 0.75rem !important;
    padding-bottom: 0.55rem !important;
}
.btn-after{
	width: 95% !important;
    height: 35px !important;
}
.carousel-indicators{
	margin-bottom: 0px !important;
}
.menulist1{
	margin-top: 40px !important;
}
.menulist2{
	margin-top: 50px !important;
}
.about-img3{
	display: block !important;
    top: 225px !important;
}
.about-img4{
	display: block !important;
    top: 405px !important;
    left: 30px !important;
    right: 75px !important;
}
.about-shape1{
	display: block !important;
	bottom: -20;bottom: -50;top: 150px !important;
}
.about-shape2{
	display: block !important;
    top: 545px !important;
    left: 235px !important;
}
#aboutSecIndex{
    padding-bottom: 395px !important;
}
.btncenter{
	text-align: center;
}
.services-sec{
	padding-top: 65px;
	padding-bottom: 40px !important;
}
.footer-sec{
	padding-top: 55px;
}
#bottom_icon{
	display: flex;
	justify-content: center;
}
.home-service p{
	font-size: 15px !important;
}
.breadcrumb-area:before{
	top: 55px !important;
	height: 75% !important;
}
#serviceSec{
	padding-top: 8px !important;
}
.service-details-sec{
	padding-top: 50px !important;
}
.sidebar-widget .widget-content form input[type=submit]{
	margin-bottom: 30px;
}
.sidebar-widget{
	padding-bottom: 0px !important;
}
.mean-nav ul{
	height: auto !important;
}
.breadcrumb-title h2{
	font-size: 30px !important;
}
nav ol li{
	font-size: 16px !important;
}
.blog-sec{
	padding-top: 25px !important;
	padding-bottom: 75px !important;
}
.blog-details{
	padding-bottom: 40px !important;
}
#aboutSec{
    padding-bottom: 50px !important;
    padding-top: 50px;
}
.contact-sec{
    padding-top: 40px;
}
.address{
    padding-top: 30px;
}
.slider-btn:hover .btn-after{
	margin-top: -33px;
    margin-left: 0px;
}
.radioswitch {
    width: 80% !important;
    height: 3.0rem !important;
}
.radioswitch label{
	width: calc(18% + 5px) !important;
	padding: 0.85rem 0px 2.10rem !important;
}
.radioswitch > div {
width: calc(17% + 13px) !important;
}
.radioswitch1 {
    width: 50% !important;
    height: 3.0rem !important;
}
.radioswitch1 > div {
left: 0px !important;
width: calc(16% + 32.5px) !important;
}
.radioswitch1 label {
	width: calc(22% + 17px) !important;
	padding: 1rem 0px 2.10rem !important;
}
.contact-sec .btn{
	font-size: 1.1rem !important;
	padding: 16px 30px 14px 30px !important;
}
.contact-sec .formbtn{
	margin-top: 15px !important;
}
.contact-sec .formbtn button{
	margin-top: 0px !important;
	margin-left: 0px !important;                                                                                                                                                                                           
}
#result1{
	margin: 45px 4em 60px 4em !important;
}
#result2{
	margin: 0px 3em 60px 3em !important;
}
.input7{
    text-indent: -36px;
    padding-left: 36px;
}
.input8{
	text-indent: -36px;
    padding-left: 36px;
}
.formbtn{
	text-align: center !important;
}
.contact-sec h2 {
	font-size: 20px !important;
}
.small-searchbar{
	display: block !important;
}
.searchbar{
	display: none !important;
}
.blogresult{
	margin-left: 33% !important;
}
.ti-search:before {
    padding-right: 108px;
}
}
/*
================================================
24. Blog card CSS
================================================
*/

span.blogdecor {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #a2a1a1;
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 1;
}
span.blogdecor::before {
	left: 14px;
}
span.blogdecor::before, span.blogdecor::after {
	content: '';
	position: absolute;
	top: 5px;
	width: 650%;
	height: 1px;
	background: #cecece;
	z-index: -1;
}
span.blogdecor::after {
	right: 14px;
}
span.bloginner {
	width: 6px;
	height: 6px;
	background: #cecece;
	border-radius: 50%;
	display: block;
	margin: auto;
	margin-top: 3px;
}

:root{
	--background-dark: #2d3548;
	--text-light: rgba(255,255,255,0.6);
	--text-lighter: rgba(255,255,255,0.9);
	--spacing-s: 8px;
	--spacing-m: 16px;
	--spacing-l: 24px;
	--spacing-xl: 32px;
	--spacing-xxl: 64px;
	--width-container: 1200px;
  }
  
  *{
	border: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  html{
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
  }
  
  body{
	height: 100%;
  }
  
  .hero-section{
	align-items: flex-start;
	background-color: #003561;
	display: flex;
	min-height: 100%;
	justify-content: center;
	padding: var(--spacing-xxl) var(--spacing-l);
  }
  
  .card-grid{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: var(--spacing-l);
	grid-row-gap: var(--spacing-l);
	max-width: var(--width-container);
	width: 75%;
  }
  
  @media(min-width: 540px){
	.card-grid{
	  grid-template-columns: repeat(2, 1fr); 
	}
  }
  
  @media(min-width: 960px){
	.card-grid{
	  grid-template-columns: repeat(4, 1fr); 
	}
  }
  
  .card{
	list-style: none;
	position: relative;
  }
  
  .card:before{
	content: '';
	display: block;
	padding-bottom: 150%;
	width: 100%;
  }
  
  .card__background{
	background-size: cover;
	background-position: center;
	border-radius: var(--spacing-l);
	bottom: 0;
	filter: brightness(0.75) saturate(1.2) contrast(0.85);
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: center;
	trsnsform: scale(1) translateZ(0);
	transition: 
	  filter 200ms linear,
	  transform 200ms linear;
  }
  
  .card:hover .card__background{
	transform: scale(1.05) translateZ(0);
  }
  
  .card-grid:hover > .card:not(:hover) .card__background{
	filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .card__content{
	left: 0;
	padding: var(--spacing-l);
	position: absolute;
	top: 0;
  }
  
  .card__category{
	color: var(--text-light);
	font-size: 0.9rem;
	margin-bottom: var(--spacing-s);
	text-transform: uppercase;
  }
  
  .card__heading{
	color: var(--text-lighter);
	font-size: 1.9rem;
	text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
	line-height: 1.4;
	word-spacing: 100vw;
  }

/*
================================================
25. Custom CSS
================================================
*/

#transparent{
	background-color: transparent;
	border: none;
}

.pagination li a {
	color: #C81912;
}

.page-item.active .page-link{
	background-color: #C81912;
	border-color: #C81912;
}

.sec-title span.newdecor::before, .sec-title span.newdecor::after {
	width: 110px !important;
}

.smallHeader{
	height: 5.2rem;
	/* transition: 5s ease-in; */
	transition: width 300ms ease;
}
.smallHeader .header-logo{
	padding: 5px 0px !important;
	transition: width 300ms ease;
}
.smallHeader .header-logo img{
	width: 4.5rem !important;
	transition: width 300ms ease;

}
 .smallHeader .main-menu li a{
	font-size: 14px;
	font-weight: 600;
	bottom: 10px;
	transition: width 300ms ease;
}

.smallHeader1{
	height: 4.0rem;
	background: rgba(255,255,255, 0.08);
    backdrop-filter: blur(5px);
	/* transition: 5s ease-in; */
	transition: width 300ms ease;
}
.smallHeader1 .header-logo{
	padding: 5px 0px !important;
	transition: width 300ms ease;
}
.smallHeader1 .header-logo img{
	width: 3.255rem !important;
	transition: width 300ms ease;

}
#bottom_icon .fa.fa-facebook:before, #bottom_icon .fa.fa-twitter:before, #bottom_icon .fa.fa-linkedin:before {
	/* background: -webkit-linear-gradient(#eee, #333); */
    background-image: linear-gradient(155deg, rgba(246,75,60,1) 25.7%, rgba(255,254,234,0.75) 120.3% );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.breadcrumb-title #h2{
	-webkit-animation: bounce 3s cubic-bezier(0.93, -0.05, 0.38, 0.95) infinite;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0,0,0.3,1);
    will-change: transform;
}

@-webkit-keyframes bounce{0%, 100%{-webkit-transform:translateY(0);transform:translateY(0);}
50%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
}

@keyframes bounce{0%, 100%{-webkit-transform:translateY(0);transform:translateY(0);}
50%{-webkit-transform:translateY(-20px);transform:translateY(-20px);}
}


/* ul.main-menu li a:after */

  @-webkit-keyframes hvr-buzz-out {
	10% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	20% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	30% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	40% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	50% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	60% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	70% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	80% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	90% {
	  -webkit-transform: translateX(1px) rotate(0);
	  transform: translateX(1px) rotate(0);
	}
	100% {
	  -webkit-transform: translateX(-1px) rotate(0);
	  transform: translateX(-1px) rotate(0);
	}
  }
  @keyframes hvr-buzz-out {
	10% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	20% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	30% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	40% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	50% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	60% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	70% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	80% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	90% {
	  -webkit-transform: translateX(1px) rotate(0);
	  transform: translateX(1px) rotate(0);
	}
	100% {
	  -webkit-transform: translateX(-1px) rotate(0);
	  transform: translateX(-1px) rotate(0);
	}
  }
  .hvr-buzz-out {
	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);
  }
  .hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }

  /* Icon Grow Rotate */
.hvr-icon-grow-rotate {
	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);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .hvr-icon-grow-rotate .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .hvr-icon-grow-rotate:hover .hvr-icon, .hvr-icon-grow-rotate:focus .hvr-icon, .hvr-icon-grow-rotate:active .hvr-icon {
	-webkit-transform: scale(1.5) rotate(12deg);
	transform: scale(1.5) rotate(12deg);
  }

  /* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
	10% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	20% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	30% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	40% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	50% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	60% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	70% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	80% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	90% {
	  -webkit-transform: translateX(1px) rotate(0);
	  transform: translateX(1px) rotate(0);
	}
	100% {
	  -webkit-transform: translateX(-1px) rotate(0);
	  transform: translateX(-1px) rotate(0);
	}
  }
  @keyframes hvr-icon-buzz-out {
	10% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	20% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	30% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	40% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
	50% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	60% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	70% {
	  -webkit-transform: translateX(2px) rotate(1deg);
	  transform: translateX(2px) rotate(1deg);
	}
	80% {
	  -webkit-transform: translateX(-2px) rotate(-1deg);
	  transform: translateX(-2px) rotate(-1deg);
	}
	90% {
	  -webkit-transform: translateX(1px) rotate(0);
	  transform: translateX(1px) rotate(0);
	}
	100% {
	  -webkit-transform: translateX(-1px) rotate(0);
	  transform: translateX(-1px) rotate(0);
	}
  }
  .hvr-icon-buzz-out {
	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);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .hvr-icon-buzz-out .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
  }
  .hvr-icon-buzz-out:hover .hvr-icon, .hvr-icon-buzz-out:focus .hvr-icon, .hvr-icon-buzz-out:active .hvr-icon {
	-webkit-animation-name: hvr-icon-buzz-out;
	animation-name: hvr-icon-buzz-out;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }

  /* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
	16.65% {
	  -webkit-transform: translateY(6px);
	  transform: translateY(6px);
	}
	33.3% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
	49.95% {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	}
	66.6% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	83.25% {
	  -webkit-transform: translateY(1px);
	  transform: translateY(1px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  @keyframes hvr-icon-wobble-vertical {
	16.65% {
	  -webkit-transform: translateY(6px);
	  transform: translateY(6px);
	}
	33.3% {
	  -webkit-transform: translateY(-5px);
	  transform: translateY(-5px);
	}
	49.95% {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	}
	66.6% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	83.25% {
	  -webkit-transform: translateY(1px);
	  transform: translateY(1px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  .hvr-icon-wobble-vertical {
	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);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .hvr-icon-wobble-vertical .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
  }
  .hvr-icon-wobble-vertical:hover .hvr-icon, .hvr-icon-wobble-vertical:focus .hvr-icon, .hvr-icon-wobble-vertical:active .hvr-icon {
	-webkit-animation-name: hvr-icon-wobble-vertical;
	animation-name: hvr-icon-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
  
  /* Icon Buzz */
  @-webkit-keyframes hvr-icon-buzz {
	50% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	100% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
  }
  @keyframes hvr-icon-buzz {
	50% {
	  -webkit-transform: translateX(3px) rotate(2deg);
	  transform: translateX(3px) rotate(2deg);
	}
	100% {
	  -webkit-transform: translateX(-3px) rotate(-2deg);
	  transform: translateX(-3px) rotate(-2deg);
	}
  }
  .hvr-icon-buzz {
	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);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
  }
  .hvr-icon-buzz .hvr-icon {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
  }
  .hvr-icon-buzz:hover .hvr-icon, .hvr-icon-buzz:focus .hvr-icon, .hvr-icon-buzz:active .hvr-icon {
	-webkit-animation-name: hvr-icon-buzz;
	animation-name: hvr-icon-buzz;
	-webkit-animation-duration: 0.15s;
	animation-duration: 0.15s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  /* Icon Forward */
.hvr-icon-forward {
	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);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
  }
  .footer-sec .footer-widget.quick-links ul li a .hvr-icon-forward .hvr-icon:before {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
  }
  .hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
  }

/* Glow */
.hvr-glow {
	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);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
  }

  /* Bounce In */
.hvr-bounce-in {
	/* 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);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
  }
  .hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  }

  /* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
	16.65% {
	  -webkit-transform: translateY(8px);
	  transform: translateY(8px);
	}
	33.3% {
	  -webkit-transform: translateY(-6px);
	  transform: translateY(-6px);
	}
	49.95% {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	}
	66.6% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	83.25% {
	  -webkit-transform: translateY(1px);
	  transform: translateY(1px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  @keyframes hvr-wobble-vertical {
	16.65% {
	  -webkit-transform: translateY(8px);
	  transform: translateY(8px);
	}
	33.3% {
	  -webkit-transform: translateY(-6px);
	  transform: translateY(-6px);
	}
	49.95% {
	  -webkit-transform: translateY(4px);
	  transform: translateY(4px);
	}
	66.6% {
	  -webkit-transform: translateY(-2px);
	  transform: translateY(-2px);
	}
	83.25% {
	  -webkit-transform: translateY(1px);
	  transform: translateY(1px);
	}
	100% {
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  .hvr-wobble-vertical {
	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);
  }
  .hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }

  /* Grow */
.hvr-grow {
	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);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
  }
  .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
  }

  /* Pop */
@-webkit-keyframes hvr-pop {
	50% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	}
  }
  @keyframes hvr-pop {
	50% {
	  -webkit-transform: scale(1.2);
	  transform: scale(1.2);
	}
  }
  .hvr-pop {
	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);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	-webkit-animation-name: hvr-pop;
	animation-name: hvr-pop;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }

  /* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
	  -webkit-transform: translateX(8px);
	  transform: translateX(8px);
	}
	33.3% {
	  -webkit-transform: translateX(-6px);
	  transform: translateX(-6px);
	}
	49.95% {
	  -webkit-transform: translateX(4px);
	  transform: translateX(4px);
	}
	66.6% {
	  -webkit-transform: translateX(-2px);
	  transform: translateX(-2px);
	}
	83.25% {
	  -webkit-transform: translateX(1px);
	  transform: translateX(1px);
	}
	100% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @keyframes hvr-wobble-horizontal {
	16.65% {
	  -webkit-transform: translateX(8px);
	  transform: translateX(8px);
	}
	33.3% {
	  -webkit-transform: translateX(-6px);
	  transform: translateX(-6px);
	}
	49.95% {
	  -webkit-transform: translateX(4px);
	  transform: translateX(4px);
	}
	66.6% {
	  -webkit-transform: translateX(-2px);
	  transform: translateX(-2px);
	}
	83.25% {
	  -webkit-transform: translateX(1px);
	  transform: translateX(1px);
	}
	100% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  .hvr-wobble-horizontal {
	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);
  }
  .hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }

.ti-search:before {
	color: #000;
    font-weight: 900;
}

input[type=search]{
	outline-offset: 0px;
}

/* 26. calculator css */
/* .contact-sec .contact-form .radiobtn input{
	margin-left: 35px ;
	width: 1.5%;
	height: 50px;
}

.contact-sec .contact-form .radiobtn label{
	margin-top: 13px;
	padding-left: 0px;
	margin-left: 10px;
} */

.inputlabel label{
	font-weight: 700;
	font-size: 1.45rem;
	color: #c81912;
}

.inputlabel label span{
	font-size: 1.75em;
	color: #464546;
}

.contact-sec .contact-form .input input{
    margin-left: 35px;
    margin-top: 10px;
    padding-right: 20px;
	width: 70%;
}

/* .input input[type=text] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid #DDDDDD;
  }
   
  .input input[type=text]:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
  } */
  

  .radioswitch {
	width:60%;
	height: 3.5rem;
	box-sizing:border-box;
	background-color:white;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
	text-align:center;
	position:relative;
	border-radius:2px;
  }
  
  .radioswitch > div {
	color:white;
	padding-top:24px;
	display:block;
	position:absolute;
	top:-4px;
	left:-1px;
	bottom:-4px;
	width:calc(19% + 11px);
	background-color: #c81912;
	border-radius:2px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
	z-index:1;
	pointer-events:none;
	transition:transform 0.3s;
  }
  
  .radioswitch::after {
	content:"";
	display:block;
	clear:both;
  }
  
  .radioswitch label {
	float:left;
	width:calc(19% + 5px);
	position:relative;
	padding:1rem 0px 2.60rem;
	overflow:hidden;
	border-left:solid 1px rgba(0,0,0,0.2);
	transition:color 0.3s;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  
  .radioswitch label:first-child {
	border-left:none;
  }
  
  .radioswitch label input {
	position:absolute;
	top:-200%;
  }
  
  .radioswitch label div {
	z-index: 5;
	position: absolute;
	width: 100%;
  }
  
  .radioswitch label.selected {
	color:white;
  }

.radioswitch1 {
	width:30%;
	height: 3.5rem;
	box-sizing:border-box;
	background-color:white;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
	text-align:center;
	position:relative;
	border-radius:2px;
  }
  
  .radioswitch1 > div {
	color:white;
	padding-top:24px;
	display:block;
	position:absolute;
	top:-4px;
	left:-1px;
	bottom:-4px;
	width:calc(30% + 16px);
	background-color: #c81912;
	border-radius:2px;
	box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
	z-index:1;
	pointer-events:none;
	transition:transform 0.3s;
  }
  
  .radioswitch1::after {
	content:"";
	display:block;
	clear:both;
  }
  
  .radioswitch1 label {
	float:left;
	width:calc(30% + 9px);
	position:relative;
	padding:1rem 0px 2.60rem;
	overflow:hidden;
	border-left:solid 1px rgba(0,0,0,0.2);
	transition:color 0.3s;
	cursor:pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  
  .radioswitch1 label:first-child {
	border-left:none;
  }
  
  .radioswitch1 label input {
	position:absolute;
	top:-200%;
  }
  
  .radioswitch1 label div {
	z-index: 5;
	position: absolute;
	width: 100%;
  }
  
  .radioswitch1 label.selected {
	color:white;
  }

  .animate-border {
	width: intrinsic;           /* Safari/WebKit uses a non-standard name */
	width: -moz-max-content;    /* Firefox/Gecko */
	width: -webkit-max-content; /* Chrome */
    margin: 0 auto;
	margin-bottom: 4.20rem;
    padding: 2px;
    background-color: #eaab00;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==),url(data:image/gif;base64,R0lGODlhAQABAPAAAOqrAP///yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==),url(data:image/gif;base64,R0lGODlhAQABAPAAAP///////yH5BAAAAAAALAAAAAABAAEAAAICRAEAOw==);
    background-repeat: no-repeat;
    background-size: 0 2px,0 100%,0% 2px;
    background-position: top center,top center,bottom center;
    -webkit-animation: drawBorderFromCenter 3s infinite;
  }

  .border-content {
    background: white !important;
    padding: 2em;
    text-align: center;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
  }

  @-webkit-keyframes drawBorderFromCenter {
	0% {
	 background-size:0 2px,0 0,100% 100%
	}
	20% {
	 background-size:100% 2px,100% 0,100% 100%
	}
	66% {
	 background-size:100% 2px,100% 98%,100% 100%
	}
	99% {
	 background-size:100% 2px,100% 98%,0 2px
	}
   }
   
.result{
	padding-left: 0px;
    text-align: center;
    color: #fff;
    display: none;
    font-size: 1.35rem;
    padding: 1em 2em;
    width: 100%;
	/* background-color: #eee; */
	background: transparent linear-gradient(347deg, #C81912 0%, #F64B3C 100%) 0% no-repeat padding-box;
	border-radius: 5px;
	box-shadow: 1px 1px 5px gray;
}

.result strong{
	color: #003769;
}	

.dropdown-menu{
	left: 69%;
	min-width: 8rem;
}
.search-dropdown.open .dropdown-menu {
	display: block;
}
.small-searchbar{
	display:none;
}
.blogresult {
    margin-left: 45%;
    padding-top: 1.5em;
	font-size: 1.25rem;
	font-weight: bold;
}
/* .help-block{
	margin-top: -10px;
    margin-bottom: 20px;
	color: red;
} */

label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}

input.valid.success-alert {
    border: 2px solid #4CAF50;
    /* color: green; */
}

textarea.valid.success-alert {
    border: 2px solid #4CAF50;
    /* color: green; */
}

input.error, textarea.error {
    border: 1px dashed red !important;
    font-weight: 300;
    color: red;
}

.contactForm1 label.error {
    color: red;
    font-size: 1rem;
    display: block;
    margin-top: 5px;
}

.contactForm1 label.error.fail-alert {
    border: 2px solid red;
    border-radius: 4px;
    line-height: 1;
    padding: 2px 0 6px 6px;
    background: #ffe6eb;
}

.contactForm1 input.valid.success-alert {
    border: 2px solid #4CAF50;
    /* color: green; */
}

.contactForm1 textarea.valid.success-alert {
    border: 2px solid #4CAF50;
    /* color: green; */
}

.contactForm1 input.error, textarea.error {
    border: 1px dashed red !important;
    font-weight: 300;
    color: red;
}


#input10 .overlay-content-box {
	position: absolute;
	left: 100%;
	top: -35px;
	width: 360px;
	z-index: 1000;
	opacity: 0;
	/* visibility: hidden; */
	display: none;
	padding: 5px 5px;
	background-color: #ffffff;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transform: translateX(20px);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

#input10 .overlay-content-box {
	opacity: 1;
	/* visibility: hidden; */
	transform: translateX(0px);
}

#input10 .overlay-content-box:before {
	position: absolute;
	/* content: ''; */
	left: -10px;
	top: 32%;
	border-top: 6px solid transparent;
	border-right: 10px solid #ffffff;
	border-bottom: 6px solid transparent;
}

#input10 .overlay-content-box {
	left: auto;
	right: 100%;
}

#input10 .overlay-content-box:before {
	right: -10px;
	left: auto;
	border-right: 0px;
	border-top: 6px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 6px solid transparent;
}

#input10 .overlay-content-box h4 {
	position: relative;
	font-weight: 700;
	line-height: 1.3em;
	color: #000000;
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 18px;
	border-bottom: 1px solid #dadada;
}

/* Overlay Table */

#input10 table{
	width:100%;
	table-layout: fixed;
	/* background-color: black; */
  }
  #input10 .tbl-header{
	background-color: rgba(255,255,255,0.3);
   }
   #input10 .tbl-content{
	height:300px;
	overflow-x:auto;
	margin-top: 0px;
	border: 1px solid rgba(255,255,255,0.3);
  }
  #input10 th{
	padding-left: 0;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-weight: 500;
	font-size: 12px;
	/* background-color: rgb(161, 158, 158); */
	color: #c81912;
	text-transform: uppercase;
  }
  #input10 th:first-child{
	padding-left: 1.10em;;
}	
  #input10 td{
	/* padding: 15px; */
	text-align: left;
	vertical-align:middle;
	font-weight: 300;
	font-size: 12px;
	color: black;
	border-bottom: solid 1px rgba(255,255,255,0.1);
  }
  #input10 tbody tr{
	border-bottom: 1.05px solid black;
  }
  
  /* demo styles */
  
  /* @import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);
  body{
  /*   background: -webkit-linear-gradient(left, #25c481, #25b7c4); */
  /*   background: linear-gradient(to right, #25c481, #25b7c4);
	font-family: 'Roboto', sans-serif; */
	/* background-color: green; */
  
  /* section{
	margin: 50px;
  } */
  
  /* for custom scrollbar for webkit browser*/
  
  ::-webkit-scrollbar {
	  width: 6px;
  } 
  ::-webkit-scrollbar-track {
	  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  } 
  ::-webkit-scrollbar-thumb {
	  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  }
  .close1 {
	cursor: pointer;
  }
  .close1:after, .close1:before {
	content: "";
	height: 20px;
	width: 20px;
	border-top: 3px solid red;
	position: absolute;
	top: 12px;
	right: 1px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  .close1:before {
	right: 13px;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
  }
  .resultstyle{
	background-color: #eee;
    display: inline-block;
    border: 2px solid #eee;
    color: black;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 2px 3px 10px grey; */
	box-shadow:inset 0 0 0.5em rgba(0,0,0,0.1),0.2em 0.2em 0.5em rgba(0,0,0,0.2);
  }

  .clients-section{
	position:relative;
	padding-top:100px;
	/* padding-bottom:100px; */
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	margin:0px;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	margin:0 auto;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}