@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;}.pt17xt-wrap{width: 100%;max-width: 1155px;margin: auto;}a{text-decoration: none !important;}.pt17xt-heading{font-family: 'Gabarito', sans-serif !important;}
/*navbar*/


.navbar {
	background-color: transparent;
}
.nav-link{color: #fff !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: #252525; /* Change this to the desired background color */
  transition: background-color 0.3s ease-in-out;
}
/*banner*/
.pt17xt-bnr-blk{max-width: 550px;margin-left: auto;margin-top: 40px;}.pt17xt-bnr{position: relative;background-image: url('../image/pb-banner.webp');background-size: cover;background-position: center;background-repeat: no-repeat;padding: 140px 0 120px 0;}.pt17xt-bnr-bk{top: -4%;left: -4%;animation: Rotate infinite 12s linear;}
@keyframes Rotate{
	0%{transform: rotate(0);}
	100%{transform: rotate(360deg);}
}

  .pt17xt-bnr-h1{font-size: 55px;}
  
 
/*about*/
.pt17xt-p{color: #fb8b00;font-weight: 600;}.pt17xt-about-blk:hover{border-color: transparent;}.pt17xt-about-icn h1{font-size: 60px;margin: 5px 0;line-height: 60px;}.pt17xt-about-icn p{font-size: 15px !important;}.pt17xt-about-img1{border-radius: 5px;}.pt17xt-about{padding-right: 60px !important;padding-left: 60px !important;}


/*.pt17xt-ser-blk{background-color: #fff;border-radius: 5px 50px 5px 50px;padding: 20px;transition: 0.6s;cursor: pointer;}*/


/*service-bk*/
.pt17xt-service-blk{padding: 20px 10px;border-radius: 5px;box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;}.pt17xt-service-clr{background-color: #efefef;}.pt17xt-service-bk-head{color: #fb8b00;font-size: 22px;}.pt17xt-ser-top{background-color: #252525;padding: 170px 10px 150px 10px;}.pt17xt-service a{font-weight: 600 !important;font-size: 20px !important;color: #000;margin: 0 !important;}.pt17xt-service{background-color: #efefef;}.pt17xt-service a:hover{color: #fb8b00;}.pt17xt-service-img::after{position: absolute;content: "";height: 0;width: 100%;top: 0;left: 0;background-color: #fb8b00;opacity: 0.7;transition: all 0.4s;}.pt17xt-ser-ovr:hover .pt17xt-service-img::after{height: 100%;transition: all 0.4s;}.pt17xt-ser-ovr:hover .pt17xt-service-img{transform: scale(1.1) rotate(-4deg);transition: all 0.4s;cursor: pointer;}.pt17xt-service-img{overflow: hidden;transition: all 0.4s;}.pt17xt-ser-ovr{overflow: hidden;transition: all 0.4s;}.pt17xt-ser-blk p{font-size: 18px !important;font-weight: 400 !important;}
/*services*/



/**/
.pt17xt-strp{background-color: #731c61;border-radius: 5px;padding: 20px;}
/*strip*/
.pt17xt-stp h1{margin: 5px 0 !important;font-size: 35px !important;font-weight: 700;}
/*footer*/
.pt17xt-footer a{color: #fff;}.pt17xt-footer a:hover{color: #efefef;}.pt17xt-footer{background-color: #000;color: #fff;}.footer-nav:hover{opacity: 0.8 !important;}.footer-nav{font-size: 16px !important;transition: 0.5s;padding-bottom: 2px !important;}.pt17xt-footer-ad{background-color: #fff;color: #000;max-width: 400px;margin: auto !important;padding: 10px;}.pt17xt-footer-lk{max-width: 150px;}.pt17xt-footer-bt{background-color: #252525;color: #fff;}.pt17xt-footer-lk1{margin-left: auto;}
/*why*/
.pt17xt-why{padding: 30px 10px;background-color: #e9e4e3;}

/*review*/
/*.w-100{max-width: 200px;margin: auto;}*/.pt17xt-rew p{color: #000;}
.pt17xt-rew-ind li{background-color: #000 !important;}.pt17xt-rew{background-color: #efefef;}
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: #000 !important;
    position: relative;    
    border: #fb8b00 solid 2px;
	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: #000;
    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: #fb8b00 !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*/
.pt17xt-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-ser:hover{
	color: #fb8b00;
}
.btn-ser{
	color: #000;
	cursor: pointer;
	margin-top: 10px;
	background-color: transparent;
	border: none;
	font-size: 18px;
	font-weight: 500;
	position: relative;
	transition: 0.5s;
}
.btn-ser::before{
	content: '➜'; /* You can change this arrow to →, ←, ⇨, etc. */
	position: absolute;
	right: -20px;
	transform: translateY(-50%);
	font-size: 18px;
	    transform: rotate(-45deg);
}
.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, #fb8b00, #fb8b00, #f2b66a, #f2b66a);;margin-left: 0 !important;
}





/*media-query*/
@media only screen and (max-width:1050px){
	.pt17xt-bnr-h1 {font-size: 40px;}.navbar-nav{background-color: #252525;padding: 20px !important;}
}
@media only screen and (max-width:767px){
    .pt17xt-rev-dir{flex-direction: column-reverse;}.mob-cntr{text-align: center;}.pt17xt-bnr-h1{font-size: 45px;}.pt17xt-bnr{padding: 120px 10px 80px 10px !important;}.pt17xt-bnr-bk{display: none;}.desk-nn{display: block;}.mob-nn{display: none;}.pt17xt-bnr-txt{padding: 20px 10px !important;}.pt17xt-dir-rev{flex-direction: column-reverse;}.navbar-brand img{max-width: 175px;}.pt17xt-tp{margin-top: 20px;}.pt17xt-footer-lk1{margin: auto;}.pt17xt-footer-lk{margin: auto;}.navbar-nav{background-color: #252525;padding: 20px !important;}.pt17xt-footer{padding-bottom: 30px;}.pt17xt-stp-shape{display: none;}.mt{margin-top: 20px;}.pt17xt-about{padding-right: 10px !important;padding-left: 10px !important;}.pt17xt-about-icn h1{font-size: 40px;}.pt17xt-bnr-bk{display: none;}
    
}
@media only screen and (max-width:520px){
    .pt17xt-bnr-h1{font-size: 35px;}.pt17xt-headings{font-size: 28px !important;}
}
/*button*/



