/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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: 50px;
    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;
  font-weight: 500;
  background: #56180a;
  color: #ffffff;
  z-index: 1;
  border: none;
  box-shadow: none; }
  .page_btn::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: red;
    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-color: #d9d7d7;
  height: 50px; }

.title_block {
  position: relative; }
  .title_block .section_title_home {
    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;}
  .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: 13px;
    color: rgb(51, 102, 153);
    font-weight: bold;
    line-height: 1.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: rgb(0 86 153);
      border: 1px solid rgb(0 86 153); }

.breadcrumb_wrapper {
  padding: 120px 0 60px;
  background-size: cover !important;
  background-attachment: fixed !important; }
  .breadcrumb_wrapper h1 {
    display: inline-block;
    font-size: 21px;
    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 {
  background: #005699;
  padding: 14px 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: 30px; }
      .top_bar_wrap .q_contact_block .q_block span {
        color: #ffffff;
        font-size: 13px;
        display: block; }
  .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: #ffffff !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: 1px; }
        .navigation_wrapper .nav_menus > ul > li:last-child {
          margin-right: 0; }
        .navigation_wrapper .nav_menus > ul > li > a {
          display: block;
          font-size: 13px;
          color: #000000;
          font-weight: 800;
          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 > b{
            background: #005699;
    padding: 9px;
    border-radius: 5px;
    color: #fff;}
		 .navigation_wrapper .nav_menus > ul > li > a > b:hover {
            background: #3b5d20c7; }	
        .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: #ff0000 }
        .navigation_wrapper .nav_menus > ul > li:hover .nav_dropdown {
          display: block; }
    .navigation_wrapper .nav_menus.nav_rt ul {
      justify-content: flex-end; }
  .navigation_wrapper .logo_a {
    display: block;
    width: 91px;
    position: relative;
    z-index: 123; }
    .navigation_wrapper .logo_a img {
      display: block;
      position: absolute;
      left: 0;
         padding: 6px;
}

.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: 52px;
    display: block; }
  .rd-mobilepanel_toggle {
    background: #1c2e5c; }
  .rd-mobilemenu_ul {
    background: rgba(255, 255, 255, 0.99); }
  .rd-mobilemenu_ul a i {
    display: none; }
  .rd-mobilemenu_ul a:hover {
    background: #1c2e5c; }
  .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%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1; }

.abt_img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .abt_img {
      margin-bottom: 30px; } }
.home_about_call {
	background-color: rgb(49 9 0);
    position: absolute;
    left: 0px;
    top: -75px;
    padding: 70px 56px;
    width: 100%;
}
.home_about_call .info {
	font-size: 14px;
    color: rgb(255, 255, 255);
    line-height: 2;
    display: block;
    clear: both;
    margin-bottom: 35px;
}
.home_about_call .call {
	font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.333;
     padding-left: 35px;
    padding-top: 5px;
}

.home_about_word {
	background-color: #56180a;
    text-align: center;
    padding: 67px 25px;
    margin-top: 137px;
}
.home_about_word .icon {
	background: url(../images/icons/quotes.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 70px;
    height: 52px;
    margin: 0 auto;
    display: block;
    margin-bottom: 35px;
}
.home_about_word .lines {
	font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.464;
    margin-bottom: 10px;
}
.home_about_word .sub_lines {
	font-size: 14px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.464;
    margin-bottom: 10px;
}
.home_about_details {
    position: relative;
}
.home_about_details:before {
    content: "";
    position: absolute;
    background: #56180a;
    width: 100%;
    height: 65%;
    top: 0px;
    left: 0px;
    display: inline-block;
}
.home_about_details .words {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.75;
    text-align: right;
    width: 69%;
    float: right;
    padding: 128px 0px 35px 0;
    z-index: 1;
    position: relative;
}
.home_about_details .words {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.75;
    text-align: right;
    width: 69%;
    float: right;
    padding: 128px 0px 35px 0;
    z-index: 1;
    position: relative;
}

.right {
	background-color: rgb(255, 255, 255);
    box-shadow: rgba(33, 30, 31, 0.1) 0px 10px 24px 0px;
    margin-top: 95px;
    position: relative;
    padding: 70px;
}
.right .main_head{
	margin-bottom: 40px;
}
.right .main_head .one {
	font-size: 14px;
    color: rgb(79, 200, 231);
    font-weight: 600;
    line-height: 2.429;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.right .main_head .two {
	font-size: 35px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314;
}
.right .main_head .three {
	font-size: 35px;
    color: rgb(51, 51, 51);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314;
}
.right .txt {
	font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: rgb(102, 102, 102);
    line-height: 1.846;
    font-weight: 500;
}

.hospital_features_wrapper {
  background-size: cover !important;
  padding: 30px 0; }
  
	.hospital_features .title_block h4 {
		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;}
	.hospital_features .title_block p {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.75;
		z-index: 1;
		position: relative;}
    .hospital_features .each_facility_block {
		padding: 30px 0;}
		.hospital_features .each_facility_block .block {
			width: 80%;
			margin: 0 0 0 74px;
			}
		.hospital_features .each_facility_block:hover {
			-moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
			-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
			-goog-ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
			box-shadow: 0 0 20px rgb(0 0 0 / 8%);
			transition: all 1s ease-in-out; 
		}
		  .hospital_features .each_facility_block h5 {
			font-size: 14px;
			color: rgb(170 123 81);
			font-weight: bold;
			line-height: 1.464;
			margin-bottom: 10px;}
		.hospital_features .each_facility_block p {
			font-size: 16px;
			font-weight: 600;
			line-height: 1.75;
			z-index: 1;
			position: relative;}
		.hospital_features .each_facility_block .icon_round {
			position:relative;
			display:inline-block;
			width:50px;
			height:50px;
			    padding: 16px;
			vertical-align:middle;
			border-radius:100%;
			text-align:center;
			float: left;
			color: #fff;
			background: #56180a;}
			.hospital_features .each_facility_block .icon_round .icon {
			display:inline-block;
			    color: #fff;}
 .hospital_services_wrapper {
  background-size: cover !important;
  padding: 30px 0; }
  
	.hospital_services .title_block  {
		width: 80%;
    margin: 0 auto;}
		.hospital_services .title_block h4 {
		display: block;
		clear: both;
		padding-right: 15px;
		margin-top: 43px;
		font-size: 28px;
		text-align: center;
		color: rgb(51, 51, 51);
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1.314;}
		
	.hospital_services .title_block p {
		font-size: 16px;
		font-weight: 600;
		line-height: 1.75;
		    text-align: center;
		z-index: 1;
		position: relative;}
    .hospital_services .each_sevice_block {
		padding: 30px 0;}
		.hospital_services .each_sevice_block .block {
			width: 80%;
			margin: 0 0 0 74px;
			}
		.hospital_services .each_sevice_block h2 {
			font-size: 16px;
			text-align: center;
			color: #56180a;
			font-weight: bold;
			line-height: 1.464;
			margin-bottom: 10px;
			margin-top: 10px;}
			
		.hospital_services .each_sevice_block p {
			font-size: 16px;
			font-weight: 600;
			line-height: 1.75;
			z-index: 1;
			position: relative;}
		
		
	.hospital_services .each_sevice_block .ad_img 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; }
    .hospital_services .each_sevice_block .ad_img::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      border: 70px solid rgba(255, 255, 255, 0);
      top: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    .hospital_services .each_sevice_block .ad_img::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0.5;
      border: 30px solid #fff;
      top: 0;
      left: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 0.5s ease-in-out; }
    .hospital_services .each_sevice_block .ad_img:hover::before {
      border: 0 solid rgba(255, 255, 255, 0.7); }
    .hospital_services .each_sevice_block .ad_img:hover::after {
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      opacity: 0;
      transition-delay: 0.1s; }
    .hospital_services .each_sevice_block .ad_img:hover img {
      transform: scale(1.02);
      -webkit-transform: scale(1.02); }
	  
.service_section_wrapper {
	background: #ffffff;
	padding: 30px 0; }
.each_service_box {
	margin-bottom: 30px;
  padding: 25px;
  box-shadow: 3px -6px 12px #dacdcd80;}
.each_service_box .service_img {
    display: block;
	margin-top: 6em;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .each_service_box .service_img {
        margin-bottom: 30px; } }
.each_service_box .service_data h3 {
    display: block;
    clear: both;
    padding-right: 15px;
	margin-top: 43px;
    font-size: 28px;
    color: rgb(86 24 10);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314; }
  .each_service_box .service_data p {
    display: block;
    font-size: 14px;
    margin-top: 11px;	}
 .each_service_left {
    background: rgb(86 24 10);
    padding-top: 145px;
    padding-bottom: 130px;
    height: fit-content;
    position: relative;
    overflow: hidden; }
	
	
  .service_section_wrapper .fancy-collapse-panel.service_listt {
    margin-bottom: 30px;
    background: transparent;
    border: none;}
  .service_section_wrapper .fancy-collapse-panel .service_listt .service_list_head a h4  {
    display: block;
    clear: both;
    padding-right: 11px;
    margin: 11px;
    font-size: 14px;
    color: rgb(255 255 255);
    font-weight: 100 !important;
    line-height: 1.314;}
	.service_section_wrapper .fancy-collapse-panel .service_listt .service_list_head a h4 i {
    padding-right: 7px;}
  .service_section_wrapper .fancy-collapse-panel .panel-body .service_list_sub  {
    padding: 12px;}
	.service_section_wrapper .fancy-collapse-panel .panel-body .service_list_sub a {
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 26px;
    position: relative;
	font-weight: 100 !important;
    padding-left: 20px;}
  .service_section_wrapper .fancy-collapse-panel .panel-body .service_list_sub a:before {
	content: "";
    position: absolute;
    left: 5px;
    top: 8px;
    width: 7px;
    height: 1px;
    background: #ffffff;}
  .facility_section_wrapper {
	background: #ffffff;
	padding: 30px 0; }

.each_facility_box .facility_img {
    display: block;
	margin-top: 6em;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .each_facility_box .facility_img {
        margin-bottom: 30px; } }
.each_facility_box .facility_data h3 {
    display: block;
    clear: both;
    padding-right: 15px;
	margin-top: 43px;
    font-size: 22px;
    color: rgb(86 24 10);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314; }
	.each_facility_box .facility_data h4 {
    display: block;
    clear: both;
    padding-right: 15px;
    margin-top: 8px;
    font-size: 15px;
    color: rgb(86 24 10);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314; }
	.each_facility_box .facility_data h5 {
    display: block;
    clear: both;
    padding-right: 15px;
    margin-top: 12px;
    font-size: 15px;
    color: rgb(47 44 44);
    font-weight: 500; }
	
  .each_facility_box .facility_data p {
    display: block;
    font-size: 14px;
    margin-top: 11px;	}
	.facility_section_wrapper .each_facility_box .ad_img 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; }
    .facility_section_wrapper .each_facility_box .ad_img::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      border: 70px solid rgba(255, 255, 255, 0);
      top: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    .facility_section_wrapper .each_facility_box .ad_img::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0.5;
      border: 30px solid #56180a;
	  border-radius: 100%;
      top: 0;
      left: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 0.5s ease-in-out; }
    .facility_section_wrapper .each_facility_box .ad_img:hover::before {
      border: 0 solid rgba(255, 255, 255, 0.7); }
    .facility_section_wrapper .each_facility_box .ad_img:hover::after {
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      opacity: 0;
      transition-delay: 0.1s; }
    .facility_section_wrapper .each_facility_box .ad_img:hover img {
      transform: scale(1.02);
      -webkit-transform: scale(1.02); }
	  
.events_home_wrapper {
  background: #f2f2f2; }
  .events_home_wrapper .events_list_slider {
    margin: 45px 0; }
    .events_home_wrapper .events_list_slider .each_event_slide .img_hold {
      overflow: hidden; }
      .events_home_wrapper .events_list_slider .each_event_slide .img_hold a {
        display: block;
        position: relative;
        overflow: hidden;
        max-height: 217px; }
        .events_home_wrapper .events_list_slider .each_event_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; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold a:hover {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
      .events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt {
        display: block;
        padding: 10px 20px;
        background: #56180a;
        position: absolute;
        top: 0;
        left: 0; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h3 {
          font-weight: 800;
          font-size: 25px;
          display: block;
          text-align: center;
          margin-bottom: 10px;
          color: #ffffff; }
        .events_home_wrapper .events_list_slider .each_event_slide .img_hold .event_dt h4 {
          font-weight: 600;
          font-size: 16px;
          display: block;
          text-align: center;
          margin-bottom: 0;
          color: #ffffff; }
    .events_home_wrapper .events_list_slider .each_event_slide .events_meta_block {
      margin: 15px 0; }
      .events_home_wrapper .events_list_slider .each_event_slide .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_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span {
        display: block;
        color: #6f7074;
        font-size: 15px;
        font-weight: 400; }
        .events_home_wrapper .events_list_slider .each_event_slide .events_meta_block .event_place_date span i {
          margin-right: 5px; }

.register_wrapper {
  background-color: #56180a !important;
  background-size: cover !important;
  padding: 30px 0; }
  .register_wrapper .each_reg_block {
    margin-bottom: 15px; }
	.register_wrapper .each_reg_block h3 {
		font-size: 28px;
		color: rgb(255, 255, 255);
		font-weight: bold;
		line-height: 1.464;
		margin-bottom: 10px;}
	.register_wrapper .each_reg_block p {
		font-size: 16px;
		color: rgb(255, 255, 255);
		font-weight: 600;
		line-height: 1.75;
		z-index: 1;
		position: relative;}
	.register_wrapper .each_reg_block iframe {
		width:100%;}
	
    .register_wrapper .each_reg_block a {
      background-size: cover !important;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 365px;
      position: relative;
      overflow: hidden;
      border: 4px solid #1c2e5c;
      -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; }
      .register_wrapper .each_reg_block a:hover {
        border-color: #7cd24d; }
      .register_wrapper .each_reg_block a::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0; }
      .register_wrapper .each_reg_block a h2 {
        display: block;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        color: #ffffff;
        line-height: 42px;
        position: relative;
        z-index: 1; }
		.register_wrapper .aboutus_quick_part .sub-title {
        font-size: 20px;
		color: rgb(255, 255, 255);
		font-weight: 600;
		line-height: 1.7; }
		.register_wrapper .aboutus_quick_part .title {
        font-size: 28px;
		color: rgb(255, 255, 255);
		font-weight: 600;
		line-height: 1.7; }
		.register_wrapper .aboutus_quick_part .small_head {
        font-size: 11px;
		color: rgb(255 255 255);
		line-height: 1.636; }
		.register_wrapper .aboutus_quick_part {
			text-align:center;
			    margin-top: 17px;
		}
		.register_wrapper .aboutus_show {
			text-align:center;
			    line-height: 1.66;
		}
		.register_wrapper .aboutus_show .show_icon{
			text-align: center;
			margin-bottom: 16px;
			margin-top: 25px;
			color: #fff;
		}
		.register_wrapper .aboutus_show .show_icon i{
			font-size: 2em;
		}
		.register_wrapper .aboutus_show .show_txt{
			text-align: center;
			margin-bottom: 11px;
			margin-top: 31px;
			color: #fff;
		}
		.register_wrapper .aboutus_show .ad_img i {
      -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; }
    .register_wrapper .aboutus_show .ad_img::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      border: 70px solid rgba(255, 255, 255, 0);
      top: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    .register_wrapper .aboutus_show .ad_img::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0.5;
      border: 30px solid #fff;
      top: 0;
      left: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 0.5s ease-in-out; }
    .register_wrapper .aboutus_show .ad_img:hover::before {
      border: 0 solid rgba(255, 255, 255, 0.7); }
    .register_wrapper .aboutus_show .ad_img:hover::after {
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      opacity: 0;
      transition-delay: 0.1s; }
    .register_wrapper .aboutus_show .ad_img:hover i {
      transform: scale(1.02);
      -webkit-transform: scale(1.02); }
	  
	.contact_wrapper {
	  background-color: #fff !important;
	  background-size: cover !important;
	  padding: 30px 0; }  
	.contact_wrapper .aboutus_quick_part .sub-title {
        font-size: 20px;
		color: #56180a;
		font-weight: 600;
		line-height: 1.7; }
		.contact_wrapper .aboutus_quick_part .title {
        font-size: 17px;
		color: #56180a;
		font-weight: 500;
		line-height: 1.7;
		float: left;}
		.contact_wrapper .aboutus_quick_part .small_head {
        font-size: 11px;
		color: #56180a;
		line-height: 2.636;
		float: left;}
		.contact_wrapper .aboutus_quick_part {
			margin-top: 17px;
		}
		.contact_wrapper .aboutus_show {
			line-height: 1.66;
		}
		.contact_wrapper .aboutus_show .show_icon{
			margin-bottom: 16px;
			margin-top: 25px;
			color: #56180a;
		}
		.contact_wrapper .aboutus_show .show_icon i{
			font-size: 1.5em;
		}
		.contact_wrapper .aboutus_show .show_txt{
			margin-bottom: 11px;
			margin-top: 31px;
			color: #56180a;
		}
		.contact_wrapper .aboutus_show .ad_img i {
      -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; }
    .contact_wrapper .aboutus_show .ad_img::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      border: 70px solid rgba(255, 255, 255, 0);
      top: 0;
      left: 0;
      transition: all 0.5s ease-in-out; }
    .contact_wrapper .aboutus_show .ad_img::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0.5;
      border: 30px solid #fff;
      top: 0;
      left: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 0.5s ease-in-out; }
    .contact_wrapper .aboutus_show .ad_img:hover::before {
      border: 0 solid rgba(255, 255, 255, 0.7); }
    .contact_wrapper .aboutus_show .ad_img:hover::after {
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      opacity: 0;
      transition-delay: 0.1s; }
    .contact_wrapper .aboutus_show .ad_img:hover i {
      transform: scale(1.02);
      -webkit-transform: scale(1.02); }
	.getin_touch_wrapper {
		background-color: #fff !important;
		background-size: cover !important;
		padding: 0px 0;
		margin-top: 2em;
		margin-bottom: 2em;	  } 
	.getin_touch_wrapper:before {
    content: "";
    position: absolute;
    background: #56180a;
    width: 100%;
    height: 65%;
    top: 0px;
    left: 0px;
    display: inline-block;
}

.getin_touch_wrapper .words {
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    line-height: 1.75;
    text-align: right;
    width: 69%;
    float: right;
    padding: 128px 0px 35px 0;
    z-index: 1;
    position: relative;
}


		
.each_testi_slider {
  margin-top: 45px; }
  .each_testi_slider .testi_content_box {
    background: #56180a;
    padding: 25px 25px 25px 120px;
    position: relative;
    margin-bottom: 30px; }
    .each_testi_slider .testi_content_box::before {
      content: "\f10d";
      position: absolute;
      left: 35px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      color: #ffffff;
      font-size: 50px;
      opacity: 0.5; }
    .each_testi_slider .testi_content_box p {
      color: #ffffff;
      font-size: 15px;
      line-height: 32px;
      font-style: italic;
      font-weight: 300; }
  .each_testi_slider .testi_author_block {
    display: table;
    margin: 0 auto; }
    .each_testi_slider .testi_author_block span {
      display: block;
      width: 100px;
      height: 100px;
      border-radius: 100%;
      overflow: hidden;
      margin: 0 auto 10px;
      border: 1px solid #56180a; }
    .each_testi_slider .testi_author_block h4 {
      display: block;
      text-align: center;
      color: #56180a;
      font-size: 14px;
      margin-bottom: 10px; }
    .each_testi_slider .testi_author_block h5 {
      display: block;
      text-align: center;
      color: #56180a;
      font-size: 14px;
      margin-bottom: 10px; }

.toppers_wrapper {
  background: #f2f2f2;
  padding-bottom: 0; }
  .toppers_wrapper .topper_slider_block {
    margin: 30px 0 0;
    overflow: hidden; }
    .toppers_wrapper .topper_slider_block .each_topper a {
      display: block;
      position: relative;
      width: 100%; }
      .toppers_wrapper .topper_slider_block .each_topper a h3 {
        background: #1c2e5c;
        padding: 15px;
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        display: block;
        width: 100%; }

.counter_wrapper {
  background-size: cover !important; }
  .counter_wrapper .each_counter {
    margin-bottom: 30px; }
    .counter_wrapper .each_counter i {
      display: block;
      width: 70px;
      margin: 0 auto 15px; }
    .counter_wrapper .each_counter .count_val {
      display: block;
      text-align: center;
      color: #ffffff;
      font-size: 30px;
      font-weight: 700;
      margin-bottom: 15px; }
    .counter_wrapper .each_counter h2 {
      display: block;
      text-align: center;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400; }

.aboutus_wrapper {
  padding-bottom: 10px; }

.about_content_block .sec_img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .about_content_block .sec_img {
      margin-bottom: 30px; } }

.about_content_block .aboutus_title_block h2 {
	display: block;
    clear: both;
    padding-right: 15px;
    margin-top: 3px;
	    margin-bottom: 11px;
    font-size: 35px;
    color: rgb(0 86 153);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.314; }
	.about_content_block .aboutus_title_block h5 {
	display: block;
    clear: both;
    padding-right: 15px;
    margin-top: 17px;
    margin-bottom: 11px;
    font-size: 21px;
    color: rgb(51, 51, 51);
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.314; }
	.about_content_block .sub_txt {
	display: block;
    clear: both;
    font-size: 14px;
    color: #6f7074;
    font-weight: 500;
    line-height: 25px;}
	
  .about_content_block .about_sec_para {
  margin: 40px 0; }
  .about_content_block .about_sec_para p {
    margin-bottom: 15px; }
 .about_content_block .content_para h4 {
    display: block;
    padding: 20px;
    margin: 0px;
    font-size: 25px;
    font-weight: 500;
    color: #005699; }

.each_aimvision_block {
  margin-bottom: 30px; }
  .each_aimvision_block i {
    display: block;
    margin: 15px 0;
    width: 70px; }
  .each_aimvision_block h2 {
    display: block;
    color: #434343;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px; }
  .each_aimvision_block p {
    display: block;
    font-size: 16px;
    margin-bottom: 10px; }

.vision_mission_wrapper {
  background: #f2f2f2; }

.img_block_about {
  margin: 30px 0; }
  .img_block_about .each_img_block {
    margin-bottom: 30px;
    border: 1px solid #d9d7d7; }
    .img_block_about .each_img_block span {
      display: block;
      margin: 0 auto 15px;
      width: 100%; }
    .img_block_about .each_img_block h2 {
      display: block;
      color: #7cd24d;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      text-align: center;
      padding: 0 15px; }
    .img_block_about .each_img_block p {
      text-align: center;
      font-size: 14px;
      display: block;
      padding: 0 15px; }

.club_img {
  width: 100%;
  display: block; }
  @media only screen and (max-width: 768px) {
    .club_img {
      margin-bottom: 30px; } }

.club_content_block .content_block {
  margin-top: 15px; }

.ncc_souct_wrapper {
  background-color: #1c2e5c !important;
  background-size: cover !important;
  padding: 30px 0; }
  .ncc_souct_wrapper .each_module_block {
    margin-bottom: 30px;
    background: #ffffff;
    padding: 20px;
    border: 1px solid #d9d7d7; }
    .ncc_souct_wrapper .each_module_block .img_hold span {
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 15px; }
    .ncc_souct_wrapper .each_module_block h2 {
      display: block;
      font-size: 24px;
      margin-bottom: 15px;
      color: #434343;
      font-weight: 600; }
    .ncc_souct_wrapper .each_module_block p {
      display: block; }

.clubs_events_wrapper {
  background: #ffffff; }

.each_admin_box {
  margin-bottom: 30px;
  background: #ffffff; }
  .each_admin_box .img_hold span {
    display: block;
    width: 100%; }
  .each_admin_box .admin_data_block {
    padding: 15px; }
    .each_admin_box .admin_data_block h2 {
      display: block;
      clear: both;
      padding-bottom: 10px;
      color: #1c2e5c;
      font-weight: 600;
      font-size: 24px; }
    .each_admin_box .admin_data_block span {
      display: block;
      clear: both;
      font-size: 15px;
      color: #7cd24d; }

.each_staff_block {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 0px 12px #E4E4E480; }
  .each_staff_block .img_hold {
    margin-bottom: 20px; }
	.each_staff_block .img_hold img {
    width: 100%;
    height: 222px; }
	
    .each_staff_block .img_hold span {
      display: block;
      width: 100%; }
  .each_staff_block .staff_data h3 {
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #1c2e5c;
    font-weight: 600;
    font-size: 14px; }
  .each_staff_block .staff_data span {
    display: block;
    clear: both;
    font-size: 13px;
    color: #56180a; }
.each_staff_block .ad_img 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; }
    .each_staff_block .ad_img::before {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      border: 5px solid rgba(255, 255, 255, 0);
      top: 0;
      left: 0;
      transition: all 0.5s ease-in-out;
		cursor: context-menu;	  }
    .each_staff_block .ad_img::after {
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      opacity: 0.5;
      border: 5px solid #56180a;
	  top: 0;
      left: 0;
      transform: scale(0);
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transition: all 0.5s ease-in-out;
	cursor: context-menu;	  }
    .each_staff_block .ad_img:hover::before {
      border: 0 solid rgba(255, 255, 255, 0.7); }
    .each_staff_block .ad_img:hover::after {
      transform: scale(0.8);
      -moz-transform: scale(0.8);
      -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
      opacity: 0;
      transition-delay: 0.1s; }
    .each_staff_block .ad_img:hover img {
      transform: scale(1.02);
      -webkit-transform: scale(1.02); }
	  
.user_social {
  margin: 15px 0; }
  .user_social li {
    display: inline-block;
    margin-right: 10px; }
    .user_social li:last-child {
      margin-right: 0; }
    .user_social li a {
      display: block;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      background: #7cd24d;
      text-align: center;
      line-height: 30px;
      color: #ffffff;
      font-size: 15px; }

.each_milestone_box {
  margin-bottom: 30px;
  background: #f2f2f2;
  padding: 25px;
  box-shadow: 0px 0px 12px #E4E4E480;
  border: 1px solid #d9d7d7; }
  .each_milestone_box .milestone_img {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .each_milestone_box .milestone_img {
        margin-bottom: 30px; } }
  .each_milestone_box .milestone_data h3 {
    display: block;
    clear: both;
    padding-bottom: 10px;
    color: #1c2e5c;
    font-weight: 600;
    font-size: 24px; }
  .each_milestone_box .milestone_data p {
    display: block;
    font-size: 14px; }

@media only screen and (max-width: 767px) {
  .milestone_wrapper .row > .col-12:nth-child(even) .each_milestone_box .row {
    flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; } }

.alumini_content_wrap .content_block {
  margin-top: 30px; }
  .alumini_content_wrap .content_block p {
    text-align: center; }

.alumini_ppl_wrapper {
  background: #1c2e5c;
  overflow: hidden; }
  .alumini_ppl_wrapper .row {
    align-items: center;
    height: 100%; }
    .alumini_ppl_wrapper .row .pplimg_col {
      height: 100vh;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .alumini_ppl_wrapper .row .pplimg_col {
          height: 350px; } }
      .alumini_ppl_wrapper .row .pplimg_col .ppl_img {
        display: block;
        background-size: cover !important;
        width: 100%;
        height: 100%; }
    .alumini_ppl_wrapper .row .ppl_content {
      padding: 0 25px; }
      @media only screen and (max-width: 767px) {
        .alumini_ppl_wrapper .row .ppl_content {
          padding: 25px 25px; } }
      .alumini_ppl_wrapper .row .ppl_content .title_block {
        margin-bottom: 30px; }
        .alumini_ppl_wrapper .row .ppl_content .title_block .section_title {
          color: #ffffff; }
        .alumini_ppl_wrapper .row .ppl_content .title_block .sub_txt {
          color: #7cd24d; }
      .alumini_ppl_wrapper .row .ppl_content .content_wrapper p {
        color: #ffffff;
        font-size: 15px; }

.alumini_ppl_wrapper_dir {
  background: #ffffff;
  overflow: hidden; }
  .alumini_ppl_wrapper_dir .row {
    align-items: center;
    height: 100%; }
    .alumini_ppl_wrapper_dir .row .pplimg_col {
      height: 100vh;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .alumini_ppl_wrapper_dir .row .pplimg_col {
          height: 350px; } }
      .alumini_ppl_wrapper_dir .row .pplimg_col .ppl_img {
        display: block;
        background-size: cover !important;
        width: 100%;
        height: 100%; }
    .alumini_ppl_wrapper_dir .row .ppl_content {
      padding: 0 25px; }
      @media only screen and (max-width: 767px) {
        .alumini_ppl_wrapper_dir .row .ppl_content {
          padding: 25px 25px; } }
      .alumini_ppl_wrapper_dir .row .ppl_content .title_block {
        margin-bottom: 30px; }
        .alumini_ppl_wrapper_dir .row .ppl_content .title_block .section_title {
          color: #1c2e5c; }
        .alumini_ppl_wrapper_dir .row .ppl_content .title_block .sub_txt {
          color: #7cd24d; }
      .alumini_ppl_wrapper_dir .row .ppl_content .content_wrapper p {
        color: #6f7074;
        font-size: 15px; }

.alumini_associate_wrapper {
  overflow: hidden; }
  .alumini_associate_wrapper .alumini_associate_slider_block {
    margin-top: 30px; }
    .alumini_associate_wrapper .alumini_associate_slider_block .each_alumini_block a {
      display: block;
      position: relative; }
    .alumini_associate_wrapper .alumini_associate_slider_block .each_alumini_block h2 {
      display: block;
      clear: both;
      margin: 15px 0 5px;
      color: #1c2e5c;
      font-size: 16px;
      font-weight: 600; }
    .alumini_associate_wrapper .alumini_associate_slider_block .each_alumini_block span {
      display: block;
      font-size: 14px;
      color: #6f7074;
      line-height: 20px; }

.each_program {
  margin-bottom: 30px;
  background: #f2f2f2;
  border: 1px solid #d9d7d7;
  padding: 25px; }
  .each_program i {
    display: block;
    margin: 15px auto;
    width: 100px; }
  .each_program h2 {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #434343;
    margin-bottom: 15px;
    font-weight: 600; }
  .each_program p {
    text-align: center;
    color: #6f7074;
    font-size: 15px;
    line-height: 24px; }

.news_scroll_wrapper {
  background-color: #1c2e5c !important;
  padding: 8px 0;
  overflow: hidden; }

.tickercontainer .mask {
  height: 45px !important; }

.news_scroll_block h2 {
  background: #7cd24d;
  height: 80px;
  line-height: 80px;
  display: block;
  color: #ffffff;
  padding: 0 25px;
  position: absolute;
  z-index: 999;
  top: -15px;
  left: 0; }
  .news_scroll_block h2::before {
    content: "";
    position: absolute;
    right: -23px;
    top: -6px;
    height: 130%;
    width: 56px;
    background: #7cd24d;
    transform: skew(25deg, 10deg);
    z-index: -1; }

.news_scroll_ul {
  height: 50px !important; }
  .news_scroll_ul li {
    float: left;
    position: relative;
    padding: 0 20px;
    top: 10px; }
    .news_scroll_ul li::before {
      content: "|";
      position: absolute;
      left: 0;
      top: 0;
      color: #ffffff;
      font-size: 15px; }
    .news_scroll_ul li::after {
      content: "|";
      position: absolute;
      right: 0;
      top: 0;
      color: #ffffff;
      font-size: 15px; }
    .news_scroll_ul li a {
      display: block;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      position: relative;
      padding: 0 15px;
      letter-spacing: 1px; }
      .news_scroll_ul li a:hover {
        color: #7cd24d; }
      .news_scroll_ul li a .new_lbl {
        display: block;
        position: absolute;
        top: -15px;
        right: 15px;
        color: red;
        font-weight: 600;
        font-size: 12px; }

ul.er-controls {
  display: none; }

@media only screen and (max-width: 767px) {
  .news_scroll_wrapper .container {
    padding: 0; } }

.footer_wrapper {
  background-color: #005699 !important; }
  .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 .footer_links {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    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; }
    .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: #ffffff;
    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; } }

.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; }
h4.cmpy_tile {
display: block;
    clear: both;
    font-size: 19px;
    font-weight: 700;
    color: #005699;
    line-height: 85px;
    padding-top: 0px;
    text-transform: uppercase;
	}
	.service_wrapper {
	     background: url(../images/banner_01.jpg)repeat 0px 0px;
   height: auto;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    margin: 0;
    padding: 26px;
    width: 100%;
}
.service_wrapper .service_box{
	    background-color: #005699c9;
    display: block;
    position: relative;
    border-radius: 12px;
    /* width: 100%; */
    text-align: center;
    margin: 45px 17%;
}
.service_wrapper .service_box h3{
	    display: block;
    padding: 20px;
    margin: 0px;
    font-size: 35px;
    font-weight: 400;
    color: #ffffff;
}
.service_wrapper .service_box .what_we{
	    margin: 0px 13%;
		    padding: 0 0 1px;
	
}
.service_wrapper .service_box .what_we p {
	    color: #ffffff;
        font-size: 17px;
    text-indent: 0 !important;
    text-align: justify;
}
.enquiry_wrapper {
	margin: 0 0 0;
    padding: 31px 0;
	    background: #005699;
}
.enquiry_wrapper .enquiry_box{
	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 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 #ffffff;
    color: #000;
    
    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(0 86 153);
	 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%; 
}
.float_footer_top a {
	display: block;
    position: relative;
    overflow: hidden;
    max-height: 217px; 
}
.float_footer_top 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: 6px;
    margin: 1px;
	
}
.float_footer_top a:hover {
	transform: scale(1.1);
    -webkit-transform: scale(1.1); 
}

@media only screen and (max-width: 480px) {
	.service_wrapper {
		padding: 0px !important; 
		}
	.service_wrapper .service_box {
		width: 100%;
		padding: 9px;
		margin: 16px 0 16px;
		}
	.service_wrapper .service_box .what_we p {
		font-size: 12px;
		text-align: center !important;
		}
		p
		{
			text-align: initial !important;
		}
		
	}
@media only screen and (max-width: 767px) {
	.service_wrapper {
		padding: 0px !important; 
		}
	.service_wrapper .service_box {
		width: 100%;
		padding: 9px;
		margin: 16px 0 16px;
		}
	.service_wrapper .service_box .what_we p {
		font-size: 12px;
		text-align: center !important;
		}
		p
		{
			text-align: initial !important;
		}
	}
