/*-----------------------------------------------------------------------------------
    Template Name   : 4ADDSSOCKS	
    Developer       : Hunain Butt
    Description     : This is a CSS Template
    Version         : 1.1
-----------------------------------------------------------------------------------*/

/****** Theme Reset Style ***********************************************************
*********************************************************** Theme Reset Style ******/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body {
  background: #fff;
  font-size: 15px;
  color: #2e2e2e;
  font-family: "Open Sans", serif;
  font-weight: 500;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0 0 13px;
  font-family: "Open Sans", serif;
  font-weight: 700;
  color: #000;
}
body h1 {
  font-size: 35px;
}
body h2 {
  font-size: 30px;
}
body h3 {
  font-size: 28px;
}
body h4 {
  font-size: 24px;
}
body h5 {
  font-size: 19px;
}
div {
  outline: none;
}
p a {
  color: #000;
  text-decoration: none;
  font-family: "Open Sans", serif;
}
p a:hover {
  text-decoration: underline;
  outline: none;
}
p {
  letter-spacing: normal;
  margin: 0 0 10px;
  color: #2e2e2e;
  line-height: 22px;
  font-size: 16px;
  font-family: "Open Sans", serif;
}
a {
  color: #000;
  text-decoration: none;
  outline: none !important;
  display: block;
  font-family: "Open Sans", serif;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}
.btn:hover,
.btn:focus,
.btn.focus {
  outline: none;
  text-decoration: none;
  color: #fff;
}
/****** Image Style ******/
img {
  max-width: 100%;
}
/***** iframe ****/
iframe {
  border: 0;
  width: 100%;
}
/****** From Element Style ******/
label {
  display: block;
  font-weight: 400;
  margin: 0;
}
textarea {
  border-radius: 0;
  resize: none;
}

/****** Global Elements ***********************************************************
*********************************************************** Global Elements ******/

/**** overlay ***/
.overlay-dark {
  position: relative;
}
.overlay-dark::before,
.overlay-dark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/**** Postion ****/
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/******** Margin & Padding *******/

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}

/**** Section-padding & section-margin ****/
.section-padding {
  padding: 100px 0;
}
.section-margin {
  margin: 100px 0;
}
/***ul style***/
.wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/**** Truncate-Text ****/
.truncate-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/****** Home Page ***********************************************************
*********************************************************** Home Page ******/


.wrapper .btn{
  font-size: 14px;
  line-height: 1.4285;
  padding: 8px 18px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  text-align: center;
  border-radius: 50px;
}

.wrapper .btn-lg{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  padding: 16px 28px;
}

.wrapper .btn-green{
  background-color: #5c4770;
  border: 2px solid #5c4770;
  color: #fffbfb;
}

.wrapper .btn-green:hover{
  background-color:transparent;
  border: 2px solid #5c4770;
  color: #5c4770;
}

.wrapper .btn-outline-green{
  background-color: transparent;
  border: 2px solid #5c4770;
  color: #5c4770;
}

.wrapper .btn-outline-green:hover{
  background-color: #5c4770;
  border: 2px solid #5c4770;
  color: #fffbfb;
}

.main-header{
  padding: 20px 0;
  background-color: #fff4ed85;
  border-bottom: 1px solid #dfe1e161;
}

.header-btn-top{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}


 .header-menu{
  display: flex;
  align-items: flex-end;
  gap: 28px;
  justify-content: flex-end;
}

 .header-menu li a {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  line-height: 1.75;
  padding: 0;
  text-decoration: none !important;
  transition: .3s;
}

.main-banner{
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  background-color: #fff4ed85;
  display: flex;
  align-items: center;
}
.header-left{
  display: flex;
  align-items: flex-end;
  gap: 100px;
}

.banner-caption h2{
  font-size: 65px;
  margin-bottom: 24px;
  font-weight: 400;
  color: #000;
}

.banner-caption p{
  color: #000;
}

.banner-caption p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

.banner-caption .btn-lg{
  margin-top: 40px;
}

.main-heading{
  position: relative;
}

.main-heading h3{
  color: #111;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;

}

.main-heading h2{
  font-size: 42px;
  margin-bottom: 24px;
  line-height: 48px;
  font-weight: 300;
  color: #111;
}

.main-heading p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  overflow-wrap: break-word;
  margin-bottom: 0;
}

.ourstory-img img{
  width: 100%;
}

.our-story-b-img img{
  width: 45%;
}

.glance-point {
  padding-top: 1.5rem !important;
}

.glance-point li {
  position: relative;
  list-style: none;
  padding: 24px 0 10px;
  border-bottom: 1px solid #373232;
  font-weight: 600;
  color: #ebebeb;
  display: flex;
  align-items: center;
  gap: 10px;
}

.glance-point li::before{
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(assets/images/icon/ico-check-green.svg);
  background-repeat: no-repeat;
}

.glance-point li:last-child{

}

.card-glance{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px;
  flex-direction: column ;
  width: 100%;
  height: 167px;
  margin-bottom: 20px;
  transition: 0.5s;
  background-color: #fff;
  border: 1px solid rgba(196, 196, 196, .5);
}

.card-glance h3{
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 7px;
  color: #5c4770;
}

.card-glance p {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}

.glance-center{
  border-radius: 50px;
}

.glance-end{
  border-radius: 50px 20px 20px 50px;
}

.glance-first {
border-radius: 20px 50px 50px 20px;
}

.card-glance:hover{
  border: 1px solid #5c4770;
  background: #5c4770;
  transition: 0.5s;
}

.card-glance:hover h3,
.card-glance:hover p{
  color: #fff;
}

.at-glance-holder.section-padding{
  background-color: #000;
}

.at-glance-holder.section-padding .main-heading h2,
.at-glance-holder.section-padding .main-heading p{
  color: #fff;
}

.why-choose-holder .accordion-item{
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}

.why-choose-holder .accordion-button:focus{
  outline: none;
  box-shadow: none;
  border: 0;
}

.why-choose-holder .accordion-button:not(.collapsed){
  background-color: transparent;
}
.why-choose-holder .accordion-body ul li a {
  text-decoration: none;
  color: #2e2e2e;
  font-size: 15px;
  font-weight: 500;
}

.why-choose-holder .accordion-body ul li{
  margin-bottom: 7px;
}
.why-choose-holder .accordion-button{
  font-size: 17px;
  font-weight: 600;
  color: #111;
}

.why-choose-holder .accordion-header{
  padding: 8px 0px;
}

.section-padding.support-card-holder{
  /* background-color: #5c477012; */
  padding-bottom: 40px;
}

.section-padding.our-industries-holder{
  height: 690px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-padding.our-industries-holder .main-heading h2,
.section-padding.our-industries-holder .main-heading p {
  color: #fff !important;
}

.support-card img {
  margin-bottom: 26px;
}

.support-card h3{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 19px;
}

.support-card p {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 27px;
}

.industry-card{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90px;
  width: 100%;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.industry-card::after{
  content: "";
  position: absolute;
  top: 0;
  border-radius: 10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000a8;
}

.industry-card h3{
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  z-index: 11;
}



.grow-business-holder{
	background-color:#fff4ed85;
	position: relative;
	padding: 110px 0px;
}

.grow-left-heading{
	display: flex;
	gap: 20px;
}

.grow-left-heading svg{
	height: 20px;
	width: 80px;
	fill: #fff;
}

.grow-left-heading h2{
	font-size: 17px;
	color: #fff;
	margin: 0;
	line-height: 28px;
}

.grow-business-right h2{
	font-size: 45px;
	margin-bottom: 50px;
}

.footer-social-holder {
	display: flex
;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	margin-bottom: 30px !important;
}

.business-grow-form .input-holder input{
	background: #242424;
	color: #fff;
	border-radius: 30px;
	height: 55px;
	padding: 20px 30px;
	font-size: 15px;
	border-bottom:1px solid #9c9797;
}

.business-grow-form .input-holder textarea{
	background: #242424;
	color: #fff;
	border-radius: 30px;
	min-height: 100px;
	padding: 20px 30px;
	border-bottom:1px solid #9c9797;
	font-size: 15px;
}

.business-grow-form .input-holder input::placeholder,
.business-grow-form .input-holder textarea::placeholder{
	color: #cfcccc;
}

.business-grow-form .input-holder input:focus,
.business-grow-form .input-holder textarea:focus{
	border-bottom:1px solid rgb(245, 93, 45);
}

.business-grow-form .btn{
	padding: 14px 50px;
	border-radius: 40px;
}

.business-grow-form .btn-green:hover{
	color: #fff !important;
}

.cta-image img{
	height: 330px;
	width: 330px;
	position: absolute;
	bottom: 0px;
	left: 25%;
}

.cta-ceo{
	position: absolute;
	bottom: 22%;
	left: 6%;
}

.cta-ceo p {
	margin: 0;
	color: #7b7b7b;
	font-size: 14px;
}

.cta-ceo h3{
	font-size: 17px;
	color: #fff;
	margin-bottom: 5px;
}

.check-terms input{
	padding: 0;
	--bs-form-check-bg: transparent;
	height: 23px;
	width: 23px;
	border: 2px solid #8a8686;
}

.check-terms input:focus{
	box-shadow: none;
	outline: none;
	border: 2px solid #8a8686;
}

.form-check.check-terms .form-check-input:checked{
	background-color: #5c4770;
	border-color: #5c4770;
}

.check-terms label{
	color: rgb(125, 131, 135);
	font-size: 13px;
	margin-left: 20px;
}

.check-terms label a {
	color: #5c4770;
	display: contents;
}

.float-input-holder input{
	background-color: #fff4ed85;
	border-radius: 40px;
	border-bottom: 1px solid #9c9797 !important;
	border: 0;
	padding: 20px 30px 10px  !important;
	color: #fff !important;
	font-size: 17px;
}

.float-input-holder>.form-control:not(:placeholder-shown){
	padding: 19px 30px 0px !important;
}

.float-input-holder label{
	color: #6c7074 !important;
	padding: 16px 30px !important;
}

.float-input-holder input:focus{
	background-color: #fff4ed85;
	border-bottom: 1px solid #5c4770 !important;
	box-shadow: none;
} 
.float-input-holder textarea{
	background-color: #fff4ed85;
	border-radius: 40px;
	border-bottom: 1px solid #9c9797 !important;
	border: 0;
	padding: 20px 30px 10px  !important;
	color: #fff !important;
	min-height: 100px !important;
	font-size: 17px;
}

.float-input-holder>textarea.form-control:not(:placeholder-shown){
	padding: 35px 30px 0px !important;
}

.float-input-holder label{
	color: #6c7074 !important;
	padding: 16px 30px !important;
}

.float-input-holder textarea:focus{
	background-color: #fff4ed85;
	border-bottom: 1px solid #5c4770 !important;
	box-shadow: none;
} 

.section-padding.grow-business-holder .main-heading h2{
  font-weight: 400;
}

.section-padding.grow-business-holder .main-heading h2 span {
  font-weight: 600;
}

.slick-list{ margin: 0 -15px;  overflow: hidden;}
.slick-list .slick-slide{margin: 0 15px;}
.client-logos-holder li{display: inline-block;}

.owner-card{
  display: flex;
  gap: 20px;
}

.logo a{
  font-size: 23px;
  text-decoration: none;
  color: #111;

}

.logo a span {
  font-weight: 700;
  color: #5c4770;
}

.owner-card .own-card-detail h3{
  font-size: 17px;
  
  font-weight: 400;
  margin-bottom: 3px;
}

.owner-card .own-card-detail .owner-position{
  font-size: 15px;
  
  margin-bottom: 10px;
}


.owner-card .own-card-detail .owner-location{
  font-size: 15px;
  
  margin-bottom: 4px;
}

.owner-card .own-card-detail .owner-email{
  font-size: 15px;
  color: #946fb8;
  margin-bottom: 10px;
}

.owner-card .own-card-detail .owner-social i{
color: #fff;
}

#ownerslider {
  display: flex;
  margin-bottom: 50px;
}

#ownerslider li {
  width: 100%;
}

.own-card-img img{
  height: 55px;
  width: 55px;
  border-radius: 100%;
}



.footer-links{
	display: flex;
	align-items: center;
	margin: 0;
	gap: 20px;
	justify-content: flex-end;
}

.footer-links li a {
	color: #000;
	font-size: 14px;
  text-decoration: none;
	font-weight: 500;
} 

.footer-links li a:hover{
	color: #5c4770;
}

.footer-social-holder li a {
	height: 38px;
	width: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
  text-decoration: none;
	color: #fff;
  background-color: #5c4770;
	border-radius: 100%;
	border: 1px solid #5c4770;
}

.footer-social-holder li a:hover{
	background-color: #5c4770;
	color: #fff;
}

.address-contact-info{
	margin-top: 10px !important;
}

.address-contact-info li {
	margin-bottom: 5px;
}

.address-contact-info li:last-child{
	margin-bottom: 0;
}


.address-contact-info li a {
	font-size: 14px;
  text-decoration: none;
	display: flex;
	align-items: center;
	gap: 6px;
	color: #000;
}

.footer-copywrite p{
	margin: 0;
	font-size: 14px;
	color: #363434;
}

.footer-seprator-container{
	height: 1px;
	width: 94%;
	background-color: #00000038;
	margin: 30px auto;
}

.main-footer.section-padding{
  padding: 30px 0px;
  background-color: #fff4ed85;
  border-top: 1px solid #50425e80;
}

.main-footer .main-heading p {
  margin-bottom: 0;
  font-size: 14px;
}

.main-footer  .logo  a {
  color: #fff;
}

.blog-card{

}

.blog-card .blog-header{
  box-shadow: 0 6px 12px rgba(0, 0, 0, .11);
  border-radius: 20px;
}


.blog-card .blog-header img{
  border-radius: 20px;

}

.blog-card a {
  text-decoration: none;
}

.blog-detail {
padding: 1.4rem 1rem 1rem 1rem;
}

.blog-detail span {
  font-size: 14px;
  color: #6d6c6c;
  font-weight: 500;
}

.blog-detail h3{
  font-size: 22px;
  margin: 15px 0px 11px;
  font-weight: 600;
}

.blog-detail p{
  margin-bottom: 0;
  font-size: 15px;
}

.section-padding.out-story-holder {
  background-color: #f9f9f9;
}

.btn-bars{
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 20px;
  color: #5c4770;
}

.btn-bars i{
  font-size: 20px;
}

.mobile-header{
  display: none;
}

.mobile-header{
  padding: 15px 0;
  border-bottom: 1px solid #dfe1e161; 
}

.mobile-header-menu{
  display: flex;
  align-items: flex-start;
  padding: 40px 0px 0px 30px !important;
  flex-direction: column;
  gap: 14px;
}

 .mobile-header-menu li a {
  font-size: 16px;
  color: #111;
  font-weight: 600;
  line-height: 1.75;
  padding:0;
  text-decoration: none !important;
  transition: .3s;
}


/*** Hire Talent ****/
.hire-talent-banner .banner-caption h2{
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 14px;
}

.hire-talent-banner .banner-caption h3{
  font-size: 35px;
  margin-bottom: 30px;
  font-weight: 500;
}

.hire-talent-banner  {
  padding: 100px 0px;
}

.hire-talent-banner-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:15px;
}


.slider-inner{
  overflow: hidden;
}

.talent-team-card{
  height: 265px;
  width: 225px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 10px;
}

.talent-team-card::after{
  content: "";
  background: #00000047;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.talent-team-detail{
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 999;
}

.talent-team-card h4{
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 4px;
}

.talent-team-card span {
  color: #fff;
}


.step-1{

}

.step-1 h3,
.step-2 h3,
.step-3 h3,
.step-4 h3{
  font-size: 35px;
  text-align: center;
  margin-bottom: 19px;
}

.step-1 p,
.step-2 p,
.step-3 p,
.step-4 p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.step-1 input{
  height: 60px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 10px;
}

.step-1 input:focus{
  outline: none;
  box-shadow: none;
  border: 1px solid #5c4770;
}

.show-select-skill{
  display: flex;
  -webkit-box-align: center;
  transition: all ease 0.1s;
  flex-wrap: wrap;
  align-items: center;
}

.show-select-skill .select-skill-span{
  background: #5c4770;
  display: flex;
  align-items: center;  
  border-radius: 19px;
  margin-right: 18px;
  margin-top: 10px;
  padding: 9px 14px;
}

.show-select-skill .select-skill-span span {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.show-select-skill .select-skill-span .btn-close-select{
  border-left: 1px solid #fff;
  padding: 0 0px 0 10px;
  background-color: transparent;
  color: #fff;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  margin-left: 10px;
}

.skill-for-select button {
  background: transparent;
  border: 1px solid #5c4770;
  color: #5c4770;
  display: flex;
  align-items: center;  
  gap: 5px;
  border-radius: 19px;
  margin-right: 18px;
  margin-top: 10px;
  padding: 9px 14px;
}

.skill-for-select button:hover{
  background-color: #5c4770;
  color: #fff;
}

.skill-for-select{
  display: flex;
  -webkit-box-align: center;
  transition: all ease 0.1s;
  flex-wrap: wrap;
  align-items: center;
}


.popular-skills {
  margin-top: 40px;
}

.popular-skills p {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
}

.popular-skills p span {
  font-weight: 700;
}

.total-need-team{
  display: flex;
  align-items: center;
  gap: 20px;
}

.total-need-team li {
  width: 100%;
}

.total-need-team .team-need-card{
  background: #ffffff;
  box-shadow: 0px 5px 18px rgb(0 0 0 / 9%);
  border-radius: 7px;
  padding: 45px 20px 45px;
  cursor: pointer;
  text-align: center;
}
.total-need-team .team-need-card:hover{
  box-shadow: none;
  background-color: #5c47701f;
}

.total-need-team .team-need-card img{
  margin-bottom: 20px;
}

.total-need-team .team-need-card h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
} 

.form-talent-small{
  font-size: 12px !important;
  margin-bottom: 30px !important;
  color: #8a8686 !important;
  text-align: left !important;
}

.talen-input-holder input{
  height: 50px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 10px;
}


.talen-input-holder input:focus{
  outline: none;
  box-shadow: none;
  border: 1px solid #5c4770;
}

.step-4 .row{
  margin-top: 30px !important;
}
.step-1, .step-2, .step-3, .step-4, .step-5 {
  display: none;
}
.step-1.active, .step-2.active, .step-3.active, .step-4.active, .step-5.active {
  display: block;
}

.hidden {
  display: none;
}

/***** Book a Meeting ******/
.book-meeting-holder{

}

.book-meeting-holder .main-heading{

}

.book-meeting-holder .main-heading h2{

}

.book-meeting-holder .main-heading h2 span{
  font-weight: 800;
  color: #5c4770;
}

.book-meeting-holder .main-heading p {
  margin-bottom: 20px;
}

.book-meeting-holder .main-heading p a {
  color: #946fb8;
  display: inline-block;
}

.expect-holder {

}

.expect-holder .devider {
  height: 1px;
  width: 120px;
  background-color: #eee;
  margin-bottom: 20px;
  display: block;
}

.expect-holder ul {

}

.expect-title{
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 30px;
}

.expect-title span {
  color: #5c4770;
  font-weight: 700;

}

.expect-holder ul h4{
  font-size: 17px;
  font-weight: 600;
}

.expect-holder ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.expect-holder ul li:last-child {
  margin-bottom: 0px;
}

.expect-holder ul li p {
  margin-bottom: 0;
  font-size: 16px;
}

.expect-holder ul li i span i{
  color: #946fb8;
}

.book-meeting-holder .VJL48qbQzWENTFAh1Knk.e9TS9yoMqqIN2PqBo1QG.f3c_Dda7HKHqraeedxG1{
  display: none !important;
}
/* Hide the Google Translate top bar */
.goog-te-banner-frame {
  display: none !important;
}

/* Remove the space left by the hidden bar */
body {
  top: 0 !important;
}

/* Optional: Style the language dropdown */
.goog-te-combo {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 14px;
}

#google_translate_element {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.goog-te-combo {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-size: 14px;
}


.banner-caption-img img{
  width: 85%;
}

.portfolio-filters label{
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}

.portfolio-filters select{
  height: 52px;
  width: 100%;
}

.portfolio-filters .container{
  margin-bottom: 45px;
  padding: 35px 30px;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.portfolio-filters .btn{
  padding: 10px;
  border-radius: 10px;
}

.portfolio-card{
 margin-bottom: 20px; 
}

.portfolio-card:hover{
  cursor: pointer;
}
.portfolio-card .portfolio-card-header{
  height: 270px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}


.portfolio-card-body{
  padding: 15px;
}

.portfolio-card-body h3{
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}

.portfolio-card-body p {
  margin-bottom: 0;
  font-size: 16px;
}

.showcase-detail{

}

.showcase-detail h2{
  font-size: 45px;
  margin-bottom: 40px;
}

.showcase-detail h4{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.showcase-detail p {
  font-size: 15px;
  line-height: 21px;
}

.showcase-detail ul li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  gap: 10px;
}

.showcase-detail ul li:last-child{
  margin-bottom: 30px;
}

.showcase-detail ul li span i {
  color: #6c7074;
}
.showcase-detail ul li p {
  margin-bottom: 0;
  font-size: 14px;
}

.portfolio-modal .modal-body{
  padding: 40px;
}

.showcase-model-main-img img{
  width: 100%;
  height: 390px;
}

.showcase-model-bottom-img{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.showcase-model-bottom-img img{
  height: 120px;
  width: 150px;
}

.service-card{
  background: #eee;
  border-radius: 10px;
}
#our-services{
  overflow: hidden;
}
.service-card .service-card-header{
  height: 180px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  background-repeat: no-repeat;
}

.service-card .service-card-body{
  padding: 30px 20px;
}

.service-card .service-card-body h4{
  font-size: 15px;
  margin-bottom: 10px;
}

.service-card .service-card-body p {
  margin-bottom: 0;
}


.policy-content-main{
	border-top: 1px solid #eee;
}

.policy-header{
	margin-bottom: 40px;
}

.policy-header h4 {
	margin-bottom: 20px;
}

.policy-header p {
	margin-bottom: 0;
	font-size: 17px;
	line-height: 28px;
	color: #2c2b2b;
}

.policy-body p {
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 28px;
	color: #2c2b2b;
	margin-bottom: 0;
}

.policy-body h4 {
	font-size: 22px;
    margin-bottom: 12px;
}


.blog-detail-banner{
  background: #fff9f6;
  width: 100%;
  height: 380px;
}


.blog-detail-holder {
  position: relative;
  margin-top: -300px;
  padding-bottom: 80px;
}

.blog-detail-holder img{
  border-radius: 20px;
}

.blog-detail-holder h2{
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 40px;
}


.blog-heading{
  margin-bottom: 20px;
}

.blog-heading h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-heading p {
  margin-bottom: 0;
  font-size: 15px;
}
.section-padding.portfolio-showcase{
  padding-top: 0;
}