@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

body{
	font-family:'Hero New Regular', 'Outfit', sans-serif;
	font-weight: 400;
    font-size: 1rem;
    line-height: 1.7;
	font-style: normal;
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #000000;
	outline: none;
	text-decoration: none;
}
p{
	color: #617798;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Sofia Pro Regular';
	color: #1F1F25;
	margin-top: 0;
	margin-bottom: 15px;
}
.font-light{
	font-family: 'Sofia Pro Light';
}
.font-bold{
	font-family: 'Sofia Pro Bold';
}
.bg-color1{
	background-color: #74addf;
}
.bg-color2{
	background-color: #6b6b6b;
}
.text-color1{
	color: #74addf !important;
}
.text-color2{
	color: #6b6b6b !important;
}
.txt-hover:hover,
.txt-hover:focus{
    color: #a9a9a9;
}
.width-30{
    width: 30%;
}
.width-40{
    width: 40%;
}
.width-50{
    width: 50%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}
.home-page .header{
	position: relative;
	width: 100%;
	z-index: 99;
}
.header-top{
	background-color: #fff;
}
.header-bottom{
	background-color: #fff;
	padding: 20px;
	position: relative;
	box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.09019607843137255);
}
.logo{
	display: inline-block;
	margin: 5px auto;
}
.logo .img-fluid{
	max-width: 120px;
}
.mobile-menu{
	display: none;
}
.emergency-banner {
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  font-weight: bold;
  justify-content: end;
}
.emergency-left {
  background-color: #50afe3;
  color: #fff;
  padding: 5px 65px 5px 20px;
  display: flex;
  text-align: left;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  position: relative;
  z-index: 1;
}
.emergency-right {
	position: relative;
  	background-color:#000;
  	color: #fff;
  	padding: 10px 25px;
  	display: flex;
  	/*flex-direction: column;*/
  	align-items: center;
  	font-size: 15px;
}
.emergency-right:before{
	content: '';
    border-left: 20px solid transparent;
    border-top: 39px solid transparent;
    border-right: 20px solid #000;
    border-bottom: 33px solid #000;	
    position: absolute;
    left: -40px;
    top: 0;
    z-index: 1;
}
.emergency-right a:hover,
.emergency-right a:active,
.emergency-right a:focus{
	color: #50afe3;
}
.emergency-left i {
    font-size: 33px;
    margin-right: 10px;
}
@media (max-width: 576px) {
  .emergency-banner {
    flex-direction: column;
    border-radius: 0.5rem;
  }

  .emergency-left::after {
    display: none;
  }
}
.bottom-header{
	background-color: #fff;
    padding: 15px;
    border-top: 1px solid #d8d8d8;
}
.nav-wrapper{
	display: block;
	text-align: center;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: -4px;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #ff8daa;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding:0;
	margin:0;
	border-bottom: 3px solid #9a9a9a;
  	transition: all 500ms ease;
  	display: block;	
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	background-color: #ffffff;
	padding:10px 15px;
	color: #000;
}
.navigation li.dropdown:hover > .dropdown-menu{
	top: 36px;
	opacity: 1;
	visibility: visible;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	position: relative;
    text-transform: uppercase;
    font-size: 0.875rem;
	font-weight: 700;
    line-height: 1.3;
    letter-spacing: 1px;
	overflow: hidden;
	display: block;
	color: #1F1F25;
	padding: 0px 20px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown > a{
	padding-right:35px;
}
.navigation > li.dropdown > a:after {
    font-family:"bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
/*    display: block;*/
    font-size: 14px;
    transition: all 500ms ease 0s;
}
.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a{
	color: #a9a9a9;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: #000;
}
.slider-wrapper{
	position: relative;
}
.slider-wrapper .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: auto;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.fs-70{
	font-size: 70px;
}
.bottombar{
	background-color: #50afe3;
	padding:8px 0;
}
.top-menu__item a {
    color: #ffffff !important;
    display: flex;
    align-items: center;
}
.top-menu__item .top-menu__item-icon {
    width: 30px;
    margin-right: 5px;
}
.top-menu-bar .top-menu__item .top-menu__item-text {
    color: #ffffff;
    text-decoration: underline;
}
.list1 li,
.list2 li,
.areas-list li{
	padding: 0px 0 15px 26px;
	position: relative;
	color: #617798;
}
.list1 li:before,
.list2 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F133';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #292a60;
}
.areas-list li:before{
	content: '\F3E7';
}


.list2 li:before{
	color: #74addf;
}
.list2.onblue-li li:before {
    color: #ffffff;
}
.list3 li{
  margin-left: 16px;
}
.list3 li{
  list-style-type: decimal;
  padding-bottom:18px;
  color: #617798;
}
.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-xxl,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.overlap{
	position: relative;
}
.overlap:before,
.overlap1:before,
.overlap2:before{
	background-color: rgba(41, 42, 96, 0.85);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap1:before{
    background-color: rgba(0,0,0,0.7);
}
.bluegradient_overlap.overlap2:before{
    background: linear-gradient(0deg, rgb(109 109 109 / 61%) 0%, rgb(116 173 223) 100%);
}
.whiteopacity-bg.overlap1:before{
	background-color: rgb(255 255 255 / 94%);
}
.widget-title{
	font-size: 24px;
    font-weight: 600;
    color: #74addf;
    margin-bottom: 20px;
}
.widget-title a:hover{
    color: #a9a9a9;
}
.footer-menu li a{
	position: relative;
	padding:2px 0 2px 20px;
	display: inline-block;
	color: #fff;
}
.footer-menu li a:before{
	position: absolute;
	top: 2px;
	left: 0;
	content: '\F231';
	font-family:'bootstrap-icons';
}
.footer-links{
	display: block;
	color: #fff;
}
.footer-menu li a:hover,
.footer-links a:hover{
	color: #a9a9a9;
}
.navigation li.dropdown > .dropdown-menu.child-dropdown{
    top: 0;
    left: 100%;
    padding: 15px;
}
.service-card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    overflow: hidden;
    text-align: center;
    padding: 20px 20px 20px 20px;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.service-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #74addf; /* red border */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    background: #fff;
}
.service-icon img {
    max-width: 55px;
}
.service-card h5 {
    color: #74addf;
    font-size: 22px;
    font-weight: 500;
}
.service-card p {
    color: #617798;
    font-size: 0.95rem;
}
.book-btn {
    display: block;
    background: #74addf;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transition: background 0.3s;
    margin-top: 20px;
}
.book-btn:hover {
    background: #6d6d6d;
    color: #fff;
}
.section-padding{
	padding: 100px 15px;
}
.promo-section {
    background-color: #74addf;
    color: white;
    padding: 30px 50px 18px 30px;
}
.promo-section h2,
.heading-underline h2{
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.3;
}
.heading-underline .underline{
    width: 50px;
    height: 4px;
    background-color: #000000;
    margin: 15px 0 35px 0;
}
.promo-section .book-btn,.btn-style-2 {
    background-color: #74addf;
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.3s ease;
}
.btn-style-2{
	background-color: #000000;
	color: #fff;
	border: 1px solid #000000;
}
.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:active{
	background-color:#74addf;
	color: #000;
	border: 1px solid #000000;
}
.promo-section .book-btn:hover {
    background-color: #c4151e;
}
.promo-img {
    max-width: 100%;
    height: auto;
}
.sidebox-inner{
	position: relative;
}
.width-200-wrap{
	width: 100%;
	padding-right: 90px;
}
.icon-box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.icon-box img {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.highlight {
  color: #e30613;
  font-weight: bold;
}
.innercurve-list {
    position: relative;
    width: 97%;
    height: 100%;
    background-color: #74addf;
    border-radius: 30% 30% 0 0;
    margin: 0 auto;
    border: 5px solid #fff;
    border-bottom: 0;
    padding-top: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.border-imgc {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 30px 1px 0 0;
    overflow: hidden;
    width: 160px;
    height: 160px;
}
.border-imgc img {
    width: 100px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.border-imgc::before{
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.content-btm {
    padding: 18px 15px 10px 15px;
    text-align: center;
}
.address-box .address-content {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.address-content h4{
	color: #fff;
	font-size: 19px;
}
.heading-underline.center-heading{
	text-align: center;
}
.heading-underline.center-heading .underline{
	margin: 15px auto;
}
.text-box,
.text-box2 {
    background: #f0f0f0;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 5px solid #fff;
    right: -70px;
    position: relative;
}
.text-box2{
    left: -70px;
}
.image-shadow-box img {
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: block;
    padding: 10px;
    background: #74addf;
}
.image-abslt-box{
	position: absolute;
}
.image-abslt-box img{
	border: 13px solid #74addf;
    border-right: 0;
    border-bottom: 0;
}
.testimonial-item{
	padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -3px 3px 25px -5px rgba(0, 0, 0, 0.2);
    margin: 10px;
    border: 1px solid #74addf;
    min-height: 530px;
}
.testimonial-item h5{
	color: #74addf;
}
.bg-vector{
	position: absolute;
    background-image: url(../images/vector1.png);
    background-size: contain;
    background-repeat: repeat;
    background-position: top;
    width: 700px;
    height: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.2;
}
#testiCarosel .owl-nav button{
	padding: 5px 10px !important;
	color: #fff;
	background: #74addf;
}
#testiCarosel .owl-nav button .bi{
	font-size: 34px;
}
#testiCarosel .owl-nav button:hover{
	background: #000;
}
.shape-design:after {
    position: absolute;
    content: '';
    right: -1px;
    top: -1px;
    width: 150px;
    height: 90px;
    z-index: 1;
    background: url(../images/shape-1.png);
    border-top-right-radius: 20px;
    background-repeat: no-repeat;
}
.arrow-wrap .arrowinner {
    position: absolute;
    right: 0;
    color: #74addf;
    top: -52px;
    z-index: 9;
    font-size: 50px;
    transition: transform 0.4s ease;
}
.btn-5 {
	padding: 12px 24px;
  	font-size: 16px;
  	border: none;
  	display: inline-block;
  	transition: all 0.3s ease-in-out;
  	border-radius: 8px;
  	background: linear-gradient(to right, #0070d2, #74addf);
    color: #fff;
    transform: scale(1);
}
.btn-5:hover {
  	filter: brightness(1.1);
  	color: #000;
  	transform: scale(1.05);
}
.shape-design.bluegradient_overlap.overlap2:before{
	border-radius: 20px;
	background: linear-gradient(0deg, rgb(0 0 0 / 84%) 0%, rgb(36 109 172) 100%);
}
.shape-design:hover .arrow-wrap .arrowinner {
  transform: translateX(30px);
}

.shape-design-1.bluegradient_overlap.overlap2:before{
	border-radius: 20px;
	background: linear-gradient(0deg, rgb(0 0 0 / 84%) 0%, rgb(36 109 172) 100%);
}
.shape-design-1:hover .arrow-wrap .arrowinner {
  transform: translateX(30px);
}
.callh4{
	line-height: 1.6;
}
.callh4 a:hover,
.callh4 a:focus,
.callh4 a:active{
	color: #74addf;
}
.callh4 a{
    display: inline-block;
}
.seconssection{
	margin-top: -50px;
    z-index: 99;
}
.fancy_heading{
	background: #74acde;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 30px;
    color: #fff;
}
.footermain{
	position: relative;
}
.footermain:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    background-image: url(../images/slider/1.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}
.footermain:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(0 0 0 / 81%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: -1;
}
.footer-top{
	position: relative;
	z-index: 0;
}
.footer-widget .user-links li{
	position: relative;
}
.footer-widget .user-links li a:before {
    content: "\f280";
    font-family: bootstrap-icons !important;
    position: absolute;
    color: #74addf;
    font-size: 13px;
    left: 0;
    top: 2px;
    opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer-widget .user-links li a {
    color: #617798;
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 0 0 15px 18px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-widget .user-links li a:hover::before{
	opacity: 1;
}
.footer-widget .user-links li a:hover{
	color: #74addf;
	padding-left: 18px;
}
.footer-logo a img {
	width: 250px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footersocial a{
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	color: #fff;
}
.footersocial.membericon a{
    width: 130px;
    height: auto;
    display: block;
    margin: 0 auto 15px auto;
}
.footersocial a>i{
	font-size: 24px;
}
.new-inner-column {
    display: flex;
    justify-content: center;
    column-gap: 100px;
    padding: 20px 0;
    flex-wrap: wrap;
}
.footer-widget {
    position: relative;
    z-index: 1;
}
.footer-bottom{
	background-color: #fff;
}
.linehere {
    display: inline-block;
    position: relative;
}
.linehere:after {
    position: absolute;
    content: '';
    left: 0;
    width: 60px;
    height: 1px;
    background: #ddd;
    top: -6px;
    opacity: 0.3;
    z-index: -1;
}
.footer-middle{
	background-color: #fff;
}
.phonewrap-footer .reservations .icon span {
  font-size: 30px;
  color: #d0da45;
  line-height: 30px;
}
.phonewrap-footer .reservations .icon{
	transform: rotate(2deg);
	padding-right: 10px;
}
.footemail a{
	color: #617798;
}
.footemail a:hover,
.footemail a:active,
.footemail a:focus{
	color: #000000;
}
.fb-bg{
	background: rgba(24, 119, 242, 0.25);
}
.insta-bg{
	background: rgba(221, 42, 123, 0.25);
}
.footersocial a{
	font-size: 20px;
}
.footersocial a i{
	color: #1877f2;
}
.footersocial a.insta-bg i{
	color: #dd2a7b;
}
.h3-headingsec{
    position: relative;
}
.headingh3-inner{
    z-index: 999;
    position: relative;
    padding-top: 40px;
}
.special-fancy-headingh3{
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 8px #050a31;
    text-transform: uppercase;
}
.customer-one_bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #74addf;
}
.customer-one_pattern {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 70px;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: slideBackground 10s linear infinite;
}
.home-parallax {
  position: relative;
  overflow: hidden;
  /*padding: 300px 0;*/
}

.home-parallax .container-fluid {
  position: relative;
  z-index: 9;
}

.sub-banner-overlay {
  background: rgb(32, 32, 32);
  background: linear-gradient(180deg,
      rgba(32, 32, 32, 0.40379901960784315) 29%,
      rgba(32, 32, 32, 0.8575805322128851) 98%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.parallax-window {
  height: 400px;
  background: transparent;
  display: table;
  width: 100%;
}

.home-slide {
  text-align: center;
  position: relative;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.parallax-fixed {
  background-attachment: fixed;
}

.home-parallax h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 20px;
  font-family: "DM Sans", sans-serif;
}

.inner-box{
    padding: 30px;
    border: 1px solid #74addf;
}

.inner-box2{
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.inner-box3{
    padding: 30px;
    background-color: #74addf;
}

.list1.text-white li{
    color: #fff;
}

.areas-list a {
    padding: 15px 25px;
    background-color: #74addf;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.blog-box{
    padding: 15px 10px;
    background-color: #74addf;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

  .single-service-item {
  margin: 20px 0;
}

.box-style1 {
  padding: 20px;
  background-color: #f8f8f8;
  min-height: 300px;
}

.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}

.single-service-item .img-holder .img-responsive {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
  background: #9a9a9a;
}

.single-service-item .text-holder h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 20px 0 6px;
  text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
  color: #fff;
}

 .contact-box .contact-title h3 {
    padding: 12px 0 12px 25px;
    background-color: #50afe3;
    margin-bottom: 0;
}

.contact-box .contact-info {
    box-shadow: 0 5px 15px 0 rgba(41, 42, 46, 0.5);
    padding: 20px 10px 20px 20px;
    display: flex;
    align-items: center;
}

.contact-box .contact-info .icon {
    border: 5px solid #e8e8e8;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-box .contact-info .icon i {
    font-size: 24px;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box {
    position: relative;
    margin-top: 30px;
    transition: all 0.3s ease;
}

.contact-box:hover {
    transform: translateY(-8px);
}

.contact-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 60px;
    width: 60px;
    background-color: #50afe3;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.contact-box::after {
    content: '';
    position: absolute;
    top: -0;
    left: 50%;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.site-map-list li {
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 30px;
  position: relative;
}

.site-map-list li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #dfdfdf;
  content: "";
}

.site-map-list li>ul.child-menu {
  margin: 10px 0 10px 20px;
}

.news-section .owl-theme .owl-nav{
	position: absolute;
    bottom: auto;
    top: 40%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.news-section .owl-theme .owl-nav button{
	position: absolute !important;
	width: 40px;
    height: 40px;
    line-height: 34px;
    background: #000 !important;
    color: #fff !important;
    font-size: 20px !important;
    margin-right: 15px;
    margin-left: 15px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}
.news-section .owl-theme .owl-nav button.owl-next{
	right: -40px;
}
.news-section .owl-theme .owl-nav button.owl-prev{
	left: -40px;
}
.news-section .owl-theme .owl-nav [class*="owl-"]:hover{
	background-color: #000;
}



.formwrap{
    max-width: 100%;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 0;
  background: #eee;
  position: relative;
  z-index: 11;
  padding: 20px 30px 20px;
}
@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.copyright{
    border-top: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 10px;
}
.submit-icon {
  display: none;
}

.submit-icon.rotating-show {
  display: inline-block;
  vertical-align: middle;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}
#banner-video{
    width: 100%;
}
/* col-xxl */
/* @media and (min-width: 1400px) {

} */
/* col-xl */
@media (min-width: 1200px) and (max-width:1400px){
    .navigation a{
        padding: 0 15px;
        font-size: 13px;
    }
    .width-200-wrap {
      width: 100%;
      padding-right: 0;
    }
    .promo-section{
        padding: 30px 30px 18px 30px;
    }
    .service-card{
        height: 100%;
    }
    .footemail a{
        font-size: 12px;
    }
    .testimonial-item{
        min-height: 575px;
    }
    .btn-5{
        padding: 12px 15px;
    }
}
/* col-lg */
@media (min-width: 992px) and (max-width:1200px){
    .footemail a{
        font-size: 12px;
    }
    .width-200-wrap {
        width: 100%;
        padding-right: 0;
    }
    .promo-section{
        padding: 15px;
    }
    .navigation a{
        padding: 0 10px;
        font-size: 12px;
    }
}
/*for mobile to small tab */
@media (min-width: 220px) and (max-width:991px){
	.home-page .header{
        position: relative;
    }
    .bottom-header{
        padding: 0;
    }
    .mobile-menu{
		display: block;
		font-size: 20px;
		background: #fff;
		padding:8px 20px;
		color: #50afe3;
		cursor: pointer;
		margin: 0 auto;
		text-align: right;
	}
	.mobile-menu i{
		float: none;
	}
	.nav-wrapper{
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #74addf;
		padding: 0;
	}
	.navigation{
		text-align: left;
	}
	.nav-wrapper.open{
		right: 0;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation > li:first-child{
		display: block;
	}
	.navigation > li:before{
		display: none;
	}
	.navigation li a{
		padding:10px 20px;
		color: #fff;
		text-transform: none;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #000;
		color: #ffffff;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
	.navigation li.dropdown > .dropdown-menu,
	.navigation li.dropdown:hover > .dropdown-menu{
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}
	.navigation li.dropdown > .dropdown-menu li a{
		padding: 10px 10px 10px 30px; 
	}
	.fixed-top{
		position: static;
	}
    .top-menu__item-text{
        font-size: 12px;
    }
    .seconssection{
        margin-top: 0;
        padding-top: 15px;
    }
    .service-card{
        margin: 15px;
    }
    .book-btn{
        display: inline-block;
        padding: 5px 35px;
    }
    .innercurve-list{
        height: auto;
        margin-bottom: 20px;
        border-radius: 30px;
        border: 5px solid #fff;
        border-bottom: 5px solid #fff;
    }
    .text-box{
        right: 0;
    }
    .text-box2{
        left: 0;
    }
    .section-padding{
        padding: 40px 15px;
    }
    .headingh3-inner{
        padding-top: 60px;
    }
    .footer-widget{
        margin-top:25px;
    }
    .image-abslt-box{
        position:static;
        margin-top:20px;
    }
    .contact-box .contact-info {
        min-height: auto;
    }
}
/* col-md */
@media (min-width: 768px) and (max-width:991px){
    .callh4{
        padding-right: 140px;
    }
    .arrow-wrap .arrowinner{
        top: -20px;
        right: 30px;
    }
}
/* for all mobile */
@media (min-width: 220px) and (max-width:767px){
    .emergency-left{
        justify-content: center;
    }
    .toplogo{
        text-align: center;
    }
    .width-200-wrap{
        padding-right: 0;
    }
    .inner-side-wrap.parallax.promo-section{
        background-image: none !important;
        padding: 15px;
    }
    .book-btn{
        margin-top: 0;
    }
    .icon-box{
        display: block;
    }
    .icon-box img{
        width: 80px;
        height: 80px;
        margin-bottom: 15px;
    }
    .text-box{
        padding: 15px;
    }
    .text-box2{
       padding: 15px;
    }
    .testimonial-item{
        min-height: auto;
    }
    .shape-design::after,.arrow-wrap .arrowinner{
        display: none;
    }
    .callh4{
        text-align: center;
        margin-bottom: 15px;
    }
    .footemail a{
        font-size: 13px;
    }
    .bottom-header{
        border-top: 0;
    }
    .bottombar{
        display: none;
    }
    .emergency-left{
        padding: 5px 35px 5px 5px;
    }
    .emergency-right{
        padding: 10px 20px 10px 15px;
    }
}
/* col-sm  */
@media (min-width: 576px) and (max-width:767px){
    .home-parallax h1 {
        font-size: 40px;   
        line-height: 50px;    
    }
}
/* col-xs */
@media (min-width: 220px) and (max-width:575px){
    .home-parallax h1 {
        font-size: 25px;
        line-height: 34px;
   }
    .parallax-window {
        height: 200px;
    }
    .inner-box{
        padding: 15px;
    }
    .inner-box2{
        padding: 15px;
    }
    .inner-box3{
        padding: 15px;
    }
     .contact-box .contact-info {
        padding: 15px;
    }

    .contact-box .contact-title h3 {
        padding: 15px;
    }

    .contact-box .contact-info {
        flex-direction: column;
    }

    .contact-box .contact-info .icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .promo-section h2,
    .heading-underline h2{
        font-size: 22px;
    }
    .heading-underline .underline{
        margin: 15px 0 20px 0;
    }

    .news-section .owl-theme .owl-nav button{
        display: none;
    }
}