@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
	--primary-color: #624697;
	--secondary-color: #2C2E63;
	--yellow-color: #FFD700;
	--white-text: #FFFFFF;
	--black-text: #000000;
	--gray-text: #8f8f8f;
	--lightGyay: #393939;
	--font-main: "Poppins", sans-serif;
	--spacing: 1rem;
}

body {
	font-family: var(--font-main);
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

.Top_Marque{
	background-color: var(--secondary-color);
	color:var(--white-text);
	padding: 10px 0 3px;

}

.Top_Marque h3 {
    font-size: 19px;
	margin:0;
	padding: 0;
}

.Landing_Top_Area {
	background-color: var(--white-text);
	padding: 7px 0;
	display: inline-block;
	width: 100%;
}

.logo {
	width: 150px;
}

.btn {
	border-radius: 0;
	padding: 10px 15px;
	min-width: 200px;
}

.Call_Now_btn {
	border: 2px solid var(--secondary-color);
	border-radius: 0;
	font-weight: 600;
	padding: 10px 30px;
	color: var(--black-text);
	/* background-color: var(--primary-color); */
}

.Get_free_quote {
	background-color: var(--secondary-color);
	color: var(--white-text);
	font-weight: 600;
	border: 2px solid var(--primary-color);
}

.Get_free_quote a:hover,
.BtnSec a:hover {
	background-color: var(--primary-color);
	color: var(--white-text)
}

.BtnSec {
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
	z-index: 9;
}


.email_sec{
	display: flex;
	gap: 81px;
	padding: 10px 0;
    justify-content: flex-start;
	position: relative;
	z-index: 9;
	
}

.email_sec ul {
    display: flex;
    gap: 15px;
    padding:0;
    align-items: center;
    justify-content: end;
}


.email_sec li{
	list-style: none;
}

.email_sec li:first-child{
	border: 2px solid var(--secondary-color);
	padding: 8px 15px;
	font-size: 17px;
	text-align: center;
}

.email_sec li:first-child:hover{
	background-color: var(--primary-color);
}

.email_sec li:first-child:hover a{
		color:var(--white-text);
}

.email_sec li:first-child:hover .envelop{
	filter: brightness(0) invert(1)
}
.email_sec li a{
	color:var(--black-text);
	text-decoration: none;
	font-size: 14px;
}


.whatsappIcon a img{
	width: 45px;
}

.envelop{
	width: 21px;
}


/* Slide_Logos css st */

.Slide_Logos{
  padding: 45px 0 0px;
}

.Slide_Logos .container-fluid{
	padding:0;
}

.Slide_Logos h2 {
    line-height: 70px;
    text-align: center;
    padding-top: 0;
    padding-bottom: 1rem;
	text-transform: capitalize;
	color:var(--secondary-color)
}

.Slide_Logos h2 span{
	color: var(--black-text);
}

.paragraph{
	text-align: center;
	color:var(--black-text);
	margin-bottom: 45px;
}

.testimonial-slider {
    background-color: #000000;
    padding: 32px 0;
    background-color: var(--secondary-color);
}

.Slide_Logos .slick-slide{
  padding: 0 25px;
}


.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* set uniform height */
  padding: 10px;
}

.logo-item img {
    max-width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    border: 4px solid #ffffff61;
    border-radius: 59%;
    min-width: 150px;
    max-height: 150px;
    min-height: 150px;
    padding: 2px;
    max-width: 150px;
}

/* Slide_Logos css end */

/*  Banner_Sec Css ST */
.Banner_Sec {
	padding: 60px 0 47px 0;
	position: relative;
	background-image: url('../images/back-cover.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -24px -112px;
}

.Banner_Sec:before {
	position: absolute;
	content: '';
	background-image: url(../images/book1.png);
	background-repeat: no-repeat;
	top: -28px;
	right: 0;
	height: 100%;
	width: 48%;
	height: 951px;
	background-size: 100% auto;
}

.Banner_Sec h1 {
	color: var(--black-text);
	font-size: 52px;
	font-weight: 700;
}

.Banner_Sec h2 {
	padding: 25px 0;
	font-weight: 600;
	padding-right: 25px;
	color: var(--primary-color);
	font-weight: 700;
}

.LeftContent_Banner {
	padding: 20px 45px 50px 10px;
}

.Form_Sec {
	background-color: #624697;
	padding: 30px 25px 7px;
	position: relative;
	border: 4px solid #452a7a;
}

.Form_Sec h2 {
	font-size: 20px;
	color: var(--white-text);
	margin-bottom: 20px;
	line-height: 30px;
	padding: 0;
}

.Form_Sec .form-control {
	border-radius: 2px;
	font-size: 14px;
	height: 45px;
}

.label {
	color: #FFFFFF;
	margin-bottom: 10px;
}

.Form_Sec textarea {
	min-height: 110px;
	padding-top: 11px;
}

.form-select {
	border-radius: 2px;
	font-size: 14px;
	height: 45px;
}


.submit_btn {
	background-color: var(--secondary-color);
	color: var(--white-text);
	padding: 12px 26px;
	border-radius: 5px;
	margin:0 auto;
	float: none;
	display: table;
}

.submit_btn:hover {
	background-color: var(--black-text);
	color: var(--white-text);
}

.small_para {
	line-height: 30px;
	color: var(--gray-text);
	font-size: 18px;
	letter-spacing: -0.7px;
	margin-bottom: 40px;
}

.Get_Quote {
	background-color: var(--primary-color);
	color: var(--white-text);
	font-weight: 600;
	padding: 12px 35px;
}

html .Get_Quote:hover {
	background-color: var(--secondary-color);
}


.Get_Touch {
	background-color: var(--secondary-color);
	color: var(--white-text);
	font-weight: 600;
	padding: 12px 35px;
}

 html .Get_Touch:hover {
	background-color: var(--black-text);
} 

/* Stripe_Sec css st */
.Stripe_Sec {
	background: var(--primary-color);
	padding: 20px 15px;
}

.Stripe_Sec h3 {
	margin: 0;
	padding: 0;
	color: var(--white-text);
	font-size: 50px;
}

.more_btn {
	background-color: var(--primary-color);
	color: var(--white-text);
	font-weight: 600;
	padding: 19px 35px;
	margin: 60px auto 50px;
	float: none;
	display: table;
}

.more_btn:hover {
	background-color: var(--secondary-color);
	color: var(--white-text);
}

/* Marquee css st */
.marquee {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 10s linear infinite;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}

/* Content_Sec css st */

.AllBanners {
	padding: 60px 0 47px 0;
	position: relative;
	background-image: url(../images/back-cover.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.Content_Sec {
	padding: 7rem 0;
}

.Content_Sec h3 {
	color: var(--black-text);
	font-size: 52px;
	font-weight: 700;
}

.Content_Sec h3 span {
	color: var(--primary-color);
}

.Content_Sec p {
	line-height: 30px;
	color: var(--lightGyay);
	font-size: 23px;
	letter-spacing: -0.7px;
	padding-top: 20px;
	margin-bottom: 40px;
}

/* Value_Sec Css ST */
.Value_Sec {
	padding: 45px;
	background-color: var(--primary-color);
}

.Value_Sec h3 {
	color: var(--white-text);
	font-size: 70px;
	font-weight: 700;
	text-transform: capitalize;
}

.Value_Sec h4 {
	color: var(--white-text);
	font-size: 24px;
	font-weight: 600;
}

.Value_Sec p {
	font-size: 15px;
	color: var(--white-text);
}

.ColomBox {
	border-bottom: 1px solid #8d8d8d;
	padding-bottom: 1px;
	margin-bottom: 10px;
	margin-top: 15px;
	display: inline-block;
}


.btn_Two {
	border: 2px solid var(--secondary-color);
	border-radius: 0;
	font-weight: 600;
	padding: 10px 30px;
}

/* Book Slider Css Start Here */
.Books_Slider {
	padding: 45px 0 0px;
	overflow-x: hidden;
}

.Books_Slider h3 {
	color: var(--black-text);
	font-size: 70px;
	text-align: center;
	font-weight: 700;
}

.Books_Slider h3 span {
	color: var(--primary-color)
}

.Books_Slider p {
	text-align: center;
	font-size: 20px;
	padding-bottom: 30px;
}

.Books_Slider .slick-slide {
	margin: 0 20px
}


/* Discount_Sec Css St */
.Discount_Sec {
	text-align: center;
	/* background-image: url('../images/cover.png');
	background-repeat: no-repeat;
	background-size: cover; */
	padding: 50px 0 0;
	position: relative;
	background-color: var(--white-text);
}

/* .Discount_Sec:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 82%);
} */

.Discount_Sec h3{
	color: var(--black-text);
	font-size: 45px;
	text-align: center;
	font-weight: 700;
}

.Discount_Sec h3 span {
    color: var(--primary-color);
}


.Discount_Sec p {
	color: var(--black-text);
	font-size: 16px;
	text-align: center;
	padding: 12px 0;
}

.Discount_Sec .small_text{
    font-size: 24px;
    color: var(--primary-color);
    font-weight: 600;
	    margin: 0;
    padding: 0;
}


.Book_Slider{
	margin: 45px 0 60px;
}

.Discount_Sec .slick-slide {
    margin: 0 25px;
}

.Discount_Sec .slick-slide img {
    height: 305px;
    object-fit: contain;
    border: 1px solid #adadad;
    background: #FFF;
	width: 100%;
}


.Relative_Sec {
	position: relative;
	z-index: 9;
}




.Total_Value {
	color: var(--white-text);
	font-size: 40px;
	font-weight: 600;
}

/* Counter_Sec Css ST */
.Counter_Sec {
	padding: 45px 0;
}

.Counter_Sec h3 {
	color: var(--black-text);
	font-size: 55px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
}

.Counter_Sec h3 span{
		color: var(--primary-color);
	
}

.Counter_Sec p {
	text-align: center;
	color: var(--black-text);
	font-size: 30px;
	font-weight: 400;
}

.sectionClass {
	padding: 20px 0px 50px 0px;
	position: relative;
	display: block;
}

.fullWidth {
	width: 100% !important;
	display: table;
	float: none;
	padding: 0;
	min-height: 1px;
	height: 100%;
	position: relative;
}


.sectiontitle {
	background-position: center;
	margin: 30px 0 0px;
	text-align: center;
	min-height: 20px;
}

.sectiontitle h2 {
	font-size: 30px;
	color: #222;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}


.headerLine {
	width: 160px;
	height: 2px;
	display: inline-block;
	background: #101F2E;
}


.projectFactsWrap {
	display: flex;
	margin-top: 30px;
	flex-direction: row;
	flex-wrap: wrap;
}


#projectFacts .fullWidth {
	padding: 0;
}

.projectFactsWrap .item {
	width: 25%;
	height: 100%;
	padding: 50px 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 270px;
	font-size: 95px;
	color: var(--lightGyay);
}

.box_circle {
	position: relative;
}

.box_circle:before {
	border: 2px solid var(--primary-color);
	border-radius: 50%;
	position: absolute;
	content: '';
	height: 100%;
	left: 0;
	width: 100%;
	top: 0;
}

/* .box_two:before{
  left: -10px;
}
.box_three:before{
  left: -19px;
}

.box_four:before{
  left: -28px;
} */


.projectFactsWrap .item p.number {
	font-size: 45px;
	padding: 0;
	font-weight: 500;
	color: var(--black-text);
	line-height: 60px;
}

.projectFactsWrap .item p {
	color: var(--black-text);
	font-size: 14px;
	margin: 0;
	color: var(--gray-text);
	padding: 10px;
}


.projectFactsWrap .item span {
	width: 60px;
	background: rgba(255, 255, 255, 0.8);
	height: 2px;
	display: block;
	margin: 0 auto;
}


.projectFactsWrap .item i {
	vertical-align: middle;
	font-size: 50px;
	color: rgba(255, 255, 255, 0.8);
}


/* Vision_Sec Css St */
.Vison_Content_Box {
	padding: 30px;
	position: relative;
	z-index: 99;
	background: var(--primary-color);
	border-right: 10px solid var(--secondary-color);
}

.VisionContent {
	padding: 20px 0 0;
}

.VisionContent p strong {
	font-size: 17px;
	line-height: 26px;
}

.VisionContent span {
	color: var(--white-text);
	font-size: 20px;
	font-weight: 600;
	padding-right: 10px;
}

.VisionContent p {
	line-height: 20px;
	font-size: 13px;
	color: var(--white-text);
	font-weight: 400;
}

.Bottom_Img {
	position: relative;
	left: -10px;
}


.Session_Boxes {
	padding: 45px 0;
}

.Session_Boxes h4 {
	color: var(--white-text);
	font-size: 53px;
	font-weight: 700;
}

.Session_Boxes span {
	color: var(--white-text);
	margin-bottom: 25px;
	display: block;
	min-height: 52px;
}

.Session_Boxes p {
	color: var(--white-text);
	font-size: 12px;
	font-weight: 300;
	min-height: 150px;
	
}

.border_box {
	position: relative;
}

.border_box:before {
	position: absolute;
	content: '';
	border-right: 1px solid #ffffff82;
	height: 80%;
	right: 6px;
	top: -17px;
}

/* How It Works Css ST */
.Content_Mid {
	padding: 7rem 0;
	background-image: url(../images/cover2.png);
	background-size: cover;
	display: inline-block;
	width: 100%;
	position: relative;
}

.Content_Mid:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
}

.Logo_Img{
    margin-top: 60px;
    display: inline-block;
    width: 157px;
    object-fit: cover;
}

.How_Content {
	position: relative;
	z-index: 9;
}

.Content_Mid h3 {
	font-size: 55px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	color: var(--white-text)
}

.heading {
	color: var(--primary-color);
	font-size: 55px;
	font-weight: 700;
	text-transform: capitalize;
}

/* Testimonials Sec */

.testimonial_box {
	display: flex;
	justify-content: space-around;
	padding: 50px;
}

.Testimonial_Logo_Img {
    display: flex;
    align-items: end;
    justify-content: end;
}

.clientNames {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.BotomContent {
	padding: 20px;
}

.BotomContent p {
    margin: 5px 0 0;
    font-size: 15px;
    text-transform: capitalize;
    color: #393939;
    padding: 10px 45px 28px 5px;
    font-weight: 400;
    line-height: 25px;
}

.testimonial_slider .slick-slide.slick-current.slick-active.slick-center {
	background-color: #d8d8d8;
}


.testimonial_slider .slick-slide.slick-current.slick-active.slick-center .clientNames span {
	color: var(--black-text)
}

.testimonial_slider .slick-slide {
	background-color: #393939;
}

.testimonial_slider .slick-slide .clientNames span {
	color: var(--white-text)
}

.testimonial_slider .slick-slide {
	margin: 30px
}


/* Client_Sec css */
.Client_Sec {
	padding: 5rem 0 0;
}

.Client_Sec .heading {
	padding-left: 65px;
	margin-bottom: 5rem;
}

.pl_68 {
	padding-left: 68px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
}

.dot {
	color: var(--black-text);
}

/* Faq_Sec Css ST */
.Faq_Sec {
	padding: 45px 0 60px 0;
}


.Faq_Sec h4 {
	color: var(--primary-color);
	font-size: 58px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 35px;
}

.Faq_Sec h4 span{
	color: var(--black-text);
}

.Faq_Sec .accordion-button {
	background-color: var(--secondary-color);
	color: var(--white-text);
	padding: 26px 23px;
	font-weight: 700;
	font-family: var(--font-main);
	font-size: 20px;
	letter-spacing: 1px;
}

.accordion-item .accordion-header .accordion-button{
	border-radius: 0;
	outline:0;
	box-shadow: inherit;
}

 .accordion-button::after {
      filter: brightness(0) invert(1);
    }

.accordion-item {
	margin: 10px 0;
}

.accordion-body {
	background: var(--primary-color);
	color: var(--white-text);
}

/* Footer CSS ST */
.Contact_Us {
	background: var(--secondary-color);
	padding: 45px 20px;
}

.SubmitBtn {
	background-color: var(--primary-color);
	color: var(--white-text);
	font-weight: 600;
	padding: 12px 35px;
	border-radius: 50px;
	border: none;
	margin: 0 auto;
	border: none;
	float: none;
	display: table;
}

.SubmitBtn:hover {
	background-color: var(--black-text);
}

.Contact_Us h3 {
	color: var(--white-text);
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.Contact_Us h4 {
	color: var(--white-text);
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	margin: 45px 0 60px;
}

.Contact_Us p {
	color: var(--white-text);
	font-size: 16px;
	text-align: center;
}

.Submit_Form .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--white-text);
	border-radius: 0;
	padding: 0 0 10px 0;
	color: #FFF;
	box-shadow: inherit;
}

.Contact_Us input::placeholder {
	color: var(--white-text);
	outline: 0;
	box-shadow: inherit;
}

.Address_Sec p {
	text-align: left;
	font-size: 14px;
}

.Address_Sec span {
	display: block;
	color: var(--white-text)
}

.Address_Sec a {
	color: var(--white-text);
	text-decoration: none;
	font-size: 14px;
}

.AddIcon {
	filter: brightness(0) invert(1);
}

.bottom_address {
	position: relative;
	padding-top: 60px;
}

.bottom_address:before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #b3b3b3;
	top: 31px;
	width: 100%;
	left: 0;
}

.bottom_address a {
	color: #ba96ff;
	text-decoration: none;
}

.bottom_address p {
	font-size: 14px;
}

/* BUTTON HOVER CSS ST */

.custom-btn {
	transition: all 0.3s ease;
	position: relative;
}


/* 14 */
.btn-14 {
	z-index: 1;
}

.btn-14:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: var(--primary-color);
	background-image: linear-gradient(315deg, var(--primary-color) 0%, var(--primary-color) 74%);
	transition: all 0.3s ease;
}

.btn-14:hover:after {
	top: auto;
	bottom: 0;
	height: 100%;
}

.btn-14:active {
	top: 2px;
}

.btn_three{
	background-color: var(--white-text);
	border-color:var(--white-text);
	color:var(--black-text);
}

/* BUTTON HOVER CSS END */

/* BUTTON ANIMATION CSS START */
.btn_wrap {
	position: relative;
	overflow: hidden;
}

a span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, var(--primary-color), var(--primary-color));
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}

	100% {
		transform: translateX(100%);
	}
}

a span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, var(--primary-color), var(--primary-color));
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(100%);
	}
}

a span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, var(--primary-color), var(--primary-color));
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(-100%);
	}
}

a span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, var(--secondary-color), var(--primary-color));
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

.pulse{
	   animation: pulse 1.5s infinite;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}

	100% {
		transform: translateY(-100%);
	}
}
/* BUTTON ANIMATION CSS END */

/* Phone icon animation css start */
 @keyframes slow-ring {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
  }

  .phone-ring {
    display: inline-block;
    animation: slow-ring 2s ease-in-out infinite;
    transform-origin: center;
  }
/* Phone icon animation css end */
/* === Media Query === */

@media only screen and (max-width: 1366px) {
	.Value_Sec h3, .Books_Slider h3, .Discount_Sec h3, .Counter_Sec h3, .projectFactsWrap .item p.number, .Content_Mid h3{font-size: 45px;}
	.Banner_Sec h1, .Stripe_Sec h3, .Content_Sec h3, .Discount_Sec p, .Total_Value, .Session_Boxes h4, .heading, .Faq_Sec h4, .Contact_Us h3 {font-size: 35px;}
	.Banner_Sec h2, .Contact_Us h4{font-size: 28px;}
	.Form_Sec h2{font-size: 20px;}
	.small_para, .Content_Sec p, .Books_Slider p, .BotomContent p{font-size: 17px;}
	.Value_Sec p, .Faq_Sec .accordion-button, .accordion-body{font-size: 14px;}
	.projectFactsWrap .item {min-height: 220px;}
	.ImgSec img { width: 52px; height: auto;}
	
}

@media only screen and (max-width: 768px) {
	.BtnSec {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}

	.Banner_Sec:before {
		display: none
	}

	.btn {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
	}

	.LeftContent_Banner,
	.Value_Sec {
		padding: 20px 10px 20px 10px;
	}
	.AllBanners{background-color: #FFFFFF; background-image: inherit;}
	.border_box {margin-bottom: 60px;}

	/* heading font sizes */
	.Value_Sec h3,
	.Books_Slider h3,
	.Discount_Sec h3,
	.Counter_Sec h3,
	.Content_Mid h3,
	.Client_Sec .heading,
	.Faq_Sec h4 {
		font-size: 40px;
	}

	.Contact_Us h3 {
		font-size: 30px;
	}

	.LeftContent_Banner h1,
	.Content_Sec h3,
	.Session_Boxes h4,
	.Contact_Us h4 {
		font-size: 28px;
	}

	.Banner_Sec h2,
	.Value_Sec h4,
	.Stripe_Sec h3,
	.Books_Slider p,
	.Discount_Sec p,
	.Counter_Sec p,
	.projectFactsWrap .item p.number,
	.Faq_Sec .accordion-button {
		font-size: 18px;
	}

	.Banner_Sec h2 {
		font-size: 25px;
	}

	.small_para {
		font-size: 16px;
	}

	.box_circle:before {
		display: none;
	}

	/* Paragraph sizes */
	.Session_Boxes span,
	.Contact_Us p {
		font-size: 14px;
	}

	.Content_Sec p,
	.Value_Sec p,
	label,
	.BotomContent p,
	.clientNames,
	.clientNames span,
	.Submit_Form .form-control {
		font-size: 13px;
	}

	.Form_Sec .form-control {
		font-size: 11px;
	}

	.projectFactsWrap .item {
		min-height: auto;
		padding: 0
	}

	.sectionClass {
		padding: 0
	}

	.border_box:before {
		height: 80%;
		top: 0
	}

	.Client_Sec .heading,
	.pl_68 {
		margin-bottom: 0;
		padding-left: 20px;
	}

	.ImgSec {
		width: 46%;
	}

	.ImgSec img {
		width: 52px;
		height: auto;
	}

	.testimonial_box {
		padding: 10px;
		display: flex;
	}

	.BotomContent p {
		font-size: 11px;
	}

	.accordion-body {
		line-height: 24px;
		font-size: 13px;
	}

	.Address_Sec .d-flex {
		display: block !important;
		margin: 20px 0;
	}

	.Address_Sec .AddIcon {
		margin: 15px 0;
	}
	.Content_Sec {
    padding: 2rem 0;
}

}


@media only screen and (max-width: 667px) {
.logo {
    width: 150px;
    margin: 7px auto;
    float: none;
    display: table;
}

.Landing_Top_Area .d-grid{
	display:block !important;
}
.testimonial_box, .email_sec ul, .email_sec{display: block;}
.clientNames, .email_sec{padding:0}
.email_sec ul{text-align: center;}
.BtnSec{margin-bottom: 0;}
li.whatsappIcon { margin: 15px; float: left;}
.phone_icon{margin: 15px; float: left;}
}