@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

/* Color Variable */
/* Font Variable */
body {
	color: #4a483e;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.8;
}

/* Default CSS Start */
img {
	max-width: 100%;
}

a {
	-webkit-transition: .5s;
	transition: .5s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

button {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background-color: transparent;
}

button:focus {
	outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1f1c0c;
	font-weight: 600;
}

.form-control:focus {
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.pt-100 {
	padding-top: 100px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-100 {
	padding-bottom: 100px;
}

.theme-btn {
	display: inline-block;
}

.theme-btn .default-btn {
	font-weight: 500;
	z-index: 0;
	position: relative;
	padding: 15px 25px;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	border: 1px solid #ffffff;
}

.theme-btn .default-btn::before {
	position: absolute;
	content: '';
	background: #017ae2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	border-radius: 30px;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.theme-btn .default-btn:hover {
	color: #fff;
	border: 1px solid #017ae2;
}

.theme-btn .default-btn:hover::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.theme-btn .default-btn.active {
	border: 1px solid #017ae2;
	color: #1f1c0c;
}

.theme-btn .default-btn.active::before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #ffffff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	-webkit-box-shadow: 0 1px 20px 1px #82b440;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 13px;
	font-weight: 600;
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.buy-now-btn:hover {
	background-color: #017ae2;
	color: #ffffff;
}

.common-all-text {
	margin: auto;
	margin-bottom: 50px;
}

.common-all-text span {
	color: #1f1c0c;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	display: inline-block;
	line-height: 1;
	position: relative;
}

.common-all-text span::before {
	position: absolute;
	content: '';
	width: 3px;
	height: 100%;
	background: #1f1c0c;
	top: 0;
	left: -10px;
}

.common-all-text h2 {
	font-size: 35px;
	font-weight: 600;
	margin-bottom: 15px;
}

.common-all-text p {
	max-width: 720px;
	color: #4a483e;
	margin: 0 auto;
}

/* Default CSS End */
/*----- Home Page One Start -----*/
/* Header CSS Start */
.header-area {
	background: #5a5227;
	padding: 10px 0;
	border-bottom: 1px solid #666459;
}

.header-area .header-left {
	line-height: 1;
}

.header-area .header-left a {
	top: 1px;
	position: relative;
}

.header-area .header-left a i {
	color: #ffffff;
	font-size: 18px;
	margin-right: 10px;
}

.header-area .header-left a i:hover {
	color: #017ae2;
}

.header-area .header-right {
	text-align: right;
}

.header-area .header-right ul {
	padding-left: 0;
	margin-bottom: 0;
}

.header-area .header-right ul li {
	list-style: none;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	margin-left: 35px;
	position: relative;
}

.header-area .header-right ul li::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 100%;
	background: #017ae2;
	left: -18px;
	top: 0;
}

.header-area .header-right ul li i {
	font-size: 18px;
	top: 2px;
	position: relative;
	margin-right: 5px;
}

.header-area .header-right ul li:first-child::before {
	display: none;
}

.header-area .header-right ul a {
	color: #ffffff;
}

.header-area .header-right ul a:hover {
	color: #017ae2;
}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-area {
	position: relative;
	z-index: 99999;
}

.navbar-area .main-nav {
	position: unset;
	padding: 20px 0;
	background: #1f1c0c;
}

.navbar-area .main-nav .navbar {
	padding: 0 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
	padding: 0;
	z-index: 5;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 400;
	margin-right: 0;
	margin-left: 25px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #017ae2;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	content: '\ea4a';
	font-family: 'boxicons';
	vertical-align: middle;
	-webkit-transition: .3s;
	transition: .3s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	padding: 0;
	visibility: visible;
	background: #fff;
	-webkit-box-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
	box-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	top: 60px;
	border-radius: 0;
	border-top: 2px solid #017ae2;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .nav-link {
	padding: 8px 15px;
	border-bottom: 1px dashed #017ae2;
	-webkit-transition: 0s;
	transition: 0s;
	background: #fff;
	margin-left: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:last-child .nav-link {
	border-bottom: 1px dashed transparent;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
	left: -100%;
	top: 0 !important;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 1 !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
	border-bottom: 1px dashed #756262;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link {
	border-bottom: 1px dashed transparent;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
	left: -100%;
	top: 0 !important;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 1 !important;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .nav-link {
	border-bottom: 1px dashed #756262;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:last-child .nav-link {
	border-bottom: 1px dashed transparent;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item:hover .dropdown-menu {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100% !important;
	-webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.15);
}

/* Navbar CSS End */
/* Banner CSS Start */
.banner-section {
	background-image: url(../img/banner/1.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	height: 800px;
	z-index: 0;
}

.banner-section::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: -1;
	top: 0;
	left: 0;
}

.banner-section .banner-text {
	max-width: 620px;
}

.banner-section .banner-text h1 {
	font-size: 65px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 30px;
}

.banner-section .banner-text p {
	color: #ffffff;
	margin-bottom: 45px;
}

.banner-section .banner-text .theme-btn .default-btn {
	margin-right: 20px;
}

.banner-section .banner-img {
	position: absolute;
	right: 10%;
	bottom: 0;
	max-width: 340px;
}

/* Banner CSS End */
/* About CSS Start */
.about-section .about-image {
	background-image: url(../img/about/1.jpg);
	background-position: center center;
	background-size: cover;
	height: 100%;
}

.about-section .about-section-text {
	background: #ffffff;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	padding: 50px;
}

.about-section .about-section-text h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.about-section .about-section-text p {
	margin-bottom: 20px;
}

.about-section .about-section-text ul {
	padding-left: 0;
	margin-bottom: 20px;
}

.about-section .about-section-text ul li {
	font-size: 18px;
	color: #1f1c0c;
	font-weight: 500;
	list-style: none;
	text-transform: capitalize;
	padding-left: 30px;
	margin-bottom: 5px;
	position: relative;
	z-index: 0;
}

.about-section .about-section-text ul li::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	background: #1f1c0c;
	left: 3px;
	top: 10px;
}

.about-section .about-section-text ul li::after {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: #017ae2;
	left: 0;
	top: 7px;
	z-index: -1;
}

.about-section .about-section-text .authore-info {
	margin-bottom: 45px;
}

.about-section .about-section-text .authore-info h2 {
	margin-bottom: 8px;
}

.about-section .about-section-text .authore-info span {
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.about-section .about-section-text .theme-btn .default-btn {
	border: 1px solid #1f1c0c;
	color: #1f1c0c;
	padding: 10px 20px;
}

/* About CSS End */
/* Service CSS Start */
.services-section .service-slider {
	position: relative;
}

.services-section .service-slider .service-items {
	position: relative;
	margin: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .service-slider .service-items .service-img {
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .service-slider .service-items .service-text {
	position: relative;
	text-align: center;
	padding: 40px 20px 20px;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
}

.services-section .service-slider .service-items .service-text h3 {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	position: absolute;
	font-size: 18px;
	font-weight: 600;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 275px;
	top: -20px;
	padding: 8px 10px;
	background: #ffffff;
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .service-slider .service-items .service-text p {
	margin-bottom: 10px;
}

.services-section .service-slider .service-items .service-text a {
	color: #1f1c0c;
	font-weight: 500;
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .service-slider .service-items .service-text a:hover {
	color: red;
}

.services-section .service-slider .service-items:hover .service-text h3 {
	background: #017ae2;
}

.services-section .service-slider .service-items:hover .service-text a {
	color: red;
}

.services-section .service-slider .owl-prev {
	position: absolute;
	left: -90px !important;
	top: 45% !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px !important;
	color: #017ae2 !important;
	background: #1f1c0c !important;
	font-size: 23px !important;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .service-slider .owl-next {
	position: absolute;
	top: 45% !important;
	right: -95px !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px !important;
	color: #017ae2 !important;
	background: #1f1c0c !important;
	font-size: 23px !important;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .service-slider:hover .owl-prev {
	opacity: 1;
	left: -70px !important;
}

.services-section .service-slider:hover .owl-next {
	opacity: 1;
	right: -70px !important;
}

.service-section .service-link {
	margin-top: 30px;
}

.service-section .service-link p {
	margin-bottom: 0;
	line-height: 1;
}

.service-section .service-link p a {
	font-weight: 500;
	color: #1f1c0c;
}

.service-section .service-link p a:hover {
	color: red;
}

/* Service CSS End */
/* Trusted Start */
.trusted-section {
	background-image: url(../img/counter/counter-bg.webp);
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
}

.trusted-section::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	z-index: -1;
}

.trusted-section .common-all-text span,
.trusted-section .common-all-text h2,
.trusted-section .common-all-text p {
	color: #ffffff;
}

.trusted-section .common-all-text span::before {
	background: #ffffff;
}

.trusted-section .trusted-text {
	text-align: center;
	padding: 40px 20px;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
}

.trusted-section .trusted-text::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	left: 0;
	z-index: -1;
}

.trusted-section .trusted-text i {
	color: #fff;
	font-size: 50px;
	margin-bottom: 25px;
	display: inline-block;
	line-height: 1;
}

.trusted-section .trusted-text h3 {
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 35px;
}

.trusted-section .trusted-text p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 15px;
}

.trusted-section .counter-img1 {
	background-image: url(../img/counter/1.jpg);
}

.trusted-section .counter-img2 {
	background-image: url(../img/counter/2.jpg);
}

.trusted-section .counter-img3 {
	background-image: url(../img/counter/3.jpg);
}

.trusted-section .counter-img4 {
	background-image: url(../img/counter/4.jpg);
}

/* Trusted End */
/* Project CSS Start */
.project-section .project-slider .project-item {
	position: relative;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	margin: 5px;
}

.project-section .project-slider .project-item .project-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: .5s;
	transition: .5s;
}

.project-section .project-slider .project-item .project-link p {
	color: #1f1c0c;
	background: #ffffff;
	margin-bottom: 0;
	padding: 10px 20px;
	font-size: 15px;
}

.project-section .project-slider .project-item .project-link a i {
	background: #1f1c0c;
	color: #ffffff;
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 35px;
	font-size: 25px;
	text-align: center;
	line-height: 47px;
}

.project-section .project-slider .project-item .project-link a i:hover {
	color: #017ae2;
}

.project-section .project-slider .project-item:hover .project-link {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.project-section .project-slider .owl-prev {
	position: absolute;
	left: -90px !important;
	top: 45% !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px !important;
	color: #017ae2 !important;
	background: #1f1c0c !important;
	font-size: 23px !important;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.project-section .project-slider .owl-next {
	position: absolute;
	top: 45% !important;
	right: -95px !important;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 45px !important;
	color: #017ae2 !important;
	background: #1f1c0c !important;
	font-size: 23px !important;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.project-section .project-slider:hover .owl-prev {
	opacity: 1;
	left: -70px !important;
}

.project-section .project-slider:hover .owl-next {
	opacity: 1;
	right: -70px !important;
}

.project-section .project-btn {
	margin-top: 30px;
}

.project-section .project-btn p {
	margin-bottom: 0;
	line-height: 1;
}

.project-section .project-btn p a {
	font-weight: 500;
	color: #1f1c0c;
}

.project-section .project-btn p a:hover {
	color: red;
}

/* Project CSS End */

/* Team CSS Start */
.team-section .ser-card {
	border-radius: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	text-align: center;
	padding: 40px 20px;
	position: relative;
	overflow: hidden;
}

.team-section .ser-card::before {
	position: absolute;
	content: '';
	background: #017ae2;
	width: 120%;
	height: 0;
	top: -20px;
	left: -15px;
	bottom: 0;
	z-index: -1;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.team-section .ser-card::after {
	position: absolute;
	content: '';
	background: #1f1c0c;
	width: 0;
	height: 20px;
	top: 90px;
	left: -15px;
	bottom: 0;
	z-index: -1;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.team-section .ser-card .service-img {
	max-width: 145px;
	border-radius: 200px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.team-section .ser-card .service-img img {
	max-width: 145px;
	border-radius: 200px;
	border: 5px solid #ffffff;
	-webkit-transition: .5s;
	transition: .5s;
}

.team-section .ser-card .ser-text h3 {
	margin-bottom: 10px;
	font-size: 22px;
}

.team-section .ser-card .ser-text p {
	margin-bottom: 0;
	line-height: 1;
}

.team-section .ser-card:hover::before {
	height: 40%;
}

.team-section .ser-card:hover::after {
	width: 120%;
}

/* Team CSS End */
/* Blog CSS Start */
.blog-section .blog-card {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-section .blog-card .blog-img {
	border-radius: 10px 10px 0 0;
	position: relative;
}

.blog-section .blog-card .blog-img img {
	border-radius: 10px 10px 0 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-section .blog-card .blog-img span {
	position: absolute;
	top: 25px;
	left: -10px;
	display: inline-block;
	background: #017ae2;
	color: #1f1c0c;
	padding: 3px 35px;
	font-weight: 600;
	border-left: double;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-section .blog-card .blog-img .author-img {
	position: absolute;
	bottom: -10px;
	left: 25px;
	border: 2px solid #ffffff;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.5);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.5);
	border-radius: 5px;
}

.blog-section .blog-card .blog-img .author-img img {
	border-radius: 0;
}

.blog-section .blog-card .blog-text {
	padding: 30px 25px 25px;
}

.blog-section .blog-card .blog-text h3 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.5;
}

.blog-section .blog-card .blog-text h3 a {
	color: #1f1c0c;
}

.blog-section .blog-card .blog-text h3 a:hover {
	color: red;
}

.blog-section .blog-card .blog-text p {
	margin-bottom: 15px;
	font-size: 15px;
}

.blog-section .blog-card .blog-text .blog-btn {
	color: #1f1c0c;
	font-weight: 500;
}

.blog-section .blog-card .blog-text .blog-btn:hover {
	color: red;
}

.blog-section .blog-card:hover .blog-img span {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.blog-section .blog-card:hover .blog-img img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

.blog-section .blog-card:hover .blog-img .author-img img {
	-webkit-filter: none;
	filter: none;
}

.blog-section .blog-link {
	margin-top: 30px;
}

.blog-section .blog-link p {
	margin-bottom: 0;
	line-height: 1;
}

.blog-section .blog-link p a {
	font-weight: 500;
	color: #1f1c0c;
}

.blog-section .blog-link p a:hover {
	color: red;
}

/* Blog CSS End */
/* Footer CSS Start */
.footer-area {
	background: #1f1c0c;
}

.footer-area .footer-widget {
	margin-bottom: 30px;
}

.footer-area .footer-widget .footer-logo {
	margin-bottom: 10px;
}

.footer-area .footer-widget .footer-logo img {
	max-width: 60px;
}

.footer-area .footer-widget p {
	font-size: 15px;
	margin-bottom: 15px;
	color: #ffffff;
}

.footer-area .footer-widget .newsletter-area {
	margin-bottom: 22px;
}

.footer-area .footer-widget .newsletter-area h3 {
	font-size: 18px;
	color: #017ae2;
	margin-bottom: 20px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form {
	position: relative;
}

.footer-area .footer-widget .newsletter-area .newsletter-form input {
	background: #ffffff;
	border-radius: 0;
	height: 40px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .subscribe-btn {
	position: absolute;
	top: 0;
	right: 0;
	background: #017ae2;
	color: #1f1c0c;
	height: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0 10px;
	font-size: 15px;
	height: 40px;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
	background: #4a483e;
	color: #ffffff;
}

.footer-area .footer-widget .newsletter-area .newsletter-form ::-webkit-input-placeholder {
	color: #4a483e;
}

.footer-area .footer-widget .newsletter-area .newsletter-form :-ms-input-placeholder {
	color: #4a483e;
}

.footer-area .footer-widget .newsletter-area .newsletter-form ::-ms-input-placeholder {
	color: #4a483e;
}

.footer-area .footer-widget .newsletter-area .newsletter-form ::placeholder {
	color: #4a483e;
}

.footer-area .footer-widget .newsletter-area .newsletter-form .validation-danger {
	font-size: 13px;
	margin-top: 5px;
	color: red;
}

.footer-area .footer-widget .footer-social a i {
	color: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background: #2a2818;
	font-size: 18px;
	margin-right: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-area .footer-widget .footer-social a i:hover {
	background: #017ae2;
	color: #1f1c0c;
}

.footer-area .footer-widget h3 {
	font-size: 22px;
	color: #ffffff;
	position: relative;
	padding-left: 15px;
	margin-bottom: 30px;
}

.footer-area .footer-widget h3::before {
	position: absolute;
	content: '';
	background: #017ae2;
	width: 2px;
	height: 100%;
	left: 0;
	top: 0;
}

.footer-area .footer-widget ul {
	padding-left: 0;
	margin-bottom: 0;
}

.footer-area .footer-widget ul li {
	list-style: none;
	margin-bottom: 8px;
	color: #ffffff;
}

.footer-area .footer-widget ul li a {
	color: #ffffff;
}

.footer-area .footer-widget ul li a:hover {
	color: #017ae2;
	letter-spacing: 1px;
}

.footer-area .footer-widget ul li a i {
	color: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background: #2a2818;
	font-size: 15px;
	margin-right: 5px;
}

.footer-area .footer-widget ul li i {
	color: #ffffff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background: #2a2818;
	font-size: 15px;
	margin-right: 5px;
}

.footer-area .footer-widget ul li:last-child {
	margin-bottom: 0;
}

.footer-area .footer-bottom {
	border-top: 1px solid #6d6b61;
	padding: 20px 0;
	margin-top: 70px;
}

.footer-area .footer-bottom ul {
	padding-left: 0;
	margin-bottom: 0;
}

.footer-area .footer-bottom ul li {
	list-style: none;
	margin-bottom: 0;
	display: inline-block;
	margin-right: 15px;
}

.footer-area .footer-bottom ul li a {
	color: #ffffff;
}

.footer-area .footer-bottom ul li a:hover {
	color: #017ae2;
}

.footer-area .footer-bottom .copyright-text {
	text-align: right;
}

.footer-area .footer-bottom .copyright-text p {
	color: #ffffff;
	margin-bottom: 0;
}

.footer-area .footer-bottom .copyright-text p a {
	color: #017ae2;
	font-weight: 500;
}

.footer-area .footer-bottom .copyright-text p a:hover {
	color: red;
}

.footer-area .pl-35 {
	padding-left: 35px;
}

/* Footer CSS End */
/*----- Home Page One End -----*/
/*----- Home Page Two Start -----*/
/* Header CSS Start */
.header-style-two {
	background: #ffffff;
	border-bottom: 0;
}

.header-style-two .header-left a i {
	background: #1f1c0c;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 30px;
}

.header-style-two .header-right ul li {
	color: #1f1c0c;
}

.header-style-two .header-right ul li a {
	color: #1f1c0c;
}

.header-style-two .header-right ul li::before {
	display: none;
}

/* Header CSS End */
/* Navbar CSS Start */
.navbar-style-two::before,
.navbar-style-two::after {
	display: none;
}

.navbar-style-two .main-nav {
	background: #fff;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item {
	line-height: 0;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	top: 45px;
}

.navbar-style-two .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item {
	line-height: 1.8;
}

.navbar-style-two .main-nav .navbar .appoint-btn a {
	font-size: 13px;
	border: 1px solid #017ae2;
	background: #017ae2;
	color: #fff;
	padding: 12px 15px;
	border-radius: 30px;
}

.navbar-style-two .main-nav .navbar .appoint-btn a:hover {
	background: #fff;
	color: #017ae2;
}

/* Navbar CSS End */
/* Banner CSS Start */
.banner-slider {
	position: relative;
}

.banner-slider .slider-items {
	background-position: center center;
	background-size: cover;
	height: 800px;
	position: relative;
	z-index: 0;
}

.banner-slider .slider-items::before {
	position: absolute;
	content: '';
	/* background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 30%, rgba(255, 255, 255, 0) 70%); */
	/* background: #000; */
	height: 100%;
	width: 100%;
	/* opacity: 0.5; */
	z-index: -1;
	top: 0;
	left: 0;

}


.banner-slider .slider-items .slider-text {
	max-width: 735px;
}

.banner-slider .slider-items .slider-text h2 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.9);
	color: #ffffff;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 20px;
}

.banner-slider .slider-items .slider-text p {
	color: #ffffff;
	margin-bottom: 35px;
}

.banner-slider .slider-items .slider-text .video-btn i {
	background: #ffffff;
	width: 45px;
	height: 45px;
	color: #1f1c0c;
	border-radius: 30px;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	top: 7px;
	position: relative;
	left: 22px;
}

.banner-slider .slider-items .slider-text .video-btn i:hover {
	background: #017ae2;
}

.banner-slider .owl-nav {
	margin-top: 0 !important;
}

.banner-slider .owl-prev {
	top: 45%;
	left: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	position: absolute;
	width: 45px !important;
	height: 45px !important;
	font-size: 25px !important;
	line-height: 52px !important;
	border-radius: 40px !important;
	color: #1f1c0c !important;
	background: #ffffff !important;
}

.banner-slider .owl-prev::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-animation: ripple 3s linear infinite;
	animation: ripple 3s linear infinite;
}

.banner-slider .owl-prev::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-animation: ripple 3s linear 1s infinite;
	animation: ripple 3s linear 1s infinite;
}

.banner-slider .owl-prev:hover {
	background: #017ae2 !important;
}

.banner-slider .owl-next {
	top: 45%;
	right: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	text-align: center;
	position: absolute;
	width: 45px !important;
	height: 45px !important;
	font-size: 25px !important;
	line-height: 52px !important;
	border-radius: 40px !important;
	color: #1f1c0c !important;
	background: #ffffff !important;
}

.banner-slider .owl-next::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-animation: ripple 3s linear infinite;
	animation: ripple 3s linear infinite;
}

.banner-slider .owl-next::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #ffffff;
	-webkit-animation: ripple 3s linear 1s infinite;
	animation: ripple 3s linear 1s infinite;
}

.banner-slider .owl-next:hover {
	background: #017ae2 !important;
}

.banner-slider .slider-bg1 {
	background-image: url(../img/home/slider-1.webp);
}

.banner-slider .slider-bg2 {
	background-image: url(../img/home/slider-2.webp);
}

.banner-slider .slider-bg3 {
	background-image: url(../img/home/slider-3.webp);
}

/* Banner CSS End */
/* Service CSS Start */
.other-service .service-card {
	border-radius: 20px;
	-webkit-box-shadow: 0px 2px 20px -5px rgba(146, 184, 255, 0.9);
	box-shadow: 0px 2px 20px -5px rgba(146, 184, 255, 0.9);
	padding: 40px 25px 30px 25px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 30px;
}

.other-service .service-card i {
	font-size: 45px;
	margin-bottom: 30px;
	z-index: 0;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
	line-height: 1;
}

.other-service .service-card i::after {
	position: absolute;
	content: '';
	background: #017ae2;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	right: -25px;
	top: -15px;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s;
}

.img-service {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	border: 1px solid #017ae2;
	background-color: #017ae2;
	padding: 15px;
	margin-bottom: 30px;
}

.other-service .service-card:hover .img-service {
	width: 90px;
	height: 90px;
	border-radius: 50px;
	border: 1px solid #fff;
	background-color: #fff;
	padding: 15px;
	margin-bottom: 30px;
}

.other-service .service-card h3 {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.other-service .service-card p {
	margin-bottom: 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.other-service .service-card .service-btn {
	color: #1f1c0c;
	position: relative;
}

.other-service .service-card .service-btn:hover {
	color: red;
}

.other-service .service-card .service-btn::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -5px;
	background: #1f1c0c;
}

.other-service .service-card:hover {
	background: #017ae2;
}

.other-service .service-card:hover i {
	color: #fff;
}

.other-service .service-card:hover i::after {
	background: #fff;
}

.other-service .service-card:hover a {
	color: #017ae2;
}

.other-service .service-card:hover a::before {
	background: #017ae2;
}

.other-service .service-card:hover h3,
.other-service .service-card:hover p {
	color: #ffffff;
}

/* Service CSS End */
/*----- Home Page Two End -----*/

/* Auth Dealer Start */
.auth-dealer-section .company-slider {
	padding: 60px 25px 50px;
	background: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.auth-dealer-section .company-slider .company-logo img {
	max-width: 100%;
	width: unset;
	margin: auto;
	-webkit-transition: .5s;
	transition: .5s;
}

.auth-dealer-section .company-slider .company-logo img:hover {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

/* Auth Dealer End */
/* Join CSS Start */
.our-mission-section {
	position: relative;
}

.our-mission-section .our-mission-img {
	background-image: url(../img/about/mission.webp);
	background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.our-mission-section .container-fluid .col-lg-6 {
	padding: 0;
}

.our-mission-section .join-text {
	-webkit-box-shadow: 0 0 10px rgba(146, 184, 255, 0.2);
	box-shadow: 0 0 10px rgba(146, 184, 255, 0.2);
	padding: 50px;
}

.our-mission-section .join-text .common-all-text {
	margin-bottom: 30px;
}

.our-mission-section .join-text .common-all-text p {
	margin-left: 0;
	margin-right: 0;
}

.our-mission-section .join-text ul {
	padding-left: 0;
	margin-bottom: 25px;
}

.our-mission-section .join-text ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.our-mission-section .join-text ul li::before {
	position: absolute;
	content: '';
	background: #017ae2;
	width: 10px;
	height: 10px;
	top: 8px;
	left: 0;
}

.our-mission-section .join-text .theme-btn .default-btn {
	border: 1px solid #1f1c0c;
	color: #1f1c0c;
}

/* Join CSS End */
/*----- Home Page Three End -----*/
/*----- About Page Start -----*/
/* Page Title CSS Start */
.page-title {
	padding: 150px 0;
	position: relative;
	z-index: 0;
	background-position: center center;
	background-size: cover;
}

.page-title::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.45);
	z-index: -1;
	top: 0;
	left: 0;
}

.page-title h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.page-title ul {
	padding-left: 0;
	margin-bottom: 0;
}

.page-title ul li {
	color: #fff;
	display: inline-block;
	font-size: 18px;
	margin-left: 25px;
}

.page-title ul li a {
	color: #fff;
	position: relative;
	font-weight: 600;
}

.page-title ul li a::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	background: #017ae2;
	right: -18px;
	top: 11px;
	border-radius: 20px;
}

.page-title ul li a:hover {
	color: #ffffff;
}

.page-title.about-title-bg {
	background-image: url(../img/about/breadcrumb.webp);
}

.page-title.services-title-bg {
	background-image: url(../img/service/breadcrumb.webp);
}

.page-title.oproject-title-bg {
	background-image: url(../img/project/breadcrumb.webp);
}

.page-title.ocontact-title-bg {
	background-image: url(../img/contact/breadcrumb.webp);
}

.page-title.clients-title-bg {
	background-image: url(../img/client/breadcrumb.webp);
}
.page-title.signin-title-bg {
	background-image: url(../img/client/breadcrumb.webp);
}

.b-1 {
	border: 1px solid #ccc;
}

/* Page Title CSS End */
/* About CSS Start */
.about-section .about-section-img {
	border-radius: 55px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
}

.about-section .about-section-img img {
	border-radius: 55px;
	padding: 15px;
	width: 100%;
}

.about-section .about-section-text {
	padding-left: 45px;
}

.about-section .about-section-text .common-all-text {
	margin-bottom: 30px;
}

.about-section .about-section-text .common-all-text span {
	margin-left: 10px;
}

.about-section .about-section-text .common-all-text h2 {
	max-width: 500px;
}

.about-section .about-section-text p {
	margin-bottom: 30px;
}

/* About CSS End */
/* Trusted Start */
.our-trusted-partner {
	background-attachment: fixed;
}

.our-trusted-partner::before {
	background: rgba(0, 0, 12, 0.9);
}

.our-trusted-partner .trusted-text {
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.our-trusted-partner .trusted-text::before {
	display: none;
}

/* Trusted End */
/* Contact CSS Start */
.our-vission-section .vission-img {
	background-image: url(../img/about/vission.webp);
	background-position: center center;
	background-size: cover;
	height: 100%;
	-webkit-box-shadow: 0px 2px 12px -5px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 12px -5px rgba(146, 184, 255, 0.3);
}

.our-vission-section .vission-area {
	padding: 50px;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
}

.our-vission-section .vission-area .form-group {
	margin-bottom: 25px;
}

.our-vission-section .vission-area .form-group .form-control {
	border: 1px solid #bebebe;
	border-radius: 30px;
	padding: 5px 20px;
	background: #f9efef;
	height: 50px;
}

.our-vission-section .vission-area .form-group .message-field {
	border: 1px solid #bebebe;
	background: #f9efef;
	border-radius: 30px;
	padding: 15px 20px;
	width: 100%;
}

.our-vission-section .vission-area .form-group .message-field:focus {
	outline: 0;
}

.our-vission-section .vission-area .form-group ::-webkit-input-placeholder {
	color: #1f1c0c;
	font-size: 15px;
}

.our-vission-section .vission-area .form-group :-ms-input-placeholder {
	color: #1f1c0c;
	font-size: 15px;
}

.our-vission-section .vission-area .form-group ::-ms-input-placeholder {
	color: #1f1c0c;
	font-size: 15px;
}

.our-vission-section .vission-area .form-group ::placeholder {
	color: #1f1c0c;
	font-size: 15px;
}

.our-vission-section .vission-area .form-group .list-unstyled {
	padding-left: 20px;
	color: red;
	margin-top: 5px;
}

.our-vission-section .vission-area .default-btn {
	background: #017ae2;
	color: #1f1c0c;
	padding: 15px 30px;
	border-radius: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border: 1px solid #1f1c0c;
}

.our-vission-section .vission-area .default-btn:hover {
	background-color: #ffffff;
}

.our-vission-section .vission-area .text-danger {
	font-size: 20px;
	margin-top: 10px;
	padding-left: 20px;
}

/* Contact CSS End */
/*----- About Page End -----*/
/*----- Service Page Start -----*/
.page-title.service-title-bg {
	background-image: url(../img/title-bg/2.jpg);
}

.service-style-two .service-items {
	-webkit-box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 12px 0px rgba(146, 184, 255, 0.3);
}

.service-style-two .service-items .service-img {
	position: relative;
	overflow: hidden;
}

.service-style-two .service-items .service-img img {
	-webkit-transition: .5s;
	transition: .5s;
}

.service-style-two .service-items .service-img .service-text h3 {
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: translateY(60px);
	transform: translateY(60px);
	max-width: 100%;
	background: #ffffff;
	text-align: center;
	padding: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}

.service-style-two .service-items .service-img .service-text a i {
	position: absolute;
	color: #1f1c0c;
	background: #017ae2;
	width: 55px;
	height: 51px;
	text-align: center;
	line-height: 50px;
	bottom: 100%;
	right: 0;
	font-size: 20px;
	-webkit-transition: .5s;
	transition: .5s;
}

.service-style-two .service-items .service-img .service-text a i:hover {
	background: #1f1c0c;
	color: #ffffff;
}

.service-style-two .service-items .service-img:hover .service-text a i {
	bottom: 0;
}

.service-style-two .service-items .service-img:hover .service-text h3 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.service-style-two .service-items .service-img:hover img {
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}

/*----- Service Page End -----*/

/*----- Team Page Start -----*/
.page-title.team-title-bg {
	background-image: url(../img/title-bg/8.jpg);
}

.services-section .common-all-text {
	z-index: 0;
	position: relative;
}

.services-section .common-all-text span::before {
	background: #000;
}

.services-section .common-all-text span,
.services-section .common-all-text h2,
.services-section .common-all-text p {
	color: #000;
}

.services-section .ser-card {
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	border-radius: 10px;
	margin-bottom: 30px;
}

.services-section .ser-card .service-img img {
	border-radius: 10px 10px 0 0;
}

.services-section .ser-card .ser-text {
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 15px;
	position: relative;
	background: #ffffff;
	border-radius: 0 0 10px 10px;
	z-index: 0;
}

.services-section .ser-card .ser-text::before {
	position: absolute;
	content: '';
	background-color: #017ae2;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 0 10px 10px;
	-webkit-transition: .5s;
	transition: .5s;
}

.services-section .ser-card:hover .ser-text p {
	color: #ffffff;
	/* Change text color on hover */
}


.services-section .ser-card .ser-text h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.services-section .ser-card .ser-text p {
	font-size: 15px;
	margin-bottom: 0;
}

.services-section .ser-card:hover .ser-text::before {
	height: 100%;
}

/*----- Team Page End -----*/
/*----- Project Section Start -----*/


.project-section .project-accordian .accordions .accordion-item {
	background-color: #ffffff;
	margin-bottom: 20px;
	-webkit-box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.project-section .project-accordian .accordions .accordion-item .accordion-title {
	cursor: pointer;
	padding: 15px 20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background: #ffffff;
	position: relative;
}

.project-section .project-accordian .accordions .accordion-item .accordion-title i {
	position: absolute;
	left: 20px;
	top: 15px;
	color: #1f1c0c;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 25px;
}

.project-section .project-accordian .accordions .accordion-item .accordion-title.active-title {
	background-color: #1f1c0c;
}

.project-section .project-accordian .accordions .accordion-item .accordion-title.active-title h2,
.project-section .project-accordian .accordions .accordion-item .accordion-title.active-title i {
	color: #ffffff;
}

.project-section .project-accordian .accordions .accordion-item .accordion-title.active-title h2 i {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.project-section .project-accordian .accordions .accordion-item .accordion-title h2 {
	margin: 0;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #1f1c0c;
	line-height: 25px;
}

.project-section .project-accordian .accordions .accordion-item .accordion-title h2 i {
	font-size: 25px;
	position: inherit;
}

.project-section .project-accordian .accordions .accordion-item .accordion-content {
	display: none;
	line-height: 1.7;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 0 0 5px 5px;
}

.project-section .project-accordian .accordions .accordion-item .accordion-content.active {
	display: block;
}

.project-section .project-accordian .accordions .accordion-item .accordion-content p {
	margin: 0;
}

.project-section .project-accordian .accordions .accordion-item:last-child {
	margin-bottom: 0;
}

.project-section .our-project-image {
	background-image: url(../img/project/project-1.webp);
	background-position: center center;
	background-size: cover;
	height: 100%;
}

.project-section .our-project-image.our-project-image-1 {
	background-image: url(../img/project/project-2.webp);
	background-position: center center;
	background-size: cover;
	height: 100%;
}

/*----- Project Section End -----*/

/*----- Sign Up Page Start -----*/
.page-title.signup-title-bg {
	background-image: url(../img/title-bg/11.jpg);
}

.signin-section .signin-form {
	-webkit-box-shadow: 0 0 15px #d89ad240;
	box-shadow: 0 0 15px #d89ad240;
	padding: 50px;
	text-align: center;
}

.signin-section .signin-form i {
	font-size: 30px;
	background: #017ae2;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	margin-bottom: 20px;
}

.signin-section .signin-form h3 {
	font-size: 22px;
	margin-bottom: 35px;
}

.signin-section .signin-form form .form-group {
	margin-bottom: 20px;
}

.signin-section .signin-form form .form-group .form-control {
	height: 50px;
	padding: 20px;
	border: 1px solid #ddd;
	background: #fff8f8;
}

.signin-section .signin-form form .form-group ::-webkit-input-placeholder {
	color: #4a483e;
}

.signin-section .signin-form form .form-group :-ms-input-placeholder {
	color: #4a483e;
}

.signin-section .signin-form form .form-group ::-ms-input-placeholder {
	color: #4a483e;
}

.signin-section .signin-form form .form-group ::placeholder {
	color: #4a483e;
}

.signin-section .signin-form form .form-check {
	line-height: 1;
	margin-top: 30px;
	text-align: left;
}

.signin-section .signin-form form .form-check .form-check-input {
	margin-top: 0;
}

.signin-section .signin-form form .form-check label {
	font-size: 14px;
}

.signin-section .signin-form form .signin-btn {
	padding: 8px 50px;
	border: 1px solid #33333357;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
}

.signin-section .signin-form form .signin-btn:hover {
	background-color: #017ae2;
	color: #fff;
}

.signin-section .signin-form span {
	display: block;
	padding: 25px 0 0;
	line-height: 1;
	margin: 30px 0 0;
	border-top: 1px solid #f1e3e3b8;
}

/*----- Sign In Page End -----*/
/*----- Blog Page Start -----*/
.page-title.blog-title-bg {
	background-image: url(../img/title-bg/12.jpg);
}

.blog-section .pagination {
	margin-top: 50px;
}

.blog-section .pagination .page-item .page-link {
	width: 40px;
	height: 40px;
	text-align: center;
	color: #333;
	border-radius: 50%;
	line-height: 40px;
	padding: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	font-weight: 500;
	margin: 0 3px;
	-webkit-transition: .5s;
	transition: .5s;
}

.blog-section .pagination .page-item .page-link.active {
	background: #1f1c0c;
	color: #ffffff;
}

/*----- Blog Page End -----*/
/*----- Blog Page Two Start -----*/
.page-title.blog-title-bg2 {
	background-image: url(../img/title-bg/15.jpg);
}

/*----- Blog Page Two End -----*/

/*----- Contact Page Start -----*/
.page-title.contact-title-bg {
	background-image: url(../img/title-bg/1.jpg);
}

.our-vission-section .contact-card {
	text-align: center;
	padding: 30px 20px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	box-shadow: 0px 2px 16px 0px rgba(146, 184, 255, 0.3);
	margin-bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s;
}

.our-vission-section .contact-card:hover {
	background: #017ae2;
}

.our-vission-section .contact-card:hover i {
	background: #fff;
	color: #017ae2;
}

.our-vission-section .contact-card:hover ul li a,
.our-vission-section .contact-card:hover ul li {
	color: #ffffff;
}

.our-vission-section .contact-card i {
	color: #fff;
	background: #017ae2;
	font-size: 20px;
	width: 35px;
	height: 35px;
	border-radius: 30px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}

.our-vission-section .contact-card ul {
	padding-left: 0;
	margin-bottom: 0;
}

.our-vission-section .contact-card ul li {
	list-style: none;
	color: #1f1c0c;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

.our-vission-section .contact-card ul li a {
	color: #1f1c0c;
}

.our-vission-section .contact-card ul li:last-child {
	margin-bottom: 0;
}

.our-vission-section .vission-area h3 {
	margin-bottom: 20px;
}

.map-area iframe {
	display: block;
	width: 100%;
	height: 400px;
}

/*----- Contact Page End -----*/
/*----- Back Top CSS Start -----*/
.top-btn i {
	width: 45px;
	height: 45px;
	color: #017ae2;
	background: #1f1c0c;
	text-align: center;
	border-radius: 5px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 22px;
	line-height: 45px;
	z-index: 999;
	-webkit-transition: .5s;
	transition: .5s;
	display: inline-block;
}

.top-btn i::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 0;
	background: #000;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: .5s;
	transition: .5s;
}

.top-btn i:hover::before {
	height: 100%;
}

.top-btn i:hover {
	color: #ffffff;
}

/*----- Back Top CSS End -----*/

/* Animation CSS Start */
@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

.btn-1 {
	border: 1px solid #017ae2;
	background: #017ae2;
	color: #fff;
	padding: 15px 20px;
	border-radius: 30px;
}

.btn-1:hover {
	background: #fff;
	color: #017ae2;
}

.btn-2 {
	border: 1px solid #fff;
	background: #fff;
	color: #017ae2;
	padding: 15px 20px;
	border-radius: 30px;
}

.btn-2:hover {
	background: transparent;
	color: #fff;
}

.fill-white {
	fill: var(--bs-white) !important;
}

.opacity-1 {
	opacity: 0.1 !important;
}

.bg-light-blue {
	background-color: rgba(1, 122, 226, 0.7);
}

.eye {
	right: 20px;
	top: 20px;
	position: absolute;
	width: 15px;
	height: 15px;
}

.display-sm {
	display: none;
}

@media only screen and (max-width: 991px) {
	.display-sm {
		display: block;
	}

	.display-lg {
		display: none;
	}

	.owl-theme .owl-nav {
		margin-bottom: 30px !important;
	}
}

/* Animation CSS End */
/*# sourceMappingURL=style.css.map */