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


.title_block {
  position: relative; }
  .title_block .section_title_home {
    display: block;
    clear: both;
	font-family: "Dancing Script", cursive;
	font-optical-sizing: auto;
	font-style: regular;
    padding-right: 15px;
	margin-top: 5px;
    font-size: 60px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.314;}
.title_block .section_title_home b{
    color:#0ad10a;}

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

.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: 27px; }
      .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: #000000 !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: center; }
  .navigation_wrapper .logo_a {
    display: block;
    width: 188px;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .logo_a img {
      display: block;
      position: absolute;
      left: 0;
      top: 16px; }

.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: #1b1b1c; }
  .rd-hm {
    display: table;
    left: auto;
    margin: 0 auto;
    position: relative; }
  .rd-hm a {
    width: 199px;
    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: 50%;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%); }
    @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%;
  z-index: -1; }
.inne_abt_wrapper{
	background: linear-gradient(1deg, #181717, #2c2a2a, #000000);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 71px 0;
}
.inne_abt_wrapper .sub_head 
{
	text-align: center;
	margin-bottom: 2em;
}
.inne_abt_wrapper .sub_head h4
{
	display: block;
    clear: both;
    padding-right: 15px;
    margin-top: 17px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.inne_abt_wrapper .sub_text
{
	    width: 80%;
    margin: 0 auto;
    text-align: justify;
}
.inne_abt_wrapper .sub_text p
{
	color: #c5c5c5;
    text-align: center;
    padding: 19px;
}
.inne_abt_wrapper .p_summary
{
	background: #8009d4;
    padding: 13px;
    margin: 18px 0 18px 18px;
    border-radius: 15px;
}
.inne_abt_wrapper .p_summary:hover
{
	background: #000000;
}
.inne_abt_wrapper .p_summary:hover h5
{
	color: #7f0ad4;
}
.inne_abt_wrapper .p_summary hr
{
	border-top: 1px solid #850b43; 
}
.inne_abt_wrapper .p_summary:hover hr
{
border-top: 1px solid #7f0ad4;
}

.inne_abt_wrapper .p_summary h5
{
	display: block;
    clear: both;
    margin: 17px 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.inne_abt_wrapper .p_summary p
{
	color: #c5c5c5;
}
.flow_chart_wrapper{
	background: url(../images/bg.jpg)repeat 0px 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
	height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 71px 0;
}
.flow_chart_wrapper .sub_head 
{
	text-align: center;
	margin-bottom: 2em;
}
.flow_chart_wrapper .sub_head h4
{
	display: block;
    clear: both;
    padding-right: 15px;
    margin-top: 17px;
	line-height: 47px;
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}

.flow_chart_wrapper .sub_text
{
	width: 80%;
    margin: 0 auto;
    text-align: justify;
}
.flow_chart_wrapper .sub_text p
{
	color: #ffffff;
    text-align: center;
    padding: 19px;
}
.flow_chart_wrapper .departments{
	width: 100%;
    border-radius: 8px;
    margin: 4px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background: #ffffff1f;
	height: 420px;
    min-height: 420px;
    max-height: 420px;
}
.flow_chart_wrapper .leaf_float_c {
	display: block;
    position: absolute;
    top: 0;
    right: -234px;
}
.flow_chart_wrapper .leaf_float_c img{
	width: 54%; 
}
.flow_chart_wrapper .leaf_float_a {
	display: block;
    position: absolute;
    top: 0;
    right: 23px;
}
.flow_chart_wrapper .leaf_float_a img{
	width: 37%; 
}

.flow_chart_wrapper .departments .dpt_ser_img_box{
	width:30%;
	    margin: 0 auto;
}
.flow_chart_wrapper .departments .dpt_ser_title_box{
	padding: 11px;
}
.flow_chart_wrapper .departments:hover{
	background:;
	-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; 
}

.flow_chart_wrapper .departments .dpt_ser_title_box h3{
	display: block;
    clear: both;
    font-optical-sizing: auto;
    font-size: 22px;
    margin-bottom: 9px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    text-transform: capitalize;
}
.flow_chart_wrapper .departments .dpt_ser_title_box h3 b{
	font-weight: 700;
    font-size: 23px;
	    color: #8009d4;
}

.flow_chart_wrapper .departments .dpt_ser_title_box p{
	color: #ffffff;
    padding: 19px;
    font-size: 14px;
    font-weight: 300;
}
.btn_call {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 13px;
  padding: 11px;
  font-weight: 500;
  background: #8009d4;
  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%; }
.about_section_wrapper{
	margin-top: 75px;
}   
.fb_onscreen {
	width:25%;
    position: fixed;
    z-index: 1000;
	bottom: 0px;
    right: 0;
    z-index: 1000;
    font: normal normal 10px Arial;
    display: inline-block;
    background: #8009d4;
    position: fixed;
    border-radius: 5px;
    padding: 5px;
}
.close_quick_login {
	margin: 11px 17px;
    color: #f90c0c;
    position: absolute;
    right: 10px;
	z-index: 1;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}
.close_quick_booking:hover {
	padding: 5px;
	background: #ff0000 !important;
}  
	.faq_wrapper {
	background: url(../images/bg.jpg)repeat 0px 0px;
    background-attachment: fixed;
	    padding: 31px 0 115px;
}
.faq_wrapper .faq_box{
	
}
.faq_wrapper .faq_box h3{
	display: block;
    padding: 37px;
    margin: 15px;
	font-size: 25px;
    font-weight: 500; 
	    color: #ffffff;
    text-align: center;
}
.faq_wrapper .faq_box h2{
	display: block;
    padding: 5px;
    margin: 6px;
	font-size: 25px;
    font-weight: 500; 
	    color: #ffffff;
    text-align: center;
}

.faq_wrapper .about-desc h2 {
    font-weight: 700; }
.js .animate-box {
  opacity: 0; }
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 10px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
      background-color: #c37b64;
    color: #fff;
    position: relative;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 2px; }

.panel-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\e0c5";
  position: absolute;
  right: 20px;
  font-size: 16px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\e0c4"; }

.panel-heading a.collapsed {
  background: #f2f3f7;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important;
      background: #ffffff;
	      border-radius: 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){
	.inne_abt_wrapper .sub_head h4 {
		font-size: 17px;
		line-height: 23px;
	}
	.inne_abt_wrapper .sub_text {
		width: 100%;
		text-align: justify;
	}
	.inne_abt_wrapper .sub_text p{
		text-align: justify;
	}
	.inne_abt_wrapper .p_summary{
		    margin: 18px;
	}
	.flow_chart_wrapper .sub_head h4{
		font-size: 17px;
		line-height: 23px;
	}
	.flow_chart_wrapper .sub_text{
		width: 100%;
		text-align: justify;
	}
	.flow_chart_wrapper .sub_text p{
		text-align: justify;
	}
	.flow_chart_wrapper .departments{
		height: auto;
		min-height: auto;
		max-height: none;
		margin:0px;
	}
	.enquiry_wrapper .enquiry_box{
		width: 100% !important;
	}
	.footer_wrapper {
		background: #000000;
		text-align: center;
	} 
	.flow_chart_wrapper .leaf_float_c {
		display: none;
	} 
	.fb_onscreen {
	    width: 93%;
	} 
}
@media(max-width:900px){
	.appointment {
		display: none !important;
	}
	.fb_onscreen {
	    width: 93%;
	} 
}
@media(max-width:800px){
	.appointment {
		display: none !important;
	}
	.fb_onscreen {
	    width: 93%;
	} 
}
@media(max-width:768px){
	.appointment {
		display: none !important;
	}
	.fb_onscreen {
	    width: 93%;
	} 
}
@media(max-width:568px){
	.appointment {
		display: none !important;
	}
	.fb_onscreen {
	    width: 93%;
	} 
}
@media(max-width:480px){
	.appointment {
		display: none !important;
	}
	.fb_onscreen {
	    width: 93%;
	} 
}
@media(max-width:320px){
	.appointment {
		display: none !important;
	}
	.fb_onscreen {
	    width: 93%;
	} 
}


















.footer_wrapper {
  background:#000000;
    padding-top: 80px;
  }
  
  .footer_wrapper .footer_logo {
    display: block;
    width: 70px;
    margin-bottom: 10px; }
  .footer_wrapper .footer_txt {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400; }
  .footer_wrapper .footer_title {
    display: block;
    clear: both;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #ffffff; }
.footer_wrapper  hr{
        background: #ffffff73;
    margin: 0; }

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

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

 	 @font-face {
    font-family: ;
    src: url("css/fonts/.ttf") /* TTF file for CSS3 browsers */*--/
}
.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 {
	background: url(../images/bg.jpg)repeat 0px 0px;
    background-attachment: fixed;
	    padding: 31px 0 115px;
}
.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 auto;
    padding: 0;
    width: 80%;
}
.enquiry_wrapper .enquiry_box::before{
    
    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: 500; 
	    color: #ffffff;
    text-align: center;
}
.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: #ffffff !important;
	background: #262626 !important;
    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: #ffffff !important;
	background: #262626 !important;
	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: #7108ba;
	 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) 
{
	.footer_wrapper 
		{
			background: #000000;
			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
		{
			display:none;
		}
		.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) 
{
      .footer_wrapper 
	  {
        background: #000000;
		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
		{
			display:none;
		}
		.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;
		}
		
}
