@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
/*font-family: 'Lato', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/*font-family: 'Roboto Condensed', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
/*font-family: 'Roboto', sans-serif;*/

body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #000;
}
*{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  vertical-align: middle;
  outline: 0;
}
h1,h2,h3,h4,h5,h6{
  margin: 0 0 20px;
}
p{
  margin: 0 0 20px;
}
p:last-child{
  margin: 0;
}
.container{
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.header_main{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.site_main .container{
  max-width: 1830px;
  margin: 0 auto;
}
.site_main {
  padding-top: 20px;
}
.site_block{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_block .site_nav ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.site_block .site_nav ul li{
  display: inline-block;
  margin: 0 0 0 40px;
}
.site_block .site_nav ul li:first-child{
  margin: 0;
}
.site_block .site_nav a{
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  transition: all 0.5s ease;
}
.site_block .site_nav a:hover{
  color: #f1592a;
}
.site_block .site_right > div{
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  margin-right: 20px;
  background: url(../images/line_bg.png)no-repeat right center;
  line-height: 45px;
}
.site_block .site_right .call_ic a{
  display: inline-block;
  vertical-align: middle;
  background: url(../images/call_ic.png)no-repeat left center;
  padding-left: 25px;
  line-height: 25px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  transition: all 0.5s ease;
}
.site_block .site_right .call_ic a:hover{
  color: #f1592a;
}
.site_block .site_right .site_icon ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.site_block .site_right .site_icon ul li{
  display: inline-block;
  margin: 0 20px 0 0;
}
.site_block .site_right .site_icon ul li:last-child{
  margin: 0;
}
.btn{
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  background: #f1592a;
  padding: 14px 33px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.5s ease;
}
.btn:hover{
  background: #000;
}
.banner_main .owl-theme .owl-controls{
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
}
.banner_main .banner_img img{
  width: 100%;
  /* height: 810px; */
}
.banner_main .items{
  position: relative;
}
.banner_main .banner_text{
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  padding-bottom: 250px;
  /* max-width: 500px; */
}
.banner_text .banner_title{
  color: #fff;
  font-size: 90px;
  font-weight: bold;
  /* font-family: 'Roboto Condensed', sans-serif; */
  text-transform: uppercase;
  margin: 0 0 45px;
  font-weight:normal
}
.banner_main .banner_text .btn{
  padding: 14px 114px;
}
.serviceSec{
    display:none;
    background: #31313e;
    padding: 50px 0;
  }
  .serviceSec .serviceBlock{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .serviceSec .serviceBlock .col{
    -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      border-left: solid 1px rgba(255,255,255,0.15);
  }
  .serviceSec .serviceBlock .col:first-child{
    border: none;
  }
  .serviceBlock .col .colIn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto', sans-serif;
  }
  .serviceBlock .col .colIn .ser_ic img{
    max-width: 28px;
  }
/* .serviceSec{
    display:none;
  background: #31313e;
  padding: 50px 0;
}
.serviceSec .serviceBlock{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.serviceSec .serviceBlock .col{
  -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    border-left: solid 1px rgba(255,255,255,0.15);
}
.serviceSec .serviceBlock .col:first-child{
  border: none;
}
.serviceBlock .col .colIn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.serviceBlock .col .colIn .ser_ic img{
  max-width: 35px;
} */
.gallery_main{
  overflow: hidden;
  padding: 10px;
}
.gallery_block{
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
.gallery_block .gallery_left{
  flex:0 0 69.5%;
}
.gallery_block .gallery_right{
  flex:0 0 30.5%;
}
.gallery_block .col img{
  width: 100%;
}
.gallery_block .col{
  padding: 5px;
}
.banner_about .banner_img img {
	width: 100%;
}
.banner_info .play_video{
	margin: 0 0 35px;
}
.banner_about .banner_info .banner_title {
	margin: 0;
	padding: 0;
	/*font-size: 150px;*/
	font-size: 120px;
	color: #fff;
	font-weight: 400;
	line-height: 1;
}

.banner_about .banner_info .banner_text {
	margin: 20px 0;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
}

.banner_about .banner_info .banner_btn {
	display: inline-block;
	text-decoration: none;
	font-size: 21px;
	color: #fff;
	background-color: #c0221f;
	padding: 19px 70px;
	font-weight: 600;
	text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.banner_section .banner_about {
	position: relative;
}

.banner_section .banner_about .banner_info {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.pageTitle h2{
  font-size: 60px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  color:#f1592a;
  /* text-transform: uppercase; */
  line-height: 1;

  text-align: center;
}
.review_section .pageTitle h2{
  margin: 0 0 68px;
}
.review_section{
	margin: 98px 0 84px;
	position: relative;
}
.pageTitle span{
	display: inline-block;
	color: #c0221f;
}
.review_section .pageTitle{
	text-align: center;
}


.review_section .review_info{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.review_section .review_info .col{
	text-align: center;
  padding: 0 45px 0px 20px;
}

.review_info .col{
  flex: 0 0 100%;
}
.review_section .review_info .col .review_text{
  margin: 22px 0 45px;
	font-size: 14px;
	color: #000;
	font-style: italic;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
}
.review_section .review_info .col .author_name{
	/* display: block; */
	font-size: 15px;
	color: #000;
	font-weight: 600;
  font-family: 'Roboto', sans-serif;
}
.review_section .owl-carousel .owl-item {
    border-right: solid 1px #d9d9d9
  }
  .review_section .owl-carousel .owl-item:nth-child(2){
    border: none;
  }
  .review_section .owl-carousel .owl-item:last-child{
    border: none;
  }
.owl-car
.owl-carousel .owl-item {
  padding: 0 10px;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  display: inline-block;
  bottom:0;
  width: 36px;
  height: 36px;
  font-size: 0;
  opacity: 1;

}
.owl-controls .owl-prev {
  margin: 5px;
  background: url("../images/prew_arrow.png") no-repeat center center;
}
.owl-controls .owl-next {
  margin: 5px;
  background: url("../images/next_arrow.png") no-repeat center center;
}
.simple_text_block {
  padding: 80px 0 85px;
  background: #31313e;
}
.simple_text_block .simple_text{
  text-align: center;
}
.simple_text_block .simple_text h2{
  color: #fff;
  margin: 0 0 40px;
  line-height: 1;
}
.simple_text_block .simple_text p{
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 40px;
}
.our_Section{
	margin: 25px 0 35px 0;

}
.our_Section .our_info .col .pageTitle h2{
  margin: 0 0 60px;
  text-align: left;
}


.our_Section .our_info{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.our_Section .our_info .col{
	flex: 0 0 45%;
  padding-right: 70px;
}
.our_Section .our_info .our_img{
  flex: 0 0 55%;
}
.our_Section .our_info .col .our_text ,.our_Section .our_info .col .our_text > p ,.our_Section .our_info .col .our_text > p>span{
	margin:0 0 30px!important;
	font-size: 18px!important;
	color: #000!important;
	font-weight: 500!important;
  line-height: 32px!important;
  font-family: 'Roboto', sans-serif!important;
}
.pageTitle{
  position: relative;
}
.pageTitle .view_all{
	position: absolute;
  top: 20px;
  right: 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: underline #fff;
}
.blog_section{
	padding: 25px 0 0;
	position: relative;
	/* z-index: 1; */
}
.blog_section::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 65%;
	background: #31313e;
	z-index: -1;
}
.blog_section .pageTitle h2{
  /* color: #fff; */
  margin: 0 0 15px;
}
.blog_section .blog_about{
	margin: 20px 0 0;
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
	gap:18px;
}
.blog_section .blog_about .col{
	flex: 0 0 calc(50% - 9px);
}
.blog_section .blog_about .blog_in{
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.05);
}
.blog_section .blog_about .col:last-child{
	padding: 0;
}
.blog_section .blog_about .col .blog_info .blog_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #000;
	font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
.blog_section .blog_about .col .blog_info .blog_calander{
	display: block;
	margin: 15px 0 0;
	font-size: 14px;
	color: #cccccc;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
.blog_section .blog_about .col .blog_info .blog_text{
	margin: 25px 0 35px 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.blog_section .blog_about .col .blog_info{
	padding:45px 45px 35px;
	background-color: #ffffff;
}


.footer_section {
  margin: 1px 0 0;
	background-color: #31313e;
	padding:18px 0 0;
}

.footerIn {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.footerIn .col {
	padding-right: 40px;
	/* margin: 0 0 40px; */
}

.footerIn .col h4 {
	/* margin: 0 0 40px; */
	font-size: 22px;
	font-weight: bold;
  color: #fff;
	line-height: 1;
	text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.footerIn .col ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footerIn .col ul li {
	margin: 0 0 20px;
}

.footer_section a, .footer_section p{
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
  font-family: 'Roboto', sans-serif;
}

.footerIn .col:first-child {
	width: 27%;
}

.footerIn .col:nth-child(2) {
	width: 24%;
}

.footerIn .col:nth-child(3) {
	width: 21%;
}

.footerIn .col:last-child {
	width: 28%;
	padding: 0;
}

.footerIn .col .contactInfo p,
.footerIn .col .contactInfo a {
	margin: 0 0 15px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.footerIn .col .contactInfo{
	margin: 0 0 25px;
}
.footerIn .col .contactInfo:last-child{
	margin: 0;
	border: none;
}
.footerIn .col .footerLogo{
	margin: 0 0 25px;
}
.footerIn .col .footer_text{
	max-width: 360px;
}
.footer_section .footer_text p{
	margin: 0 0 5px;
}
.footerIn .col .social_menu {
	padding: 15px 0 0;
}
.footerIn .col .footer_text .footer_txtIn{
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #dc542d;
}
.footerIn .col .social_menu ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.footerIn .col .social_menu a {}

.footerIn .col .newsletter {
	padding-top: 30px;
}

.footerIn .col .newsletter p {
	margin: 0;
	padding-bottom: 20px;
	font-size: 14px;
	font-weight: 400;

}

.footerIn .col .newsletter input {
	padding: 15px 15px;
	width: 100%;
}

.footerIn .col .newsletter .btn {
	margin: 10px 0 0;
	border: none;
	padding: 16px 25px;
}



.copyright_text {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0;
	border-top: solid 1px #c9c9c9;
}
.copyright_text ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.copyright_text ul li{
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	border-left: solid 1px #c9c9c9;
}
.copyright_text ul li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}
.copyright_text .copyright_line li a {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
}

.copyright_text .copyright_line p a {
	display: inline-block;
	text-decoration: none;
	font-weight: 700;
    font-family: 'Roboto', sans-serif;
}


.Popup {
	display: none;
	position: fixed !important;
	background: #fff;
	z-index: 3;
	padding: 12px;
	width: 100%;
	max-width: 750px;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}
.PopupClose {
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    margin: 0;
    z-index: 9;
}
.PopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.banner_description{
    color:white; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-family:"Arizonia";font-weight: normal;font-size:78px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width:2560px){
    .site_logo img{width:200px;}
}

@media (max-width:1440px){
  .site_block .site_right > div {margin-right: 10px;}
  .our_Section .our_info .col .pageTitle h2{margin: 0 0 40px;}
  .site_block .site_logo img{max-width: 200px;}
  .site_logo img{width:200px;}
}
@media (max-width:1199px){
  .site_block .site_nav ul li {margin: 0 0 0 20px;}
  .our_Section .our_info .col .pageTitle{margin: 0 0 20px;}
  .pageTitle h2{font-size: 52px;}
  .site_block .site_right .call_ic a{padding: 0; width: 24px; font-size: 0; padding: 0;}
  .site_right .btn{padding: 14px 20px;}
  .banner_text .banner_title{font-size: 40px;}
  .banner_description{font-size:30px;}
  .banner_main .banner_text .btn {padding: 14px 40px;}
}
@media (max-width:991px){
  .site_block .site_right{display: none;}
  .site_block .site_right .site_icon ul{text-align: center;}
  .site_block .site_right > div{padding-right: 10px;}
  .site_block .site_nav{display: none;}
    .call_ic a{background: url(../images/call_ic.png)no-repeat left center;padding-left: 30px; line-height: 30px; color: #fff; display: inline-block; text-decoration: none; margin:10px 0 10px 5px;font-family: 'Lato', sans-serif;  }
   .site_right .btn{width: 100%; text-align: center;}
   .menuBtnWrapper img{max-width: 24px;}
  #mobileMenu .site_icon ul li{border-bottom: none; display: inline-block;}
  .site_block .site_nav a{font-size: 12px;}
  .site_block .site_nav ul li{margin: 0 0 0 15px;}
  .banner_text .banner_title{font-size: 42px;}
  .pageTitle .view_all{top: -10px;}
  .blog_section{ padding:50px 0;}
  .our_Section{margin: 50px 0;}
  .our_Section .btnReadmore{ padding: 9px 20px;}
  .pageTitle h2{font-size: 45px;}
  .our_Section .our_info .col .pageTitle h2{margin: 0 0 30px;}
  .right-align {
    float: right;
    clear: both; 
    display: block; 
    width: auto;
}
.our_Section .our_info .col ,.our_Section .our_info .col .our_text > p ,.our_Section .our_info .col .our_text > p > span{font-size: 14px!important;}

}
@media (max-width:767px){
  .review_section{margin: 50px 0; height:312px;}
  .review_section .owl-carousel .owl-item{border: none;}
  .pageTitle h2{font-size: 30px;}
  .review_section .pageTitle h2{margin: 0 0 30px;}
  .simple_text_block{padding: 50px 0;}
  .simple_text_block .simple_text h2{margin: 0 0 20px;}
  .simple_text_block .simple_text p{margin: 0 0 20px;}
  .pageTitle .view_all{position: relative;  text-align: center; display: block;}
  .blog_section .pageTitle h2{margin: 0 0 20px;}
  .blog_section .blog_about .col{flex: 0 0 100%;}
  .blog_section::after{height: 100%;}
  /* .review_section .review_info .col{padding: 0;} */
  .our_Section .our_info .col{flex: 0 0 100%; padding: 0 0  40px;}
    .our_Section .our_info .our_img{flex: 0 0 100%;}
    .our_Section .our_info .our_img img{width: 100%;}
  .footerIn .col{width:50% !important;}
  .copyright_text{flex-direction: column; gap:15px;}
  .gallery_block .gallery_left{flex: 0 0 100%;}
    .gallery_block .gallery_right{flex: 0 0 100%;}
    .footer_section{padding-bottom: 95px;}
    /* text-align: center !important; */
    .serviceSec {display:block;padding: 15px 0; position: fixed; width: 100%; bottom: 0; z-index: 9; border-top: solid 1px rgba(255,255,255,0.4);}
    .serviceBlock .col .colIn{font-size: 13px;}
    .serviceBlock .col .colIn .ser_ic img{max-width: 35px;}
    .banner_main .banner_text, .banner_section .banner_about .banner_info{position: static; transform: none; max-width: 100%; padding: 40px 0 60px;}
    .banner_text .banner_title{margin: 0 0 20px; font-size: 30px; color: #000;}
    .banner_info .play_video .show_video img{border: solid 1px #ccc; max-width: 80px; border-radius: 50%;}
    .banner_about .banner_info .banner_btn{font-size: 19px; padding: 19px 20px;}
    .banner_main .owl-theme .owl-controls .owl-page span{background: #000;}
  }
@media (max-width:480px){
    .site_block .site_logo img{max-width: 150px;}
  .site_logo img{width: 150px;}
  .banner_text .banner_title{font-size: 18px;}
  .banner_main .banner_text .btn{padding: 10px 40px; font-size: 12px; margin-top: 1px;}
  .banner_main .banner_text{max-width: 100%; padding-bottom: 30px;}
  .banner_info .play_video{margin: 0 0 15px;}
  .play_video .show_video img{width: 50px;}
  .banner_about .banner_info .banner_btn{font-size: 10px; padding: 12px 30px;}
  .pageTitle h2{font-size: 22px;}
  .pageTitle .view_all{font-size: 14px;}
  .blog_section .blog_about .col .blog_info {padding: 20px;}
  .simple_text_block .simple_text p{font-size: 12px;}
  .our_Section .our_info .col .our_text,.our_Section .our_info .col .our_text > p ,.our_Section .our_info .col .our_text > p>span{font-size: 14px!important; line-height: normal!important; margin: 0 0 20px!important; font-weight: 400!important;}
  .footerIn .col{flex: 0 0 100% !important; padding: 0;}
  .copyright_text .copyright_line li a{font-size: 10px;}
  .copyright_text ul li{border:none; margin: 0;}
}


/* ------- */
.location_section_all{
	padding: 80px 0;
	position: relative;
	z-index: 1;
  text-align: center;
}
.location_section_all::after{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 65%;
	background: #31313e;
	z-index: -1;
}
.location_section_all .pageTitle h2{
  color: #fff;
  margin: 0 0 25px;
}
.location_section_all .location_about{
	margin: 40px 0 0;
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
	gap:18px;
}
.location_section_all .location_about .col{
	flex: 0 0 calc(50% - 9px);
}
.location_section_all .location_about .location_in{
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 65px 0px rgba(0,0,0,0.05);
}
.location_section_all .location_about .col:last-child{
	padding: 0;
}
.location_section_all .location_about .col .location_info .location_title{
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #000;
	font-weight: 700;
  font-family: 'Roboto', sans-serif;

}
.location_section_all .location_about .col .location_info .location_text{
	margin: 25px 0 35px 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-weight: 400;
  font-family: 'Roboto', sans-serif;
  opacity:unset !important;
}
.location_section_all .location_about .col .location_info{
	padding:45px 45px 35px;
	background-color: #ffffff;

}
@media (max-width:767px){
    .location_section_all .location_about .col {flex: 0 0 100%;}
}
@media (max-width:480px){
    .location_section_all .blog_about .col .blog_info{display: block;}
	.location_section_all .location_about .post_date{width: 100%; margin: 0 0 20px;}
}

