html, body
{
	margin:0;
	padding:0;	
	background: url("../images/body_bg.png") repeat;
	color: #616161 !important;
    font-family: 'Open Sans', Arial, sans-serif !important;
	overflow-x:hidden;
}
ul, li, a, span, label, h1, h2, h3, h4, h5, h6, div
{
	margin:0 auto;
	padding:0;
}
.clr
{
	clear:both;
}

hr{
 margin-top: 0 !important;

}
.small-caps{
 padding-top: 20px  !important;
}
#chat-bot-launcher-container.chat-bot-avatar-launcher, #chat-bot-launcher-container.chat-bot-launcher-notext {
    bottom: 76px !important;
}

@media only screen and (min-width:992px) and (max-width:1258px) {
	
}
.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	right: 20px;
	display:none;
}
.btn-primary
{
	background-color: transparent !important;
	border-color: transparent !important;
}
.about-banner
{
	background: url("../images/service.png") no-repeat center center /cover;
	height: 250px;
}
.facility_middle_work		
{
	padding-top:20px;
	padding-bottom:20px;
}	
/*------------ Header ---------------------------------------------------------------------------------------------*/

.header_top
{
	//background:#474f58;
	background:#37d2ed;
	padding-top:7px;
	padding-bottom:7px;
}
.header_top i
{
	background:#34c7e1;
	padding:8px;
	border-radius:6px;
	color:white;
}
.header_top_left
{
	padding-top:10px;
}
 .header_top_left ul li
{
	list-style:none;
	float:left;
}

.header_top_left ul li a
{
	color:white;
	padding:1px 15px;
	font-size:15px;
	text-decoration:none;
	//border-right:2px solid white;
}
.header_top_left ul li a:hover
{
	//color:#a9dfff;
	color:black;
}

.top-email
{
	border-right:none !important;
}
.t-m{
	position: relative;
}
.t-m1{
	position: absolute;
	padding-left: 270px;
	margin-bottom: 10px;
	
}

.header_top_right a
{
	color:white;
	font-size:15px;
	text-decoration:none;
	float:right;
	background:#34c7e1;
	padding:8px;
	font-weight:600;
}
.header_top_right a:hover
{
	color:black;	
	text-decoration:none;
}
.top-mob
{
	display:none;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.header_top_left
	{
		padding-top:0;
	}
	.t-m1{
		position: absolute;
		padding-left: 160px;
		margin-bottom: 10px;
		font-size: 10px;
	}
	.header_top_left, .header_top_right
	{
		display:none;
	}
	.top-mob
	{
		display:block;
	}
	.top-mob ul li
	{
		list-style:none;
		float:left;
	}
	.top-mob ul li a
	{
		padding: 1px 10px;
		color:white;
		border-right:1px solid white;
	}
	.top-req
	{
		border-right:none !important;
	}
	.header_top
	{
		padding-top:0 !important;
	}
		#contact-buttons-bar
		{
			display:none;
		}
} 
@media only screen and (min-width:641px) and (max-width:991px) {
	.header_top_left
	{
		padding-top:0;
	}
	.header_top_left ul li a
	{
		font-size: 12px;
	}
	.header_top_right a
	{
		padding:0;
		font-size: 12px;
	}
	.header_top_right
	{
		padding-right:0 !important;
	}
}

/* ------------------------- header_top_2 -------------------------------*/

.header_top_2
{
	padding-top:10px;
	padding-bottom:10px;
}
.header_top_2_right
{
	text-align:center;
}
.header_top_2_right h1
{
	text-transform:uppercase;
	font-weight:600;
	color:black;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.header_top_2_right h1
	{
		font-size:21px !important;
		margin-top:5px !important;
	}
	.header_top_2_right p
	{
		font-size:13px;
	}
	.dropdown-menu a
	{
		font-size:11px !important;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	.header_top_2_right h1
	{
		font-size:34px !important;
		margin-top: 4px !important;
	}
	.dropdown-menu a
	{
		font-size:11px !important;
	}
}
.dropdown-menu
{
	background-color: #026F9A !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover
{
	width: 227px;
}


/*------------ Nav ---------------------------------------------------------------------------------------------*/

.actives
{
	//background:#2392ff;
	//color:white !important;
	border-bottom:2px solid #2392ff;
	color: #441B0A !important;
}
.activee
{
	color: #441B0A !important;
}
.dropdown-menu li a
{
	padding: 11px 20px !important;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 700px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
	
}
.multi-column-dropdown {
	list-style: none;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
	text-transform:none !important;	
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}
.columns-2-ss
{
	padding-right:0 !important;
}

/*------------ Banner ---------------------------------------------------------------------------------------------*/

.banner
	{
		background:#f2f1f1;
	}
	
	.ei-slider-thumbs
	{
		margin-top: -26px !important;
	}

	@media only screen and (min-width:320px) and (max-width:359px) {
		.banner-1
		{
			height: 156px !important;
		}
	}
	
	@media only screen and (min-width:360px) and (max-width:640px) {
		.banner-1
		{
			height:171px !important;
		}
	}

	@media only screen and (min-width:641px) and (max-width:991px) {
		.banner-1
		{
			height:356px !important;
		}

	}

	
/*------------ home_middle_work ---------------------------------------------------------------------------------------------*/

.home_middle_work
{
	padding-bottom:40px;
}
.home_mid-1 h3
{
	border-bottom:1px solid silver;
	padding-bottom:10px;
	margin-bottom:30px;
	text-align: center;
}
.home_middle_work_right {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 20px solid silver;
    background-color: #f9f9f9;
}
.home_middle_work_right p {
	/*text-align: justify;*/
	line-height: 1.6;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.home_mid-1 h3
	{
		text-align:center;
	}
	.home_mid-1_right p
	{
		line-height: 20px !important;
		text-align: center !important;
		padding-top: 15px;
	}
	.readmore
	{
		float: none !important;		
		margin-left: 33%;
	}
	.home_mid-1_rightp
	{
		padding-bottom:20px;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	.home_mid-1_right p
	{
		line-height:16px !important;
	}
}
.home_mid-1_right p
{
	font-size:14px !important;
	text-align:justify;
	line-height:30px;
}
.readmore
{
	background-color:#0095e5;
	border-radius:6px;
	padding:10px;
	color:white;
	float:right;
}

/*---------------- row1 - END-----------*/

.home_mid-2 
{
	background:rgba(255,255,255, 0.5);
	margin-top:30px;
}
.home_mid-2 h3
{
	text-align:center;
	color:#0095e5;
	border-bottom:1px solid silver;
	padding-bottom:20px;
	margin-bottom:30px;
}
.home_mid-2 p
{
	text-align:center;
	padding-left:100px;
	padding-right:100px;
}
.img-right
{
	float:right;
	padding-bottom:30px;
}

/*------------------- row 2 END ----------*/ 

.home_mid-3
{
	padding-top:30px;
	padding-bottom:30px;
}
.home_mid-3 h3
{
	text-align:center;
	border-bottom:1px solid silver;
	padding-bottom:20px;
	margin-bottom:30px;
}
.home-service-a
{
	background-color:white;
	padding:15px;
	box-shadow: 0 0 10px 2px silver;
	height: 360px;
}
.home-service-a h4
{
	text-align:center;
	color:#11abdb;
}
.home-service-a p
{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.read
{
	background-color:#737373;
	padding:15px;	
	width:100%;
	text-align:center;
}
.read a
{
	color:white;
}
.read:hover
{
	background-color:#11abdb;
}

.home-service-b
{
	background-color:#737373;
	padding:15px;
	box-shadow: 0 0 10px 2px silver;
	height: 360px;
}
.home-service-b h4
{
	text-align:center;
	color:#11abdb;
}
.home-service-b p
{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	color:white;
}
.read-b
{
	background-color:#11abdb;
	padding:15px;	
	width:100%;
	text-align:center;
}
.read-b a
{
	color:white;
}
.read-b:hover
{
	background-color:silver;
	color:black !important;
}
.home_mid-4
{
	padding-top:30px;
	padding-bottom:30px;
}
.home_mid-4 h3
{
	text-align:center;
	border-bottom:1px solid silver;
	padding-bottom:20px;
	margin-bottom:30px;
}
/*---- testimonial ----*/
.quote-left {
    color: rgba(0,0,0,.1);
    /*text-align: center;*/
    margin-bottom: 30px;
}
.quote-right {
    color: rgba(0,0,0,.1);
    text-align: right;
    margin-bottom: 30px;
}
.carousel_main {
    background-color: white;
    padding: 10px 0px;
}
.testimonial-content {
	text-align: center;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
    height: 120px;
    line-height: 1.6;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
@media only screen and (min-width:320px) and (max-width:641px) {
	.home_mid-2 p {		
		padding-left: 20px;
		padding-right: 20px;
	}
	.home_mid-3
	{
		padding-top:0;
		padding-bottom:0;
	}
	.home-service-a, .home-service-b
	{
		margin-bottom:20px;
	}	
	
}

@media only screen and (min-width:641px) and (max-width:991px) {
	.home-service-b p
	{
		padding-bottom:0;
		
	}
	.home-service-b, .home-service-a
	{
		height:450px;
	}
	.home-service-a p
	{
		font-size:13px !important;
		padding-bottom:0;
	}
	.home-service-b p
	{
		font-size:13px !important;
		padding-bottom:0;
	}
}

/*------------------------------------- many page Facility and Service ----------------------------*/
.service_middle_work
{
	padding-bottom:20px;
	padding-top:20px;
}
.page_head h3
{
	text-align:center;
	color: #e50d00;
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
}
.page_head
{
	padding-bottom:10px;
}

.row_pad
{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
}
.f_left
{
	float:left;
	margin-right:15px;
	padding:2px;
	background: #1bb5e6;
	margin-bottom:10px;
}
.f_right
{
	float:right;
	margin-left:15px;
	padding:2px;
	background: #1bb5e6;
	margin-bottom:10px;
}
.contents p
{
	line-height:1.6;
	text-align:justify;
}

.contents ul
{
	display: grid;
}

.contents ul li
{
	line-height:1.6;
	text-align:justify;
	margin-left:15px;
}

.padding_left
{
	padding-left:0px !important;
}

.padding_right
{
	padding-right:0px !important;
}

.clr_strong
{
	color:#1c8fbd;
}

.clr_black
{
	color:#000000;
}

.hr_line
{
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-top: 1px solid #c2c2c2 !important;
}

.hr_line1
{
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-top: 1px solid #c2c2c2 !important;
	margin-top: 10px !important;
	padding-bottom: 10px;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.f_left
	{	
		float:none;
		margin-right:0px;
		display:block;
		margin:auto;
		margin-bottom:10px;
	}
	
	.f_right
	{	
		float:none;
		margin-left:0px;
		display:block;
		margin:auto;
		margin-bottom:10px;
	}
	.padding_left
	{
		padding-right:0px !important;
	}

	.padding_right
	{
		padding-left:0px !important;
	}
}

@media only screen and (min-width:641px) and (max-width:991px) {
	.padding_left
	{
		padding-right:0px !important;
	}

	.padding_right
	{
		padding-left:0px !important;
	}
}

/*-------------------------- footer-1 ----------------------------------------*/

.footer-1
{
	background: url("../images/footerbg.png") no-repeat fixed center center /cover;
	//height:500px;
	color:white;
	padding-top:30px;
	padding-bottom:30px;	
}
.footer-1 h3
{
	text-align:center;
	padding-bottom:30px;
}

.footer-1-left h4
{
	border-bottom:1px solid white;
	padding-bottom:15px;
	margin-bottom:20px;
	color: #61E1FF;
	margin-top: 32px;
}
.footer-1-left-m
{
	padding-bottom:20px;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.footer-1-left h4
	{
		text-align:center;
	}
	.footer-1-right
	{
		margin-top:20px;
	}
}

.submit
{	
	background-color:#f58220;
	color: white;		
	border: none !important;
	border-radius: 3px;
	font-size:21px;	
	width:100%;
}
.submit:hover
{
	background-color: black;
	color: white;	
	border: none !important;
	border-radius: 3px;
	font-size:21px;
} 
form
{
	padding-left:30px;	
}
.ssss
{
	padding-left:0 !important;
}

/* --------------------------------------------- footer ----------------------------------------------- */

footer
{
	background:#4c6575;
	padding-top:10px;
	//padding-bottom:20px;
}
.fot-1-a h3
{
	color:white;
	font-weight:600;
	padding-bottom:20px;
}
.fot-1-a li
{
	list-style:none;
	padding-bottom:10px;
}
.fot-1-a a
{
	color:white;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.fot-1-a h3
	{
		text-align:left !important;
	}
	.foot-2 ul li 
	{
		padding-bottom:10px;
	}
	.foot-2 ul li a
	{
		padding: 1px 22px !important;
		border-right:transparent !important;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	.fot-1-a h3
	{
		font-size:18px !important;
		padding-bottom: 8px;
	}
	.ff
	{
		padding-left:0 !important;
		padding-right:5px !important;
		font-size: 13px;
	}
	.fot-1-a a
	{
		font-size: 13px;
	}
	.foot-2 ul li a
	{
		padding: 1px 34px !important
	}
}
.foot-2
{
	background:#6f8ea2;	
	padding-top:15px;
	padding-bottom:15px;
}
.foot-2 ul li
{
	list-style:none;
	float:left;
}
.foot-2 ul li a
{
	padding:1px 53px;
	color:white;
	border-right:1px solid white;
}
.foot-2 ul li a:hover
{
	text-decoration:none;
	color:black;
}
.foot-3
{
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	color:white;
}
.blues
{
	background-color:#017dc6;
	padding-left:8px;
	padding-right:8px;
	color:white;
	border-radius:3px;
}
.foot-3 p a
{
	color:black;
	text-decoration:none;
}
.foot-3 p a:hover
{
	text-decoration:none;
	color:white;
}

.footer_four img {
    height: 23px;
}


/*-------------------------------- changes----------------------------*/

.nbs-flexisel-nav-left
{
	display:none;
}
.nbs-flexisel-nav-right
{
	display:none;
}

/*-----------------------------------------changes----------------------------*/


@media only screen and (min-width:768px) and (max-width:1024px) {

	.r1
	{
		margin-top:66px !important;
	}
	.r2
	{
		margin-top:83px !important;
	}
	.r3
	{
		margin-top:28px !important;
	}
}


/*--------------------------------------------------------------*/

.hs_service_main_box_wrapper {
   //float: left;
    width: 100%;
    text-align: center;
    border: 1px dashed #cecece;
    padding:18px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_service_icon_main_wrapper {
    display: inline-block;
    border: 1px dashed #cecece;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 10px;
}
.hs_service_icon_wrapper {
    position: relative;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height:102px;
    border: 1px dashed #cecece;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: left;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_service_icon_cont_wrapper {
    //float: left;
    width: 100%;
    display: inline-block;
}
.hs_service_icon_cont_wrapper h2 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    //padding-top: 40px;
    //padding-bottom: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height:24px;
    overflow: hidden;
}
.services_boxa{
	padding-top:2.8%;
}
.services_boxa a:hover{
	text-decoration: none;
}
.hs_service_icon_cont_wrapper p{
	color: #797979;
	height: 83px;
    overflow: hidden;
}
.hs_service_icon_cont_wrapper h5 a {
    font-size: 16px;
    color: #ff7e00;
    //padding-top: 20px;
    display: inline-block;
}
.btc_step_overlay {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    padding: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_service_main_box_wrapper:hover {
    border-bottom: 1px dashed #ff7e00;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.hs_service_main_box_wrapper:hover .btc_step_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff7e00;
    opacity: 1;
}
.hs_service_icon_wrapper i{
	color:#ff7e00;
}
.hs_service_main_box_wrapper:hover .fa{
	color: white;
	z-index: +2222;
	position: relative;
}
.hs_service_main_box_wrapper:hover h2{
	color:#ff7e00;
}



/*-----------------------------------*/
.packagelist{
	background: #37d2ed;
    color: white;
    text-align: center;
}
.categories h3{
	text-align: center;
}
.categories ul{
	line-height: 2.0;
	padding-bottom: 30px;
	padding-left: 25px;
}
.package-midwork-1{
	padding-top: 30px;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.categories ul {
		padding-bottom: 0px;
	}
}
/*.categories ul li::before{
	content:"\f061";
	font-family:Font Awesome; 
}*/