
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  max-width: 100%;
  width: 100%; }

input,
select,
button {
  box-shadow: none !important;
  outline: none !important; }

input:focus,
select:focus,
button:focus {
  box-shadow: none !important;
  outline: none !important; }

button {
  box-shadow: none !important;
  outline: none !important;
  border: none;
  cursor: pointer; }

a:hover {
  text-decoration: none;
  outline: none !important; }

a:focus {
  outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
label {
  margin-bottom: 0; }

a,
button {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  outline: none !important; }

.wrapper {
  clear: both;
  position: relative;
  float: left;
  width: 100%; }

body {
  position: relative; }

p,
a,
input,
label,
button,
span,
body {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  word-break: break-word; }

p {
	margin-bottom: 15px; 
	text-align: justify;
	font-size: 13px;
    color: #000000;
	text-indent: 0px;
    line-height: 1.846;
    font-weight: 500;}

.cntrl_grp {
  position: relative; }

.form-control {
  border-radius: 4px;
  border: 1px solid #d9d7d7;
  padding-right: 50px;
  height: 40px; }
  .form-control:focus {
    border-color: #020202; }

.icon_txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.page_btn {
      display: inline-block;
    text-align: center;
    position: relative;
    padding: 15px;
    border-radius: 23px;
    font-weight: 500;
    background: #094b2f;
    color: #ffffff;
    z-index: 1;
    border: none;
    box-shadow: none; }
  .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
	 border-radius: 23px;
    background: #1c2e5c;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .page_btn:hover {
    color: #ffffff; }
    .page_btn:hover::before {
      width: 100%; }
  .page_btn.full_btn {
    display: block;
    width: 100%; }

.spacing_module {
  padding: 45px 0; }

.owl-carousel,
select, .news_scroll_ul {
  animation: reveal 0s 2s forwards;
  -webkit-animation: reveal 0s 2s forwards;
  visibility: hidden; }

@keyframes reveal {
  to {
    visibility: visible; } }

.form-group {
  margin-bottom: 30px;
  position: relative; }
  .form-group label {
    margin-bottom: 10px;
    font-weight: 700; }

input[type=text],
input[type=password],
input[type=number] {
  background-color: #ffffff;
  border-bottom: #ffffff;
  height: 50px; }

.title_block {
  position: relative; }
  .title_block .section_title_home {
    display: block;
    clear: both;
	font-family: "ancient_ruinsregular", cursive;
    padding-right: 15px;
	margin-top: 5px;
    font-size: 60px;
    color: #e7b61c;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.314;}
.title_block .section_title_home b{
    color:#e7b61c;}
  .title_block .about_title_home {
       display: block;
    clear: both;
    margin-top: 5px;
    font-size: 19px;
    padding-bottom: 17px;
    color: #ffffff;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.314;}
  .title_block .pro_title_home {
       display: block;
    clear: both;
    margin-top: 5px;
    font-size: 19px;
    padding-bottom: 17px;
    color: #a30707;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.314;}

  .title_block .section_title {
    display: block;
    clear: both;
    padding-right: 15px;
	margin-top: 43px;
    font-size: 28px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314;}
h2.section_subtitle {
	display: block;
    clear: both;
    border-bottom: 1px solid #dee2e6;
    margin: 12px;
    font-size: 14px;
    color: rgb(51, 51, 51);
    text-transform: uppercase;
    padding: 14px}

    @media only screen and (max-width: 480px) {
      .title_block .section_title {
        font-size: 26px; } }
  .title_block .sub_txt {
    display: block;
    clear: both;
    font-size: 14px;
    color: #6f7074;
    font-weight: 500;
    line-height: 25px; }
  .title_block.center_title .section_title {
    text-align: center; }
  .title_block.center_title .sub_txt {
    text-align: center; }
.know_more {
    font-size: 18px;
    color: #000000;
    font-weight: 800;   
	line-height: 3.846;
}

.sub_sec_content {
  margin: 30px 0 15px; }
  .sub_sec_content p {
    color: #310900;
    margin-bottom: 10px;
	    font-size: 20px;}

.section_list {
  margin: 15px 0; }
  .section_list li {
    display: block;
    margin-bottom: 20px; }
    .section_list li span {
        display: block;
		font-size: 13px;
		color: #131211;
		line-height: 18px;
      position: relative;
      padding-left: 20px; }
      .section_list li span::before {
        content: "";
		position: absolute;
		left: 0;
		top: 0;
		font-size: 15px;
		width: 10px;
		height: 10px;
		border: 1px solid #020202;
		background: #56180a; }

.owl-carousel .owl-dots {
  margin: 15px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center; }
  .owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #1c2e5c;
    border-radius: 100%;
    margin-right: 10px; }
    .owl-carousel .owl-dots .owl-dot.active {
      background: #56180a;
      border: 1px solid #56180a; }

.breadcrumb_wrapper {
  padding: 120px 0 120px;
  background-size: cover !important;
border-bottom: 16px solid #85ff00b3;  }
  .breadcrumb_wrapper h1 {
        text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 15px;
	}
  .breadcrumb_wrapper .breadcrumb_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .breadcrumb_wrapper .breadcrumb_links li {
      display: block; }
      .breadcrumb_wrapper .breadcrumb_links li a {
        display: block;
        color: #ffffff;
        font-size: 16px;
		font-weight: 100;
        position: relative;
        padding-right: 30px;
        margin-right: 15px; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li a {
            font-size: 12px;
            margin-right: 7px;
            padding-right: 12px; } }
        .breadcrumb_wrapper .breadcrumb_links li a::before {
          content: ">";
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff; }
      .breadcrumb_wrapper .breadcrumb_links li span {
        display: block;
        color: #aa7b51;
        font-size: 16px;
        font-weight: 400; }
        @media only screen and (max-width: 480px) {
          .breadcrumb_wrapper .breadcrumb_links li span {
            font-size: 12px; } }

.grey_bg {
  background-color: #f2f2f2 !important; }

@media only screen and (max-width: 767px) {
  .container {
    max-width: 100%; } }

.top_bar_wrap {
  padding: 33px 0; }
  .top_bar_wrap .q_contact_block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: stretch; }
    .top_bar_wrap .q_contact_block .q_block {
      margin-right: 6px; }
      .top_bar_wrap .q_contact_block .q_block span {
        color: #ffffff;
        font-size: 12px;
        display: block;
    margin-top: 6px;		}
  .top_bar_wrap .q_socialblock {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end; }
    .top_bar_wrap .q_socialblock a {
      display: inline-block;
      margin-right: 20px;
      font-size: 14px;
      color: #ffffff; }
      .top_bar_wrap .q_socialblock a:last-child {
        margin-right: 0; }

.navigation_wrapper {
  background-color: #5b2e07 !important; }
  .navigation_wrapper .nav_menus {
    height: 91px;
    width: 100%; }
    .navigation_wrapper .nav_menus > ul {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      height: 100%; }
      .navigation_wrapper .nav_menus > ul > li {
        position: relative;
        display: block;
        margin-right: 21px; }
        .navigation_wrapper .nav_menus > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .nav_menus > ul > li > a {
          display: block;
          font-size: 15px;
          color: #ffffff;
          font-weight: 600;
          line-height: 91px; }
          @media only screen and (max-width: 1199px) {
            .navigation_wrapper .nav_menus > ul > li > a {
              font-size: 14px; } }
          .navigation_wrapper .nav_menus > ul > li > a i {
            font-size: 13px;
            display: inline-block;
            margin-left: 5px; }
          .navigation_wrapper .nav_menus > ul > li > a:hover {
            color: #ff0000; }
        .navigation_wrapper .nav_menus > ul > li .nav_dropdown {
          display: none;
          position: absolute;
          top: 100%;
          right: 0;
          background: #ffffff;
          width: 220px;
          z-index: 12; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown::before {
            content: "";
            position: absolute;
            top: -8px;
            right: 15px;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-bottom: 15px solid #ffffff;
            z-index: 1; }
          .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a {
            display: block;
            font-size: 14px;
            color: #6f7074;
            font-weight: 500;
            padding: 15px;
            border-bottom: 1px solid #d9d7d7; }
            .navigation_wrapper .nav_menus > ul > li .nav_dropdown li a:hover {
              color: #41a116;
				background: #41a1161a;
				border: none;			  }
        .navigation_wrapper .nav_menus > ul > li:hover .nav_dropdown {
          display: block; }
    .navigation_wrapper .nav_menus.nav_rt ul {
      justify-content: flex-start; }
  .navigation_wrapper .logo_a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .logo_a img {
      display: block;
      position: absolute;
      left: 0;
      top: 0; }

.top_bar_wrap {
  display: block; }

.navigation_wrapper {
  display: block; }

@media only screen and (max-width: 991px) {
  .top_bar_wrap {
    display: none; }
  .navigation_wrapper {
    display: none; }
  .rd-mobilepanel {
    background: #ffffff; }
  .rd-hm {
    display: table;
    left: auto;
    margin: 0 auto;
    position: relative; }
  .rd-hm a {
    width: 84px;
    display: block; }
  .rd-mobilepanel_toggle {
    background: #063221; 
	border-radius: 100%;}
  .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.99); }
  .rd-mobilemenu_ul a i {
    display: none; }
  .rd-mobilemenu_ul a:hover {
    background: #7cd24d; }
  .rd-mobilemenu_submenu {
    background: rgba(235, 235, 235, 0.95); }
  .rd-mobilemenu_submenu li a {
    font-size: 13px !important; } }

.slider_wrapper {
  min-height: 400px; }
  .slider_wrapper .camera_commands {
    display: none; }
  .slider_wrapper .camera_caption {
        width: 53%;
    left: 395px;
    top: 90%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
.slider_wrapper .camera_caption > div > h1 {
      background: none;
	  padding: 25px;
    font-size: 34px;
    text-transform: uppercase;	}
		.slider_wrapper .camera_caption > div > h4 {
      background: none;
	      padding: 14px;
    font-size: 27px;	  }
	
    .slider_wrapper .camera_caption h2 {
      display: block;
      color: #ffffff;
      font-size: 50px;
      margin: 0 0 15px;
      font-weight: 700;
      line-height: 60px;
      border-left: 7px solid #005699;
      padding-left: 30px; }
    @media only screen and (max-width: 1199px) {
      .slider_wrapper .camera_caption {
        width: 80% !important; } }
    @media only screen and (max-width: 767px) {
      .slider_wrapper .camera_caption {
        width: 100% !important;
        background: #56180a;
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0); } }
    .slider_wrapper .camera_caption > div {
      background: none;
      padding: 25px; }
    .slider_wrapper .camera_caption h2 {
      display: block;
      color: #ffffff;
      font-size: 50px;
      margin: 0 0 15px;
      font-weight: 700;
      line-height: 60px;
      border-left: 7px solid #005699;
      padding-left: 30px; }
      @media only screen and (max-width: 767px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 32px;
          line-height: 40px; } }
      @media only screen and (max-width: 480px) {
        .slider_wrapper .camera_caption h2 {
          font-size: 20px;
          line-height: 22px; } }
    .slider_wrapper .camera_caption span {
      display: block;
      clear: both;
      font-size: 18px;
      color: #ffffff;
      line-height: 25px;
      font-weight: 400; }
    .slider_wrapper .camera_caption .slide_btn {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: stretch;
      margin: 30px 0 0; }
      .slider_wrapper .camera_caption .slide_btn .page_btn {
        margin-right: 15px;
        width: 40% !important; }

@media only screen and (max-width: 767px) {
  .slider_wrapper {
    margin-bottom: 50px;
	top: 55px;
	height:0;
	min-height:166px;
	}
  .camera_target {
    position: relative !important; }
  .camera_target_content {
    position: relative !important; }
  .cameraContent {
    position: relative !important; }
  .slide_btn {
    display: none !important; }
  .camera_wrap {
    height: 450px !important; }
  .camera_target {
    height: 166px !important; }
  .camera_wrap img {
    width: 100% !important;
    margin: 0 !important;
    height: 166px !important; } }

.cameraContents::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; }
.about_us_wrapper{
	margin-top: 75px;
}
.about_us_wrapper .container {
    max-width: 100%; }
.about_us_wrapper .about{
    width: 100%;
    background: #5b2e07;
    padding: 77px 25px 20px 25px;
}
.about_us_wrapper p{
	color: #ffffff;
}
.about_us_wrapper span i{
	    font-size: 20px;
    color: #a30707;
    padding-right: 9px;
}
.vision_wrapper{
	background: url(../images/vision.png)repeat ;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    
}
.vision_wrapper .vision_grid{
	    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.vision_wrapper .vision_grid h1{
	display: block;
    color: #ffffff;
    font-size: 37px;
	margin: 100px;
    font-weight: 700;
    line-height: 60px;
}
.vision_wrapper p{
margin: 2em 0 0 0;
    color: #ffffff;
    font-size: 16px;
	padding: 13px;
}
.project_wrapper{
	margin-top: 75px;
}
.project_wrapper .running_grid {
	margin-top: 2em;
}
.project_wrapper .project_grid h3{
display: block;
    clear: both;
    font-family: "ancient_ruinsregular", cursive;
    padding-right: 15px;
    margin-top: 5px;
    font-size: 60px;
    color: #e7b61c;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.314;
	    text-align: center;
}
.project_wrapper .project_grid span {
    clear: both;
    font-size: 21px;
    color: #a30707;
    font-weight: 500;
    line-height: 25px;
	padding-bottom: 11px;
}

.project_wrapper .project_list p{
    
}
.project_wrapper .project_list span{
        display: block;
    clear: both;
    font-size: 21px;
    color: #a30707;
    font-weight: 500;
	    padding-bottom: 12px;
}
.project_wrapper .project_list_slider {
	margin: 0 0;
}
.project_wrapper .project_list_slider .each_service_slide .img_hold {
	overflow: hidden; 
}
.project_wrapper .project_list_slider .each_service_slide .img_hold a {
	display: block;
    position: relative;
    overflow: hidden;
    height: 378px;
    min-height: 378px;
    max-height: 378px;
}
.project_wrapper .project_list_slider .each_service_slide .img_hold a img {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	height: 378px;
    min-height: 378px;
    max-height: 378px;
}
.project_wrapper .project_list_slider .each_service_slide .img_hold a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}
.project_wrapper .project_list_slider .each_service_slide .service_det_block {
	padding: 15px;
    background: #efb60a;
	height: 95px;
}
.project_wrapper .project_list_slider .each_service_slide .service_det_block .event_title {
	display: block;
	color: #1c2e5c;
	font-size: 18px;
	font-weight: 600;
	    text-align: center;
    line-height: 22px;
}
.project_wrapper .project_list_slider .each_service_slide .service_det_block a.txt_control {
	margin-top: 22px;
}

.project_wrapper .project_list_slider .owl-carousel .owl-nav{
 display: none !important;
}
.about_us_wrapper .project_list{
    width: 100%;
    color: #a30707;
    padding: 77px 25px 20px 25px;
}


.footer_wrapper {
  background: #5b2e07;
    padding-top: 80px;
  }
  
  .footer_wrapper .footer_logo {
    display: block;
    width: 70px;
    margin-bottom: 10px; }
  .footer_wrapper .footer_txt {
    display: block;
    color: #ffffffbf;
    font-size: 14px;
    font-weight: 400; }
  .footer_wrapper .footer_title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffffbf; }
  .footer_wrapper .footer_links {
    position: relative;
    display: -block;
    justify-content: stretch; }
    .footer_wrapper .footer_links li {
      display: block;
      clear: both;
      margin-bottom: 15px;
      flex: 0 0 40%; }
      .footer_wrapper .footer_links li a {
        font-size: 16px;
        color: #ffffffbf;
        display: block; }
        .footer_wrapper .footer_links li a:hover {
          color: #7cd24d; }
  .footer_wrapper .social_links_footer {
    margin-top: 30px;
text-align: center;	}
    .footer_wrapper .social_links_footer li {
      display: inline-block;
      margin-right: 15px; }
      .footer_wrapper .social_links_footer li a {
        display: block;
        color: #ffffff;
        font-size: 22px; }
  .footer_wrapper .address_content_block span {
    display: block;
    clear: both;
	line-height: 1.60;
    font-size: 15px;
    color: #ffffffbf;
    margin-bottom: 15px; }
    @media only screen and (max-width: 480px) {
      .footer_wrapper .address_content_block span {
        line-height: 22px; } }
    .footer_wrapper .address_content_block span i {
      margin-right: 10px;
      display: inline-block; }
  .footer_wrapper .copyright {
    display: block;
    clear: both;
    font-size: 13px;
    color: #ffffff;
    margin-top: 30px; }
  @media only screen and (max-width: 768px) {
    .footer_wrapper .row {
      flex-direction: column-reverse;
      -ms-flex-direction: column-reverse; }
    .footer_wrapper .each_footer_area {
      margin-bottom: 30px; } }
 .footer_wrapper .footer_content_block hr {
     background:#ffffff73; 
	     margin: 0;}
.footer_wrapper .footer_bottom  {
    border-top: 2px solid #ffffff29;
    margin: 11px 0 0 0;
	}
.featured_nav {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  flex-direction: column;
  -ms-flex-direction: column;
  z-index: 123;
  margin-top: 100px; }
  .featured_nav a {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700; }
    .featured_nav a.page_btn {
      background: rgba(38, 163, 72, 0.9); }
      .featured_nav a.page_btn::before {
        background: #7cd24d; }
.btn_call {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 11px;
  font-weight: 500;
  background: #e7b61c;
  color: #ffffff !important;
  z-index: 1;
  border: none;
  box-shadow: none;
  border-radius: 17px;
  margin-top: -6px;}
  .btn_call::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #e98406;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .btn_call:hover {
    color: #ffffff;
border-radius: 17px;	}
    .btn_call:hover::before {
      width: 100%;
border-radius: 17px;	  }
  .btn_call.full_btn {
    display: block;
    width: 100%; }
.view_more {
      display: inline-block;
    text-align: center;
    position: relative;
    font-size: 13px;
    padding: 7px;
    font-weight: 500;
    background: #e7b61c;
    color: #ffffff !important;
    z-index: 1;
    border: none;
    box-shadow: none;
    border-radius: 17px;}
  .view_more::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #e98406;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; }
  .view_more:hover {
    color: #ffffff;
border-radius: 17px;	}
    .view_more:hover::before {
      width: 100%;
border-radius: 17px;	  }
  .view_more.full_btn {
    display: block;
    width: 100%; }

.about_section_wrapper{
	margin-top: 75px;
}
.about_section_wrapper .container {
    max-width: 100%; }
.about_section_wrapper img.home_1 {
    max-width: 100%;
width:100%;	}

 
@font-face {
    font-family: 'ancient_ruinsregular';
    src: url('https://welcomiahospitality.com/css/fonts/across_the_road-webfont.woff2') format('woff2'),
         url('https://welcomiahospitality.com/css/fonts/across_the_road-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.services_wrapper {
	background: url(../images/service_bg.jpg)repeat 0px 0px;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    margin: 0 0 100px;
}
.services_wrapper .leaf_float_a {
	display: block;
	position: absolute;
    top: -85px;
    right: 0px; 
}
.services_wrapper .leaf_float_a img{
	width: 141px; 
}
.services_wrapper .head_block {
  position: relative; }
.services_wrapper .head_block .section_head_home {
    display: block;
    clear: both;
    padding-right: 15px;
	margin-top: 5px;
    font-size: 60px;
    color: #ffffff;
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-style: regular;
    text-transform: capitalize;
    line-height: 1.314;}
.services_wrapper .head_block .section_head_home b{
    color:#0ad10a;
}
.home_bg_effect {
	
}
.services_wrapper .service_slider {
	margin: 45px 0;
}
.services_wrapper .service_slider .each_service_slide .img_hold {
	overflow: hidden; 
}
.services_wrapper .service_slider .each_service_slide .img_hold a {
	display: block;
    position: relative;
    overflow: hidden;
    height: 378px;
    min-height: 378px;
    max-height: 378px;
}
.services_wrapper .service_slider .each_service_slide .img_hold a img {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	height: 378px;
    min-height: 378px;
    max-height: 378px;
}
.services_wrapper .service_slider .each_service_slide .img_hold a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}
.services_wrapper .service_slider .each_service_slide .service_det_block {
	padding: 15px;
    background: #efb60a;
	height: 95px;
}
.services_wrapper .service_slider .each_service_slide .service_det_block .event_title {
	display: block;
	color: #1c2e5c;
	font-size: 18px;
	font-weight: 600;
	    text-align: center;
    line-height: 22px;
}
.services_wrapper .service_slider .each_service_slide .service_det_block a.txt_control {
	margin-top: 22px;
}

.services_wrapper .service_slider .owl-carousel .owl-nav.disabled{
 display: flex !important;
    justify-content: center;
    font-size: 57px;
    color: #638644;
}
.home_center_wrapper {
	background: linear-gradient(357deg, #ffddb6 , #ffffff);
    height: auto;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 71px 0;
}
.sub_class {
	margin:10px;
}
.home_center_wrapper .sub_class h3{
	text-transform: uppercase;
    font-size: 16px;
    text-align: left;
    color:#008000a8;
    font-weight: 800;
    line-height: 1.464;
    margin-bottom: 10px;
    margin-top: 10px;
}
.home_center_wrapper .sub_class p{
	text-align: left;
	
    line-height: 1.464;
    margin-bottom: 10px;
    margin-top: 10px;
    text-indent: 0;
}
.home_center_wrapper .sub_class img{
	margin: 6em 0 3em 0;
}
.home_center_wrapper .leaf_float_b {
	display: block;
    position: absolute;
    bottom: -7px;
    left: -22px;
}
.home_center_wrapper .leaf_float_b img{
	    width: 141px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(111deg);
    -o-transform: rotate(270deg);
}
.events_wrapper {
	background: #ffffff);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 71px 0;
    display: inline-table;
 }
 .events_wrapper .head_block {
  position: relative;
    margin: 0 0 15px;  }
.events_wrapper .head_block .section_head_home {
    display: block;
    clear: both;
    padding-right: 15px;
	margin-top: 5px;
    font-size: 40px;
    color: #000000;
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-style: regular;
    text-transform: capitalize;
    line-height: 1.314;}
.events_wrapper .head_block .section_head_home b{
    color:#0ad10a;
}
.events_wrapper .events_list_slider .latest_events .img_hold {
	overflow: hidden; 
}
.events_wrapper .events_list_slider .latest_events .img_hold a {
	display: block;
	position: relative;
	overflow: hidden;
	max-height: 205px;
	min-height: 205px;
}
.events_wrapper .events_list_slider .latest_events .img_hold a img {
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	-ms-transition: all ease 0.5s;
	transition: all ease 0.5s; 
	border-radius: 22PX;
	max-height: 205px;
	min-height: 205px;
}
.events_wrapper .events_list_slider .latest_events .img_hold a:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1); 
}

.events_wrapper .events_list_slider .latest_events .events_meta_block 
{
	margin: 15px 0; 
}
.events_wrapper .events_list_slider .latest_events .events_meta_block .event_title {
	display: block;
	padding-bottom: 7px;
	border-bottom: 1px solid #d9d7d7;
	margin-bottom: 15px;
	color: #1c2e5c;
	font-size: 18px;
	font-weight: 600; 
}
.events_wrapper .events_list_slider .latest_events .events_meta_block .event_place_date span 
{
	display: block;
	color: #6f7074;
	font-size: 15px;
	font-weight: 400; 
}
.events_wrapper .events_list_slider .latest_events .events_meta_block .event_place_date span p {
	text-indent: 0;
}
.events_wrapper .event_date {
	display: block;
    padding: 10px 0px;
    border-bottom: 3px solid orange;
}
.events_wrapper .event_date h3 {
	    font-weight: 800;
    font-size: 25px;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}
.events_wrapper .event_date h4 {
	    font-weight: 600;
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 0;
	text-transform: uppercase;
}
.enquiry_wrapper {
	margin: 0 0 100px;
    padding: 31px 0;
}
.enquiry_wrapper .enquiry_box{
	    background: url(../images/enq_bg.png)repeat 0px 0px;
    border-radius: 27px;
    height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    margin: 0;
    padding: 0;
    width: 100%;
}
.enquiry_wrapper .enquiry_box::before{
    background-color: rgb(207 135 63 / 63%);
    content: '';
    display: block;
    height: 374px;
    position: absolute;
    width: 1110px;
    border-radius: 27px;
}
.enquiry_wrapper .enquiry_box h3{
	display: block;
    padding: 37px;
    margin: 15px;
	font-size: 25px;
    font-weight: 100; 
	color:#ffffff;
}
.enquiry_wrapper .enquiry_box .enquiry_form {
	padding: 10px;
    width: 100%;
	
}
.enquiry_form input[type=text], input[type=number], input[type=date], input[type=email] {
	    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 2px solid #e9ecef;
    color: #000;
    text-transform: capitalize;
    margin: 10px;
    padding: 8px;
	line-height: 13px;
}	
.enquiry_form input::placeholder{
  color: #ffffff !important;
}
.enquiry_form textarea::placeholder {
     color: #ffffff !important;
}
.enquiry_form textarea {
	width: 100% !important;
	background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    border-bottom: 2px solid #ffffff;
	text-transform: capitalize;
    color: #000;
	margin: 10px;
    padding: 8px;
	line-height: 15px;
}
.enquiry_form .page_btn {
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 15px;
    font-weight: 500;
    background: transparent;
    color: #ffffff;
    border-radius: 24px;
    z-index: 1;
    border: 2px solid #ffffff;
    margin-top: 25px;
}
.enquiry_form  .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: rgb(207 135 63 / 93%);
	 border-radius: 24px;
    z-index: -1;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    transition: all ease 0.5s; 
}
.enquiry_form  .page_btn:hover 
{
    color: #ffffff; 
}
.enquiry_form  .page_btn:hover::before 
{
      width: 100%; 
}
.enquiry_wrapper .leaf_float_b {
	display: block;
	position: absolute;
    top: -14px;
    right: 53px;
}
.enquiry_wrapper .leaf_float_b img{
	width: 141px; 
}
.slider_wrapper .leaf_float_c {
	    display: block;
    position: absolute;
    bottom: -75px;
    left: 45px;
}
.slider_wrapper .leaf_float_c img{
	width: 66%; 
}
@media only screen and (max-width: 480px) 
{
		.slider_wrapper .camera_caption 
		{
			display: none;
		}
		.footer_wrapper 
		{
			background: #094b2f;
			text-align: center;
		} 
		.slider_wrapper .leaf_float_c
		{
			bottom: -28px;
			z-index: 1; 
		}
		.slider_wrapper .leaf_float_c img 
		{
			width: 30%;
		}
		.title_block .section_title_home 
		{
			font-size: 37px;
		}
		.home_1
		{
			padding-bottom: 20px;
		}
		.enquiry_wrapper .enquiry_box::before {
			content: '';
			height: 657px;
			width: 290px;
		}
		.services_wrapper {
			margin: 0 0 40px;
		}
		.home_center_wrapper {
			margin: 0 0 40px;
		}
		.events_wrapper .events_list_slider .latest_events .events_meta_block .event_title {
			padding-top: 7px;
		}
		
		
}
@media only screen and (max-width: 767px) 
{
      .slider_wrapper .camera_caption 
		{
			display: none;
		}
	  .footer_wrapper 
	  {
        background: #094b2f;
		text-align: center;
	  } 
	  .slider_wrapper .leaf_float_c
	  {
		bottom: -28px;
		z-index: 1; 
	  }
	  .slider_wrapper .leaf_float_c img {
		width: 30%;
		}
		.title_block .section_title_home 
		{
			font-size: 37px;
		}
		.home_1
		{
			padding-bottom: 20px;
		}
		.enquiry_wrapper .enquiry_box::before {
			content: '';
			height: 657px;
			width: 290px;
		}
		.services_wrapper {
			margin: 0 0 40px;
		}
		.home_center_wrapper {
			margin: 0 0 40px;
		}
		.events_wrapper .events_list_slider .latest_events .events_meta_block .event_title {
			padding-top: 7px;
		}
		
}
@media(max-width:1080px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1080px){
	
}
@media(max-width:1050px){
	
}
@media(max-width:1024px){
	
}

@media(max-width:1024px){
	

}
@media(max-width:991px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}
	.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}
}
@media(max-width:900px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}	
	.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}
}
@media(max-width:800px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}	
	.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}
}
@media(max-width:768px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}
.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}	
}
@media(max-width:568px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}	
	.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}
}
@media(max-width:480px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}	
	.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}
}
@media(max-width:320px){
	.camera_target_content 
	{
		display: none;
	}
	.about_us_wrapper 
	{
	    margin-top: 0px;
	}	
	.about_section_wrapper {
		margin-bottom: 0px;
	}		
	.project_wrapper .project_list span {
		font-size: 16px;
		text-align: left;
	}
	.home_1
		{
			padding-bottom: 20px;
		}
}