
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Mono:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,600;1,700&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap');
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #191919;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-style: normal;
}

html, body {
  overflow-x: hidden;
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
*::-moz-selection {
	background: #3baea3;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #3baea3;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #3baea3;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Red Hat Mono', monospace;
	font-weight: 700;
	color: #344ead;
}
ul{
	margin:0;
	padding: 0;
	list-style: none;
}
a{
	text-decoration: none;
	transition: .4s;
	-webkit-transition: all .4s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #3baea3;
}

p{
	font-size: 15px;
	font-weight: 400;
    line-height: 1.6;
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Poppins', sans-serif;
}

img{
	max-width: 100%;
}
button:focus{
	outline: none;
}
input:focus{
	outline: none;
}
textarea:focus{
	outline: none;
}

/*Scroll Area*/
.scroll-area {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    display: none;
}
.scroll-area i {
    width: 45px;
    height: 45px;
    background-color: #7da0d6;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
}
.section-padding{
	 padding: 20px 0px;
}
.section-padding-2{
	padding-top: 0px;
	padding-bottom: 45px;
}
.section-padding-3{
	padding: 70px 0px;
}

.section-headding p{
	color: #000;
}

.service-item2 img {
    max-width: 120px;
}

.Our_Services {
	padding: 20px 0px;
	background-color: #f8f9fa;
}
.Clients_Say{
	padding: 80px 0px;
	background-color: #fff;
}
.gallery_sec{
	padding: 20px 0px;
	background-color: #f8f9fa;
}
/*
 * #-Button
*/
.button-1 {
	border: none;
	position: relative;
	display: inline-block;
	z-index: 1;
	color: #ffffff;
	background-color: #3baea3;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-size: 16px;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 24px;
	padding: 18px 40px;
}
.button-1:hover{
	color: #fff;
}
.button-1 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	 background-color: #9e53a8; 
	-webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	border-radius: 30px;
}
.button-1:hover span{
	width: 225%;
	height: 562.5px;
}
.video-btn a {
	background: #3baea3;
	height: 100px;
	width: 100px;
	text-align: center;
	border-radius: 50%;
	line-height: 100px;
	font-size: 30px;
	-webkit-transition: .5s -webkit-animation ripple-red 1s linear infinite;
	animation: ripple-red 1s linear infinite;
	-webkit-transition: .5s;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: center;
	color: #fff;
}
@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(242, 108, 79, 0.3), 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3);
        box-shadow: 0 0 0 0 rgba(242, 108, 79, 0.3), 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3), 0 0 0 30px rgba(242, 108, 79, 0);
        box-shadow: 0 0 0 10px rgba(242, 108, 79, 0.3), 0 0 0 20px rgba(242, 108, 79, 0.3), 0 0 0 30px rgba(242, 108, 79, 0)
    }
}
.video-btn span {
	display: none;
}
/*
 * #-Header
*/
.top-right {
	float: right;
	height: 100%;
	align-items: center;
	display: flex;
	justify-content: center;
}
.top-right-btn i {
	font-size: 34px;
	cursor: pointer;
}
.menu {
	float: right;
	margin-right: 20px;
}
.menu ul li {
	display: inline-block;
	position: relative;
}
.menu ul li a {
	display: inline-block;
	color: #1e1b39;
	text-transform: capitalize;
	font-weight: 500;
	padding: 38px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 15px;
}
.menu ul li:hover > a {
	color: #3baea3;
}
.transparent-header-2 .menu ul li a {
	padding: 30px 20px;
}
.transparent-header-2 .menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
.transparent-header-2 .menu nav ul li > ul > li a {
	padding: 15px 14px;
}
.menu nav ul li > ul {
	position: absolute;
	top: 120px;
	left: -4px;
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	width: 250px;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	text-align: left;
	box-shadow: 0px 0px 7px 0px #ccc;
	border-top: 6px solid #000;
}
.menu nav ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	top: 92px;
	left: 0;
}
.menu nav ul li > ul > li {
	display: block;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin: 0px;
	padding: 5px;
}
.menu nav ul li > ul > li a::after {
	content: "+";
	clear: both;
	display: block;
	position: absolute;
	top: 49%;
	left: 14px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .4 ease-in-out;
	transition: all .4s ease-in-out;
}
.menu nav ul li > ul > li:hover > a {
	color: #fff;
	/*padding: 5px !important;*/
	background: #364fab;
}
.menu nav ul li > ul > li:hover > a::after{
	opacity: 1;
	visibility: visible;
}
.menu nav ul li > ul > li:hover > a {
	color: #fff !important;
}
.menu nav ul li > ul > li li > a:hover{
	color: #fff;
}
.menu nav ul li > ul > li a {
	display: inline-block;
	width: 100%;
	padding: 15px 14px;
	border-bottom: 1px dashed #efefef;
	font-size: 14px;
	color: #1e1b39;
	margin: 0px;
	font-weight: 400;
	text-transform: capitalize;
}
.menu nav ul li > ul > li:last-child a{
	border-bottom: none;
}
.menu nav ul > li > ul > li > ul {
	left: 200px;
	top: 28px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
}
.menu nav ul li > ul > li:hover > ul {
	top: -3px;
	left: 100%;
}
.menu ul li.menu-item-has-children {
	position: relative;
}
.menu nav ul li > ul > li a::after {
	content: "";
}
.menu ul li.menu-item-has-children:hover::after{
	color: #3baea3;
}
.menu ul li.menu-item-has-children::after {
	content: "+";
	clear: both;
	display: block;
	position: absolute;
	font-weight: 700;
	top: 39%;
	right: 7px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	color: #4d4d4d;
	font-size: 14px;
}
.menu ul li ul li.menu-item-has-children::after {
	transform: rotate(-90deg);
	top: 30%;
}
.menu ul li.menu-item-has-children ul > li:hover::after {
	color: #fff;
}
.sidebar_main_content {
	position: fixed;
	z-index: 999;
	background: #fff;
	top: 0;
	right: 0;
	width: 100%;
	max-width: 400px;
	min-height: 100vh;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-right: -400px;
}
.sidebar_main_content.active{
	margin-right: 0px;
}
.sidebar_main_content_full {
	overflow-y: auto;
	height: 100vh;
}
.off_canvars_overlay.active {
	opacity: 0.5;
	visibility: visible;
}
.off_canvars_overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: crosshair;
	background: #232323;
	top: 0;
}
.sidebar_main_content_full .sidebar_he_a {
	border-bottom: 1px solid #eee;
	padding: 20px;
	position: relative;
	display: flex;
	background: #000;
}
.sidebar_main_content_full .sidebar_he_a h2 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.sidebar_he_a .sidebar-close {
	color: #fff;
	position: absolute;
	right: 24px;
	font-size: 20px;
	cursor: pointer;
}
.sidebar_main_content_full .content {
	padding: 20px;
	box-sizing: border-box;
}
.sidebar_main_content_full .content .item {
	padding-bottom: 20px;
	overflow: hidden;
}
.sidebar_main_content_full .content .item .img {
	width: 150px;
	margin: 0 auto;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
}
.sidebar_main_content_full .content .item h4 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 5px;
}
.sidebar_main_content_full .content .item p {
	font-size: 20px;
	line-height: 38px;
	color: #403b3b;
}
.side_social span a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #344ead;
	color: #fff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.side_social span a:hover{
	background: #3baea3;
}
.side_copy_text {
	text-align: center;
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}
.side_copy_text p {
	font-size: 15px;
	color: #403b3b;
}
.side_copy_text p a{
	color: #333;
}
.side_social span {
	display: inline-block;
	margin: 0px 5px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.hero-area {
	padding-top: 100px;
	position: relative;
}
.hero-img {
	text-align: center;
}
.hero-img img {
	width: 72%;
	margin: 0 auto;
	text-align: center;
}
.hero-caption h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 10px;
}
.hero-caption h2 {
	font-size: 40px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	margin-bottom: 20px;
	font-weight: 900;
}
.hero-caption{
	padding-top: 50px;
}
.h_btn a {
	float: left;
	margin-right: 40px;
}
.hero-caption p {
	font-size: 20px;
	line-height: 30px;
}
.h_btn .video-btn {
	float: left;
}
.h_btn .video-btn a {
	width: 70px;
	height: 70px;
	font-size: 20px;
}
.hero-caption h2 span {
	color: #3baea3;
}
.hero-shap {
	animation-name: bounce-1;
	animation-timing-function: linear;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
	position: absolute;
	top: 32%;
	left: 5%;
}
.hero-shap img {
	transform: scale(1.5);
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}
/*
 * #-About Us
*/
.about-content h4 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #6f96d1;
}
.about-content h2 {
	font-size: 30px;
	line-height: 34px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.about-content p {
	margin-bottom: 15px;
	line-height: 30px;
	color: #403b3b;
}
.about-social {
	margin-bottom: 30px;
}
.about-social span {
	display: inline-block;
	margin: 0px 5px;
}
.about-social span a {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px #e6e6e6;
	font-size: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #b0b0b0;
	color: transparent;
}
.about-social span a:hover {
	background: #3baea3;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #fff;
	transform: translateY(-5px);
}
.button-1.button-2 {
	background: #000;
	margin-left: 20px;
}
.section-headding h2 {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 65px;
}
/*
 * #-Services Item
*/
.services-box {
	text-align: center;
	background: #fff;
	padding: 60px 40px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	z-index: 1;
    border: 1px solid #344ead;
}
.services-box:hover{
	transform: translateY(-5px);
}
.services-box::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #344ead;
	top: 0;
	right: 0;
	z-index: -1;
	clip-path: circle(0% at 100% 0%);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.services-box:hover::after{
	-webkit-clip-path: circle(75%);
    clip-path: circle(75%);
}
.services-box .count {
display: none;
}
.services-box .icon {
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #3baea3;
	color: transparent;
	font-size: 60px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.services-box:hover .icon{
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #fff;
}
.services-box h2 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.services-box:hover h2{
	color: #fff;
}
.services-box p {
	line-height: 26px;
	font-size: 15px;
	margin-bottom: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.services-box:hover p{
	color: #fff;
}
.services-box a.read_details {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	background: #3baea3;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.services-box:hover a.read_details{
	color: #344ead;
	background: #fff;
}
.services-box a.read_details:hover{
	color: #fff;
	background: #344ead;
}
/*
 * #-Hire Area
*/
.hire-area {
	background-size: cover;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 55px 0px;
	position: relative;
	z-index: 1;
}
.hire-area::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(0,0,0,.76);
}
.hire-area-content h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 16px;
}
.hire-area-content p {
	color: #ccc;
	font-size: 20px;
	margin-bottom: 30px;
}
.hire-area-content .button-1 {
	border-radius: 50px;
}
/*
 * #-Portfolio
*/
.portfolio-category-list{
	text-align: center;
}
.portfolio-category-list ul {
	display: inline-block;
	padding: 2px 10px;
	border: 1px solid #eee;
	border-radius: 30px;
}
.portfolio-category-list ul li {
	margin: 0 5px;
	padding: 8px 15px;
	border-radius: 30px;
	cursor: pointer;
	display: inline-block;
	text-transform: capitalize;
}
.portfolio-category-list ul li.mixitup-control-active {
	background: linear-gradient(to right, #3baea3, #864536);
	-webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.portfolio-item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
/* .portfolio-item img{
	width: 100%;
	height: 270px;
} */

.portfolio-item img {
  width: 100%;
  height: auto;
  max-height: 270px; /* Optional: limits the max height */
  object-fit: cover; /* Optional: crops image nicely if needed */
}

.portfolio-overly {
	position: absolute;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 3px;
	bottom: 3px;
	left: 3px;
	right: 3px;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	transform: scale(0);
	padding: 10px;
}
.portfolio-item:hover .portfolio-overly{
	transform: scale(1);
}
.portfolio-overly-full p {
	font-size: 20px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}
.portfolio-overly-full ul li{
	display: inline-block;
	margin: 0px 3px;
}
.portfolio-overly-full ul li a{
	display: inline-block;
}
.portfolio-overly-full ul li a i {
	width: 40px;
	height: 40px;
	display: flex;
	background: #dad7dd;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all.3s ease-in-out;
	color: #333;
}
.portfolio-overly-full ul li a i:hover {
	background: #3baea3;
	color: #fff;
}
.button-1.button-round {
	border-radius: 50px;
	box-shadow: 0px 8px 14px 0px #c6c6c6;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.button-1.button-round:hover {
	transform: translateY(-5px);
	box-shadow: 0px 0px 0px 0px #c6c6c6;
}
/*
 * Call Now
*/
.call-now-section {
	background: #1b3650;
	position: relative;
}
.button-1.button-radious {
	border-radius: 50px;
}
.call_now_img {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 270px;
}
.call_now_content .sc_subtitle {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 20px;
}
.call_now_content h2 {
	font-size: 70px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 700;
}
/*
 * #-Testimonial
*/
.testimonial-single {
	width: 90%;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 0px 7px 4px #cccccc54;
	margin: 10px auto;
}
.testimonial-single-header .thumbnail {
	width: 120px;
	margin-left: -30px;
	padding-top: 30px;
	float: left;
}
.testimonial-title {
	overflow: hidden;
	padding-top: 45px;
	padding-left: 20px;
}
.testimonial-title h4 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 4px;
}
.testimonial-title p {
	font-size: 20px;
}
.testimonial-single-footer {
	overflow: hidden;
	width: 100%;
	padding: 20px 30px 30px 30px;
}
.testimonial-single-footer p {
	font-size: 16px;
	font-style: italic;
	line-height: 32px;
	color: #403b3b;
}
.testimonial-full .owl-dots {
	counter-reset: dots;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 20px;
	margin-top: 20px;
}
.testimonial-full .owl-dots .owl-dot {
	margin: 0 6px;
	border: 0;
	background: none;
	cursor: pointer;
}
.testimonial-full .owl-dots .owl-dot span {
	display: block;
	border-radius: 50%;
	background-color: #3baea3;
	width: 12px;
	height: 12px;
	position: relative;
	transition: all 0.3s ease;
}
.testimonial-full .owl-dots .owl-dot span::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	border: 1px solid #3baea3;
	border-radius: 50%;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	transform: scale(0);
	transition: all 0.3s ease;
}
.testimonial-full .owl-dots .owl-dot.active span {
	background: #3baea3;
}
.testimonial-full .owl-dots .owl-dot.active span::after {
	transform: scale(1);
}
.tes_review {
	margin-top: 6px;
	font-size: 20px;
	color: #ffc001;
}
/*
 * #-Blog
*/
.blog-item {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
}
.blog-item .blog-thumbnail {
	width: 100%;
	overflow: hidden;
}
.blog-item .blog-thumbnail img{
	width: 100%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.blog-item:hover .blog-thumbnail img{
	transform: scale(1.2);
}
.blog-item .blog_author {
	width: 100%;
	overflow: hidden;
	position: relative;
	border-top: 5px solid #3baea3;
	height: 80px;
	display: flex;
	align-items: center;
	padding-left: 15px;
}
.blog-item .blog_author .pb-right {
	width: 80px;
	height: 75px;
	position: absolute;
	right: 0;
	background: #3baea3;
	text-align: center;
	top: 0;
	padding: 6px 0px;
}
.blog-item .blog_author .pb-right h3 {
	font-size: 25px;
	font-weight: 900;
	color: #fff;
}
.blog-item .blog_author .pb-right span {
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
}
.blog-item .blog-meta a {
	display: inline-block;
	font-size: 15px;
	color: #344ead;
	padding-right: 15px;
}
.blog-item .blog-meta a:last-child{
	padding-right: 0px;
}
.blog-item .blog-meta a:hover{
	color: #3baea3;
}
.blog-item .blog-meta a i{
	color: #3baea3;
}
.blog-item .blog-content {
	padding: 15px;
}
.blog-item .blog-content h3 {
	font-size: 20px;
	line-height: 1.3;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 10px;
}
.blog-item .blog-content h3 a{
	color: #344ead;
}
.blog-item .blog-content h3:hover a{
	color: #3baea3;
}
.blog-item .blog-content p {
	margin-bottom: 20px;
	line-height: 28px;
}
.blog-item .blog-content a.read-details {
	padding: 8px 26px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
}
/*
 * Gallery
*/
.gallery-item {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.gallery-item:hover{
	padding: 10px;
}
.gallery-item img {
	width: 100%;
	-webkit-transition: all .6s ease-in-out;
	transition: all .8s ease;
    border-radius:10px;
}
.gallery-item img:hover {
    border-radius:10px;
}
.gallery-item:hover img {
	transform: scale(1.1);
}
.gallery-item-overly {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background: rgba(0,0,0,.5);
	transform: scale(.5);
	opacity: 0;
	border-radius: 10px;
}
.gallery-item:hover .gallery-item-overly {
	opacity: 1;
	transform: scale(1.0);
}
.gallery-item-overly {
  border-radius: 10px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px !important;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 10px; /* Apply radius directly */
  display: block;
  object-fit: cover;
}
.gallery-item a {
	color: #fff;
	font-size: 45px;
}

/*
 * #-Footer
*/
.footer {
	background: #092a4a;
}
.footer_w_item p {
	line-height: 30px;
	color: #999;
	font-size: 15px;
}
.footer_social {
	margin-top: 20px;
}
.footer_social span {
	display: inline-block;
	margin: 0px 3px;
}
.footer_social span a{
	display: flex;
}
.footer_social span a {
	display: flex;
	width: 44px;
	height: 44px;
	background: #1d3851;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 0px 10px 0px #0f0f0f;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #bfbfbf;
	color: transparent;
}
.footer_social span a:hover{
	background: #3baea3;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #fff;
	transform: translateY(-5px);
}
.footer_w_item h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	line-height: 1.2;
	color: #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.footer_w_item h3::before {
	content: "";
	width: 100%;
	height: 2px;
	background: #092a4a;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer_w_item h3::after {
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	background: #6f96d1;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.footer-get-in .single {
	margin-bottom: 15px;
}
.footer-get-in .single .icon {
	float: left;
	margin-right: 12px;
	font-size: 25px;
	color: #333;
}
.footer-get-in .single .con {
	overflow: hidden;
}
.footer-get-in .single .con h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #ccccc3;
}
.footer-widgets p {
	line-height: 28px;
	color: #999;
}
.footer_w_item ul li {
	line-height: 30px;
	display: block;
}
.footer_w_item ul li a {
	display: inline-block;
	font-size: 15px;
	padding: 1px 0px;
	color: #999;
}
.footer_w_item ul li a:hover{
	color: #fff;
}
.footer-bottom {
	border-top: 1px solid #111;
}
.footer-bottom p {
	color: #999;
	font-size: 15px;
}
.footer-bottom p a{
	font-weight: 600;
	color: #999;
}
.footer-bottom p a:hover{
	color: #fff;
}
.transparent_header .menu ul li a {
	color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.transparent_header .menu ul li.menu-item-has-children::after {
	color: #ccc;
}
.menu nav ul li > ul > li a {
	color: #1e1b39 !important;
}
.transparent_header .menu ul li:hover > a {
	color: #fff;
}
/*
 * #-Hero
*/
.hero-area-2 {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 100vh;
	position: relative;
	display: flex;
	align-items: center;
	text-align: center;
}
.transparent_header-logo {
	display: none;
}
.transparent_header .top-right-btn {
	color: #ccc;
}
.hero2-caption {
	padding-top: 80px;
}
.hero2-caption h2 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
}
.hero2-caption h4 {
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 55px;
	line-height: 1.2;
	margin: 10px 0px;
}
.hero2-caption h4 span b.nd2 {
	color: #fff;
}
.btn-scroll-bottom {
	animation-name: bounce-1;
	animation-timing-function: linear;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	margin: 0 auto 0 auto;
	transform-origin: bottom;
	position: absolute;
	bottom: 5%;
	left: 50%;
	display: none;
}
.btn-scroll-bottom a {
	color: #fff;
	font-size: 20px;
	border: 2px solid #fff;
	border-radius: 20px;
	padding: 10px 10px;
}
.btn-scroll-bottom a:hover {
	color: #3baea3;
	border: 2px solid #3baea3;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-15px); }
    100% { transform: translateY(0); }
}
.hero-area-3 {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 85vh;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 40px;
    padding-bottom: 40px;
	
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
/*Animation*/
.active .hero-slider-single h2, .active .hero-slider-single a, .active .hero-slider-single h4, .active .hero-slider-single p{
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1.3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.6s;
}
.active .hero-slider-single h4{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.active .hero-slider-single p{
	-webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.active .hero-slider-single a {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.hero-slider-single {
	align-items: center;
	display: flex;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.hero-slider-caption {
	padding-top: 250px;
	padding-bottom: 150px;
}
.hero-slider-caption h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 10px;
}
.hero-slider-caption h2 {
	font-weight: 900;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
	font-size: 50px;
	font-family: 'Roboto', sans-serif;
}
.hero-slider-caption p {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 20px;
}
.hero-slider-btn .button-1.button-3 {
	margin-left: 20px;
	background: #fff;
	color: #000;
}
.hero-slider-btn .button-1.button-3:hover{
	color: #fff;
}
.hero-slider-btn a.button-1 {
	border-radius: 40px;
}
.hero-slider-full .owl-prev{
	position: absolute;
	top: 47%;
	left: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.hero-slider-full:hover .owl-prev{
	opacity: 1;
	visibility: visible;
	left: 14px;
}
.hero-slider-full .owl-next{
	position: absolute;
	top: 47%;
	right: 10px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.hero-slider-full:hover .owl-next{
	opacity: 1;
	visibility: visible;
	right: 14px;
}
.hero-slider-nav {
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffff;
	border-radius: 50%;
	color: #333;
	font-size: 25px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.hero-slider-nav:hover{
	background: #3baea3;
	color: #fff;
}
.breadcrumb-area {
	text-align: center;
	padding-top: 170px;
	padding-bottom: 100px;
}
.breadcrumb-content h2 {
	font-size: 40px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.breadcrumb-content ul li {
	display: inline-block;
	color: #403b3b;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
}
.breadcrumb-content ul li a {
	color: #000;
	padding-right: 20px;
	display: inline-block;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-right: 10px;
}
.breadcrumb-content ul li a:hover{
	text-decoration: underline;
}
.breadcrumb-content ul li a::after {
	content: "/";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
}
/*
 * #-Skill
*/
.progress {
    height: 20px;
    padding-top: 5px;
    background: #f6f6f6;
    border-radius: 0 10px 10px 0;
    overflow: visible;
}
.progress-bar {
	height: 10px;
    border-radius: 5px;
    background-color: #3baea3;
    position: relative;
    overflow: visible;
    animation: animate 3s ease 0s 1 normal;    
    opacity: 1;
}
@keyframes animate{
	0%{
		width: 0%;
	}
}
.progress-bar .percent {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #3baea3;
    border-radius: 5px;
    top: -45px;
    right: -10px;
}
.progress .progress-bar .percent::after {
    position: absolute;
    content: '';
    top: 30px;
    left: 10px;
    border-top: 5px solid #3baea3;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.about-your-skill {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px 0px rgba(215, 215, 215, 0.7);
	position: relative;
}
.single-progress {
	margin-bottom: 20px;
	margin-top: 10px;
}
.single-progress h3 {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.single-progress .progress {
	background: transparent;
}
.resume-box {
	overflow: hidden;
	display: block;
	margin: 0 auto;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 5px 20px 0px rgba(215, 215, 215, 0.7);
	position: relative;
}
.resume-box h3 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.resume__list {
	margin-top: 30px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 2px solid rgba(0, 0, 0, 0.1);
}
.single-resume__list {
	border-left: 3px solid #3baea3;
	padding-left: 30px;
	position: relative;
}
.single-resume__list::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: #3baea3;
}
.single-resume__list::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	left: -41px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	background: #3baea3;
}
.single-resume__list .year {
	background: #3baea3;
	color: #ffff;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	padding: 2px 10px;
	position: relative;
	margin-bottom: 10px;
}
.single-resume__list .year::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid #3baea3;
	border-right: 10px solid transparent;
}
.single-resume__list h4.university-name {
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 600;
	line-height: 1.2;
}
.single-resume__list p.degree {
	font-size: 16px;
	line-height: 30px;
	color: #403b3b;
}
.progress-bar .percent {
	font-size: 10px;
}
/*
 * #-Contact Us
*/
.c_info_item {
	width: 100%;
	overflow: hidden;
}
.c_info_item .icon {
	float: left;
	margin-right: 10px;
	font-size: 50px;
	width: auto;
	height: auto;
	line-height: 1.2;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #3baea3;
	color: transparent;
	padding: 16px 20px;
	background: #e1b0a51f;
}
.c_info_item .content {
	overflow: hidden;
}
.c_info_item .content h4 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.contact-form .single-input {
	margin-bottom: 20px;
}
.contact-form .single-input label {
	font-size: 15px;
	font-weight: 500;
	color: #403b3b;
	margin-bottom: 4px;
}
.contact-form .single-input input {
	width: 100%;
	border: 1px solid #eee;
	padding: 13px 14px;
	font-weight: 500;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.contact-form .single-input input:focus{
	border-color: #3baea35c;
}
.contact-form .single-input textarea {
	width: 100%;
	border: 1px solid #eee;
	padding: 13px 14px;
	font-weight: 500;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	height: 140px;
}
.contact-form .single-input textarea:focus{
	border-color: #3baea35c;
}
.contact-form .single-input button {
	width: 100%;
}
.contact-form .single-input button i {
	padding-left: 10px;
}
.bhouse_pagination ul li {
	display: inline-block;
	margin: 0px 2px;
}
.bhouse_pagination ul li a{
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	background: #fff;
	box-shadow: 0px 0px 3px 0px #eee;
	color: #333;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
	border: 1px solid #eee;
}
.bhouse_pagination ul li span{
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	background: #3baea3;
	box-shadow: 0px 0px 3px 0px #eee;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
	border: 1px solid #3baea3;
}
.bhouse_pagination ul li a:hover{
	background: #3baea3;
	color: #fff;
	border-color: #3baea3;
}
/*
 * #-Widgets
*/
.sidebar-widgets {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.sidebar-widgets h2 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: 600;
	position: relative;
}
.sidebar-widgets h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	background: #344ead;
	top: 6px;
	left: -30px;
}
.sidebar-widgets h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	background: #1d2746;
	top: 8px;
	left: -30px;
}
.wi_search_form form {
	width: 100%;
	position: relative;
}
.wi_search_form input {
	width: 100%;
	position: relative;
	border: 1px solid #eee;
	padding: 15px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.wi_search_form input:focus{
	border-color: #3baea3;
}
.wi_search_form button {
	position: absolute;
	top: 10%;
	right: 0;
	width: 50px;
	height: 80%;
	background: none;
	border: none;
	font-size: 20px;
	color: #403b3b;
	border-left: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.wi_search_form button:hover{
	color: #3baea3;
}
.sidebar-widgets ul li {
	line-height: 30px;
	border-bottom: 1px dashed #eee;
}
.sidebar-widgets ul li:last-child{
	border-bottom: 0px;
}
.sidebar-widgets ul li a {
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #444;
	display: inline-block;
	padding: 8px 0px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.sidebar-widgets ul li a:hover{
	color: #3baea3;
}
.side-widgets-l-blog .item {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.side-widgets-l-blog .item .thubnail {
	width: 80px;
	height: 70px;
	float: left;
}
.side-widgets-l-blog .item .thubnail img {
	width: 100%;
	height: 100%;
}
.side-widgets-l-blog .item .content {
	overflow: hidden;
	padding-left: 10px;
}
.side-widgets-l-blog .item .content h4 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 4px;
}
.side-widgets-l-blog .item .content h4 a {
	color: #333;
}
.side-widgets-l-blog .item:hover .content h4 a {
	color: #3baea3;
}
.side-widgets-l-blog .item .content span {
	padding-top: 4px;
	display: block;
	font-size: 14px;
}
.tagcloud a {
	display: inline-block;
	border: 1px solid #eee;
	padding: 8px 14px;
	margin: 4px 3px;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	background: #5e2ced0a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.tagcloud a:hover {
	color: #fff;
	border-color: #3baea3;
	background: #3baea3;
}
/*
 * #-Blog Details
*/
.blog-details {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
}
.blog-details .thumbnail img {
	width: 100%;
}
.blog-details .content {
	padding: 25px 20px;
}
.blog-details .content .meta {
	margin-bottom: 20px;
}
.blog-details .content .meta span {
	padding-right: 20px;
	font-size: 14px;
	color: #403b3b;
}
.blog-details .content .meta span:last-child {
	padding-right: 0px;
}
.blog-details .content .meta span i {
	color: #3baea3;
}
.blog-details .content h2 {
	font-size: 26px;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: 700;
}
.blog-details .content p {
	line-height: 30px;
	margin-bottom: 20px;
}
.prject-share span {
	margin-right: 10px;
	display: inline-block;
}
.prject-share span a {
	display: flex;
	width: 36px;
	height: 36px;
	border: 1px solid #eee;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 14px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.prject-share span a:hover{
	border-color: #3baea3;
	color: #fff;
	background: #3baea3;
}
.comments-list-full {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 25px 20px;
}
.comments-list-full h2, .comments-form-full h2 {
	font-size: 22px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.comments-list-full ul li {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	padding-left: 85px;
}
.comments-list-full ul li ul.comment-reply li {
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.comments-list-full ul li .thum {
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
}
.comments-list-full ul li .content h4 {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
}
.comments-list-full ul li .content h4 a {
	color: #000;
}
.comments-list-full ul li .content span {
	font-size: 12px;
}
.comments-list-full ul li .content p {
	width: 100%;
	line-height: 28px;
	color: #403b3b;
	font-size: 14px;
}
.comments-list-full ul li .content a.reply {
	display: inline-block;
	color: #333;
	text-transform: capitalize;
	border: 1px solid #eee;
	margin-top: 10px;
	border-radius: 50px;
	padding: 5px 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.comments-list-full ul li .content a.reply:hover{
	color: #3baea3;
	border-color: #3baea3;
}
.comments-form-full {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 25px 20px;
}
.comments-form-full textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 160px;
	padding: 20px;
}
.comments-form-full input {
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	padding: 20px;
}
.comments-form-full textarea:focus{
	border-color: #3baea3;
}
.comments-form-full input:focus{
	border-color: #3baea3;
}
.comments-form-full button{
	padding: 20px 40px;
	border: none;
}
/*
 * #-Services Details
*/
.services-details img {
	width: 100%;
	margin-bottom: 20px;
}
.services-details {
	border: 1px solid #eee;
}
.services-details .con {
	padding: 20px;
}
.services-details h2 {
	text-transform: capitalize;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
}
.services-details p {
	line-height: 30px;
	margin-bottom: 20px;
}
.services-details ul {
	margin-bottom: 20px;
	list-style: inside;
	padding-left: 20px;
}
.services-details ul li {
	line-height: 30px;
	padding: 6px 0px;
	font-weight: 600;
	font-size: 16px;
}
.services-details-wid {
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 20px 30px;
}
.services-details-wid h2 {
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 12px;
	font-weight: 700;
	position: relative;
}
.services-details-wid h2::after {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	width: 10px;
	height: 6px;
	background: #1d2746;
	top: 8px;
	left: -30px;
}
.services-details-wid ul li {
	line-height: 30px;
	display: inline-block;
	width: 100%;
}
.services-details-wid ul li a {
	display: inline-block;
	width: 100%;
	border: 1px solid #eee;
	margin: 6px 0px;
	text-transform: capitalize;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 600;
	background: #cccccc45;
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.services-details-wid ul li a i{
	float: right;
	padding-top: 8px;
}
.services-details-wid ul li:hover a{
	background: #3baea3;
	color: #fff;
	padding-left: 30px;
	border-color: #3baea3;
}
.s_portfolio .item {
	width: 50%;
	float: left;
	padding: 5px;
}
/*
 * #-Portfolio Details
*/
.portfolio-details {
	border: 1px solid #eee;
}
.portfolio-details .thumnail img {
	width: 100%;
}
.portfolio-details .content {
	padding: 20px;
}
.portfolio-details .content h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
.portfolio-details .content h4 {
	color: #3baea3;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}
.portfolio-details .content p {
	line-height: 32px;
	margin-bottom: 15px;
}
.portfolio-details .content h3 {
	font-size: 24px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 10px;
}
.portfolio-details .content ul {
	margin-bottom: 15px;
	padding-left: 20px;
}
.portfolio-details .content ul li {
	line-height: 30px;
	padding: 6px 0px;
	font-weight: 500;
	color: #403b3b;
	font-size: 18px;
}
.portfolio-details .content ul li i {
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #3baea3;
	color: transparent;
	font-size: 22px;
	padding-right: 10px;
}
.portfolio-details-sidebar {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 20px;
}
.portfolio-details-sidebar h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.portfolio-details-sidebar ul li {
	line-height: 30px;
	padding: 5px 0px;
	display: inline-block;
	width: 100%;
}
.portfolio-details-sidebar ul li strong {
	font-size: 16px;
	font-weight: 600;
}
.portfolio-details-sidebar ul li span {
	float: right;
	font-size: 15px;
	color: #403b3b;
}
.port_sahre h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.port_sahre span{
	display: inline-block;
	margin: 0px 2px;
}
.port_sahre span a {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px #e6e6e6;
	font-size: 20px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #b0b0b0;
	color: transparent;
}
.port_sahre span a:hover{
	background: #3baea3;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #fff;
	transform: translateY(-5px);
}
/*
 * #-Pricing Plane
*/
.pricing-item {
	background: #fff;
	text-align: center;
	border: 2px solid #eeee;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pricing-item:hover {
	transform: translateY(-10px);
	border-color: transparent;
	box-shadow: 0px 8px 17px 0px #eee;
}
.pricing-header {
	position: relative;
	padding: 30px 0px 50px 0px;
	z-index: 1;
	overflow: hidden;
}
.pricing-header::after {
	border-radius: 0 0 50% 50%;
	content: "";
	background-color: #3baea3;
	height: 100%;
	left: 0px;
	margin: 0 auto;
	opacity: .05;
	position: absolute;
	right: 0px;
	top: 0px;
	width: auto;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pricing-item:hover .pricing-header::after{
	opacity: 1;
}
.pricing-item.active .pricing-header::after{
	opacity: 1;
}
.pricing-header h4 {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.2;
	font-weight: 600;
	color: #3baea3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pricing-item.active .pricing-header h4 {
	color: #fff;
}
.pricing-item:hover .pricing-header h4 {
	color: #fff;
}
.pricing-header h2 {
	font-size: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.pricing-item:hover .pricing-header h2 {
	color: #fff;
}
.pricing-item.active .pricing-header h2 {
	color: #fff;
}
.pricing-header .badge {
	position: absolute;
	top: 20px;
	right: -37px;
	background: #0d0044;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 40px;
	transform: rotate(50deg);
}
.pricing-content {
	padding: 30px 0px;
}
.pricing-content ul li {
	line-height: 30px;
	font-size: 15px;
	font-weight: 400;
	border-bottom: 1px dashed #eee;
	padding: 9px 0px;
}
.pricing-content ul li:last-child{
	border-bottom: none;
}
.pricing-item .pricng-btn {
	margin-bottom: 40px;
}
.pricing-item .pricng-btn a {
	padding: 10px 30px;
	font-size: 14px;
	border-radius: 30px;
	line-height: 1.2;
}
/*
 * #-404 Error
*/
.error-404 {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-404-contetn h3 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 30px;
	margin-top: 30px;
	margin-bottom: 10px;
	color: red;
}
.error-404-contetn h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.error-404-contetn p {
	margin-bottom: 20px;
}
.error-404-contetn a {
	border-radius: 30px;
}
/*===== All Preloader Style =====*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999; 
}
#preloader .preloader {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	margin-left: -25px;
	margin-top: -25px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: #e52e06;
    -webkit-animation: preloader 1.3s linear infinite;
    animation: preloader 1.3s linear infinite;
}
#preloader .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
	background-color: green;
}

@keyframes preloader {
  	0% {
    	transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	transform: scale(1, 1);
    	opacity: 0; 
	} 
}
@-webkit-keyframes preloader {
  	0% {
    	-webkit-transform: scale(0, 0);
    	opacity: 0.5; 
	}
  	100% {
    	-webkit-transform: scale(1, 1);
    	opacity: 0; 
    } 
}
/*End Preloader Style*/
/*
 * Sticky
*/
.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	-webkit-animation: sticky 1s;
	-moz-animation: sticky 1s;
	-o-animation: sticky 1s;
	animation: sticky 1s;
	-webkit-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	-moz-box-shadow: 2px 4px 8px rgba(51, 51, 51, 0.25);
	box-shadow: 2px 4px 8px rgba(140, 129, 129, 0.05);
	background: #fff;
}
@-webkit-keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
    }
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
@keyframes sticky {
  	0% {
    	-webkit-transform: translateY(-100%);
    	transform: translateY(-100%); 
	}
  	100% {
    	-webkit-transform: translateY(0%);
    	transform: translateY(0%); 
	} 
}
.header.sticky .menu ul li a {
	padding: 30px 20px;
}
.header.sticky .menu nav ul li:hover > ul {
	top: 80px;
}

.header.transparent_header.sticky .transparent_header-logo {
	display: block;
	width: 180px;
}
.logo img{
	width: 195px;
}
.header.transparent_header.sticky .white-logo {
	display: none;
}
.header.sticky .menu ul li a {
	padding: 30px 20px;
	color: #1e1b39;
}
.header.sticky .menu nav ul li > ul > li a {
	padding: 15px 14px;
}
.header.transparent_header.sticky .menu ul li.menu-item-has-children::after {
	color: #000;
}
.header.transparent_header.sticky .top-right-btn {
	color: #333;
}
.transparent_header .canvas_open a span {
	background: #fff;
}
.header.transparent_header.sticky  .canvas_open a span {
	background: #000;
}
/*
 * #-Mobile Menu
*/

.about-content {
	text-align: center;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

@media (max-width: 768px) {
  .portfolio-item img {
    max-height: 200px;     /* Smaller max height on tablets */
  }
}

.offcanvas_menu_wrapper {
	width: 290px;
	position: fixed;
	background: #fff;
	z-index: 9999;
	top: 0;
	height: 100vh;
	transition: .5s;
	left: 0;
	margin-left: -300px;
	padding: 20px 0px 30px;
	overflow-y: auto;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header_search_box {
  display: block;
}
.offcanvas_main_menu > li.menu-item-has-children.menu-open > span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu > li ul li.menu-item-has-children.menu-open span.menu-expand {
  transform: rotate(180deg);
}
.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 10px;
}
.offcanvas_main_menu li a {
	display: block;
	padding: 3px 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ededed;
	color: #1e1b39;
	text-transform: capitalize;
	font-weight: 500;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 16px;
}
.offcanvas_main_menu li a:hover {
  color: #0b1d61;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
}
.offcanvas_footer span a:hover {
  color: #3baea3;
}
.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}
.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #3baea3;
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;
  color: #333;
}
.canvas_close a:hover {
  background: #3baea3;
  border-color: #3baea3;
  color: #fff;
}
.mobile-logo {
	margin-bottom: 30px;
    padding: 10px;
}
.mobile-logo img {
	width: 200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}
.canvas_open a:hover {
  color: #fe3737;
  border-color: #fe3737;
}
.error-404 {
	padding: 100px 0px;
}

.mysteps h3{
	font-size: 17px;
	font-weight: 700;
}
.mysteps p{
	font-size: 13px;
	line-height: 23px;
}

.f_logo img{
	width: 180px;
}

.call_now_img img{
	width: 200px;
}

.footer_w_item p a {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.footer-get-in i{
	color: #7da0d6;
    font-size: 19px !important;
}

.footer_w_item i{
	color: #7da0d6;
    font-size: 12px;
}

.footer_social i{
	color: #fff !important;
}


/*whatsapp and call css s */

.mobile_callwhat {
  position: fixed;
  bottom: 115px;
  right: 23px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width:50px;
  z-index: 9999;
}

.mobile_callwhat a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: #ffffff; /* Neutral background color */
}

.mobile_callwhat a:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.btn-whatsapp-pulse {
  background-color: #25d366; /* WhatsApp green */
}

.btn-whatsapp-pulse1 {
  background-color: #c42121; /* Call button red */
}

.mobile_callwhat img {
  max-width: 56px !important;
  height: auto;
  border-radius: 50%;
}

/* Pulse animation for interactivity */
.btn-whatsapp-pulse, .btn-whatsapp-pulse1 {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
      transform: scale(1.1);
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  }
  100% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
      gap: 15px;
  }
  .fixed_enquiry_btn_web a {
  background-color: #15373f;
  padding: 15px 5px 15px 5px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 1.5px;
  word-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  writing-mode: vertical-lr;
  color: #fff !important;
  border: 2px solid #fff;
}

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }

  /*.mobile_callwhat img {*/
  /*    max-width: 30px;*/
  /*}*/
}

@media (max-width: 480px) {
  .mobile_callwhat {
      bottom: 120px;
      right: 15px;
  }

  .mobile_callwhat a {
      width: 50px;
      height: 50px;
  }


}

/*whatsapp and call css e */











 .service-box {
        background: #9cb7e0;
        border-radius: 10px;
        padding: 30px 20px;
        text-align: center;
        transition: 0.3s ease-in-out;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      }
      .service-box:hover {
        background: #ffffff;
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        transform: translateY(-5px);
      }
      .service-icon {
        font-size: 40px;
        color: #0d6efd;
        margin-bottom: 20px;
      }
      .section-title {
        font-weight: 700;
        font-size: 34px;
        margin-bottom: 60px;
      }


	  .step-section {
        background-color: #f8f9fa;
        padding: 80px 0 80px;
      }

      .step-box {
        background: #fff;
        border-radius: 12px;
        padding: 30px 20px;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
        position: relative;
      }

      .step-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
      }

      .step-number {
        font-size: 24px;
        font-weight: 700;
        color: #0d6efd;
        margin-bottom: 15px;
      }

      .step-title {
        font-size: 17px;
		font-weight: 700;
		margin-bottom: 10px;
		color: #202226;
      }

      .step-line::after {
        content: "";
        position: absolute;
        top: 50%;
        right: -50%;
        width: 100%;
        height: 2px;
        background-color: #dee2e6;
        z-index: -1;
      }

      .step-box:last-child .step-line::after {
        display: none;
      }

      @media (max-width: 767.98px) {
        .step-line::after {
          display: none;
        }
      }


.step-icon i {
  font-size: 40px;
 color: #d3def1 !important;
}




/* testimonial start css  */
 .testimonial-card {
      background-color: #fff;
      border-radius: 8px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      transition: transform 0.3s ease;
      height: 100%;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    .testimonial-text {
      font-size: 13px;
      line-height: 1.6;
	  color: #000 !important;
    }

    .testimonial-img {
      width: 60px !important;
      height: 60pxc !important;
      object-fit: cover;
      border-radius: 50%;
      margin-right: 1rem;
    }

    .owl-nav i {
      font-size: 1.25rem;
      color: #333;
    }

    .owl-nav button.owl-prev,
    .owl-nav button.owl-next {
      position: absolute;
      top: 35%;
      background: transparent;
      border: none;
    }

    .owl-nav button.owl-prev {
      left: -30px;
    }

    .owl-nav button.owl-next {
      right: -30px;
    }
/* testimonial end css */


/* GALLERY S */

.overlay-content {
  text-align: center;
  color: #fff;
}

.overlay-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}


.gallery-item-overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Darker overlay */
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease-in-out;
}

.gallery-item:hover .gallery-item-overly {
  opacity: 1;
}

.gallery-item-overly a {
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  background: #344ead;
  padding: 10px 15px;
  border-radius: 50%;
}

/* gallery end */


/* Contact Modal Custom Styles */
.modal-content {
  border-radius: 10px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  border: none;
}

.modal-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 20px;
}
.testimoniL_heading {
	font-size: 20px;
	font-weight: 700;
}
.modal-title {
  font-weight: 600;
  color: #344ead;
  font-size: 23px;
}

.modal-body {
  padding: 25px;
}

.modal-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.modal-footer{
	justify-content: flex-start !important;
}
.modal .form-label {
   font-size: 14px;
    color: #000;
    font-weight: 600 !important;
}

.modal .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
  padding: 10px;
  font-size: 13px;
}

.modal .form-control:focus {
  border-color: #007bff;
  box-shadow: none;
}

.modal .btn-primary {
  background-color: #344ead;
  border-color: #344ead;
  border-radius: 6px;
  padding: 10px 24px;
}

.modal .btn-primary:hover {
  background-color: #344ead;
  border-color: #344ead;
}

.testimoniL_heading {
	font-size: 17px;
	color: #000;
	font-weight: 700;
}

.hero-area-3.video-background {
  position: relative;
  overflow: hidden;
}

.hero-area-3.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.hero-area-3 .hero-content {
  position: relative;
  z-index: 1;
  color: white; 
  text-align: center;
  padding: 100px 20px;
}

@media (max-width: 768px) {
    .desk_banner {
        display: none;
    }
	.mob_banner {
        display: block !important;
    }
}

   .mob_banner {
        display: none;
    }


	.desk_banner {
  position: relative;
  overflow: hidden;
}

.desk_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

#particles-js {

  z-index: 2 !important;
}


.desk_banner .container {
  position: relative;
  z-index: 3;
  color: white;
}

.mob_banner {
  position: relative;
  overflow: hidden;
}

.mob_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; 
}

.mob_banner .container {
  position: relative;
  z-index: 3; 
  color: white; 
}



@media (max-width: 768px) {
  .hero2-caption {
    padding-top: 50% !important;
  }

  .hero2-caption h2 {
    font-size: 32px;
  }

  .hero2-caption h4 {
    font-size: 20px;
  }
  .cd-words-wrapper b {
	font-size: 20px !important;
  }
}


.service-box h5{
	font-size: 22px;
	font-weight: 700;
	color:#20232c;
	margin-bottom: 15px;
}


/* Show dropdown on hover */
/*.nav-item.dropdown:hover .dropdown-menu {*/
/*  display: block;*/
/*  margin-top: 0; */
/*}*/

/*.dropdown-menu {*/
/*  transition: all 0.3s ease;*/
/*}*/



/*.sub_dropdown_div {*/
/*  background-color: white;*/
/*  border: 1px solid #ccc;*/
/*  box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
/*  z-index: 1000;*/
/*}*/

/*.sub_dropdown_div li{*/
/*    padding:5px !important;*/
/*}*/
/*.sub_dropdown_div li a{*/
/*  font-size:14px !important;*/
/*  line-height:27px;*/
/*  color:#000;*/
/*}*/



/* Hide the dropdown by default */
.sub_dropdown_div {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
}

/* Show the dropdown on hover */
.nav-item.dropdown:hover .sub_dropdown_div {
  display: block;
}

/* Optional: adjust positioning */
.nav-item.dropdown {
  position: relative;
}

/* Style dropdown items (optional) */
.sub_dropdown_div li {
    padding:0px !important;
    
}
.sub_dropdown_div li:hover {
    padding:0px !important;
    background-color:#364fab !important;
}
.sub_dropdown_div li a {
  display: block;
  padding: 10px 10px !important;
  color: #000;
  text-decoration: none;
  font-size:15px !important;
  font-weight:400 !important;
}

.sub_dropdown_div li a:hover {
  background-color: #f8f9fa;
  font-size:15px !important;
}

/**/






/* Section spacing and background */
.service_div_icon {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* Section heading */
/*.service_div_icon h2 {*/
/*  font-size: 1.8rem;*/
/*  font-weight: 600;*/
/*  color: #343a40;*/
/*  margin-bottom: 2rem;*/
/*}*/

/* Service card (anchor) */
.service_div_icon a {
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  display: block;
  text-align: center;
  padding: 20px 10px;
  height: 100%;
  text-decoration: none;
  color: #212529;
  transition: all 0.3s ease-in-out;
}

/* Image inside the card */
.service_div_icon img {
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}

/* Text inside the card */
.service-icon span {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
}

/* Hover effect */
.service_div_icon a:hover {
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.service_div_icon a:hover img {
  transform: scale(1.05);
}

 .section-blue {
      background: linear-gradient(90deg, #344ead, #6f96d1);
      color: white;
      padding: 60px 0;
      position: relative;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
    }

    .section-blue h1 {
      font-weight: 700;
      margin-bottom: 20px;
      color:#fff !important;
    }

    .section-blue p {
      color: #dbeaff;
    }

    .stat-box {
      margin-bottom: 30px;
    }

    .stat-box h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color:#fff;
    }

    .stat-box span {
      font-size: 1.1rem;
    }
    
    .highlight_commit {
        color:#fff !important;
    }



	/*  */



	/* Container & Section Padding */
.about-sec-app {
    background-color: #fff;
    color: #344ead;
    padding-top: 60px;
	font-weight: 800;
    padding-bottom: 60px;
}

.common-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000;
}

.common-heading .text-second {
    color: #3a53b0;
}

.common-heading p {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
	margin-bottom: 20px;
}

/* CTA Card */
.cta-card {
    /* background: #fff; */
    padding: 30px;
    border-radius: 10px;
    text-align: left;
}

.cta-card h3 {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 30px !important;
}

.btn-outline.lnk {
    position: relative;
    padding: 10px 25px;
    border: 2px solid #3e57b1;
    color: #000;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-outline.lnk:hover {
    background-color: #344ead;
    color: #fff;
}

/* Funfact Section */
.funfact {
    margin-top: 30px;
}

.funfct {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px 15px;
	font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
    transition: transform 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.funfct img {
  display: block;
  margin: 0 auto 15px auto;
  max-width: 50px;
}

.funfct p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.services-cuntr-wrapper {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00c3ff;
}
/* Tilt Hover Effect (Optional Fallback for JS Tilt) */
.tilt-outer:hover .funfct {
    transform: scale(1.05);
}


/* service s */
.service_div_icon {
	padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.Why-Choose-Us22 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
/* Base Section Styles */
.service-section {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-color: #f9f9f9;
  font-family: 'Open Sans', sans-serif;
}

.service-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Section Heading */
.common-heading span {
  display: block;
    color: #344ead;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.common-heading h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1e1e2f;
}

/* Service Box Styles */
.wide-block {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wide-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.block-space- span {
    font-size: 15px;
    font-weight: 700;
    color: #060608;
    display: inline-block;
    margin-bottom: 10px;
}

.block-space- h4 {
    font-size: 25px;
    font-weight: 700;
    color: #344ead;
    margin-bottom: 15px;
}

.block-space- a {
  font-weight: 900;
    text-decoration: none;
    color: #0a0a0b;
    transition: color 0.3s ease;
    font-size: 18px;
}

.block-space- a:hover {
  color: #000;
}

.fa-icon {
  margin-left: 5px;
  font-size: 0.9rem;
}

/* Background Image Blocks (optional if using images or gradient styles) */
.service-img1,
.service-img2,
.service-img3,
.service-img4 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Example: Add your own background images here if desired */


/* CTA Button Section */
.-cta-btn {
  text-align: center;
}

.free-cta-title p {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.free-cta-title span {
  color: #3650ae;
  font-weight: 700;
}

.btn-main.bg-btn2 {
  background-color: #3650ae;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-block;
  transition: background 0.3s ease;
  text-decoration: none;
}

.btn-main.bg-btn2:hover {
  background-color: #007ca6;
  color: #fff;
}

.circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 50%;
}


.wide-block {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  gap: 20px;
}

.service-img img {
  display: block;
    /* max-height: 100px; */
    object-fit: contain;
    /* position: absolute; */
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 280px;
    background-position: right center;
    background-repeat: no-repeat;
}

/* end */


/* why choose s  */

.pad-tb {
  padding-top: 80px;
  padding-bottom: 80px;
  padding: 20px;
  padding-top: 40px !important;
}

.bg-gradient10 {
  background: linear-gradient(135deg, #9cb7e000 0%, #759ad36e 100%);
  color: #000;
}

.common-heading span {
  font-size: 14px;
  font-weight: 600;
  color: #3a53b0;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.common-heading h2 {
  font-size: 30px;
  font-weight: 700;
  color: #344ead;
  margin-bottom: 20px;
  line-height: 1.4;
}
.markating_compy strong{
    color:#344ead;
}
.text-second {
  color: #344ead;
}

.text-bold {
  font-weight: 700;
}

.itm-media-object .media {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.img-ab- img {
  width: 60px;
  height: 60px;
}

.media-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 10px;
}

.media-body p {
  color: #000;
  font-size: 15px;
}


.single-image img {
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}


.cta-card {
  padding: 30px 25px;
  color: #000;
}

.cta-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-card p {
  font-size: 15px;
  color: #000;
}

.cta-card .btn-outline {
  display: inline-block;
  border: 2px solid #344ead;
  color: #344ead;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.cta-card .btn-outline:hover {
  background: #344ead;
  color: #fff;
}

.btn-outline .circle {
  display: inline-block;
  margin-left: 10px;
}

/* === Responsive Tweaks === */
@media (max-width: 767.98px) {
  .common-heading h2 {
    font-size: 24px;
  }
  .cta-card {
    padding: 20px;
  }
}


/* why choose end */

.footer_social {
    display: inline-flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 0px 0;
}

.footer_social a {
  display: inline-block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer_social a img {
  width: 30px;  /* Adjust size as needed */
  height: auto;
  display: block;
}

.footer_social a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}


/*footer social s*/



.footer_social h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

/*.footer_social a {*/
/*  display: inline-block;*/
/*  margin: 0 10px;*/
/*  transition: transform 0.3s ease, opacity 0.3s ease;*/
/*}*/

.footer_social a img {
  width: 32px;
  height: 32px;
  display: block;
}

.footer_social a:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/**/

.common-heading {
    padding:20px;
}


/* Page Title Area Section */
.page-title-area-section {
    padding: 60px 0;
    background-color: #f7f7f7;
    position: relative;
    z-index: 1;
}

.page-title-area {
    text-align: center;
}

.page-title-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin-top: 70px;
    margin-bottom: 30px;
}

.page-title-content ul li {
    margin: 0 5px;
    color: #fff;
}

.page-title-content ul li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-title-content ul li a:hover {
    color: #fff;
}

.page-title-content ul li i {
    font-size: 18px;
    color: #999;
}

/* Optional: Background image or gradient (if desired) */
.page-title-area-section::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(52 78 173), rgb(90 111 187));
    z-index: -1;
}


.partner_image_logo {
  max-width: 100%; 
  overflow: hidden; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Styling for the image itself */
.partner_image_logo img {
  width: 100%; 
  height: auto; 
  object-fit: contain; 
  padding: 15px;
}

.our_partner_div {
	background-color: #f8f9fa;
	padding: 80px 0;
}




/* General Form Styling */
form {
    padding: 20px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Label Styling */
form .form-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

/* Input Field Styling */
form .form-control {
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
}

form .form-control:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 86, 179, 0.4);
}

/* Error Message Styling */
form .error {
    font-size: 12px;
    color: #e74c3c;
    padding-top: 5px;
}

/* Button Styling */
form .btn {
    border-radius: 4px;
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    background-color: #007bff;
    color: #fff;
    border: none;
    transition: all 0.3s ease;
}

form .btn:hover {
    background-color: #0056b3;
}

/* Captcha Section */
#captcha-container img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px 0;
}

#captcha-container a {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
}

#captcha-container a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    form {
        padding: 15px;
    }

    .form-label {
        font-size: 12px;
    }

    .form-control {
        font-size: 13px;
    }

    .btn {
        font-size: 14px;
    }
}



/* Custom styles for separator and title */

.chooseus-sec{
	background: linear-gradient(90deg,rgba(19, 92, 168, 1) 0%, rgba(255, 255, 255, 0.92) 77%, rgba(255, 255, 255, 0.6) 100%);
}
.edgtf-section-title {
  font-size: 40px;
  font-weight: bold;
  color: #333;
}

.edgtf-section-highlighted {
  color: #435AB2;
  font-weight: 700;
}

.edgtf-separator {
  height: 2px;
  background-color: #435AB2;
  margin: 20px auto;
  width: 235px;
}

.edgtf-section-subtitle {
    font-size: 14px;
    color: #000;
    margin-bottom: 30px;
    font-style: italic;
}

.emoji{
	width: 20px;
}

.Registered_Officess{
	color: #344ead !important;
    font-size: 22px;
    margin-bottom: 10px;
}

.wpb_content_element p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 25px;
 }

/* Add custom styles for button and section */
.cta-section-main {
   background-color: #344ead;
   padding: 80px 0; 
}

.cta-section-main h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 40px !important;
}

.cta-section-main p {
    font-size: 15px;
	margin-bottom: 40px !important;

}
.wpb_content_element {
	padding: 0px 15px 15px 15px;
}
.main-banner-button .btn {
    font-size: 18px;
    padding: 15px 30px;
    background-color: #6f96d1;
    border-radius: 50px;
    text-transform: uppercase;
}

.main-banner-button .btn:hover {
    background-color: #6f96d1;
}


.custom-space {
  height: 15px;
}

.vc-zigzag-wrapper{
	margin-top: 25px;
}


.for_job_adress h4 {
	font-size: 20px;
    color: #435AB2;
    margin-bottom: 10px;
}


.footer-top {
	padding-left: 20px;
	padding-right: 20px;
}


/*  */

.benefitswrapper h4 {
  font-size: 20px;
    margin-top: 10px;
    color: #344ead;
    margin-bottom: 15px;
}

.benefitswrapper p {
  font-size: 14px;
  color: #000;
  line-height: 27px;
}

.benefitswrapper img {
  display: block;
  margin: 0 auto;
}


/*  */

/*  */

.chooseus-left {
  /* background-color: #344ead; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 43px;
}

.chooseus-number {
  font-size: 48px;
  font-weight: 700;
  color: #1f64ac;
  display: inline-block;
  margin-bottom: 15px;
}

.chooseus-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  
}
.chooseus-left h2{
	color: #fff !important;
    font-size: 30px;
    line-height: 37px;
}

.chooseus-card p {
  font-size: 14px;
  color: #000;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  font-size: 20px;
  pointer-events: all;
  color: #333;
}

.owl-nav button:hover {
  background: #eee;
}

.benefits-section {
	padding: 80px 0;
}




/*  */



.chooseus-sec .owl-nav button.owl-prev {
    left: -37px;
    z-index: -1000;
    background: #ffffff !important;
}
.chooseus-sec .owl-nav button.owl-next {
    right: -35px;
	 z-index: -1000;
    background: #ffffff !important;
}
.chooseus-sec .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    background: transparent;
    border: none;
}

.chooseus-sec .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    background: transparent;
    border: none;
}


.chooseus-sec {
	padding: 80px 0;
}

.btn-main.bg-btn2 a{
	color: #fff;
}


/*  */

.faq-section-services h3 {
  font-weight: bold;
  color: #333;
  text-align: center;
}

.accordion-button {
  background-color: #f8f9fa;
  color: #000;
  font-weight: 600;
  font-size: 17px;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #000;
  font-size: 17px;
}

.accordion-body {
  background-color: #fff;
  font-size: 14px;
  color: #000 !important;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 5px;
}

.faq-section-services {
	padding: 80px 0;
}



.Website_Designin_sec {
    padding: 80px 0;
    background-color: #f9f9f9; /* Light gray background */
}

.website_images_inner_page img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 45px;
	padding: 25px;
}

.website_content_inner_page {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.website_content_inner_page h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #435bb3;
}

.website_content_inner_page p {
    font-size: 14px;
    line-height: 1.7;
    color: #000;
}

.website_content_inner_page h2{
	font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
	margin-top: 15px;
}
.website_content_inner_page h3{
	color: #0b1d61;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 10px;
}

.website_content_inner_page h4{
	color: #0b1d61;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
.website_content_inner_page p{
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	color: #000;
}

ul.checklist {
    list-style: disc;
    padding-left: 20px;
    color: #000;
	margin-top: 0px;
}

ul.checklist li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}



.tools-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 8px;
}

.tools-list li {
  padding-left: 0;
  margin-bottom: 0px;
  font-size: 14px;
  color: #000;
}


.menu-item-has-children ul {
  padding-left: 0px;
}

.menu-item-has-children a {
  cursor: pointer;
}

.offcanvas_main_menu li a i{
	float: right
}


/* index page images secs  */

    .port-box {
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      cursor: pointer;
    }

    .port-box img {
      width: 100%;
      height: auto;
      display: block;
      transition: transform 0.5s ease;
    }

    .port-box:hover img {
      transform: scale(1.1);
    }

    .port-box-items {
      position: absolute;
      font-weight: 800;
      font-size: 30px;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: all 0.4s ease;
      text-align: center;
      padding: 20px;
	  color: #fff !important;
    }

    .port-box:hover .port-box-items {
      opacity: 1;
      visibility: visible;
    }

    .port-box-items h2 {
      color: white;
      font-size: 1.5rem;
      font-weight: 600;
      margin: 0;
    }

    @media (max-width: 767px) {
      .port-box-items h2 {
        font-size: 1.1rem;
      }
    }
/* end */