
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body, html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.8;
}

*::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

*::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
	height: 6px;
	border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
	background-color: #f7941d;
	border-radius: 10px;
}

.main_wrapper {
	flex: 1 0 auto;
}

.list::-webkit-scrollbar {
	-webkit-appearance: scrollbarthumb-vertical;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Poppins, sans-serif !important;
	color: #082448;
}

a {
	outline: 0 !important;
}

a:hover {
	text-decoration: none;
}

.btn, button {
	outline: 0 !important;
	box-shadow: none !important;
}

.container-fluid {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}

.py-70 {
	padding: 70px 0;
}

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

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

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

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.card {
	border: 0;
	border-radius: 0;
}

.mg-bt-0 {
	margin-bottom: 0;
}

hr.grey-color {
	background-color: #f2f2f2;
}

.mb50 {
	margin-bottom: 50px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.section-pading {
	padding: 50px 0;
}

.breadcrumb {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-radius: 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.breadcrumb-wrapper ol.breadcrumb {
	padding: 0 7px;
}

.breadcrumb>.active {
	color: #fff;
}

.breadcrumb>li {
	display: inline-block;
	margin: 0;
	text-shadow: none;
}

.breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.bg-light {
	background-color: #e7f1f1 !important;
}

.btn {
	font-size: 16px;
}

.btn-theme {
	background: #f7941d;
	color: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.btn-theme:hover {
	color: #fff;
	text-decoration: none;
	background-color: #f7941d;
	border-color: #f7941d;
}

.box-shadow {
	-webkit-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	-ms-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	-o-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
}

.btn-default:hover, .btn-warning:hover, .button:hover, button#information-form-submit:hover
	{
	color: #fff;
	background-color: #f7941d;
	border-color: #f7941d;
}

.btn {
	box-shadow: none !important;
}

.form-control {
	height: 50px;
	border-radius: 0;
	border: 1px solid #c9d4df;
}

.text-theme {
	color: #f7941d !important;
}

.bg-theme {
	background: #fff;
}

header {
	z-index: 99;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
}

header a:hover {
	text-decoration: none;
}

.navbar-nav>li {
	margin-right: 30px;
}

.custom-header {
	position: relative;
	width: 100%;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	-webkit-box-shadow: 0 0 10px 0 rgba(242, 229, 229, 0.5);
	box-shadow: 0 0 10px 0 rgba(242, 229, 229, 0.5);
	background-color: #fff !important;
	animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll { 
	0% {
		transform: translateY(-40px);
	}

	100%{
		transform: translateY(0);
	}
}
ul.navbar-nav li a {
	color: #082448;
	font-weight: 500;
	font-family: "poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 70px;
	display: inline-block;
}

.dropdown .dropdown-menu li a {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 400;
	line-height: 24px;
}

.dropdown-toggle {
	white-space: inherit;
}

header ul.nav li ul {
	margin-top: 1px;
}

li.dropdown .dropdown-menu li {
	padding: 10px;
}

li.dropdown .dropdown-menu li:last-child {
	border-bottom: 0;
}

.mainmenu .collapse ul li:hover>ul {
	display: block;
}

.mainmenu .collapse ul ul {
	position: absolute;
	top: 94%;
	width: 280px;
	display: none;
	border-radius: 0;
}

.mainmenu .collapse li:nth-child(6) ul {
	max-height: 550px;
	overflow-y: scroll;
	scrollbar-width: thin;
}

.mainmenu .collapse ul ul li {
	position: relative;
}

.mainmenu .collapse ul ul li:hover {
	background: #e7f1f1;
}

.dropdown-menu {
	padding: 0;
}

.mainmenu .collapse ul ul li:hover>ul {
	display: block;
}

.mainmenu .collapse ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 200px;
	display: none;
}

.mainmenu .collapse ul ul ul li {
	position: relative;
}

.mainmenu .collapse ul ul ul li:hover ul {
	display: block;
}

.mainmenu .collapse ul ul ul ul {
	position: absolute;
	top: 0;
	left: -100%;
	width: 200px;
	display: none;
	z-index: 1;
}

header ul.nav li ul li ul {
	margin: 1px 0 0 1px;
}

.dropdown-menu .dropdown i {
	position: absolute;
	right: 10px;
	margin-top: 3px;
	padding-left: 20px;
}

.navbar .nav>li>.dropdown-menu:before {
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-bottom-color: none;
	content: none;
}

.navbar li.dropdown ul li a:after {
	display: none;
}

.navbar .dropdown .dropdown-menu a::after {
	top: 15px !important;
	right: 10px !important;
}

.navbar .nav>li>.dropdown-menu:after {
	border-right: none;
	border-bottom: none;
	border-left: none;
	content: "";
}

ul.nav li.dropdown a {
	z-index: 1000;
	display: block;
}

.navbar-brand {
	margin-top: 0;
	max-width: 150px;
	padding: 0;
}

.navmenu .navmenu-nav .navmenu-column-full {
	width: 100%;
	background: #fff;
}

div#navbar-menu {
	float: right;
}

header .btn-theme {
	padding: 5px 15px;
}

.banner-area {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	background: #082448;
	width: 100%;
}

.banner-slider-bg-1, .banner-slider-bg-2 {
	height: 650px;
}

.banner-image-slider .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}

.banner-image-slider .owl-dots .owl-dot span {
	width: 20px;
	height: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.banner-image-slider .owl-dots .owl-dot.active span {
	background-color: #1d42d9;
	width: 25px;
}

.banner-image-slider .owl-dots .owl-dot:hover span {
	background-color: #1d42d9;
}

.banner-image-slider .owl-prev {
	background-color: transparent !important;
	position: absolute;
	bottom: 50%;
	left: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	opacity: 0;
	border: 2px solid #fff !important;
	border-radius: 10px;
}

.banner-image-slider .owl-prev i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.banner-image-slider .owl-prev:hover {
	background-color: #051242;
}

.banner-image-slider .owl-prev:hover i {
	color: #fff;
}

.banner-image-slider .owl-next {
	background-color: transparent !important;
	position: absolute;
	bottom: 50%;
	right: 15px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(35px);
	transform: translateY(35px);
	opacity: 0;
	border-radius: 10px;
	border: 2px solid #fff !important;
}

.banner-image-slider .owl-next i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	text-align: center;
}

.banner-image-slider .owl-next:hover i {
	color: #fff;
}

.banner-image-slider .owl-next, .banner-image-slider .owl-prev {
	opacity: 1;
}

.banner-content p {
	color: #fff;
	font-size: 18px;
}

.banner-content .caption-head {
	font-weight: 600;
	color: #fff;
	font-size: 60px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}

.step-single-services1 i {
	background: #fff;
	color: #f7941d;
	border: 2px solid #ff9719;
	height: 80px;
	width: 80px;
	text-align: center;
	border-radius: 50%;
	line-height: 80px;
	font-size: 30px;
	margin-bottom: 0;
}

.step-services.home-two.blue-bg .title-style p {
	font-size: 35px;
	text-transform: uppercase;
	font-family: Oswald-Regular;
	display: block;
	text-align: left;
	color: #fff;
	margin-top: 30px;
	position: relative;
}

.mr0 {
	margin: 0 !important;
}

.sh-text-block p {
	font-size: 17px;
	color: #fff;
}

.mlr0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.step-services.home-two.blue-bg .title-style.clearfix {
	padding-bottom: 40px;
}

.step-services .owl-item {
	height: 100%;
}

.services .single-service {
	min-height: unset !important;
}

.single-service {
	height: 100% !important;
	padding: 20px 40px;
	background: #fff;
	margin: 10px;
	-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
	-ms-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
	-o-box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
	box-shadow: 0 0.5rem 1rem rgb(0 0 0/ 15%);
	border-radius: 10px;
}

.single-service h3 {
	text-transform: capitalize;
	font-size: 24px;
	padding: 10px 0;
}

.single-service h3 a{
	color:#082448;
}

.single-service ul {
	padding: 0;
	list-style: none;
}

.single-service li {
	padding-left: 30px;
	position: relative;
}

.single-service li::before {
	background: 0 0;
	width: 10px;
	height: 10px;
	background: #f2f2f2;
	border: 2px solid #07afe0;
	content: "";
	display: block;
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 1;
	border-radius: 50%;
}

.single-service li::after {
	content: "";
	width: 1.5px;
	height: 100%;
	background: #07afe0;
	position: absolute;
	left: 11px;
	top: 16px;
}

.single-service li:last-child:after {
	display: none;
}

.step-services.home-two.blue-bg .title-style p::before {
	position: absolute;
	content: "";
	left: 0;
	width: 100px;
	bottom: -12px;
	border-bottom: 2px solid #fff;
}

.step-services.home-two.blue-bg .title-style p::after {
	position: absolute;
	content: "";
	bottom: -17px;
	width: 80px;
	left: 0;
	border-bottom: 2px solid #fff;
}

.buttons {
	display: block;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	max-width: 220px;
	margin: auto;
}

.btn-4 {
	overflow: hidden;
	position: relative;
}

.btn-4 span {
	z-index: 20;
}

.btn-4:hover:after {
	left: 120%;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

section.banner-bottom {
	background-attachment: scroll;
	background-size: auto;
	padding: 65px 0 85px;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

section.banner-bottom::before {
	background: #000;
	opacity: 0.6;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	z-index: 0;
}

.banner-bottom-inner h2 {
	color: #fff !important;
	font-size: 30px;
	margin-bottom: 0;
	margin-top: 23px;
	font-weight: 400;
}

.buttons.mr30 {
	margin: 30px auto 50px;
}

.bottom-content {
	text-align: center;
}

.bottom-content .name {
	font-size: 20px;
	color: #07afe0;
}

.portfolio-carousel h3.portfolio-heading {
	background: #07afe0;
	color: #fff;
	padding: 15px 10px;
	font-size: 20px;
}

.portfolio-carousel .portfolio-item {
	background-color: #fff;
	margin-right: -1px;
}

.item-thumbs {
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	height: auto;
	cursor: pointer;
}

.item-thumbs h4 {
	font-size: 24px;
	color: #fff;
	opacity: 0;
	font-weight: 600;
}

.item-thumbs:hover .btn-theme, .item-thumbs:hover h4 {
	opacity: 1;
	z-index: 2;
}

.item-overlay {
	opacity: 0;
}

.item-thumbs:hover .item-overlay, .item-thumbs:hover .portfolio-inner {
	opacity: 1;
	z-index: 1;
}

.item-thumbs .hover-wrap {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.item-thumbs .hover-wrap .overlay-img {
	background: #07afe0;
}

.item-thumbs .hover-wrap .overlay-img {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.item-thumbs .hover-wrap .overlay-img-thumb {
	color: #fff;
	font-size: 32px;
	line-height: 1em;
	opacity: 1;
}

.font-icon-plus::before {
	content: "\f067";
	font-family: fontawesome;
}

.item-thumbs a+img {
	width: 100%;
}

.item-thumbs.active .hover-wrap, .item-thumbs:hover .hover-wrap {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
}

.portfolio-hover a span {
	display: block;
}

.client-section .owl-dot.active {
	background: #fff;
}

.client-section .owl-dot {
	border: 1px solid #fff;
}

.client-section {
	/*background: url(../images/client-back.png) center center/cover no-repeat
		scroll;*/
	background-color: #082448;
}

.py-55 {
	padding: 55px 0;
}

.single-testimonial.item {
	margin-bottom: 10px;
	padding: 20px;
}

.testimonials-wrapper blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 0;
	text-align: center;
}

.quote-box i {
	margin: 15px auto;
	display: block;
	text-align: center;
	font-size: 30px;
	color: #ccc;
}

.logo-client {
	margin: auto;
	max-width: 150px;
	background: #fff;
}

.blog_part .single-home-blog .card-img-top {
	border-radius: 0;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.single-home-blog .card-body a {
	color: #212529;
}

.author-name {
	color: #f7941d !important;
}

.card-group.blog-group .card {
	background-color: #fff;
	position: relative;
	box-shadow: -7.552px 9.326px 20px 0 rgba(1, 84, 85, 0.1);
	border-radius: 0;
	text-align: center;
	border: 0;
}

.blog_part .single-home-blog .card .card-body a {
	color: #07afe0;
	text-transform: uppercase;
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.card-body h5 {
	font-size: 20px;
	line-height: 29px;
}

.single-home-blog .btn-theme {
	border: 2px solid #f7941d;
	background-color: #fff;
	color: #f7941d !important;
	font-size: 14px;
	padding: 4px 12px;
}

.single-home-blog .card-body {
	padding: 35px 25px;
	text-align: left;
	font-size: 15px;
}

.clients {
	background: 0 0;
}

.read-more {
	color: #3ad3ff;
	font-size: 20px;
	text-decoration: underline;
}

.read-more:hover {
	color: #07afe0;
}

.mt-60 {
	margin-top: 60px;
}

.footer-social-menu li a {
	font-size: 16px;
	color: #fff;
	background: #ea9c3d;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	display: block;
	border-radius: 2px;
}

.footer-social-menu li {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.form-container {
	background: #f3f3f3 none repeat scroll 0 0;
	padding: 30px;
}

footer.footer-section {
	background: #082448;
	color: #bbb;
}

.first-footer {
	padding: 60px 0;
}

h3.section-title.box a {
	color: #0d4388;
	display: block;
	margin-bottom: 10px;
}

.list-inline>li {
	margin: 2px 8px;
}

ul.social-network li a {
	display: block;
	width: 40px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #fff !important;
	color: #0d4388;
	margin-right: 5px;
}

.footer-content .footer-contentheading a {
	font-weight: 500;
}

footer.footer-section h3 {
	color: #eee;
	width: fit-content;
}

footer .footer-contentheading {
	position: relative;
}

.footer-contentheading {
	font-size: 22px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
	letter-spacing: 0.1px;
}

.footer-contentheading.centerfooter::after {
	background-color: #07afe0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 80px;
	right: 0;
	margin: auto;
}

.footer-contentheading::after {
	background-color: #fff;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer-content>p {
	color: #fff;
}

ul.link-list li {
	list-style: outside none none;
	margin: 0;
	padding: 2px 0 10px;
	font-size: 17px;
}

footer ul.link-list li a {
	color: #fff;
	text-decoration: none;
}

footer ul.link-list li a:hover {
	color: #f7941d;
	text-decoration: none;
}

ul.review-ul li {
	display: inline-block;
	margin: 0 20px;
}

.review-ul h5 {
	font-size: 14px;
	color: #f7941d;
	margin-top: 15px;
	text-align: center;
}

#sub-footer {
	background: #061930;
	color: #fff;
	text-shadow: none;
}

.footer-content p a {
	color: #07afe0;
}

.footer-col {
	color: #07afe0;
}

.get-quote.btn {
	background: #fff !important;
	color: #f7941d;
	border-radius: 0;
}

footer h4 {
	font-size: 17px;
}

footer a {
	color: #3ad3ff;
	text-decoration: underline;
}

footer a:hover {
	color: #07afe0;
}

.form-section.py-5 {
	background: #e7f1f1;
}

.content.p-bg, .p-bg.quote-content {
	padding: 45px 0;
	background-image: url(../images/top-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
}

.content.p-bg::before, .p-bg.quote-content::before {
	background: rgb(0 0 0/ 29%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}

.content.p-bg p, .p-bg.quote-content p {
	margin-bottom: 0;
}

.area-title {
	color: #fff;
	font-size: 36px;
	margin: 0;
	text-align: center;
}

.career-link ul li a::before {
	position: absolute;
	left: -10px;
	content: "\f105";
	color: #006cff;
	top: 9px;
	font-size: 16px;
	font-family: fontawesome;
}

.career-link ul li a {
	color: #000;
	border-bottom: 1px solid #ececec;
	display: block;
	padding: 10px 5px;
	position: relative;
	margin-left: 16px;
	font-size: 14px;
	font-weight: 500;
}

.solidline {
	border-top: 1px solid #e6e6e6;
	margin: 0 0 15px;
}

.page-title {
	padding: 45px 0;
	background-image: url(../images/soft2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
}

.page-title::before {
	background:#000000a3;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}

.page-title h1 {
	color: #fff;
	font-size: 36px !important;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 32px;
}

.p-bg.quote-content p.sub--heading {
	margin: 0;
	color: #fff;
	font-size: 16px;
}

.reset-password.well {
	margin-bottom: 0;
}

.reset-password p.sub--heading {
	font-size: 16px !important;
	color: #333;
	margin-bottom: 10px;
	text-transform: inherit;
}

.form-wrapper {
	background: #fff;
	box-shadow: 0 10px 2px -10px rgba(0, 0, 0, 0.2);
}

.form-wrapper .section-title h3 {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 24px;
	margin-top: 0;
	position: relative;
	text-transform: uppercase;
}

.form-group-outer {
	min-height: 77px;
}

.form-wrapper .form-group input[type="text"] {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	height: 45px;
	margin-bottom: 7px;
	outline-width: 0;
	padding: 10px;
	width: 100%;
}

.form-wrapper .form-group textarea {
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	margin-bottom: 7px;
	outline-width: 0;
	padding: 10px;
	width: 100%;
	height: 130px;
}

.section-title.box {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 0;
	margin-top: 0;
	position: relative;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #fff;
}

.mt25 {
	margin-top: 25px;
}

.about-contact hr {
	border-top: 1px solid #c7d5eb;
}

.company-address {
	background: #07a6d5;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
}

.company-address hr {
	border-top: 1px solid rgb(57, 193, 233);
}

.contact-icon i {
	font-size: 22px;
}

.icon-info {
	font-size: 19px;
	line-height: normal;
}

.icon-info a {
	color: #fff;
	text-decoration: underline !important;
}

.contact-info-section {
	margin-bottom: 10px;
}

.about-us-wrapper, .blog-more-section {
	display: inline-block;
	width: 100%;
	padding: 25px;
	background: #fff;
}

.custom-btn-four {
	background: #f7941d;
	color: #fff;
	border-radius: 0;
	border: none;
	display: inline-block;
	margin-right: 10px;
}

.white-bg {
	background: #fff;
}

.box-title {
	color: #232323;
	line-height: 1.1;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	text-transform: uppercase;
	font-size: 16px;
}

.marg_bt {
	margin-bottom: 77px;
}

.section-title .text-title {
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 600;
	letter-spacing: -1px;
}

span.hash-title {
	font-size: 23px;
	text-transform: capitalize;
	color: #f7941d;
	font-weight: 500;
	font-family: Poppins, sans-serif !important;
}

.call-action {
	box-shadow: -7.552px 9.326px 20px 0 rgb(1 84 85/ 30%);
	background: #fff !important;
}

.call-title {
	color: #0d4388;
	margin-bottom: 24px;
	font-size: 30px;
	font-weight: 600;
}

.pad-btm5 {
	margin-top: 22px;
}

.btn-info:hover {
	border-color: none !important;
}

.mg-tp {
	margin-top: 60px;
}

.mb10 {
	margin-bottom: 10px !important;
}

.rating-sm {
	font-size: 22px;
}

.gt-btn {
	color: #07afe0;
	border: 2px solid #fff;
	font-size: 16px;
	background: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f99200;
	border-color: #f99200;
	text-decoration: none !important;
	border-radius: 3px;
}

.button, button#information-form-submit {
	color: #fff;
	background-color: #f7941d;
	border: none;
	padding: 6px 20px;
	box-shadow: none;
	border-radius: 0.25rem;
}

.text-left {
	text-align: left !important;
}

.wrapper-2 {
	padding: 30px;
	text-align: center;
}

.wrapper-1 {
	height: initial;
	max-width: 620px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 4px 8px 40px 8px rgba(88, 146, 255, 0.2);
}

.go-home, .go-home:hover {
	color: #fff;
	background: #ea9c3d;
	border: none;
	padding: 10px 50px;
	margin: 30px 0;
	border-radius: 30px;
	text-transform: capitalize;
	text-decoration: none;
	box-shadow: 0 10px 16px 1px #aec7fb;
}

.wrapper-2 p {
	margin: 0;
	margin-bottom: 30px;
	margin-top: 20px;
}

.section-title p span {
	color: #000;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: capitalize !important;
	font-family: Oswald-Regular;
	display: block;
	text-align: left;
}

.section_padding {
	padding: 50px 0 50px;
}

.section_tittle.text-center {
	margin-bottom: 50px;
}

.section_tittle p {
	color: #666;
	font-weight: 400;
}

.btn-default {
	color: #fff;
	background-color: #f7941d;
	border-color: #f7941d;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px 20px;
}

.form-control:focus {
	box-shadow: none;
}

.badge-primary {
	background-color: #337ab7;
	padding: .4em;
}

.footer-content .iconsection, .footer-content address {
	margin-bottom: 20px !important;
	font-style: normal;
	line-height: 1.42857143;
	display: inline-flex;
	text-align: center;
	margin: auto;
	align-content: center;
	align-items: center;
	font-size: 17px;
	min-height: 70px;
}

.span-icons {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	background: #fff;
	border-radius: 50%;
	border: 6px solid #07afe0;
	line-height: 40px;
	color: #07afe0;
	min-width: 50px;
	text-align: center;
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
	margin-bottom: 0;
}

.twitter {
	background-color: #598dca !important;
}

.google {
	background-color: #f34a38 !important;
}

.facebook {
	background-color: #3a589b !important;
}

.linkedin {
	background-color: #007ab9 !important;
}

.skype {
	background-color: #00aff0 !important;
}

.footer-section hr {
	opacity: 0.6;
	border-top: 1px solid #305f9b;
}

.social-network.social-icons-style.list-inline {
	margin-bottom: 40px;
}

.step-single-services1 img {
	width: 70px !important;
}

.owl-dots {
	height: auto !important;
	text-align: center;
	margin-top: 20px;
}

.owl-dot {
	height: 15px !important;
	width: 15px;
	display: inline-block;
	margin: 2px;
	border-radius: 50%;
	border: 1px solid #07afe0;
}

.owl-dot.active {
	background: #07afe0;
	height: 15px !important;
	width: 15px;
}

.wrap-sticky {
	height: auto !important;
}

.service-page {
	padding: 50px 0;
}

.service-page .more-discription img {
	width: 600px;
	max-width: 100%;
	margin: 20px 0;
	display: block;
	object-fit: contain;
}

.service-page .more-discription p strong {
	font-size: 21px;
	font-weight: 500;
	color: #07afe0;
	margin-top: 30px;
	display: block;
}

.service-page .more-discription p {
	line-height: 27px;
}

.service-page .more-discription li {
	list-style-image: url(../images/check.png);
	margin-bottom: 10px;
}

.service-page .more-discription li strong {
	margin-bottom: 10px;
	display: block;
}

.list-wrapper .items {
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 11px;
}

.service-page .panel.panel-primary {
	border-color: #ececec;
}

.mr15 {
	margin-bottom: 15px;
}

.d-flex .form-control {
	background: 0 0;
	border-radius: 0;
	min-height: 40px;
	margin: 0 auto 20px;
	color: #fff;
	padding: 0 15px;
	border-color: rgba(255, 255, 255, 0.5);
}
.contact-us-wrapper .d-flex .form-control {
  background: 0 0;
  border-radius: 0;
  min-height: 40px;
  margin: 0 auto 20px;
    margin-top: 0px;
  color: #fff;
  padding: 0 15px;
  border-color: rgba(94, 90, 90, 0.5);
}
.isoimage {
	width: 150px;
}

.more-discription img {
	width: 100%;
	height: auto;
}

.youtube, .youtube:hover {
	background: #c4302b;
}

.empty {
	min-height: 200px;
	text-align: center;
	line-height: 180px;
}

.area-heading-1 {
	width: 60%;
	margin: 0 auto 50px;
	position: relative;
}

.area-title {
	color: #fff;
	font-size: 40px !important;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 52px;
	font-weight: 500;
	margin: 0;
}

.area-heading-1::before {
	background: #006cff;
	content: "";
	bottom: -15px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 2px;
	width: 70px;
}

.quote-content .sub--heading {
	font-size: 19px !important;
	margin-top: 10px !important;
}

.feature-section {
	padding: 60px 0 30px 0;
}

.feature-content>h5 {
	font-size: 20px;
	font-weight: 500;
	margin-top: 0;
	text-transform: capitalize;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.choose-us .single-feature .feature-icon img {
	width: 93px;
}

.services .single-feature {
	border: none;
	margin-bottom: 30px;
	position: relative;
	padding: 20px;
}

.cx-section {
	padding: 50px 0;
	position: relative;
}

.feature-section.services {
	background: #fff url(../images/dot.png);
}

.feature-icon img {
	width: 70px !important;
}

.single-feature.single-feature-2 .d-flex {
	display: flex;
	justify-content: space-between;
}

.single-feature.single-feature-2 .feature-content {
	margin-left: 20px;
}

.job-widget .panel-group .panel h4 a {
	position: relative;
	display: inherit;
}

.cx-blog-section .portfolio-filter-1 li a {
	background: #fff;
	font-size: 15px;
}

.cx-blog-section .blog-categories ul li a:hover, .cx-blog-section .portfolio-filter-1 li a:hover
	{
	background: #07afe0;
	color: #fff !important;
}

.cx-blog-section .blog-categories ul li a {
	padding: 5px 15px;
	background: #fff;
}

.cx-blog-section .post-content .post-content-inner>h3 {
	overflow: inherit !important;
	text-overflow: inherit !important;
	white-space: inherit !important;
	font-size: 20px;
}

.cx-blog-section .post-content h3 a {
	color: #0d4388;
}

.cx-blog-section .post-content-inner .meta-info a {
	color: #f7941d;
	font-size: 12px;
	text-decoration: underline;
	font-weight: 600;
}

.badge a {
	color: #fff !important;
	text-decoration: none !important;
}

.youtube-video-div iframe {
	width: 100% !important;
}

.btn-primary {
	color: #fff;
	background-color: #07afe0;
	border-color: #07afe0;
}

.more-discription ul {
	padding-left: 15px;
}

.login_wrapper, .reset-password {
	padding: 100px 0;
}

.login_wrapper .loginbox {
	box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	background: #fff;
}

.loginbox h2 {
	font-size: 24px;
}

.blog-categories ul li, ul.portfolio-filter-1 li {
	display: inline-block;
}

.blog-comment-section ul li a.fa-whatsapp.whatsapp, .social-share.footer-social-menu.list-inline li:nth-child(3)
	{
	display: none;
}

.portfolio-content ul li {
	color: #fff;
	background-color: #07afe0;
	border-color: #07afe0;
}

.portfolio-content h5 a {
	color: #111;
}

.portfolio-img {
	height: 320px;
}

.cx-blog-section .footer-social-menu li a {
	margin-right: 5px;
}

.card-header {
	padding: 0.75rem 1.25rem;
	background-color: #f7941d;
	border-radius: 0 !important;
	color: #fff;
}

.contact-us-wrapper .card-header h5{
	color: #fff;
}

.items .menu-icon a, ul.list-wrapper li a {
	color: #111;
}

.about-us-wrapper h3.title {
	display: none;
}

.social-network li {
	display: inline-block;
}

ul.pagination li a, ul.pagination li.next span, ul.pagination li.prev span
	{
	padding: 5px 15px;
	background: #fff;
	color: #000;
	display: block;
	margin: 10px 5px;
	border: 1px solid #ddd;
}

ul.pagination {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}

ul.pagination li {
	display: inline-block;
}

ul.pagination li.active a {
	background: #ea9c3d !important;
	color: #fff;
	border: 1px solid #ea9c3d;
}

ul.pagination li.next span, ul.pagination li.prev span {
	color: #555;
}

ul.pagination li a:hover {
	background: #e9ecef;
}

article.blog-post {
	margin-bottom: 20px;
	padding: 20px;
}

form div.field-information-verifycode label.control-label:after, form div.required label.control-label:after
	{
	content: " * ";
	color: red;
}

.cx-section {
	background: #e7f1f1;
}

.blog-post h2 a {
	color: #0d4388;
}

.cx-section.cx-blog-section .card {
	margin-bottom: 20px;
}

.section-video {
	background: #07afe0;
}

.box1 {
	background: #07afe0;
}

.box2 {
	background: #7951b6;
}

.counter-box {
	background: #fff;
	padding: 20px;
	height:110px;
	border-radius: 10px;
	/* box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%); */
}

.counter-box h2 {
	font-size: 28px;
	font-weight: 600;
	margin: 0;
	color: #000;
}

.counter-box h4 {
	color: #212529;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.counter-icon img {
	width: 70px;
}

.technology-section {
/*	background-image: url(../images/img/slide-image.jpg);*/
	background-size: cover;
}

.single-client {
	margin-bottom: 70px;
}

.technology-section {
	/*background-image: url(../images/img/slide-image.jpg);*/
	background-size: cover;
}

.portfolio-title {
	background-image: url(../images/top-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
}

.portfolio-title::before {
	background: rgb(0 0 0/ 29%);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: "";
}

.portfolio-title h1.title {
	font-size: 39px;
	font-weight: 700;
	line-height: 45px;
}

.portfolio-title p {
	font-size: 30px;
}

.portfolio-ul li {
	display: inline-block;
	margin-left: 10px;
}

.portfolio-ul li:first-child {
	margin-left: 0;
}

.portfolio-ul li a.portfolio-active {
	background: #fff !important;
	border: 1px solid #caddf6;
	padding: 5px 15px;
	display: block;
	color: #0d4388;
	border-radius: 10px;
	text-decoration: none !important;
}

.portfolio-ul li a.portfolio-inactive {
	background: #f7941d !important;
	border: 1px solid #f7941d;
	padding: 5px 15px;
	display: block;
	color: #fff;
	border-radius: 10px;
	text-decoration: none !important;
}

.portfolio-ul li a.portfolio-active:hover {
	background: #f7941d !important;
	border: 1px solid #f7941d;
	color: #fff;
}

.portfolio-ul li a.active {
	background: #f7941d;
	color: #fff;
	border: 1px solid #f7941d;
}

.bg-light .list-view .empty {
	line-height: 24px;
}

.portfolio-div h3.portfolio-heading a {
	color: #0d4388;
}

.views-badge {
	background: #0d4388;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
}

.year-badge {
	background: #07afe0;
	color: #fff;
	padding: 5px 10px;
	border-radius: 2px;
}

.portfolio-div .btn-theme {
	font-size: 15px;
	padding: 5px 15px;
}

.portfolio-social ul li {
	display: inline-block;
	margin-right: 10px;
}

.portfolio-social ul li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #022a5e;
	color: #fff;
	border-radius: 50%;
}

.portfolio-social ul li a.linkedin {
	background: #007ab9 !important;
}

.portfolio-social ul li a.facebook {
	background: #3a589b !important;
}

.portfolio-social ul li a.twitter {
	background: #1c9deb !important;
}

.portfolio-social ul li a.whatsapp {
	background: #189d0e !important;
}

.rating-stars i {
	font-size: 26px;
	color: #e9c83d;
}

.rating-stars .btn-theme {
	font-synthesis: 14px;
	padding: 5px 15px;
}

.portfolio-detail hr {
	border-top: 1px solid rgb(200, 215, 235);
}

.portfolio-widget ul .sideimage {
	max-width: 100px;
}

.portfolio-widget ul {
	list-style: none;
	padding: 0;
}

.portfolio-description p {
	margin: 0;
	word-break: break-word;
}

h3.portfolio-heading {
	word-break: break-word;
}

#totop {
	font-weight: 900;
	color: #fff;
	display: none;
	position: fixed;
	right: 34px;
	bottom: 34px;
	z-index: 999;
	height: 0;
	width: 0;
	font-size: 0;
	text-align: center;
	padding-top: 3px;
	line-height: 34px;
	border-radius: 3px;
}

#totop.top-visible {
	background-color: #07afe0;
}

#totop.top-visible {
	height: 40px;
	width: 40px;
	font-size: 22px;
	display: inline;
	right: 30px;
	bottom: 80px;
}

#totop {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.cta-section {
	background-color: #082448;
	background-image: url(../images/img/startproject-bg.webp);
	background-repeat: no-repeat;
	background-position: top 35% right -68px;
}

.about-top, .insight-top {
	padding: 45px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	position: relative;
	background-color: #1a4e8f;
}

.enquiry-div.p-5.box-shadow {
	background: #00b8e8;
	border-radius: 15px;
}

.enquiry-div h3 {
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	color: #fff;
}

.enquiry-div p {
	font-size: 25px;
}

.enquiry-div p a {
	color: #fff;
}

.abouttechnology-section {
	position: relative;
	padding: 110px 0 70px;
}

.abouttechnology-section .title-column .inner-column {
	position: relative;
	padding-top: 30px;
}

.abouttechnology-section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 29, 56, 0.95);
}

.abouttechnology-section .blocks-column .inner-column .technology-block:nth-child(4)
	{
	margin-left: -100px;
}

.technology-block {
	position: relative;
	margin-bottom: 30px;
}

.technology-block .inner-box {
	position: relative;
	padding: 20px 15px;
	text-align: center;
	border-radius: 10px;
	border: 1px dashed rgba(255, 255, 255, 0.6);
	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;
}

.technology-block .inner-box .icon-box {
	max-width: 70px;
	position: relative;
	color: #0060ff;
	margin: auto;
}

.technology-block .inner-box h6 {
	position: relative;
	color: #fff;
	font-weight: 600;
	margin-top: 18px;
	text-transform: uppercase;
	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;
}

.abouttechnology-section .btn-theme {
	background: 0 0;
	border: 2px solid #fff;
}

.abouttechnology-section .btn-theme:hover {
	background: #fff;
	border: 2px solid #fff;
	color: #1d253f;
}

.title-none h3.title {
	display: none;
}

.mission-content {
	padding: 30px;
	-webkit-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	-ms-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	-o-box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	box-shadow: 0 5px 5px 0 rgb(143 195 211/ 34%);
	border-radius: 30px;
	background: #fff;
}

.mission-content h2:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 3px;
	background: #e1871b;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.single-client {
	margin-bottom: 70px;
	max-width: 142px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.our-values h2:after {
	content: "";
	position: absolute;
	width: 50%;
	height: 3px;
	background: #e1871b;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
}

.values-icon {
	width: 90px;
	height: 90px;
	border: 2px dashed #0d4388;
	border-radius: 50%;
	line-height: 90px;
	text-align: center;
}

.counter-section {
	background: #f7941d;
	padding: 20px 0;
}

.counter-content h2 {
	font-size: 30px;
}
.counter-content .icon {
	background-color: #fff;
    height: 80px;
    width: 80px;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.counter-content h4 {
	font-size: 20px;
}

.counter-content {
	padding: 50px 10px;
	border-right: 2px dashed #ffae4e;
}

#image-map {
	position: relative;
}

.pin {
	display: none;
}

.tooltip-down {
	position: relative;
	background: url(../images/img/map.png);
	width: 100%;
	height: 365px;
	left: 0 !important;
	top: 0 !important;
	background-size: contain;
	background-repeat: no-repeat;
}

.tooltip {
	opacity: 1;
	display: none;
	width: 250px;
	cursor: help;
	position: absolute;
	top: 10px;
	left: 50%;
	z-index: 999;
	margin-left: -115px;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.7);
	background: #f7941d;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.tooltip::after {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	border-bottom: 10px solid #fff1d3;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.tooltip-down .tooltip {
	bottom: auto;
	top: 0;
}

.tooltip-down .tooltip::after {
	bottom: -10px;
	top: auto;
	border-bottom: 0;
	border-top: 10px solid #f7941d;
}

.tooltip h2 {
	margin: 0 0 10px;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}

.tooltip ul li {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.8;
}

.tooltip ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.video-content {
	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	justify-content: center;
	display: flex;
	height: 100%;
}

.ease-of-life {
	z-index: 99;
}

.fun-section {
	background: linear-gradient(to top, #f7941d 60%, #fff 40%);
	z-index: 9;
}

.fun-activity {
	margin: 0;
	padding: 0 0 0;
	position: relative;
}

.fun-text {
	padding: 30px;
	text-align: center;
}

.text-theme {
	color: #f7941d;
}

.fun-text h4 {
	font-size: 28px;
	color: #fff;
}

.fun-text p {
	font-size: 18px;
	color: #212529;
}

.custom-control-label {
	padding: 0px;
}

.fun-carousel.owl-theme .owl-dots .owl-dot span {
	display: none;
}

.fun-carousel .owl-dot.active {
	background: #fff;
	height: 20px !important;
	width: 20px;
}

.fun-carousel .owl-dot {
	height: 20px !important;
	width: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.client-section-ozvid .single-testimonial.item {
	background: #07afe0;
	border-radius: 20px;
}

.client-section-ozvid blockquote {
	font-size: 18px;
}

.client-section-ozvid .bottom-content .title {
	font-size: 20px;
}

.our-achivements img {
	max-width: 115px;
	margin: 0 auto 12px;
	filter: brightness(0) invert(1);
}

.awards p {
	font-size: 18px;
	text-transform: uppercase;
	color: #0d4388;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	font-family: Poppins, sans-serif;
}

.awards a {
	border-bottom: 1px solid #fff;
}

.awrd {
	color: #fff;
	font-size: 16px;
	margin: 12px auto 10px;
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Poppins, sans-serif;
}

.our-achivements .col-md-3:first-child {
	border-left: 0;
}

.our-achivements .col-md-3 {
	padding: 0 41px;
	border-left: 1px solid #74c7df;
}

.our-achivements {
	padding: 25px 0 20px;
	width: 100%;
	background: #07afe0;
	text-align: center;
}

.bg-bottom {
	background-color: #ffffffe0;
}

.line_h {
	color: #212529;
	font-size: 20px;
}

.line_h a {
	text-decoration: underline !important;
	color: #f7941d;
}

.bg-bottom button.btn-success {
	margin-left: 5px;
	border-radius: 4px !important;
}

.personal-detail .form-group.field-quote-verifycode .row {
	margin: 0;
}

.form-group.field-quote-verifycode .col-lg-4 {
	border: 1px solid #c9d4df;
	padding-left: 0;
}

.portfolio-carousel .owl-item img {
	width: 100% !important;
	text-align: center;
	margin: auto;
}

.bg-light .rating-stars .caption, .blog-more-section .rating-container .caption
	{
	display: none;
}

button.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon i:before
	{
	content: "\f0c9" !important;
}

button.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon i:before
	{
	content: "\f00d" !important;
}

.post-content-inner .meta-info li {
	margin-bottom: 10px;
}

.post-content-inner .meta-info {
	margin-bottom: 0;
}

.portfolio-heading-section .area-title {
	text-transform: capitalize;
}

.alert-wrapper .more-discription h3 {
	margin-bottom: 20px;
}

.btn {
	padding: .65rem 1.75rem;
	border: 2px solid transparent;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.btn-gredient {
	background: #f7941d;
	color: #fff;
	border: 0;
	overflow: hidden;
}

.butn {
	padding: .65rem 1.75rem;
	font-weight: 500;
	font-size: 18px;
	min-width: 160px;
	border-radius: 9px;
}

.section-title {
	position: relative;
}

.contact-us-wrapper {
	padding-bottom: 80px;
	padding-top: 70px;
}

.section-title {
	position: relative;
}

.section-title.text-center p {
	max-width: 700px;
	margin: auto;
}

.more-discription h2 {
	text-align: left !important;
}

.tnq-wrapper {
	padding: 100px 0 80px !important;
}

.about-us-carousel {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.company-profile-btn {
	background: #f7941d;
	display: inline-block;
	margin-bottom: 5px;
	padding: 10px 30px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
	transition: all 0.2s ease-in-out;
}

.company-profile-btn:hover {
	background-color: #07afe0;
	color: #fff;
	text-decoration: none;
}

.company-images .item {
	width: 100%;
}

.company-images .item img {
	width: 100%;
	height: unset;
}

button.slick-arrow::before {
	font-family: "FontAwesome" !important;
	color: red !important;
	font-size: 20px !important;
	font-weight: 500;
	background: #f7941d;
	color: #fff !important;
	height: 30px;
	width: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
}

.slick-prev:before {
	content: "\f053" !important;
	margin-left: -40px;
}

.slick-next:before {
	content: "\f054" !important;
	margin-right: -40px;
}

.btn-main {
	border: 1px solid #f7941d;
	font-size: 16px;
	color: #fff;
	padding: 10px 30px;
	line-height: 1.3;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 1;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	font-weight: 600;
	background: #f7941d;
	text-decoration: none !important;
	display: inline-block;
	white-space: nowrap;
	border-radius: 5px;
	height: fit-content;
}

.btn-main:hover {
	color: #f7941d;
	background-color: #f7941d;
}

.btn-main::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: #fff;
	z-index: -1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.btn-main:hover::before {
	width: 100%;
}

header .navbar-nav .dropdown {
	padding-right: 20px;
}

header .navbar-nav li.dropdown::before {
	position: absolute;
	right: -4px;
	top: 16px;
	content: "\f107";
	color: #022a5e;
	font-family: FontAwesome;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	font-size: 20px;
	display: inline-block !important;
	border: 0;
	pointer-events: none;
}

header .navbar-nav .dropdown-menu li.dropdown::before {
	right: 12px;
	top: 6px;
	rotate: -90deg;
}

.client-section .owl-dot {
	background-color: transparent;
}

.banner-area .owl-dots .owl-dot span, .banner-area .owl-dot.active span
	{
	background-color: transparent !important;
}

.banner-area .owl-dot {
	background-color: transparent;
	border: 1px solid #fff;
}

.banner-area .owl-dot.active {
	border-color: #f7941d;
	background-color: #f7941d;
}

.banner-area .owl-nav button {
	border-radius: 100px;
	padding: 0;
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.portfolio-banner {
	background-image: linear-gradient(-45deg, #07afe026, #f7941d38);
	padding-top: 100px;
	background-color: #fff;
	min-height: calc(100vh - 70px);
}

.portfolio-banner::before {
	content: unset;
}

.portfolio-banner h1 {
	color: #f7941d !important;
	font-weight: 600;
	font-size: 60px;
}

.portfolio-banner p.lead.text-white {
	color: #212529 !important;
	padding: 15px 0 0;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 4px;
}

.portfolio-banner .count-wrap {
	background: #843bee;
	color: #fff;
}

.portfolio-banner .count-wrap>* {
	color: #fff;
}

.count-wrap {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.count-wrap h2 {
	color: #fff;
}

.count-wrap p {
	font-size: 16px;
	margin-bottom: 0;
}

.portfolio-filter {
	padding: 149px 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.portfolio-filter ul li.active::before, .portfolio-filter ul li:hover::before
	{
	background-color: #212529;
}

.portfolio-filter ul li a {
	color: #f7941d;
	font-size: 18px;
	font-weight: 400;
}

.portfolio-filter ul li {
	padding: 12px 16px;
	position: relative;
	list-style: none;
}

.portfolio-filter ul li::before, .portfolio-filter ul li:hover::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	width: 100%;
	background: transparent;
}

.portfolio-filter ul li.active::before, .portfolio-filter ul li:hover::before
	{
	background-color: #f7941d;
}

.portfolio-banner .right-search-wrapper .form-group .form-control {
	background-color: #f7941d;
	color: #fff;
}

.portfolio-banner .right-search-wrapper .form-group .form-control::placeholder
	{
	color: #fff;
}

.portfolio-banner .right-search-wrapper .form-group .search-wrapper {
	color: #fff;
}

.portfolio-points {
	padding: 0;
	margin: 0;
}

.portfolio-points li {
	display: block;
	padding: 8px 24px;
	position: relative;
	font-size: 18px;
}

.portfolio-points li::before {
	position: absolute;
	left: 0;
	top: 9px;
	content: "\f005";
	color: #f7941d;
	font-family: FontAwesome;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	z-index: 2;
	font-size: 16px;
	display: inline-block;
	border: 0;
	pointer-events: none;
	font-weight: bold;
}

.right-search-wrapper .form-group .form-control {
	background: #fff;
	border: 0;
	height: 50px;
	padding: 10px;
	border-radius: 4px;
	min-width: 340px;
}

.right-search-wrapper .form-group .search-wrapper {
	position: absolute;
	right: 16px;
	z-index: 9999;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
}

@media ( max-width : 991.98px) {
	.portfolio-filter {
		display: block;
	}
}

@media ( max-width : 767.98px) {
	.right-search-wrapper .form-group .form-control {
		width: 100%;
		min-width: unset;
	}
}

.portfolio-search {
	max-width: 360px;
}

.portfolio-search input {
	border-radius: 5px;
}

.portfolio-search .icon {
	position: absolute;
	right: 16px;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #f7941d;
}
.footer-content b {
	font-weight: 500;
}
/*------------- Technologies Css ---------*/
@media screen and (min-width: 1201px) {
	.container.tech-grid {
		max-width: 980px!important;
	}
}
.hexgrid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	font-family: sans-serif;
	list-style-type: none;
}
.hex {
	position: relative;
	visibility: hidden;
	outline: 1px solid transparent;
	transition: all 0.5s;
	backface-visibility: hidden;
	will-change: transform;
	transition: all 0.5s;
}
.hex::after {
	content: "";
	display: block;
	padding-bottom: 86.602%;
}
.hexIn {
	position: absolute;
	width: 96%;
	padding-bottom: 110.851%;
	margin: 2%;
	overflow: hidden;
	visibility: hidden;
	outline: 1px solid transparent;
	-webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	-ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
	transition: all 0.5s;
}
.hexIn {
	width: 91%;
    padding-bottom: 103.851%;
}
.hexIn * {
	position: absolute;
	visibility: visible;
	outline: 1px solid transparent;
}
.hexLink {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	-ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
	transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}
.hex img {
	left: -100%;
	right: -100%;
	width: auto;
	height: 100%;
	margin: 0 auto;
} 
#demo2 {
	top: 50%;
	text-align: center;
	text-transform: uppercase;
}
.hex .img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	-webkit-clip-path: polygon(
	  50% 0%,
	  100% 25%,
	  100% 75%,
	  50% 100%,
	  0% 75%,
	  0% 25%
	);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.post-content-inner p strong {
	font-weight: 600;
}
.post-content-inner h2 ,.post-content-inner p{
	text-align: initial !important;
}
.social-network.social-icons-style li a:hover {
	background: #f7941d !important;
	color: #fff !important;
}
.content-list.content-image.menu-action-right ul li a:hover,
.media.sideimage .media-body a:hover {
	color: #07419f;
}
.required label::after {
    content: "*";
    color: red;
    margin-left: 3px
}
.custom_links.pt-4 {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}
.post-content-inner h3 a:hover,.single-home-blog .card-body a:hover h5,.portfolio-heading a:hover {
	color: #f7941d !important;
}
.blog-categories ul li a.active {
	background: #07afe0;
	color: #fff;
}
.what-app-ic img {
    transition: all ease .3s;
    animation: moveIcon 1s infinite;
}
@keyframes moveIcon {
    0%,
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.1, 1.1);
    }
}
@media (min-width: 1201px) {
	.hexgrid {
	 	padding-bottom: 6%;
	}
	.hex {
	  	width: 16.6%; 
	}
	.hex:nth-child(11n + 7) {
		margin-left: 8.2%;
	}
}
@media (max-width: 1200px) and (min-width: 901px) {
	.hexgrid {
		padding-bottom: 6.5%;
		font-size: 13px;
	}
	.hex {
	  	width: 25%;
	}
	.hex:nth-child(7n + 5) {
	  	margin-left: 12.5%; 
	}
}
@media (max-width: 900px) and (min-width: 601px) {
	.hexgrid {
		padding-bottom: 7.4%;
		font-size: 14px;
	}
	.hex {
	  	width: 33.333%;
	}
	.hex:nth-child(5n + 4) {
	  	margin-left: 16.666%; 
	}
}
@media (max-width: 600px) {
	.hexgrid {
		padding-bottom: 11.2%;
		font-size: 12px;
	}
	.hex {
	 	width: 50%;
	}
	.hex:nth-child(3n + 3) {
	  	margin-left: 25%; 
	}
}
@media (max-width: 400px) {
	.hexgrid {
	  	font-size: 8px;
	}
	.about-us-wrapper {
		padding: 25px 0;
	}
}
.portfolio-detail a {
	word-break: break-all;
}
@media screen and (max-width: 767px) {
	.about-section ol {
		padding-left: 13px;
	}
	.about-section ol ol {
		padding-left: 20px;
	}
	.about-section ol ol ol {
		padding-left: 13px;
	}
}
.container-fluid .portfolio-social a:hover {
	color: #07afe0 !important;
}



