

@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}
.menu_main {
	background: #fff!important;
	border-radius: 0px;
	width: 100%;
	margin: 0px auto;
}
.mainheader {

	background-position: top right;
	background-repeat: no-repeat;
	background-size:auto;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-brand img {
	width: 75%;
	height: auto;
	
}
.scrolled img {
	 transition: transform 2000ms ease-in-out;
	animation: scale 2000ms ease-in-out forwards;
	width: 60%;
	
}
.contact_top {
	background: #ed1f61;

	height: 115px;
  width: 250px;
  vertical-align: middle;
  text-align: center;
  align-items: center;
  display: inline-grid;
	color: #fff;
	border-radius: 0px 10px 10px 0px;
}
.call{
	position: relative;
  left: 20px;
  background: #ed1f61;
  padding: 10px 12px;
  border-radius: 100%;
	color: #fff;

}
.navbar-default{
  transition:500ms ease;
  background:transparent;
	padding: 0px;
}
.navbar-default.scrolled{
  background:#fff;
	box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-webkit-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(111,111,111,0.75);
}
.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0px!important;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav .nav-link {
  color: #222222!important;
	padding-left: 20px!important;
	padding-right:20px!important; 
}
.dropend .dropdown-toggle {

  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #ed1f61;
  color: #fff;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
	

}

.banner01 {
	background: url("../images/banner01.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	
}
.banner02 {
	background: url("../images/banner02.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	
}

.banner03 {
	background: url("../images/banner03.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
}
.banner04 {
	background: url("../images/banner04.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
}
.carousel {
	margin-top: -55px;
	padding-bottom: 0px;
	min-height: 90vh
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    background-color: #080d15;
    opacity: .1;
}
.fixed-top {
	    top: -80px;
	    transform: translateY(40px);
	    transition: transform .3s;
}
.logos {
	display: flex;
}
.logos div {
	padding:30px 15px;
}
.logos img {
	width: 75%;
	height: auto;
	filter: grayscale(0);
}
.logos img:hover {
		width: 75%;
	height: auto;
	filter: grayscale();
}
.slider_caption {
	margin: 300px 20px 20px 80px;
}
.slider_caption h3 {
	font-weight: 700;
	padding-bottom: 10px;
	color: #fff;
}
.slider_caption p {
	font-size: 16px;
	line-height: 28px;
	padding-bottom: 10px;
	color: #fff;
}
.slider_caption a {
	background: #ed1f61;
	border-radius: 5px;
	padding: 15px 40px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.slider_caption a:hover {
	background: #2f81c3;
	border-radius: 5px;
	padding: 15px 40px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.slider_caption span {
	font-weight: 700;
	font-size: 20px;
	padding-left: 15px;
}
.slider_caption span i {
	padding-right: 5px;
}
.carousel-control-prev, .carousel-control-next {
	display: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  flex: 0 1 auto;
  width: 16px;
  height: 35px;
  padding: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ed1f61;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  transition: opacity .6s ease;
  border-radius: 100%;
}
.carousel-indicators .active {
  opacity: 1;
	
}
.aboutmain {
	background: #fff;
	padding: 0px 0px 0px 0px;
	
	background-position: top left;
	background-repeat: no-repeat;
}
.abt_content span {
	color: #ed1f61;

}
.abt_content li {
	list-style: none;
}
.abt_content li i {
	color: #2f81c3;
	padding-right: 10px;
}
.aboutmain h2 {
	font-weight: 700;
	font-size: 28px;
	padding-top: 10px;
}
.aboutmain p {
	font-size: 16px;
	line-height: 28px;
}
a.btn_main  {
	background: #ed1f61;
	border-radius: 5px;
	padding: 15px 35px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
a.btn_main:hover {
	background: #2f81c3;
	border-radius: 5px;
	padding: 15px 35px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}
.abt_content {
	padding-top: 120px;
}
.pl-5 {
	padding-left: 30px;
}
.image img{
	width: 100%;
	height: auto;
}
.servicemain {
		background: #fff;
	padding: 60px 0px 200px 0px;

	background-position: top right;
	background-repeat: no-repeat;
	margin-top: 100px
}

.servicetxt {
	text-align: center;
	
}

.spacer {
/*height: 120px;*/
	display: block;
	background: #fff;
}
html {
  scroll-padding-top: 120px;
}
.servicetxt h2 {
	font-weight: 700;
	font-size: 26px;
	color: #ed1f61;
}
.servicetxt p {
	font-size: 16px;
	line-height: 28px;
}
.servicebox {
	
	border:solid 1px #e9e9e9;
	box-shadow: 0px 1px 4px 0px rgba(111,111,111,0.75);
-webkit-box-shadow: 0px 1px 4px 0px rgba(111,111,111,0.75);
-moz-box-shadow: 0px 1px 4px 0px rgba(111,111,111,0.75);
	display: flex;
}
.servicebox img {
	height: 100%;
}
.image2 img {
	width: auto!important;
	height: auto!important;
}
.borderline {
	border:solid 1px #ffc833;padding: 5px;
}

.bggreen {
    background: #ebeff7;
}
.bgyellow {
    background: #dae2f0;
}
.bggreen .image-content-wrapper img {
  -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
		width: 100%;
		height: auto;
}

 .bgyellow .image-content-wrapper img {
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,10% 100%);
  clip-path: polygon(0 0,100% 0,100% 100%,10% 100%);
	 	width: 100%;
		height: auto;
}
.newsmain {
	
}
.newsmain h2 {
	font-weight: 700;
	font-size: 26px;
	color: #ed1f61;
	text-align: center;
}
.newsmain p {
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.newsbox img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	
}
.newsbox h5  {
	text-align: left!important;
	color: #ed1f61;
	padding: 8px 0px 3px 0px;
}
.newsbox p {
	text-align: left;
}
footer {
	background: #17223a;
	background-image: url("../images/footerbg.jpg");
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	padding: 120px 0px 30px 0px;
	text-align: left;
}
.footermain h5 {
	color: #fff;
	text-align: left;
	padding-bottom: 5px;
}
.footermain img {
	width: 75%;
}
.footermain p {
	text-align: left!important;
	color: #fff;

}
.footermain a {
	color: #fff;
	text-decoration: none;
}
.footermain a:hover {
	color: #ed1f61;
	text-decoration: none;
}
.footerlinks {
	padding: 0px;
}
.footerlinks ul {
	margin: 0px;
	padding: 0px;
}
.footerlinks ul li{
	margin: 0px;
	padding:2px 0px;
	list-style: none;
}
.footerlinks a{ 
color: #fff;
	font-size: 14px;
	font-weight: 500;
	
	text-decoration: none;
}
.footerlinks a:hover {
	text-decoration: none;
	color: #ed1f61;
}
.socialmedia {
	padding: 80px 15px 20px 15px;
}
.socialmedia a {
	background: #2f81c3;
	border-radius: 8px; 
	padding:8px 12px;
	color: #fff;
	margin: 5px;
}
.socialmedia a:hover {
	background: #ed1f61;
	border-radius: 8px; 
	padding:8px 12px;
	color: #fff;
	margin: 5px;
}
.copy {
	font-size: 13px;
	color: #b4bdd0;
	border-top: solid 1px #6e7584;
	padding: 25px 0px 0px 10px;
	margin-top: 15px;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.newbannertxt {
	position: absolute;
	width: 50%;
	padding-top: 10%;
	padding-left: 5%
}
.newbannertxt h4 {
	color: #ed1f61;
	font-size: 2vw;
}
.newbannertxt h3 {
	color: #fff;
	font-size:2.2vw;
}
@media (min-width: 200px) and (max-width: 768px) {
	.navbar-brand img {
	width: 60%;
	height: auto;
}
	.carousel {
  margin-top: -70px;
  padding-bottom: 20px;
}
	.slider_caption {
	margin: 80px 20px 20px 30px;
}
	.abt_content {
		margin-bottom: 25px;
	}
	.mp-2 {
		padding: 0px 20px;
	}
	.servicebox {
	

	display: block;
		margin-bottom: 20px;
}
	
	.footerlinks a{ 
color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
	display: block;
}
	
	
.banner01 {
	background: url("../images/banner01_m.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	
}
.banner02 {
	background: url("../images/banner02_m.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
	
}

.banner03 {
	background: url("../images/banner03_m.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
}
.banner04 {
	background: url("../images/banner04_m.jpg") no-repeat;
	background-size: cover;
	height: 100vh;
}
	
	.abt_content {
	padding-top: 50px;
}
	.newbannertxt {
	position: absolute;
	width: 70%;
	padding-top: 10%;
	padding-left: 5%
}
	.newbannertxt h4 {
	color: #ed1f61;
	font-size: 3.5vw;
}
.newbannertxt h3 {
	color: #fff;
	font-size:3.5vw;
}
}
	

.about_header {
	
	background-image: url("../images/about_banner_bg.png");
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px 0px 50px 0px;
	margin-top: -200px;
}
.about_header_glow {
		background-image: url("../images/white_glow_bg.png");
	height: 270px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}
.about_header h2 {
	text-align: center;
	color: #ffc833;
	font-size: 40px;
	font-weight: 600;
	padding-top: -5%;padding-bottom: 4%;
	
}
.about_header h2 span{
	
	color: #5ec1fb;

}

.about_header p{
	
	color: #fff;
	text-align: right;
	padding-right: 50px;

}
.about_header p i{
	

	padding-right: 5px;

}
.about_header p a{	
	color: #ffc833;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
} 

.about_header p a:hover{	
	color: #fff;
	text-align: right;
	padding-right: 5px;
	text-decoration: none;
} 
.about_inner_main {
	background: #a2ddff;
	padding: 20px 0px;

}
.about_inner_main h2 {
	font-weight: 700;
	font-size: 26px;
}
.about_inner_main p {
	font-size: 16px;
	line-height: 28px;
}

.about_inner_main2 {
	background: #f3f3f3;
	padding: 20px 0px;

}
.about_inner_main2 h2 {
	font-weight: 700;
	font-size: 26px;
}
.about_inner_main2 p {
	font-size: 16px;
	line-height: 28px;
}
.text-left {
	text-align: left!important;
}

.abt_content2 {
    padding-top: 160px;
}




.mainbg {
	background: #f2f2f2;
}
.mainbg h3 {
	margin-bottom: 0px!important;
}
.equal {
	 display: grid!important;
  grid-auto-flow: column!important;

}
.equal_col {
display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
/*[class*="col-"] {
  margin-bottom: 30px;
}*/

.content {
  height: 100%;

}
.image img {

  object-fit: cover;
}
.testi_pad {
	padding-right: 25px;
	background: url("../images/bubble.png");
	background-position: bottom right 50px;
	background-repeat: no-repeat;
}
.testi_pad h4{
	text-align: left!important;
	padding-left: 25px;
		font-size: 20px!important;
}
.testi_pad h5{
	text-align: left!important;
	padding-left: 25px;
	font-size: 16px!important;
}
/* Demo backgrounds and styling*/

.colour-1 {
  background: #483C46;
  color: #fff;
}
.colour-2 {
  background: #3C6E71;
}
.bggreen h5 {

	font-size: 26px;
	padding-left: 30px;
		padding-right: 50px;
		
}
.bggreen p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 30px;
		text-align: justify;	
}

.bgyellow h5 {
	font-size: 26px;
	padding-left: 30px;
		padding-right: 50px;
}
.bgyellow p {
font-size: 14px;
	font-weight: 500;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 30px;
		text-align: justify;	
		
}
.text-right {
	text-align: right;
	
}
.homeser li {
	padding-bottom: 8px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #000;
  background-color: #fce198!important;
  border-color: #fce198;
}
.page-link {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.address-item {
    padding: 10px 40px;
    min-height: 300px;
    border: 0px solid #d6d6d6;
    background: #fff;
    box-shadow: 0 0 30px #fff;
    text-align: center;
    height: 100%;
    border-radius: 0px;
}
.address-item .icon-part img {
  width: 120px;
	vertical-align: middle;
}
.icon-part {
	height: 130px;
	padding-bottom: 50px;
	vertical-align: middle;
}

.contact h4 {
	font-size: 26px;
	font-weight: 600;
	  line-height: 1.8;
  text-align: center;
  height: auto;
  margin: 0 auto;
  padding-bottom: 1em;
  display: block;
  width: max-content;
}
.h2_wrapper {
  margin: 0 auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
  width: 80vw;
}


.contact h4::after {
  content: ' ';
  width: 10%;
  line-height: 1;
  display: block;
  text-align: center;
  position: absolute;
  height: 0.1em;

  background-color:#4028f2;
  top: 3em;
  font-size: 1em;
  font-weight: 900;
	margin-left: 9%;

}



.wpcf7-text,  .wpcf7-textarea,  .wpcf7-select {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #DCDCDC;
}

.booking {
	width: 100%;
	padding: 50px;
	border: solid 1px #DCDCDC;
	text-align: left;
}
.booking label {
	font-size: 15px;
  color: #6a6a6a;
	text-align: left;
	padding-bottom: 8px;
}
.booking input[type=text] {
  height: 55px;
  line-height: 55px;
  border: 1px solid #DCDCDC;
  border-radius: 0px;
  padding: 10px 30px;
  color: #6a6a6a;
  font-size: 15px;
  width: 100%;
  display: block;
  margin-bottom: 20px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking input[type=checkbox] {
  height: 15px;

  border: 1px solid #DCDCDC;
  border-radius: 0px;

  color: #6a6a6a;
  font-size: 15px;


  margin-top: 20px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.booking textarea {
  min-height: 55px;
  line-height: 25px;
  border: 1px solid #DCDCDC;
  border-radius: 0px;
  padding: 10px 30px;
  color: #6a6a6a;
  font-size: 15px;
  width: 100%;
  display: block;
  margin-bottom: 20px;

  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.productsmain li {
	list-style: none;
	padding: 3px 0px;
}
.productsmain li i {
	padding-right: 5px;
}
.servicepoints {
	padding-left: 70px;
}
.servicepoints li i
{
  color: #2f81c3;
  padding-right: 10px;
}
@media (min-width: 200px) and (max-width: 768px) {
	.abt_content2 {
    padding-top: 20px;
}
	.call {
		display: none;
	}
	.contact_top {
		display: none;
	}
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
	
	.equal {
	 display: block!important;

}
	.bggreen .image-content-wrapper img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
		width: 100%;
		height: auto;
}
	 .bgyellow .image-content-wrapper img {
  -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
  clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
	 	width: 100%;
		height: auto;
}
}	
/* ============ small devices .end// ============ */

.bannernew {
	
}
.bannernew img {
	width: 100%;
	height: auto;
}