/*Fonts*/
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700|Pacifico");*/
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Roboto-Regular.woff') format('woff'), 
		 url('../fonts/Roboto-Regular.ttf')  format('truetype'), 
		 url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Medium';
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),  
  		 url('../fonts/Roboto-Medium.woff') format('woff'), 
  		 url('../fonts/Roboto-Medium.ttf')  format('truetype'), 
  		 url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Roboto-Bold.woff') format('woff'), 
		 url('../fonts/Roboto-Bold.ttf')  format('truetype'), 
		 url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Roboto-Black.woff') format('woff'), 
		 url('../fonts/Roboto-Black.ttf')  format('truetype'), 
		 url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensed-Regular';
	src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/RobotoCondensed-Regular.woff') format('woff'), 
		 url('../fonts/RobotoCondensed-Regular.ttf')  format('truetype'), 
		 url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoCondensed-Bold';
	src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/RobotoCondensed-Bold.woff') format('woff'), 
		 url('../fonts/RobotoCondensed-Bold.ttf')  format('truetype'), 
		 url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'RobotoSlab-Regular';
	src: url('../fonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/RobotoSlab-Regular.woff') format('woff'), 
		 url('../fonts/RobotoSlab-Regular.ttf')  format('truetype'), 
		 url('../fonts/RobotoSlab-Regular.svg#RobotoSlab-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito-Black';
	src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Nunito-Black.woff') format('woff'), 
		 url('../fonts/Nunito-Black.ttf')  format('truetype'), 
		 url('../fonts/Nunito-Black.svg#Nunito-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Nunito-ExtraBold';
	src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Nunito-ExtraBold.woff') format('woff'), 
		 url('../fonts/Nunito-ExtraBold.ttf')  format('truetype'), 
		 url('../fonts/Nunito-ExtraBold.svg#Nunito-ExtraBold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Ubuntu-Bold';
	src: url('../fonts/Ubuntu-Bold.eot?#iefix') format('embedded-opentype'),  
		 url('../fonts/Ubuntu-Bold.woff') format('woff'), 
		 url('../fonts/Ubuntu-Bold.ttf')  format('truetype'), 
		 url('../fonts/Ubuntu-Bold.svg#Ubuntu-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Miscellanoeous */
body, html {
  overflow-x: hidden;
  padding-right: 0 !important;
}
*:-moz-full-screen, *:-webkit-full-screen, *:fullscreen *:-ms-fullscreen {overflow: auto !important;}
body {
	font-family: "Roboto-Regular", helvetica, sans-serif;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background: #fff;
	font-weight: normal;
	color: #333
}
p {
	color: #4a5666;
	line-height: 1.8em;
	letter-spacing: 0.2px
}

h1, h2, h3, h4, h5, h6 {
	color: #3d424b;
}
ul {
	list-style-type: none !important;
	padding-left: 0;
	margin: 0;
}
a { outline: 0; transition: all 0.5s; color: #46bdf4; }
a:link, a:visited { text-decoration: none; }
a:hover, a:focus, a:active { outline: none!important; text-decoration: none; }

/* Global */
.wrapper {
	position: relative;
	overflow: hidden;
}
.split {
    width: 100%;
    height: 1px;
    background-color: #2aa64c;
}
.split1 {
    width: 100%;
    height: 1px;
    background-color: #c9caca;
}
.nob{
	border: 0px!important;
}
.m-0{margin: 0 !important; }.p-0 {padding: 0 !important; }
.mt-0 {margin-top: 0;}.mt-10 { margin-top: 10px !important;}.mt-20 {margin-top: 20px !important;}.mt-30 {margin-top: 30px !important;}.mt-40 {margin-top: 40px !important;}.mt-50 {margin-top: 50px !important;}.mt-60 {margin-top: 60px !important;}.mt-70 {margin-top: 70px !important;}.mt-80 {margin-top: 80px !important;}.mt-90 {margin-top: 90px !important;}.mt-100 {margin-top: 100px !important;}.mb-0 {margin-bottom: 0;}.mb-10 {margin-bottom: 10px !important;}.mb-20 {margin-bottom: 20px !important;}.mb-30 {margin-bottom: 30px !important;}.mb-40 {margin-bottom: 40px !important;}.mb-50 {margin-bottom: 50px !important;}.mb-60 {margin-bottom: 60px !important;}.mb-70 {margin-bottom: 70px !important;}.mb-80 {margin-bottom: 80px !important;}.mb-90 {margin-bottom: 90px !important;}.mb-100 {margin-bottom: 100px !important;}.ml-0 {margin-left: 0;}.ml-10 {margin-left: 10px !important;}.ml-20 {margin-left: 20px !important;}.ml-30 {margin-left: 30px !important;}.ml-40 {margin-left: 40px !important;}.ml-50 {margin-left: 50px !important;}.ml-60 {margin-left: 60px !important;}.ml-70 {margin-left: 70px !important;}.ml-80 {margin-left: 80px !important;}.ml-90 {margin-left: 90px !important;}.ml-100 {margin-left: 100px !important;}.mr-0 {margin-right: 0;}.mr-10 {margin-right: 10px !important;}.mr-20 {margin-right: 20px !important;}.mr-30 {margin-right: 30px !important;}.mr-40 {margin-right: 40px !important;}.mr-50 {margin-right: 50px !important;}.mr-60 {margin-right: 60px !important;}.mr-70 {margin-right: 70px !important;}.mr-80 {margin-right: 80px !important;}.mr-90 {margin-right: 90px !important;}.mr-100 {margin-right: 100px !important;}.pb-0 {padding-bottom: 0 !important;}.pb-10 {padding-bottom: 10px !important;}.pb-20 {padding-bottom: 20px !important;}.pb-30 {padding-bottom: 30px !important;}.pb-40 {padding-bottom: 40px !important;}.pb-50 {padding-bottom: 50px !important;}.pb-60 {padding-bottom: 60px !important;}.pb-70 {padding-bottom: 70px !important;}.pb-80 {padding-bottom: 80px !important;}.pb-90 {padding-bottom: 90px !important;}.pb-100 {padding-bottom: 100px !important;}.pt-0 {padding-top: 0 !important;}.pt-10 {padding-top: 10px !important;}.pt-20 {padding-top: 20px !important;}.pt-30 {padding-top: 30px !important;}.pt-40 {padding-top: 40px !important;}.pt-50 {padding-top: 50px !important;}.pt-60 {padding-top: 60px !important;}.pt-70 {padding-top: 70px !important;}.pt-80 {padding-top: 80px !important;}.pt-90 {padding-top: 90px !important;}.pt-100 {padding-top: 100px !important;}.pl-0 {padding-left: 0;}.pl-10 {padding-left: 10px !important;}.pl-20 {padding-left: 20px !important;}.pl-30 {padding-left: 30px !important;}.pl-40 {padding-left: 40px !important;}.pl-50 {padding-left: 50px !important;}.pl-60 {padding-left: 60px !important;}.pl-70 {padding-left: 70px !important;}.pl-80 {padding-left: 80px !important;}.pl-90 {padding-left: 90px !important;}.pl-100 {padding-left: 100px !important;}.pr-0 {padding-right: 0;}.pr-10 {padding-right: 10px !important;}.pr-20 {padding-right: 20px !important;}.pr-30 {padding-right: 30px !important;}.pr-40 {padding-right: 40px !important;}.pr-50 {padding-right: 50px !important;}.pr-60 {padding-right: 60px !important;}.pr-70 {padding-right: 70px !important;}.pr-80 {padding-right: 80px !important;}.pr-90 {padding-right: 90px !important;}.pr-100 {padding-right: 100px !important;}

.fi:before {
	margin: 0;
}
.pacifico{
	font-family: "Pacifico", cursive;
}
.page-body-wrapper {
	min-height: calc(100vh - 0px);
	padding-left: 0;
	padding-right: 0; 
}
/*Header*/
header{
	position: relative;
	z-index: 999
}
.head-logo{
	background-color: #fff;
	padding: 5px 0px;
}
.head-top{
	height: 56px;
	border-bottom: 1px solid #e3e7ec;
}
.head-top .widget{
	float: right;
	display: inline-block;
}
.mail{
    float:left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid #e3e7ec ;
}
.call{
    float:left;
    padding-top: 8px;
    padding-bottom: 8px;
    border-right: 1px solid #e3e7ec ;
}
.call a i, .mail a i{
    font-size: 33px;
    float: left;
    color: #f79422;
    margin-right: 12px;
    line-height: normal;
    display: block;
}
.call a .left, .mail a .left{
    float:left;
    padding:5px 0;
}
.mail a, .call a{
    font-size: 13px;
	  font-family: 'Roboto-Medium';
    color: #4a5666 ;
    line-height: 13px;
    padding-left:28px;
    padding-right:28px;
    display: block;
}
.mail a span, .call a span{
    font-size: 10px;
    color: #949eac  ;
    display: block;
    text-transform: uppercase;
    
}
.head-top .top-social{
	margin: 0 0 0 20px;
	float: right;
	font-size: 0px;
	padding-top: 8px;
    padding-bottom: 8px;
}
.top-social li{
	display: inline-block;
	padding: 0px;
	margin: 0px 10px 0 0
}
.top-social li:last-of-type{
	margin-right: 0px
}
.top-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #ffffff;
	-webkit-transition: background .4s ease, color .4s ease;
	transition: background .4s ease, color .4s ease;
	line-height: 35px;
	background-color: #f79422
}
.top-social li a:hover{
	background-color: #1a9ac6;
}
.head-bottom{
	margin: auto;
	height: 55px;
}
/*Header Menu*/
.head-nav{
	width: 100%;
	position: relative;
	float: left;
}
nav.menu{
	display:block;
	width:100%;
	font-family: "Roboto-Medium", sans-serif;
	margin-top: 0px;
	height: 58px;
	
}
nav.menu ul{
	display:-webkit-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
	list-style:none;
	padding-left:0
}
nav.menu ul li{
	display:inline-block;position:relative
}
/*nav.menu ul li:first-child{
	padding-left:0
}*/
nav.menu ul li:last-child a{
	padding-right:0
}
nav.menu ul li a{
	font-size:14px;
	display:inline-block;
	line-height:55px;
	letter-spacing:0.3px;
	color:#8993a1;
	position:relative;
	padding:0px 15px;
	text-transform: uppercase;
}
nav.menu ul li:hover a, nav.menu ul li.active a{
	color: #1a9ac6;
	background-color: transparent;
}
nav.menu ul>li.cr-dropdown>a{
	line-height:55px;
}
nav.menu ul>li.cr-dropdown>a:after{
	content: "\f107";
	font-family: "FontAwesome";
	font-size:14px;
	padding-left:0px;
	display: none;
}
nav.menu ul>li.cr-dropdown li.cr-sub--dropdown>a:after{
	content:"\f105";float:right
}
nav.menu ul li ul.cr-dropdown-menu{
	position:absolute;
	width: 240px;
	background:#1a9ac6;
	height:auto;
	left:0;
	top:100%;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	padding:0px 0px;
	-webkit-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-moz-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-ms-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-o-box-shadow:0 3px 15px rgba(0,0,0,0.2);
	box-shadow:0 3px 15px rgba(0,0,0,0.2);
	-webkit-transition:all 0.2s ease-in-out 0s;
	-moz-transition:all 0.2s ease-in-out 0s;
	-ms-transition:all 0.2s ease-in-out 0s;
	-o-transition:all 0.2s ease-in-out 0s;
	transition:all 0.2s ease-in-out 0s;
	-webkit-transform:translateY(30px);
	-moz-transform:translateY(30px);
	-ms-transform:translateY(30px);
	-o-transform:translateY(30px);transform:translateY(30px);
	opacity:0;
	visibility:hidden;
	z-index:99
}
nav.menu ul li ul li ul.cr-dropdown-menu{
	width: 335px;
	height:auto;
	left:100%;
	top:0;
}
nav.menu ul li ul.cr-dropdown-menu li{
	width:100%;
	padding:0;
	display:block;
	position:relative;
}
nav.menu ul li ul.cr-dropdown-menu li a{
	display:block;
	padding:12px 15px;
	font-size:12.3px;
	color:#fff;
	font-weight: normal!important;
	position:relative;
	background-color: #1a9ac6;
	line-height:20px;
	border-left: 4px solid #1a9ac6;
	font-family: 'Roboto-Medium';
	border-bottom: 1px solid #1992bb
}
nav.menu ul li ul.cr-dropdown-menu li:hover>a{
	color:#fff;
	background-color: #1891bb;
	border-left: 4px solid #f79422
}
nav.menu ul li ul.cr-dropdown-menu li ul.cr-sub--dropdown-menu{
	left:100%;
	top:0;
	z-index:99
}
nav.menu ul li:hover>ul.cr-dropdown-menu{
	opacity:1;
	visibility:visible;
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0)
}
/*Main Panel*/
.main-panel {
	transition: width 0.25s ease, margin 0.25s ease;
	width: calc(100% - 0px);
	width: -moz-calc(100% - 0px);
	width: -webkit-calc(100% - 0px);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column; 
}
/*Banner*/
.slider-area {
  position: relative;
}
/*.slider-area .nivoSlider img {
  -webkit-animation: img_scale 20s linear infinite;
  animation: img_scale 20s linear infinite;
}
@keyframes img_scale {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
*/
.slider-area .nivo-controlNav{
	display: none;
}
.slider-area .nivo-controlNav {
	text-align:center;
	padding: 15px 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	right:0;
	margin: auto;
	z-index: 99999999999
}
.nivo-control{
	font-size: 0px;
	width: 7px;
	height: 7px;
	background-color: #6f6f6e;
	margin: 0 3px;
	display: inline-block;
	border-radius: 50%
}
.nivo-control.active{
	width: 40px;
	border-radius: 20px;
	background-color: #f36f21;
}
.slider-area .nivo-directionNav a {
  text-indent: -9999999px;
  opacity: 0;
  visibility: hidden;
  background-color: #787471;
  width: 2.2rem;
  height: 2.2rem;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}
.slider-area .nivo-directionNav a:hover {
  background-color: #f79422;
}
.slider-area .nivo-directionNav a:hover:before {
  color: #ffffff !important;
  background: transparent !important;
}
.slider-area .nivo-directionNav a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.1rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 9;
  left: 0;
  right: 0;
  top:0;
  text-indent: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  line-height: 2em
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: 40px;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: 40px;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
}
.slider-area:hover a {
  opacity: 1;
  visibility: visible;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .nivo-caption p {
  padding: 0;
  color: #fff
}
.slider-layout1 .nivo-caption {
  top: 0;
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .nivo-caption {
    top: 20px;
  }
}
.slider-layout1 .slide-1 div.slider-script-text,
.slider-layout1 .slide-2 div.slider-script-text,
.slider-layout1 .slide-3 div.slider-script-text,
.slider-layout1 .slide-4 div.slider-script-text,
.slider-layout1 .slide-4 div.slider-script-text {
	font-family: "Pacifico", cursive;
  	font-weight: 400;
  	color: #f36f21;
  	font-size: 2.3rem;
}
.slider-layout1 .slide-1 div.slider-big-text,
.slider-layout1 .slide-2 div.slider-big-text,
.slider-layout1 .slide-3 div.slider-big-text,
.slider-layout1 .slide-4 div.slider-big-text,
.slider-layout1 .slide-5 div.slider-big-text {
  font-size: 2.8rem;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
  font-family: 'Ubuntu-Bold';
}
@media only screen and (max-width: 767px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text,
  .slider-layout1 .slide-4 div.slider-big-text,
  .slider-layout1 .slide-5 div.slider-big-text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .slider-layout1 .slide-1 div.slider-big-text,
  .slider-layout1 .slide-2 div.slider-big-text,
  .slider-layout1 .slide-3 div.slider-big-text,
  .slider-layout1 .slide-4 div.slider-big-text,
  .slider-layout1 .slide-5 div.slider-big-text {
    font-size: 1.4rem;
  }
}
.slider-layout1 .slide-1 .slider-paragraph,
.slider-layout1 .slide-2 .slider-paragraph,
.slider-layout1 .slide-3 .slider-paragraph,
.slider-layout1 .slide-4 .slider-paragraph,
.slider-layout1 .slide-5 .slider-paragraph {
  margin: 0 0 10px;
  color: #fff;
  font-family: 'Roboto-Medium';
  font-size: 1rem;
}
.slider-layout1 .slide-1 .slider-btn-area,
.slider-layout1 .slide-2 .slider-btn-area,
.slider-layout1 .slide-3 .slider-btn-area,
.slider-layout1 .slide-4 .slider-btn-area,
.slider-layout1 .slide-5 .slider-btn-area {
  margin-top: 20px;
  margin-bottom: 5px;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn {
  padding: 8px 20px;
  text-transform: uppercase;
  background-color: #1a9ac6;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
   font-family: 'Roboto-Bold';
   letter-spacing: 0.3px;
   font-family: 'RobotoCondensed-Bold';
   border-bottom: 3px solid #116480;
   display: none;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn:last-child,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn:last-child {
  margin-right: 0;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn i,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn i {
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn:hover,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn:hover {
  background-color: #ffffff;
  color: #1a9ac6;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-2 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-3 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-4 .slider-btn-area a.item-btn:hover i,
.slider-layout1 .slide-5 .slider-btn-area a.item-btn:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-2 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-3 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-4 .slider-btn-area a.item-btn,
  .slider-layout1 .slide-5 .slider-btn-area a.item-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout1 .slide-1 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-2 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-3 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-4 .slider-btn-area a.item-btn i,
  .slider-layout1 .slide-5 .slider-btn-area a.item-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn {
  padding: 14px 25px;
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffffff;
  font-weight: 500;
  border: 1px solid;
  border-color: #ffffff;
  font-size: 15px;
  color: #396cf0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn i,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn i {
  color: #396cf0;
  margin-top: 5px;
  margin-left: 10px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn:hover,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.slider-layout1 .slide-1 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-2 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-3 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-4 .slider-btn-area a.item-light-btn:hover i,
.slider-layout1 .slide-5 .slider-btn-area a.item-light-btn:hover i {
  color: #ffffff;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 991px) {
  .slider-layout1 .slide-1 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-2 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-3 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-4 .slider-btn-area a.item-light-btn,
  .slider-layout1 .slide-5 .slider-btn-area a.item-light-btn {
    padding: 12px 20px 10px;
    font-size: 14px;
  }
  .slider-layout1 .slide-1 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-2 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-3 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-4 .slider-btn-area a.item-light-btn i,
  .slider-layout1 .slide-5 .slider-btn-area a.item-light-btn i {
    font-size: 13px;
    margin-left: 5px;
  }
}
/*.slider-layout1 .slide-1 .slider-big-text {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-paragraph {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-paragraph {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-layout1 .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}*/
.slider-layout1 .slide-1 div.slider-script-text,
.slider-layout1 .slide-2 div.slider-script-text,
.slider-layout1 .slide-3 div.slider-script-text,
.slider-layout1 .slide-4 div.slider-script-text,
.slider-layout1 .slide-4 div.slider-script-text {
	-webkit-animation: bounceInDown 900ms ease-in-out;
  -moz-animation: bounceInDown 900ms ease-in-out;
  -ms-animation: bounceInDown 900ms ease-in-out;
  animation: bounceInDown 900ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-big-text,
.slider-layout1 .slide-2 .slider-big-text,
.slider-layout1 .slide-3 .slider-big-text,
.slider-layout1 .slide-4 .slider-big-text,
.slider-layout1 .slide-5 .slider-big-text {
  -webkit-animation: bounceInDown 1000ms ease-in-out;
  -moz-animation: bounceInDown 1000ms ease-in-out;
  -ms-animation: bounceInDown 1000ms ease-in-out;
  animation: bounceInDown 1000ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-paragraph,
.slider-layout1 .slide-2 .slider-paragraph,
.slider-layout1 .slide-3 .slider-paragraph,
.slider-layout1 .slide-4 .slider-paragraph,
.slider-layout1 .slide-5 .slider-paragraph {
  -webkit-animation: bounceInUp 1500ms ease-in-out;
  -moz-animation: bounceInUp 1500ms ease-in-out;
  -ms-animation: bounceInUp 1500ms ease-in-out;
  animation: bounceInUp 1500ms ease-in-out;
}
.slider-layout1 .slide-1 .slider-btn-area,
.slider-layout1 .slide-2 .slider-btn-area,
.slider-layout1 .slide-3 .slider-btn-area,
.slider-layout1 .slide-4 .slider-btn-area,
.slider-layout1 .slide-5 .slider-btn-area {
  -webkit-animation: bounceInUp 2000ms ease-in-out;
  -moz-animation: bounceInUp 2000ms ease-in-out;
  -ms-animation: bounceInUp 2000ms ease-in-out;
  animation: bounceInUp 2000ms ease-in-out;
}
.home-banner{
	background: url('../images/banner-1.jpg') no-repeat top center;
	background-size: cover;
	min-height: 550px;
	overflow: hidden;
}
.home-banner .container{
	position: relative;
}
.home-banner .doc-img{
	position: absolute;
	left: 10%;
	top: 75px;
}
.page-banner{
	background: url('../images/page-banner.jpg') no-repeat top center;
	background-size: cover;
	min-height: 250px;
	position: relative;
}
.page-banner:before{
    width: 100%;
    content: " ";
    background-image: url('../images/color-line.jpg');
    position: absolute;
    bottom: -4px;
    height:4px;
}
.page-banner .container{
	position: relative;
}
.page-banner .page-title{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 80px;
	text-align: center;
}
.page-banner .page-title h5{
	color: #ccc;
	font-size: 17px;
	font-family: "Roboto-Bold", sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.page-banner .page-title h3{
	color: #fff;
	font-family: "Ubuntu-Bold", sans-serif;
	font-size: 2.2rem;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.page-banner .page-title a{
	color: #c9c9c9;
	display: block;
}
/*Main Content*/
.main-content-wrap{
	padding: 0px;
}
.bg-1{
	background-color: #fff
}
.bg-2{
	background-color: #f3f3f3;
}
.sec-title{
	padding: 10px 0;
	color: #242323;
}
.sec-title h3{
	color: #444444;
	font-family: "Nunito-ExtraBold", sans-serif;
	font-size: 2.6rem;
	margin-bottom: 5px;
}
.sec-title h3 span{
	color: #f79422
}
.sec-title p{
	color: #7a7878;
	font-family: "RobotoSlab-Regular", sans-serif;
	margin-bottom: 5px
}
.main-content p{
	text-align: justify;
	margin-bottom: 20px;
}
.main-content h5.sub-title {
    font-family: 'Ubuntu-Bold';
    font-size: 20px;
    color: #f79422;
    text-transform: uppercase;
}
/*Home Services*/
.serve-box {
    margin-bottom: 30px;
    border: 1px solid #e5e5e5;
    height: 100%;
}
.serve-box .serve-box-img {
  position: relative;
  overflow: hidden;
}
.serve-box .serve-box-img img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
.serve-box:hover .serve-box-img:after {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.serve-box .serve-box-body {
  padding: 20px 25px 25px;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.serve-box .serve-box-body .serve-box-title {
  font-size: 20px;
  margin-bottom: 7px;
  font-family: 'Ubuntu-Bold';
}
.serve-box .serve-box-body .serve-box-title {
  color: #212121;
  transition: all 0.35s ease 0s;
}
.serve-box .serve-box-body .serve-box-desc {
  margin-top: 12px;
}
.serve-box .serve-box-body .serve-box-desc p {
  margin-bottom: 0;
  transition: all 0.35s ease 0s;
  color: #4a5666
}
.serve-box .serve-box-btn {
  background-color: #f79422;
  display: inline-block;
  margin-top: 20px;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}
.serve-box .serve-box-btn:hover {
  background-color: #1a9ac6;
}
/* .serve-box:hover .serve-box-body {
  background-color: #3e3e3e;
} */
.serve-box:hover {
  background-color: #3e3e3e;
}
.Laparas_pg >div{
  margin-bottom: 25px;
}
.serve-box:hover .serve-box-body .serve-box-title {
  color: #f79422;
}
.serve-box:hover .serve-box-body p {
  color: rgba(255, 255, 255, 0.7);
}
.serve-box:hover .serve-box-btn {
  background-color: #1a9ac6;
  color: #fff;
}
.serve-box:hover .serve-box-btn:hover {
  background-color: #1a9ac6;
  color: #fff;
}
.serve-box:hover .serve-box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.8;
}
.servepg h6{
	font-family: 'Ubuntu-Bold';
	font-size: 19px;
	margin-bottom: 10px
}
/*Welcome Content*/
.welcome-content .sec-title h3{
	color: #20262e
}
.welcome-content{
	background:url('../images/about-bg.jpg') no-repeat;
	background-size: cover;
	position: relative;
}
.welcome-content:before{
    width: 100%;
    content: " ";
    background-image: url('../images/color-line.jpg');
    position: absolute;
    top: -4px;
    height:4px;
}
.welcome-content p{
	text-align: justify;
	font-size: 14.5px;
}
.doc-det .row{
    margin:0 0;
}
#doc-image .item{
    text-align: center
}
#doc-desc{
	background-color: #fff
}
.doc-content{
    width:100%;
    max-width: 100%;
    padding:35px 25px;
}
.doc-content .doc-name{
    margin-bottom: 10px;
}
.doc-content .doc-name h5{
    color: #20262e;
    font-size: 23px;
    font-family: "Nunito-ExtraBold", sans-serif;
    margin-bottom: 0px
}
.doc-content .doc-info h6{
    color: #f79422;
    font-size: 15px;
    font-family: "RobotoSlab-Regular", sans-serif;
    margin-bottom: 5px
}
.doc-content .doc-info h6 span{
	color: #303030
}
.doc-content .doc-para{
	margin-top: 15px
}
.doc-content .doc-para p{
	color: #6e7682
}
.doc-content .doc-para p a{
	color: #1a9ac6;
	text-transform: uppercase;
}
#doc-desc ul.slick-dots{
    text-align: center;
    max-width: 100%;
    position: absolute;
    margin: 15px auto;
    left: 0;
    right: 0
}
#doc-desc .slick-dots li{
    float:none;
    display: inline-block;
}
#doc-desc .slick-dots li button, #doc-desc .slick-dots li button:focus {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0;
    background: url(../images/bullets-testimonial.png) no-repeat;
    filter: Alpha(Opacity=100);
    margin:0 5px;
    text-indent: -999999px;
    border:0;
    box-shadow: none;
    outline: none;
}
#doc-desc .slick-dots li.slick-active button {
    background: url(../images/bullets-testimonial-active.png) no-repeat;
}
.welcome-content.aboutpg{
	background:transparent;
	background-size: cover;
}
.welcome-content.aboutpg:before{
	display: none;
}
.main-content.aboutpg p{
	font-size: 14.5px;
}
.welcome-content.aboutpg .doc-para h5{
	font-family: 'Ubuntu-Bold';
	font-size: 20px;
	color: #f79422
}
.welcome-content.aboutpg .doc-para p{
	color: #4a5666
}
.welcome-content.aboutpg .doc-para .list1 li{
	font-size: 14.5px;
	color: #4a5666
}
.main-content.docpg h5{
	font-size: 17px;
	font-family: "Roboto-Bold", sans-serif;
	color: #f36f21;
	font-style: italic;
}
.main-content.docpg .list1 li{
	padding-bottom: 3px;
}
/*Testimonials*/
.testibox{
	width: 100%;
	padding: 15px 15px;
	text-align: center;
}
.testibox i{
	color: #1a9ac6;
	font-size: 55px
}
.testibox p{
	color: #6e7682
}
.testibox .media {
    margin: 20px 0 0px 0;
    text-align: center;
}
.testibox .media img {
    border: 1px solid #12af83;
    margin: 0 auto;
    width: 90px;
    height: 90px;
}
.testibox .name{
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: #2d2d2d;
	font-family: "Nunito-ExtraBold", sans-serif;
}
.testibox .name span {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    display: block;
    color: #999999;
}
.testi-carousel .owl-nav {
	margin: 0;
}
.testi-carousel .owl-controls{
	display: none;
}
.main-content.testipg p{
	text-align: center;
}
.main-content.testipg .testibox{
	margin-bottom: 15px
}
/*Services*/
#services-section, #services-page-section{
    padding-top: 75px; 
}
.services-tab-nav-wrap{
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px
}
.tab-services {
    border: 0;
    text-align: center;
    display: inline-block;
}
.tab-services>li {
    float: left;
    margin-bottom: 0;
    border-bottom: 0;
    margin-left: 0px;
    margin-right: 0px;
}
.tab-services>li>a {
    font-size: 21px;
    color: #20262e;
    font-family: 'Nunito-Black', serif;
    margin: 0;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    padding-left: 40px;
    /* border: 1px solid #d1e0e0; */
    border: 0;
    border-radius: 0;
    position: relative;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    -o-box-shadow: 0;
    background: #e2e6e9;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    box-shadow: 0;
}
.tab-services>li>a:hover{
    background:#e2e6e9;
}
.tab-services>li a.active, .tab-services>li a:focus {
    background: #1a9ac6;
    border: 0;
    color: #fff;
    box-shadow: 0;
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    -o-box-shadow: 0;
}
.tab-services>li a:after {
    content: '\f0d7';
    bottom: -3px;
    position: absolute;
    left: 45%;
    font: normal normal normal 35px FontAwesome;
    color: #e2e6e9;
    line-height: 0;
    text-shadow: 0;
}
/*.tab-services>li a:hover::after{
	color: #1a9ac6;
}*/
.tab-services>li a.active:after {
    content: '\f0d7';
    bottom: -3px;
    position: absolute;
    left: 45%;
    font: normal normal normal 35px FontAwesome;
    color: #1a9ac6;
    line-height: 0;
    text-shadow: 0;
}
.services-tab-content-wrap{
    /*background: url(images/content-tab-bg.png) no-repeat;*/
    background-position: bottom;
    padding-top: 50px;

}
.tab-services>li:first-child>a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.tab-services>li:last-child>a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.s-box{
	margin-bottom: 30px
}
.s-box-content .s-box-title{
	font-family: 'Ubuntu-Bold';
	font-size: 20px;
}
.s-box-content p{
	color: #6e7682;
	text-align: justify;
}
/*Management*/
.mgmt-box{
	border-bottom: 1px #ccc dashed;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.mgmt-box:last-of-type{
	border-bottom: 0px #ccc dashed;
}
.mgmt-box .sec-title .line{
	margin-left: 0px
}
.mgmt-img{
	border: 1px solid #e3e3e3;
    padding: 14px;
    text-decoration: none;
    background-color: #fff;
    /*-webkit-box-shadow: 2px 2px 30px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 2px 2px 30px 0 rgba(0,0,0,.1);
    box-shadow: 2px 2px 30px 0 rgba(0,0,0,.1);*/
}
/*Gallery*/
.galbox-1 {
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.galbox-1 .galbox-1-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.galbox-1 .galbox-1-img img {
  width: 100%;
}
.galbox-1 .galbox-1-img:after {
  position: absolute;
  content: "";
  background-color: rgba(62, 62, 62, 0.9);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.galbox-1 .galbox-1-img .galbox-1-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.galbox-1 .galbox-1-img .galbox-1-btn-wrap a.galbox-1-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'RobotoCondensed-Bold';
}
.galbox-1 .galbox-1-img .galbox-1-btn-wrap a.galbox-1-btn:hover {
  background-color: #ffffff;
  color: #f79422;
}
.galbox-1 .galbox-1-content {
  text-align: center;
  padding: 20px 20px;
  background-color: #f0f2f2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.galbox-1 .galbox-1-content .galbox-1-title {
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Nunito-ExtraBold", sans-serif;
  font-size: 18px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.galbox-1:hover .galbox-1-content .galbox-1-title{
  color: #1a9ac6
}
.galbox-1:hover {
  -webkit-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.galbox-1:hover .galbox-1-img:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.galbox-1:hover .galbox-1-btn-wrap {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancybox-title {}
.photobox-1 {
  margin-bottom: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photobox-1 .photobox-1-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.photobox-1 .photobox-1-img img {
  width: 100%;
}
.photobox-1 .photobox-1-img:after {
  position: absolute;
  content: "";
  background-color: rgba(62, 62, 62, 0.9);
  height: 100%;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photobox-1 .photobox-1-img .photobox-1-btn-wrap {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 7;
  text-align: center;
  display: inline-block;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.photobox-1 .photobox-1-img .photobox-1-btn-wrap a.photobox-1-btn {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  border: 2px solid;
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-family: 'RobotoCondensed-Bold';
}
.photobox-1 .photobox-1-img .photobox-1-btn-wrap a.photobox-1-btn:hover {
  background-color: #ffffff;
  color: #f79422;
}
.photobox-1 .photobox-1-content {
  text-align: center;
  padding: 20px 20px;
  background-color: #f0f2f2;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.photobox-1 .photobox-1-content .photobox-1-title {
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Nunito-ExtraBold", sans-serif;
  font-size: 18px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.photobox-1:hover .photobox-1-content .photobox-1-title{
  color: #1a9ac6
}
.photobox-1:hover {
  -webkit-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  -moz-box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
  box-shadow: 0px 1px 50px 0px rgba(209, 209, 209, 0.75);
}
.photobox-1:hover .photobox-1-img:after {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.photobox-1:hover .photobox-1-btn-wrap {
  top: 50%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*Videos*/
.videobox {
	position: relative;
	border: 1px solid #dddddd;
}
.videobox:before {
	content: "";
	background-color: rgba(42,166,76,0);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}
.videobox:hover::before{
	background-color: rgba(0, 0, 0, 0.6);
}
.videobox i {
	background-color: #1a9ac6;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 23px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.videobox:hover i{
	background-color: #f79422;
	color: #fff
}
.videotitle{
	background-color: #f0f2f2;
	padding: 12px 10px;
	text-align: center;
	color: #111111;
	margin-bottom: 20px
}
.videotitle h5{
	margin-bottom: 0px;
	font-family: "Nunito-ExtraBold", sans-serif;
	text-transform: capitalize;
	font-size: 16px;
}

/*Blog*/
.blog-box {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.blog-box:hover .item-img {
  border-radius: 4px 4px 0 0;
}
.blog-box:hover .item-img a {
  display: block;
  border-radius: 4px 4px 0 0;
}
.blog-box:hover .item-img a img {
  border-radius: 4px 4px 0 0;
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.blog-box .item-img {
  position: relative;
  overflow: hidden;
}
.blog-box .item-img img {
    height:300px;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box .post-date {
  position: absolute;
  background-color: #1a9ac6;
  top: 25px;
  left: 25px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  line-height: 16px;
  color: #ffffff;
  font-family: 'RobotoCondensed-Bold';
}
.blog-box .post-date span {
  display: block;
}
.blog-box .item-content {
  padding: 20px 25px 20px;
}
.blog-box .item-content .item-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
  font-family: "Nunito-ExtraBold", sans-serif;
  font-size: 20px;
  color: #111111;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-box:hover .item-content .item-title{
  color: #f79422;
}
.blog-box .item-content p{
	color: #6e7682;
	margin-bottom: 0px
}
.backs a{
      text-transform: capitalize;
      font-family: "Nunito-ExtraBold", sans-serif;
      font-size: 20px;
      color: #46bdf4;
      margin-bottom: 25px;
      display: block;
}
/*Publications*/
.publication-table tr:first-child td{
	border-top: 0px
}
.publication-table h5{
	font-size: 1.15rem;
}
.publication-table tr  td a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: fit-content;
}
.publication-table tr  td a span{
  margin-right: 10px;
}


/*Success stories*/
.accordion .card { background-color: rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(239, 246, 255, 0.5); border: none; border-radius: 0; margin-bottom:7px }
.accordion .card:last-child { border-bottom: none; }
.accordion .card .card-header { position: relative; padding: 0; border-bottom: none; background: transparent; }
.accordion .card .card-header h5{
	margin-bottom: 0px;
	font-family: "Roboto-Medium", sans-serif;
	font-weight: normal;
	font-size: 17px;
}
.accordion .card .card-header a { color: #f79422; font-weight: 500; padding: 15px 30px 15px 15px; display: block; margin-top: 0; cursor: pointer;background-color: rgba(255, 255, 255, 0.9); }
.accordion .card .card-header a.collapsed { color: #4a5666;background-color: #e8ecf0;     text-decoration-line: none;}
.accordion .card .card-header a:hover { opacity: 1; }
.accordion .card .card-body { padding: 0 30px 15px 15px; color: #4a5666; }
.accordion .card:last-child { border-bottom: 0 none; }
.accordion .card + .card { margin-top: 0; }
.accordion .arrow-up { cursor: pointer; transition: opacity 350ms; display: block; position: absolute; right: 20px; top: 50%; height: 18px; width: 18px; margin-top: -9px; transition: all .5s ease; }
.accordion .arrow-up span.fa { position: relative; height: 100%; display: block; font-size: 14px; }
.accordion .arrow-up:hover { opacity: 0.8; }
.accordion .collapsed .arrow-up { transform: rotate(180deg); }
/*Form*/
.custom-form{
	margin-top:20px;
	width: 100%
}
.custom-form .form-group{
	margin-bottom: 30px
}
.custom-form .form-control{
	background: #f5f5f5!important;
	border-radius: 0px!important;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	padding: 0.75rem .75rem;
	border-color: #e0e9e8;
	color: #595959;
}
.custom-form .form-control:focus{
	outline: none!important;
	box-shadow: none;
	border-color:#d4dddc
}
.custom-form .form-control::-webkit-input-placeholder,
.custom-form .form-control::-moz-placeholder,
.custom-form .form-control::placeholder{
	color:#929191!important;	
}
/*contact Page*/
.main-content.contact-pg p{
	text-align: left;
}
.contact-info-box{
	width:90%;
}
.contact-info-box ul, .contact-info-box li, .contact-info-box h3, .contact-info-box p {
	margin: 0;
	padding: 0;
	list-style: none;
}
.contact-info-box li + li {
	margin-top: 25px;
}
.contact-info-box > p {
	margin-top: -8px;
	font-weight: 300;
}
.contact-info-box h3 {
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	margin-top: -5px;
	font-family: 'Roboto-Medium';
}
.contact-info-box .inner-box {
	width: 30px;
	height: 30px;
	border-radius: 0px;
	text-align: center;
	
}
.contact-info-box .inner-box i {
	font-size: 20px;
	color: #1a9ac6;
	line-height: 30px;
}
.contact-info-box .icon-box, .contact-info-box .text-box {
	display: table-cell;
	vertical-align: top;
}
.contact-info-box .text-box {
	padding-left: 20px;
}
.contact-info-box .text-box p a{
	color: #595959
}
.mt-55{
	margin-top: 55px
}
.contacts_pg .form-group.row {
  margin-bottom: 1rem;
}
/*Map*/
.map{
	border: 1px solid #e1e1e1;
}
.map iframe {
	width: 100%;
	min-height: 300px;
	border: none;
}

/*Footer*/
footer{
	
}
.foot-top{
	color: #fff;
	padding: 0px 0 5px;
	background-color: #3e3e3e
}
.foot-top h5{
	font-size: 20px;
	color: #f79422;
	letter-spacing: 0.3px;
	margin-bottom: 20px;
	font-family: "Nunito-ExtraBold", sans-serif;
	text-transform: uppercase;
}
.foot-top p{
	line-height: 22px;
	font-size: 13.5px;
	margin-bottom: 25px;
	position: relative;
}
.foot-nav{
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0 0;
	display: inline-block;
	width: 45%
}
.foot-nav li{
	color: #f4f5ff;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 7px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.5px;
	position: relative;
}
.foot-nav li a{
	color: #f4f5ff;
}
.foot-nav li a:hover{
	color: #f79422
}
.foot-info{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.foot-info h6{
	color: #ffffff;
	font-family: 'Roboto-Medium';
	font-size: 18px;
	font-weight: normal;
}
.foot-info li{
	padding-left: 35px;
	color: #f4f5ff;
	font-size: 14px;
	line-height: 1.6em;
	position: relative;
	padding-top: 0px;
	letter-spacing: 0.3px;
}
.foot-info li a{
	color: inherit;
	font-size: 14px;
	color: #f4f5ff
}
.foot-info li a:hover{
	color: #d5ddd7;
}
.foot-info .foot-tele, .foot-info .foot-addr, .foot-info .foot-mail{
	margin-bottom: 25px;
}
.foot-info .foot-addr:before, .foot-info .foot-tele:before, .foot-info .foot-mail:before, .foot-info .foot-time:before{
	font-family:'Font Awesome\ 5 Free';
	color: #f79422;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 17px;
	font-weight:900;
}
.foot-info .foot-addr:before{
	content: '\f3c5';
	font-size: 18px;
	left: 2px;
}
.foot-info .foot-tele::before {
    content: "\f095";
    font-size: 16px;
    left: 2px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.foot-info .foot-mail:before{
	font-size: 15px;
	content: '\f0e0';
	left: 2px;
	top: 0px
}
.foot-info .foot-time:before{
	content: '\f017';
	top: 0px;
	left: 2px;
	font-size: 16px;
}
.foot-social li{
	display: inline-block;
	padding: 0px;
	margin: 0px
}
.foot-social li a {
	width: 35px;
	height: 35px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #ffffff;
	-webkit-transition: background .4s ease, color .4s ease;
	transition: background .4s ease, color .4s ease;
	line-height: 35px;
	margin-right: 3px;
	border: 1px solid #fff;
	background-color: #3e3e3e;
	    display: flex;
    align-items: center;
    justify-content: center
}
.top-social li a{
 	    display: flex;
    align-items: center;
    justify-content: center   
}
.foot-social li a:hover{
	background-color: #f79422;
	border: 1px solid #f79422;
	color: #fff;
}
.copyright{
	color: #363636;
	font-size: 13px;
	padding: 15px 0 12px;
	background-color: #dddddd
}
.copyright p{
	margin: 0px;
	display: inline-block;
}
.copyright p:last-of-type{
	float: right;
}
.copyright p a, .copyright p{
	color: #363636
}
.copyright p:last-of-type a {
  color: #1a9ac6;
}

/*Global*/
/*List*/
.list1{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.list1 li{
	padding-left: 25px;
	color: #4a5666;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	position: relative;
}
.list1 li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f101';
	color: #f79422;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	font-weight:900;
}
.list1 ul{
	margin-top: 15px
}
.list1 ul li{
	margin-bottom: 0px
}
.list1 ul li:before{
	color: #9dabaf
}
.list2{
	list-style: none;
	padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 10px 0 20px;
}
.list2 li{
	padding-left: 25px;
	color: #595959;
	font-size: 15px;
	line-height: 1.4em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	width: 50%;
}
.list2 li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f058';
	color: #0081fe;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	font-weight:900;
}
.btn, a.btn, button.btn {
	outline:none!important;
	height:45px;
	line-height:45px;
	font-size:14px;
	display:inline-block;
	background-color: #1a9ac6;
	padding:0 30px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:0.25px;
	font-weight: normal;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
	border:0px;
	border-style:solid;
	position:relative;
	overflow:hidden;
	text-align:center;
	font-family: "Roboto-Medium", sans-serif;
	border-radius: 8px;
	border-bottom: 3px solid #116480
}
.btn:hover, a.btn:hover, button.btn:hover {
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1);
	background-color: #f79422
}
.btn:focus, a.btn:focus, button.btn:focus{
	box-shadow: none;
}
.btn.btn--theme, a.btn.btn--theme, button.btn.btn--theme {
	outline:none!important;
	height:45px;
	line-height:45px;
	font-size:14px;
	display:inline-block;
	padding:0 30px;
	color:#ffffff;
	letter-spacing:0.25px;
	font-weight: normal;
	-webkit-transition:all 0.5s ease-in-out 0s;
	-moz-transition:all 0.5s ease-in-out 0s;
	-ms-transition:all 0.5s ease-in-out 0s;
	-o-transition:all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
	border-radius:5px;
	position:relative;
	overflow:hidden;
	font-family: "Roboto-Medium", sans-serif;
	background-image: linear-gradient(to right, #2458de, #2196fd);
}
.btn.btn--theme:before, a.btn.btn--theme:before, button.btn.btn--theme:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.1);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-ms-transform-origin:0 0;
	-o-transform-origin:0 0;
	transform-origin:0 0;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s;
}
.btn.btn--theme:hover, a.btn.btn--theme:hover, button.btn.btn--theme:hover {
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-ms-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	-o-box-shadow:0 3px 3px rgba(0,0,0,0.1);
	box-shadow:0 3px 3px rgba(0,0,0,0.1)
}
.btn.btn--theme:hover:before, a.btn.btn--theme:hover:before, button.btn.btn--theme:hover:before {
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	transform:scaleX(1)
}
.btn.btn--xlg, a.btn.btn--xlg, button.btn.btn--xlg {
	font-size:19px;
	height:55px;
	line-height:55px;
	padding:0 40px
}
.btn.btn--lg, a.btn.btn--lg, button.btn.btn--lg {
	font-size:17px;
	height:50px;
	line-height:50px;
	padding:0 35px
}
.btn.btn--sm, a.btn.btn--sm, button.btn.btn--sm {
	font-size:15px;
	height:40px;
	line-height:40px;
	padding:0 25px
}
.btn.btn--xs, a.btn.btn--xs, button.btn.btn--xs {
	font-size:13px;
	height:35px;
	line-height:35px;
	padding:0 20px
}
.btn.btn--white, a.btn.btn--white, button.btn.btn--white {
	background-color:#ffffff;
	color:#000000;
	border-color:#ffffff;
}
.btn.btn--white:hover, a.btn.btn--white:hover, button.btn.btn--white:hover {
	color:#ffffff;
	background-color:#2aa64c;
	border-color:#2aa64c;
}
.btn.btn--black, a.btn.btn--black, button.btn.btn--black {
	background-color:#303030;
	border-color:#303030
}
.btn.btn--black:hover, a.btn.btn--black:hover, button.btn.btn--black:hover {
	background-color:#2aa64c;
	border-color:#2aa64c
}
.btn.btn--grey, a.btn.btn--grey, button.btn.btn--grey {
	border-color:#e1e1e1;
	color:#606060;
	background:transparent
}
.btn.btn--grey:hover, a.btn.btn--grey:hover, button.btn.btn--grey:hover {
	background:#2aa64c;
	color:#fff
}
.btn.btn--transparent, a.btn.btn--transparent, button.btn.btn--transparent {
	background:transparent;
	color:#0082ff;
	border:1px solid #0082ff
}
.btn.btn--transparent:hover, 
a.btn.btn--transparent:hover, 
button.btn.btn--transparent:hover {
	background:#0082ff;
	border-color:#0082ff;
	color:#ffffff
}
.btn.btn--light, a.btn.btn--light, button.btn.btn--light {
	color:#ffffff;
	border-color:#ffffff
}
.btn.btn--dark, a.btn.btn--dark, button.btn.btn--dark {
	color:#fff;
}
.btn.btn--icon span.btn-icon,
a.btn.btn--icon span.btn-icon,
button.btn.btn--icon span.btn-icon {
	padding-left:5px;
	-webkit-transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-ms-transition:all 0.3s ease-in-out 0s;
	-o-transition:all 0.3s ease-in-out 0s;
	transition:all 0.3s ease-in-out 0s
}
.btn.btn--icon:hover span.btn-icon,
a.btn.btn--icon:hover span.btn-icon,
button.btn.btn--icon:hover span.btn-icon {
	padding-left:12px
}
.view-btn {
  padding: 8px 24px;
  border: 1px solid;
  border-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.view-btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.text-black{
	color: #000
}
.text-dark{
	color: #3d424b
}
.text-white{
	color: #fff
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block;
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr { border: 1px solid #dee2e6; margin-bottom:10px }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		
		position: relative;
		padding-left: 5%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title);}
		
}
.highlight{
font-family: 'Roboto-Bold';
color: #1a9ac6;
}
._37u6 ._ox1{
    transform: scale(0.3) !important;
}

/* landing page gastro-surgery */
.page-banner-gastro{
	background: url('../images/landingImg/sa-gastro-page-banner.jpg') no-repeat top center;
	background-size: cover;
	min-height: 250px;
	position: relative;
}
.page-banner-gastro::before {
	position: absolute;
	content: '';
	background: rgba(79, 86, 105, 0.8);
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
}
.gastro-page-title,.beating-pancreatic-banner-title{
  position: relative;
  z-index: 1;
}
.dropdown-arrows section.accordion-item{
  border: none;
}



.gastro-page-title p {
	width: 80%;
	color: #fff;
  }
  .gastro-page-title p {
	width: 80%;
	color: #fff;
	padding: 15px 0px;
	text-align: justify;
  }
  .gastro-appoi-btn a {
	color: #fff;
	background-color: #f89422;
	padding: 9px 25px;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Roboto-Medium", sans-serif;
	border-bottom: 3px solid #f89422;
	letter-spacing:0.25px;
	margin-right: 25px;
	transition: .3s;
  }
  .gastro-appoi-btn a:hover{
	background-color: #1a9ac7;
  }
  .gastro-callus-btn a {
	color: #fff;
	background-color: #008000;
	padding: 9px 20px;
	border-radius: 3px;
	font-size: 15px;
	font-family: "Roboto-Medium", sans-serif;
	border-bottom: 3px solid #008000;
	letter-spacing:0.25px;
	transition: .3s;
  }
  .gastro-callus-btn a:hover{
	background-color: #1a9ac7;
  }
  .gastro-page-title {
	width: 80%;
  }
  .gastro-page-title h2 {
	color: #fff;
	font-family: "Nunito-ExtraBold", sans-serif;
	margin-bottom: 0px;
	 font-size: 30px;
  }
  .gastro-page-title h3 {
	color: #fff;
	font-family: "Nunito-ExtraBold", sans-serif;
	margin-bottom: 0px;
	 font-size: 30px;
  }
  .gastro-page-btn {
	display: inline-flex;
  }
  .gastro-page-title {
	padding-top: 25px;
  }
  .form-sec-title{
	padding: 10px 0;
	color: #242323;
}
.form-sec-title h3{
	color: #444444;
	font-family: "Nunito-ExtraBold", sans-serif;
	font-size: 20px;
	margin-bottom: 5px;
}
.form-sec-title h3 span{
	color: #f79422
}
.form-sec-title p{
	color: #7a7878;
	font-family: "RobotoSlab-Regular", sans-serif;
	margin-bottom: 5px
}
.best-gastro-sec {
	padding: 35px 0px;
  }
  .best-gastro-form .form-control {
	font-size: 13px;
  }
  .best-gastro-content h3 {
	font-family: "Nunito-ExtraBold", sans-serif;
  }
  .gasto-list li{
	padding-left: 25px;
	color: #4a5666;
	font-size: 14px;
	line-height: 1.4em;
	margin-bottom: 8px;
	position: relative;
	padding-bottom: 8px;
	padding-top: 0px;
	letter-spacing: 0.2px;
	position: relative;
}
.gasto-list li:before{
	font-family:'Font Awesome\ 5 Free';
	content: '\f101';
	color: #f79422;
	position: absolute;
	top: 0px;
	left: 0;
	font-size: 16px;
	left: 2px;
	font-weight:900;
}
.robotic-surgery-sec {
	background-color: #e8ecf0;
	padding: 40px 0px;
  }
  .benefits-robotic-sec  {
	padding: 40px 0px;
  }
  .robotic-surgery-proce-box {
	text-align: center;
	padding: 10px;
	box-shadow: 1px 1px 13px 0px #c8c5c5;
	min-height: 300px;
    margin-bottom: 25px;
	transition: .3s;
  }
  .robotic-procedure-sec {
	padding: 40px 0px;
  }
  .robotic-img-box-content {
	width: 30%;
	margin: auto;
	padding: 20px 0px;
  }  
  .robotic-surgery-proce-box p{
	margin-bottom: 0px;
  }
  .robotic-surgery-proce-box h5{
	font-family: "Nunito-ExtraBold", sans-serif;
  }
  .robotic-surgery-proce-box:hover {
	background-color: #f79422;
  }
  .robotic-surgery-proce-box:hover h5 {
	color: #fff;
  }
  .robotic-surgery-proce-box:hover p {
	color: #fff;
  }
  .timeline {
	border-left: 4px solid #4298C3;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	background: rgba(255, 255, 255, 0.03);
	color: rgba(255, 255, 255, 0.8);
	letter-spacing: 0.5px;
	position: relative;
	line-height: 1.4em;
	font-size: 1.03em;
	padding: 50px;
	list-style: none;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 30px;
    padding-top: 20px;
  }
  .timeline h1,
  .timeline h2,
  .timeline h3 {
	letter-spacing: 1.5px;
	font-weight: 100;
	font-size: 1.4em;
  }
  .timeline .event {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	position: relative;
  }
  .timeline .event:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
  }
  .timeline .event:before,
  .timeline .event:after {
	position: absolute;
	display: block;
	top: 0;
  }
  .timeline .event::after {
	box-shadow: 0 0 0 4px #209fc8;
	left: -57.85px;
	background: #f79422;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	content: "";
	top: 5px;
  }
  .timeline-preup-content .timeline .event {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
	margin-bottom: 25px;
	position: relative;
  }
  .timeline-pre-title h3 {
	margin-bottom: 30px;
	font-family: "Nunito-ExtraBold", sans-serif;
  }
  .timeline-pre-title {
	border-bottom: 3px solid #f79422;
  }
  .event h5 {
	font-family: "Nunito-ExtraBold", sans-serif;
  }
  .col-lg-2.col-8 {
	flex: 0 0 11.667%;
	max-width: 11.667%;
  }
  .tobotic-benefits-icon-box-img {
	width: 60%;
	margin: auto;
  }
  .tobotic-benefits-icon-box p {
	margin-bottom: 0px;
	line-height: 20px;
	padding-top: 15px;
	font-size: 12px;
	font-family: 'Roboto-Medium';
  }
  .tobotic-benefits-icon-box {
	box-shadow: 1px 1px 13px 0px #c8c5c5;
	padding: 10px;
	text-align: center;
	min-height: 145px;
	transition: .3s;
  }
  .gastro-page-sec h3 {
	font-family: "Nunito-ExtraBold", sans-serif;
}
.tobotic-benefits-icon-box:hover {
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
  }
  .accordion-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #cecece;
    color: #333333;
    transition: all 0.3s ease-in-out;
}

.accordion-text {
    width: 100%;
    font-size: 11pt;
    color: #555555;
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    position: relative;
    top: -10px;
    transition: all 0.3s ease-in-out;
}

.accordion-text p {
    padding: 10px 30px;
    line-height: 1.68em;
}

.closing {
    position: absolute;
    height: 50px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked + .accordion-item {
    height: auto;
}

input:checked + .accordion-item .accordion-text,
input:checked + .accordion-item .closing {
    display: block;
}

input:checked + .accordion-item .accordion-text {
    height: auto;
    opacity: 1;
    top: 0;
}

.dropdown-arrows section .accordion-header:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 12px;
    top: -2px;
    color: #fff;
}
.accordion input {
    display: none;
}

.accordion-item {
    position: relative;
}

input:checked + section.accordion-item .accordion-header:before {
    transform: rotate(90deg);
    top: 1px;
}
.dropdown-arrows section .accordion-header {
  padding: 0 0 0 30px;
  background-color: #0b93c3;
  margin-bottom: 10px;
  border-radius: 9px;
  color: #fff;
}
.robotic-process-sec {
	background: rgba(56, 173, 206, 0.1);
	padding: 40px 0px;
  }
  .robotic-procedure-title p {
	margin-bottom: 6px;
  }
  .robotic-procedure-title {
	padding-bottom: 30px;
  }
  .timeline-pre-post-sec {
	background: rgba(247, 148, 34, 0.2);
	padding: 40px 0px;
  }

  .ps-timeline-sec {
	position: relative;
	background: #fff;
  }
  .ps-timeline-sec .container {
	position: relative;
  }
  .best-inclass-timeline-img {
	width: 100%;
	margin: auto;
	padding-top: 16px;
  }
  .ps-timeline-sec .container ol.ps-timeline {
	margin: 85px 0px 185px 0px;
	padding: 0;
	border-top: 2px solid #f79422;
	list-style: none;
  }
  .ps-timeline-sec .container ol.ps-timeline li {
	float: left;
	width: 12%;
	padding-top: 30px;
	position: relative;
  }
  .ps-timeline-sec .container ol.ps-timeline li span {
	background: #fff;
	line-height: 50px -10;
	color: #df8625;
	font-size: 2em;
	font-style: normal;
	position: absolute;
	top: -50px;
	left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
	content: "";
color: #f79422;
width: 2px;
height: 36px;
background: #f79422;
position: absolute;
bottom: -36px;
left: 50%;
  }
  .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
	content: "";
color: #0b93c3;
width: 8px;
height: 8px;
background: #0b93c3;
position: absolute;
top: 115px;
left: 46%;
border-radius: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
	position: absolute;
	bottom: 0;
	margin-bottom: 130px;
	width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
	display: table;
	margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
	position: absolute;
	margin-top: 60px;
	width: 100%;
  }
  .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
	display: table;
	margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li p {
	text-align: center;
	width: 80%;
	margin: 0 auto;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-top {
	position: absolute;
	bottom: 0;
	margin-bottom: 100px;
  }
  .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
	position: absolute;
    margin-top: 55px;
    margin-left: 45px;
  }
  .best-inclass-timeline-img::before {
	height: 0;
	width: 0;
	position: absolute;
	content: '';
	margin-left: 93px;
	top: 39px;
	border-top: 10px solid transparent;
	border-left: 17px solid #0b93c3;
	border-bottom: 10px solid transparent;
  }
  .gall-cancer-symptom-box-img {
	width: 35%;
	margin: auto;
	padding-bottom: 15px;
  }
  .gall-cancer-symptom-box {
	box-shadow: 1px 1px 13px 0px #c8c5c5;
	padding: 20px 20px 1px 20px;
	min-height: 260px;
	margin-bottom: 30px;
	background: #fff;
	transition: .5s;
  }
  .gall-cancer-symptom-box:hover{
	background-color: #f79422;
  }
  .gall-cancer-symptoms {
	background: rgba(56, 173, 206, 0.1);
  }
  .gall-commom-rish-sec {
	padding: 45px 0px;
  }
  .col-lg-3.gall-5 {
	-ms-flex: 0 0 30%;
	flex: 1 0 30%;
	max-width: 30%;
  }
  .timeline:nth-child(2){
	margin-bottom: 30px;
  }
  .timeline-stage-right .event.two-event {
	margin-bottom: 26px;
  }
  .stage-timeline-title p {
	margin-bottom: 0px;
  }
  .gall-cancer-treatment-sec h6 {
	font-family: "Nunito-ExtraBold", sans-serif;
}
.page-banner-gastro.gallbladder {
	background-image: url(../images/landingImg/gallbladder-banner.png);
}
.gall-cancer-symptom-box h4 {
	font-family: 'Roboto-Medium';
}
.robotic-process-content p {
	text-align: justify;
  }
  .benefits-robotic-content p {
	text-align: justify;
  }
  .robotic-surgery-content p {
	text-align: justify;
  }
  .best-gastro-content p {
	text-align: justify;
  }
  .beating-pancreatic-banner-title h2 {
	color: #fff;
	font-family: "Nunito-ExtraBold", sans-serif;
  }
  .beating-pancreatic-banner-title {
	width: 85%;
	padding-top: 33px;
  }
  .beating-pancreatic-banner-title p {
	color: #fff;
	width: 90%;
	text-align: justify;
	padding: 5px 0px;
  }

  .service
{
  margin: 8px;
}

.flip-box {
  background-color: transparent;
  height: 200px;
  height: 330px;
  border: 1px solid #f1f1f1;  
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #0b93c3;
  color: black;
}
.flip-box-front h2{
	color: #fff;
	font-size: 25px;
}

.flip-box-front img
{
  height: 50px;
  width: 50px;
}

.flip-box-back {
  background-color: #f89422;
  color: #000;
  transform: rotateY(180deg);
  padding: 16px;
}
.flip-box-back p{
	color: #fff;
}
.pancreatic-cause-img-box {
	width: 40%;
	margin: auto;
  }
  .pancreatic-content-box {
	box-shadow: 1px 1px 13px 0px #c8c5c5;
	text-align: center;
	padding: 30px 10px 15px 15px;
	min-height: 240px;
	margin-bottom: 30px;
	background-color: #fff;
  }
  .pancreatic-content-box h5 {
	padding-top: 20px;
	font-family: "Nunito-ExtraBold", sans-serif;
	font-size: 18px;
	margin-bottom: 0px;
  }
  .col-lg-3.cause-5 {
	-ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
}
.pancreatic-cause-content p {
	text-align: justify;
  }
  .pancrteatic-content-box h5 {
	font-family: "Nunito-ExtraBold", sans-serif;
}
.pancrteatic-content-box {
	padding-top: 20px;
  }
  .pancreatic-treatment-content-box {
	box-shadow: 1px 1px 13px 0px #c8c5c5;
	padding: 20px;
	text-align: center;
	min-height: 470px;
	margin-bottom: 30px;
	background-color: #fff;
  }
  .pancrteatic-content-box p {
	margin-bottom: 0px;
  }
  .pancreatic-treatment-img-box {
	width: 40%;
	margin: auto;
  }
  .symptoms-pancreatic-sec {
	background-color: #e8ecf0;
  }
  .pancreatic-cause-sec {
	background: rgba(56, 173, 206, 0.1);
  }
  .pancreatic-choose-sec {
	background: rgba(247, 148, 34, 0.2);
  }
  .pancreatic-choose-content p {
	text-align: justify;
  }
  .page-banner-gastro.pancreatic{
	background-image: url(../images/landingImg/pancreatic-pagebanner.png);
  }
  
  .symptoms-pancreatic-content p {
	text-align: justify;
  }
  
  h4.success-msg{
      color:green;
  }
  
  .accordion-text p {
  padding: 10px 30px;
  line-height: 1.68em;
  text-align: justify;
}

.gastro-page-title.galbladder h1{
    color:#fff;
    
}


 .item-img.blogdetail-img img {
  height: auto;
}

.item-content h3 {
  font-size: 20px;
}
.beating-pancreatic-banner-title h1 {
  color: #fff;
  font-family: "Nunito-ExtraBold", sans-serif;
  margin-bottom: 0px;
  font-size: 30px;
}
.consult {
  position: fixed;
  right: -75px;
  transform: rotate(90deg);
  top: 200px;
  background-color: #1a9ac6;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  transition: 0.3s;
z-index: 9999;
}
.consult:hover {
  background-color: #f79422;
  color: #fff;
}
.payment-sec-body h5 span {
  color: #f79422;
}
.payment-sec-body h5 {
  color: #444444;
  font-family: "Nunito-ExtraBold", sans-serif;
  font-size: 2.0rem;
  margin-bottom: 5px;
  padding-top: 25px;
}
.payment-sec-body h4 {
  color: #20262e;
  font-size: 20px;
  font-family: "Nunito-ExtraBold", sans-serif;
  margin-bottom: 0px;
}
.appointment-form-qr-code-whatsapp a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
   color: #444444;
  font-family: "Nunito-ExtraBold", sans-serif;
  margin-bottom:20px;
}

.appointment-form-qr-code-whatsapp a i {
  color: green;
  font-size: 45px;
}
.appointment-form-qr-code-img {
  width: 40%;
  margin: auto;
}
.galbox-1 .galbox-1-img,.photobox-1 .photobox-1-img{
    height:262px;
}

.galbox-1 .galbox-1-img img,.photobox-1 .photobox-1-img img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}

.item-img.blogdetail-img img {
    height: auto;
    max-height: 600px;
    object-fit: cover;
}

.aware_video_gallary {
    height: 100%;
    background: #f0f2f2;
}

/* new css */

.bg-blue{background: #EBF7FA;}
.doctor-content h1{font-family: "Nunito-ExtraBold", sans-serif;font-weight: 800;font-style: ExtraBold;font-size: 22px;color: #1A9AC6}
.doctor-content span{font-family: "Nunito-ExtraBold", sans-serif;font-weight: 800;font-style: ExtraBold;font-size: 14px;color: #F79422;display: block;}
.doctor-content h2{line-height: 20px;margin-bottom: 18px;}
.doctor-content h2 strong{font-family: "Nunito-ExtraBold", sans-serif;
font-weight: 800;font-style: ExtraBold;font-size: 18px;}
.heading-text h2{font-family: "Nunito-ExtraBold", sans-serif;font-weight: 800;font-style: ExtraBold;font-size: 22px;color: #444444}
.heading-text p{color: #222222;}
.expert-section h3{font-family: sans-serif;font-weight: 800;font-style: ExtraBold;font-size: 18px;color: #F79422;display: block;}
.perform-text{background: #3AABCE;border-radius: 10px;padding: 60px 10px 10px 10px;}
.perform-text p{text-align: center;color: #fff;
font-weight: 400;font-size: 16px;margin-bottom: 0;}
.perform-box .perform-img img{width: 430px;text-align: center;margin: 0 auto;}
.perform-box .perform-img{text-align: center;margin-bottom: -50px;}
.perform-box{margin-bottom: 20px;}
.built-section{background: #EBF7FA;}
.about-list ul li{font-family: "Nunito-ExtraBold", sans-serif;font-weight: 800;font-style: ExtraBold;font-size: 18px;
text-transform: capitalize;color: #3AABCE;list-style: disc;}
.doctor-info-section .doctor-right h3{font-family: "Nunito-ExtraBold", sans-serif;font-weight: 800;font-style: ExtraBold;font-size: 28px;line-height: 32px;}
.heading-text{margin-bottom: 30px;}
.heading-text p{text-align: center !important;}
.star-list i{font-size: 24px;}
.testibox.testi-review p{display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;color: #222222;}
.service-info-section .serve-box{height: unset;margin-bottom: 0;}  
  












