/* Pest Control */


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/*
	font-family: 'Poppins', sans-serif;

*/

@import url('../css/font-awesome.css');
@import url('../css/simple-line-icons.css');
@import url('../css/animate.css');
@import url('../css/slick.css');
@import url('../css/jquery-ui.css');
@import url('../css/jquery.fancybox.min.css');



/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#565e69;
	line-height:1.35em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#025fc5;
	transition: all 300ms linear;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active,
button:focus{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	margin:0 0 15px;
	background:none;
	line-height:1.25em;
}

input,button,select,textarea{
	font-family: 'Poppins', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

p{
	position:relative;
	margin-bottom:20px;	
}

.text{
	position:relative;
	line-height:1.35em;
	margin-bottom:0px;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1440px;
	padding:0px 20px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1040px;
	padding:0px 20px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,ol,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #ffffff;
	font-weight: 700;
	font-family: 'Poppins', Arial, sans-serif;
	font-size: 14px;
	padding: 10px 25px;
	line-height: 24px;
	text-align: center;
	background: none;
	border: none;
	text-transform: none;
	border-radius: 22px;
	overflow: hidden;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.btn-style-one span{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-one:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: none;
  border-radius: 22px;
  border: 2px solid #025fc5;
  -ms-transition: all .3s ease-Out;
  transition: all .3s ease-Out;
}

.btn-style-one:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #025fc5;
  border-radius: 22px;
  -webkit-transform: scaleX(1.0);
  transform: scaleX(1.0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -ms-transition: all .3s ease-Out;
  transition: all .3s ease-Out;
}

.btn-style-one:hover:after{
	-webkit-transform: scaleX(0.0);
  	transform: scaleX(0.0);
}

.btn-style-one:hover:before{
	border-color: #0071bc;
}

.btn-style-one:hover{
	color: #ffffff;
	border-color: #0071bc;
    background-color : #0071bc;
}

.btn-style-two{
	position:relative;
	display:inline-block;
	vertical-align: top;
	margin: 0;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	padding: 6px 10px 6px 14px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	background: #003366;
	font-family: 'Poppins', sans-serif;
	/*box-shadow: 3px 3px 1px 0px #025fc5;*/
	border-radius: 0;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.btn-style-two span.txt{
	position: relative;
	display: block;
	z-index: 1;
}

.btn-style-two i.icon{
	position: relative;
	top: 0.5px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #025fc5;
	color: #ffffff;
	margin-left: 10px;
	border-radius: 50%;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.btn-style-two:hover i.icon{
	margin-left: 15px;
	background: #003366;
	transform: rotate(360deg);
}

.btn-style-two:hover{
	color: #FFFFFF;
	background: #025fc5;
	box-shadow: 1px 1px 1px 0px #003366;
}



.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#025fc5;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.ex-bold-font{
	font-weight:800;	
}

.heavy-font{
	font-weight:900;
}

.bg-lightgrey{
	background-color:#f6f7f8;	
}

.no-bg{
	background:none;	
}

.text-uppercase{
	text-transform:uppercase;	
}

.grey-color{
	color:#333333 !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg); display: none;}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:20px;
	right:20px;
	width:44px;
	height:52px;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	line-height:52px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:4px;
	background:#231f20;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	opacity: 0.90;
	background: #025fc5;
	color:#ffffff;
}


h1{
	font-size: 45px;
}
h2{
	font-size: 35px;
}
h3{
	font-size: 30px;
}
h4{
	font-size: 25px;
}
h5{
	font-size: 20px;
}
h6{
	font-size: 17px;
}



/*** 

====================================================================
	Default Form Style
====================================================================

***/

form{
	position:relative;
}

form .form-group{
	position:relative;
	margin-bottom:20px;
}

form .row .form-group{
	margin-bottom:30px;
}

form .form-group .field-label{
	position:relative;
	display:block;
	font-size: 14px;
	font-weight: 500;
	color: #5b5b5b;
	line-height:24px;
	margin-bottom: 10px;
}

form .form-group .field-inner{
	position: relative;
	display: block;
}

form .form-group .field-inner .icon{
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #025fc5;
	text-align: center;
}

form input[type="text"],
form input[type="password"],
form input[type="tel"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="file"],
form textarea,
form select{
	position:relative;
	display:block;
	width:100%;
	color:#3C3C3B;
	line-height:24px;
	padding:10px 25px;
	height:46px;
	font-size:14px;
	font-weight: 400;
	background:#ffffff;
	font-family: 'Poppins', sans-serif;
	margin:0px;
	border-radius: 23px;
	border:1px solid rgba(0,0,0,0.10);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

form input[type="file"]{
	cursor: pointer;
	height: 46px;
}

form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	background: #ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

form select option{
	text-indent: 25px;
	cursor: pointer;
}

form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="search"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus{
	border-color:#025fc5 !important;
}

form textarea{
	height:150px;
	padding-top: 20px;
	resize:none;
}

form button,
form input[type="submit"],
form .theme-btn{
	position:relative;
	display:inline-block;
	margin: 0;
}

form button:hover,
form input[type="submit"]:hover,
form .theme-btn:hover{
	
}

form .radio-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
	min-width: 250px;
    margin-right: 10px;
}

form .radio-block input{
    position: absolute;
    left: 0;
    top: 5px;
    padding: 0;
    cursor: pointer;
}

form .radio-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

form .check-block{
    position: relative;
    display: inline-block;
	vertical-align: top;
    margin-right: 30px;
}

form .check-block input{
    position: absolute;
    left: 0;
    top: 6px;
    padding: 0;
    cursor: pointer;
}

form .check-block label{
    position: relative;
    display: block;
    padding-left: 20px;
    line-height: 24px;
    font-size: 15px;
    font-weight: 400;
    color: #5b5b5b;
    text-transform: capitalize;
    cursor: pointer;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0;
	top:0;
	width:100%;
	padding:0px 0px;
	min-height: 90px;
	background:none;
	z-index:999;
}

.main-header ul,
.main-header ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-header .navbar-toggler{
	position:relative;
	float:right;
	padding:0px 0px;
	margin-top: 25px;
	margin-left:30px;
	display: none;	
}

.main-header .navbar-toggler button{
	position:relative;
	height:40px;
	line-height:40px;
	padding: 0px 0px;
	text-align: center;
	background:none;
	color:#ffffff;
	font-size:20px;
	margin:0px;
	border-radius:0px;
	outline: none !important;
}

.main-header .navbar-toggler img{
	width: 30px;
}

.main-header .header-upper{
	position:fixed;
	left: 0;
	top: 0;
	padding:0px;
	width:100%;
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .main-box{
	position:relative;
	padding:0px;
	width:100%;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	padding:5px 0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo{
	position:relative;
	display:block;
}

.main-header .main-box .logo-box .logo img{
	display:block;
	max-width:100%;
	height: 80px;
}

.main-header .upper-right{
	position:relative;
	display:block;
	float: right;
	z-index:5;
}

.main-header .upper-right .info{
	position: relative;
	display: block;
	float: left;
	padding-top: 30px;
	margin-left: 50px;
}

.main-header .upper-right .info .email,
.main-header .upper-right .info .phone,
.main-header .upper-right .info .wa{
	position: relative;
	float: left;
	margin-left: 10px;
	line-height: 30px;
}

.main-header .upper-right .info a{
	position: relative;
	display: block;
	line-height: 30px;
	color: #101010;
	font-size: 16px;
	font-weight: 400;
	transition: all 300ms linear;
}

.main-header .upper-right .info .email a:hover,
.main-header .upper-right .info .phone a:hover{
	opacity: 0.70;
}

.main-header .upper-right .info a .icon{
	position: relative;
	display: block;
}

.main-header .upper-right .info a .icon img,
.main-header .upper-right .info a .icon img{
	max-height: 27px;
}

.main-header .upper-right .link-box{
	position: relative;
	float: left;
	padding-top: 23px;
	margin-left: 30px;
}

.main-header .nav-box{
	position:relative;
	float: left;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
	display:block;
}

.main-menu{
	position:relative;
	display:block;
}

.main-menu .navbar-collapse{
	padding:0px;
	margin:0px;
	border:none;
	box-shadow:none;
}

.main-menu .navigation{
	position:relative;
	z-index: 1;
}

.main-menu .navigation > li{
	position:relative;
	display: block;
	float: left;
	padding:0px 0px;
	margin-right: 30px;
	text-align:left;
}

.main-menu .navigation > li:last-child{
	margin-right: 0;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size:16px;
	color:#212934;
	padding:30px 0;
	font-weight:700;
	line-height:30px;
	letter-spacing: 0.01;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	text-decoration: none;
	color: #025fc5;
	opacity:1;
}

.main-menu .navigation > li.dropdown > a{
	padding-right: 20px;
}

.main-menu .navigation > li.dropdown > a:after{
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 400;
	position: absolute;
	right: 0;
	top: 30px;
	line-height: 30px;
	font-size: 14px;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left: 0px;
	top:100%;
	margin-top: 0;
	width:240px;
	padding:12px 0px;
	z-index:100;
	opacity: 1;
	text-align:left;
	background:#ffffff;
	border: 1px solid rgba(0,0,0,0.0);
	box-shadow:2px 2px 10px 1px rgba(0,0,0,0.07),-2px 0px 10px 1px rgba(0,0,0,0.07);
	border-radius: 15px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding:0px 0px;
	margin-bottom: 5px;
}

/*.main-menu .navigation > li > ul > li:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #0071bc;
  -webkit-transform: scaleX(0.0);
  transform: scaleX(0.0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -ms-transition: all .3s ease-Out;
  transition: all .3s ease-Out;
}

.main-menu .navigation > li > ul > li:hover:before{
	-webkit-transform: scaleX(1.0);
  	transform: scaleX(1.0);
}*/

.main-menu .navigation > li > ul > li:last-child{
	border-bottom: none;
	margin-bottom: 0;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 20px 5px 20px;
	font-size:14px;
	line-height:22px;
	font-weight:400;
	color:#212934;
	text-decoration: none;
	text-transform:capitalize;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.current > a{
	color:#025fc5;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;	
	top: 100%;
	-webkit-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-header .search-box{
	position: absolute;
	left: 100px;
	top: 120%;
	width: 280px;
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.visible-search .main-header .search-box{
	opacity: 1;
	visibility: visible;
	top: 110%;
}

.main-header .search-box .inner-box{
	position: relative;
	display: block;
	padding: 7px 20px 7px 25px;
	background: #ffffff;
	border: 2px solid #025fc5;
	border-radius: 7px;
}

.main-header .search-box .form-box{
	position: relative;
	padding: 0 20px 0 20px;
}

.main-header .search-box .s-icon{
	position: absolute;
	left: -10px;
	top: 3px;
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	z-index: 1;
}

.main-header .search-box .s-close-btn{
	position: absolute;
	right: -10px;
	top: 2px;
	height: 24px;
	line-height: 24px;
	cursor: pointer;
	z-index: 1;
}

.main-header .search-box .s-close-btn svg{
	width: 16px;
	height: 16px;
	stroke-width: 1.25px;
}

.main-header .search-box .form-group{
	margin: 0;
}

.main-header .search-box form input{
	height: 30px;
	line-height: 20px;
	padding: 5px 0;
	background: none;
	border: none;
	font-size: 16px;
	box-shadow: none;
	font-family: 'Poppins', sans-serif;
}

.main-header .search-box form input::placeholder,
.main-header .search-box form textarea::placeholder{
	color:#101010;
}

.search-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 990;
    background: rgba(0,0,0,0.70);
	opacity:0;
	visibility:hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

/*.visible-search .search-backdrop{
    opacity: 1;
    visibility: visible;
}

body.visible-search{
	overflow-y: hidden;
}*/


/*** 

====================================================================
	Mobile Navbar style
====================================================================

***/

body.visible-sidebar{
  overflow-y: hidden;
}

.navbar-backdrop{
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 0;
    background: none;
    cursor: pointer;
    z-index: 1000;
    opacity:0;
    visibility:hidden;
    transition: all 500ms ease 1500ms;
    -moz-transition: all 500ms ease 1500ms;
    -webkit-transition: all 500ms ease 1500ms;
    -ms-transition: all 500ms ease 1500ms;
    -o-transition: all 500ms ease 1500ms;
}

.navbar-backdrop:before{
	content: '';
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #343536;
}

.navbar-backdrop:after{
	content: '';
	position: fixed;
	left: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background: #343536;
    transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
}

.visible-sidebar .navbar-backdrop{
    opacity: 1;
    visibility: visible;
    transition: all 0ms linear;
    -moz-transition: all 0ms linear;
    -webkit-transition: all 0ms linear;
    -ms-transition: all 0ms linear;
    -o-transition: all 0ms linear;
}

.visible-sidebar .navbar-backdrop:before{
	left: 100%;
    transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -webkit-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
}

.visible-sidebar .navbar-backdrop:after{
	left: -100%;
    transition: all 0ms linear;
    -moz-transition: all 0ms linear;
    -webkit-transition: all 0ms linear;
    -ms-transition: all 0ms linear;
    -o-transition: all 0ms linear;
}

.mobile-navbar{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  background: #313234;
  color: #ffffff;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms linear 500ms;
  -webkit-transition: all 300ms linear 500ms;
  -ms-transition: all 300ms linear 500ms;
  -o-transition: all 300ms linear 500ms;
  -moz-transition: all 300ms linear 500ms;
}

.mobile-navbar .auto-container{
	padding: 0 40px;
}

.mobile-navbar.visible-sidebar{
  opacity: 1;
  visibility: visible;
  z-index: 99999;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms linear 0ms;
  -webkit-transition: all 500ms linear 0ms;
  -ms-transition: all 500ms linear 0ms;
  -o-transition: all 500ms linear 0ms;
  -moz-transition: all 500ms linear 0ms;
}

.mobile-navbar ol,
.mobile-navbar ol li,
.mobile-navbar ul,
.mobile-navbar ul li{
  list-style-type:none;
  margin:0px;
}

.mobile-navbar .navbar-wrapper-outer{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.mobile-navbar .navbar-wrapper{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 100px 0px 40px;
}

.mobile-navbar .video-box{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: 200px;
	width: 160px;
	z-index: 5 ;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateX(150px);
	transform: translateX(150px);
	transition: all 300ms linear 300ms;
	-webkit-transition: all 300ms linear 300ms;
	-ms-transition: all 300ms linear 300ms;
	-o-transition: all 300ms linear 300ms;
	-moz-transition: all 300ms linear 300ms;
}

.mobile-navbar.visible-sidebar .video-box{
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 1000ms ease 1000ms;
  -webkit-transition: all 1000ms ease 1000ms;
  -ms-transition: all 1000ms ease 1000ms;
  -o-transition: all 1000ms ease 1000ms;
  -moz-transition: all 1000ms ease 1000ms;
}

.mobile-navbar .video-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.mobile-navbar .video-box .image img{
	position: relative;
	display: block;
	width: 100%;
	z-index: 3;
}

.mobile-navbar .video-box .bg-video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
		z-index: 2;
    overflow: hidden;
}

.mobile-navbar .video-box .bg-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.mobile-navbar .video-box .bg-image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}

.mobile-navbar .navbar-wrapper .menu{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translateX(-150px);
	transform: translateX(-150px);
	transition: all 300ms linear 300ms;
	-webkit-transition: all 300ms linear 300ms;
	-ms-transition: all 300ms linear 300ms;
	-o-transition: all 300ms linear 300ms;
	-moz-transition: all 300ms linear 300ms;
}

.mobile-navbar.visible-sidebar .menu{
  opacity: 1;
  visibility: visible;
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: all 1000ms ease 500ms;
  -webkit-transition: all 1000ms ease 500ms;
  -ms-transition: all 1000ms ease 500ms;
  -o-transition: all 1000ms ease 500ms;
  -moz-transition: all 1000ms ease 500ms;
}

.mobile-navbar .navbar-wrapper .auto-container{
	
}

.mobile-navbar .menu ul li{
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: 10px;
}

.mobile-navbar .menu ul li a{
  position: relative;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  font-size:24px;
  line-height: 1.30em;
  text-transform: none;
  padding: 0px 0px;
  letter-spacing: 0.0em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mobile-navbar .menu ul li a:hover,
.mobile-navbar .menu ul > li.current > a,
.mobile-navbar .menu ul > li > ul > li.current > a {
	font-weight: 400;
	color: #025fc5;
}

.mobile-navbar .menu ul > li > ul{
	padding: 12px 0 0 20px;
}

.mobile-navbar .menu ul li ul li a{
	font-size: 20px;
}

.mobile-navbar .menu ul li .btn.expander{
  position: relative;
  display: inline-block;
  margin-left: 10px;
  background: none;
  color: #ffffff;
  font-size: 20px;
  width: 24px;
  line-height: 24px;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 1;
}

.mobile-navbar .menu ul li .btn:active{
	outline: none;
	box-shadow: none;
}

.mobile-navbar .navbar-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 25px 0;
}

.mobile-navbar .navbar-header .nav-logo{
	position: relative;
	float: left;
}

.mobile-navbar .navbar-header .nav-logo img{
	height: 50px;
}

.mobile-navbar .navbar-header .nav-closer{
	position: relative;
	float: right;
	font-size: 36px;
	color: #ffffff;
	cursor: pointer;
	line-height: 40px;
	margin-top: 7px;
}

.rounded-social-buttons {
  
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border: 2px solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 20px;
  font-weight: normal;
  line-height: 42px;
  border-radius: 50%;
  transition: all 0.5s ease;
  margin: 0 4px 10px;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
  font-size: 20px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
} 

/*** 

====================================================================
	Banner Slider Section
====================================================================

***/

.banner-section{
	position: relative;
	padding:0px 0px;
	background: #303030;
	overflow: hidden;
	z-index: 1;
}

.banner-section .banner-slider{
	position:relative;
	width:100%;	
}

.banner-section .slide-item{
	position: relative;
	width:100%;
	padding:0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .slide-item:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.0);
	z-index: 1;
}

.banner-section .slide-item .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section .slide-item .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
}

.banner-section .slide-item .content-box{
	position:relative;
	display: table;
	vertical-align: bottom;
	width: 100%;
	padding: 50px 0px 120px;
	min-height: calc(100vh - 90px);
	height: 700px;
	z-index: 10;
}

.banner-section .slide-item .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: bottom;
}

.banner-section .slide-item .inner{
	position: relative;
	max-width: none;
}

.banner-section .slide-item h2,
.banner-section .slide-item h1{
	font-weight: 700;
	line-height:1.25em;
	color: #ffffff;
	margin:0 0 15px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .slick-current .slide-item h2,
.banner-section .slick-current .slide-item h1{
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition:all 1000ms ease 300ms;
	-ms-transition:all 1000ms ease 300ms;
	-o-transition:all 1000ms ease 300ms;
	-moz-transition:all 1000ms ease 300ms;
	transition:all 1000ms ease 300ms;
}

.banner-section .slide-item .text{
	font-weight: 400;
	line-height:1.30em;
	font-size: 22px;
	color: #ffffff;
	margin:0 0;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .slick-current .slide-item .text{
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition:all 1000ms ease 550ms;
	-ms-transition:all 1000ms ease 550ms;
	-o-transition:all 1000ms ease 550ms;
	-moz-transition:all 1000ms ease 550ms;
	transition:all 1000ms ease 550ms;
}

.banner-section .slide-item .link-box{
	position: relative;
	padding-top: 25px;
	opacity:0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
}

.banner-section .slick-current .slide-item .link-box{
	opacity:1;
	-webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	transform:translateY(0);
	-webkit-transition:all 1000ms ease 850ms;
	-ms-transition:all 1000ms ease 850ms;
	-o-transition:all 1000ms ease 850ms;
	-moz-transition:all 1000ms ease 850ms;
	transition:all 1000ms ease 850ms;
}

.banner-section .slick-slider .prev-btn{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    color: #ffffff;
    background: #025fc5;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.banner-section .slick-slider .next-btn{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 50px;
    color: #ffffff;
    background: #025fc5;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    z-index: 1;
}

.banner-section .slick-slider .next-btn:hover,
.banner-section .slick-slider .prev-btn:hover{
	background: #0071bc;
	color: #ffffff;
}

.banner-section .video-container{
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
	min-height: calc(100vh - 130px);
	overflow: hidden;
}

.banner-section .banner-bg-video{
    position: absolute;
	top: 0%;
	left: 0%; 
    width: auto;
    height: auto;
	min-height: 100%;
    min-width: 100%;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	z-index: 1;
}

.banner-section .banner-bg-video video{
    position: absolute;
    top: 60%;
    left: 60%;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    height: 120%;
    width: 120%;
    object-fit: cover;
    -webkit-transform: translate(-60%,-60%);
    -ms-transform: translate(-60%,-60%);
    transform: translate(-60%,-60%);
}

.banner-section .video-box{
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
	min-height: calc(100vh - 130px);
	overflow: hidden;
}

.banner-section .vid-outer{
    position: absolute;
	top: 0%;
	left: 0%; 
    width: auto;
    height: auto;
	min-height: 100%;
    min-width: 100%;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
	z-index: 1;
}

.banner-section .vid-outer video{
    position: absolute;
    top: 60%;
    left: 60%;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    height: 120%;
    width: 120%;
    object-fit: cover;
    -webkit-transform: translate(-60%,-60%);
    -ms-transform: translate(-60%,-60%);
    transform: translate(-60%,-60%);
}

.banner-section .video-box .vid-link{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.banner-section .video-box .vid-link .icon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	margin: -40px 0 0 -40px;
}

.banner-section .video-box .vid-link .icon img{
	max-height: 80px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.sec-title-box{
	position: relative;
	margin-bottom: 50px;
}

.sec-title-box.centered{
	text-align: center;
}

.sec-title-box h2{
	color: #212934;
	font-weight: 700;
	margin-bottom: 0;
}

.sec-title-box h3{
	color: #212934;
	font-weight: 700;
	margin-bottom: 0;
}

.sec-title-box .subtitle{
	position: relative;
	font-size: 20px;
	color: #0071bc;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.sec-title-box .text{
	position: relative;
	font-size: 16px;
	color: #025fc5;
	line-height: 1.3em;
	margin-top: 10px;
}

.about-section{
	position:relative;
	padding: 80px 0 70px;
	background: #ffffff;
	z-index: 5;
}

.about-section.alternate{
	padding-top: 120px;
}

.about-section .sec-title-box{
	margin-bottom: 30px;
}

.about-section .left-col,
.about-section .right-col{
	position: relative;
}

.about-section .left-col .inner{
	position: relative;
	display: block;
	padding-right: 30px;
}

.about-section .left-col ul{
	margin-left: 0;
	padding-top: 15px;
}

.about-section .left-col ul li{
	position: relative;
	padding-left: 38px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}

.about-section .left-col ul li:last-child{
	margin-bottom: 0;
}

.about-section .left-col ul li:before{
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	position: absolute;
	color: #ffffff;
	left: 0;
	top: 0px;
	line-height: 24px;
	font-size: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #025fc5;
	border-radius: 50%;
}

.about-section .right-col .inner{
	position: relative;
	display: block;
	padding-left: 100px;
	margin-top: -10px;
}

.about-section .right-col .row{
	margin: 0 -17px;
}

.about-section .right-col .image-col{
	position: relative;
	padding: 0 17px;
}

.about-section .right-col .image-block{
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.about-section .right-col .image-col:nth-child(2) .image-block:first-child{
	margin-top: -145px;
}

.about-section.alternate .right-col .image-col:nth-child(2) .image-block:first-child{
	margin-top: -30px;
}

.about-section.alternate .right-col .image-col:nth-child(1){
	padding-top: 100px;
}

.about-section .right-col .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.about-section .right-col .image-block img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding: 80px 0;
	background: #eaeaea;
}

.services-section .lower-link-box{
	position:relative;
	padding-top: 30px;
	text-align: center;
}

.service-block{
	position: relative;
	padding-top: 45px;
	margin-bottom: 50px;
}

.service-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
	min-height: 100%;
	background: #ffffff;
	border-radius: 30px;
    padding-bottom: 40px;
}

.service-block .image{
	position: relative;
	display: block;
	background: rgba(0,0,0,1);
	border-radius: 0px;
	overflow: hidden;
}

.service-block .image img{
	display: block;
	width: 100%;
	transition: all 500ms linear;
}

.service-block .inner-box:hover .image img{
	opacity: 0.70;
	transform: scale(1.05);
}

.service-block .icon-box{
	position: absolute;
	left: 50%;
	margin-left: -40px;
	top: -45px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 40px;
	color: #025fc5;
	background: #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.15);
	transition: all 500ms linear;
}

.service-block .inner-box:hover .icon-box{
	color: #ffffff;
	background: #025fc5;
	transform: rotate(360deg) scale(1.1);
}

.service-block .icon-box i{
	line-height: 80px;
}

.service-block .icon-box img{
	max-height: 48px;
}

.service-block .lower{
	position: static;
	padding: 25px 20px 0px;
}

.service-block h5{
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 12px;
}

.service-block h5 a{
	color: #212934;
}

.service-block h5 a:hover{
	color: #025fc5;
}

.service-block .text{
	position: relative;
	line-height: 20px;
	min-height: 60px;
	margin-bottom: 15px;
}

.service-block .link-box{
	position: absolute;
    left:0;
    bottom: -20px;
    width: 100%;
    text-align: center;
}

.service-block .link-box a{
	padding: 8px 25px;
	background: #ffffff;
}

.service-block .link-box a:hover{
	background: #0071bc;
}

/*** 

====================================================================
	Packages Section
====================================================================

***/

.packages-section{
	position:relative;
	padding: 140px 0 100px;
	background: #ffffff;
	z-index: 5;
}

.packages-section .auto-container{
	max-width: 1320px;
}

.packages-section .sec-title-box{
	margin-bottom: 35px;
}

.packages-section .left-col,
.packages-section .right-col{
	position: relative;
}

.packages-section .left-col .inner{
	position: relative;
	display: block;
	padding-right: 70px;
}

.packages-section .left-col ul{
	margin-left: 0;
	padding-top: 15px;
}

.packages-section .left-col ul li{
	position: relative;
	padding-left: 38px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 12px;
}

.packages-section .left-col ul li:last-child{
	margin-bottom: 0;
}

.packages-section .left-col ul li:before{
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	position: absolute;
	color: #ffffff;
	left: 0;
	top: 0px;
	line-height: 24px;
	font-size: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #025fc5;
	border-radius: 50%;
}

.packages-section .left-col .link-box{
	padding-top: 30px;
}

.packages-section .right-col .inner{
	position: relative;
	display: block;
}

.packages-section .right-col .row{
	margin: 0 -17px;
}

.packages-section .right-col .image-col{
	position: relative;
	padding: 0 17px;
}

.packages-section .right-col .image-block{
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.packages-section .right-col .image-col:nth-child(1){
	padding-top: 115px;
}

.packages-section .right-col .image-col:nth-child(1) .image-block{
	margin-left: -30px;
}

.packages-section .right-col .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.packages-section .right-col .image-block img{
	display: block;
	width: 100%;
}

.packages-section .right-col .title{
	position: absolute;
	left: 0;
	top: -18px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	z-index: 1;
}

.packages-section .right-col .title span{
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 20px;
	min-width: 180px;
	color: #ffffff;
	background: #025fc5;
	border-radius: 18px;
}

.packages-section .right-col .image-col:nth-child(2) .image-block:last-child .title{
	top: auto;
	bottom: -17px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	background: #050007;
}

.main-footer ul,
.main-footer ul li{
	list-style: none;
	margin: 0;
}

.main-footer .footer-bottom{
	position: relative;
    padding: 25px 0;
    line-height: 24px;
    font-size: 14px;
    border-top: 1px solid #025fc5;
    text-align: center;
}

.main-footer .upper-section{
	position: relative;
    padding: 90px 0 20px;
}

.main-footer .upper-section .footer-column{
	position: relative;
	margin-bottom: 30px;
}

.main-footer .upper-section .inner-container{
	position: relative;
	padding-left: 420px;
	min-height: 270px;
}

.main-footer .left-info{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 330px;
}

.main-footer .left-info .logo{
	position: relative;
	margin-bottom: 35px;
}

.main-footer .left-info .logo img{
	max-height: 80px;
}

.main-footer .left-info .text{
	max-width: 310px;
	margin-bottom: 20px;
}

.main-footer .social{
	position: relative;
}

.main-footer .social li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.main-footer .social li a{
	position: relative;
	display: block;
	line-height: 28px;
	text-align: center;
	width: 32px;
	height: 32px;
	color: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 50%;
	transition: all 500ms linear;
}

.main-footer .social li a:before{
	content: '';
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	background: rgba(0, 0, 0, 0.0);
	border-radius: 50%;
	transition: all 500ms linear;
}

.main-footer .social li a i{
	position: relative;
	line-height: 28px;
	font-size: 14px;
	z-index: 1;
}

.main-footer .social li:hover a{
	background: rgba(0, 0, 0, 0.0);
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.0);
	transform: rotate(360deg);
}

.main-footer .social li.facebook:hover a:before{
	background: #3b5998;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.twitter:hover a:before{
	background: #1da1f2;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.linkedin:hover a:before{
	background: #0a66c2;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.instagram:hover a:before{
	background: #c32aa3;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .social li.youtube:hover a:before{
	background: #ff0000;
	transform: rotate(135deg);
	border-radius: 5px;
}

.main-footer .upper-section h6{
	position: relative;
	font-size: 22px;
	font-weight: 700;
	text-transform: none;
	color: #ffffff;
	padding-bottom: 7px;
	margin-bottom: 25px;
}

.main-footer .upper-section h6:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 45px;
	border-bottom: 2px solid #025fc5;
}

.main-footer .upper-section .links{
	position: relative;
}

.main-footer .upper-section .links li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	margin-bottom: 7px;
}

.main-footer .upper-section .links li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .links li a{
	position: relative;
	color: #ffffff;
}

.main-footer .upper-section .links li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	border-bottom: 2px solid #025fc5;
	transition: all 300ms linear;
}

.main-footer .upper-section .links li a:hover:before{
	width: 100%;
}

.main-footer .upper-section .links li a:hover{
	color: #025fc5;
}

.main-footer .upper-section .info{
	position: relative;
}

.main-footer .upper-section .info li{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	text-transform: none;
	padding-left: 42px;
	margin-bottom: 12px;
}

.main-footer .upper-section .info li:last-child{
	margin-bottom: 0;
}

.main-footer .upper-section .info li a{
	position: relative;
	color: #ffffff;
}

.main-footer .upper-section .info li .icon{
	position: absolute;
	left: 0;
	display: inline-block;
	width: 42px;
	line-height: 26px;
}

.main-footer .upper-section .info li .icon img{
	max-height: 26px;
}

.main-footer .upper-section .info li a:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0%;
	border-bottom: 2px solid #025fc5;
	transition: all 300ms linear;
}

.main-footer .upper-section .info li a:hover:before{
	width: 100%;
}

.main-footer .upper-section .info li a:hover{
	color: #025fc5;
}

.main-footer .news-form{
	position: relative;
}

.main-footer .news-form .form-group{
	margin-bottom: 15px;
}

.news-form form input{
	padding-left: 20px;
	background: #03203d;
	font-size: 14px;
	line-height: 24px;
	border-color: #03203d;
	color: #ffffff;
}

.news-form form .theme-btn{
	position: relative;
	margin-top: 5px;
}

.news-form form ::-webkit-input-placeholder{color: #d0d0d0;}

.news-form form ::-moz-input-placeholder{color: #d0d0d0; }

.news-form form ::-ms-input-placeholder{color: #d0d0d0;}

/*** 

====================================================================
	Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	padding:0px 0px;
	background: #151515;
	overflow: hidden;
	z-index: 1;
}

.inner-banner .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
}

.inner-banner .content-box{
	position:relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	padding: 50px 0px;
	min-height: 380px;
	z-index: 10;
}

.inner-banner .content-box .content{
	position:relative;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.inner-banner .inner{
	position: relative;
	text-align: center;
}

.inner-banner h3,
.inner-banner h1{
	font-size: 36px;
	font-weight: 700;
	line-height:1.25em;
	color: #ffffff;
	margin:0 0;
}

.inner-banner .text{
	font-weight: 400;
	line-height:1.30em;
	font-size: 18px;
	color: #ffffff;
	margin:20px 0 0;
}

.inner-banner .link-box{
	position: relative;
	padding-top: 25px;
}

/*** 

====================================================================
	Parallax Section
====================================================================

***/

.parallax-section{
	position: relative;
	padding:90px 0px 70px;
	background: #151515;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	z-index: 1;
}

.parallax-section .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

.parallax-section .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.67);
}

.parallax-section .auto-container{
	max-width: 900px;
}

.parallax-section .text p{
	position:relative;
	line-height: 1.30em;
}


/*** 

====================================================================
	Service Details Section
====================================================================

***/

.service-details{
	position:relative;
	padding: 70px 0 20px;
	background: #ffffff;
	z-index: 5;
}

.service-details .left-col,
.service-details .right-col{
	position: relative;
}

.service-details .left-col .inner{
	position: relative;
	display: block;
	padding-right: 30px;
}

.service-details .left-col ul{
	margin-left: 50px;
	margin-bottom: 20px;
}

.service-details .left-col ul li{
	position: relative;
	padding-left: 38px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.service-details .left-col ul li:last-child{
	margin-bottom: 0;
}

.service-details .left-col ul li:before{
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
	position: absolute;
	color: #ffffff;
	left: 0;
	top: 0px;
	line-height: 24px;
	font-size: 12px;
	width: 24px;
	height: 24px;
	text-align: center;
	background: #025fc5;
	border-radius: 50%;
}

.service-details .left-col h4,
.service-details .left-col h5{
	margin-bottom: 15px;
	color: #212934;
	font-weight: 700;
}

.service-details .left-col h2,
.service-details .left-col h3{
	margin-bottom: 20px;
	color: #212934;
	font-weight: 500;
}

.service-details .left-col h2{
	font-size: 34px;
}

.service-details .left-col h3{
	font-size: 30px;
}

.service-details .left-col .margin-30{
	margin-bottom: 30px;
}

.service-details .left-col .margin-25{
	margin-bottom: 25px;
}

.space-30{
	height: 30px;
}

.space-35{
	height: 35px;
}

.space-20{
	height: 20px;
}

.service-details .right-col .inner{
	position: relative;
	display: block;
	padding-left: 100px;
	padding-top: 80px;
}

.service-details .right-col .row{
	margin: 0 -17px;
}

.service-details .right-col .image-col{
	position: relative;
	padding: 0 17px;
}


.service-details.services-singles.alternate .right-col img{
	border-radius: 40px;
}

.service-details .right-col .image-block{
	position: relative;
	display: block;
	margin-bottom: 35px;
}

.service-details.alternate .right-col .image-col:nth-child(1){
	padding-top: 130px;
}

.service-details .right-col .image-block .image{
	position: relative;
	display: block;
	border-radius: 30px;
	overflow: hidden;
}

.service-details .right-col .image-block img{
	display: block;
	width: 100%;
}

/*** 

====================================================================
	Emquire Section
====================================================================

***/

.enquire-section{
	position: relative;
	padding: 80px 0 50px;
}

.enquire-section.alternate{
	background: #ffffff;
	padding: 70px 0 56px;
}

.enquire-section .auto-container{
	max-width: 880px;
}

.enquire-section.alternate .auto-container{
	max-width: 1080px;
}

.enquire-section form .row{
	margin: 0 -12px;
}

.enquire-section form .row .form-group{
	padding: 0 12px;
	margin-bottom: 24px;
}

.enquire-section form .radio{
	position: relative;
	padding: 30px 20px;
	background: #f0f0f0;
	min-height: 100%;
	border-radius: 20px;
}

.enquire-section form .radio-block{
	margin-bottom: 5px;
}

.enquire-section form .radio-block label{
	margin-bottom: 0;
}

.enquire-section form .radio p{
	font-size: 14px;
	margin-bottom: 10px;
}

/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faqs-section{
	position:relative;
	background: #025fc5;
	padding: 60px 0 55px;
}

.faqs-section .title-box{
	position: relative;
	padding-bottom: 23px;
	margin-bottom: 40px;
}

.faqs-section .title-box:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 3px solid rgba(255, 255, 255, 0.30);
}

.faqs-section .title-box:after{
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 70px;
	border-bottom: 3px solid #ffffff;
	z-index: 1;
}

.faqs-section .title-box h3{
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 0;
}

.accordion-box{
  position: relative;
  margin: 0;
}

.accordion-box ::marker{
  display: none;
}

.accordion-box .block{
  position: relative;
  list-style: none;
  display: block;
  margin-bottom: 15px;
}

.accordion-box .block.active-block{
    
}

.accordion-box .block .acc-btn{
  position:relative;
  top: 0;
  width: 100%;
  font-size:17px;
  line-height:30px;
  font-weight:500;
  color: #ffffff;
  padding:20px 50px 20px 30px;
  background: #3b4957;
  background: -webkit-linear-gradient(top,#3b4957,#242a30);
  border-radius: 35px;
  cursor:pointer;
}

.accordion-box .block.active-block .acc-btn{
    
}

.accordion-box .block .acc-btn i{
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #025fc5;
  font-size: 24px;
  line-height: 30px;
  cursor:pointer;
  transition:all 700ms ease;
}

.accordion-box .block .acc-btn.active i{
  transform: rotate(180deg);
}

.accordion-box .block .acc-content{
  position:relative;
  width: 100%;
  display: none;
}

.accordion-box .active-block .acc-content{
  display:block;
}

.accordion-box .block .content{
  position:relative;
  background: #ffffff;
  padding: 25px 30px 10px 30px;
  border-radius: 25px 25px;
}

.accordion-box .block .content .text{
  display: block;
  line-height: 1.40em;
  font-size: 16px;
}

.accordion-box .block .content p,
.accordion-box .block .content ul{
	margin-bottom: 15px;
}

.accordion-box .block .content ul{
	margin-left: 20px;
}

.accordion-box .block .content ul li{
	list-style: disc;
}

/*** 

====================================================================
	Customer Reviews Section
====================================================================

***/

.reviews-section{
	position:relative;
	padding: 80px 0 80px;
}

.review-block{
	position: relative;
	margin-bottom: 30px;
}

.reviews-section .row{
	margin: 0 -20px;
}

.reviews-section .review-block{
	padding: 0 20px;
	margin-bottom: 40px;
}

.review-block .inner-box{
	position: relative;
	display: block;
	padding: 50px 35px;
	background: #ffffff url(../images/resource/quote-left.svg) 90% 40px no-repeat;
	border: 1px solid rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
}

.review-block h6{
	color: #212934;
	font-weight: 600;
	margin-bottom: 10px;
}

.review-block .rating{
	position: relative;
	font-size: 16px;
	color: #025fc5;
	line-height: 24px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.review-block .text{
	position: relative;
	line-height: 1.50em;
}

.review-block .text p{
	margin-bottom: 15px;
}

.review-block .info{
	position: relative;
	padding-top: 10px;
}

.review-block .info strong{
	font-weight: 600;
	color: #212934;
}

.review-block .info .location{
	font-weight: 400;
	color: #999999;
}

.reviews-section .lower-link-box{
	position:relative;
	padding-top: 20px;
	text-align: center;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding: 70px 0 50px;
}

.contact-section .contact-info{
	position: relative;
	margin-bottom: 40px;
}

.contact-section .info-block{
	position: relative;
	margin-bottom: 40px;
}

.contact-section .info-block{
	position: relative;
	margin-bottom: 40px;
}

.contact-section .info-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
	min-height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 0 20px 34px;
	border-radius: 15px;
}

.contact-section .info-block .inner-box:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	border-bottom: 4px solid #025fc5;
	transform: scaleX(0.0);
	transition: all 500ms linear;
}

.contact-section .info-block .inner-box:hover:after{
	transform: scale(1.0);
}

.contact-section .info-block .icon-box{
	position: relative;
	display: block;
	width: 64px;
	height: 72px;
	margin: -12px auto 25px;
	padding: 12px 10px 10px;
	line-height: 60px;
	background: #025fc5;
	color: #ffffff;
	font-size: 32px;
}

.contact-section .info-block .icon-box:after{
	content: '';
	position: absolute;
	right: -12px;
	top: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #025fc5;
	border-left: 7px solid #025fc5;
}

.contact-section .info-block .icon-box .icon{
	position: relative;
	display: block;
	transition: all 400ms linear;
}

.contact-section .info-block:hover .icon-box .icon{
    transform: rotateY(180deg);
}

.contact-section .info-block h5{
	font-weight: 600;
	font-size: 20px;
	color: #003366;
	margin-bottom: 15px;
}

.contact-section .info-block .phone,
.contact-section .info-block .email,
.contact-section .info-block .address,
.contact-section .info-block .work-hours{
	position: relative;
	font-size: 16px;
	line-height: 1.5em;
	color: #757575;
}

.contact-section .info-block .phone a,
.contact-section .info-block .email a,
.contact-section .info-block .address a,
.contact-section .info-block .work-hours a{
	color: #757575;
}

.contact-section .image-col{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .image-col .inner{
	position: relative;
	display: block;
	min-height: 100%;
	margin-right: 20px;
}

.contact-section .image-col .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.contact-section .image-col .image{
	display: none;
}

.contact-section .image-col .image img{
	width: 100%;
}

.contact-section .form-col{
	position: relative;
	margin-bottom: 10px;
}

.contact-section .form-col .inner{
	position: relative;
	display: block;
}

.contact-section .form-col h4{
	color: #212934;
	font-weight: 600;
	margin-bottom: 15px;
}

.contact-section .form-col .text{
	position: relative;
	max-width: 720px;
	line-height: 1.5em;
	margin-bottom: 25px;
}

.contact-section form .row{
	margin: 0 -12px;
}

.contact-section form .row .form-group{
	padding: 0 12px;
	margin-bottom: 24px;
}

.map-box{
	position: relative;
	display: block;
	background: #cccccc;
}

.map-box iframe{
	position: relative;
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background: #e0e0e0;
	height: 500px;
}

/*** 

====================================================================
	Agreement Section
====================================================================

***/

.maint-agree{
	position:relative;
	padding: 0 0;
}

.maint-agree .upper-content{
	position: relative;
	text-align: center;
	padding: 70px 0 35px;
}

.maint-agree .upper-content .auto-container{
	max-width: 760px;
}

.maint-agree .upper-content p{
	margin-bottom: 16px;
}

.maint-agree .package-area{
	position: relative;
	padding: 60px 0 80px;
	background: #ecebeb;
}

.maint-agree .package-area h5{
	text-align: center;
	font-weight: 700;
	color: #212934;
	margin-bottom: 50px;
}

.maint-agree .package-area .table-box{
	position: relative;
	max-width: 830px;
	margin: 0 auto;
	background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
}

.maint-agree .package-area table{
	position:relative;
    border-collapse: collapse;
    width: 100%;
	margin-bottom:0;
    border: 1px solid #d0d0d0;
    font-family: 'Poppins', sans-serif;
}

.maint-agree .package-area table tr td{
	vertical-align: middle;
    border: none;
    border-bottom: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    padding: 10px 20px;
    line-height: 1.5em;
    font-size: 16px;
}

.maint-agree .package-area table tr td:last-child{
	border-right: none;
}

.maint-agree .package-area table tr:last-child td{
	border-bottom: none;
}

.maint-agree .package-area table tr td:nth-child(1){
	width: 60%;
}

.maint-agree .package-area table tr td:nth-child(2){
	width: 40%;
    text-align: center;
}

.maint-agree .package-area table tr td .icon-box{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	padding: 0 0;
	text-align: center;
	color: #ffffff;
	background: #0071bc;
	font-size: 15px;
	border-radius: 50%;
	margin: 0 auto;
}

 .maint-agree .package-area table tr td strong{
 	color: #212934;
 	font-weight: 600;
 }

.maint-agree .package-area table th{
	border: none;
    border-right: 1px solid #d0d0d0;
    padding: 30px 15px;
    text-align: center;
    line-height: 1.5em;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: #025fc5;
    color: #ffffff;
    vertical-align: middle;
}

.maint-agree .package-area table th:last-child{
	border-right: none;
}

.maint-agree .table-box .lower-text{
	position: relative;
	font-size: 14px;
	line-height: 1.5em;
	padding: 30px 30px 30px;
	text-align: center;
    border-radius: 0 0 15px 15px;
}

.maint-agree .table-box .link-box{
	padding-top: 30px;
}

.about-section .table-striped tbody tr.no-bg {
    background-color: rgba(0,0,0,0.0);
}


.services-singles .right-col .inner{
	padding-top: 0px;
}