/*
Theme Name: bluray
*/



@font-face {
	font-family: Beyond-Infinity;
	src: url(../bluray/assets/beyond/Beyond-Infinity-Demo.ttf);
}

@font-face {
	font-family: Derivia;
	src: url(../bluray/assets/beyond/Derivia-Regular.otf);
}

.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 {}

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
		color:#000;
}

.bannerslider-item h1{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    text-shadow: 0px 3px #0000005e;
}
.bannerslider-item .col-lg-5{
    padding-left:55px;
}
.bannerslider-item .booking-form {
    padding: 35px 35px 20px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 85%;
}
.bannerslider-item .booking-form h3{
    font-size: 37px;
    font-weight: 800;
    color: #fff;
    padding-bottom: 20px;
    text-shadow: 0px 3px #0000005e;
}
.bannerslider-item .booking-form .wpcf7-form-control-wrap input{
    overflow: visible;
    width: 100%;
    height: 50px;
    display: block;
    padding: 0px 20px;
    border-radius: 2px;
    color: #ffffff;
    border: 1px solid #333333;
    background-color: #383838c9;
}
.bannerslider-item .booking-form .wpcf7-submit {
    font-weight: 700!important;
    padding: 3px 45px!important;
    text-align: center!important;
    color: #ffffff!important;
    border-radius: 4px!important;
    font-size: 13px!important;
    text-transform: uppercase!important;
    border: 3px solid #ffbe30!important;
    background-color: #000000a6!important;
}

.home-banner-wrap .slick-dots {
    transform: rotate(90deg) !important;
    width: auto !important;
    right: 0px !important;
    bottom: 300px !important;
}
.slick-dots li button:before {
    content: '\f28d' !important;
    font-family: "Font Awesome 6 Free" !important;
    /* font-family: 'slick'; */
    font-size: 17px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    /* content: '•'; */
    text-align: center;
    opacity: .95;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-main-sect {
    padding-top:100px;
     padding-bottom:100px;
     background-color: #00000003;
}
.about-main-sect .content h3{
    font-family: Derivia !important;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px !important;
    color: #000;
}
.about-main-sect .content h1{
    font-size: 37px;
    font-weight: 700;
    color: #ffbe30;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.about-main-sect .aboutus-btn {
    color: #000000;
}

.about-section .about-item-wrapper {
    padding-left: 50px;
}
.about-section .about-item-wrapper ul {
    width: 100%;
    display: table;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    padding: 0px;
}
.about-section .about-item-wrapper ul li {
    height: 213px;
    width: 33.333%;
    background-color: #ffffff;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}
.about-section .about-item-wrapper ul li .about-item {
    width: 100%;
    height: 100%;
    display: block;
    padding: 35px 30px;
    text-align: center;
    position: relative;
}
.about-section .about-item-wrapper ul li .about-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    z-index: -1;
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-section .about-item-wrapper ul li .about-item .icon {
    display: table;
    margin: 0 auto 30px;
}
.about-section .about-item-wrapper ul li .about-item .icon i {
    font-size: 48px;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.flaticon-handshake:before {
    content: "\f104";
}
.about-section .about-item-wrapper ul li .about-item .title {
    width: 100%;
    display: block;
    font-weight: 700;
    color: #333333;
    font-size: 18px;
   font-family: Derivia !important;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1.8px !important;
}
.sub-title{
	    color: #1c1c1c !important;
}
.about-section .about-item-wrapper ul li .about-item .sub-title {
    color: #878787;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flaticon-two-balloons:before {
    content: "\f103";
}
.about-section .ul-li ul li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    display: inline-block;
}
.about-section .about-item-wrapper ul li:hover .about-item {
    z-index: 1;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    text-decoration: none !important;
}
.about-section .about-item-wrapper ul li:hover .about-item:before {
    opacity: 1;
}
.about-section .about-item-wrapper ul li .about-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    content: '';
    z-index: -1;
    position: absolute;
    background: -webkit-gradient(linear, left top, right bottom, from(#ff3e00), to(#ffbe30));
    background: -webkit-linear-gradient(top left, #ff3e00, #ffbe30);
    background: -o-linear-gradient(top left, #ff3e00, #ffbe30);
    background: linear-gradient(to bottom right, #ff3e00, #ffbe30);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-section .about-item-wrapper ul li:hover .about-item .title {
    color: #ffffff;
    text-decoration:none!important;
}
.about-section .about-item-wrapper ul li:hover .about-item .sub-title {
    color: #ffffff;
     text-decoration:none!important;
}

.about-section .about-item-wrapper ul li:hover .about-item .icon i {
    background: transparent;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important;
}





/* 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: font-family: Derivia!important;
	--RedColor: #ffbe30;
	--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: #d81a21;
}

button {
	transition-duration: 0.3s;
}

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

p {
    color:#1c1c1c;
    font-size: 16px;
    line-height: 28px;
    font-family: poppins !important;
}

::selection {
	background: #ffbe30;
	color: #fff;
}

::-moz-selection {
	background: #ffbe30;
	color: #fff;
}

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

::-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);
}
.page-id-6 .brand-abt{
	display:none;
}
/* about inner page start */
.about.image {
        position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.about.image span {
    position: absolute;
    opacity: 0; /* Start hidden */
    transition: all 0.8s ease-in-out;
}

.about.image .image-one img{
       width: 400px;
    height: auto;
    border-radius: 8px;
}
.about.image .image-two img{
	width: 330px;
    height: 433px;
    border-radius: 8px;
    right: 10px;
    object-fit:
}
.about.image .image-three img {
        width: 500px;
    height: 500px;
    border-radius: 8px;
    object-fit: cover;
}

/* Keyframes for animation */
@keyframes slideInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-100px); /* Start from above */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End in place */
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px); /* Start from the left */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End in place */
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px); /* Start from the right */
    }
    100% {
        opacity: 1;
        transform: translateX(0); /* End in place */
    }
}

/* Individual animations with delay */
.image-one {
    animation: slideInFromTop 1s ease-in-out forwards;
    animation-delay: 0.2s;
}

.image-two {
    animation: slideInFromRight 1s ease-in-out forwards;
    animation-delay: 0.4s;
    right: 0px;
    top: 41px;
}

.image-three {
    animation: slideInFromLeft 1s ease-in-out forwards;
    animation-delay: 0.6s;
    left: -12px;
    z-index: -1;
}



.brand-section {
    overflow: hidden; /* Hides overflow to maintain a clean look */
    position: relative;
	background-color: #f9f9f9; /* Light gray background for a clean look */
    border: 1px solid #e0e0e0; /* Soft border for definition */
    border-radius: 10px; /* Rounded corners for a modern feel */
       padding: 0px 30px;/* Inner padding for spacing */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}  

.brand-row {
    display: flex; /* Flexbox layout for brands */
    align-items: center;
    white-space: nowrap; /* Prevents wrapping */
}

.brand {
     padding: 20px;
   
}

.brand img {
    width: 300px !important; /* Responsive images */
    height: 304px;
	object-fit:cover;
	border-radius:10px;
	transition: transform 0.3s ease;
}
.brand-abt {
	margin-bottom:100px;
}
.brand-slider {
    display: flex; /* Use flexbox for alignment */
    overflow-x: auto; /* Allow horizontal scrolling */
    padding: 10px 0; /* Padding on top and bottom */
}

/* about inner page ends */
/* service listing page start */
.servicelist{
	margin-top:100px;
	margin-bottom:100px;
}
.servicelist a:hover{
	text-decoration:none;
}
.blueray-service-item {
   display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 15px;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    background: #f5f5f57a;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px 4px #0000001c;
}

.blueray-service-item span {
    display: block;
    margin-bottom: 10px;
}

.blueray-service-item img {
        width: 100%;
    height: 250px;
    transition: transform 0.3s ease;
    object-fit: cover;
	    border-radius: 10px;
}

.blueray-service-item h4 {
  font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
    font-family: Derivia !important;

}

.blueray-service-item::before,
.blueray-service-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    transition: all 0.4s ease;
}

.blueray-service-item::before {
    top: 0;
    left: 0;
    transition: width 0.4s ease, height 0.2s ease 0.4s;
}

.blueray-service-item::after {
    bottom: 0;
    right: 0;
    transition: width 0.4s ease, height 0.2s ease 0.4s;
}

.blueray-service-item:hover::before {
    width: 100%;
    height: 2px;
	
}

.blueray-service-item:hover::after {
    width: 100%;
    height: 2px;
	
}

.blueray-service-item:hover::before,
.blueray-service-item:hover::after {
    transition: height 0.4s ease, width 0.2s ease 0.4s;
}

.blueray-service-item::before {
    height: 0;
    border-top: 2px solid transparent;
}

.blueray-service-item::after {
    height: 0;
   
}

.blueray-service-item:hover::before {
    height: 100%;
    border-top: 2px solid #e49427;
    border-right: 2px solid #e49427;
    transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s; /* Same color as before */
	    border-radius: 10px;
	
}
.blueray-service-item:hover{
	box-shadow: none;
}
.blueray-service-item:hover::after {
    height: 100%;
   border-bottom: 2px solid #e49427;
    border-left: 2px solid #e49427;
    transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
	    border-radius: 10px;

}

/* service listing page ends */
/* 
portfolio listing page start */

.portfolio-list{
	margin-top:100px;
	margin-bottom:100px;
}

.service-title h4 {
  position: relative;
  display: inline-block;
}
.service-icon {
  position: relative;
	
}
.service-icon img{
	margin-bottom:20px;
}
.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.about-info-text h2 {
  margin-bottom: 23px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 0.9;
}
.about-info-text p {
  padding: 0 100px;
  font-size: 18px;
  margin-bottom: 26px;
  position: relative;
}
.about-content p {
  margin-bottom: 0;
}
.about-info-text a {
  margin-bottom: 20px;
  position: relative;
}
.service-icon i {
  font-size: 40px;
  color: #e8bc00;
  margin-bottom: 20px;
  display: inline-block;
}
.service-wrap {
  background: linear-gradient(135deg, #f7f7f7, #e0e0e0);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-bottom: 30px;
	    height: 250px;
}

.service-wrap p {
  position: relative;
}

.service-wrap:hover {
background-image: url('');
        background-size: cover;
        background-position: center center;
        background-attachment: local;
        transition: all 0.5s;

}
.service-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(to bottom right, #ffbe30d9, #ff3e007d);
  border-radius: 15px 15px 0 0;
}
.service-wrap:hover:before {
  background: rgba(0, 0, 0, 0.2901960784313726);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  content: "";
  top: 0;
  opacity: 1;
	border-radius:15px;
}

.service-wrap:hover h4,
.service-wrap:hover p {
  color: #fff;
}
.service-wrap h4 {
  font-weight: 600;
  color: #1e2331;
  margin-bottom: 17px;
  font-size: 18px;
  text-transform: capitalize;
  position: relative;
}
.service-wrap a {
 display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(135deg, #ff7a18, #af002d);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
  position: relative;
}
.service-wrap a:hover {
	text-decoration:none;
	color:#fff;
	font-weight:600;
}


/* portfolio listing page ends */

/* portfolio listing inner page details start */

.portfolio-section {
  padding: 50px 0;
  
}
.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.portfolio-menu {
  text-align: center;
}
.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}
.control:hover {
  background: #343a40;
}
.mixitup-control-active {
  color: #fff;
  background: #343a40;
}
.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}
.portfolio-item {
  padding-top: 30px;
	list-style-type:none;
    padding-left: 0px;
}
.pd {
  padding: 0;
  padding: 10px;
}
.pd img {
    height: 180px;
    transition: all 0.5s;
    width: 100%;
    object-fit: cover;
	    border-radius: 10px;
}
.portfolio-overlay {
     position: absolute;
    z-index: 2;
    top: 10px;
    left: 14px;
    background: rgba(0, 0, 0, 0.7);
    width: 282px;
    height: 180px;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
	    border-radius: 10px;
}
.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}
.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}
.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}
.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #ffbe30d9;
  border-right: 1px solid #ffbe30d9;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}
.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #ffbe30d9;
  border-left: 1px solid #ffbe30d9;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}
.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}
.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #ffbe30d9;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}
.portfolio-overlay .magnify-icon:hover {
  background: #000;
}
.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}


/* portfolio listing inner page details ends */
/* 

contact page start */


.cont-email p{
	color:#000;
}
.cont-address p{
	color:#000;
}
	.cont-phone {
   text-align: center;
	margin: 0;

}
.cont-email{
	text-align:center;
}
.cont-address{
	text-align:center;
}
.cont-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 172px;
}

.cont-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.icon-container {
    font-size: 30px;
    background: linear-gradient(to bottom right, #ffbe30d9, #ff3e007d) !important;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.cont-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
	color:#000;
}

.cont-box i {
    font-size: 22px;
}

.cont-phone p {
    margin: 0;
	
}

/* AOS (Animate on Scroll) settings */
[data-aos="fade-up"] {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

[data-aos="fade-up"].aos-animate {
    opacity: 1;
    transform: translateY(0);
}


.contact-form-container {
    background:linear-gradient(to bottom right, #ffbe30d9, #ff3e007d);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #fff;
}
.contact-form-container h3{
	color:#fff;
}
.contact-form {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.form-group input,
.form-group textarea {
        background-color: #ffffff;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #888;
}

textarea {
    resize: none;
}

.contact-form button {
   background: #fff;
    color: #000;
    padding: 10px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100px;
    margin: auto;
}

.contact-form button:hover {
    background-color: #ddd;
}
.map-form{
	margin-bottom:100px;
}
@media (min-width: 576px) {
    .contact-form-container {
        width: 100%;
    }
}
.fade-up-heading {
    display: flex; /* Use flex to keep spans in line */
     font-size: 28px; /* Adjust as needed */
    overflow: hidden; /* Prevent overflow */
}

.fade-up-heading span {
    opacity: 0; /* Start hidden */
    transform: translateY(20px); /* Move down */
    transition: opacity 0.5s ease, transform 0.5s ease; /* Transition effects */
}

.fade-up-heading span.visible {
    opacity: 1; /* Fully visible */
    transform: translateY(0); /* Reset position */
}

/* contact page ends */
/* 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-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: #ffbe3000;
}

.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: 15px;
	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: .8;
	
}

/*----*/



.footerwrapper {
	width: 100%;
	height: auto;
	background: url(../bluray/assets/img/footer-bg.webp) top no-repeat #040d25;
	padding-top: 0px;
	background-size: cover;
	background-position: center;
}

.footer-credit {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 100px;
    background: linear-gradient(to bottom right, #ffbe30d9, #ff3e007d) !important;
}

.footer-credit p {
	font-size: 15px;
	padding: 0;
	margin: 0;
	text-align: center;
}

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

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

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

.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;
}

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


.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;
}

.footerwrapper .col-lg-3 ul li a:hover,
.footerwrapper .col-lg-6 ul li a:hover {
	color: #ffbe30;
	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;
}

.footer-topwrap {
	width: 100%;

	background: #ffbe30;
	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;
}



.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: #ffbe30;
}

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

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


.page-heading {
	width: 100%;
	padding: 0;
	margin: 0px 0px 45px 0px;
	color: #ffbe30;
	font-size: 44px;
	font-weight: 700;
}

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





.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: #ffbe30;
}

.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: #ffbe30;
	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;
    color: #fff;
}

.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;
}



.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: 0px;
}

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

.header-wrapper .col-lg-7 .mega-menu-link {
    font-weight: 600 !important;
    letter-spacing: 1.8px;
}

@media screen and (min-width: 980px) {

	.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: 200px;
    height: 70px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.header-wrapper {
	padding-left: 75px;
	padding-right: 75px;
	padding-top: 15px;
	transition-duration: 0.3s;
	padding-bottom: 15px;
    background-color: #ffffff00;
}

.f-nav .header-wrapper {
   background: linear-gradient(to bottom right, #ffbe30d9, #ff3e007d) !important;
	-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;
}

.f-nav .header-wrapper .header-logo img {
	height: 60px;
	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;
}
.banner-caption span h2 {
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #ffc929;
    font-size: 32px;
    font-weight: 500;
    border-radius: 10px;
    text-align: left;
    text-shadow: 0px 2px #000000ab;
    text-transform: uppercase;
}

.banner-caption span p {
	margin-bottom: 10px;
    color: #fff;
    font-weight: 400;
}

.banner-caption span h2 font {
	position: relative;
	z-index: 200;
	font-size:21px;
}

.readmore-btn {
    font-size: 15px;
    color: #fff;
    border: 2px solid #ffbe30;
    font-weight: 500;
    width: 150px;
    height: 40px;
    position: relative;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    transition-duration: 0.3s;
}
.readmore-btn:before {
	width: 135px;
	height: 34px;
	position: absolute;
	left: -7px;
	top: -2px;
	content: '';
	transition-duration: 0.3s;
}

.readmore-btn:after {
	width: 125px;
	height: 44px;
	position: absolute;
	left: -2px;
	top: -7px;
	content: '';
	transition-duration: 0.3s;
}
.banner-btn{
	background-color: #ffbe30;
	border: 0px solid #ffbe30;
	border-radius: 4px!important;
	line-height: 34px;
}
.readmore-btn:hover {
	background: #ffbe30;
	color: #fff;
	text-decoration: none;
}

.readmore-btn:hover:before {
	width: 125px;
	left: -2px;
}

.readmore-btn:hover:after {
	height: 34px;
	top: -2px;
}

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

.banner-bottom-div .mouse-icon {
	width: 19px;
	height: 25px;
	background: url(../bluray/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(../bluray/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: #ffbe30;
	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: #ffbe30;
	position: absolute;
	left: 0px;
	top: 1px;
}

.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(../bluray/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 #d81a21;
	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: #ffbe30;
}

.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: 40vh;
}

.about-wrapper .container {
	position: relative;
}



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



	50% {
		top: 100px;
	}



	100% {
		top: -50px;
	}
}

.about-wrapper p {
	text-align: justify;
}

.about-wrapper .readmore-btn {
	margin-top: 25px;
}

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

.about-wrapper .about-image img {
	width: 100%;
	height: 490px;
	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);
	}
}

.socialmedia-sticky {
	position: absolute !important;
	top: 47%;
	-webkit-transform: translate(-50%) rotate(-90deg);
	-ms-transform: translate(-50%) rotate(-90deg);
	transform: translate(-50%) rotate(-90deg);
	left: 30px;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	font-weight: 600;
	z-index: 999;
	color: #4b4949;
	letter-spacing: 2px;
}

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

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

.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: #ffffff;
	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: #000!important;
}

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

	display: block
}

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


.innerpage-header {
	width: 100%;
    background: linear-gradient(to bottom right, #ffbe30d9, #ff3e007d) !important;
    height: 301px;
    margin-top: 0px;
    position: relative;

}

.innerpage-header {
    position: relative; /* Set relative positioning for the container */
    overflow: hidden; /* Ensure children are contained */
}

.innerpage-header img {
    width: 100%; /* Make the image responsive */
    height: auto; /* Maintain aspect ratio */
}

.innerpage-header::after {
    content: ""; /* Create an empty content for the overlay */
    position: absolute; /* Position overlay absolutely */
    top: 0; /* Align to the top */
    left: 0; /* Align to the left */
    right: 0; /* Align to the right */
    bottom: 0; /* Align to the bottom */
    background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
    z-index: 1; /* Ensure the overlay is above the image */
}

.pageheading-middle {
    position: relative; /* Positioning for content over the overlay */
    z-index: 2; /* Ensure text is above the overlay */
    text-align: center; /* Center the text */
    color: white; /* Set text color */
}
/* .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 h6 {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	opacity: 0.8;
}

.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: #ffbe30;
}

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

}

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

.innerpage-header img {
	height: 301px;
	width: 100%;
	object-fit: cover;
	opacity: 0.7;
}


.innerpage-content-wrap {
	margin-top: 100px;
	margin-bottom: 100px;
}



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

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

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

.contact-page .wpcf7-submit {
	width: 25%;
	padding: 0;
	margin: -7px 0px 0px 0px;
	height: 42px;
	border-radius: 3px;
	background: #ffbe30;
	border: none;
	outline: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
}

.contact-page .col-lg-6,
.contact-page .col-lg-12 {
	padding-bottom: 17px;
}

.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;
	 color: #000;
}

.google-maps {
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
	margin: 75px 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: #d81a21;
}

.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: #ffbe30;
    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: #ffbe30;
}

.post-single .col-lg-4 ul {
	width: 100%;
	padding: 0;
	margin: 0;
	   background-color: #ffbe3026;
    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: #d81a21;
}

.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: #d81a21;
	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;
}

.carousel-item {
	background: rgba(255, 255, 255, 1);
	position: relative;
}


@-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;
}


.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #25D366;
	color: #fff !important;
	position: fixed;
	right: 20px;
	bottom: 80px;
	z-index: 1050;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-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;
	}


}

@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: left !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;
	}


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

	.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;
	}

	.innerpage-content-wrap {
		margin-top: 60px;
		margin-bottom: 60px;
	}

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


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

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


}

/* custom */
.home-banner-wrap img {
    width: 100%;
    height: 115vh;
    object-fit: cover;
    opacity: 0.9;
}
.banner-item.banner-imagecon {
	height:100vh
}
.home-banner-wrap .banner-caption .col-lg-5 span {
    display: table-cell;
    vertical-align: middle;
}
.home-banner-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
}
.home-banner-wrap .banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 35px;
}
.home-banner-wrap .banner-caption .col-lg-7 {
    height: 113vh;
    display: table;
}
.banner-bottom{
	margin-top: 10vh;
}
.banner-bottom p{
	text-align:center;
}
.banner-bottom h6{
	color:#ffffff!important;
}

.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;
}
.aboutus-btn {
    font-weight: 700;
    padding: 3px 8px;
    text-align: center;
    color: #ffffff;
    border-radius: 30px;
    font-size: 13px;
    text-transform: uppercase;
    border: 3px solid #ffbe30;
}
.aboutus-btn:hover {
    color: #ffffff;
}

.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: #ffbe30;
}
.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: #000000fa;
    font-family: Derivia !important;
    letter-spacing: 1.8px !important;
}

.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: #ffbe30;
    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: 0px solid #ffbe30!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;
}
 .servicescroll .slick-dots {
    display: none!important;
}
/* gallery-section */

.gallery-wrapper-bg {
    width: 100%;
    padding: 70px 0px;
	background-image:url(../bluray/assets/img/gallerybg.jpg);
	background-position: center;
    background-repeat: no-repeat;
    background-size : cover;
    margin: 100px 0px;
}

.gallery-wrapper-bg h2 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 46px;
    font-weight: 800;
    color: #000000;
}
.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: #000000;
    margin-bottom: 30px;
    font-family: Derivia !important;
    letter-spacing: 1.8px !important;
}

.gallery-wrapper-bg .readmore-btn {
    margin: auto;
    justify-content: center;
    display: block;
    margin-top: 60px;
    color: #000;
    border-color: #000;
}
.vp-portfolio__item{
	border-radius:10px;
}

.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(../bluray/assets/img/testimonial-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-bottom: 4px solid #ffbe30;
	border-top: 4px solid #ffbe30;
}
.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;
}


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






.send-message-wrapper {
    position: relative;
    padding: 80px 0px;
    background-color: #fafafa;
	background-image:url(../bluray/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: #e2d9e982;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
    color: #fff;
}
.send-message-wrapper .col-lg-6 .col-lg-12 textarea {
    width: 100%;
    height: 100px;
    background: #e2d9e982;
    border-radius: 4px;
    outline: none;
    border: none;
    padding-left: 15px;
    color: #fff;
}
.send-message-wrapper .col-lg-6 .col-lg-4 .subbtn {
    width: 100%;
    height: 45px;
    background: #ffbe30;
    color: #fff;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.wpcf7-form-control-wrap input::placeholder{
	color:#fff;
}
.wpcf7-form-control-wrap textarea::placeholder{
	color:#fff;
}


.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;
  border: 1px solid #fff;
  transition: transform 0.5s
}
.Social-media a i{
  font-size: 50px
  color : #777;
  transition: transform 0.5s;
}
.Social-media a:hover{
	border: 1px solid #ffbe30;
  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 #ffbe30;
}
.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(../bluray/assets/img/contact-form-bg.webp)!important;
	background-position: center;
	background-size: cover;


}

.contact-form-pge h3{
	color: #fff;
}
.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;
	}



/* careers */

.innerpage-wrap {
    margin-top: 90px;
    margin-bottom: 90px;
}




.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: 316px;
    border-radius: 10px;
    padding: 3px;
    box-shadow: 3px 3px 1px 1px #ffbe30;
    object-fit: cover;
}
.service-content p{
	text-align: justify;
}
.service-content h4{
	color:#000;
	    font-family: Derivia !important;
	    font-weight: 600;
}
.service-content h5{
	color:#000;
	font-weight:normal;
	    font-family: Derivia !important;
	    font-weight: 600;
}
.contact-messg p,
.contact-messg h3
{
   text-align: center;
   padding-left: 100px;
   padding-right: 100px;

}
.contact-messg{
	margin-bottom: 30px;
} 

.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: #ffbe30;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.vp-filter__style-minimal .vp-filter__item>a:hover{
    color: #000!important;
}






/* 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: #ffbe3096;
}
.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: #ffbe3096;
}
.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: #ffbe30;
    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 #ffbe30b5;
		border-radius: 5px;
	}
	.service-content{
		padding-top: 20px;
	}
	.contact-page .col-lg-5 {
		margin-bottom: 0px; 
	}
	
}


@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;
   margin-top: 45px;
}
.banner-caption span h2 {
	background: linear-gradient(90deg, rgb(237 28 36 / 27%) 0%, rgb(237 28 36 / 31%) 100%)!important;
   
}
}

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

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

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



@media only screen and (min-width:768px) and (max-width:1050px){
	.header-logo img {
		width: 361px;
		height: unset; 
	}
    .about-wrapper {
    margin-top: 0vh;
}
.about-wrapper .page-heading {
    margin-top: 0px;
}
.about-wrapper .lisc {
    padding-right: 30px;
    border-right: 1px solid #ffbe30;
}
.about-wrapper .readmore-btn {
    margin-left: 80px;
}
.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 img {
    height: 50vh;
}
.banner-caption span h2 {
    font-size: 30px!important;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 40vh;
}
.home-banner-wrap {
    height: 60vh;
}
.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: #ffffff;
}


.send-message-wrapper .wpcf7-submit {
    width: 50%;
}
.f-nav .header-wrapper .header-logo img {
    height: 100px;
}
.home-banner-wrap .banner-caption .col-lg-6 {
    height: 56vh;
}

}


@media only screen and (max-width:767px){
    .innerpage-header h2 {
    font-size: 14px;
    padding-left:30px;
    padding-right:30px;
}
.contact-page .wpcf7-submit {
    width: 50%;
}
.header-logo img {
    width: 156px;
    height: unset;
}
	.header-wrapper .col-lg-7 {
    padding-top: 0px;
	}
.home-banner-wrap {
    height: 80vh;
}

.home-banner-wrap img {
    height: 80vh;
}
.banner-caption span h2 {
    font-size: 15px!important;
	line-height: 1.5;
	        text-align: center;
	width: 288px;
}
	.about-section .about-item-wrapper {
    padding-left: 0px;
}
.page-heading {
    font-size: 35px;
}
	.about-section .ul-li ul li {
	width: 100%;
	}
	.about-main-sect .content h1 {
		font-size: 30px
	}
	.about-main-sect {
		    padding-bottom: 0px;
	}
	.content{
		    margin-bottom: 20px;
	}
	.about-section .about-item-wrapper ul {
		display: flex;
    flex-direction: column;
	}
	.booking-form{
		display:none;
	}
	.ourservice-gh-wrapper {
    margin-top: 40px;
}
	.bannerslider-item h1 {
		font-size: 29px;
	}
	.home-banner-wrap .banner-caption {
		    top: -62px;
	}
.banner-caption span p {
    font-size: 11px;
    line-height: 1.5;
	margin-bottom: 10px;
}
.home-banner-wrap .banner-caption {
    padding-left: 0px;
}
.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: 0px;
}

.lisc{
    width:100%;
}
.about-wrapper .readmore-btn {
    left: 0%; 
    margin-left: 0px; 
}

.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-page-middle {
    padding: 40px 0px;
}

.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;
}

.gallery-wrapper-bg h2 {
    font-size: 33px;
}

.about-page-middle .col-lg-5 img {
	height: 356px!important;
}
.our-gallery-page {
    margin-top: 50px;
    margin-bottom: 50px;
}






}


@media only screen and (max-width:1024px){
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
		border: 1px solid #ffbe30b5;
		border-radius: 5px;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		color: #000!important;

	}
	    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        background: #f0f0f0;
	}
	.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;
	}

}



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

@media only screen and (min-width:300px) and (max-width:500px){
	.booking-form{
		display:none;
	}
		.about-section .about-item-wrapper {
    padding-left: 0px;
}
.page-heading {
    font-size: 35px;
}
	.about-section .ul-li ul li {
	width: 100%;
		        box-shadow: 0 0 3px #0000006e;
        margin-bottom: 20px;
	}
	.about-main-sect .content h1 {
		font-size: 30px
	}
	.about-main-sect {
		    padding-bottom: 0px;
	}
	.content{
		    margin-bottom: 20px;
	}
	.about-section .about-item-wrapper ul {
		display: flex;
    flex-direction: column;
	}
	.banner-caption span h2 {
    font-size: 15px!important;
	line-height: 1.5;
	        text-align: center;
	width: 100%;
}
	    .home-banner-wrap .banner-caption {
        padding-left: 0px;
        padding-right: 0px;
    }
	   .banner-caption span h2 {
        background: none !important;
    }
	.brand img {
	width:100%!important;
}
		#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		    background-color: #ffffff;
	}
	.c-form{
		    margin-bottom: 30px;
	}

}
@media only screen and (min-width:501px) and (max-width:767px){
	.c-form{
		    margin-bottom: 30px;
	}
	.innerpage-header .pageheading-middle {
		    height: 203px;
	}
	.innerpage-header {
		height: 197px;
	}
	   .banner-caption span h2 {
        background: none !important;
    }
	.booking-form{
		display:none;
	}
		.about-section .about-item-wrapper {
    padding-left: 0px;
}
.page-heading {
    font-size: 35px;
}
	.about-section .ul-li ul li {
	width: 100%;
		        box-shadow: 0 0 3px #0000006e;
        margin-bottom: 20px;
	}
	.about-main-sect .content h1 {
		font-size: 30px
	}
	.about-main-sect {
		    padding-bottom: 0px;
	}
	.content{
		    margin-bottom: 20px;
	}
	.about-section .about-item-wrapper ul {
		display: flex;
    flex-direction: column;
	}
	.banner-caption span h2 {
    font-size: 15px!important;
	line-height: 1.5;
	        text-align: center;
	width: 100%;
}
	    .home-banner-wrap .banner-caption {
        padding-left: 0px;
        padding-right: 0px;
    }
	.brand img {
		width:100%!important;
	}
		#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		    background-color: #ffffff;
	}
	

}
@media only screen and (min-width:768px) and (max-width:1200px){
	.c-form{
		    margin-bottom: 30px;
	}
	    .home-banner-wrap img {
        height: 100vh;
    }
	.header-logo img {
	        width: 200px;
	}
	.home-banner-wrap {
        height: 100vh;
    }
	.home-banner-wrap .banner-caption {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    padding-left: 0px;
}
	    .banner-caption span h2 {
        background: none!important;
    }
	.booking-form{
		display:none;
	}
	.banner-caption span h2 {
		width: 100%;
	}
	.banner-caption span h2 font {
		font-size:35px;
	}
	    .banner-caption span h2 {
			        text-align: center;
	}
	.content{
		margin-bottom:30px;
	}
.about-section .about-item-wrapper {
    padding-left: 0px;
}
	    .f-nav .header-wrapper .header-logo img {
        height: 60px;
    }
	.google-maps-wrap iframe {
        width: 100%;
    }
	.ourservice-gh-wrapper {
    margin-top: 0px;
}
	.about-main-sect {
	padding-bottom: 60px;
	}
	.brand img {
		width:100%!important;
	}
	    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
        border: 1px solid #ffbe30b5;
	}
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
		    background-color: #ffffff;
	}
}
