/*
Theme Name: irismall
*/

@font-face {
	font-family: Roboto;
	src: url(..\irismall/assets/roboto/Roboto-Regular.ttf);
	font-weight: 400
}

@font-face {
	font-family: Roboto;
	src: url(..\irismall/assets/roboto/Roboto-Medium.ttf);
	font-weight: 500
}

@font-face {
	font-family: Roboto;
	src: url(..\irismall/assets/roboto/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(..\irismall/assets/roboto/Roboto-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}
.whatsapp-iconbtn{
	z-index: 11111;
    position: fixed;
    font-size: 50px;
    text-align: right;
    right: 25px;
    bottom: 0;
}
.whatsapp-iconbtn i {
    background: #0f9300;
    color: #fff;
    padding: 9px 11px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 31px;
    margin: auto;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.bypostauthor {}

.slick-dots li button {
	display: none !important;
}
.iris-number {
    font-family: Neue-Haas !important;
}
.iris-mail{
	font-family: Neue-Haas !important;
}
/* shop section start */

.bottom a{
	background: #a1948c;
    padding: 8px 22px;
    border-radius: 10px;
    color: #000;
	font-family: Neue-Haas !important;
}
.bottom a:hover{
	text-decoration: none;
	color:#fff;
}
.section-products {
	height: auto;
	padding: 50px 0;
	overflow: hidden;
	background: linear-gradient(0deg, rgba(64, 32, 13, 1) 0%, rgba(111, 70, 36, 1) 54%);
  }
  
  .section-products .container {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 800px;
	margin: 0 auto;
  }
  
  /* .section-products .list-products {
	display: flex;
	justify-content: space-between;
  } */
  
  .section-products .product {
	width: 100%;
	border-radius: 2px;
	overflow: hidden;
	margin-top: 30px;
	transition: box-shadow 0.2s linear;
	
  }
  
  .section-products .product .top {
	position: relative;
	overflow: hidden;
  }
  
  .section-products .product .top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s linear;
  }
  
  .section-products .product:hover .top::before {
	opacity: 1;
	z-index: 2;
  }
  
  .section-products .product .img-product {
	width: 100%;
	display: block;
	transition: transform 0.2s ease-in;
	height: 384px;
    object-fit: cover;
  }
  
  .section-products .product:hover .img-product {
	transform: scale(1.2) translateX(15px);
  }
  
  .section-products .product .btn {
	position: absolute;
	left: 5px;
	top: -40px;
	background-color: #fff;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 40px;
	color: #333;
	transition: top 0.2s linear;
	z-index: 3;
  }
  
  .section-products .product .btn:hover {
	color: lightsalmon;
  }
  
  .section-products .product:hover .btn-view {
	transition-delay: 0.1s;
	top: 5px;
  }
  
  .section-products .product:hover .btn-love {
	transition-delay: 0.2s;
	top: 45px;
  }
  
  .section-products .product:hover .btn-buy {
	transition-delay: 0.3s;
	top: 85px;
  }
  
  .section-products .product .btn .icon {
	font-size: 16px;
  }
  
  .section-products .product .bottom {
	text-align: center;
	padding: 10px 5px;
	margin-top: 12px;
	margin-bottom: 12px;
  }
  
  .section-products .product .product-name {
	font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: 600;
    font-family: Neue-Haas !important;
    text-align: center;
    bottom: 20px;
  }
  
  .section-products .product .product-price {
	margin-top: 7px;
  }
  
  .section-products .product .product-price span {
	font-size: 16px;
  }
  
  @media only screen and (max-width: 400px) {
	.section-products {
	  height: auto;
	}
	.section-products .container {
	  max-width: 300px;
	}
	.section-products .list-products {
	  display: block;
	}
	.section-products .list-products .product {
	  width: 100%;
	}
  }
  
/* shop section end */

/* gallery start */

.iris-slider .iris-slide a img{
    width: 100%;
    height: 248px;
}
.gallery-iris{
	    margin-bottom: 10px;
}
  .iris-slider {
    margin: 0 auto;
    width: 80%;
  }

  .iris-slide {
    position: relative;
    transition: transform 0.5s ease, z-index 0.5s ease, opacity 0.5s ease;
	 
  }
.gallery-iris img{
	    width: 294px;
    height: 260px;
}
  .iris-slide img {
    width: 500px;
    height: 300px;
    display: block;
	object-fit: cover;
  }

  .slick-center .iris-slide {
    transform: scale(1.5);
    z-index: 2;
    
  }

  .iris-slide:not(.slick-center) {
    
    transform: scale(0.9);
  }

 

  .slick-slide {
    margin: 0 10px;
  }




.slider {
	width: 600px;
	margin: 20px auto;
	text-align: center;
	padding: 20px;
	color: white;
  }
  .slider .slide {
	padding: 0;
  }
  .slider .slide .child-element {
	transition: all 0.2s ease;
	background: red;
	width: 100%;
	height: 80px;
	margin: 30px 0;
	transition: all 0.5s;
  }
  .slider .slide.slick-center .child-element {
	background: yellow;
	margin: 0;
	height: 140px;
	max-width: initial;
  }
  

/* gallery end */


/* WordPress gallery */
.gallery-caption {}

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {}

.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
font,
span,
p {
    font-family: Neue-Haas !important;
	--RedColor: #683bcd;
	--BlueColor: #0c498a;
	--TextColor: #6b6a6a;
	--LightBg: #f5f5f5;
}

body {
	background: #fff !important;
}

a {
	transition-duration: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	color: #000000;
	font-family: Neue-Haas-Grotesk !important;
}

button {
	transition-duration: 0.3s;
}

.container {
	max-width: 1240px !important;
}

p {
	color: var(--TextColor);
	font-size: 16px;
	line-height: 28px;
	font-family: Neue-Haas !important;
}


::selection {
	background: #683bcd;
	color: #fff;
}

::-moz-selection {
	background: #683bcd;
	color: #fff;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-radius: 0px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: rgba(100, 69, 64, 0.8);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(100, 69, 64, 1);
}


/* Slider */
.slick-slide {
	margin: 0px 0px;
}

.slick-slide img {
	width: 100%;
}



.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	/* -webkit-transform: translate(0, -50%); */
	-ms-transform: translate(0, -50%);
	/* transform: translate(0, -50%); */
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	/* line-height: 1; */
	/* opacity: .75; */
	color: white;
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-prev:before {
	content: '←';
}

[dir='rtl'] .slick-prev:before {
	content: '→';
}

.slick-next {
	right: -25px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-next:before {
	content: '→';
}

[dir='rtl'] .slick-next:before {
	content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -15px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;

	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0px 5px !important;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	width: 10px;
	height: 10px;
	display: block;

	padding: 2px;

	cursor: pointer;

	
	border: 0;
	outline: none;
	background: #683bcd;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 15px;
	height: 15px;

	content: '•';
	text-align: center;

	opacity: .25;
	

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	
}

/*----*/


.solutionscroll .slick-dots,
.testimonialsscroll .slick-dots,
.services-scroll .slick-dots {
	bottom: -30px !important;
}



.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #683bcd;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll li button:before,
.testimonialsscroll li button:before,
.services-scroll li button:before {
	display: none;
	visibility: hidden;
}


.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #683bcd;
}

.solutionscroll .slick-dots li button,
.testimonialsscroll .slick-dots li button,
.services-scroll .slick-dots li button {
	border: 2px solid #683bcd;
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.solutionscroll .slick-dots li.slick-active button,
.testimonialsscroll .slick-dots li.slick-active button,
.services-scroll .slick-dots li.slick-active button {
	background: #683bcd;
}

.footerwrapper {
	width: 100%;
	height: auto;
	padding-top: 0px;
	background: #000;
}

.footer-credit {
	width: 100%;
	padding: 0;
	margin: 0;
	background: rgba(0, 0, 0, 0.84);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}

.footer-credit p {
	font-size: 15px;
	padding: 0;
	margin: 0;
}
.footer-credit .container{
	border-top: 1px solid #fff;
	padding-top: 20px;


}
.footerwrapper p i {
	margin-right: 8px;
}

.footer-credit p a {
	color: #fff;
	text-decoration: none;
}

.footer-credit p a:hover {
	color: #683bcd;
}

.footer-credit .col-lg-6:last-child p {
	text-align: right;
}

.footerwrapper .col-lg-3 ul,
.footerwrapper .col-lg-6 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.footerwrapper .col-lg-3 ul li,
.footerwrapper .col-lg-6 ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: normal;
	color: #fff;
    padding-bottom: 10px;
}

.footerwrapper .col-lg-6 ul li {
	width: 50%;
	display: inline-block;
	float: left;
}
.follow {
	padding-top: 25px;
}

.footerwrapper .col-lg-3 ul li a,
.footerwrapper .col-lg-6 ul li a {
	font-size: 15px;
	padding: 6px 0px;
	margin: 0;
	width: 100%;
	color: #ffffffe0;
	transition-duration: 0.3s;
	font-weight: 400;
	line-height: normal;
	display: block;
	font-family: Neue-Haas !important;
}

.footerwrapper .col-lg-3 ul li a:hover,
.footerwrapper .col-lg-6 ul li a:hover {
	color: #472510;
	text-decoration: none;
	opacity: 1;
}

.footerwrapper .col-lg-3 p {
	color: #ffffffe0;
	text-decoration: none;
	padding: 0;
	font-size: 15px;
	line-height: 24px;
}

.footerwrapper .col-lg-3 p:last-child {
	padding: 0;
	margin: 0;
}

.footerwrapper .col-lg-3 p a {
	color: #ffffffe0;
	text-decoration: none;
}

.footerwrapper h4 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	font-family: Neue-Haas !important;
}

.footer-topwrap {
	width: 100%;

	background: #683bcd;
	margin-bottom: 100px;
	position: relative;
	z-index: 990;
}

.footerwrapper .col-lg-12 .row {
	margin-left: 0px;
	margin-right: 0px;
}

.footerwrapper .col-lg-12 .row .col-lg-4 {
	padding: 0px 0px;
	text-align: center;
	border-right: 1px solid #5580ad;
	min-height: 95px;
}

.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
	border-right: none;
}

.footer-top-item {
	width: 100%;
	text-align: center;
	display: block;
}

.footer-top-item span img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.footer-top-item span {
	display: inline-block;
	padding: 0px;
	margin: 22px 0px 0px 0px;
	position: relative;
	text-align: left;
	padding-left: 70px;
}

.footer-top-item span h6 {
	padding: 0;
	margin: -5px 0px 0px 0px;
	text-align: left;
	font-size: 14px;
	color: #fff;
}

.footer-top-item span h2 {
	font-size: 34px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 700;
}

.foot-logo img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.footerwrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#curve-styles {
	height: 84px;
	width: 4324px;
	position: absolute;
	z-index: 900;
	left: 50%;
	margin-left: -2162px;
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #683bcd;
}

.footerwrapper #curve-styles {
	top: 0px;
	fill: #fff;
}

.page-id-6 .footerwrapper #curve-styles {
	top: 0px;
	fill: var(--LightBg);
}

.blog-enquiry-wrapper {
	width: 100%;
	padding: 100px 0px;
	margin: 0;
	background: var(--LightBg);
	height: auto;
	margin-top: 0px;
	z-index: 100;
	position: relative;
}

.blog-enquiry-wrapper:before {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 40%;
	top: -65px;
	content: '';
	background: url(..\irismall/assets/img/dotscon.svg) no-repeat;
	animation: dots-anim-two 4s infinite alternate;
	z-index: 920;
}

@keyframes dots-anim-two {
	0% {
		top: -65px;
		left: 40%;
	}



	50% {
		top: 40px;
		left: 40%;
	}




	100% {
		top: 40px;
		left: 45%;
	}
}

.blog-enquiry-wrapper .curve-styles-wrap #curve-styles {
	fill: var(--LightBg);
	transform: rotate(180deg);
}

.curve-styles-wrap {
	width: 100%;
	overflow: hidden;
	height: 84px;
	position: absolute;
	z-index: 900;
	top: -84px;

}

.page-heading {
    width: 100%;
    padding: 0;
    color: #000000;
    font-size: 44px;
    font-weight: 500;
    text-align: center;
	
}

.page-heading font {
	position: relative;
	z-index: 200;

}
.page-heading span {
	color: #492812;
}




.enquiry-form input[type=text],
.enquiry-form input[type=email] {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 42px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
}

.enquiry-form textarea:focus,
.enquiry-form input:focus {
	border-color: #683bcd;
}

.enquiry-form textarea {
	width: 100%;
	background: none;
	border: 1px solid #cbcbcb;
	height: 90px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
}

.enquiry-form .wpcf7-submit {
	width: 100%;
	padding: 0;
	margin: -7px 0px 0px 0px;
	height: 42px;
	border-radius: 3px;
	background: #683bcd;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.enquiry-form .col-lg-12 {
	position: relative;
	padding-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	text-align: center;
	padding: 4px 0px;
	margin: 0;
	font-size: 13px;
}

.enquiry-form .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.blog-item {
	color: var(--TextColor);
	text-decoration: none;
}

.blog-item span {
	width: 100%;
	height: 275px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background: none;
	margin-bottom: 16px;
	display: block;
	background: #f5f5dcd6;
}

.blog-item span img {
	width: 100%;
	height: 275px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.blog-item h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 24px;
	text-decoration: none !important;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.blog-item .date-div {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: rgba(12, 73, 138, 0.9);
	border-radius: 5px;
	width: 70px;
	padding: 5px 0px 8px 0px;
}

.blog-item .date-div h5 {
	color: #fff;
	padding: 0;
	margin: -3px 0px 0px 0px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	width: 100%;
	text-align: center;
}

.blog-item .date-div h2 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: 700;
}

.blog-item:hover {
	text-decoration: none !important;
}

.blog-item:hover img {
	opacity: 0.2;
}

.blog-item:hover h6 {
	text-decoration: none !important;

}

.blog-item span i {
	position: absolute;
	top: 40%;
	opacity: 0;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	font-size: 28px;
	z-index: 950;
	transition-duration: 0.3s;
	color: #fff;
}

.blog-item:hover span i {
	top: 50%;
	opacity: 1;
}

.bannerslider-item .col-lg-7 .banner-imagecon {
	width: 100%;
	height: calc(100vh - 100px);
	object-fit: cover;
	overflow: hidden;
	clip-path: circle(59% at 60% 30%);
}

.bannerslider-item .col-lg-7 .banner-imagecon::before {
	width: 100%;
	height: 250px;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;

	background: rgba(0, 0, 0, 0.8);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.bannerslider-item .col-lg-7 .banner-imagecon img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.banner-slider-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner-slider-wrap .container-fluid {
	position: relative;
}

.banner-bg-style {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -5;
	height: calc(100vh - 100px);
}

.banner-slider-wrap .container-fluid,
.banner-slider-wrap .container-fluid .row .col-lg-5,
.banner-slider-wrap .container-fluid .row .col-lg-7 {
	padding-left: 0px;
	padding-right: 0px;
}

.banner-slider-wrap .container-fluid .row {
	margin-left: 0px;
	margin-right: 0px;
}

.header-wrapper {
	width: 100%;
	z-index: 1020;
	position: fixed;
	left: 0px;
	top: 12px;
}

.header-wrapper .col-lg-7 {
	padding-top: 22px;
	transition-duration: 0.3s;
}

.header-wrapper .col-lg-7 .mega-menu-link {
	font-weight: 500 !important;
}

@media screen and (min-width: 980px) {
	#mega-menu-item-35 .mega-menu-link {
		background: #683bcd !important;
		color: #fff !important;
	}

	.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #312f2f;
	}
}

.header-logo img {
    width: auto;
    height: 100px;
    object-fit: cover;
    transition-duration: 0.3s;
}
.header-wrapper {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 15px;
	transition-duration: 0.3s;
	padding-bottom: 15px;
    background-color: #fff;
}

.f-nav .header-wrapper {
	background: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	padding-top: 5px;
	padding-bottom: 5px;
	top: 0;
}

.f-nav .header-wrapper .header-logo img {
	height: 85px;
	width: auto;
}

.f-nav .header-wrapper .col-lg-7 {
	padding-top: 15px;
}

.banner-caption {
	width: 100%;
	height: calc(100vh - 100px);
	display: table;
	padding-left: 90px;
}

.banner-caption span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 100px;
}

.banner-caption span h2 {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    color: #f5f5dc;
    font-size: 66px;
    font-weight: 500;
    border-radius: 10px;
    text-align: left;
    text-shadow: 0 0 5px #000;
    font-family: Neue-Haas !important;
}

.banner-caption span p {
	margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
	font-size: 50px;
	text-shadow: 0 0 5px #000;
font-family: "Dancing Script", cursive !important;

}

.banner-caption span h2 font {
	position: relative;
	font-family: Neue-Haas-Grotesk !important;
	z-index: 200;

}


.banner-btn{
	background-color: #683bcd;
	border: 0px solid #683bcd;
	border-radius: 4px!important;
	line-height: 34px;
}


.banner-bottom-div {
	margin-top: 24px;
	position: relative;
}

.banner-bottom-div .mouse-icon {
	width: 19px;
	height: 25px;
	background: url(..\irismall/assets/img/mouse-icon.jpg) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: -50px;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
	z-index: 999;
	animation: mouse-animation 1.5s infinite alternate;
}

.banner-bottom-div .mouse-icon:hover {
	background: url(..\irismall/assets/img/mouse-icon-red.jpg) no-repeat;
}

@keyframes mouse-animation {
	0% {
		top: -50px;
	}



	70% {
		top: -50px;
	}

	71% {
		top: -50px;
	}



	100% {
		top: -80px;
	}
}

.banner-bottom-div font {
	background: #fff;
}

.banner-bottom-div:after {
	width: 100%;
	height: 1px;
	content: '';
	position: absolute;
	left: 0px;
	bottom: 20px;
	background: #eeeeee;
	z-index: -1;
}

.banner-bottom-div .col-lg-8 font {
	float: right;
	padding-left: 45px;
}

.banner-bottom-div .col-lg-8 font h2 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 32px;
	font-weight: 700;
}

.banner-bottom-div .col-lg-8 font h2 a {
	color: #000;
	text-decoration: none;
}

.banner-bottom-div .col-lg-8 font h6 {
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.banner-bottom-div .col-lg-8 font h6 a {
	color: #683bcd;
	text-decoration: none;
}


.banner-bottom-div .col-lg-4 h5 {
	padding: 0;
	margin: 25px 0px 0px 0px;
	color: var(--TextColor);
	font-size: 16px;
}

.banner-bottom-div .col-lg-4 h5 font {
	background: #fff;
	padding-right: 45px;
	position: relative;
	padding-left: 30px;
}

.banner-bottom-div .col-lg-4 h5 font i {
	color: #683bcd;
	position: absolute;
	left: 0px;
	top: 1px;
}

.partners-scroll img {
	width: auto !important;
	height: 40px;
	object-fit: cover;
}

.partners-scroll {
	margin-top: 80px;
}

.partners-scroll div {
	padding-left: 25px;
	padding-right: 25px;
}

.services-wrap {
	width: 100%;
	background: var(--LightBg);
	position: relative;
	margin-top: 200px;
}

.services-wrap .container {
	position: relative;
}

.services-wrap .container:after {
	width: 183px;
	height: 183px;
	background: url(..\irismall/assets/img/circle-animation.png) no-repeat;
	position: absolute;
	top: -150px;
	right: -45px;
	z-index: 900;
	content: '';
	animation: infinite halfcircle-animation 8s;
}

@keyframes halfcircle-animation {
	0% {
		transform: rotate(0);
	}



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

.service-item {
	position: relative;
	z-index: 100;
	text-decoration: none !important;
}

.service-item p {
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.service-item h4 {
	width: 100%;
	padding: 0;
	margin: 16px 0px 16px 0px;
	font-size: 20px;
	display: block;
	transition-duration: 0.3s;
}

.service-item span {
	width: 90px;
	height: 90px;
	border: 2px solid #683bcd;
	display: inline-block;
	border-radius: 50%;
	border-bottom-left-radius: 0px;
}

.service-item span img {
	width: 86px;
	height: 86px;
	object-fit: contain;
}

.service-item:hover h4 {
	color: #683bcd;
}

.services-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.services-wrap .col-lg-4 {
	padding-left: 30px;
	padding-right: 30px;
}

.services-wrap .curve-top .st0,
.services-wrap .curve-bottom .st0 {
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: var(--LightBg);
}

.services-wrap .curve-top {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: -150px;
	z-index: -1;
}

.services-wrap .curve-top svg,
.services-wrap .curve-bottom svg {
	height: 163px;
	width: 4326px;
	position: relative;
	left: 50%;
	margin-left: -2163px;
}


.services-wrap .curve-bottom {
	height: 163px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: -150px;
	transform: rotate(180deg);
	z-index: -1;
}

.about-wrapper {
	margin-top: 16vh;
    padding-top: 6vh;
	
}
.aboutiris{
	padding-bottom: 6vh;
}

 .about-wrapper {
	       
   padding-top: 220px;
    padding-bottom: 50px;

}



@keyframes aboutdotanim {
	0% {
		top: -50px;
	}



	50% {
		top: 100px;
	}



	100% {
		top: -50px;
	}
}

.about-wrapper p {
	text-align: justify;
	padding: 10px 10vh;
	color: #000;
}
.about-image img{
	width: 100%;
    object-fit: cover;
    height: auto;
	
}
.about-wrapper .readmore-btn {
	margin-top: 25px;
}

.about-wrapper .about-image {
	width: 100%;
	height: auto;	
	border-radius: 5px;
	display: block;
	margin-top: 0px;
	overflow: hidden;
}

.about-wrapper .about-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-wrapper .col-lg-6:first-child {
	padding-right: 50px;
	position: relative;
}


@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 30px rgba(25, 153, 204, 0);
	}
}

.solutions-wrapper p{
	text-align: center;
	padding-left: 100px;
	padding-right: 100px;
}
.solutions-wrapper {
	margin-top: 90px;
	padding-top: 30px;
	width: 100%;
	overflow: hidden;
}

.solutions-wrapper h1 {
	text-align: center;
}

.solutions-wrapper .solution-item {
	text-decoration: none !important;
}

.solutions-wrapper .solution-item span {
	width: 100%;
	height: 220px;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	position: relative;
	background: #683bcd;
}

.solutions-wrapper .solution-item span img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.solutions-wrapper .solution-item p {
	padding: 0;
	margin: 0;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.solutions-wrapper .solution-item h4 {
	width: 100%;
	padding: 0;
	margin: 20px 0px 10px 0px;
	font-size: 22px;
    text-align: center;
	font-weight: 400;
	transition-duration: 0.3s;
	background-color: #683bcddb;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.solutions-wrapper .solution-item h4:hover {
background-color: #24247b;
}
.solutions-wrapper .solution-item:hover h4 {
	color: #fff;
}

.solutions-wrapper .solution-item:hover img {
	opacity: 0.3;
}

.solutions-wrapper .solution-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solutions-wrapper .solution-item:hover i {
	top: 50%;
	opacity: 1;
}

.testimonials-wrap {
	margin-top: 120px;
	margin-bottom: 160px;
}

.testimonials-wrap .container {
	position: relative;
}

.testimonials-wrap .container:before {
	width: 183px;
	height: 183px;
	background: url(..\irismall/assets/img/circle-animation.png) no-repeat;
	position: absolute;
	top: 0px;
	left: -75px;
	z-index: 900;
	content: '';
	animation: infinite halfcircle-animation 8s;
	z-index: -2;
}

.testimonials-wrap .page-heading {
	text-align: center;
}

.testimonial-item {
    width: 100%;
    background: var(--LightBg);
    border-radius: 0px;
    padding: 30px;
    display: block;
    position: relative;
    margin-top: 50px;
    height: 100%;
    box-shadow: 6px 6px 0px 0px #000;
}
.testimonial-item:after {
	width: 52px;
	height: 42px;
	background: url(..\irismall/assets/img/testimonials-btm.jpg) no-repeat;
	position: absolute;
	left: 20px;
	bottom: -42px;
	content: '';
}

.testimonial-item p {
	text-align: justify;
	font-style: italic;
	display: block;
	padding: 0;
	margin: 0;
}

.testimonial-item span {
	width: 100px;
	height: 100px;
	background: url(..\irismall/assets/img/testimonial-pic.png) no-repeat #683bcd;
	display: block;
	left: 50%;
	margin-left: -50px;
	border-radius: 50%;
	margin-top: -75px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.testimonial-item span img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}

.testimonial-item h6 {
	width: 100%;
	padding: 0px 0px 0px 85px;
	margin: 0;
	position: absolute;
	bottom: -36px;
	left: 0px;
}

.testimonials-wrap .row {
	margin-left: -30px;
	margin-right: -30px;
}

.testimonials-wrap .row .col-lg-6 {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
}

.socialmedia-sticky a {
	font-weight: normal !important;
	padding: 0px 4px;
	color: #4b4949;
}

.socialmedia-sticky a:hover {
	color: #683bcd;
}

.banner-slider-wrap .banner-circle-anim {
	position: absolute;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 36%;
	top: 15vh;
	z-index: -3;
	opacity: 0.12;
}



@keyframes banner-circle-one {
	0% {
		width: 20px;
		height: 20px;
	}



	50% {
		width: 80px;
		height: 80px;
	}



	100% {
		width: 20px;
		height: 20px;
	}
}

@keyframes banner-circle-two {
	0% {
		width: 80px;
		height: 80px;
	}



	50% {
		width: 20px;
		height: 20px;
	}



	100% {
		width: 80px;
		height: 80px;
	}
}




@keyframes halfcircle-animation {
	0% {
		transform: rotate(0);
	}



	50% {
		transform: rotate(180deg);
	}



	100% {
		transform: rotate(0);
	}
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	color: #000000;
	text-transform: uppercase;
}



.page-id-6.f-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
	color: #472510!important;
}

.partners-wrap-scroll {
	width: 100%;
	overflow: hidden !important;

	display: block
}

.callback-companyprofile {
	width: 100%;
	overflow: hidden;
}


.innerpage-header {
	width: 100%;
	background: #040d25;
	height: 260px;
	margin-top: 141px;
	position: relative;

}

/* .innerpage-header:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	height: 100%;
	width: 100%;
	background: rgba(9, 74, 138, 1);
	background: -moz-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 74, 138, 1)), color-stop(100%, rgba(246, 43, 43, 1)));
	background: -webkit-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -o-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: -ms-linear-gradient(left, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	background: linear-gradient(to right, rgba(9, 74, 138, 1) 0%, rgba(246, 43, 43, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#094a8a', endColorstr='#f62b2b', GradientType=1);
	opacity: 0.3;
} */

.innerpage-header .container {
	position: relative;
}


.innerpage-header h2 {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-weight: 500;
	font-size: 21px;
}

.innerpage-header h2 font {
	position: relative;
}

.innerpage-header h2 font:before {
	width: 50px;
	height: 50px;
	border: 5px solid #f5f5dc;
	border-radius: 50%;
	position: absolute;
	left: 20%;
	top: -20px;
	z-index: -2;
	content: '';
	animation: square-to-circle 2s infinite alternate;
	opacity: 0.3;
}

.innerpage-header h6 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	
}

.innerpage-header h6 span a,
.innerpage-header h6 span span {
	padding-left: 8px;
	padding-right: 8px;
}

.innerpage-header h6 a {
	color: #fff;
	text-decoration: none;
}

.innerpage-header h6 a:hover {
	color: #683bcd;
}

.innerpage-header .pageheading-middle {
	width: 100%;
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	display: table;
	height: 260px;

}

.innerpage-header .pageheading-middle div {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.innerpage-header img {
	height: 260px;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
}
.header-event img {
    height: 260px;
    width: 100%;
    object-fit: fill;
    opacity: 0.5;
}
.contact-messg{
	background:url(../irismall/assets/img/cntbg.webp) no-repeat center ;
	padding: 10vh;
}

.contact-page input[type=text],
.contact-page input[type=email] {
	width: 100%;
	background: none;
	border: 1px solid #000;
	height: 42px;
	border-radius: 3px;
	outline: none;
	padding-left: 15px;
	font-size: 15px;
	transition-duration: 0.3s;
	color: #000;
}

.contact-page textarea:focus,
.contact-page input:focus {
	border-color: #fff;
}

.contact-page textarea {
	    width: 100%;
    background: none;
    border: 1px solid #000;
    height: 90px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
    color: #000;
}

.contact-page .wpcf7-submit {
	width: 25%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #f5f5dc;
    border: none;
    outline: none;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.contact-page .wpcf7-submit:hover{
	color: #000;
	border: 1px solid #000;
	background: #fff;
}
.contact-page .wpcf7-spinner {
	position: absolute;
	left: 0px;
	top: 6px;
	padding: 0;
	margin: 0;
	left: 50%;
	margin-left: -12px;
}

.contact-page h3 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	font-size: 26px;
}

.google-maps {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.contact-page .contact-item {
	width: 100%;
	position: relative;
	padding-left: 90px;
	margin-bottom: 20px;
}

.contact-page .contact-item:last-child {
	margin-bottom: 0px;
}

.contact-page .contact-item font {
	position: absolute;
	left: 0px;
	top: 0px;
}

.contact-page .contact-item h6 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	color: #683bcd;
}

.contact-page .contact-item p {
	padding: 0;
	margin: 0;
	line-height: 24px;
}

.contact-page .contact-item a {
	color: var(--TextColor);
	text-decoration: none;
}

.contact-page .contact-item font {
	width: 65px;
    height: 65px;
    color: #ffffff;
    position: absolute;
    left: 0px;
    top: 2px;
    border-radius: 3px;
    background: #683bcd;
    text-align: center;
    font-size: 20px;
    line-height: 65px;
}

.page-container {
	width: 100%;
	overflow-x: hidden;
}

.post-single .col-lg-4 .post-image {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 45px;
}

.post-single .col-lg-4 .post-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.post-single .col-lg-4 h4 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 22px;
	color: #683bcd;
}

.post-single .col-lg-4 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	   background-color: #683bcd26;
    border-radius: 10px;
    margin: 10px 0px;
    padding:10px;
}


 

.post-single .col-lg-4 ul li {
	list-style: none;
	padding: 0;
	margin: 15px 0px 0px 0px;
}

.post-single .col-lg-4 ul li a {
	color: var(--TextColor);
	padding: 0;
	margin: 0;
}

.post-single .col-lg-4 ul li a:hover {
	text-decoration: none;
	color: #683bcd;
}

.post-single .col-lg-8 {
	text-align: justify;
}

.blog-date-style {
	width: 100%;
	padding: 5px 10px;
	margin: 0px 0px 20px 0px;
	font-size: 13px;
	color: #683bcd;
	background: rgb(12 73 138 / 6%);
    border-radius: 3px;
    width: 90px;
}



.blog-heading-style {
	padding: 0;
	margin: 0px 0px 15px 0px;
	font-size: 20px;
}

.blog-page .blog-item {
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	display: inline-block;
}
.blog-page, .post-single{
	padding: 50px 0;
}
.carousel-item {
	background: rgba(255, 255, 255, 1);
	position: relative;
}

.solution-page .solution-item {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 20px 0px;

}

.solution-page .solution-item span {
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	background: #683bcd;
}

.solution-page .solution-item span img {
	width: 100%;
	height: 220px;
	transition-duration: 0.3s;
	object-fit: cover;
}

.solution-page .solution-item i {
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -12px;
	margin-top: -12px;
	z-index: 990;
	color: #fff;
	font-size: 24px;
	transition-duration: 0.3s;
	opacity: 0;
}

.solution-page .solution-item:hover i {
	top: 50%;
	opacity: 1;
}

.solution-page .solution-item:hover img {
	opacity: 0.3;
}

.solution-page .solution-item h4 {
	font-size: 17px;
	padding: 0;
	margin: 5px 0px 0px 0px;
	text-decoration: none;
	line-height: normal;
	text-align: center;
}

.solution-page .solution-item:hover h4 {
	color: #683bcd;
}

.solution-page .solution-item:hover {
	text-decoration: none;
}
.testimonials-page{
	padding: 10vh 0 25vh;
}

.testimonials-page .testimonial-item {
	margin-bottom: 25px;
}

.testimonials-page .testimonial-item h6 {
	position: relative;
	bottom: 0px;
	padding: 0;
	margin: 15px 0px 0px 0px;
	text-align: left;
}

.testimonials-page .testimonial-item:after {
	display: none;
	visibility: hidden;
}

.ourteam-item {
	width: 100%;
	height: 280px;
	background: #fff;
	display: inline-block;
	position: relative;
	border-radius: 10px;

	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition-duration: 0.3s;
	cursor: pointer;
	margin-top: 15px;

}

.ourteam-item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0);
}

.ourteam-item span {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	border-top-right-radius: 0px;
	transition-duration: 0.3s;
}

.ourteam-item span img {
	width: 200px;
	height: 200px;
	object-fit: cover;
	transition-duration: 0.3s;
}

.ourteam-item .team-content {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 10px;
	padding: 12px 0px;
	background: rgba(255, 255, 255, 0.8);
}

.ourteam-item .team-content h6 {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: var(--TextColor);
	font-weight: normal;
}

.ourteam-item .team-content h5 {
	width: 100%;
	padding: 0;
	margin: 0px 0px 6px 0px;
	font-size: 18px;
	color: #683bcd;
	font-weight: 500;
}

.ourteam-item font {
	width: 35px;
	height: 35px;
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 20px;
	top: 20px;
	line-height: 35px;
	color: #683bcd;
	border-radius: 50%;
	text-align: center;
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(248, 40, 40, 0.5);
	z-index: 900;

}

.ourteam-item:hover span,
.ourteam-item:hover span img {
	width: 100%;
	height: 280px;
	border-radius: 0px;
}


@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-moz-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@-ms-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

@keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(102, 189, 81, 0);
	}
}

.page-id-101 .innerpage-content-wrap h4 {
	margin-bottom: 25px;
}

.overview-wrapper {
	margin-top: 100px;
	text-align: justify;
	margin-bottom: 50px;
}

.overview-wrapper .col-lg-7 h4 {
	font-size: 22px;
	padding: 0;
	text-align: left;
	margin: 0px 0px 30px 0px;
	line-height: 32px;
}

.overview-wrapper .col-lg-5 span {
	width: 100%;
	height: 360px;
	display: inline-block;
	border-radius: 10px;
	margin-top: 8px;
	position: relative;
	overflow: hidden;
}

.overview-wrapper .col-lg-5 span img {
	width: 100%;
	height: 360px;
	object-fit: cover;
}

@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}




@media screen and (max-width: 1024px) {
	.services-wrap .container:after {
		right: 0px;
	}

	.testimonials-wrap,
	.about-wrapper {
		width: 100%;
		overflow: hidden !important;
	}

	.services-wrap .row {
		margin-left: auto;
		margin-right: auto;
	}

	.socialmedia-sticky {
		display: none;
		visibility: hidden;
	}

	.header-wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		padding-left: 12px;
		padding-right: 12px;
	}


	.banner-caption {
		padding-left: 25px;
	}

	.services-wrap .col-lg-4 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: circle(59% at 64% 30%);
	}

	.overview-wrapper .col-lg-5 span,
	.overview-wrapper .col-lg-5 span img,
	.strategic-approach-wrap .col-lg-5 span,
	.strategic-approach-wrap .col-lg-5 span img {
		height: auto;
	}

	.overview-wrapper .col-lg-5 span {
		margin-bottom: 45px;
	}

	.strategic-approach-wrap .col-lg-7 {
		height: auto;
		margin-bottom: 30px;
	}

	.strategic-approach-wrap .col-lg-7 h3 {
		text-align: center;
	}

}

@media screen and (max-width: 980px) {
	.banner-caption {
		min-height: 450px;
		height: auto;
		text-align: center;
		padding-left: 15px;
		padding-right: 15px;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		clip-path: none;
	}

	.banner-bottom-div .mouse-icon,
	.bannerslider-item .col-lg-7 .banner-imagecon::before,
	.reputation-wrapper .col-lg-5 .col-lg-5 {
		display: none;
		visibility: hidden;
	}

	.bannerslider-item .col-lg-7 .banner-imagecon {
		height: 450px;
	}

	.about-wrapper .col-lg-6:first-child {
		padding-right: 15px;
	}

	.about-wrapper .about-image,
	.about-wrapper .about-image img {
		height: auto;
	}

	.about-wrapper .col-lg-6:first-child:after {
		top: auto;
		bottom: -90px;
		right: 50%;
		margin-right: -90px;
	}

	.page-heading {
		width: 100%;
		text-align: center !important;
	}

	.about-wrapper .page-heading {
		margin-top: 145px;
	}

	.about-wrapper {
		padding-bottom: 5px;
	}

	.enquiry-form {
		margin-top: 75px;
	}

	.footer-top-item span {
		padding-left: 90px;
	}

	.footer-top-item span img {
		left: 25px;
	}

	.footer-credit p {
		text-align: center !important;
		padding: 0;
		margin: 0;
	}

	.footerwrapper .col-lg-3 ul li {
		width: 50%;
		display: inline-block;
		float: left;
	}

	.contact-page .col-lg-5 {
		margin-bottom: 65px;
	}
}

@media screen and (max-width: 740px) {}

@media screen and (max-width: 520px) {

	.partners-wrap-scroll,
	.banner-bottom-div:after,
	.about-wrapper .container::before,
	.footerwrapper .col-lg-6.mt-md-5 {
		display: none;
		visibility: hidden;
	}

	.banner-caption span h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.banner-caption span p {
		margin-bottom: 30px;
	}

	.banner-bottom-div .col-lg-8 font h2 {
		width: 100%;
		text-align: center;
	}

	.banner-bottom-div .col-lg-8 font {
		padding: 0px;
		width: 100%;
	}

	.banner-bottom-div .col-lg-8 font h6 {
		text-align: center;
		margin: 10px 0px 0px 0px;
	}

	.banner-bottom-div .col-lg-4 h5 {
		text-align: center;
		padding: 0;
		margin: 0;
	}

	.banner-bottom-div .col-lg-4 h5 font {
		padding-right: 0px;
	}

	.services-wrap .curve-top,
	.services-wrap .curve-top svg,
	.services-wrap .curve-bottom,
	.services-wrap .curve-bottom svg {
		height: 50px;
	}

	.services-wrap .curve-top {
		top: -50px;
	}

	.services-wrap .curve-bottom {
		bottom: -50px;
	}

	.services-wrap .container:after {
		right: -80px;
	}

	.services-wrap {
		margin-top: 80px;
	}

	.services-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.about-wrapper {
		margin-top: 90px;
	}

	.about-wrapper .readmore-btn {
		left: 50%;
		margin-left: -67px;
	}


	.solutions-wrapper {
		margin-top: 0px;
		padding-top: 75px;
	}

	.reputation-wrapper {
		margin-top: 65px;
	}

	.reputation-wrapper .col-lg-5 {
		margin-top: 75px;
	}

	.reputation-wrapper:before,
	.blog-enquiry-wrapper:before {
		z-index: 0;
	}

	.secure-identity .col-lg-6:first-child span h3 {
		font-size: 28px;
	}

	.secure-identity .secure-image,
	.secure-identity .secure-image img {
		height: auto;
	}

	.secure-identity .secure-image {
		margin-top: 45px;
	}

	.secure-identity {
		padding-bottom: 80px;
	}

	.testimonials-wrap {
		margin-top: 0px;
		padding-top: 60px;
		margin-bottom: 80px;
	}

	.blog-enquiry-wrapper {
		padding: 60px 0px;
	}

	.blog-enquiry-wrapper .col-lg-6 {
		margin-bottom: 45px;
	}

	.enquiry-form {
		margin-top: 20px;
	}
	.cnt h4{
		text-align: left !important;
	}

	.footer-top-item span {
		width: 100%;
		text-align: left;
	}

	.footerwrapper .col-lg-12 .row .col-lg-4 {
		border-right: none;
		border-bottom: 1px solid #5580ad;
	}

	.footerwrapper .col-lg-12 .row .col-lg-4:last-child {
		border-bottom: none;
	}

	.footer-topwrap {
		margin-bottom: 50px;
	}

	.footerwrapper .col-lg-3 {
		margin-top: 25px;
	}

	.footer-credit {
		margin-top: 60px;
	}

	.banner-slider-wrap .banner-circle-anim {
		left: auto;
		right: 0px;
	}

	.banner-slider-wrap .carousel-item::before {
		bottom: auto;
		top: 400px;
	}

	.contact-page h3 {
		font-size: 22px;
		text-align: center;
	}
     .post-single{
		padding: 40px 0;
	 }.contact-messg p {
		padding: 18px 0 11px;
	}


	.innerpage-header h2 {
		font-size: 36px;
	}


	.innerpage-header,
	.innerpage-header img,
	.innerpage-header .pageheading-middle {
		height: 200px;
	}

	.overview-wrapper {
		margin-top: 60px;
	}

	.directors-message h3,
	.strategic-approach-wrap .col-lg-7 h3 {
		font-size: 32px;
	}

	.directors-message,
	.strategic-approach-wrap {
		margin-top: 90px;
	}

	.directors-message .curve-top {
		height: 60px;
		top: -60px;
	}

	.directors-message .curve-top svg,
	.directors-message .curve-bottom svg {
		height: 60px;
	}

	.directors-message .curve-bottom {
		height: 60px;
		bottom: -60px;
	}


}

/* custom */
.home-banner-wrap img {
    width: 100%;
    height: 110vh;
    object-fit: cover;
    object-position:top;
}
.banner-item.banner-imagecon {
	height:125vh;
	top:100px !important;
}
.home-banner-wrap .banner-caption .col-lg-5 span {
    display: table-cell;
    vertical-align: middle;
}
.home-banner-wrap {
    width: 100%;
    height: 90vh;
    position: relative;
}
.home-banner-wrap .banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 300px;
    padding-left: 35px;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 113vh;
    display: table;
}
.banner-bottom{
	margin-top: 10vh;
}
.banner-bottom p{
	text-align:center;
}
.banner-bottom h6{
	color:#ffffff!important;
}
.col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.hospital{
	background-color: #17a76a;
}
.care-home{
	background-color: #2c2d80;
}
.health-studies{
	background-color: #e5b60a;
	;
}
.health-placements{
	background-color: #66469c;
	
}
.prof-reg{
    background-color: #66459c;
}
.style-phone{
    margin-bottom:40px!important;
}
.col-2dot4, .col-sm-2dot4, .col-md-2dot4, .col-lg-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.banner-bottom a {
    width: 100%;
    min-height: 190px;
    border-radius: 10px;
    border: 1px solid #00378400;
    display: block;
    text-decoration: none!important;
    margin-top: 20px;
    padding: 0 20px;
    transition-duration: .3s;
    position: relative;
    pointer-events: none;

}
.banner-bottom a span {
    width: 100%;
    height: 70px;
    display: block;
    text-align: center;
    margin: 30px 0 18px 0;
}
.banner-bottom a span img {
    height: 70px;
    object-fit: cover;
}
.banner-bottom a h6 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 12px;
    color: var(--BlackColor);
    font-weight: 500;
    text-decoration: none!important;
}

.banner-bottom-align .col-xl-2dot4 a:hover {
    border-color: #ffffff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 24%);
}
.swing {
	animation: zoom-in-zoom-out 3s ease-out infinite;
  }
  
  @keyframes zoom-in-zoom-out {
	0% {
	  transform: scale(1, 1);
	}
	50% {
	  transform: scale(1.03, 1.03);
	}
	100% {
	  transform: scale(1, 1);
	}
  }



/* service-section */
.ourservice-gh-wrapper {
    margin-top: 90px;
}
.home-headings {
    width: 100%;
    margin-bottom: 35px;
}
.home-headings h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 46px;
	font-weight: 800;
    color: #683bcd;
}
.home-headings h6 {
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
	font-weight: 600;
    text-transform: uppercase;
    color: #00000091;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.servicescroll {
    margin-left: -15px;
    margin-right: -15px;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.ourservice-item {
    width: 100%;
    position: relative;
    background: #683bcd;
    height: 440px;
    float: left;
    overflow: hidden;
	border-radius: 10px;
}
.ourservice-item .linkitem {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    top: 30%;
    margin-top: -30px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 100;
    text-align: center;
    color: #fff;
    line-height: 56px;
    transition-duration: 0.3s;
    opacity: 0;
}
.ourservice-item img {
    width: 100%;
    height: 440px;
    object-fit: cover;
    transition-duration: 0.3s;
}
.ourservice-item h5 {
    background: rgb(0 0 0 / 25%)!important;
}
.ourservice-item h5 {
    width: 100%;
    height: 80px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 500;
    padding: 0px 10px;
    margin: 0;
    text-align: center;
    display: table;
    transition-duration: 0.3s;
}
.ourservice-item h5 font {
    display: table-cell;
    vertical-align: middle;
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    transition-duration: 0.3s;
}
.ourservice-item:hover .linkitem {
    opacity: 1;
    top: 40%;
}
.ourservice-item:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}
.ourservice-item:hover h5 {
    bottom: 120px;
    background: none;
}
.slick-dots li button{
    border: 2px solid #683bcd!important;
    list-style: none !important;
    z-index: 990!important;
    border-radius: 50%!important;
}
.servicescroll .slick-dots, .testimonialscroll .slick-dots, .servicescroll .slick-dots, .ourclientscroll .slick-dots {
    bottom: -30px !important;
}
.servicescroll .slick-dots li.slick-active button{
    background: #000!important;
}
.ourservice-gh-wrapper .readmore-btn{
	margin: auto;
    justify-content: center;
    display: block;
    margin-top: 60px;
}
 
/* gallery-section */

.iris-slide {
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.iris-slide:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.iris-slide img {
  transition: transform 0.3s ease;
}

.iris-slide:hover img {
  transform: scale(1.05);
}


.iris-title p{
	text-align:center;
	color:#000;
	font-family: Neue-Haas-Grotesk !important;
}
.gallery-wrapper-bg {
    width: 100%;
    padding: 70px 0px;
	background-image:url(..\irismall/assets/img/gallerybg.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size : cover;
}

.gallery-wrapper-bg h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    color: #683bcd;
}
.gallery-wrapper-bg h6{
	width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00000091;
	margin-bottom: 30px;
}

.gallery-wrapper-bg .readmore-btn {
    margin: auto;
    justify-content: center;
    display: block;
    margin-top: 60px;
}
.vp-portfolio__item{
	border-radius:10px;
}
.gallery-bottom-wrapper {
    width: 100%;
    background: #ed1b24;
    padding: 60px 70px;
    border-radius: 4px;
    margin-top: 100px;
    text-align: justify;
    color: #babcd1;
    position: relative;
	margin-bottom: 100px;
}
.gallery-bottom-wrapper h2 {
	color: #fff;
    text-align: left;
    font-weight: 800;
    font-size: 38px;
}
.gallery-bottom-wrapper h6 {
	font-style: italic;
    color: #fff;
    font-weight: 500;
}

.gallery-bottom-wrapper p {
    color: #fff;
}
/* .gallery-bottom-wrapper .golden-rd-1 {
	width: 100%;
    position: absolute;
    right: -19px;
    z-index: 10000;
    top: 0px;
}
.gallery-bottom-wrapper .golden-rd-2 {
    width: 100%;
    position: relative;
    right: -20px;
    z-index: 900;
	top: 15px;
} */

.gallery-bottom-wrapper .golden-rd-1 {
    width: 200px;
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 130px;
    margin: auto;
    display: block;
    left: 0px;
    border-radius: 50%;
}
.gallery-bottom-wrapper .golden-rd-1:hover{
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 105px 64px rgb(0 0 0 / 45%);

}




.gallery-bottom-wrapper .golden-rd-2 {
    width: 100%;
    position: relative;
    right: 0px;
    z-index: 900;
    top: 15px;
    left: 0px;
    margin: auto;
}




.gallery-bottom-wrapper:after {
    width: 160px;
    content: '';
    position: absolute;
    height: 100%;
    right: 185px;
    top: 0px;
    background: #fff;
}
.rotate {
	width: 100px;
	animation: rotation 20s infinite linear;
  }

  @keyframes rotation {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(359deg);
	}
  }

/* testimonials */

.testimonials-wrap-gh {
    width: 100%;
    padding: 90px 0px 90px 0px;
	background-image: url(..\irismall/assets/img/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 4px solid #683bcd;
	border-top: 4px solid #683bcd;
}
.home-headings-gh {
    width: 100%;
    margin-bottom: 35px;
}
.home-headings-gh h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    color: #fff;
}
.home-headings-gh h6 {
	width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.testimonials-wrap-gh .testimonials-item {
    width: 100%;
    background: #ffffffa1;
    padding: 0px 20px 30px 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}

.testimonials-wrap-gh .testimonials-item span {
    width: 100px;
    height: 100px;
    background: url(..\irismall/assets/img/testimonial-propic.webp) no-repeat;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -50px;
    margin-top: -30px;
    margin-bottom: 10px;
    overflow: hidden;
}
.testimonials-wrap-gh .testimonials-item span img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.testimonials-wrap-gh .testimonials-item p {
    text-align: center;
    font-style: italic;
    line-height: 26px;
    padding: 0;
    margin: 0;
	color: #000;
}

.testimonials-wrap-gh .testimonials-item font {
    width: 100%;
    min-height: 40px;
}

.testimonials-wrap-gh .testimonials-item font h5 {
    width: 100%;
    padding: 0;
    margin: 20px 0px 10px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #111111;
	text-align: center;
}

.testimonials-wrap-gh .slick-dots li button {
    background: #fff;
}
.testimonials-wrap-gh .slick-dots li button {
    border: 2px solid #fff!important;
}
.testimonials-wrap-gh .testimonials-item font h6 {
    width: 100%;
    padding: 0;
    margin: 0px;
    font-size: 14px;
    color: var(--TextColor);
    font-weight: normal;
}

.contact-page .col-lg-5{
	padding: 40px;
}






.send-message-wrapper {
    position: relative;
    padding: 80px 0px;
    background-color: #fafafa;
	background-image:url(..\irismall/assets/img/contact.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.send-message-wrapper h3 {
    margin: 0px 0px 30px 0px;
    width: 100%;
    font-size: 48px;
    line-height: 52px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    font-family: Roboto, sans-serif !important;
}
.send-message-wrapper .google-maps-wrap {
    width: 45%;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}
.send-message-wrapper p{
	color: #fff;
}
.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}
.send-message-wrapper .col-lg-6 .col-lg-6 {
    padding-bottom: 15px;
}
.send-message-wrapper .col-lg-6 .col-lg-6 input {
    width: 100%;
    height: 45px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
	box-shadow: 1px 1px 1px 1px #ed1b24;
	color:#fff;
}
.send-message-wrapper .col-lg-6 .col-lg-12 textarea {
    width: 100%;
    height: 100px;
    background: #e2d9e93b;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
	box-shadow: 1px 1px 1px 1px #ed1b24;
		color:#fff;
}
.send-message-wrapper .col-lg-6 .col-lg-4 .subbtn {
    width: 100%;
    height: 45px;
    background: #683bcd;
    color: #fff;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.wpcf7-form-control-wrap input::placeholder{
	color:#000;
}
.wpcf7-form-control-wrap textarea::placeholder{
	color:#000;
}


.footer-credit p,
.footer-credit a{
    color: #fff;
}
.mt-md-5.addr-foot{
	margin-top: 0rem!important;
}
/* social media */

.Social-media{
  display: flex;
 
}
.Social-media a{
  display: flex;
  background: #ffffff0d;
  height: 35px;
  width: 35px;
  margin: 0 5px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.5s
}
.Social-media a i{

  color : #ffffff;
  transition: transform 0.5s;
}
.Social-media a:hover{
	border: 1px solid #fff;
  transform: translateY(2px);
}
.Social-media a:hover i{
  transform: scale(0.90);
}
.Social-media a:hover .fa-facebook{
  color: #fff;
}
.Social-media a:hover .fa-linkedin{
	color: #fff;
}
.Social-media a:hover .fa-whatsapp{
	color: #fff;
}
.Social-media a:hover .fa-instagram{
	color: #fff!important;
}
.Social-media a:hover .fa-youtube{
	color: #fff;
}
.Social-media{
	display: flex;
}

/* about us page  */
.wp-block-separator {
    border-bottom: 1px solid #683bcd;
}
.fa-clock-o-alt:before {
    content: "\f017";
}
.contactmap{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.contact-form-pge{
	padding: 40px 40px 40px 40px!important;
	border-radius: 10px;
	background-image: url(..\irismall/assets/img/contact-form-bg.webp)!important;
	background-position: center;
	background-size: cover;


}
.about-irismall{
	background: url(../irismall/assets/img/malltrans.webp) no-repeat center;
	padding: 20vh 0;
}
.about-irismall .pr-lg-5 img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-irismall .wp-block-heading{
	text-align: left;
}
.contact-form-pge h3 {
    color: #000;
    padding-top: 23px;
    padding-bottom: 23px;
}
.about-page-middle .col-lg-5 img {
    width: 100%;
    height: 520px;
    object-fit: cover;
	border-radius: 10px;
}
.about-page-middle {
    width: 100%;
    background: var(--GreyColor);
    margin-top: 10px;
    padding: 70px 0px;
}
.about-page-middle .col-lg-7 {
    display: table;
}
.about-page-middle .col-lg-7 span {
    display: table-cell;
    vertical-align: middle;
}
.about-page-middle .col-lg-7 h4 {
    padding: 0;
    margin: 10px 0px 10px 0px;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
}
.about-page-middle .col-lg-7 p {
    padding: 0;
    margin: 0;
    text-align: justify;
		margin-bottom: 20px;
	}
	.about-page-middle .points{
		display: inline-block;
		column-count: 2;
	}

.about-btm-bar {
   width: 100%;
    min-height: 71px;
    background: #c0171d;
    min-height: 100px;
	margin-top: 50px;
	background: url(..\irismall/assets/img/about-banner.webp) no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-top: 3px solid #683bcd;
	border-bottom: 3px solid #683bcd;

	
}

.about-btm-bar .row {
    margin-left: 0px;
    margin-right: 0px;
}
.about-btm-bar .row .col-lg-3:nth-child(1) {
    padding-left: 115px;
}
.about-btm-bar .row .col-lg-3:first-child {
    border-left: 1px solid #cbcbcb;
}
.about-btm-bar .row .col-lg-3 {
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid #cbcbcb;
    min-height: 100px;
    position: relative;
}
.about-btm-bar .row .col-lg-3:nth-child(1) img {
    left: 55px;
}
.about-btm-bar .row .col-lg-3 img {
    position: absolute;
    left: 0px;
    top: 28px;
}
.about-btm-bar .row .col-lg-3 h2 {
    text-transform: uppercase;
    padding: 0;
    margin: 24px 0px 0px 0px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}
.about-btm-bar .row .col-lg-3 h6 {
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
}
.about-btm-bar .row .col-lg-3:nth-child(2) {
    padding-left: 125px;
}
.about-btm-bar .row .col-lg-3:nth-child(2) img {
    left: 65px;
}
.about-btm-bar .row .col-lg-3:nth-child(3) {
    padding-left: 94px;
}
.about-btm-bar .row .col-lg-3:nth-child(3) img {
    left: 30px;
}

.about-btm-bar .row .col-lg-3:nth-child(4) {
    padding-left: 115px;
}
.about-btm-bar .row .col-lg-3:nth-child(4) img {
    left: 55px;
}
.about-wrapper h1{
    margin: 0px 0px 15px 0px;
}



/* careers */

.innerpage-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}
.career-list-wrap .card-career {
    margin-bottom: 25px;
}
.card-career {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.career-list-wrap .btn-link.collapsed {
    
    color: #fff;
}
.career-list-wrap .btn-link {
    width: 100%;
    padding: 10px 20px;
    margin: 0;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
	background: linear-gradient(90deg, rgb(23 167 107 / 87%) 0%, rgb(0 56 132 / 87%) 100%)!important;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition-duration: 0.3s;
    text-decoration: none !important;
    position: relative;
}

.career-list-wrap .btn-link font {
    background: var(--OrangeColor);
    color: #fff;
    font-size: 12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    text-align: center;
    line-height: 24px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.career-list {
    width: 100%;
    
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.career-list h3 {
    width: 100%;
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 20px;
    color:#683bcd;
}
.career-list h6 {
    width: 100%;
    padding: 0;
    margin: 6px 0px 0px 0px;
    color: var(--TextColor);
    font-weight: normal;
    font-size: 15px;
}

.card-career .btn-link:hover {
    color: #ffffff;
	background: linear-gradient(90deg, rgb(23 167 107) 0%, rgb(0 56 132 / 94%) 100%)!important;
}
.career-image {
    width: 100%;
    height: auto;
    position: sticky;
    top: 30%;
    float: left;
}
.career-image img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}

.whychoose-features-inner-one h1 span{
    font-family:lora!important;
   
}
.career-list a {
    display: inline-block;
    background: #683bcd;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 18px 0px 0px 0px;
}
.career-list a:hover {
    background:#2b2b80;
    color: #fff;
    text-decoration:none;
}

.career-note h3{
    font-size: 20px;
    text-align: left;
}
.career-note a{
  color:red;
}
.career-note a:hover{
  text-decoration:none;
}



/* Team */

.adminlist{
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #efefef33;
}
.adminlist h4 {
    font-weight: 800;
    padding: 0px 0px 30px;
    font-size: 40px;
    text-align: center;
}

.adminlist .custom-container {
    padding: 50px 7%;
}
.adminlist .leader-box {
    margin-bottom: 25px;
    min-height: 340px;
}
.adminlist .leader-box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.adminlist .leader-box .content {
    padding: 20px;
	background-color: #00000008;
    border-radius: 10px;
}
.adminlist .leader-box .content:hover {
    background-color: #0000001f;
}
.adminlist .leader-box .content h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
	text-align: center;
}
.adminlist .leader-box .content p {
    font-weight: 300;
    margin-bottom: 0px;
	text-align: center;
}
.adminlist a:hover {
  text-decoration: none;
}
.admin-detail .admin-img {
    background-color: #683bcd;;
    padding: 25px;
    margin-bottom: 20px;
	border-radius:10px;
}
.leaders-detail-main .profile-img-box img {
    width: 200px;
    height: 200px;
    border-radius: 225px;
    display: block;
    margin: -130px auto 30px;
    object-fit: cover;
}
.admin-detail .custom-container {
    padding: 160px 7% 70px;
}
.admin-detail .profile-img-box h4 {
    font-family: 'Nunito Sans', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.admin-detail .profile-img-box h6 {
    text-align: center;
    color: #fff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}
.admin-detail .profile-content p {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
}
.adminlist .row{
	justify-content: center;
}


.page-id-6 .solutions-wrapper .solution-item span {
    background: #38b380c9!important;
}

/* service-inner */
.service-detail-main .custom-container {
    padding: 100px 7% 70px;
}
.service-img img{
	width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 3px;
	box-shadow: 3px 3px 1px 1px #683bcd;
}
.service-content p{
	text-align: justify;
}
.contact-messg p,
.contact-messg h3
{
   text-align: center;
   color: #fff;

}
.menu-quick-links-container ul{
	column-count: 2;
}
.contact-form-pge .col-lg-12{
	padding-left: 0;
	padding-right: 0;
}
.contact-messg a{
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: auto;
	display: block;
	padding-top: 20px;
}
.contact-messg a:hover{
	text-decoration: none;
	color: #000;
}
.contact-messg{

	padding: 10vh !important;
} 
.contact-messg p{
	padding: 18px 0 40px;
}
.contact-messg h6 {
    color: #ffff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
/* why choose us */
.whychoose-page{
    position: relative;
    background-color: #edf2f5;
}

.whychoose-page .custom-container {
    padding: 70px 7%;
}
.m-auto {
    margin: auto!important;
}
.whychoose-page h1{
	color: #683bcd;
    font-size: 40px;
}
.whychoose-page h3{
	font-size: 20px;
	line-height: 1.5;
	color: #49b889;
}
.whychoose-caption p{
	text-align: justify;
}
.inner-banner-provider .head a {
    color: #fff;
    border-radius: 5px;
    padding: 7px 25px;
    margin-top: 15px;
    display: block;
    width: fit-content;
    cursor: pointer;
	background-color: #683bcd;
}
.inner-banner-provider .head a:hover {
    text-decoration: none;
	background-color: #003885;
}
.whychoose-caption li {
    font-weight: 400;
    color: #000;
    line-height: 30px;
    font-size: 17px;
}
.whychoose-page img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 25px;
    padding: 5px;
    border: 1px solid #ffcb08;

}
.our-gallery-page{
	margin-top: 100px;
	margin-bottom: 100px;
}
.our-gallery-page h2{
	padding-bottom: 40px;
	text-align: center;
}
.vp-filter__style-minimal .vp-filter__item.vp-filter__item-active {
    --vp-filter-minimal--items__color: #ffffff!important;
    --vp-filter-minimal--items-hover__color: #ffffff!important;
    background-color: #683bcd;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.vp-filter__style-minimal .vp-filter__item>a:hover{
    color: #000!important;
}






/* point why choose */
.why-choose-cards-main .custom-container {
    padding: 80px 7%;
}
.why-choose-cards-main .card-box {
    -webkit-box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    -moz-box-shadow: 0px 0px 17px -1px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 0px 17px -1px rgb(0 0 0 / 11%);
    border-radius: 15px;
    padding: 30px;
    min-height: 500px;
    height: 97%;
}

.why-choose-cards-main  .card-style{
	background: linear-gradient(90deg, rgb(23 167 107 / 11%) 0%, rgb(0 56 132 / 33%) 100%)!important;
}

.why-choose-cards-main .card-box img {
    height: 175px;
    object-fit: contain;
    margin-bottom: 30px;
}
.why-choose-cards-main .card-box h4 {
    font-size: 23px;
    text-align: center;
}
.why-choose-cards-main .card-box h4 {
    font-weight: bold;
    font-size: 24px;
    color: #683bcd;
    margin-bottom: 10px;
}
.why-choose-cards-main .card-box p {
   text-align: justify;
   color:#000;
}
.why-mb{
margin-bottom: 30px;
}
/* enroll */

.enroll-today h1{
	text-align: center;
	margin-top: 40px;
}
.enroll-today p{
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}
.enroll-form-pge {
    padding: 40px 40px 40px 40px!important;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.enrollpage img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.enrollpage{
    margin-top: 40px;
}
.contact-page input[type=date]{
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
	color: #fff;
	background-color: #0000006e;
}
.wpcf7-select{
	width: 100%;
    background: none;
    border: 1px solid #cbcbcb;
    height: 42px;
    border-radius: 3px;
    outline: none;
    padding-left: 15px;
    font-size: 15px;
    transition-duration: 0.3s;
	color: #fff;
    background-color: #0000006e;
}
.certification{
    width: 100%;
    text-align: center;
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 35px 0px;
    line-height: normal;
    font-weight: 500;
	text-align: center;
}

.ourclients-wrap span {
    width: 100%;
    float: left;
    height: 170px;
    border: 1px solid #bac8d0;
    border-radius: 5px;
    overflow: hidden;
}
.ourclients-wrap span img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.ourclients-wrap {
    margin-top: 90px;
    margin-bottom: 100px;
}
.footer-topsection {
    width: 100%;
    background: linear-gradient(90deg, rgba(77,162,109,1) 2%, rgba(77,162,112,0.6979166666666667) 43%, rgba(50,40,125,0.8155637254901961) 91%);
    min-height: 120px;
}
.footer-topsection .footertop-txt {
    width: 100%;
    position: relative;
    padding-left: 0;
}
.footer-topsection h4 {
    padding: 0;
    margin: 31px 0 0 0;
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}
.footer-topsection h6 {
    padding: 0;
    margin: 4px 0 0 0;
    float: left;
    color: #fff;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
}
.footer-topsection .download-brochure.bookdemo {
    right: 180px;
}
.footer-topsection .download-brochure {
    height: 42px;
	background: #ffffff4d;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    line-height: 42px;
    padding: 0 15px;
    position: absolute;
    top: 39px;
    right: 0;
    text-decoration: none;
}
.footer-topsection .download-brochure:hover {
background-color: #683bcd96;
}
.footer-topsection ul {
    padding: 0;
    margin: 39px 0 0 0;
    width: 100%;
    text-align: right;
}
.footer-topsection ul li {
    list-style: none;
    display: inline-block;
}
.footer-topsection ul li a {
    width: 42px;
    height: 42px;
    background-color: #ffffff75;
    border-radius: 4px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 0 3px;
    line-height: 42px;
}
.footer-topsection ul li a:hover{
	background-color: #683bcd96;
}
.why-choose-cards-main .card-box img {
  width:350px;
}
.submit-btn{
    margin-top:30px;
}
.send-message-wrapper .wpcf7-submit {
    width: 25%;
    padding: 0;
    margin: -7px 0px 0px 0px;
    height: 42px;
    border-radius: 3px;
    background: #683bcd;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}








@media only screen and (max-width:1100px){
	.vision-mission-wrap .col-lg-6 {
		padding-bottom: 20px;
	}
	
}

@media only screen and (min-width:768px) and (max-width:999px){
	.col-md-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #fff;
		border-radius: 5px;
	}
	.adminlist .row {
		justify-content: unset;
		width: 115vh;
	}
	.adminlist h4 {
		text-align: left;
	}
	.footerwrapper .col-lg-3{
		padding-bottom: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 7% 30px;
	}
	
}

@media only screen and (max-width:767px){
	.ourclients-wrap span img {
		height: 160px;
	}
	.col-2dot4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.banner-bottom-align .col-xl-2dot4 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.banner-bottom-align .row {
		margin-left: -6px;
		margin-right: -6px;
	}
	.solutions-wrapper p {
		padding-left: 0px; 
		 padding-right: 0px;
	}
	.wor-pre {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #683bcdb5;
		border-radius: 5px;
	}
	.service-content{
		padding-top: 20px;
	}
	.whychoose-page .custom-container {
		padding: 30px 0% 30px;
	}
	.contact-page .col-lg-5 {
		margin-bottom: 0px; 
	}
	
}

@media only screen and (min-width:1100px) {
	.home-banner-wrap .banner-caption .col-lg-6 {
		padding-left: 0px;
		margin-left: 15vh;
	}
}

@media screen and (max-width: 480px){
.send-message-wrapper {
    padding-top: 60px;
}
}
@media screen and (max-width: 480px){
.send-message-wrapper {
    margin-top: 60px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper {
    padding-bottom: 0px;
}
}
@media screen and (max-width: 980px){
.send-message-wrapper .google-maps-wrap {
    position: relative;
    width: 100%;
    height: 400px;

}

}

@media (min-width: 992px){
.pl-lg-5, .px-lg-5 {
    padding-left: 3rem!important;
}

.about-wrapper .lisc{
    padding-right:30px;
    border-right: 1px solid #683bcd;
}
}

@media (min-width: 992px){
.pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem!important;
}
}




@media only screen and (min-width: 1201px) and (max-width: 1685px){
	.highlight .highlight-two-content {
		padding: 8vh 4vh 0vh;
	}
	}
	
@media only screen and (min-width:768px) and (max-width:1050px){
	.f-nav .head-cnt, .f-nav .search{
        display: none;
	}
	.testimonials-page .col-lg-6 {
		margin-bottom: 30px;
	}
	.contact-form-pge h3{
		text-align: center;
	}
	.f-nav #mega-menu-wrap-primary {
		clear: both;
		padding-top: 15px;
	}
	.head-cnt{
		padding-top: 40px;
		padding-left: 30px !important;
		display: flex;
	}
	.shopthree {
		padding: 28vh 34vh 28vh 16px;
	}
	.head-cnt div{
		padding-right: 20px;
	}
	
    .about-wrapper {
    margin-top: 0vh;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.about-wrapper .lisc {
    padding-right: 30px;
    border-right: 1px solid #683bcd;
}
.about-wrapper .readmore-btn {
    margin: auto;
}
.gal-head {
    margin-left: 0;
}
.gal-head h5 {
text-align: center;
}
.service-wrapper h1{
    text-align: center !important;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.whychoose-features-inner-one .img img {
    height: 350px;
}
.footer-topsection h6 {
    margin: 4px 0 30px 0;
}
.google-maps-wrap iframe{
    width:850px;
}
 .slick-track {
    top: 0px;
}

.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}

.whychoose-page h1 {
    margin-top: 25px;
}
.why-choose-cards-main .why-mb {
    flex: 0 0 50%;
    max-width: 50%;
}
.why-choose-cards-main .card-box img {
    width:250px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #000000;
}
#highlightone{
	flex: 0 0 50%;
    max-width: 50%;
	order: 2;
}
#highlighttwo{
	flex: 0 0 50%;
    max-width: 50%;
	order: 1;
}
#highlightthree{
	flex: 0 0 50%;
    max-width: 50%;
	order: 3;
}
#highlightfour{
	flex: 0 0 50%;
    max-width: 50%;
	order: 5;
}
#highlightfive{
	flex: 0 0 50%;
    max-width: 50%;
	order: 6;
}
#highlightsix{
	flex: 0 0 100%;
    max-width: 100%;
	order: 7;
}
.highlight .highlight-one-content {
    padding: 6vh 2vh 2vh;
}
.highlight-two-content{
	padding: 6vh 2vh 2vh;
}
.highlight .highlight-three-content {
    padding: 6vh 4vh 7vh;
}
.gallery-bottom-wrapper:after {
    background: unset;
}
.gallery-bottom-wrapper .golden-rd-1 {
    width: 300px;
    top: 207px;
}
.send-message-wrapper .wpcf7-submit {
    width: 50%;
}
.f-nav .header-wrapper .header-logo img {
    height: 100px;
}


}


@media only screen and (max-width:767px){
	.wrap, .head-cnt{
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #000!important;

	}
	    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #fff;
        background: #f5f5dc;
    }
    .innerpage-header h2 {
    font-size: 14px;
    padding-left:30px;
    padding-right:30px;
}
.contact-page .wpcf7-submit {
    width: 50%;
}
.header-logo img {
    width: 180px;
    height: 100px;
    object-fit: contain;
}
.home-banner-wrap {
    height: 54vh;
}

.home-banner-wrap img {
    height: 60vh;
}
.banner-caption span h2 {
    font-size: 33px !important;
    line-height: 0;
    text-align: center;
}
.about-wrapper p {
    padding: 10px 5vh;
}
.page-heading {
    font-size: 35px;
}
.banner-caption span p {
    font-size: 50px;
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
    text-shadow: 4px 2px 3px #000;
}
.eventbox .evtimg img {
    width: 100% !important;
    height: 157px !important;
    object-fit: cover;
}
.home-banner-wrap .banner-caption {
    padding-left: 15px;
}
.banner-caption span {
    padding-top: 0px;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 78vh;
}
.about-wrapper {
    margin-top: 0px;
}
.about-wrapper .page-heading {
    margin-top: 25px;
}
.aboutiris {
    margin-top: 0px;
}
.evntdetails .aboutus-btn{
	margin: auto !important;
}
.testimonials-page .col-lg-6{
	margin-bottom: 30px;
}

.about-wrapper .readmore-btn {
    left: 0%; 
    margin: auto; 
}
.shopthree {
    padding: 7vh 0vh 7vh 0;
}
.shopthree h2{
	font-size:45px !important;
}
.shopthree {

    padding: 13vh 0vh 13vh 0 !important;

}

.about-irismall .pr-lg-5 img{
	padding-bottom: 25px;
}
.brands h1 {
    text-align: center !important;

}
.brands .aboutus-btn{
	margin:30px auto !important;
}
.gal-head {
    margin-left: 0 !important;
	text-align: center !important;
}
.gal-head h1{
	text-align: center !important;
}

.whychoose-features-inner-one h1{
    font-size:35px;
}
.solutions-wrapper .solution-item h4 {
    margin: 23px 0px 105px 0px;
}
.whychoose-features-inner-one .content .ft-content h6 {
    font-size: 17px;
}
.whychoose-features-inner-one .col-md-2{
    padding-left:0px;
    padding-right:0px;
}
.whychoose-features-inner-one .img img {
    height: 330px;
    width: 100%;
}
.footer-topsection ul {
    margin: 20px 0 30px 0px;
    text-align: left;
}
.footerwrapper h4 {
    margin: 20px 0px 20px 0px;
}
.page-id-6 #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    color: #ffffff;
}
.about-btm-bar {
    width: 100%;
    min-height: 71px;
}
.about-page-middle {
    padding: 40px 0px;
}
.whychoose-page h1 {
    font-size: 30px;
    margin-top: 25px;
}

.why-choose-cards-main .card-box img {
    width:250px;
}
.career-note h3 {
    font-size: 12px;
}
.contact-messg p, .contact-messg h3 {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-form-pge{
    margin: 10px;
}

.ourservice-item {
    height: 330px;
}
.ourservice-item img {
    height: 330px;
}


}


@media only screen and (max-width:1024px){
	.gallery-bottom-wrapper {
		padding: 60px 25px;
	}
	    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        border: 1px solid #000000b5;
        border-radius: 5px;
    }
	
	.about-page-middle .col-lg-7 h4 {
		font-size: 22px;
	}
	.about-page-middle .points {
		 display: unset; 
		 column-count: unset; 
	}
	.about-page-middle .col-lg-5 img {
		height: 800px;
	}

}

@media only screen and (width:412px){
	.gallery-bottom-wrapper .golden-rd-1 {
		width: 150px;
		top: 100px;
	}
}

@media only screen and (width:414px){
	.gallery-bottom-wrapper .golden-rd-1 {
		width: 150px;
		top: 105px;
	}
	
}

@media only screen and (min-width:1400px){
    #highlightfive img{
        height: 100%;
    }
   #highlightfive .highlight-two-img{
        height: 100%!important;
    }
}

.highlight .highlight-two-content {
    padding: 8vh 4vh 0vh;
}


.rc-anchor-light {
    background: #f9f9f980!important;
}
.submit-btn{
    text-align:center;
}
.wpcf7-spinner{
    display:none;
}



.search {
    width: 100%;
    position: relative;
    display: flex;
    box-shadow: 0 0 8px 0 #0000006e;
    border-radius: 10px;
}
  .searchTerm {
    width: 100%;
    background: #f5f5dc6b;
    border:none;
    border-right: none;
    padding: 17px;
    height: 20px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #9DBFAF;
}
  
  .searchTerm:focus{
	color: #683BCD;
  }
  
  .searchButton {
    width: 40px;
    height: 34px;
    border: none;
    background: #f5f5dc6b;
    text-align: center;
    color: #000;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
}
  
  /*Resize the wrap to see the search bar change!*/
  .wrap{
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .top-header {
    height: 14px;
    background: #472510;
    z-index: 111111;
    position: relative;
    top: 0px;
}

.head-cnt i {
    color: #f5f5dc;
    background: #000000;
    padding: 6px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
	margin-bottom: 5px;
}
.shopeone{
	background: url(../irismall/assets/img/shopone.webp) no-repeat center;
	padding: 22vh 0 43vh;
	background-size: cover;
}
.shoptwo{
	background: url(../irismall/assets/img/shop2.webp) no-repeat center;
	padding: 20vh 10vh 45vh;
	background-size: cover;
}
.shopthree{
	background: url(../irismall/assets/img/shop3.webp) no-repeat center;
	padding: 28vh 60vh 28vh 0;
	background-size: cover;
}
.shops{
padding-bottom: 60px;
}
.shopeone h2{
	text-align: center;
	font-size: 40px;
	font-weight: 800;
	color: #000;
}
.shopeone p{
	text-align: center;
	color: #201F1F;
}
.shoptwo h2{
	text-align: right;
	font-size: 40px;
	font-weight: 800;
	color: #ffffff;
}
.shoptwo p{
	text-align: right;
	color: #ffffff;
}
.shopthree h2{
	text-align: center;
	font-size: 70px;
	font-weight: 400;
	color: #000;
	font-family: "Irish Grover", system-ui !important;
}
.shopthree p{
	text-align: center;
}
.shopeone .aboutus-btn {
    width: 38%;
    margin: auto;
    display: block;
    text-align: center;
}
.shopeone .aboutus-btn:hover{
    text-decoration:none;
}
.shoptwo .aboutus-btn:hover{
    text-decoration:none;
    background:#fff !important;
}
.shoptwo .aboutus-btn {
    color: #ffffff;
    border: 2px solid #ffffff;
    background-color: #ffffff00;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: 0px;
    width: 27%;
    text-align: center;
}
.shopthree .aboutus-btn {
    color: #ffffff;
    background-color: #684ecf;
    margin: auto;
    display: block;
    width: 18%;
}
.shopthree .aboutus-btn:hover{
    text-decoration:none;
}
.shopthree .aboutus-btn:hover{
	background: #683BCD;
}
.shoptwo .aboutus-btn:hover{
	background: #fff;
	color: #683BCD;
}

.brandscroll img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    border: 2px solid #000000;
    padding: 5px;
}
.brands .container{
	padding: 20px 5vh;
}
.brands h1{
	text-align: left;
	padding-bottom: 30px;
}
.brands .aboutus-btn {
    color: #000;
    border: 2px solid #f5f5dc;
    background-color: #f5f5dc;
    border-radius: 4px;
    display: block;
    margin-left: auto;
    margin-right: 0px;
    margin-top: 30px;
    width: 15%;
    text-align: center;
	font-family: Neue-Haas-Grotesk !important;
}

.homegallery .aboutus-btn{
    margin:40px auto;
    display:block;
    width:12%;
    text-align:center;
	font-family: Neue-Haas-Grotesk !important;
    
}
.homegallery .aboutus-btn:hover{
    text-decoration:none;
}
.brands .aboutus-btn:hover{
    text-decoration:none;
    border:none;
	color:#000 !important;
}
.banhead {
    background: #00000080;
    padding: 30px;
    border-radius: 12px;
}
.galimg img{
	height: 350px;
	object-fit: cover;
	width: 100%;
}
.homegallery {
	padding: 70px 0;
	background: #fff;

}
.gal-head h1{
text-align: left;
padding-bottom: 25px;
}
.gal-head{
	margin-left: 13vh;
	
}
.homegallery a {
margin-top:60px;
}
.testimonials{
	padding:50px 0;
	background:#EFEFEF6E;
}
.testimonials h6{
	text-align: center;
	color: #472510;
	padding:20px 0 45px ;
	font-family: Neue-Haas !important;
}

.testimonialscroll {
    padding: 70px;
    background: #efefef;
    text-align: center;
	position: relative;
}
.testimonialscroll:before{
	content: '';
    display: block;
    background-image: url(../irismall/assets/img/qu.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	position: absolute;
	top: -26px;
	left: 18px;
}
.testimonialscroll:after{
	content: '';
    display: block;
    background-image: url(../irismall/assets/img/qu.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	position: absolute;
	bottom: -26px;
	right: 18px;
}
.testimonial-item{
	position: relative;
}
.testimonial-item:before{
	content: '';
    display: block;
    background-image: url(../irismall/assets/img/qu.png);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	position: absolute;
	bottom: 50px;
	right: 18px;
	opacity: .3;
}
.eventbox{
    padding: 30px 30px 30px 50%;
    margin: 8px;
    border: 1px solid #000;
    position: relative;
    z-index: 1;
}
.eventbox:before,
.eventbox:after{
    content: "";
    background: linear-gradient(to right,transparent 40%,rgba(255,255,255,0.9) 55%);
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}
.eventbox:after{
    background: linear-gradient(#fff 50%,#f5f5f5 50%);
    background-size: 10px 10px;
    z-index: -2;
}
.eventbox .evtimg{
    width: 175px;
    height: 175px;
    border: 10px solid #fff;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 1;
}
.eventbox .evtimg img{
    width: 200px;
    height: 150px;
	object-fit: cover;
}
.eventbox .evtimg:after {
    content: '';
    height: 80%;
    width: 100%;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: -58px;
    bottom: -7px;
    z-index: -1;
}

.eventbox .evntdetails{
    color: #555;
    margin: 0 0 15px;
}
.evntdetails h2 {
    color: #000;
    font-size: 22px;
}
.evntdetails h5 {
    font-size: 15px;
    padding: 10px 0;
    color: #000;
}
.evntdetails .fa-calendar{
	color: #000;
}
.evntdetails .aboutus-btn{
	text-align: center;
	width: 50%;
	margin-left: 0;
	margin-right: auto;
}
.evntdetails .aboutus-btn:hover{
	text-decoration: none;
}
.events-wrap{
	padding: 70px 0;
}
.ev1{
	padding-bottom: 35px;
}
.events-wrap .page-heading{
	padding-bottom: 20px !important;
}
@media screen and (max-width:576px){
    .eventbox{
        padding: 170px 30px 30px;
        text-align: center;
    }
    .eventbox:before{ background: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.9) 55%); }
    .eventbox .evtimg{
        transform: translateX(-50%);
        left: 50%;
    }
    .eventbox .evtimg:after{ display: none; }

}
.brandbox img {
    width: 100%;
    height: 152px;
    object-fit: contain;
    border: 1px solid #00000042;
    margin-bottom: 20px;
    padding: 10px;
}
.brands{
	padding: 40px 0;
	background: #ffffff;
}
.brands .page-heading span {
    color: #000;
}
.aboutus-btn{
    color: #fff;
    background: #492812;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 25px 7px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.aboutus-btn:focus,
.aboutus-btn:hover{
    color: #492812 !important;
    background: transparent !important;
    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001 !important;
}
.aboutus-btn:before,
.aboutus-btn:after{
    content: '';
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    height: 2px;
    width: 0;
    transition: 400ms ease all;
}
.aboutus-btn:after{
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
}
.aboutus-btn:hover:before,
.aboutus-btn:focus:before,
.aboutus-btn:hover:after,
.aboutus-btn:focus:after{
    width: 100%;
    transition: 800ms ease all;
}
.about-wrapper .readmore-btn:hover{
    text-decoration:none;
}
.about-wrapper .readmore-btn{
    margin:auto;
    display:block;
    width:22%;
    text-align:center;
	font-family: Neue-Haas !important ;
}
/*.shopthree a:hover{*/
/*background: transparent;*/
/*    color: #fff;*/
/*    box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;*/
/*}*/
@media only screen and (max-width: 767px){
    .aboutus-btn{ margin-bottom: 30px; }
}

@media only screen and (min-width:300px) and (max-width:500px){

	.home-banner-wrap .banner-caption{
		top: 0px;
	}
	
	.about-wrapper .container {
    width: 100%;
	}
	.banner-caption span {
        padding-top: 135px;
    }
	.header-logo img {
        width: 104px;
        height: 54px;
	}

	#mega-menu-wrap-primary {
		padding-top: 10px;
	}


	.banner-caption span p {
        font-size: 17px;
		text-align: left;
	}
	.banner-caption span h2 {
        font-size: 25px !important;
        line-height: 0;
        text-align: left;
	}
	.about-wrapper {
        padding-bottom: 0px;
    }
	    .about-wrapper .readmore-btn {
        width: 50%;
    }
	.section-products{
		padding: 0px 0;
		padding-bottom: 50px;
		padding-top: 50px;
	}
	.section-products .product {
		margin-top: 0px;
	}
	.brands .aboutus-btn {
		width: 48%
	}
	.homegallery .aboutus-btn {
		width: 38%;
	}
	.foot-logo img{
		width: 129px;
    height: 129px;
	}
	.footerwrapper .col-lg-3 ul{
		display: flex;
    flex-direction: column;
	}
	    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #fff!important;
	}
}

@media only screen and (min-width:500px) and (max-width:767px){

	.home-banner-wrap .banner-caption{
		top: 0px;
	}
	.about-wrapper .container {
    width: 100%;
	}
    .banner-caption span {
        padding-top: 161px;
    }
	.banner-caption span p {
		font-size: 28px;
		text-align: left;
	}
	.home-banner-wrap img {
        height: 66vh;
    }
	.banner-caption span h2 {
		font-size: 45px !important;
		text-align: left;
	}

	.about-wrapper {
        padding-bottom: 0px;
    }
	    .about-wrapper .readmore-btn {
        width: 29%;
    }
	.brands .aboutus-btn {
	width: 27%;
	}
	.homegallery .aboutus-btn {
		width: 17%;
	}
	.footerwrapper .col-lg-3 ul {
        display: flex;
        flex-direction: column;
    }
	   #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #fff!important;
	}
}

@media only screen and (min-width:768px) and (max-width:991px){
	.home-banner-wrap .banner-caption{
		top: 0px;
	}
	
	.home-banner-wrap {
    height: 79vh;
}
	.about-wrapper .container {
    width: 100%;
	}
	    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #fff;
        background: #f5f5dc;
    }
	.footerwrapper .col-lg-3 ul {
        display: flex;
        flex-direction: column;
    }
	    .about-wrapper .readmore-btn {
        width: 18%;
    }
	.banner-caption span {
        padding-top: 160px;
    }

	.banner-caption span {
		padding-top: 193px;
	}
	.home-banner-wrap .banner-caption .col-lg-12 {
		height: 78vh;
	}
	.wrap, .head-cnt {
        display: none;
    }
	#mega-menu-wrap-primary .mega-menu-toggle {

		display: flex;

	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #000 !important;
		background: #683bcd;
    }
	#mega-menu-wrap-primary {
		background: rgba(34, 34, 34, 0);
	  }
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
		display: block;
		line-height: 40px;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
		display: inline-block;
		margin: 0 6px 0 0;
		text-align: left;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		display: block;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
		display: none;
	  }
	 

	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		background: rgba(51, 51, 51, 0);
		color: #683bcd;
		font-weight: normal;
		text-decoration: none;
		border-color: #fff;
	  }
	 
	 
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		border-radius: 0;
		border: 0;
		margin: 0;
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		background: transparent;
		text-align: left;
		color: #fff;
		font-size: 14px;
	  }
	  
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        position: fixed;
        display: block;
        width: 300px;
        max-width: 90%;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        box-sizing: border-box;
        transition: left 400ms ease-in-out, right 400ms ease-in-out;
        overflow: auto;
        z-index: 9999999999;
        overscroll-behavior: contain;
		right: -300px;
    }

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        right: 0;
		display: block;
    }
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #2d3554;
        padding: 0px 0px 0px 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    }

	.home-banner-wrap img {
        height: 91vh;
    }
	.header-logo img {
        width: 86%;
        height: 76px;
        object-fit: contain;
    }
	.banner-caption span h2 {
        font-size: 50px !important;
    }
	.banner-caption span p {
		font-size: 35px;
		text-align: left;
	}
	.home-banner-wrap .banner-caption .col-lg-12 {
        height: 65vh;
    }
	   #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #fff!important;
	}
}

@media only screen and (min-width:992px) and (max-width:1200px){
	.home-banner-wrap .banner-caption{
		top: 0px;
	}
	
.home-banner-wrap {
    height: 64vh;
}
	.about-wrapper .container {
    width: 100%;
	}
		#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #000!important;

	}
	    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
        color: #fff;
        background: #f5f5dc;
    }
	    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        border: 1px solid #000000b5;
        border-radius: 5px;
    }
	.about-wrapper .readmore-btn {
		width: 14%;
	}
	.wrap, .head-cnt {
        display: none;
    }
	#mega-menu-wrap-primary .mega-menu-toggle {

		display: flex;

	}

	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        color: #000 !important;
		background: #683bcd;
    }
	#mega-menu-wrap-primary {
		background: rgba(34, 34, 34, 0);
	  }
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link {
		display: block;
		line-height: 40px;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before {
		display: inline-block;
		margin: 0 6px 0 0;
		text-align: left;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
		display: none;
		visibility: visible;
		opacity: 1;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
		display: block;
	  }
	  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-sub-menu-on-mobile > ul.mega-sub-menu {
		display: none;
	  }
	 

	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		background: rgba(51, 51, 51, 0);
		color: #683bcd;
		font-weight: normal;
		text-decoration: none;
		border-color: #fff;
	  }
	 
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
		color: #fff;
		background: #f5f5dc;
	  }
	 
	 
	  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		border-radius: 0;
		border: 0;
		margin: 0;
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
		background: transparent;
		text-align: left;
		color: #fff;
		font-size: 14px;
	  }
	  
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        position: fixed;
        display: block;
        width: 300px;
        max-width: 90%;
        height: 100vh;
        max-height: 100vh;
        top: 0;
        box-sizing: border-box;
        transition: left 400ms ease-in-out, right 400ms ease-in-out;
        overflow: auto;
        z-index: 9999999999;
        overscroll-behavior: contain;
		right: -300px;
    }

	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        right: 0;
		display: block;
    }
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #2d3554;
        padding: 0px 0px 0px 0px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    }


	.home-banner-wrap img {
        height: auto;
    }
	.header-logo img {
        width: 86%;
        height: 76px;
        object-fit: contain;
    }
	.banner-caption span {
		padding-top: 176px;
	}

	.about-wrapper {
		padding-top: 10vh;
	}
	   #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #fff!important;
	}
}	

@media only screen and (min-width:1201px) and (max-width:1600px){


	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {

		padding: 0px 14px 0px 15px;
	}
	.banner-caption span {
		padding-top: 259px;
	}
	.home-banner-wrap .banner-caption{
		top: 0px;
	}

	}
	
	.no-events-message{
	    text-align:center;
	    width:100%;
	}