@charset "utf-8";

/* CSS Document */
* {margin: 0; padding: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
 /* vertical-align: baseline; */
}

img {
	max-width:100%;
}

html {

  line-height: 1;
  overflow-x:hidden; 
}

ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0; 
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; 
}
q, blockquote {
  quotes: none; 
}

q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; 
}
a img {
  border: none; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; 
}

.btn, .butt{
	transition:all 0.3s;
	-moz-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-o-transition:all 0.3s;
}
body{
	margin: 0;
	padding: 0;
	/*overflow:hidden;*/
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	line-height:19px;
	 color:#666666;
}
h1, h2, h3, h4, h5, h6{
		font-family: 'Oswald', sans-serif !important;
}
a{
color:#f8b604;	
}
a:hover{ color:#de483a; text-decoration:none;}
p{
	 font-family: 'Roboto', sans-serif;
	 font-size:14px;
	 line-height:21px;
	 margin-bottom:14px;
	 font-weight:400;
	 color:#687f9b;
}
h2{
	font-size:35px;
	line-height:39px;
	font-weight:600;
	margin:0 0 18px 0;
}
h3{
	font-size:30px;
	line-height:36px;
	font-weight:500;
	margin:0 0 15px 0;
}
h4{	font-size: 25px;
	line-height: 29px;
	font-weight: 400;
	margin:0 0 12px 0;
}
h5{
	font-size: 22px;
	line-height:26px;
	font-weight:400;
	margin:0 0 10px 0;
}
h6{
font-size: 18px;
	line-height:23px;
	font-weight:400;
	margin:0 0 8px 0;
}
@font-face {
    font-family: 'oswald_stencilbold';
    src: url('../fonts/oswald-stencil_0-webfont.woff2') format('woff2'),
         url('../fonts/oswald-stencil_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*--------- intro_page start --------*/
.intro_page_wrapper{
	background: url(../images/intro_background.jpg) no-repeat ;
	width: 100%;
	background-size: cover;
	/* height: 100vh; */
	background-position: center;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro_page_holder{
	width:100%;
	padding:0;
	margin:0;
}
.intro_page_holder_top{  min-height: calc(100vh - 45px);
-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.intro_page_holder_top .img_block{
	margin-bottom:35px;
}
.intro_page_holder_top .img_block img{
	width:30%;
}
.intro_page_holder_top .button_block{
	 animation: jump 3s linear infinite alternate;
}
.intro_page_holder_top .button_block .intro_btn{
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
 font-family: 'Roboto', sans-serif;
	 font-size:15px;
	  font-weight:400;
	  color:#fff;
	   text-transform:uppercase;
	  padding:10px 29px;
	  background-color:#de483a;
	 
}
@keyframes jump {
    0% {
       transform: translateY(5px);

    }
    50% {
       transform: translateY(-9px);

    }

    100% {
      transform: translateY(5px);

    }
}
.intro_page_holder_bottom{
	background: rgba(47, 81, 113,.60);
	width:100%;
	padding:12px 10px;
}

.intro_page_holder_bottom p{
 font-family: 'Roboto', sans-serif;	 
	 font-size:1.6em;
	  font-weight:405;
	  letter-spacing:6px;
	/* color:#d14939;*/
	  color:#fff;
	 margin-bottom:0;
	 text-transform:capitalize;
}

@media (max-width: 979px) {
.intro_page_holder_top .img_block{
	margin-bottom:15px;
}	
.intro_page_holder_top .img_block img {
	width: 65%;
}	
.intro_page_holder_top .button_block .intro_btn{
	 font-size:15px;	
	  padding:8px 29px;	 
}
.intro_page_holder_bottom p{	
	 font-size:1em;
	 
}
}
/*--------- intro_page end --------*/
	
/*----- header start ----*/

.header{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	z-index:2;
}

.logo{
   margin:0;    
   
}
.logo img{
	width:170px;	
	position: relative;
}
/*@media (max-width: 991px){
.logo {
  position: relative;
  height: unset;
  width: unset;
  box-shadow: none;
  top: 24px;
  background: none;
}
}*/
/*---- header-main start -----*/

.header_top{
	background-color:#33495e;
	padding:16px 5px;
}
.header_top_right {
	text-align: center;
	float: right;
	/* margin: 9px 0 0 0; */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	justify-content: space-between;
	align-items: center;
}
.slogan{}
.slogan a{ color:#fff;}
.login_wrapper {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 0 10px;
	margin-left:15px;
	color:#fff;
}
.login_wrapper a{
	color:#fff;
	margin:0 5px;
}
.login_wrapper a:hover{color:#de483a;}
.language_wrapper{ color:#fff; margin-left:15px;}
.language_wrapper span{ margin-right:5px;}

.header-main{
	
/*box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);*/
/*padding:24px 0;*/ /*------ 28-03-2022 ----*/
padding:16px 0;
margin:0;
}

.header-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	align-items: center;
	-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
/*-ms-flex-pack: start;
justify-content: flex-start;*/

justify-content: space-between;
	position: relative;
}
.cu_bg-primary {
	/*-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: auto;
flex-basis: auto;*/

padding:0 0;

}
.login_btn{
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
 font-family: 'Roboto', sans-serif;
	 font-size:15px;
	  font-weight:400;
	  color:#fff;
	   text-transform:capitalize;
	  padding:10px 29px;
	  background-color:#de483a;
	 
}
.login_btn:hover{
	  color: #fff;
background-color: #33495e;
text-decoration: none;
}
.intro_btn{
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
 font-family: 'Roboto', sans-serif;
	 font-size:15px;
	  font-weight:400;
	  color:#fff;
	   text-transform:uppercase;
	  padding:10px 29px;
	  background-color:#de483a;
	 
}
.intro_btn:hover{
	  color: #fff;
background-color: #33495e;
text-decoration: none;
}

.sticky {
position: fixed;
	top: 0;
	left:0;
	right:0;	
	z-index: 9;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	margin-top:0px;
	width: 100%;	
	background: rgba(25, 23, 26,.90);
}
.animated {
-webkit-animation-duration:1s;
animation-duration:1s;
-webkit-animation-fill-mode:both;
animation-fill-mode:both
}
.slideInDown {
-webkit-animation-name:slideInDown;
animation-name:slideInDown
}

@-webkit-keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
@keyframes slideInDown {
from {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}	
.header-main.sticky{
	padding:12px 0;
}
.header-main.sticky .logo img {
	width: 120px;
}
.join_wrapper i{
	font-size:18px;
	color:#fff;
	margin-right:5px;
}
.join_wrapper a{
	font-size:26px;
	line-height:30px;
}
 
.join_wrapper span{
	display:block;
	color:#fff;
	text-align:right;
}	

/*------ menu start --------*/

.sub-menu{	

	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	width: 200px;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 14px;
	color: #000;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	/*border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;*/
	box-shadow: -0.00px -1.00px 16px 2px rgba(167,167,168,0.50);
}
.header-container .navbar-nav li .sub-menu li{	margin-right:0px;}
.header-container .navbar-nav li .sub-menu li a{	
color: #000;
		
font-size:14px;
font-weight:400;
padding:5px 10px;
display:block;
width:100%;
}
.header-container .navbar-nav li .sub-menu li a:hover{ color:#db908c; text-decoration:none;}
	
.header-container .navbar-nav li:hover .sub-menu{ display:block;}
.navbar-toggler-icon { 
    margin: 5px;
    display: block;
    padding: 1px 15px;
    height: 3px;
    background: #333;
}

.navbar-dark .navbar-nav .active> .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #9ce3ff;
}
.header-container .navbar-nav li.current_page_item a{
	 color: #9ce3ff !important;
}
.navbar-dark .navbar-brand {
    color: #0c0c0c;
}
.header-container .navbar-nav li{
	margin-left:4px;
	position:relative;
}
.header-container .navbar-nav li:last-child a{ padding-right:0px !important;}
.navbar-dark .navbar-nav li.menu-item{
	 position:relative;
	 padding:38px 0;
}
.navbar-dark .navbar-nav li.menu-item a {
    color: #fff;	
font-size:14px;
 line-height:1.5;
font-weight:500;
font-family: 'Roboto', sans-serif;
padding:15px 8px;
text-transform: capitalize;
transition: 0.2s ease;
}
.navbar-dark .navbar-nav li .drop_d_arrow img{
	width:18px !important;
	margin-left:4px;
}
.navbar-dark .navbar-nav li.menu-item a:focus, .navbar-dark .navbar-nav li.menu-item a:hover {
    color: #9ce3ff !important;
}	
/*.navbar-dark .navbar-nav li.menu-item a:after {
	content: "";
	position: absolute;
	bottom: -4px;
	width: 0;
	height: 2px;
	background-color: #de483a;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: all .25s ease-in-out;
	
}*/
.navbar-dark .navbar-nav li.menu-item.active a:after {
	transition: all .2s ease-in-out;
	width: 100%;
	text-decoration: none;
}
.navbar-dark .navbar-nav li.menu-item a:hover:after {
	transition: all .2s ease-in-out;
	width: 100%;
	text-decoration: none;
}

.dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
.nav-item:hover .dropdown-menu{ display: block; }
.nav-item .dropdown-menu{ margin-top:0; }

button.d-lg-none.btn.zbtn-warning.float-right {
    margin-top: 6px;
}

.offcanvas-header{ display:none; }
.screen-overlay {
  height: 100vh;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity:0;
  visibility:hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition:opacity .2s linear, visibility .1s, width 1s ease-in;
}
.screen-overlay.show {
  transition:opacity .5s ease, width 0s;
  opacity:1;
  width:100%;
  visibility:visible;
}
	@media (min-width:992px){
.navbar .nav-item .dropdown-menu{ display: none; }
	/*.navbar .nav-item:hover .nav-link{ color: #fff;  }*/
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	
	}


@media (min-width:320px){
		
	.mobile-offcanvas.show {
	background:#151414;
	width: 360px;}
}
		
	
	
@media (max-width:992px) { 


 .offcanvas-header{ display:block; }
 
  .offcanvas-header button{ 
      font-size: 30px;
    background: no-repeat;
    margin: 0px;
    padding: 0px;
    height: 7px;
    margin-top: 5px;
	padding-right:12px;
      
  }
 .mobile-offcanvas{
    visibility: hidden;
    transform:translateX(-100%);
    border-radius:0; 
    display:block;
    position: fixed;
    top: 0; left:0;
    height: 100vh;
    z-index: 1200;
    width:80%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: visibility .2s ease-in-out, transform .2s ease-in-out;
  }

  .mobile-offcanvas.show{
    visibility: visible;
    transform: translateX(0);
  }
}


/*------ menu end --------*/
.default_btn{ 
	background-color: #0b3e85;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 26px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
}
.default_btn:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #58bbe2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.default_btn:hover:after {
	width: 100%;
	z-index: -1;
}
.default_btn:hover{color:#fff;  text-decoration:none;} 
	
.header_banner{
	padding:0;
	margin:0;
	position: relative;
}
.header_banner .overlay {
	background: url(../images/overlay.png);
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.header_banner .container-fluid{
	z-index: 2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;	
	/*width: 88%;*/
}
.header_banner .container {
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;	
	/*width: 88%;*/
}
/*@media (min-width: 1200px){
.header_banner .container {
	max-width: 1140px;
}
}*/

.header_banner .container .col-md-8{
	margin:0 auto;
}
.header_banner .banner_img{}


.header_banner .banner_img img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	object-position: center top;
}

.header_banner .banner_text{
	margin:0;
	padding:0 0px;
	text-align:center;
}
.header_banner .banner_text h1{
	color:#fff;
	font-size:50px;
	line-height:57px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:12px;
}
.header_banner .banner_text h1 span{ color:#f8b604;}

.header_banner .banner_text h5{
	font-size: 18px;
line-height: 24px;
	color:#33495e;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom:10px;
}
.header_banner .banner_text ul{
	 list-style-type:none;
	 padding:0;
	 margin:0;
}
.header_banner .banner_text ul li{
	 list-style-type:none;
	 padding:0;
	 margin:0 0 5px 0;
	 font-family: 'Roboto', sans-serif;
font-size:16px;
line-height:22px;
color:#33495e;
font-weight: 500;
}
.header_banner .banner_text ul li span{color:#de483a;}

.header_banner .banner_text p{
font-family: 'Roboto', sans-serif;
font-size:15px;
line-height:20px;
color:#fff;
font-weight: 400;
margin-bottom:10px;
}
.banner_btn{
	background-color: #0b3e85;	
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	
}
.banner_btn:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #58bbe2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.banner_btn:hover {
	 color:#fff;
}
.banner_btn:hover:after {
	width: 100%;
	z-index: -1;
}

.header_banner .owl-carousel .owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
	z-index:3;
}
.header_banner  .owl-carousel .owl-nav .owl-prev span {
	left: 0px;
	top:0;
	position: absolute;
	width: 60px;
	height: 60px;
/*	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	background: url(../images/slider_arrow_left.png) no-repeat center center;
	font-size: 40px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	text-indent:-2000000px;
	background-size:40px;
}
.header_banner  .owl-carousel .owl-nav .owl-next span {
	top:0;
	right: 0px;
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(../images/slider_arrow_right.png) no-repeat center center;
	background-size:40px;	
	color: #fff;
	font-size: 40px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
	text-indent:-2000000px;
}

.header_banner .owl-carousel .owl-dots {
	position: absolute;
	bottom: 90px;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}
.header_banner .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0px 5px 0 5px;
	/* position: relative; */
	border-radius: 50%;
	/* top: 36px; */
	text-align: center;
	background-color: #fff;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	 border-radius: 50%; 
}
.header_banner .owl-carousel .owl-dots .owl-dot.active, .header_banner .owl-dots .owl-dot:hover {
	background-color: #f8b604;
	width: 25px;
	height: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*---- header-main end -----*/


/*-------- book_now_wrapper_home start ------*/
.book_now_wrapper_home{
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#58bbe2;	
	box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.7);
	padding:35px 10px;
	margin:-56px auto 35px auto;
	max-width:1000px;
	position:relative;
	z-index:1;
	
}
.book_now_wrapper_home_holder{
	max-width:800px;
	margin:0 auto;
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
/*-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
justify-content: center;
}
.book_now_wrapper_home_holder .row{
	width:100%;
	align-items: center;
}
.book_now_wrapper_home_holder h2{
	color:#fff;
	font-weight:500;
	margin-bottom:8px;
	text-transform: uppercase;
}
.book_now_wrapper_home_holder p{
	color:#fff;
	font-size:16px;
	 line-height:21px;
	margin-bottom:0px;
}
.book_now_wrapper_home_holder p span{ color:#1a1a1a; font-size:22px;}
.booking_btn {
	background-color: #0b3e85;	
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 26px;
	/*display: inline-block;*/
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	width: 100%;
}
.booking_btn:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.booking_btn:hover {
	 color:#222;
}
.booking_btn:hover:after {
	width: 100%;
	z-index: -1;
	
}
/*-------- book_now_wrapper_home start ------*/
/*--------- about_us_wrapper_home start --------*/
.about_us_wrapper_home{
	padding:35px 0;
	margin:0;
}
.about_us_wrapper_home .img_block{
	text-align:center;
	margin:0 0 25px 0;
}
.about_us_wrapper_home .img_block img{
box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.7);
background-color:#fff;
padding:10px;
}
.about_us_wrapper_home .text_block{}	


.about_us_wrapper_home .text_block h2{ margin-bottom:24px;}	
.about_us_wrapper_home .text_block p span{ 
color:#0b3e85;
font-weight:405;
}
.read_more_btn{
	background-color: #0b3e85;	
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 26px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	
}
.read_more_btn:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #58bbe2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.read_more_btn:hover {
	 color:#fff;
}
.read_more_btn:hover:after {
	width: 100%;
	z-index: -1;
}

/*--------- about_us_wrapper_home end --------*/
/*--------- our_services_wrapper_home start -------*/

.our_services_wrapper_home{
	padding:35px 0;
	margin:0; 
	background-color:#f0f6ff;
}
.our_services_wrapper_top{}
.our_services_wrapper_top h2{
	font-size:40px;
	line-height:46px;
	margin-bottom:10px;
}
.our_services_wrapper_top p{
	color:#222222;
}
.our_services_wrapper_bottom{
	margin-top:18px;
}
.our_services_wrapper_bottom .row{
	justify-content: center;
}
.product_wrapper {
	margin: 0 0 30px 0;
}
.product_holder {
	padding: 0px;
	background-color: #fff;	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 15px 0;
	box-shadow: 0 0 25px rgb(0 0 0 / 8%);
	/*box-shadow: rgb(167 167 168 / 30%) 0px -1px 16px 2px;	
border: 1px solid #dddddd;
min-height: 504px;*/
}
.product_holder .product_holder_top {
	position: relative;
	height: 30px;
	margin-bottom: 6px;
}
.product_holder .img_block {
	overflow: hidden;
	position: relative;
	z-index:1;
	cursor:pointer;
}
.product_holder .img_block  img{
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width:100%;
}
.product_holder .img_block:after {
	position: absolute;
	left: 50%;
	bottom: -1px;
	content: "";
	height: 500px;
	width: 1200px;
	background: url(../images/22.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: -88px;
	transform: translateX(-50%);
	z-index:2;
}
.product_holder .wishlist_div {
	position: absolute;
	top: 2px;
	left: 6px;
	cursor: pointer;		
	color:#222;
	font-size:12px;	
	line-height: 25px;
	z-index: 2;
}

.product_holder .time_div {
	position: absolute;
	top: 2px;
	right: -6px;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	height: 28px;
	line-height: 18px;	
	-webkit-border-top-left-radius: 26px;
-webkit-border-bottom-left-radius: 26px;
-moz-border-radius-topleft: 26px;
-moz-border-radius-bottomleft: 26px;
border-top-left-radius:26px;
border-bottom-left-radius: 26px;
	border: 1px solid #de483a;
	/*background: #131425;*/
	background: #de483a;	
	text-align: center;
	padding: 4px 12px;
	z-index: 2;
}

.product_holder .img_block .r_m_colom {
	background: rgba(88,187,226,0.7);
	color: #fff;
	font-weight: 400;
	padding: 10px 15px;
	margin: 0;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
	left: 0;
	right: 0;
	position: absolute;
	top: 100%;
	display: inline-block;
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.r_m_colom .text_block {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align:center;
}
.r_m_colom .text_block h5 {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 10px 0;
	color: #fff;
}
.r_m_colom .text_block p {
	margin-bottom:0;
	color: #222222;
}

.r_m_colom .text_block h6 {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 0px 0;
	color: #fff;
	text-transform: capitalize;
}
.r_m_colom .text_block h6 span{
	font-size: 14px;
	line-height: 19px;
	margin: 0 0 0px 0;
	color: #fff;
	text-transform: uppercase;
}
.product_holder .img_block:hover .r_m_colom {
	transform: translate3d(0px, -100%, 0px);
}

.product_holder .text-block{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
	padding:0px 6px 20px 6px;
	width: 100%;
	height: 100%;
	text-align:center;
	height:75px;
}
.product_holder .text-block h4{
	margin: 0 0 0px 0;
	color: #0b3e85;
	font-size:22px;
	line-height:29px;
	font-weight:600;
}
.product_holder a:hover .text-block h4{
	color: #222222;
}
.view_all_btn{
	background-color: #0b3e85;	
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 26px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	
}
.view_all_btn:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #58bbe2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.view_all_btn:hover {
	 color:#fff;
}
.view_all_btn:hover:after {
	width: 100%;
	z-index: -1;
}

/*--------- our_services_wrapper_home end -------*/
/*-------- accolades_wrapper start ------*/
.accolades_wrapper{
	background: url(../images/accolades_wrapper_bg.jpg) no-repeat;
	background-size: cover;
	width:100%;
	padding:100px 0;
}
.accolades_wrapper .text_block h2{ color:#fff;}
.accolades_wrapper .text_block p{ color:#fff;}
.accolades_wrapper .text_block .accolades_list{ 

	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}
.accolades_wrapper .text_block .accolades_list li{
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	text-align: left;
	border-right: none;
	color: #fff;
	position: relative;
	width: 100%;
}
.accolades_wrapper .text_block .accolades_list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	margin-top: -5px;
	background: #58bbe2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accolades_wrapper .text_block .accolades_list li:hover:before {
	color: #f8b604;
	background: #f8b604;
}
.read_btn{ 
	background-color: #58bbe2;
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 26px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
}
.read_btn:after {
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.read_btn:hover:after {
	width: 100%;
	z-index: -1;
}
.read_btn:hover{color:#151414;  text-decoration:none;} 
/*-------- accolades_wrapper end ------*/
/*--------- client_review_wrapper start -----*/
.client_review_wrapper{
	padding:35px 0;
}
.client_review_wrapper_holder{
	max-width:900px;
	margin:0 auto;
}
.client_review_wrapper_holder_left {
	background-color: #f8b604;
	padding: 10px 15px;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/* align-items: center; */
	height: 100%;
	flex-direction: column;
	text-align: left;
	justify-content: center;
}
.client_review_wrapper_holder_left h3{
	color:#fff;
}
.client_review_wrapper_holder_left p{
	color:#222222;
}
.client_review_wrapper_holder_right{
	background-color:#f6f6f6;
	padding:35px 25px;
	 text-align:center;
}
.client_review_wrapper_holder_right h5{
	color:#222222;
	text-transform:uppercase;
}
.testimonials_wrapper{ text-align:center;}
.testimonials_wrapper .owl-carousel .owl-item img {
	display: block;
	width: 295px;
	text-align:center;
	margin:0 auto;
}
.testimonials_wrapper .owl-carousel .owl-nav {
	position: absolute;
	top: 35%;
	width: 100%;
}
.testimonials_wrapper .owl-carousel .owl-nav .owl-prev span {
	left: -10px;
	position: absolute;
	width: 40px;
	height: 40px;	
	background: url(../images/prev_arrow.png) no-repeat;
	background-size: 35px;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
}
.testimonials_wrapper .owl-carousel .owl-nav .owl-next span {
	right: -10px;
	position: absolute;
	width: 40px;
	height: 40px;
	/*-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;*/
	background: url(../images/next_arrow.png) no-repeat;
background-size: 35px;
	font-size: 0px;
	line-height: 30px;
	font-weight: 400;
	outline: none;
}
.testimonials_wrapper  .owl-carousel .owl-dots {
	text-align: center;
	margin: 20px 0 10px 0;
}
.testimonials_wrapper .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	margin: 0px 5px 0 5px;	
	border-radius: 50%;	
	text-align: center;
	background-color: #222222;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%; 
}
.testimonials_wrapper .owl-carousel .owl-dots .owl-dot.active, .testimonials_wrapper .owl-dots .owl-dot:hover {
	background-color: #f8b604;
	width: 25px;
	height: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
/*--------- client_review_wrapper end -----*/
/*--------- areas_covered_wrapper start ------*/
.areas_covered_wrapper{
	padding:42px 0;
	background-color:#151414;
    border-bottom:2px solid #58bbe2;
	border-top:2px solid #58bbe2;
}
.areas_covered_wrapper h2{ color:#fff;}
.areas_covered_wrapper h2 span{ color:#58bbe2;}
.areas_covered_wrapper_bottom{
	margin:20px 0;
}
.areas_covered_wrapper_bottom ul{
	list-style-type:none;
	padding:0;
	margin:0;
  -webkit-column-count: 4;
  -ms-column-count:4;
  -o-column-count:4;
  -moz-column-count: 4;
  -khtml-column-count: 4;
  column-count: 4;

}
.areas_covered_wrapper_bottom  h5{ color:#f8b604;}

.areas_covered_wrapper_bottom ul li{  
  display: inline-block;
  padding: 0 0 0 15px;
  margin: 0 0 8px 0;
  text-align: left;
  border-right: none;  
  color:#fff;
  position:relative; 
  width:100%;
}
.areas_covered_wrapper_bottom ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height:8px;
	width: 8px;
	border-radius: 100%;
	margin-top: -5px;
	background: #efefef;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.areas_covered_wrapper_bottom ul li:hover:before {
	background: #f8b604;
}
.areas_covered_wrapper_bottom ul li a{ 
 font-size:14px;
 line-height:18px;
 font-weight:400;
color:#fff;
 }
.areas_covered_wrapper_bottom ul li a:hover{ 
color:#f8b604;
 }
.view_area_btn{
	background-color: #0b3e85;	
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	cursor: pointer;
	padding: 10px 26px;
	display: inline-block;
	cursor: pointer;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	position: relative;
	z-index: 1;
	border: none;
	outline: none;
	
}
.view_area_btn:after {
	content: "";
	position: absolute;
	width: 8px;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #58bbe2;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.view_area_btn:hover {
	 color:#fff;
}
.view_area_btn:hover:after {
	width: 100%;
	z-index: -1;
}
/*--------- areas_covered_wrapper end ------*/
.section-title-sm {
	margin-bottom: 5px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size:14px;
	line-height:19px;
	color: #666;
	text-transform:uppercase;
}
.section-title {
	margin-bottom: 25px;
	color:#272626;
}
.section-title span{
	color:#0b3e85;
}
.section-title-border {
	position: relative;
}
.section-title-border:before {
	position: absolute;
	content: "";
	height: 2px;
	width: 120px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: #68c2e5;
}
.section-title-border:after {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #0b3e85;
	box-shadow: 0 0 0 5px #fff;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
}


.translateY-25 {
	transform: translateY(25px);
}
.section-title-border-half {
	position: relative;
}
.section-title-border-half:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 65px;
	left: 15px;
	bottom: -10px;
	background: #0b3e85;
}
.section-title-border-half:before {
	position: absolute;
	content: "";
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: transparent;
	border: 2px solid #68c2e5;
	bottom: -14px;
	left: 0;
}





/*------ featured_event_wrapper end ------*/
/*------ faq_wrapper start -------*/
.faq_wrapper{
	padding:60px 0;
}
.faq_wrapper .img_block{ margin-top:25px;}
.faq_wrapper .ui-state-default{ background:#fff; border-bottom: 1px solid #e0dede; color:#032a49 ;}
.faq_wrapper .ui-state-default:hover{color:#d14939;}

.faq_wrapper .ui-state-active{color:#d14939 !important;}
.faq_wrapper .ui-widget-content {
	border-bottom: 1px solid #dddddd;
	background: #fff;
	color: #043156;
}
.faq_wrapper .ui-widget-content p{
	font-size: 14px;
	color: #666666;
	line-height: 19px;
	font-weight: 400;
}

.faq_wrapper .ui-icon {
	width: 25px;
	margin-right: 0px;
	position: absolute;
	right: 10px;
	top: 56%;
	transform: translateY(-50%);
	background: #0080ff;
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.faq_wrapper .ui-icon {
	background: #5cbe89;
	background-image: url("../images/faq-closed.png") !important;
	height: 28px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px !important;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.faq_wrapper .ui-icon:hover {
	background: #123e60;	
}
.faq_wrapper .ui-state-active .ui-icon {
	background-color: #123e60  !important;
	background-image: url("../images/faq-opened.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 10px !important;
}
.faq_wrapper .ui-accordion-header .q_mob{ 
margin-right:25px;
margin-left: 0;
}

@media (max-width: 767px) {	
.faq_wrapper .ui-accordion-header .q_mob{ 
margin-right:25px;
margin-left: 0;
}
.ui-accordion .ui-accordion-header {	
	font-size: 15px !important;
	line-height: 20px;	
}
	
}
/*------ faq_wrapper end -------*/

/*-------- footer start -------*/
footer{
	padding:0;
	margin:0;
	background-color:#1a1a1a;
	position:relative;
}
.footer_top{ 
padding:40px 0 30px 0;

}
.footer_top p{ color:#fff;}
.footer-about{
margin:0 0 15px 0;	
}
.footer_top .footer-about .footer-logo_box {
	margin: 0 0 10px 0;
}
.footer_top .footer-about .footer-logo_box img{ width:170px;}
.footer-about p{ color:#fff;}
.footer_social{ margin:0 0 10px 0;}
.footer_social a {
	margin: 0 10px 0 0;
	color: #fff;
	font-size: 26px;
}
.footer_top h4 {
	color: #fff;	
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 12px;
}
.footer_link_box {	
	box-sizing: border-box;
	margin:0 0 10px 0;
}
.footer_link_box .footer_link{
	list-style-type:none;
	padding:0;
	margin:0;	
	display:block;
	text-align:center;
}
.footer_link_box .footer_link li{
	margin:0 0 5px 0;
	padding: 0 0 0 15px;	
	text-align: left;	
	display:inline-block;
	color: #fff;
	background: url(../images/footer_li_arrow.png) no-repeat left center;
}

.footer_link_box .footer_link li a{
	color:#fff;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	 
}

.footer_link_box .footer_link li a:hover{ color:#9ce3ff; text-decoration:none;}

.footer_sub_contact p a{ color:#9ce3ff;}

.footer_newsletter{
	position:relative;
}
.footer_newsletter .form-control.subscribe {
	width: 100%;	
	-webkit-border-radius: 35px;
-moz-border-radius: 35px;
border-radius: 35px;
	border: 0;
	padding: 0 20px !important;
	height: 50px;
	font-size:13px;
	color:#1f232b;
}
.footer_newsletter form .form-control::-webkit-input-placeholder { /* Edge */
  color: #1f232b;
}
.footer_newsletter form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1f232b;
}
.footer_newsletter form .form-control::placeholder {
  color: #1f232b;
}
.footer_newsletter .btn-subscribe {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 0;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #fff;
	background: #e84444;
	transition: all linear 0.2s;
	cursor:pointer;
}
.footer_newsletter .btn-subscribe:hover {background: #33495e;}

.footer_bottom{ padding:16px 0; margin:0; border-top:1px solid #2f2f2f;}
.footer_bottom ul{
	list-style-type:none;
	padding:0;
	margin:0;
	text-align:right;
}
.footer_bottom ul li{
 display:inline-block;
 padding:0;
 margin:0 5px;
}
.footer_bottom ul li a{
	color:#fff;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	 
}
.footer_bottom ul li a:hover{ color:#d14939; text-decoration:none;}
.footer_bottom .cp_right p.copright_txt{
	color:#fff;
	font-size:12px;
	line-height:22px;
	font-weight:300;
	margin-bottom:0px;
}
#go-to-top {
	display: inline-block;
	height: 35px;
	width: 35px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* text-indent: 100%; */
	white-space: nowrap;
	color: #fff;
	background-color: #58bbe2;
	
	/* overflow: hidden; */
	/* visibility: hidden; */
	/* opacity: 0; */
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	z-index: 1;
	animation: jump 3s linear infinite alternate;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

@keyframes jump {
    0% {
       transform: translateY(5px);

    }
    50% {
       transform: translateY(-10px);

    }

    100% {
      transform: translateY(5px);

    }
}
#go-to-top:hover{ 
background-color:#003665;
text-decoration:none;
}


#go-to-top i{color:#fff;
}
/*-------- footer end -------*/
#innerbanner-holder {
	position: relative;
	margin: 0 auto;
	
}
.innerpage-banner img {
	object-fit: cover;
	width: 100%;
	object-position: center center;
}
#innerbanner-holder .container {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	width: 100%;

}
#innerbanner-holder h2 {
	margin-bottom: 0px;
	color: #fff;
}
.inner_container_holder {
	padding: 35px 0 0px 0;
}
.inner_container_holder .our_poker_wrapper {
	padding:30px 0 65px 0;
}
.inner_container_holder h2{
	color: #0b3e85;
}
.inner_container_holder h3{
	color: #0b3e85;
}
.inner_container_holder h4{
	color: #0b3e85;
}
.inner_container_holder h5{
	color: #0b3e85;
}
.inner_container_holder h6{
	color: #0b3e85;
}
/*--------- about_us_page start ------*/
.about_us_wrapper{
	padding-bottom:20px;
}
.about_us_wrapper .img_block {
	text-align: center;
	margin-bottom:25px;
	background: url(../images/map-bg.png) no-repeat left center;
}
.about_us_wrapper .text_block h6{
	 text-transform:uppercase;
}
.about_us_wrapper .text_block p span {
	color: #0b3e85;
	font-weight: 405;
}

.we_follow_wrapper{
	background: url(../images/accolades_wrapper_bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	padding: 80px 0;
}
.we_follow_wrapper_top h2{
	color:#fff;
}
.we_follow_wrapper_top p{
	color:#fff;
}
.we_follow_wrapper_bottom{
	 margin:18px 0 0 0;
}
.we_follow_box{
	text-align:center;
	margin:0 0 25px 0;
}
.we_follow_box .icon_box{
	 margin:0 0 8px 0;
	  height:75px;
	  -ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.we_follow_box .count_div{ text-align:center;}
.we_follow_box .count_div h3{
	color:#fff;
	margin-bottom:10px;
	text-align:center;
}
.we_follow_box .text_box { text-align:center;}
.we_follow_box .text_box p{
	color:#fff;
	margin-bottom:0px;
	text-align:center;
}

/*--------- about_us_page end ------*/
/*--------- our_services_wrapper start ------*/
.our_services_wrapper{
	padding:0 0 25px 0;
	margin:0; 
}
.customer_support_wrapper{
	padding:35px 0 15px 0;
	margin:0; 
	background-color:#fef9f5;
}
.customer_support_left{}

.customer_support_left .img_block{
	text-align:center;
	margin:0 0 25px 0;
}
.customer_support_right{}

.customer_support_right .icon-box-3 .service-inner-content h4 {
	font-size: 21px;
	line-height: 26px;
	font-weight: 400;
	color: #0b3e85;
	margin: 0 0 5px 0;
}
.customer_support_right .icon-box-3 .service-inner-content p {	
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 8px;
	font-weight: 400;	
}
.icon-box-3 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: space-between;
	position: relative;
	margin:0 0 20px 0;
}
.icon-box-3 .service-icon {
	height: 81px;
	width: 81px;
	margin-right: 18px;
	border-style: solid;
	border-width: 4px;
	border-color: rgba(6, 22, 58, 0.11);
	background: transparent;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	border-radius: 0;
	box-shadow: none;
	flex-shrink: 0;
	text-align:center;
	

}
.icon-box-3 .service-icon:before {
	height: 81px;
	width: 81px;
	position: absolute;
	content: '';
	border-style: solid;
	border-width: 4px;
	border-color: rgba(6, 22, 58, 0.11);
	background: transparent;
	z-index: -1;
	left: -15px;
	top: -15px;
}
.icon-box-3 .service-icon .img_block{
	width:100%;
	height:100%;
	text-align:center;	
	background-color:#fff;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	  display: flex;
  justify-content: space-around;
  align-items: center;
}
.icon-box-3 .service-icon .img_block img{
	width:50px;
	text-align:center;
	margin:0 auto;
	display:inline-block;
	vertical-align:middle;	
}
.icon-box-3 .service-inner-content {
	flex-grow: 1;
}
/*--------- our_services_wrapper end ------*/
/*--------- accolades_wrapper_inner start -------*/
.accolades_wrapper_inner{ margin:0 0 35px 0;}
.accolades_wrapper_top{}
.accolades_wrapper_bottom{ margin:18px 0 0 0;}
.accolades_wrapper_bottom .accolades_list{ 
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
.accolades_wrapper_bottom .accolades_list li{
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	text-align: left;
	border-right: none;
	color: #687f9b;
	position: relative;
	width: 100%;
}
.accolades_wrapper_bottom .accolades_list li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	margin-top: -5px;
	background: #58bbe2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accolades_wrapper_bottom .accolades_list li:hover:before {
	color: #f8b604;
	background: #f8b604;
}
/*--------- accolades_wrapper_inner start -------*/
/*--------- clients_served_wrapper start --------*/
.clients_served_wrapper{ margin:0 0 25px 0;}
.clients_served_wrapper_top{}
.clients_served_wrapper_bottom{ margin:18px 0 0 0;}
.clients_served_wrapper_bottom ul{
	list-style-type:none;
	padding:0;
	margin:0;
  -webkit-column-count: 4;
  -ms-column-count:4;
  -o-column-count:4;
  -moz-column-count: 4;
  -khtml-column-count: 4;
  column-count: 4;

}
.clients_served_wrapper_bottom  h5{ color:#f8b604;}

.clients_served_wrapper_bottom ul li{  
  display: inline-block;
  padding: 0 0 0 15px;
  margin: 0 0 8px 0;
  text-align: left;
  border-right: none;  
  color:#687f9b;
  position:relative; 
  width:100%;
}
.clients_served_wrapper_bottom ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height:8px;
	width: 8px;
	border-radius: 100%;
	margin-top: -5px;
	background: #58bbe2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.clients_served_wrapper_bottom ul li:hover:before {
	background: #f8b604;
}
.clients_served_wrapper_bottom ul li a{ 
 font-size:14px;
 line-height:18px;
 font-weight:400;
color:#687f9b;
 }
.clients_served_wrapper_bottom ul li a:hover{ 
color:#f8b604;
 }
/*-------- clients_served_wrapper end --------------*/
/*-------- csr_wrapper start -------*/
.csr_wrapper{ margin:0 0 35px 0;}
.csr_wrapper .row{align-items: center; }
.csr_wrapper .img_block{ margin:0 0 25px 0; text-align:center;}
.csr_wrapper .img_block img {
	box-shadow: 0px 34px 43px rgba(197, 205, 216, 0.7);
	background-color: #fff;
	padding: 0px;
	background-color: #e4f9e7;
}

.csr_wrapper .text_block{}



/*-------- csr_wrapper end -------*/
/*-------- our_values_wrapper start --------*/
.our_values_wrapper{ margin:0 0 35px 0;}
.our_values_wrapper_top{}
.our_values_wrapper_top .img_block{
	text-align:center;
}
.our_values_wrapper_bottom{ margin:20px 0 0 0;}

.steps_slide {
   float: left;
	margin: 0 0 30px 0;
	padding:0;
	width: 20%;
	vertical-align: top;
}
.steps_slide_top {
	position: relative;
	border-bottom: 2px solid #dbdce0;
	padding-bottom: 30px;
}
.steps_slide_top:after {
	content: "";
	display: block;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	background: url(../images/slide_img.png) center center no-repeat;
	background-size: contain;
	position: absolute;
	left: -10px;
	bottom: -17px;
}
.steps_slide_date span {
	display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -moz-flex;
display: -webkit-flex;
display: flex;
align-items: center;
justify-content: center;
	color: #afaa91;
	font-weight: 700;
	letter-spacing: -.050em;
	height:80px;
	width:80px;
	background-color: #eee;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
padding: 6px;
position:relative;
text-align:center;
}
.steps_slide_date span:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -8px;
	border-width: 8px;
	border-style: solid;
	border-color: #eee transparent transparent  transparent ;
}
.steps_slide_date span img { width:45px;}
.steps_slide_date span:first-of-type {
	font-size: 50px;
	margin-right: 8px;
	text-shadow: 4px 0 #555037;
}
.steps-slide_lower{
	padding:40px 8px 0 8px;
}
.steps-slide_lower h6.steps_slide_title {
	color: #0b3e85;
	font-weight:500;
}
@media only screen and (min-width: 576px){
.steps_slide_top:after {
  left: 23px;
}
}

/*-------- our_values_wrapper end --------*/
/*---------- contact_wrapper start ---------*/
.contact_wrapper {	
	padding:0px;	
	margin:5px auto 35px auto;
	max-width:1000px;
}
.contact_top h6 {
	color: #999;
	font-weight: 400;
	margin-bottom: 16px;
}
.contact_wrapper .f_contact {
	list-style-type: none;
	padding: 0;
	margin: 0 0 18px 0;
}
.contact_wrapper .f_contact li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 6px 0;
	font-size: 14px;
	color: #000;
}
.contact_wrapper .f_contact li i {
	color: #0b3e85 !important;
	margin-right: 6px;
}
.contact_wrapper .f_contact li a {
	font-size: 14px;
	color: #222;
	line-height: 19px;
	font-weight: 400;
	-moz-transition: all 0.95s ease;
	-webkit-transition: all 0.95s ease;
	-o-transition: all 0.95s ease;
	transition: all 0.95s ease;
}
.contact_wrapper .f_contact li a:hover {
	color:#9ce3ff;
}
.list-icon-social ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.list-icon-social ul li {
	position: relative;
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 0;
}
.list-icon-social ul li a {
	margin-top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #e8eef0;
	color: #fff;
	display: block;
	border-radius: 0px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
}
.list-icon-social ul li a:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #173760;
	content: "";
	border-radius: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	z-index: 3;
}
.list-icon-social ul li:hover a:after {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.list-icon-social a i {
	font-size: 20px;
}
.list-icon-social ul li a i.fa-facebook-f {
	color: #3b5999;
}
.list-icon-social ul li:hover a i.fa-facebook-f {
	color: #fff;
	position: relative;
	z-index: 99999;
}
.list-icon-social ul li a i.fa-twitter {
	color: #55acee;
}
.list-icon-social ul li:hover a i.fa-twitter {
	color: #fff;
	position: relative;
	z-index: 99999;
}
.list-icon-social ul li a i.fa-instagram {
	color: #0077B5;
}
.list-icon-social ul li:hover a i.fa-instagram{
	color: #fff;
	position: relative;
	z-index: 99999;
}
.req {
	color: red;
}
.contact-sec form label{
font-family: 'Roboto', sans-serif;
	margin-bottom:10px;
	font-size: 15px;
	color:#33475d;
	font-weight:405;
}
.contact-sec form .form-control {
	display: block;
	width: 100%;
	padding: 9px .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
font-family: 'Roboto', sans-serif;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d8d5d5;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-sec form select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0 10px;
	border: 1px solid #d8d5d5;
	-webkit-border-radius: .25rem;
	-moz-border-radius: .25rem;
	border-radius: .25rem;
	background: url(../images/select-arrow.png) center right no-repeat;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	line-height: 20px;
	width: 100%;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.contact-sec textarea.form-control {
	height: 100px;
	resize: none;
	border: 1px solid #d8d5d5;
	padding: 12px 10px;
}
.contact_wrapper .contact-sec form .submit_btn {
	background:#0b3e85;
	color: #fff;
	height: 35px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	width: 180px;
	font-weight: 400;
}
.contact_wrapper .contact-sec form .submit_btn:hover {
	background-color: #58bbe2;
	color: #fff;
}
/*---------- contact_wrapper end ---------*/
.features_list_table {
	table-layout: fixed;
	width: 100%;
	border: 1px solid #272c4c;
	border-bottom: none;
	border-right: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.features_list_table thead th:nth-child(2n+1) {
	background-color: #164c5e;
}
.features_list_table thead th {
	background-color: #272c4c;
	color: #fbce09;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 460;
	line-height: 35px;
	text-align: center;
}
.features_list_table tbody tr:nth-child(2n+1) {
	background-color: #eee;
}
.features_list_table tbody td {
	border-bottom: 1px solid #272c4c;
	border-right: 1px solid #272c4c;
}
.features_list_table td {
	word-wrap: break-word;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	padding: 8px 5px;
	text-align: center;
}
.features_list_table td i{
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	color:#33475d;
}
.features_list_table td i.fa-times{
	color:#ff0000;
}

.sign_wrapper {
	background-color: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	box-shadow: -0.00px -1.00px 19px 2px rgba(0,0,0,0.38);
	padding: 18px 20px;
	max-width: 500px;
	position: relative;
	margin: 0 auto 40px auto;
}
.sign_wrapper h2 {	
	font-size: 28px;
	line-height: 34px;
	font-weight: 405;
	margin-bottom: 28px;
}
.sign_wrapper h4 {	
	font-size: 20px;
	line-height: 25px;
	font-weight: 405;
	margin-bottom: 25px;
}
.login_form_holder .form-control {
	display: block;
	width: 100%;
	padding: 9px .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #403e3e;
font-family: 'Poppins', sans-serif;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d8d5d5;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login_form_holder label {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Poppins', sans-serif;
	color: #474647;
	font-weight: 400;
	margin-bottom: 10px;
}
.login_form_holder a {
	 font-family: 'Roboto', sans-serif;
	color: #de483a;
	font-weight: 400;
}
.login_form_holder a:hover {	
	color: #33495e;
	
}
.forgot_txt {
	font-size: 14px;
	line-height: 16px;
	 font-family: 'Roboto', sans-serif;
	color: #8b888a;
	font-weight: 405;
	margin: 0;
	text-align: right;
	float: right;
}
.login_form_holder .login_button {
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	text-transform: capitalize;
	 background-color: #de483a;
	cursor: pointer;
	width: 100%;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.login_form_holder .login_button:hover{
	 background-color: #33495e;
}

.login_button{
	font-size: 18px;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 0;
	cursor: pointer;
	text-transform: capitalize;
	 background-color: #de483a;
	cursor: pointer;
	width: 100%;
	margin: 0 10px 10px 0;
	display: inline-block;
}
.login_button:hover{
	 background-color: #33495e;
}

/*------ areas_covered_wrapper_all start ------*/
.areas_covered_wrapper_all{}
.areas_covered_wrapper_all_bottom{ margin-bottom:10px;}
.areas_covered_wrapper_all_bottom h5 {
	margin-bottom:14px;
}
.areas_covered_wrapper_all_bottom ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 25px 0;
}
.areas_covered_wrapper_all_bottom ul li {
	display: inline-block;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	text-align: left;
	border-right: none;
	color: #687f9b;
	position: relative;
	width: 100%;
}
.areas_covered_wrapper_all_bottom ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 10px;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	margin-top: -5px;
	background: #3f5282;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.areas_covered_wrapper_all_bottom ul li a {
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #687f9b;
}
.areas_covered_wrapper_all_bottom ul li:hover:before {
	background: #f8b604;
}
.areas_covered_wrapper_all_bottom ul li a:hover {
	color: #f8b604;
}


/*------ areas_covered_wrapper_all end ------*/