*{margin: 0;
padding: 0;
box-sizing: border-box;}

body{
         font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#888;
	 line-height: 1.6;
	

}
  



/* Scroll page up */
#scrollUp {
	bottom: 15px;
	right: 15px;
	padding: 10px 20px;
	background: #1a76d1;
	color: #fff;
	font-size: 25px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	padding: 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px #00000026;
}
#scrollUp:hover{
	background:#2C2D3F;
}

/*===================
	Start Header CSS 
=====================*/
.header{
	background-color:#fff;
	position:relative;
}
.header .navbar-collapse{
	padding:0;
}
/* Topbar */
.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
	color: #fff;
}

#note {
    width: 500px;
    overflow: hidden;

}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


.header .top-link li{
	display:inline-block;
	margin-right:15px;
}
.header .top-link li:last-child{
	margin-right:0px;
}
.header .top-link li a{
	color:#0ca3c8;
	font-size:14px;
	font-weight:600;
	text-decoration: none;
}
.header .top-link li:hover a{
	color:white;}
.header .top-contact{
	float:right;
}
.header .top-contact li{
	display:inline-block;
	margin-right:25px;
	color:#0ca3c8;
	font-weight: 600;
}
.header .top-contact li:last-child{
	margin-right:0;
}
.header .top-contact li a{
	font-size:14px;
}
.header .top-contact li a:hover{
	color:white;
}
.header .top-contact li i{
	color:white;
	margin-right:8px;
}
.header .header-inner {
	background:#fff;
	z-index:999;
	width:100%;
}
.get-quote{
	margin-top:12px;
}
.get-quote .btn{
	color:#fff;
}
.header .logo {
	float: left;
	margin-top: 10px;
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	margin: 0;
	height: 0px;
	min-height: 0px;
}
.header .nav li{
	margin-right:-10px;
    float: left;
	position:relative;
}
.header .nav li:last-child{
	margin:0;
}
.header .nav li a {
	color: #2C2D3F;
	font-size: 14px;
	font-weight: 500;
	text-transform:uppercase;
	padding: 25px 20px;
	position: relative;
	display: inline-block;
	position:relative;
}
.header .nav li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 3px;
	width:0%;
	background: #0ca3c8;
	border-radius: 5px 5px 0 0;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .nav li.active a:before{
	opacity:1;
	visibility:visible;
	width: 100%;
}
.header .nav li.active a{
	text-decoration: none;
}
.header .nav li:hover a:before{
	opacity:1;
	width: 100%;
	visibility:visible;
}
.header .nav li:hover a{
	color:#0ca3c8;
}
.header .nav li a i {
	display: inline-block;
	margin-left: 1px;
	font-size: 13px;
}
/* Middle Header */
.header.style2 .header-inner {
	border-top: 1px solid #eee;
}
.header.style2 .logo {
	margin-top:6px;
}
.header .middle-header {
	background: #fff;
	padding: 20px 0px;
}
.header .widget-main{
	float:right;
}
.header.style2 .get-quote {
	margin-top: 0;
}
.header .single-widget {
	position: relative;
	float: left;
	margin-right: 30px;
	padding-left: 55px;
}
.header .single-widget:last-child{
	margin:0;
}
.header .single-widget .logo{
	margin:0;
	padding:0;
	margin-top: 5px;
}
.header .single-widget i {
	position: absolute;
	left: 0;
	top: 6px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	color: #fff;
	background: #1A76D1;
	border-radius: 4px;
	text-align: center;
	font-size: 15px;
}
.header .single-widget h4 {
	font-size: 15px;
	font-weight: 500;
}
.header .single-widget p {
	margin-bottom: 5px;
	text-transform: capitalize;
}
.header .single-widget.btn{
	margin-left:0;
}
/* Dropdown Menu */
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left:-20px;
	top: 100%;
	z-index: 999;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 3px 5px #3333334d;
	transform-origin: 0 0 0;
	transform: scaleY(0.2);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
	top: 74px;
	border-left:3px solid #2889e4;
}
.header .nav li:hover .dropdown{
	opacity:1;
	visibility:visible;
	transform:translateY(0px);
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
	border-bottom:1px dashed #eee;
}
.header .nav li .dropdown li:last-child{
	border:none;
}
.header .nav li .dropdown li a {
	padding: 12px 15px;
	color: #414141;
	display: block;
	font-weight: 400;
	text-transform: capitalize;
	background: transparent;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .nav li .dropdown li a:before{
	display:none;
}
.header .nav li .dropdown li:last-child a{
	border-bottom:0px;
	
}
.header .nav li .dropdown li:hover a{
		color: #414141;

}
.header .nav li .dropdown li a:hover{
	border-color:transparent;
	color:#0a85ab;
}
/* Right Bar */
.header.style2 .main-menu{
	display:inline-block;

}
.header .right-bar {
	float: right;
}
.header .right-bar {
	padding-top:20px;
}
.header .right-bar {
	display: inline-block;
}
.header .right-bar a {
	color: #fff;
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #1a76d1;
	border-radius: 4px;
	display: block;
	font-size: 12px;
}
.header .right-bar li a:hover{
	color:#fff;
	background:#27AE60;
}
.header .search-top.active .search i:before{
	content:"\eee1";
	font-size:15px;
}

/* Header Sticky */
.header.sticky .header-inner{
	position:fixed;
	z-index:999;
	top:0;
	left:0;
	bottom:initial;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	animation: fadeInDown 0.5s both 0.1s;
	box-shadow:0px 0px 13px #00000054;
}
/*=========================
	End Header CSS
===========================*/

/*===========================
	Start Hero Area CSS
=============================*/
.slider .single-slider {
	height: 600px;
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
}
.slider .single-slider .text{
	margin-top:120px;
}
.slider.index2 .single-slider .text{
	margin-top:150px;
}
.slider .single-slider h1 {
	color: #2C2D3F;
	font-size: 38px;
	font-weight: 700;
	margin: 0;
	padding: 0;
	line-height: 42px;
}
.slider .single-slider h1 span{
	color:#254ff9;
}
.slider .single-slider p {
	color: #2C2D3F;
	margin-top: 27px;
	font-weight: 400;
}
.slider .single-slider .button{
	margin-top:30px;
}
.slider .single-slider .btn{
	color:#fff;
	background:#ec08ca;
	
	font-weight:500;
	display:inline-block;
	margin:0;
	margin-right:10px;
}
.slider .single-slider .btn:last-child{
	margin:0;
}
.slider .single-slider .btn.primary{
	background:#ec08ca;
	color:#fff;
}
.slider .single-slider .btn.primary:before{
	background:#1A76D1;
}
.slider .owl-carousel .owl-nav {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
	margin-top:-25px;
}
.slider .owl-carousel .owl-nav div {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: #1391af;
	color: #fff;
	font-size: 26px;
	position: absolute;
	margin: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	padding: 0;
	border-radius: 50%;
}
.slider .owl-carousel .owl-nav div:hover{
	background:#2C2D3F;
	color:#fff;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-prev{
	left:20px;
}
.slider .owl-carousel .owl-controls .owl-nav .owl-next{
	right:20px;
}

/* Slider Animation */
.owl-item.active .single-slider h1{
    animation: fadeInUp 1s both 0.6s;
}
.owl-item.active .single-slider p{
    animation: fadeInUp 1s both 1s;
}
.owl-item.active .single-slider .button{
    animation: fadeInDown 1s both 1.5s;
}
/*===========================
	End Hero Area CSS
=============================*/




/*========================
	Start Error 404 CSS
==========================*/ 
.error-page {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.error-page .error-inner {
	display: inline-block;
}
.error-page .error-inner h1 {
	font-size: 140px;
	text-shadow: 3px 5px 2px #3333;
	color: #1A76D1;
	font-weight: 700;
}
.error-page .error-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
}
.error-page .error-inner p {
	padding: 20px 15px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
}
.error-page .search-form input {
	width: 400px;
	height: 50px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	border-radius: 5px;
	display: inline-block;
	margin-right: 10px;
	font-weight:400;
	font-size:14px;
}
.error-page .search-form input:hover{
	padding-left:35px;
}
.error-page .search-form .btn {
	width: 80px;
	height: 50px;
	border-radius: 5px;
	cursor: pointer;
	background: #1A76D1;
	display: inline-block;
	position: relative;
	top: -2px;
}
.error-page .search-form .btn i{
	font-size:16px;
}
/*========================
	End Error 404 CSS
==========================*/ 

/*===========================
	Start Mail Success CSS
=============================*/ 
.mail-seccess {
	text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #1A76D1;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
/*===========================
	End Mail Success CSS
=============================*/ 

/*=========================
	Start Newsletter CSS
===========================*/  
.newsletter{
	background:#EDF2FF;
}

.newsletter .subscribe-text h6{
	font-size:22px;
	margin-bottom:10px;
	color:#2C2D3F;
}

.newsletter .subscribe-form{
	position:relative;
}
.newsletter .common-input {
	height: 60px;
	width: 300px;
	border: none;
	color: #333;
	box-shadow: none;
	text-shadow: none;
	border-radius: 5px;
	padding: 0px 25px;
	font-weight: 500;
	font-size: 14px;
	background: #fff;
	font-weight:400;
}
.newsletter .btn {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding: 0;
	width: 180px;
	position: relative;
	top: -2px;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: 0px 5px 15px rgba(188, 199, 255, 0.75);
}
.newsletter .btn:before{
	border-radius: 5px;
}
.newsletter .button:hover{
	box-shadow:none;
}


/*===============================
	Start Doctor Calendar CSS
=================================*/
.doctor-calendar-area {
  position: relative;
  z-index: 1;
}
/*=========================
	

/*=========================
	Start Footer CSS
===========================*/
.footer{
	position:relative;
}
.footer .footer-top{
	padding:100px 0px;
	position:relative;
	background:#1A76D1;
}
.footer .footer-top:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.1;
}

.footer .single-footer .social{
	margin-top:25px;
}
.footer .single-footer .social li{
	display:inline-block;
	margin-right:10px;
}
.footer .single-footer .social li:last-child{
	margin-right:0px;
}
.footer .single-footer .social li a {
	height: 34px;
	width: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	text-align: center;
	padding: 0;
	border-radius: 100%;
	display: block;
	color:#fff;
	font-size: 16px;
}
.footer .single-footer .social li a:hover{
	color:#1A76D1;
	background:#fff;
	border-color:transparent;
}


.footer .single-footer.f-link li a i{
	margin-right:10px;
}
.footer .single-footer.f-link li{
	display:block;
	margin-bottom:12px;
}
.footer .single-footer.f-link li:last-child{
	margin:0;
}
.footer .single-footer.f-link li a {
	display: block;
	color: #fff;
	text-transform: capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
}
.footer .single-footer.f-link li a:hover{
	padding-left:8px;
}
.footer .single-footer h2{
	color:#fff;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:40px;
	padding-bottom:20px;
	text-transform:capitalize;
	position:relative;
}
.footer .single-footer h2::before{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	height: 3px;
	width: 50px;
	background: #fff;
}
.footer .single-footer .time-sidual{
	margin-top:15px;
}
.footer .single-footer .time-sidual{
	overflow:hidden;
}
.footer .single-footer .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 5px;
}
.footer .single-footer .time-sidual li span{
	display:inline-block;
	
}
.footer .single-footer .day-head .time {
	font-weight: 400;
	float: right;
}
.footer .single-footer p{
	color:#fff;
}
.footer .single-footer .newsletter-inner{
	margin-top:20px;
	position:relative;
}
.footer .single-footer .newsletter-inner input {
	background: transparent;
	border: 1px solid #fff;
	height: 50px;
	line-height: 42px;
	width: 100%;
	margin-right: 15px;
	color: #fff;
	padding-left: 18px;
	padding-right: 70px;
	display: inline-block;

	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 400;
	border-radius: 5px;
}
.footer .single-footer .newsletter-inner input:hover{
	padding-left: 22px;
}
.footer input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}
.footer .single-footer .newsletter-inner .button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 50px;
	background: #fff;
	border-left: 1px solid #fff;
	text-shadow: none;
	box-shadow: none;
	display: inline-block;
	border-radius: 0px;
	border: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
	color: #1A76D1;
	font-size: 25px;
}
.footer .single-footer .newsletter-inner .button i{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .single-footer .newsletter-inner .button:hover i{
	color:#2C2D3F;
}
.footer .copyright{
	background:#1A76D1;
	padding:25px 0px 25px 0px;
	text-align:center;
}
.footer .copyright .copyright-content p{
	color:#fff;
}
.footer .copyright .copyright-content p a{
	color:#fff;
	font-weight:400;
	text-decoration:underline;
	display:inline-block;
	margin-left:4px;
}
/*=========================
	End Footer CSS
===========================*/




/*--------------------sevice section --------------*/
.section-services {
	font-family: "Poppins", sans-serif;
	background-color: #e6edf7;
	color: #202020;
	padding-top: 115px;
	  padding-bottom: 120px;
  }
  
  .section-services .header-section {
	margin-bottom: 34px;
  }
  
  .section-services .header-section .title {
	position: relative;
	  padding-bottom: 14px;
	  margin-bottom: 25px;
	font-weight: 700;
	  font-size: 32px;
  }
  
  .section-services .header-section .title:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 3px;
	background-color: #005f9f;
	  border-radius: 3px;
  }
  
  .section-services .header-section .title:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	  transform: translateX(30px);
	width: 10px;
	height: 3px;
	background-color: #504f93;
	  border-radius: 3px;
  }
  
  .section-services .header-section .description {
	font-size: 14px;
	  color: #282828;
  }
  
  .section-services .single-service {
	  position: relative;
	  margin-top: 30px;
	  background-color: #fff;
	  border-radius: 10px;
	  padding: 40px 30px;
	  overflow: hidden;
  }
  
  .section-services .single-service .content {
	position: relative;
	z-index: 20;
  }
  
  .section-services .single-service .circle-before {
	  position: absolute;
	  top: 0;
	  right: 0px;
	  transform: translate(40%, -40%);
	  width: 150px;
	  height: 150px;
	  background-color: #0d91b3;
	  border: 6px solid #504f93;
	  border-radius: 50%;
	  opacity: 0.5;
	  z-index: 10;
	  transition: all .6s;
  }
  
  .section-services .single-service:hover .circle-before {
	width: 100%;
	height: 100%;
	transform: none;
	border: 0;
	border-radius: 0;
	opacity: 1;
  }
  
  .section-services .single-service .icon {
	display: inline-block;
	margin-bottom: 26px;
	  width: 70px;
	  height: 70px;
	  background-color: #0d91b3;
	  border-radius: 5px;
	  line-height: 70px;
	  text-align: center;
	  color: #fff;
	  font-size: 30px;
	  transition: all .3s;
  }
  
  .section-services .single-service:hover .icon {
	background-color: #7fd857;
	color: #0d91b3;
  }
  
  .section-services .single-service .title {
	  margin-bottom: 18px;
	font-weight: 700;
	  font-size: 23px;
	  transition: color .3s;
  }
  
  .section-services .single-service:hover .title {
	color: #fff;
  }
  
  .section-services .single-service .description {
	  margin-bottom: 20px;
	  font-size: 14px;
	  transition: color .3s;
	  text-align:justify ;
  }
  
  .section-services .single-service:hover .description {
	color: #fff;
  }
  
  .section-services .single-service a {
	position: relative;
	font-size: 18px;
	  color: #202020;
	  text-decoration: none;
	  font-weight: 500;
	  transition: color .3s;
  }
  
  .section-services .single-service:hover a {
	color: #fff;
  }
  
  .section-services .single-service a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #ff4500;
	transition: background-color .3s;
  }
  
  .section-services .single-service:hover a:after {
	background-color: #fff;
  }

/*=------------------------------------service end----------- */

  
/* p<age-----------------------------------------*/


html {
	scroll-behavior: smooth;
  }
  
  ::-webkit-scrollbar {
	width: 6px;
  }
  
  ::-webkit-scrollbar-track {
	background: #f1f1f1;
  }
  
  .loader_bg {
	position: fixed;
	z-index: 9999999;
	background: #fff;
	width: 100%;
	height: 100%;
  }
  
  .loader {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .loader img {
	width: 280px;
  }
  
  ::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background: linear-gradient(135deg, #f57308, #fff, rgb(11, 242, 7));
  }
  
  ::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(135deg, #1a6ad2, #fff, rgb(245, 5, 53));
  }
  
  /*  Simillar  */
  
  section {
	padding: 10px 0;
  }
  
  .max-width {
	max-width: 1300px;
	padding: 0 80px;
	margin: auto;
  }
  
  .about,
  .services,
  .skills,
  .projects,
  .contact,
  footer {
	font-family: "Poppins", sans-serif;
  }
  
  .about .about-content,
  .services .serv-content,
  .skills .skills-content,
  .contact .contact-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
  }
  
  section .title {
	position: relative;
	text-align: center;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 60px;
	padding-bottom: 20px;
	font-family: "Ubuntu", sans-serif;
  }
  
  section .title::before {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 50%;
	width: 180px;
	height: 3px;
	transform: translateX(-50%);
  }
  
  section .title::after {
	position: absolute;
	bottom: -8px;
	left: 50%;
	font-size: 20px;
	color: #1e3551;
	padding: 0 5px;
	transform: translateX(-50%);
  }
  
  /*  Navbar  */
  .navbar {
	position: fixed;
	width: 100%;
	z-index: 999;
	padding: 30px 0;
	font-family: "Ubuntu", sans-serif;
	transition: all 0.3s ease;
  }
  
  .navbar.sticky {
	padding: 15px 0;
	background: #1e3551;
  }
  
  .navbar .max-width {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .navbar .logo a {
	color: #fff;
	font-size: 35px;
	font-weight: 600;
  }
  
  /*  Nav Logo Span Linear-Gradient  */
  .navbar .logo a span {
	background: linear-gradient(135deg, #041d3d, #fff, crimson);
--webkit-background-clip: text;
--webkit-text-fill-color: transparent;
	transition: all 0.3s ease;
  }
  
  .navbar.sticky .logo a span {
	color: #fff;
  }
  
  .navbar .menu li {
	list-style: none;
	display: inline-block;
  }
  
  .navbar .menu li a {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-left: 25px;
	transition: color 0.3s ease;
  }
  
  .navbar .menu li a:hover {
	color: #1e3551;
  }
  
  .navbar.sticky .menu li a:hover {
	color: #fff;
  }
  
  
  
  /*  -------------About---------------------  */

  a,
  a:hover,
  a:focus,
  a:active {
	  text-decoration: none;
	  outline: none;
  }
  
  a,
  a:active,
  a:focus {
	  color: #0f0e0e;
	  text-decoration: none;
	  transition-timing-function: ease-in-out;
	  -ms-transition-timing-function: ease-in-out;
	  -moz-transition-timing-function: ease-in-out;
	  -webkit-transition-timing-function: ease-in-out;
	  -o-transition-timing-function: ease-in-out;
	  transition-duration: .2s;
	  -ms-transition-duration: .2s;
	  -moz-transition-duration: .2s;
	  -webkit-transition-duration: .2s;
	  -o-transition-duration: .2s;
  }
  
  /*ul {*/
	 /* margin: 0;*/
	 /* padding: 0;*/
	 /* list-style: none;*/
  /*}*/
  img {
max-width: 100%;
height: auto;
}
  section {
	  padding: 10px 0;
	 /* min-height: 100vh;*/
  }

.sec-title{
position:relative;
z-index: 1;
margin-bottom:60px;
}

.sec-title .title{
text-align: justify;	
position: relative;
display: block;
font-size: 40px;
line-height: 24px;
color: #0d91b3;
font-weight: 300;
margin-bottom: 15px;


}

.sec-title h2{
position: relative;
display: block;
font-size:40px;
line-height: 1.28em;
color: #222222;
font-weight: 600;
padding-bottom:18px;
}

.sec-title h2:before{
position:absolute;
content:'';
left:0px;
bottom:0px;
width:50px;
height:3px;
background-color:#d1d2d6;
}

.sec-title .text{
position: relative;
font-size: 16px;
line-height: 26px;
color: #848484;
font-weight: 400;
margin-top: 35px;
text-align: justify;
}

.sec-title.light h2{
color: #ffffff;
}

.sec-title.text-center h2:before{
left:50%;
margin-left: -25px;
}

.list-style-one{
position:relative;
}

.list-style-one li{
position:relative;
font-size:16px;
line-height:26px;
color: #0f0f0f;
font-weight:400;
padding-left:35px;
margin-bottom: 12px;
}

.list-style-one li:before {
content: "\f058";
position: absolute;
left: 0;
top: 0px;
display: block;
font-size: 18px;
padding: 0px;
color: #ff2222;
font-weight: 600;
-moz-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1.6;
font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
color: #44bce2;
}

.btn-style-one{
position: relative;
display: inline-block;
font-size: 17px;
line-height: 30px;
color: #ffffff;
padding: 10px 30px;
font-weight: 600;
overflow: hidden;
letter-spacing: 0.02em;
background-color: #00aeef;
}

.btn-style-one:hover{
background-color: #0d91b3;
color: #ffffff;
}
.about-section{
position: relative;
padding: 120px 0 70px;
}

.about-section .sec-title{
margin-bottom: 45px;
}

.about-section .content-column{
position: relative;
margin-bottom: 50px;
}

.about-section .content-column .inner-column{
position: relative;
padding-left: 30px;
}

.about-section .text{
margin-bottom: 20px;
font-size: 16px;
line-height: 26px;
color: #060606;
font-weight: 400;
text-align: justify;
}

.about-section .list-style-one{
margin-bottom: 45px;
}

.about-section .btn-box{
position: relative;
}

.about-section .btn-box a{
padding: 15px 50px;
}

.about-section .image-column{
position: relative;
}

.about-section .image-column .text-layer{
position: absolute;
right: -110px;
top: 50%;
font-size: 325px;
line-height: 1em;
color: #ffffff;
margin-top: -175px;
font-weight: 500;
}

.about-section .image-column .inner-column{
position: relative;
padding-left: 80px;
padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
position: absolute;
bottom: 16px;
z-index: 1;
background: orange;
padding: 10px 15px;
left: 96px;
width: calc(100% - 152px);
border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
font-size: 21px;
letter-spacing: 1px;
text-align: center;
color: #fff;
margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
font-size: 16px;
letter-spacing: 6px;
text-align: center;
color: #fff;
display: block;
font-weight: 400;
}
.about-section .image-column .inner-column:before{
content: '';
position: absolute;
width: calc(50% + 80px);
height: calc(100% + 160px);
top: -80px;
left: -3px;
background: transparent;
z-index: 0;
border: 44px solid #0d91b3;
}

.about-section .image-column .image-1{
position: relative;
}
.about-section .image-column .image-2{
position: absolute;
left: 0;
bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
box-shadow: 0 30px 50px rgba(8,13,62,.15);
border-radius: 46px;

}

@keyframes my {
	from {left: 0px;}
	to {left: 200px;}
  }

.about-section .image-column .video-link{
position: absolute;
left: 70px;
top: 170px;
}

.about-section .image-column .video-link .link{
position: relative;
display: block;
font-size: 22px;
color: #191e34;
font-weight: 400;
text-align: center;
height: 100px;
width: 100px;
line-height: 100px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 0 30px 50px rgba(8,13,62,.15);
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
background-color: #191e34;
color: #ffff}

  /*--------------About end ------------- */

 /* Project detail */
 .wrapper {
  width: 100%;
  overflow: hidden;
}
.photobanner {
  position: relative;
  height: 300px;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}

.photobanner img {
  margin: 0px 25px;
  box-shadow: 2px 2px 8px #8a8a8a;
  border: 5px solid #366def;
  border-radius: 20px;
  width: 25vw;
}

.photobanner {
  animation: bannermove 50s linear infinite alternate-reverse;
}

@keyframes bannermove {
  from {
    left: 0px;
  }
  to {
    left: -2700px;
  }
}


 /* End Project detail */



  /*  Contact page   */
 

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
 #contact {
      padding: 60px 20px;
      background: #fff;
    }

    .contact-wrapper {
      display: flex;
      flex-wrap: wrap;
      max-width: 1140px;
      margin: 0 auto;
      gap: 40px;
    }

    .contact-info, .form-wrapper {
      flex: 1;
      min-width: 300px;
    }

    .contact-info h2 {
      margin-bottom: 20px;
      color: #2575fc;
    }

    .info_box .inner {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .info_box .icon {
      margin-right: 15px;
      font-size: 20px;
      color: #2575fc;
    }

    .info_box a {
      color: #333;
      text-decoration: none;
    }

    .form-wrapper form {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .form-wrapper input, .form-wrapper textarea {
      width: 100%;
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 5px;
      font-size: 16px;
    }

    .form-wrapper textarea {
      resize: none;
    }

    .form-group img {
      display: block;
      margin-top: 10px;
    }


    @media (max-width: 768px) {
      .contact-wrapper {
        flex-direction: column;
      }
    }
	.form-wrapper form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.form-row.full {
  flex-direction: column;
}

.form-row input,
.form-row textarea {
  flex: 1;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

textarea {
  resize: none;
}



.captcha-row {
  flex-direction: column;
}

.captcha-img {
  display: flex;
  align-items: center;
  gap: 15px;
}

.send-btn {
  background-color: #2575fc;
  color: white;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.send-btn:hover {
  background-color: #1a5edb;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}
  
/* ---------------------------end contact-------------------------------- */
  /* Social Media Icons */
  .social-media-list {
	position: relative;
	font-size: 22px;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
  }
  
  .social-media-list li a {
	color: #fff;
  }
  
  .social-media-list li {
	position: relative; 
	display: inline-block;
	height: 60px;
	width: 60px;
	margin: 10px 3px;
	line-height: 60px;
	border-radius: 50%;
	color: #fff;
	background-color:#373333;
	cursor: pointer; 
	transition: all .2s ease-in-out;
  }
  
  .social-media-list li:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	opacity: 0;
	box-shadow: 0 0 0 1px #fff;
	transition: all .2s ease-in-out;
  }
  
  .social-media-list li:hover {
	background-color: #fff; 
  }
  
  .social-media-list li:hover:after {
	opacity: 1;  
	transform: scale(1.12);
	transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65);
  }
  
  .social-media-list li:hover a {
	color: #000;
  }
  
  
  hr {
	border-color: rgba(60, 57, 57, 0.6);
  }
  
  /* Begin Media Queries*/
  @media screen and (max-width: 850px) {
	.contact-wrapper {
	  display: flex;
	  flex-direction: column;
	}
	.direct-contact-container, .form-horizontal {
	  margin: 0 auto;
	}  
	
	.direct-contact-container {
	  margin-top: 60px;
	  max-width: 300px;
	}    
	.social-media-list li {
	  height: 60px;
	  width: 60px;
	  line-height: 60px;
	}
	.social-media-list li:after {
	  width: 60px;
	  height: 60px;
	  line-height: 60px;
	}
  }
  
  @media screen and (max-width: 569px) {
  
	.direct-contact-container, .form-wrapper {
	  float: none;
	  margin: 0 auto;
	}  
	.form-control, textarea {
	  
	  margin: 0 auto;
	}
   
	
	.name, .email, textarea {
	  width: 280px;
	} 
	
	.direct-contact-container {
	  margin-top: 60px;
	  max-width: 280px;
	}  
	.social-media-list {
	  left: 0;
	}
	.social-media-list li {
	  height: 55px;
	  width: 55px;
	  line-height: 55px;
	  font-size: 2rem;
	}
	.social-media-list li:after {
	  width: 55px;
	  height: 55px;
	  line-height: 55px;
	}
	
  }
  
  @media screen and (max-width: 410px) {
	.send-button {
	  width: 99%;
	}
  }


  /*  contact page end  */

  

  
  /*  Footer  */
footer {
	background: #1A76D1;
	padding: 6px 16px;
	color: #888c8d;
	text-align: center;
  }
  
  footer span a {
	color: #1e3551;
	text-decoration: none;
  }
  
  footer span a:hover {
	text-decoration: underline;
  }
  

 
  
  /*  Media Query  */
  @keyframes pulsate {
	0% {
	  box-shadow: 0 0 25px #888e8d, 0 0 50px #1e3551;
	}
  }
  
  @media (max-width: 1104px) {
	.about .about-content .left img {
	  height: 350px;
	  width: 350px;
	}
	section .title::after {
	  bottom: -8px;
	  font-size: 16px;
	}
  }
  
  @media (max-width: 991px) {
	.social-menu ul li a {
	  left: 114px;
	}
  }
  
  @media (max-width: 947px) {
	.menu-btn {
	  display: block;
	  z-index: 999;
	}
	.menu-btn i.active:before {
	  content: "\f00d";
	}

	.home .home-content .text-2 {
	  font-size: 70px;
	}
	.home .home-content .text-3 {
	  font-size: 35px;
	}
	.home .home-content a {
	  font-size: 23px;
	  padding: 10px 30px;
	}
	.max-width {
	  max-width: 930px;
	}
	.about .about-content .column {
	  width: 100%;
	}
	.about .about-content .left {
	  display: flex;
	  justify-content: center;
	  margin: 0 auto 60px;
	}
	.about .about-content .right {
	  flex: 100%;
	}
	.services .serv-content .card {
	  width: calc(50% - 10px);
	  margin-bottom: 20px;
	}
	.skills .skills-content .column,
	.contact .contact-content .column {
	  width: 100%;
	  margin-bottom: 35px;
	}
  }
  
  @media (max-width: 690px) {
	.max-width {
	  padding: 0 23px;
	}
	.home .home-content .text-2 {
	  font-size: 60px;
	}
	.home .home-content .text-3 {
	  font-size: 32px;
	}
	.home .home-content a {
	  font-size: 20px;
	}
	.services .serv-content .card {
	  width: 100%;
	}
  }
  
  @media (max-width: 500px) {
	.home .home-content .text-2 {
	  font-size: 50px;
	}
	.home .home-content .text-3 {
	  font-size: 27px;
	}
	.about .about-content .right .text,
	.skills .skills-content .left .text {
	  font-size: 19px;
	}
	.contact .right form .fields {
	  flex-direction: column;
	}
	.contact .right form .name,
	.contact .right form .email {
	  margin: 0;
	}
	.right form .error-box {
	  width: 150px;
	}
	.scroll-up-btn {
	  right: 15px;
	  bottom: 15px;
	  height: 38px;
	  width: 35px;
	  font-size: 23px;
	  line-height: 38px;
	}
  }

  /* Project Title */
  .container-T {
    display: flex;
    align-items: center;
    justify-content: center;

}

.run {
    width: 50%;
    height: 3px;
    position: absolute;
}

.run-left {
    left: 0;
background-color: #00aeef;
    background: linear-gradient(90deg, transparent,#ec08ca);
    animation: animate1 4s forwards;
}

.run-right {
    right: 0;
    background: linear-gradient(270deg, transparent, #00aeef);
    animation: animate2 4s forwards;
}

.glow-title {
    color: black;
    margin-bottom: 100px;
    font-size: 70px;
    display: inline-block;
    position: relative;
}

.glow-letter {
    display: inline-block;
    position: relative;
    opacity: 0;
    letter-spacing:-15px;
}

.glow-left {
    animation: glowLeft 2s forwards;
}

.glow-right {
    animation: glowRight 2s forwards;
}

@keyframes animate1 {
    0% {
        left: -100%;
    }

    50%, 100% {
        left: 25%;
    }
}

@keyframes animate2 {
    0% {
        right: -100%;
    }

    50%, 100% {
        right: 25%;
    }
}

@keyframes glowLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
        text-shadow: none;
    }

    50% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: -2px 0 15px #7c00ff;
    }

    100% {
        opacity: 1;
        text-shadow: -2px 0 30px #00aeef, -2px 0 60px  #00aeef;
    }
}

@keyframes glowRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
        text-shadow: none;
    }

    50% {
        opacity: 1;
        transform: translateX(0);
        text-shadow: 2px 0 15px #ff00d3;
    }

    100% {
        opacity: 1;
        text-shadow: 2px 0 30px #ff00d3, 2px 0 60px #ff00d3;
    }
}

/* order button */
.order-btn{

	position: fixed;
	padding: 7px 12px;
    color: #fff;
    background-color: #012148;
    border-radius: 3px;
    font-size: 18px;
    right: -43px;
	top: 50%;
	float: right;
    z-index: 999;
	transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
	transform: rotate(90deg);
  }
  .popup-btn .a{
	text-decoration:none !important;
  }

  /* --------about page content--------------------------- */

.about-pic{
	height: 90%;
	width: vh;
	border: 4px solid blue;
}




  a,
  a:hover,
  a:focus,
  a:active {
	  text-decoration: none;
	  outline: none;
  }
  
  a,
  a:active,
  a:focus {
	  color: #070707;
	  text-decoration: none;
	  transition-timing-function: ease-in-out;
	  -ms-transition-timing-function: ease-in-out;
	  -moz-transition-timing-function: ease-in-out;
	  -webkit-transition-timing-function: ease-in-out;
	  -o-transition-timing-function: ease-in-out;
	  transition-duration: .2s;
	  -ms-transition-duration: .2s;
	  -moz-transition-duration: .2s;
	  -webkit-transition-duration: .2s;
	  -o-transition-duration: .2s;
  }
  
  ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
  }
  img {
max-width: 100%;
height: auto;
}
span, a, a:hover {
display: inline-block;
text-decoration: none;
color: inherit;
}



.overlay {
	width: 50%;
	height: 150px;
	background-color:transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index:999
  }
  /* contact popup */

  @import url('https://fonts.googleapis.com/css?family=Raleway&display=swap');


*{
margin: 0;
padding: 0;
}


#closeBtn {
display: block;
position: absolute;
top: 0;
right: 0;
margin-right: 5px;
color: rgb(14, 14, 14);
z-index: 100;
}

.fa-times {
font-size: 40px !important;
}

#closeBtn:hover {
color: #000;
}



/* Whatsap button */
.whatsapp-button {
    display: inline-block;
    background-color: #25D366; /* WhatsApp green */
    border-radius: 50%;
    padding: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  .whatsapp-button img {
    display: block;
    width: 50px;
    height: 40px;
  }




  /* This only changes this particular animation duration */
.animate__animated.animate__backInRight {

	--animate__slower:3s;
	--animate__repeat:2;
  }

  .animate__animated .animate__backInRight{
	--animate-duration: 2s;
	--animate-delay: 0.9s;
	--animate__slow:2s;
  }
  .animate__animated .animate__backInLeft{
	--animate-duration: 2s;
	--animate-delay: 0.9s;
	--animate-slow:2s;
  }





  /* ------------------Services main page=------------------------------ */

/*==================== GOOGLE FONTS ====================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");



@media screen and (min-width: 968px) {
  :root {
    --normal-font-size: 1rem;
  }
}


  
  /*==================== SERVICE CARD ====================*/
  .card__container{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	justify-content: center;
	width: 100%;
	max-width: 90%;
	margin: auto;
	padding: 60px 0;
  }
  .card__bx {
	--dark-color: #2e2e2e;
	--dark-alt-color: #777777;
	--white-color: #ffffff;
	--button-color: #333333;
	--transition: 0.5s ease-in-out;
  
	font-family: inherit;
	height: 350px;
	width: 300px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--dark-color);
	transition: var(--transition);
  }
  .card__bx::before,
  .card__bx::after {
	content: "";
	position: absolute;
	z-index: -1;
	transition: var(--transition);
  }
  .card__bx::before {
	inset: -10px 50px;
	border-top: 4px solid var(--clr);
	transform: skewY(15deg);
	border-bottom: 4px solid var(--clr);
  }
  .card__bx:hover::before {
	inset: -10px 40px;
	transform: skewY(0deg);
  }
  .card__bx::after {
	inset: 60px -10px;
	border-left: 4px solid var(--clr);
	transform: skew(15deg);
	border-right: 4px solid var(--clr);
  }
  .card__bx:hover::after {
	inset: 40px -10px;
	transform: skew(0deg);
  }
  .card__bx .card__data {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 30px;
	text-align: center;
	padding: 0 20px;
	height: 100%;
	width: 100%;
	overflow: hidden;
  }
  .card__bx .card__data .card__icon {
	height: 80px;
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	color: var(--text-color);
	background-color: var(--dark-color);
	transition: var(--transition);
  }
  .card__bx .card__data .card__icon {
	color: var(--clr);
	box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 6px var(--clr);
  }
  .card__bx:hover .card__data .card__icon {
	color: var(--dark-color);
	background-color: var(--clr);
	box-shadow: 0 0 0 4px var(--dark-color), 0 0 0 300px var(--clr);
  }
  .card__bx .card__data .card__content {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
  }
  .card__bx .card__data h3 {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--white-color);
	transition: var(--transition);
  }
  .card__bx:hover .card__data h3 {
	color: var(--dark-color);
	transition: var(--transition);
  }
  .card__bx .card__data p {
	font-size: 0.9rem;
	color: var(--dark-alt-color);
	transition: var(--transition);
  }
  .card__bx:hover .card__data p {
	color: var(--dark-color);
	transition: var(--transition);
  }
  .card__bx .card__data a {
	position: relative;
	display: inline-flex;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: 500;
	margin-top: 10px;
	border: 2px solid var(--clr);
	color: var(--dark-color);
	background-color: var(--clr);
	transition: var(--transition);
  }
  .card__bx:hover .card__data a {
	color: var(--clr);
	background-color: var(--dark-color);
  }
  .card__bx:hover .card__data a:hover {
	border-color: var(--dark-color);
	color: var(--dark-color);
	background-color: var(--clr);
  }




/* social icon style  */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;             /* overall size */
    height: 34px;
    padding: 6px;            /* spacing inside the icon */
    border-radius: 50%;
    background: transparent;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.social-icon i,
.social-icon img {
    font-size: 16px;
    max-width: 16px;
    max-height: 16px;
}

.social-icon:hover {
    /* background-color: rgba(255, 255, 255, 0.1); */
    transform: scale(1.05);
}

/* sub droopdown  nav bar */
.dropdown,
.sub-dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown li {
    position: relative;
}

.dropdown a,
.sub-dropdown a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #000; /* black text */
    background-color: #fff; /* white background */
    border-left: 4px solid transparent; /* space for left border */
    transition: background-color 0.3s, border-left-color 0.3s;
}

.dropdown a:hover,
.sub-dropdown a:hover {
    background-color: #258dfc !important;  /* Blue background */
    color: #fff !important;                /* Black text */
    border-left-color: #0056b3 !important; /* Blue left border */
    text-decoration: none;
	font-weight: 300;
}
.sub-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
}

.has-submenu:hover .sub-dropdown {
    display: block;
}



/* breadcrumb */

.breadcrumb-section {
 /* background-image: url('../img/s2.jpg');  Make sure this path is correct */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  color: #fff;
}

.custom-breadcrumbs {
  margin-top: 10px;
  font-size: 16px;
}

.custom-breadcrumbs a {
  color: #ffffff;
  text-decoration: none;
}

.custom-breadcrumbs a:hover {
  text-decoration: underline;
}

.custom-breadcrumbs .slash {
  color: #ffffff;
  font-weight: bold;
}

 /* breadcrumb */
   .breadcrumb-section {
      background: linear-gradient(120deg,rgb(2, 78, 201), #00c6fb);
      padding: 50px 0;
      color: white;
    }

    .breadcrumb-section h1 {
      font-size: 36px;
    }

    .custom-breadcrumbs a {
      color: #fff;
      text-decoration: underline;
    }

    .custom-breadcrumbs .slash {
      color: #ccc;
    }

    .datashow .about-pic img {
      max-width: 100%;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .datashow h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
      color: #007bff;
    }

    .datashow p {
      font-size: 16px;
      color: #444;
	  text-align: justify;
    }

    @media (max-width: 767px) {
      .breadcrumb-section h1 {
        font-size: 28px;
      }

      .datashow h2 {
        font-size: 22px;
      }
    }
	
   /* end */

/* service page .... */

.services-section {
      padding: 40px 0;
      background: #fff;
    }

    .services-section h2 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .services-section .service-box {
      background: #ffffff;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 12px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
      transition: 0.3s ease-in-out;
      text-align: center;
      height: 100%;
    }

    .services-section .service-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    }

    .service-box i {
      font-size: 40px;
      color: #007bff;
      margin-bottom: 20px;
    }

    .service-box h5 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
    }

    .service-box p {
      font-size: 16px;
      color: #666;
    }

    @media (max-width: 576px) {
      .services-section h2 {
        font-size: 2rem;
      }

      .service-box {
        padding: 20px;
      }

      .service-box i {
        font-size: 35px;
      }
    }



	/* section heading title for service page */
	.section-title1 {
    font-family: 'Arial', sans-serif; /* Or choose any other font */
    font-size: 36px; /* Adjust the font size */
    font-weight: bold; /* Makes the font bold */
    color: #2c3e50; /* A deep, elegant color */
    letter-spacing: 2px; /* Spacing between letters for a more refined look */
    text-transform: uppercase; /* Capitalize all letters */
    background: linear-gradient(90deg, #ff7e5f, #feb47b); /* Beautiful gradient background */
    padding: 10px 20px; /* Add padding around the text */
    border-radius: 5px; /* Round the corners of the background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow to make it pop */
    text-align: center; /* Align the text to the center */
    transition: all 0.3s ease-in-out; /* Smooth transition for hover effects */
}

.section-title1:hover {
    color: #fff; /* Text color on hover */
    transform: scale(1.1); /* Slightly scale up on hover */
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Increase shadow on hover */
}


 /* bullet style for sewrvice page  */

 .custom-list-style {
  padding-left: 0; /* Remove default padding */
  margin-top: 20px;
  margin-bottom: 20px;
  list-style-type: none; /* Remove default bullets */
}

.custom-list-style li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Arial', sans-serif;
}

.custom-list-style li::before {
  content: "\2022"; /* Bullet symbol (●) */
  position: absolute;
  left: 0;
  top: 0;
  color:rgb(6, 75, 238); /* A warm red color */
  font-size: 20px; /* Larger bullet size */
  font-weight: bold;
}

.custom-list-style li:hover {
  background-color: #f0f0f0; /* Light gray background on hover */
  padding-left: 35px; /* Adds some spacing when hovered */
  transition: padding 0.3s ease-in-out; /* Smooth hover transition */
}
/* pricing page */

    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #0c0c0c;
      margin-bottom: 40px;
      text-align: center;
    }

    .pricing-card {
      background:#fcfcfd;
      border-radius: 10px;
      padding: 35px 25px;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
	  font-size: 14px;
      text-align: left;
      transition: all 0.3s ease-in-out;
    }

    .pricing-card:hover {
      transform: translateY(-12px);
      box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
    }

    .pricing-header {
      color: #0379c8;
      border: none;
      padding: 12px 0;
      font-size: 1.5rem;
      font-weight: 800;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background-color 0.3s ease;
      margin-bottom: 15px;
      background-color:#fff;
    }

    .pricing-price {
      font-size: 1.2rem;
      font-weight: 500;
      color: #0379c8;
      margin-bottom: 10px;
    }

    .pricing-price span {
      text-decoration: line-through;
      font-size: 1.1rem;
      color: #888;
      margin-left: 10px;
    }

    .text-muted {
      color: #6c757d;
      margin-bottom: 20px;
    }

    .list-unstyled {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
    }

    .list-unstyled li {
      margin: 10px 0;
      font-size: 1.05rem;
      color: #555;
    }

    .bi-check-circle {
      color: #28a745;
      margin-right: 10px;
    }

    .ctaa-button {
      display: block;
      width: 100%;
      background-color: #007bff;
      color: white;
      border: none;
	    text-align: center;
      padding: 12px 0;
      font-size: 1.1rem;
      font-weight: 600;
      border-radius: 5px;
      text-transform: uppercase;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .ctaa-button:hover {
      background-color: #0056b3;
      color: #fff;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .pricing-card {
        margin-bottom: 30px;
      }
    }
	.custom-list li {
  border-bottom: 1px solid #dee2e6; /* light gray line */
  padding: 8px 0;
}
.custom-list li:last-child {
  border-bottom: none; /* remove line after last item */
}