
:root{

	--primary-color : #F8AE0B;
	--secondary-color : #0A7AFF;

}

body,html {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
	.body-content {
		position: relative;
		left: 0;
		transition: 0.5s left;
	}
.custom-container {
	padding-left: 50px;
	padding-right: 50px;
	max-width: 1556px;
	margin: 0 auto;
}

.top-bar {
	background-color: var(--primary-color);
	color: black;
	font-family: 'Raleway',sans-serif;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
	/*padding-block: 9px;*/
}
.top-bar a {
	background-color: black;
	border-radius: 20px;
	padding:7px 14px;
	font-size: 18px;
	color: white;
	text-decoration: none;
	margin-left: 15px;
}
.video-navbar {
	position: relative;
	overflow: hidden;
}
.container-shade {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
}

.video-container video {
	width: 100%;
	display: block;
}
.video-content {
    width: 800px;
    height: 800px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    bottom: -500px;
    transform: translateX(-50%);

}
.video-content {
	font-family: 'Raleway',sans-serif;
	text-align: center;
}
.video-content h1 {
	font-weight: 800;
	color: white;
	font-size: 30px;
}
.video-content p {
	font-weight: 400;
	color: white;
	font-size: 16px;
}
.video-content a {
	background-color: var(--primary-color);
	color: black;
	padding: 12px 25px;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	border-radius: 27px;
	display: inline-block;
	transition: 0.5s all;
}
.video-content a:hover {
	background-color: black;
    color: white;

}
.inner-video-content {
   margin-top: 52px;
}
.navbar {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: transparent !important;
	height: 100px;
	transition: 0.3s all;
}
.navbar-toggler {

	border:none;
    background-color: #f8f9fa;
    padding: 4px;
}
.nav-item ul {
	padding-left: 0;
}
.nav-item, .nav-item ul a {
	color: white;
	font-family: 'Raleway',sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-left: 20px;

}
.navbar-toggler:focus {
    
    box-shadow: unset;
}
.nav-link:focus, .nav-link:hover {
    color: unset;
} 
.nav-item ul a {
	margin-left: 0px;
}
.nav-item a::after {
	display: none;
}
.nav-item a {
	color: white;
}
.nav-item.dropdown ul a {
	color: black !important;
	font-weight: 500;
}
.nav-btns {
	font-family: 'Raleway',sans-serif;
	font-weight: 600;
	font-size: 15px;
}
.nav-btns a {
	padding: 13px 18px;
	border-radius: 25px;
	text-decoration: none;
	color: white;
}
.nav-btns a.sign-in-btn {
	background-color: transparent;
	border: 1px solid white;
	margin-right: 10px;
	transition: 0.5s all;

}
.nav-btns a.sign-in-btn:hover {
	background-color: var(--secondary-color);
	border-color: var(--secondary-color);
}
.nav-btns a.talk-expert-btn {
	background-color: var(--secondary-color);
	padding-top: 15px;
	padding-bottom: 15px;
	transition: 0.5s all;
}
.nav-btns a.talk-expert-btn:hover {
    background-color: black;
   
}
.fixed-nav-custom {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	background-color: white !important;
	transition: 0.3s all;
	z-index: 9;
	border-bottom: 1px solid #ccc;
}
.fixed-nav-custom .navbar-brand img {
	filter: invert(0);
}
.fixed-nav-custom .nav-link {
	color: black;
}
.fixed-nav-custom .nav-btns a.sign-in-btn {
	border-color: var(--secondary-color);
	color: var(--secondary-color);
}
.fixed-nav-custom .navbar-toggler {
	filter: invert(0);
}

 .fixed-bg-black {
   	background-color: rgba(0, 0, 0, 0.4);
   	position: fixed;
   	width: 100%;
   	height: 100%;
   	z-index: 9;
   	left: 0;
   	top: 0;
   	display: none;

   }

   .close-nav {
   	display: none;
    margin: 0px 25px 5px;
    position: relative;
    color: #979797;
    font-size: 30px;
    cursor: pointer;

   }

   .margue-container {
   	position: absolute;
   	top: 100px;
    left: 0;
    width: 100%;
    background: transparent;
   }
  
   .inner-marque {
   	 
       overflow: hidden;
    grid-column-gap: 6rem;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: flex;
}
   .inner-marque img {
      width: 110px;
   }
   .marquee-content {
    grid-column-gap: 1rem;
    flex: none;
    justify-content: space-around;
    min-width: 100%;
    display: flex;
}
.marquee-content.scroll, .marquee-content.mob-scroll {
    grid-column-gap: 6rem;
    align-items: center;
}
.scroll {
    animation: scroll 40s linear infinite;
}

.inner-contractor-sec {
	font-family: 'Raleway',sans-serif;
	padding-block: 60px;
	max-width: 900px;
	margin: 0 auto;
	width: 100%;
}
.inner-contractor-sec h1 {

 font-size: 42px;
 font-weight: 800;
 text-align: center;
}
.inner-contractor-sec .img-contract img {
	max-width: 85%;
	width: 100%;
}
.content-contract {
	display: flex;
	flex-direction: column;
	justify-content: center;
/*	align-items: center;*/
	height: 100%;
}
.content-contract h3 {
   font-weight: 700;
   font-size: 37px;


}
.content-contract p {
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
}
.each-contract-row {
	margin-top: 30px;
}

.work-sec {
	margin-top: -15px;
	background-color: #F7F6F2;
	padding-block: 50px;
	font-family: 'Raleway',sans-serif;

}
.heading-work h1 {
	text-align: center;
	font-size: 42px;
	font-weight: 800;
}  
.heading-work p {
	font-size: 18px;
	color: #6C6C6C;
	font-weight: 500;
	text-align: center;
}
.nav-tabs-custom {
/*   max-width: 1100px;*/
   width: 100%;
   margin: 0 auto;
   margin-top: 40px;
}
.nav-tabs-custom ul {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}
.nav-tabs-custom ul li {
	list-style-type: none;
	flex: 1;
	cursor: pointer;
}
.nav-tabs-custom ul li .step-no {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border:1px solid var(--secondary-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	color: var(--secondary-color);
	margin: 0 auto;
	transition: 0.5s all;
}
.nav-tabs-custom ul li.active-tab .step-no{
	background-color: var(--secondary-color);
	color: white;
}
.nav-tabs-custom ul li .step-no span:first-child {
	font-size: 16px;
	font-weight: 500;
	transform: translateY(15px);
}

.nav-tabs-custom ul li .step-no span:last-child {
	font-size: 40px;
	font-weight: 500;
	transform: translateY(-1px);
}
.step-desc {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	line-height: 20px;
	letter-spacing: 1px;

}
.nav-tabs-custom ul li:hover .step-no {
	background-color: var(--secondary-color);
	color: white;
}
.tab-content-area {
/*box-shadow: 0px 0px 14px 0px #00000026;*/
padding: 0px;
/*background-color: white;*/
/*border-radius: 27px;*/
margin-top: 30px;

}

.text-tab {
	height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
.text-tab h1 {
	font-weight: 800;
	font-size: 25px;

}
.text-tab p {
	font-weight: 400;
	font-size: 17px;
	margin-top: 16px;
}
.text-tab a {
	background-color: var(--secondary-color);
	color: white;
	padding: 12px 0px;
	border-radius: 25px;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	margin-top: 20px;
	width: 180px;
    text-align: center;
    transition: 0.5s all;
}
.text-tab a:hover {
	background-color: black;
	color: white;
}
.img-tab {
	text-align: right;
}
.img-tab img {
	width: 80%;
}
.serve-sec {
	background-color: var(--secondary-color);
	font-family: 'Raleway',sans-serif;
/*	padding: 40px;*/
    padding-block: 60px;
}
 .heading-serve h1 {
	font-size: 42px;
	font-weight: 800;
	text-align: center;
	color: white;

}
.serve-tabs-content-container {
	background-color: white;
	box-shadow: 0px 0px 14px 0px #00000026;
    background-color: white;
    border-radius: 27px;
    padding: 40px;
    margin-top: 50px;
}
.tabs-serve ul {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	gap: 15px;
}
.tabs-serve ul li {
	list-style-type: none;
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
	position: relative;
   cursor: pointer;
}

.tabs-serve ul li.active-serve::after {
	content: '';
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: var(--secondary-color);
}
.tab-content-area-serve {
	margin-top: 38px;
}
.what-we-offer {
	font-family: 'Raleway',sans-serif;
	padding-block: 50px;
}
.heading-offer h1 {
 font-size: 42px;
 font-weight: 800;
 text-align: center;
}
.offer-cards {
	margin-top: 70px;
	display: flex;
}
.each-card {
	box-shadow: 0px 0px 14px 0px #00000040;
	border-radius: 25px;
	padding: 40px;
	width: 50%;
	/*width: 33.33%;*/
	margin: 5px;
}

.card-content h3 {
	font-weight: 700;
	font-size: 30px;
}
.card-list ul {
	padding-left: 0;
	margin-top: 30px;
}
.card-list ul li {
	list-style-type: none;
	margin-top: 15px;
}
.card-text-wrapper {
	display: flex;
	gap: 10px;
}
.card-text-wrapper img {
	width: 22px;
    height: 22px;
}
.card-text-wrapper span {
	font-size: 16px;
	font-weight: 600;
}
.left-card,
.right-card {
	border-radius: 25px;
	-webkit-clip-path: none;
	clip-path: none;
}

.center-card {
	transform: scale(1.08);
}
.right-card .card-content {
	padding-left: 18px;
}

.testimonials-sec {
	padding-block: 40px;
	font-family: 'Raleway',sans-serif;
	padding-bottom: 150px;
	overflow-y: hidden;
}
.heading-testimonials h1 {
	font-size: 42px;
	font-weight: 800;

}
.testimonials-wrapper {
	margin-top: 50px;
}
.each-testimonials {
	background-color: #F8F8F8;
	padding: 30px;
	border-radius: 20px;
}
.user-img-name {
	display: flex;
	gap:20px;
	align-items: center;
}
.user-img-name .img-user {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D9D9D9;
	flex-grow: 0;
    flex-shrink: 0;
}
.user-img-name .img-user span {
	font-size: 25px;
	font-weight: 700;

}
.user-name-role h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.user-name-role span {
	color: var(--secondary-color);
	font-size: 14px;
	font-weight: 500;
}
.star-rating {
	display: flex;
}
.star-rating img {
	width: 30px;
    height: 30px;
}
.each-testimonials p {
	margin-top: 20px;
	font-weight: 400;
}
 .slick-slide {
      margin: 0 7px;
  }

  /* the parent */
  .slick-list {
      margin: 0 -7px;
  }
  .testimonials-slider .slick-prev:before, .testimonials-slider .slick-next:before {
   opacity: 1;
   font-family: 'FontAwesome';
   	font-size: 70px;
    color: #E7E7E7;
  }
  .slick-prev {
  	top: 115%;
    left: 39%;
  }
  .slick-next {
  	top: 115%;
  	right: 41%;
  }
   .testimonials-slider .slick-prev:hover:before, .testimonials-slider .slick-next:hover:before {
  
    color: var(--secondary-color);
  }

  .experience-sec {
  	margin-block: 20px;
  	font-family: 'Raleway',sans-serif;

  }
  .exp-sec-wrapper{
  	background-color: var(--secondary-color);
  	border-radius: 48px;
  }

  .img-exp img {
  	width: 90%;
  }
  .exp-content {
  	padding-left: 60px;
  	padding-right: 60px;
  	display: flex;
  	justify-content: center;
/*  	align-items: center;*/
  	height: 100%;
  	flex-direction: column;
  	

  }
  .exp-content h1 {
     color: white;
     font-weight: 800;
     font-size: 45px;

  }
  .exp-content a {
  	background-color: var(--primary-color);
  	color: black;
  	font-weight: 700;
  	text-decoration: none;
  	padding: 12px 30px;
  	border-radius: 25px;
  	display: block;
  	width: 200px;
  	font-size: 16px;
  	margin-top: 20px;
  	transition: 0.5s all;
  }
  .exp-content a:hover {
  	background-color: black;
  	color: white;
  }
  .footer-sec {
  	margin-top: 100px;
  	margin-bottom: 20px;
  	font-family: 'Raleway',sans-serif;
  }
  .social-icons {
  	margin-top: 30px;
  }
  .social-icons ul {
  	padding-left: 0;

  }
  .social-icons ul li {
    display: inline-block;
  }
  .social-icons ul li i {
  	font-size: 30px;
  }
  .social-icons .linkedin-icon i {
  	color: #0A7AFF;
  }
  .social-icons .twitter-icon i,.social-icons .youtube-icon i{
    color: black;
  }
  .social-icons ul li:not(:first-child){
  	margin-left: 25px;
  }
  .links-footer {
   padding-left: 38px;
  }
  .links-footer h4 {
     font-size: 20px;
     font-weight: 600;
     color: var(--secondary-color);
  }
  .links-footer ul {
  	padding-left: 0;
  }
  .links-footer ul li {
  	display: block;
  	margin-top: 10px;
  }
  .links-footer ul li a {
  	color: black;
  	text-decoration: none;
  	font-size: 15px;
  	font-weight: 400;
  }
  .lower-footer-text {
  	margin-top: 50px;
  }
  .lower-footer-text p {
  	letter-spacing: 3px;
  	text-align: center;
  	font-size: 10px;
  	line-height: 20px;
  	 font-weight: 500;
  }

@keyframes scroll {
	0% {
    transform: translateX(0);
}
100% {
    transform: translateX(calc(-100% - 6rem));
}
}

@media (min-width:1500px){
	.top-bar {
    font-size: 20px;
    /*padding-block: 17px;*/
}
.top-bar a {
    border-radius: 20px;
    padding: 11px 21px;
    font-size: 20px;
    color: white;
    
}
	.navbar-brand img {
		    width: 285px;
	}
	.nav-link {
		font-size: 19px;
	}
    .nav-btns a {
    padding: 15px 27px;
    border-radius: 30px;
    font-size: 20px;
}
.video-content {
    width: 1100px;
    height: 980px;
    bottom: -700px;
}
.video-content h1 {
    font-size: 55px;
}
.video-content p {
    font-size: 25px;
}
.video-content a {
    padding: 16px 28px;
    font-size: 22px;
    border-radius: 30px;
    margin-top: 10px;
}
.inner-video-content {
    margin-top: 61px;
}
	.inner-contractor-sec {
    max-width: 1200px;
}
.inner-contractor-sec h1,.heading-work h1,.heading-serve h1,.heading-offer h1,.heading-testimonials h1 {
    font-size: 60px;
}

.content-contract h3 {

    font-size: 45px;
}

.content-contract p {
    font-size: 22px;

}
.heading-work p {
    font-size: 22px;
}
.nav-tabs-custom ul li .step-no span:first-child {
    font-size: 25px;

    transform: translateY(22px);
}
.nav-tabs-custom ul li .step-no span:last-child {
    font-size: 60px;
    transform: translateY(-1px);
}
.nav-tabs-custom ul li .step-no {
    width: 150px;
    height: 150px;
}
.step-desc {
    font-size: 20px;

}
.nav-tabs-custom {
    margin-top: 80px;
}
.text-tab h1 {
    font-size: 45px;
}
.text-tab p {
   
    font-size: 21px;
}
.text-tab a {
    border-radius: 35px;
    font-size: 22px;
    width: 220px;
}
.card-content h3 {
	font-size: 40px;
}
.card-text-wrapper span {
    font-size: 22px;
}
.card-text-wrapper img {
    width: 28px;
    height: 28px;
}
.card-list ul {
  
    margin-top: 40px;
}
.user-img-name .img-user {
    width: 80px;
    height: 80px;
}
.user-img-name .img-user span {
    font-size: 35px;
}
.user-name-role h4 {
    font-size: 27px;
}
.user-name-role span {
    font-size: 17px;
}
.each-testimonials p {

    font-size: 20px;
    line-height: 20px;
}
.star-rating img {
    width: 40px;
    height: 40px;
}

.exp-content a {
    padding: 15px 30px;
    border-radius: 30px;
    width: 232px;
    font-size: 20px;

}
.exp-content h1 {
    font-size: 55px;
}
.logo-footer img {
	width: 90%;
}
.links-footer h4 {
    font-size: 25px;
}
.links-footer ul li a {

    font-size: 20px;
}
.lower-footer-text p {
   
    font-size: 20px;
}
}

@media (min-width:767px){
	.serve-tabs-ul {
	display: block !important;
}

.tab-content-area {
	/*box-shadow: 0px 0px 14px 0px #00000026;*/
padding: 0px;
/*background-color: white;*/
/*border-radius: 27px;*/
/*margin-top: 30px;*/

}

.offer-cards {
	margin-top: 70px;
	display: flex;
}


}

 @media (max-width:991px){
   	.collapse {
   		display: block !important;
   	}
   	.nav-btns{
   		position: absolute;
    right: 90px;
    top: 7px;
   	}
     .navbar-nav {
   	position: fixed;
    width: 100%;
    right: -350px;
    max-width: 350px;
    background: white;
    height: 100%;
    top: 0;
    z-index: 99;
    transition: 0.5s all;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
   	}
   	.nav-item {
   		padding-left: 0 !important;
   		padding-right: 0 !important;
   		margin: 0px 20px;
       border-bottom-width: 1px;
       border-bottom-style: solid;
        border-color: #626262;

   	}
   	.nav-link {
   		font-size: 14px;
   		font-weight: 600;
   		 line-height: 30px;
   		 color: black !important;
   	}
   	.nav-item ul {
   		background-color: transparent;
   		border:none;
   	}
   	.nav-item ul a {
   		color: black;
   	}
   	.nav-link:after {
   		display: none !important;
   	}
  /* 	.nav-link.active {
		color: #fff !important;
	}*/
	
   .close-nav {
   	display: block;
   }
   .nav-link:hover {
   	color: #fff;
   }
   .nav-btns {
    position: static;
    margin-top: 15px;
    border-bottom: none;
    
}
.nav-btns a{
	display: inline-block;
}
.nav-btns a.sign-in-btn {
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    margin-right: 10px;
}

.video-content {
	position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    padding-block: 10px;
    border-radius: unset;
    transform: unset;
    width: 100%;
    height: auto;

}
.inner-video-content {
	margin-top: -15px;
	padding-left: 10px;
	padding-right: 10px;
}
.video-content a {
    margin-top: 0px;
    display: inline-block;
}
   .tabs-serve ul {
   	flex-wrap: wrap;
    justify-content: unset;
    column-gap: 35px;
    row-gap: 13px;
   }
  
  .each-card {
  	padding-left: 10px;
    padding-right: 10px;
	margin: 5px;
  }
  .exp-content {
  	padding-left: 0;
  	padding-right: 20px;
  }


.offer-cards {
	margin-top: 25px;
	display: flex;
}


.exp-content h1 {
	font-size: 30px;
}
  .links-footer {
   padding-left: 0px;
   margin-top: 40px;
  }
   }

 @media (max-width:767px){
 	.inner-marque img {
    width: 100px;
}
   	.inner-contractor-sec .img-contract img {
    max-width: 80%;
    
}
.each-contract-row {
  text-align: center;
  }
  .content-contract {
  	margin-top: 20px;
  }
  .nav-tabs-custom ul li .step-no {
    width: 70px;
    height: 70px;

}
.nav-tabs-custom ul li .step-no span:first-child {
    font-size: 14px;
    transform: translateY(11px);
}
.nav-tabs-custom ul li .step-no span:last-child {
    font-size: 28px;
    transform: translateY(-1px);
}
.step-desc {
    font-size: 13px;
}

.custom-container {
    padding-left: 25px;
    padding-right: 25px;
}
.img-tab {
    text-align: center;
    margin-top: 20px;
}
.tabs-serve ul li {
  font-size: 16px;
  padding: 10px;
}
.tabs-serve {
	position: relative;
/*	overflow: hidden;*/
}

.serve-tabs-ul {
    width: 100%;
    margin-top: 20px;
	max-height: 1000px;
height: 272px;
	display: none;

}
.tabs-serve ul {
	flex-direction: column;
    gap: 0;
    row-gap: 0px;
}
.tab-content-area-serve {
    margin-top: 30px;
}
.active-serve::after {
	display: none;
}
.active-serve {
	background-color: var(--secondary-color);
    color: white;
}
.tabs-serve ul li:hover {
	background-color: var(--secondary-color);
    color: white;
}


.button-dropdown-custom {
	display: flex;
    justify-content: space-between;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.5s all;
    cursor: pointer;
}
.button-dropdown-custom .drop-chev {
	transform: rotate(0deg);
	transition: 0.5s all;
}
.button-dropdown-custom .rotateArrow {
	transform: rotate(180deg);
	transition: 0.5s all;
}

.offer-cards {
	flex-wrap: wrap;

}
.each-card {
	width: 80%;
	margin: 0 auto;
	clip-path: none !important;
	border-radius: 25px !important;
	transform: none !important;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
}
.right-card .card-content {
	padding-left: 0;
}
.slick-next {
    right: 38%;
}
.slick-prev {
    left: 29%;
}
.exp-sec-wrapper {
	width: 85%;
    margin: 0 auto;
}
.img-exp img {
    width: 100%;
}
.exp-content{
	padding-top: 50px;
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 50px;
}

}

@media (max-width:767px){
	.custom-container {
    padding-left: 20px;
    padding-right: 20px;
}
.inner-top-bar {
	padding-left: 15px;
    padding-right: 15px;

}
.inner-marque img {
    width: 80px;
}
.marquee-content.scroll, .marquee-content.mob-scroll {
    grid-column-gap: 2rem;
}
.top-bar a {
	 display: block;
    width: 180px;
    margin: 0 auto;
    padding-top: 8px;
}
.navbar-nav {
	padding-top: 3px;
	width: 100%;
	right: -250px;
	max-width: 250px;
	padding-left: 0;
	padding-right: 0;
	z-index: 99;
	/* Permite que los títulos largos hagan salto de línea */
	word-break: break-word;
	white-space: normal;
}
.nav-btns {
	margin-left: 7px;
	margin-right: 7px;
}
.nav-btns a {
	padding: 8px 10px;
}
.nav-item, .nav-item ul a {
	/* Permite que los títulos largos hagan salto de línea */
	white-space: normal;
	word-break: break-word;
}
.nav-btns a.sign-in-btn {
 margin-right: 5px;
}
.nav-btns a.talk-expert-btn {
    padding-top: 10px;
    padding-bottom: 10px;
}
	.inner-contractor-sec .img-contract img {
    max-width: 95%;
}
.nav-tabs-custom ul {
	flex-wrap: wrap;
}
.nav-tabs-custom ul li {
    flex: unset;
    width: 33.33%;
    margin-top: 30px;
}

.nav-tabs-custom {
	margin-top: 0;
}
.img-tab img {
    width: 100%;
}
.each-card {
	width: 95%;
}
.slick-next {
    right: 14%;
}
.slick-prev {
    left: 5%;
}
.exp-sec-wrapper {
    width: 100%;
    
}

}

@media (max-width:400px){
	.each-card {
	padding-left: 20px;
	padding-right: 15px;
}
.exp-content {
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.exp-content h1 {
    font-size: 25px;
}
.exp-content a {
    padding: 12px 12px;
    width: 159px;
    font-size: 15px;

}
.upper-footer-sec .col-6 {
	width: 100%;
}
.logo-footer img {
	width: 100%;
}
.social-icons ul li:not(:first-child) {
    margin-left: 9px;
}
.serve-tabs-content-container {
    padding: 15px;
}
}
@media (max-width:320px){
	.nav-tabs-custom ul li {
    width: 50%;
    margin-top: 30px;
}
.user-img-name {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.slick-next {
    right: 24%;
}

}