/** Shopify CDN: Minification failed

Line 445:48 Unexpected "1.coll-slider-items"
Line 500:59 Unexpected "1.slider-section"
Line 503:0 Unexpected "1footer"
Line 581:26 Unexpected "1.around-text-img"
Line 602:45 Unexpected "1.img-and-text"
Line 623:52 Unexpected "1.around-text-img"
Line 635:45 Unexpected "1.img-and-text"
Line 637:54 Unexpected "1.around-text-img"
Line 647:45 Unexpected "1.img-and-text"
Line 659:45 Unexpected "1.img-and-text"
... and 1 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800;900&display=swap');
/* font-family: 'Cinzel', serif; */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap');
/* font-family: 'Nunito', sans-serif; */

.page-width-1{
    width: 1630px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

/* about us page */
#about-us #main .container {
	width: 100%;
	padding: 0;
}
.main-banner .banner-inner {
    position: relative;
}
.main-banner .banner-inner .img-section img {
	max-width: 100%;
}

.main-banner .banner-inner .text-section h2 {
	letter-spacing: 0px;
	text-transform: uppercase;
}
.main-banner .banner-inner .text-section p {
	letter-spacing: 0px;
}

.image-and-text .image-and-text-inner {
	margin-bottom: 140px;
}
.image-and-text .page-width-1{
	width: 1730px;
}
.image-and-text .image-and-text-inner .block-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
    column-gap: 50px;
}
.image-and-text .image-and-text-inner .block-section:nth-child(odd) {
    flex-direction: row-reverse;
}
.image-and-text .image-and-text-inner .block-section .image-section {
	width: 49%;
	margin: -175px 0 -160px;
    height: auto;
}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .image-section {
	margin: 0px;
}
.image-and-text .image-and-text-inner .block-section .image-section img {
	width: 100%;
	max-width: 100%;
}
.image-and-text .image-and-text-inner .block-section .text-section {
	width: 49%;
	padding: 65px 70px 20px 40px;
}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .text-section {
	padding: 135px 70px 100px 40px;
}
.image-and-text .image-and-text-inner .block-section .text-section h2 {
	font-size: 60px;
	letter-spacing: 0px;
	margin: 0px 0px 20px;
}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {
	margin: 0px 0px 15px !important;
	font-size: 40px !important;
	line-height: 72px !important;
	letter-spacing: 0px;
}
.image-and-text .image-and-text-inner .block-section .text-section p {
	font-size: 18px;
	line-height: 26px;
    margin-bottom: 20px;
}
.image-and-text .image-and-text-inner .block-section .text-section .sub-desc p {
	font-size: 22px;
	line-height: 28px;
    margin-bottom: 15px;
}



.hero-banner .banner-inner {
    position: relative;
}
.hero-banner .banner-inner .img-section img {
	max-width: 100%;
}
.hero-banner .banner-inner .text-section {
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(-10%,-50%);
    width: 650px;
}

.hero-banner .banner-inner .text-section h2 {
	color: #000;
	font-size: 60px;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0px 0px 5px;
}
.hero-banner .banner-inner .text-section p {
	font-size: 18px;
    line-height: 26px;
	letter-spacing: 0px;
}


.around-text-img {
	position: relative;
	padding: 148px 0px 358px;
    margin-top: -50px;
    overflow: hidden;
}
.around-text-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(after.png);
    background-repeat: no-repeat;
    height: 201px;
    width: 1019px;
}
.around-text-img:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(before.png);
    background-repeat: no;
    height: 412px;
    width: 1122px;
}
.around-text-img .around-text-img-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.around-text-img .around-text-img-inner .left-side {
	width: 33.33%;
}
.around-text-img .around-text-img-inner .left-side h2 {
	font-size: 60px;
	letter-spacing: 0px;
	margin: 0px 0px 30px;
}
.around-text-img .around-text-img-inner .left-side p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    padding-right: 40px;
}
.around-text-img .around-text-img-inner .center {
	width: 33.33%;
}
.around-text-img .around-text-img-inner .center img {
    max-width: 100%; 
	width: 100%;
}
.around-text-img .around-text-img-inner .right-side {
	width: 33.33%;
}
.around-text-img .around-text-img-inner .right-side p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    padding: 80px 0px 0px 50px;
}

.our-team {
	padding: 120px 0px 100px 0px;
}
.our-team .our-team-inner h2 {
	text-align: center;
	font-size: 60px;
	letter-spacing: 0px;
	margin: 0px 0px 20px 0px;
}
.our-team .our-team-inner p {
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
    margin-bottom: 50px;
}
.our-team .our-team-inner .member-section {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
}
.our-team .our-team-inner .member-section .team-member {
	width: 24%;
	background: #fff;
	padding: 40px 0px 25px 0px;
    column-gap: 20px;
    height: 475px;
}
.our-team .our-team-inner .member-section {
	margin-bottom: 0px;
}
.our-team .our-team-inner .member-section .team-member .member-img {
	display: flex;
	justify-content: center;
}
.our-team .our-team-inner .member-section .team-member .member-img img {
	max-width: 100%;
}
.our-team .our-team-inner .member-section .team-member .member-detail h3 {
	text-align: center;
	font-size: 24px;
	margin: 30px 70px 10px;
    font-weight: 500;
	letter-spacing: 0px;
}
.our-team .our-team-inner .member-section .team-member .member-detail .dept-work p {
	margin: 0px;
}



.img-and-text .img-and-text-inner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
    margin-bottom: 65px;
}
.img-and-text .img-and-text-inner .img-section {
	width: 43%;
}
.img-and-text .img-and-text-inner .img-section img {
	max-width: 100%;
}
.img-and-text .img-and-text-inner .text-section {
	width: 57%;
	padding: 0 140px 0 110px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.img-and-text .img-and-text-inner .text-section h2 {
	font-size: 60px;
	letter-spacing: 0px;
	text-transform: uppercase;
    margin: 0px 0px 40px;
}
.img-and-text .img-and-text-inner .text-section p {
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0px;
}

.img-and-text .img-and-text-reverse {
	flex-direction: row-reverse;
}
.img-and-text .img-and-text-reverse .img-section {
	width: 58%;
    margin: 0px;
}
.img-and-text .img-and-text-reverse .text-section {
	width: 42%;
	padding: 0px 0px 0px 160px;
}

/* coustom desing page */
#custom-design #main .container {
	width: 100%;
	padding: inherit;
}
#custom-design .main-banner .banner-inner {
    position: relative;
}
#custom-design .main-banner .banner-inner .img-section img {
	max-width: 100%;
}

#custom-design .main-banner .banner-inner .text-section h2 {
	letter-spacing: 0px;
	text-transform: uppercase;
}
#custom-design .main-banner .banner-inner .text-section p {
	letter-spacing: 0px;
}

.steps {
	padding: 120px 0px 70px;
}
.steps .steps-block .steps-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 60px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.steps .steps-block .steps-section:nth-child(even) {
    flex-direction: row-reverse;
    column-gap: 90px;
}
.steps .steps-block .steps-section .img-section {
	width: 47%;
}
.steps .steps-block .steps-section .img-section img {
    max-width: 100%;
    width: 100%;
}
.steps .steps-block .steps-section .text-section {
	width: 49%;
}
.steps .steps-block .steps-section:nth-child(even) .text-section {
	width: 47%;
}
.steps .steps-block .steps-section .text-section h2 {
	padding-right: 100px;
	margin: 0px 0px 25px;
}
.steps .steps-block .steps-section .text-section p {
    line-height: 26px;
}
.steps .steps-block .steps-section .text-section .form-section {
	margin-top: 50px;
}
.steps .steps-block .steps-section .text-section .form-section .row .form-group label {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	margin: 0px 0px 10px 30px;
}
.steps .steps-block .steps-section .text-section .form-section .row .form-group label span {
  color: #f00;
}
.steps .steps-block .steps-section .text-section .form-section .row .form-group input, .row textarea.form-control {
	border: none;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	height: 60px;
    padding: 0px 0px 0px 30px;
    font-size: 18px;
    line-height: 26px;
}
.row textarea.form-control {
	height: 185px;
	padding-top: 20px;
}
.steps .steps-block .steps-section .text-section .form-section .row .e-mail {
	width: 100%;
}
.steps .steps-block .steps-section .text-section .form-section .row #newsletter-wrapper {
	justify-content: flex-start;
	padding: 0px;
	margin: 20px 0px 0px;
}
.steps .steps-block .steps-section .text-section .form-section .row #newsletter-wrapper .btn {
	padding: 0px;
	height: 50px;
	width: 180px;
	margin: 0px;
	background: #000;
	color: #f5e2d8;
	font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; 
	line-height: 26px;
    border: 1px solid transparent; 
    transition: all ease-in-out 0.3s;
}
.steps .steps-block .steps-section .text-section .form-section .row #newsletter-wrapper .btn:hover {
    background: transparent;
    border: 1px solid #000;
    color: #000;
}

.coll-slider {
  padding-bottom: 30px;
}
.coll-slider .heading h2 {
	font-size: 50px;
	text-align: center;
	letter-spacing: 0px;
    margin: 0px 0px 40px;
}
.coll-slider .coll-slider-items {
	margin: 0px -10px;
}
.coll-slider .coll-slider-items .slider-item {
	padding: 10px;
}
.coll-slider .coll-slider-items .slider-item img {
	width: 100%;
	max-width: 100%;
}
.coll-slider-items .slick-dots {
	bottom: inherit;
	position: inherit;
	margin-top: 40px;
}
.coll-slider-items .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
	background: #bfbfbf;
	border-radius: 50px;
}
.slick-arrow {
  display: none !important;
}
.coll-slider-items .slick-dots li:hover {
    background: #000;
}
.coll-slider-items .slick-dots .slick-active {
  background: #000;
}
.coll-slider-items .slick-dots li button:after, 1.coll-slider-items .slick-dots li button:before {
  display: none;
}


.text-overlay-slider {
	padding: 130px 0 60px;
	background-repeat: no-repeat;
}
.text-overlay-slider .page-width-1{
	width: 1310px;
}
.slider-section {
	display: flex;
	justify-content: flex-end;
}
.slider-section .slider-items {
    width: 525px;
    margin: 0px;
}
.slider-section .slider-items .slider-item h2 {
	font-size: 50px;
	letter-spacing: 0px;
	margin: 0px 0px 35px;
}
.slider-section .slider-items .slider-item p {
	font-size: 17px;
	line-height: 26px;
    font-style: italic;
    margin-bottom: 25px;
}
.slider-section .slider-items .slider-item h5 {
	font-size: 19px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: 700;
}
.slider-section .slider-items .slick-dots {
	text-align: left;
	bottom: inherit;
	position: inherit;
	margin-top: 120px;
}
.slider-section .slider-items .slick-dots li {
	background: #9d9aa0;
	border-radius: 50px;
    height: 20px;
    width: 20px;
}
.slider-section .slider-items .slick-dots li:hover {
    background: #000;
}
.slider-section .slider-items .slick-dots .slick-active {
    background: #000;
}
.slider-section .slider-items .slick-dots li button:after, 1.slider-section .slider-items .slick-dots li button:before {
  display: none;
}
1footer {
  margin: 0px;
}


/* about-us media query */
@media only screen and (max-width: 1620px) {
.image-and-text .image-and-text-inner .block-section .image-section {margin: -95px 0 -90px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .text-section {padding: 65px 70px 70px 40px;}
.img-and-text .img-and-text-reverse .text-section {width: 40% !important;padding: 0 0 0 15px;}
.img-and-text .img-and-text-reverse .img-section {width: 60% !important;margin: 0;}
.around-text-img::before {left: -200px;}
.around-text-img::after {right: -100px;}
.img-and-text .img-and-text-inner .text-section {padding: 0 15px 0 90px;}
}
@media only screen and (max-width: 1599px) {
.image-and-text .image-and-text-inner {margin-bottom: -50px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .image-section {margin: -190px 0px 0px;}
.image-and-text .image-and-text-inner .block-section:first-child .image-section {margin: 0;}
.image-and-text .image-and-text-inner .block-section .text-section {padding: 35px 70px 60px 40px;}
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 50px;}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {font-size: 35px !important;line-height: 67px !important;}
.hero-banner .banner-inner .text-section {width: 580px;right: 7%;transform: translate(-7%,-50%);}
.hero-banner .banner-inner .text-section h2 {font-size: 52px;}
.img-and-text .img-and-text-inner .text-section h2 {font-size: 52px;margin: 0px 0px 20px;}
.around-text-img {padding: 68px 0 278px;margin-top: -100px;}
.around-text-img::before {left: -280px;}
.around-text-img::after {right: -190px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 54px;}
.our-team .our-team-inner h2 {font-size: 52px;}
.our-team .our-team-inner .member-section {column-gap: 10px;}
.our-team .our-team-inner .member-section .team-member .member-detail h3 {margin: 30px 50px 10px;}
}
@media only screen and (max-width: 1419px) {
.image-and-text .image-and-text-inner .block-section .text-section {padding: 25px 20px 20px 20px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .text-section {padding: 115px 20px 110px 20px;}
.image-and-text .image-and-text-inner .block-section:first-child .text-section {padding: 94px 20px 110px 20px;}
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 46px;margin: 0px 0px 15px;}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {font-size: 30px !important;line-height: 55px !important;}
.hero-banner .banner-inner .text-section h2 {font-size: 46px;}
.img-and-text .img-and-text-inner .text-section h2 {font-size: 40px;margin: 0 0 15px;}
.img-and-text .img-and-text-inner .text-section {padding: 0 15px 0 30px;}
.around-text-img {padding: 44px 0 254px;margin-top: -120px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 44px;margin: 0px 0px 20px;}
.our-team .our-team-inner h2 {font-size: 44px;margin: 0px 0px 15px;}
.our-team .our-team-inner .member-section {column-gap: 25px;row-gap: 25px;}
.our-team .our-team-inner .member-section .team-member {width: 32%;}
}
@media only screen and (max-width: 1345px) {
.image-and-text .image-and-text-inner {margin-bottom: 0;}
.image-and-text .image-and-text-inner .block-section .image-section {margin: -35px 0 -80px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .image-section {margin: 0;}
.image-and-text .image-and-text-inner .block-section .text-section {padding: 30px 20px 0px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .text-section {padding: 25px 20px 10px 20px;}
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 42px;}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {font-size: 28px !important;line-height: 44px !important;}
.img-and-text .img-and-text-inner .text-section h2 {font-size: 36px;margin: 0 0 10px;}
.around-text-img::before {left: -380px;}
.around-text-img::after {right: -260px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 38px;margin: 0 0 10px;}
.around-text-img .around-text-img-inner .left-side p {padding-right: 25px;}
.around-text-img .around-text-img-inner .right-side p {padding: 50px 0 0 40px;}
.our-team .our-team-inner h2 {font-size: 40px;margin: 0 0 12px;}
.img-and-text .img-and-text-inner {flex-wrap: wrap;}
.img-and-text .img-and-text-inner .img-section {width: 100%;}
.img-and-text .img-and-text-inner .img-section img {width: 100%;object-fit: cover;}
.img-and-text .img-and-text-inner .text-section {padding: 30px 15px 0 15px;width: 100%;}
}
@media only screen and (max-width: 1259px) {
.image-and-text .image-and-text-inner {margin-bottom: 0;}
.image-and-text .image-and-text-inner .block-section {column-gap: 0px;flex-wrap: wrap;}
.image-and-text .image-and-text-inner .block-section .image-section {width: 100%;margin: 0px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .image-section {margin: 0px;}
.image-and-text .image-and-text-inner .block-section .text-section {width: 100%;}
.image-and-text .image-and-text-inner .block-section .text-section {padding: 20px 20px 40px;}
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .text-section {padding: 20px 20px 40px;}
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 36px;margin: 0px 0px 10px;}
.around-text-img {padding: 40px 0 30px;margin-top: 0;}
.around-text-img::before, 1.around-text-img::after {display: none;}
.hero-banner .banner-inner .text-section h2 {font-size: 38px;}
.around-text-img .around-text-img-inner {flex-wrap: wrap;}
.around-text-img .around-text-img-inner .left-side {width: 50%;}
.around-text-img .around-text-img-inner .center {width: 50%;}
.around-text-img .around-text-img-inner .right-side {width: 100%;}
.around-text-img .around-text-img-inner .right-side p {padding: 0px;}
.our-team .our-team-inner .member-section {column-gap: 22px;row-gap: 22px;}
}
@media only screen and (max-width: 1139px) {
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 32px;margin: 0 0 5px;}
.hero-banner .banner-inner .text-section h2 {font-size: 32px;}
.img-and-text .img-and-text-inner {margin-bottom: 25px;}
.img-and-text .img-and-text-inner .text-section h2 {font-size: 32px;}
.img-and-text .img-and-text-inner .text-section p {font-size: 17px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 34px;}
.our-team .our-team-inner h2 {font-size: 36px;margin: 0 0 10px;}
.our-team .our-team-inner .member-section {column-gap: 10px;row-gap: 10px;}
.our-team .our-team-inner .member-section .team-member {width: 32.6%;}
}
@media only screen and (max-width: 1023px) {
.hero-banner .banner-inner .text-section h2, 1.img-and-text .img-and-text-inner .text-section h2 {font-size: 30px;}
.our-team .our-team-inner .member-section {column-gap: 18px;row-gap: 18px;}
.our-team .our-team-inner .member-section .team-member {width: 49%;}
}
@media only screen and (max-width: 959px) {
.our-team .our-team-inner .member-section {column-gap: 14px;row-gap: 14px;}
.hero-banner .banner-inner .text-section {width: 400px;}
.img-and-text .img-and-text-inner .text-section {padding: 30px 15px 0px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 32px;}
.our-team {padding: 70px 0 60px;}
.our-team .our-team-inner h2 {font-size: 34px;}
.our-team .our-team-inner .member-section {column-gap: 14px;row-gap: 14px;}
}
@media only screen and (max-width: 767px) {
.image-and-text .image-and-text-inner .block-section:nth-child(2n+1) .text-section {padding: 20px;}
.image-and-text .image-and-text-inner .block-section .text-section {padding: 20px;}
.hero-banner .banner-inner .text-section {width: 350px;right: 0;transform: translate(0,-50%);}
.hero-banner .banner-inner .text-section p {font-size: 16px;}
.img-and-text .img-and-text-reverse .img-section {width: 100% !important;}
.img-and-text .img-and-text-reverse .text-section {width: 100% !important;padding: 0px 15px;}
.around-text-img {padding: 20px 0 30px;}
.around-text-img .around-text-img-inner .left-side, 1.around-text-img .around-text-img-inner .center {width: 100%;margin-bottom: 15px;}
.around-text-img .around-text-img-inner .left-side p {padding-right: 0px;}
.our-team .our-team-inner .member-section {column-gap: 12px;row-gap: 12px;}
.our-team .our-team-inner .member-section .team-member {height: 420px;}
.our-team .our-team-inner .member-section .team-member .member-img img {width: 240px;}
}
@media only screen and (max-width: 639px) {
.image-and-text .image-and-text-inner .block-section:first-child .image-section img {height: 330px;object-fit: cover;}
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 28px;}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {font-size: 25px !important;line-height: 38px !important;margin-bottom: 5px !important;}
.image-and-text .image-and-text-inner .block-section .text-section p {font-size: 16px;margin-bottom: 10px;}
.image-and-text .image-and-text-inner .block-section .text-section .sub-desc p {font-size: 20px;line-height: 26px;margin-bottom: 10px;}
.hero-banner .banner-inner .text-section h2, 1.img-and-text .img-and-text-inner .text-section h2 {font-size: 28px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 30px;margin: 0px 0px 5px;}
.around-text-img .around-text-img-inner .left-side p, 1.around-text-img .around-text-img-inner .right-side p {font-size: 16px;}
.our-team .our-team-inner .member-section .team-member {width: 100%;height: inherit;}
.our-team .our-team-inner .member-section .team-member .member-img img {width: 280px;}
}
@media only screen and (max-width: 539px) {
.image-and-text .image-and-text-inner .block-section:first-child .image-section img {height: 300px;}
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 25px;}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {font-size: 22px !important;line-height: 32px !important;}
.image-and-text .image-and-text-inner .block-section .text-section .sub-desc p {font-size: 18px;}
.hero-banner .banner-inner .img-section img {height: 220px;object-fit: cover;}
.hero-banner .banner-inner .text-section h2, 1.img-and-text .img-and-text-inner .text-section h2 {font-size: 25px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 28px;}
.our-team {padding: 40px 0 50px;}
.our-team .our-team-inner h2 {font-size: 30px;margin: 0px 0px 5px;}
.our-team .our-team-inner p {font-size: 16px;margin-bottom: 30px;}
}
@media only screen and (max-width: 479px) {
.image-and-text .image-and-text-inner .block-section:first-child .image-section img {height: 240px;} 
.image-and-text .image-and-text-inner .block-section .text-section h2 {font-size: 22px;}
.image-and-text .image-and-text-inner .block-section .text-section > .name > p {font-size: 20px !important;line-height: 30px !important;}
.image-and-text .image-and-text-inner .block-section .text-section p {font-size: 15px;margin-bottom: 5px;}
.hero-banner .banner-inner .img-section img {height: 200px;}
.hero-banner .banner-inner .text-section h2, 1.img-and-text .img-and-text-inner .text-section h2 {font-size: 22px;margin: 0px 0px 5px;}
.around-text-img .around-text-img-inner .left-side h2 {font-size: 25px;}
.around-text-img .around-text-img-inner .left-side p, 1.around-text-img .around-text-img-inner .right-side p {font-size: 15px;}
.our-team .our-team-inner h2 {font-size: 28px;margin: 0 0 5px;}
.our-team .our-team-inner .member-section .team-member .member-detail h3 {margin: 20px 50px 10px;font-size: 20px;}

}

/* 1media query */
@media only screen and (max-width: 1620px) {
.coll-slider .heading h2 {font-size: 45px;margin: 0 0 30px;}
}
@media only screen and (max-width: 1599px) {
.steps .steps-block .steps-section {column-gap: 50px;}
.steps .steps-block .steps-section:nth-child(2n) {column-gap: 80px;}
.steps .steps-block .steps-section .text-section .form-section {margin-top: 30px;}
.coll-slider .heading h2 {font-size: 42px;}
.text-overlay-slider {background-position: center;}

}
@media only screen and (max-width: 1419px) {
.steps {padding: 90px 0 40px;}
}
@media only screen and (max-width: 1345px) {
.steps .steps-block .steps-section:nth-child(even) {column-gap: 70px;}
.steps .steps-block .steps-section .text-section .form-section .row .form-group input {height: 52px;}
.coll-slider .heading h2 {font-size: 38px;margin: 0px 0px 20px;}
.text-overlay-slider {background-position: bottom,center;padding: 130px 0px 50px;}
.slider-section .slider-items .slider-item h2 {font-size: 46px;margin: 0 0 28px;}
}
@media only screen and (max-width: 1259px) {
.steps .steps-block .steps-section .text-section {width: 49.3%;}
.form-group {margin-bottom: 8px;}
.row textarea.form-control {height: 100px;}
.steps .steps-block .steps-section .text-section .form-section .row #newsletter-wrapper {margin: 10px 0 0;}
.steps .steps-block .steps-section {column-gap: 40px;}
.coll-slider .heading h2 {font-size: 34px;margin: 0 0 15px;}
.slider-section .slider-items .slider-item h2 {font-size: 40px;margin: 0 0 22px;}
}
@media only screen and (max-width: 1139px) {
.steps .steps-block .with-form {flex-wrap: wrap;}
.steps .steps-block .with-form .img-section {width: 100%;}
.steps .steps-block .with-form .text-section {width: 100%;padding: 20px;}
.row textarea.form-control {height: 150px;}
.steps .steps-block .steps-section {column-gap: 35px;}
.steps .steps-block .steps-section:nth-child(2n) {column-gap: 55px;}
.coll-slider .heading h2 {font-size: 32px;margin: 0 0 10px;}
.slider-section .slider-items .slider-item h2 {font-size: 36px;margin: 0 0 15px;}
}
@media only screen and (max-width: 1023px) {
.steps {padding: 60px 0 30px;}
.steps .steps-block .steps-section {column-gap: 0px;flex-wrap: wrap;margin-bottom: 20px;}
.steps .steps-block .steps-section:nth-child(2n) {column-gap: 0px;}
.steps .steps-block .steps-section .img-section {width: 100%;}
.steps .steps-block .steps-section .text-section {width: 100% !important;padding: 20px;}
.coll-slider-items .slick-dots {margin-top: 30px;}
.slider-section .slider-items .slider-item h2 {font-size: 34px;margin: 0 0 10px;}
.slider-section .slider-items .slick-dots {margin-top: 20px;}
}
@media only screen and (max-width: 959px) {
.steps {padding: 40px 0 20px;}
.steps .steps-block .steps-section .text-section h2 {margin: 0 0 12px;}
.coll-slider {padding-bottom: 15px;}
.coll-slider .heading h2 {font-size: 28px;}
.coll-slider-items .slick-dots {margin-top: 10px;}
.coll-slider-items .slick-dots li {width: 15px;height: 15px;}
.text-overlay-slider {padding: 80px 0 30px;}
.slider-section .slider-items {width: 390px;}
.slider-section .slider-items .slider-item h2 {font-size: 32px;margin: 0 0 5px;}
.slider-section .slider-items .slick-dots li {height: 15px;width: 15px;}
}
@media only screen and (max-width: 767px) {
.steps .steps-block .steps-section {margin-bottom: 10px;}
.steps .steps-block .steps-section .text-section .form-section .row .form-group input, .row textarea.form-control {font-size: 16px;}
.coll-slider .heading h2 {font-size: 25px;margin: 0px 0px 5px;}
.slider-section .slider-items .slider-item h2 {font-size: 28px;}
}
@media only screen and (max-width: 639px) {
.steps .steps-block .steps-section .text-section h2 {margin: 0px 0px 5px;}
.steps .steps-block .steps-section .text-section .form-section .row .form-group label {font-size: 16px;margin: 0 0 5px 20px;}
.steps .steps-block .steps-section .text-section .form-section .row .form-group input {height: 46px;}
.row textarea.form-control {height: 100px;}
.steps .steps-block .steps-section .text-section .form-section .row #newsletter-wrapper {margin: 5px 0 0;}
.steps .steps-block .steps-section .text-section .form-section .row #newsletter-wrapper .btn {height: 44px;width: 170px;font-size: 16px;}
.coll-slider .heading h2 {font-size: 22px;}
.coll-slider .coll-slider-items .slider-item img {height: 472px;}
.slider-section {margin: 0px 20px;}
.slider-section .slider-items {width: 100%;background: rgba(255,255,255,0.4);padding: 20px;}
.slider-section .slider-items .slider-item h2 {font-size: 26px;text-align: center;}
.slider-section .slider-items .slider-item p {font-size: 17px;margin-bottom: 15px;text-align: center;}
.slider-section .slider-items .slider-item h5 {font-size: 18px;text-align: center;margin: 0px;}
.slider-section .slider-items .slick-dots {text-align: center;}
}
@media only screen and (max-width: 539px) {
.steps {padding: 20px 0 0px;}
}
@media only screen and (max-width: 479px) {
.steps .steps-block .steps-section .text-section {padding: 15px;}
.steps .steps-block .steps-section .text-section .form-section {margin-top: 15px;}
.coll-slider .heading h2 {font-size: 20px;margin: 0px;}
.slider-section .slider-items .slider-item h2 {font-size: 24px;}
.slider-section .slider-items .slider-item p {font-size: 15px;margin-bottom: 10px;}
.slider-section .slider-items .slider-item h5 {font-size: 16px;}
.slider-section .slider-items .slick-dots {margin-top: 10px;}
}

/* SE - Hide preview theme bar - 24 April '25 */
#PBarNextFrameWrapper {
  display: none;
}
