@import url('https://fonts.googleapis.com/css2?family=Anton&family=Gabarito:wght@400;500;600;700;800;900&display=swap');
*{box-sizing: border-box;font-family: 'Gabarito', sans-serif;}body{padding: 0;margin: 0;}p{font-size: 20px !important;line-height: 1.7 !important;margin: 10px 0 !important;}.al23mk-wrap{width: 100%;max-width: 1155px;margin: auto;}a{text-decoration: none !important;}.al23mk-heading{font-family: 'Gabarito', sans-serif !important;}
/*navbar*/


.navbar {

   background-color: transparent;
}
.nav-link{color: #000 !important;}.nav-link:hover{border-bottom: #fff solid 1px;transition: 0.5s;padding-bottom: 2px !important;}
.navbar-toggler{color: #fff;}

.navbar-brand {
  margin-right: 15px; /* Add space between the logo and the menu items */
}

.navbar-brand img {
  max-height: 40px; /* Adjust the logo's max height as needed */
}
.navbar-light .navbar-toggler-icon{
    background-image: url("../image/toggle.webp") !important;
}
.navbar-light .navbar-toggler{
    border-color: #fff !important;
}
.navbar-brand img{max-width: 200px;}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.scrolled {
  background-color: #182bd4; /* Change this to the desired background color */
  transition: background-color 0.3s ease-in-out;
}
/*banner*/
.al23mk-bnr-blk{max-width: 550px;margin-left: auto;margin-top: 40px;}.al23mk-bnr{position: relative;}.al23mk-bnr-img{position: absolute;left: 0%;top: 5%;animation: upanddown 2s ease-in-out infinite;}
  .al23mk-bnr-h1{font-size: 55px;}.al23mk-bnr-seo{bottom: 25%;left: -7%;animation: upanddown 2.5s ease-in-out infinite;}.al23mk-bnr-img2{top: 34%;right: 0%;animation: upanddown 3s ease-in-out infinite;}.al23mk-bnr-imgleft{margin-left: 80px;}
  @keyframes upanddown{
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-15px);
	}
	100% {
		transform: translateY(0px);
	}
  }
  @keyframes lefttoright{
	0% {
		transform: translateX(0px);
	}
	50% {
		transform: translateX(-15px);
	}
	100% {
		transform: translateX(0px);
	}
  }
  .al23mk-stp-blk1{background-color: #fff;max-width: 350px;padding: 30px 20px;border-radius: 50px;margin: auto;}
/*about*/
.al23mk-p{color: #9353bd;font-weight: 600;}.al23mk-about-blk:hover{border-color: transparent;}.al23mk-about-img2{top: 0;left: 0;animation: upanddown 3s ease-in-out infinite;z-index: -1;}.al23mk-about-img3{top: 42%;left: -2%;}

@keyframes imgrotate{
  0% {
    transform: rotate(3deg);
}
50% {
    transform: rotate(-3deg);
}
100% {
    transform: rotate(3deg);
}
}

/*.al23mk-ser-blk{background-color: #fff;border-radius: 5px 50px 5px 50px;padding: 20px;transition: 0.6s;cursor: pointer;}*/


/*service-bk*/
.al23mk-service-blk{padding: 10px;border-radius: 5px;box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;}.al23mk-service-clr{background-color: #efefef;}.al23mk-service-bk-head{color: #9353bd;font-size: 22px;}.al23mk-ser-top{padding: 170px 10px;background-image: url('../image/a-strip.png');background-size: cover;background-position: center;background-repeat: no-repeat;}.al23mk-service a{font-weight: 600 !important;font-size: 20px !important;color: #fff;margin: 0 !important;}
/*services*/
.al23mk-service-bk1{max-width: 260px;height: 218px;flex-shrink: 0;background: #9353bd;border-radius: 500px 500px 0 0;display: flex;justify-content: center;align-items: center;z-index: 1;position: relative;}.al23mk-service-bk2{padding: 95px 40px 30px 40px;border-radius: 0 30px 30px 30px;background: #9353bd;position: relative;color: #fff;margin-top: -96px;}

.ourworks-box{
	width: 60%;
	justify-content: center;
	text-align: center;
}

.our-works-head{
	font-size: 30px;
	font-weight: 400;
	color: black;
}
.introduce{
	height: 250px;
	background-color:white;
	box-shadow: 0 3px 10px #5969f642;
	border-bottom: 4px solid #9353bd;
	color: black;
  border-radius: 5px;
  text-align: center;
}

.introduce:hover{
	box-shadow: 0 3px 15px #5969f666;
	border-bottom: 4px solid #f0444a;
	color: black;
	text-decoration: none;
}
.flex-column-1{
	height: 70%;
	width: 100%;

}
.flex-column-2{
	
	align-items:center;
}
.text-gray{
	color: gray;
}
.pic{
    height: 70px;
    width: 70px;
    margin-left: 20px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

.introduce:hover .pic{
	transform: scale(1.1);
}
.carousel-indicators .active{
	background-color: #46eeaa;
}
.carousel-indicators li{
	background-color: #c8e5ff;
}
.carousel-indicators{
	bottom: -50px;
}
.p1{
	background-image: url("http://lorempixel.com/150/150/nature");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.p2{
	background-image: url("http://lorempixel.com/150/150/people");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}
.p3{
	background-image: url("http://lorempixel.com/150/150/cats");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}


/**/
.al23mk-strp{background-color: #731c61;border-radius: 5px;padding: 20px;}
/*strip*/
.al23mk-stp{background-image: url(../image/a-strip.png)!important;padding: 30px 10px;background-attachment: fixed;}.al23mk-stp-shape{position: absolute;top: 56px;z-index: -1;left: 30px;}
/*footer*/
.al23mk-footer a{color: #fff;}.al23mk-footer a:hover{color: #efefef;}.al23mk-footer{background-color: #9353bd;}.footer-nav:hover{opacity: 0.8 !important;}.footer-nav{font-size: 16px !important;transition: 0.5s;padding-bottom: 2px !important;}.al23mk-footer-ad{background-color: #fff;color: #000;max-width: 400px;margin: auto !important;padding: 10px;}.al23mk-footer-lk{max-width: 150px;}.al23mk-footer-bt{background-color: #051352;color: #fff;}.al23mk-footer-lk1{margin-left: auto;}
/*why*/
.al23mk-why{padding: 30px 10px;background-color: #e9e4e3;}
/*happy-customer*/
/*.al23mk-hpcus{background-color: #efefef;}*/
/*review*/
/*.w-100{max-width: 200px;margin: auto;}*/.al23mk-rew p{color: #fff;}
.al23mk-rew-ind li{background-color: #000 !important;}
h2 {
	color: #000;
	font-size: 26px;
	font-weight: 300;
	position: relative;
	margin: 0 0 50px 0;
	text-transform: uppercase;
	display: inline-block;
}
.carousel-item{transition: transform .1s ease-in-out,-webkit-transform .6s ease-in-out !important;}
.carousel {
	margin: 50px auto;
}
.carousel .carousel-item {
	color: #999;
	overflow: hidden;
    min-height: 120px;
	font-size: 13px;
}
.carousel .media {
	position: relative;
	padding: 0 0 0 20px;
	margin-left: 20px;
}
.carousel .media img {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 50%;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    border: 2px solid #fff;
}
.carousel .testimonial {
    color: #fff;
    position: relative;    
    background: #9353bd;
	padding: 15px;
	margin: 0 0 20px 20px;
}
.carousel .testimonial::before, .carousel .testimonial::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.carousel .testimonial::before {
    width: 20px;
    height: 20px;
	background: #9b9b9b;
	box-shadow: inset 12px 0 13px rgba(0,0,0,0.5);
}
.carousel .testimonial::after {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.carousel .carousel-item .row > div:first-child .testimonial {
	margin: 0 20px 20px 0;
}
.carousel .carousel-item .row > div:first-child .media {
	margin-left: 0;
}
.carousel .testimonial p {
	text-indent: 40px;
    line-height: 21px;
	margin: 0;
}
.carousel .testimonial p::before {
	content: "\201D";
  	font-family: Arial,sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 68px;
    line-height: 70px;
    position: absolute;
    left: -25px;
    top: 0;
}
.carousel .overview {
	padding: 3px 0 0 15px;
}
.carousel .overview .details {
	padding: 5px 0 8px;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #051352;
}
.carousel-control-prev, .carousel-control-next {
	width: 30px;
	height: 30px;
    background: #666;
    text-shadow: none;
	top: 4px;
}
.carousel-control-prev i, .carousel-control-next i {
	font-size: 16px;
}
.carousel-control-prev {
	left: auto;
	right: 40px;
}
.carousel-control-next {
	left: auto;
}
.carousel-indicators {
	bottom: -50px !important;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 17px;
    height: 17px;
	border-radius: 0;
	margin: 1px 5px;
  	box-sizing: border-box;
}
.carousel-indicators li {	
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
	color: #fff;
    background: #051352 !important;
    border: 5px double;    
}
.star-rating li {
	padding: 0 2px;
}
.star-rating i {
	font-size: 14px;
	color: #ffdc12;
}

.desk-nn{display: none;}.mob-nn{display: block;}
/*contact-page-css*/
.al23mk-contact{padding: 30px 10px;background-attachment: fixed;padding: 30px 10px;}
input[type=text], select, textarea {
    width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 4px;  box-sizing: border-box; margin-top: 6px;margin-bottom: 16px; resize: vertical;
  }
  input[type=submit] { background-color: #d05932; color: white; padding: 12px 20px; border: none; border-radius: 4px; cursor: pointer;}
  input[type=submit]:hover {background-color: #e69479;}
/*another-button*/
.buttons {
  margin: 10%;
  text-align: center;
}

.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;

  border-radius: 10px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}
.btn-hover.color-2 {
	background-image: linear-gradient(to right, #9353bd, #ab83c5, #b582d7, #a588b7);;margin-left: 0 !important;
}





/*media-query*/
@media only screen and (max-width:992px){
	.al23mk-bnr-h1{font-size: 40px;}
}
@media only screen and (max-width:767px){
    .al23mk-rev-dir{flex-direction: column-reverse;}.mob-cntr{text-align: center;}.al23mk-bnr-h1{font-size: 45px;}.al23mk-bnr{padding: 120px 10px 80px 10px !important;}.al23mk-bnr-bk{display: none;}.desk-nn{display: block;}.mob-nn{display: none;}.al23mk-bnr-txt{padding: 20px 10px !important;}.al23mk-dir-rev{flex-direction: column-reverse;}.al23mk-bnr-img{padding: 10px !important;}.navbar-brand img{max-width: 175px;}.al23mk-tp{margin-top: 20px;}.al23mk-footer-lk1{margin: auto;}.al23mk-footer-lk{margin: auto;}.navbar-nav{background-color: #efefef;padding: 20px !important;}.al23mk-footer{padding-bottom: 30px;}.al23mk-bnr-imgleft{margin-left: 0px;}.al23mk-bnr-seo{left: 0;}.al23mk-stp-shape{display: none;}
    
}
@media only screen and (max-width:520px){
    .al23mk-bnr-h1{font-size: 35px;}.al23mk-headings{font-size: 28px !important;}
}
/*button*/



