@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body {
	background-color:#fff;
	font: 300 16px/24px 'Poppins', sans-serif;
	color:#2a2a2a;
	margin:0 !important;
	padding:0 !important;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

body .container {
	width:98%;
	max-width:1300px;
}

p {
	margin:0;
	padding:0;
}

h1, h2, h3, h4, h5, h6 {
	padding:0;
	margin:0;
}

body a, body img {
	border:none;
	outline:none;
}

body a:focus {
	outline:none;
	text-decoration:none;
}

body ul, body ol {
	padding:0;
	margin:0;
}

.error {
	border-color:#d04936;
}

button, input[type="button"], input[type="submit"] {
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

body li {
	padding:0;
	margin:0;
	list-style-type:none;
}

body a, body a:hover {
	text-decoration:none;
}

img:not(.banner-image) {
	max-width:100%;
	width:auto;
}

img.banner-image {
	display:block;
}

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}

.txt-lt {
	text-align:left;
}

.txt-rt {
	text-align:right;
}

.txt-cen {
	text-align:center;
}

.txt-just {
	text-align:justify;
}

body .iiop-container {
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	/*padding:0 20px;*/
	padding:0;
	margin:0 auto;
}

header {
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
}

header {
	padding:25px 0px 10px;
}

.header-left-sec {
	display:inline-block;
	vertical-align:middle;
	width:525px;
	float:none;
}

.toxic-cross li {
     font-size:20px;
     line-height:28px;
    background-image: url('cross.png');
      background-size: 20px 20px; /* Adjust the size of the bullet image */
      background-repeat: no-repeat;
      background-position: 0 50%; /* Center the image vertically */
    display:inline;
    padding-right: 15px;
}

body .identify-right li {
    margin:10px 0;
}

.identify-right li::before {
      content: '\f00c'; /* Font Awesome check icon */
      font-family: 'Font Awesome 5 Free'; /* Ensure the font family matches */
      font-weight: 900; /* Use solid weight (900) */
      color: green; /* Change the color of the icon */
      margin-right: 10px; /* Add space between the icon and text */
      color: green;
      vertical-align:middle;
    }
 


.logo-sec {
	display:inline-block;
	vertical-align:bottom;
	width:calc(100% - 284px);
	padding-right:2px;
	padding-bottom:0px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.trust-pilot-sec {
	display:inline-block;
	vertical-align:bottom;
	width:290px;
}

.logo-sec a {
	display:block;
}

.logo-sec img {
	display:block;
	mix-blend-mode:multiply;
}

.header-right-sec {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	width:calc(100% - 525px);
	float:none;
}

.top-head-right-con {
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
	padding:0 0 10px;
	transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
}

.head-con {
	display:inline-block;
	vertical-align:middle;
}

.flag-con {
	padding-right:12px;
}

.flag-con img {
	display:block;
}

.mail-con {
	padding-right:20px;
}

.mail-con a {
	font: 400 15px/24px 'Poppins', sans-serif;
	color:#214484;
	display:inline-block;
	vertical-align:middle;
	padding-left:7px;
}

.mail-con i {
	font-size:15px;
	color:#214484;
	display:inline-block;
	vertical-align:middle;
}

.tel-con {
	padding-right:8px;
	position:relative;
}

.tel-con:after {
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width:1px;
	height:18px;
	background-color:#2a2a2a;
	content:"";
}

.tel-con a {
	font: 300 16px/24px 'Poppins', sans-serif;
	color:#2a2a2a;
	display:block;
}

.callback-con a {
	font: 600 16px/24px 'Poppins', sans-serif;
	color:#0088cc;
	display:block;
}

.callback-con {
	padding-left:10px;
}

body #navigation .nav ul > li.menu-btn:last-child {
	padding-right:0;
}

body #navigation {
	border:none;
	padding:0;
	width:100%;
}

body #navigation .nav {
	text-align:right;
}

body #navigation .nav ul li {
	padding:0 8px;
	margin:0;
}

body #navigation .nav ul li a {
	padding:0px 0px;
	display:block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	font: 400 14px/24px 'Poppins', sans-serif;
	color:#2a2a2a;
	letter-spacing:0.5px;
	text-transform:capitalize;
	text-align:center;
	position:relative;
}

body #navigation .nav ul li:not(.menu-btn) a:after {
	content: '';
	display: block;
	width: 26px;
	height: 2px;
	background-color: #0b8feb;
	position: absolute;
	left: 0;
	bottom: -10px;
	-webkit-transition: all ease-in-out .2s;
	-o-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
}

body #navigation .nav ul li:not(.menu-btn) a:hover:after,
body #navigation .nav ul li.active:not(.menu-btn) a:after {
	bottom: 0;
	opacity: 1;
}

body #navigation .nav ul {
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
}

body #navigation .nav ul li {
	margin:0;
	display:inline-block;
	vertical-align:middle;
}

body #navigation .nav ul li:first-child {
	padding-left:0;
}

body #navigation .nav ul li:last-child {
	padding-right:0;
}

#mobile-header {
    display: none;
}

.nav-menu-sec {
	background-color:#fff;
	padding:0 0 1px 0;
	position:relative;
	z-index:1;
	box-shadow:1px 2px 1px #e6e9ed;
	-moz-box-shadow:1px 2px 1px #e6e9ed;
	-ms-box-shadow:1px 2px 1px #e6e9ed;
	-webkit-box-shadow:1px 2px 1px #e6e9ed;
}

body #navigation .nav ul li.menu-btn {
	padding:0 2px;
}

body #navigation .nav ul li.menu-btn a {
	font-size: 12px !important;
	line-height: 12px;
	padding: 5px 9px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border-style: solid;
}

body #navigation .nav ul li.menu-btn.menu-btn01 a {
	background-color: transparent;
	border-color: #ced4da;
}

body #navigation .nav ul li.menu-btn.menu-btn02 a {
	background-color: #3b7ebb;
	border-color: #3b7ebb;
	color: #fff;
}

body #navigation .nav ul li.menu-btn.menu-btn03 a {
	background-color: #58ae42;
	border-color: #58ae42;
	color: #fff;
}

body #navigation .nav ul li.menu-btn.menu-btn01 a:hover,
body #navigation .nav ul li.menu-btn.menu-btn01 a:hover {
	background-color: #58ae42;
	border-color: #58ae42;
	color: #fff;
}

body #navigation .nav ul li.menu-btn.menu-btn02 a:hover,
body #navigation .nav ul li.menu-btn.menu-btn02 a:hover {
	background-color: #58ae42;
	border-color: #58ae42;
	color: #fff;
}

body #navigation .nav ul li.menu-btn.menu-btn03 a:hover,
body #navigation .nav ul li.menu-btn.menu-btn03 a:hover {
	background-color: #3b7ebb;
	border-color: #3b7ebb;
	color: #fff;
}

header.header.open, header.header {
	position:fixed;
	width:100%;
	z-index:1000;
	box-shadow: 0 10px 30px 0 rgba(25,45,100,.2);
	-moz-box-shadow: 0 10px 30px 0 rgba(25,45,100,.2);
	-ms-box-shadow: 0 10px 30px 0 rgba(25,45,100,.2);
	-webkit-box-shadow: 0 10px 30px 0 rgba(25,45,100,.2);
	background-color:rgba(255,255,255,0.75);
}

header.header.open .logo-sec {
    max-width: 180px; 
}

header.header.open .trust-pilot-sec {
    display:none;
}

header.header.open {
	border:none;
	padding-top:3px;
	padding-bottom:5px;
	background:#fff;
}

header.header.open .top-head-right-con {
	display:none;
}

.banner-sec {
	padding:0;
	font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
}

.banner-row {
	padding:220px 0 40px;
	min-height:600px;
	height:100vh;
	display:flex;
	align-items:center;
	position:relative;
}

.banner-row:before {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#fff;
	opacity:0.30;
	z-index:2;
	left:0;
	top:0;
	content:"";
}

.banner-left-sec {
	display:inline-block;
	vertical-align:middle;
	float:none;
	font-size:18px;
	line-height:28px;
	font-weight:300;
	position:relative;
	z-index:10;
}

.banner-right-sec {
	display:inline-block;
	vertical-align:middle;
	float:none;
	font-size:20px;
	line-height:26px;
}

.banner-left-sec h4 {
	color:#5a5a5a;
	font-size: 18px;
	line-height: 26px;
	font-weight:300;
}

.banner-left-sec h2 {
	font-size: 44px;
	line-height: 52px;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:25px;
	position:relative;
}

.banner-left-sec h2:after {
	content: '';
	display: block;
	width: 55px;
	height: 3px;
	background-color: #0b8feb;
	position: absolute;
	left: 50%;
	transform:translateX(-50%);
	bottom: 0;
	opacity: 1;
}

.banner-left-sec p {
	max-width:600px;
	margin:0 auto;
}

.banner-left-sec h2 span {
	display:block;
	/*color:#2a2a2a;
	font-weight:600;*/
}

.banner-btn-sec {
	padding:40px 0 0;
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
}

.banner-btn-sec a.banner-button, .banner-btn-sec span.banner-button {
	font-size: 18px !important;
	cursor:pointer;
	line-height: 30px;
	padding: 9px 25px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	display:inline-block;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border-style: solid;
	font-weight:300;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.3);
}

.banner-btn-sec a.banner-button.banner-button01, .banner-btn-sec span.banner-button.banner-button01 {
	background-color: #3b7ebb;
	border-color: #3b7ebb;
	color: #fff;
	margin-right:15px;
}

.banner-btn-sec a.banner-button.banner-button02, .banner-btn-sec span.banner-button.banner-button02 {
	background-color: #58ae42;
	border-color: #58ae42;
	color: #fff;
}

.banner-btn-sec a.banner-button.banner-button02:hover, .banner-btn-sec span.banner-button.banner-button02:hover {
	background-color: #3b7ebb;
	border-color: #3b7ebb;
}

.banner-btn-sec a.banner-button.banner-button01:hover, .banner-btn-sec span.banner-button.banner-button01:hover {
	background-color: #58ae42;
	border-color: #58ae42;
}

.banner-slide img {
	max-height:560px;
	width:auto !important;
	margin:0 auto;
}

.banner-slide {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.52);
	box-shadow: 0 0 30px rgba(0,0,0,.52);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.banner-slide .owl-controls .owl-nav {
	margin:0 !important;
}

.banner-slide .owl-controls .owl-dots .owl-dot span {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 2px;
	background-color: #3b7ebb;
}

.banner-slide .owl-controls .owl-dots .owl-dot.active span {
	background-color: #58ae42;
}

.banner-slide .owl-controls {
	position:absolute;
	right:15px;
	bottom:10px;
}
	
.small-txt {
	font-size:12px;
	line-height:16px;
	text-align:right;
	padding-top:2px;
	padding-right:2px;
}

.home-sec01 {
	padding:100px 0;
	font-size: 0;
    letter-spacing: 0;
    word-spacing: 0;
	text-align:center;
	background: #f5f5f5 !important;
}

.home-sec01.home-sec02 {
	background: #fff !important;
}

.home-secgap.home-sec01 {
	padding-top:50px;
}

.home-sec01-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-align:center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.home-sec01-left-sec-flex {
	order:2;
}

.home-sec01-right-sec-flex {
	order:1;
}

.home-sec01-left-sec {
	display:inline-block;
	vertical-align:middle;
	float:none;
	text-align:left;
	font-size:16px;
	line-height:26px;
	font-weight:400;
	padding:15px 15px;
}

.home-sec01-right-sec {
	/*text-align:left;*/
	display:inline-block;
	vertical-align:middle;
	float:none;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	padding:15px 15px;
}

.title01 {
	font-size: 38px;
	line-height: 46px;
	color:#2a2a2a;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:15px;
	margin-bottom:25px;
	position:relative;
}

.title01:after {
	content: '';
	display: block;
	width: 55px;
	height: 3px;
	background-color: #0b8feb;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
}

.title01.text-center:after {
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	left: 50%;
}

.title02 {
	font-size: 30px;
	line-height: 36px;
	color:#ED5E26;
	font-weight:600;
	text-transform:capitalize;
	padding-bottom:20px;
	position:relative;
}

.pic-con {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.52);
	box-shadow: 0 0 30px rgba(0,0,0,.52);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width:500px;
	padding:50px 30px;
	margin:0 auto;
}

.banner-slide.banner-slide-new {
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.52);
	box-shadow: 0 0 30px rgba(0,0,0,.52);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width:500px;
	padding:50px 30px;
	margin:0 auto;
}

.banner-slide.banner-slide-new img {
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

.pic-con01 {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.52);
	box-shadow: 0 0 10px rgba(0,0,0,.52);
	-webkit-border-radius: 10px;
	border-radius: 10px;
	max-width:600px;
	padding:0;
	margin:0 auto;
}

.pic-con img {
	max-width:300px;
	margin:0 auto;
	display:block;
}

.secbgcolor01 {
	background-color:#fff !important;
}

.nopad {
	padding:0 !important;
}

body .nopad .container {
	width: 100%;
	max-width: inherit !important;
}

.section-left-right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height:400px;
}

.section-left-right-img-con, .section-left-right-text-con {
	float:none;
	width:50%;
}

.section-left-right-img-con {
	width:40%;
}

.section-left-right-text-con {
	width:60%;
}

.section-left-right-img-con img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center;
}

.section-left-right-img-con.position-left img {
	object-position: center center;
}

.section-left-right-img-con.position-right img {
	object-position: right center;
}

.section-text-left .section-left-right-text-con {
	order:1;
}

.section-text-left .section-left-right-img-con {
	order:2;
}

.section-left-right-text-con {
	padding:0 50px;
}

.section-left-right-text-con > p {
	padding-bottom:30px;
}

.section-left-right-text-con > p:last-child {
	padding-bottom:0px;
}

.section-text-left .section-left-right-text-con {
	text-align:left;
}

.section-text-left .section-left-right-text-con h3:after {
	left:0;
}

.section-text-right .section-left-right-text-con {
	text-align:left;
}

.section-text-right .section-left-right-text-con h3:after {
	left:0;
}

.bgcolor01 {
	background-color:#89d675 !important;
}

.bgcolor01 .section-left-right-text-con {
	color:#fff;
}

.bgcolor01 .section-left-right-text-con h3:after {
	background-color:#fff;
}

.bgcolor02 {
	background-color:#efefef !important;
}

.bgcolor02 .section-left-right-text-con {
}

.bgcolor02 .section-left-right-text-con h3:after {
}

.bgcolor03 {
	background-color:#ff9670 !important;
}

.bgcolor03 .section-left-right-text-con {
	color:#fff;
}

.bgcolor03 .section-left-right-text-con h3:after {
	background-color:#fff;
}

.section-left-right-text-con h3:after {
	position:absolute;
	bottom:0;
	width:100px;
	height:2px;
	content:"";
}

.section-left-right-text-con h3 {
	font-size:30px;
	line-height:38px;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
	font-weight:300;
}

.section-left-right-text-con h6 {
	font-size:20px;
	line-height:28px;
	padding-bottom:7px;
	font-weight:600;
}

.section-left-right-text-con ul li {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	padding:0 0 7px;
	padding-left:28px;
	position:relative;
}

.section-left-right-text-con ul li:before {
	position:absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size:18px;
	line-height:26px;
	top:2px;
	left:0;
	content:"\f00c";
}

.section-left-right-text-con ul ul li {
	font-size:14px;
	line-height:24px;
	font-weight:300;
	padding-left:25px;
}

.section-left-right-text-con ul ul li:before {
	font-size:14px;
	line-height:24px;
	top:2px;
}

.section-left-right-text-con ul {
	padding:5px 0 0;
}

.section-left-right-text-con ul ul {
	padding-top:15px;
}

.section-left-right-text-con > ul {
	padding-bottom:25px;
}

.section-left-right-text-con > ul:last-child {
	padding-bottom:0px;
}

.section-left-right-text-con {
	font-size:16px;
	line-height:24px;
	font-weight:300;
}

.title-with-pad {
	padding:30px 0;
}
	
.left-new-con-parent {
	width:80%;
	padding-bottom:60px;
	position:relative;
}
	
.left-new-con-parent:not(.right-gap):after {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	bottom:10px;
	content:"\f175";
	content:"";
	font: normal normal normal 14px/1 FontAwesome;
	font-size:40px;
	line-height:40px;
	color:#2a2a2a;
	opacity:0.4;
}

.center-gap {
	margin:0 auto;
}

.right-gap {
	margin:0 auto;
	margin-right:0;
}

.left-new-con-parent.right-gap {
	padding-bottom:0;
}

.title-new-con {
	font-size: 26px;
	line-height: 34px;
	color: #2a2a2a;
	font-weight: 500;
	text-transform: capitalize;
	padding-bottom: 20px;
	position: relative;
	text-align:center;
}

.panel-two-block .col-panel-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height:150px;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.40);
	box-shadow: 0 5px 20px rgba(0,0,0,.40);
}

.panel-two-block .col-panel-block .col-panel02 {
	float:none;
	width:50%;
}

.picpanel img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center;
}

.text-panel strong {
	font-weight:600;
}

.picpanel {
	background-color:#fff;
}

.picpanel.nocover img {
	object-fit:contain;
}

.bgcolor01 .text-panel {
	color:#fff;
}

.bgcolor01 .text-panel h3:after {
	background-color:#fff;
}

.bgcolor02 .text-panel {
	color:#fff;
}

.bgcolor02 .text-panel h3:after {
	background-color:#fff;
}

.bgcolor03 .text-panel {
	color:#fff;
}

.bgcolor03 .text-panel h3:after {
	background-color:#fff;
}

.text-panel h3 {
	font-size:30px;
	line-height:38px;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:30px;
	position:relative;
	font-weight:300;
}

.text-panel h6 {
	font-size:20px;
	line-height:28px;
	padding-bottom:7px;
	font-weight:600;
}

.text-panel ul li {
	font-size:18px;
	line-height:28px;
	font-weight:400;
	padding:0 0 7px;
	padding-left:28px;
	position:relative;
}

.text-panel ul li:before {
	position:absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size:18px;
	line-height:26px;
	top:2px;
	left:0;
	content:"\f00c";
}

.text-panel ul ul li {
	font-size:16px;
	line-height:26px;
	font-weight:400;
	padding-left:25px;
}

.text-panel ul ul li:before {
	font-size:16px;
	line-height:24px;
	top:2px;
}

.text-panel >:first-child {
	padding-top:0;
}

.text-panel ul {
	padding:10px 0 0;
}

.text-panel ul ul {
	padding-top:10px;
}

.text-panel > ul {
	padding-bottom:20px;
}

.text-panel > ul:last-child {
	padding-bottom:0px;
}

.text-panel {
	font-size:19px;
	line-height:28px;
	font-weight:400;
	padding:25px;
	text-align:left;
}

.banner-btn-sec a.banner-button.banner-button03 {
	background-color: #fff;
	border-color: #fff;
	color: #2a2a2a;
}

.banner-btn-sec a.banner-button.banner-button03:hover {
	background-color: rgba(255,255,255,0.75);
	border-color: rgba(255,255,255,0.75);
}

.text-panel .banner-btn-sec {
	padding: 20px 0 0;
}

.text-panel .banner-btn-sec a.banner-button {
	font-size: 14px !important;
	line-height: 24px;
	padding: 5px 18px;
	font-weight:600;
}

.text-bottom-blck {
	font-size:20px;
	line-height:28px;
	color:#2a2a2a;
	padding-top:70px;
}

.video-con {
	height:100%;
}

.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 100%;
}

.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.applicant-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	min-height:250px;
	justify-content:center;
	box-shadow:0 0 12px rgba(0,0,0,0.35);
	-moz-box-shadow:0 0 12px rgba(0,0,0,0.35);
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.35);
	margin-top:15px;
}

.applicant-block > .appli-col {
	float:none;
	width:33.33333%;
	padding:10px;
	overflow:hidden;
}	

.applicant-block > .appli-col:not(:first-child) {
	padding-left:0;
}

.appli-col > img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center;
}

.appli-col .owl-controls .owl-nav {
	margin:0 !important;
}

.appli-col .owl-controls .owl-dots .owl-dot span {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 2px;
	background-color: #3b7ebb;
}

.appli-col .owl-controls .owl-dots .owl-dot.active span {
	background-color: #58ae42;
}

.appli-col .owl-controls {
	position:absolute;
	right:15px;
	bottom:10px;
}

.news-slider img {
	width:100% !important;
	height:100% !important;
	object-fit:contain;
	object-position: center;
}

.news-slider .cars-img {
	margin: 0 auto;
}

.news-slider .owl-controls .owl-nav {
	margin:0 !important;
}

.news-slider .owl-controls .owl-dots .owl-dot span {
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	margin:0 2px;
	background-color: #3b7ebb;
}

.news-slider .owl-controls .owl-dots .owl-dot.active span {
	background-color: #58ae42;
}

.news-slider .owl-controls {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	bottom:-50px;
}

.news-slider {
	max-width:500px;
	margin:0 auto;
	padding-bottom:30px;
}

footer {
	background-color:#1a1a1a;
	padding:30px 0px;
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
}

.left-footer {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	color:rgba(255,255,255,0.8);
	font-size:14px;
	line-height:20px;
	font-weight:300;
	width:35%;
	padding-right:15px;
}

.right-footer {
	display:inline-block;
	vertical-align:middle;
	text-align:right;
	width:65%;
	padding-left:15px;
	color:rgba(255,255,255,1);
	font-size:16px;
	line-height:24px;
	font-weight:300;
}

.right-footer a:hover {
	color:rgba(255,255,255,0.5);
}

.right-footer a {
	padding:0 5px;
	color:rgba(255,255,255,1);
	font-size:16px;
	line-height:24px;
	font-weight:300;
}

.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .cars-img > img,
.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .cars-img, 
.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item, 
.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item, 
.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage, 
.appli-col > .owl-carousel > .owl-stage-outer, 
.appli-col > .owl-carousel {
	height:100%;
	width:100%;
}

.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .cars-img > img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center;
}

.banner-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-right-sec {
	order:2;
}

.banner-left-sec {
	order:1;
}

.contact-info {
	padding:0px 25px;
}

.conpage .contact-info {
	height:100%;
	position:relative;
}

.conpage .contact-bx02 {
	padding-bottom:60px;
}

.contact-form {
	padding:25px 40px;
	border:1px solid rgba(0,0,0,.1);
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	-ms-box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	height:100%;
	background-color:#fff;
}

.title01-box {
	font-size:32px;
	line-height:40px;
}

.contact-block-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.field-con {
	font-size:0;
	letter-spacing:0;
	word-spacing:0;
	margin:0 -10px;
}

.form-con > form > .field-con:not(:last-child) {
	padding-bottom:12px;
}

.form-con label {
	font-size:14px;
	line-height:24px;
	color:#5a5a5a;
	display:block;
	padding-bottom:2px;
	text-transform:uppercase;
	font-weight:600;
}

.col-half {
	width:50%;
	display:inline-block;
	vertical-align:top;
}

.field-con > div {
	padding:0 10px;
}

.input-fld.form-control {
	height:auto;
	padding:8px 15px;
	font-size:15px;
	font-weight:300;
	line-height:26px;
	color:#2a2a2a;
	border:1px solid #efefef;
	box-shadow: 0 0 2px rgba(0,0,0,0.12);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.12);
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.input-fld.form-control:focus {
	border-color:#6fc0f2;
}

select.input-fld.form-control {
	padding:11px 15px;
}

textarea.input-fld.form-control {
	height:150px;
}

input.banner-button, button.banner-button {
	font-size: 18px !important;
	line-height: 30px;
	padding: 9px 25px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	display:inline-block;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border-style: solid;
	font-weight:300;
}

input.banner-button01, button.banner-button01 {
	background-color: #3b7ebb;
	border-color: #3b7ebb;
	color: #fff;
	margin-right:15px;
}

input.banner-button01:hover, button.banner-button01:hover {
	background-color: #58ae42;
	border-color: #58ae42;
}

.btn-con {
	padding-top:15px !important;
}
	
.img-box {
	height:240px;
	overflow:hidden;
	margin-bottom:20px;
}

.img-box img {
	width:100%;
	height:100%;
	object-fit:cover;
	object-position: center;
}

.contact-bx01 {
	padding:20px 25px;
	background-color: #6fc0f2;
}

.contact-bx01 * {
	color:#fff !important;
}

.contact-info .contact-bx01 h4:after {
	background-color: #fff;
}

.contact-info h4 {
	font-size: 22px;
	line-height: 30px;
	color:#2a2a2a;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:15px;
	position:relative;
}

ul.list-address li {
	font-weight:400;
	font-size:16px;
	line-height:22px;
	padding:4px 0;
	padding-left:32px;
	position:relative;
}

.contact-bx02 {
	padding-top:30px;
	padding-bottom:25px;
}

ul.list-time li {
	font-weight:400;
	font-size:16px;
	line-height:22px;
	padding:4px 0;
	position:relative;
}

ul.list-address li i {
	position:absolute;
	left:0;
	font-size:18px;
	top:6px;
}

.contact-info h4:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #0b8feb;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
}
	
.margintop20 {
}

.assessment-panel > div:not(:last-child) {
	margin-bottom:40px;
}

.assessment-box {
	background: #fff !important;
	-webkit-box-shadow: 0 15px 8px rgba(0,0,0,.20);
	box-shadow: 0 15px 8px rgba(0,0,0,.20);
	font-size:18px;
	line-height:26px;
	max-width:980px;
	margin:0 auto;
	color:#5a5a5a;
}

.assessment-box h4 {
	text-align:center;
	background-color: #6fc0f2 !important;
	padding:10px 15px;
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.assessment-box ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: left;
	text-align:center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	padding:25px 30px;
	text-align:left;
}

.assessment-box ul li {
	width:50%;
	padding:8px 15px;
	padding-left:40px;
	position:relative;
}

.assessment-box ul li:before {
	position:absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size:18px;
	line-height:26px;
	top:10px;
	left:5px;
	color:#5a5a5a;
	content:"\f00c";
}

.assessment-box .banner-btn-sec {
	padding: 0px 0 25px;
}

.heading-block {
	padding:0;
	font-size:16px;
	line-height:24px;
	color:#5a5a5a;
}

.heading-block.heading-block01 {
	padding:0;
	font-size:24px;
	line-height:32px;
	color:#2a2a2a;
	font-weight:600;
	text-transform:uppercase;
}

.heading-block a {
	padding:0;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	color:#5a5a5a;
}

.heading-block span {
	padding:0 15px 5px;
}

.padbt35 {
	padding-bottom:75px !important;
}

.title03 {
	font-weight:300;
}

ul.list-address.list-address01 {
	padding-top:8px;
}

ul.list-address.list-address01 li {
	padding-top:2px;
	padding-bottom:2px;
}

ul.list-address.list-address01 li a {
	color:#5a5a5a;
	font-size:16px;
	line-height:22px;
}

.contact-info h6 {
	font-size: 18px;
	line-height: 30px;
	color:#5a5a5a;
	font-weight:600;
	text-transform:capitalize;
	position:relative;
}

.padtop50 {
	padding-top:50px;
}

.contact-info h2 {
	font-size: 32px;
	line-height: 40px;
	color:#2a2a2a;
	font-weight:300;
	text-transform:uppercase;
	padding-bottom:10px;
	margin-bottom:5px;
	position:relative;
}

.contact-info h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #0b8feb;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 1;
}

.assessment-box .panel-default > .panel-heading {
	color: #333;
	padding:0;
	border:none;
	border-radius:0 !important;
}

.panel-group.assessment-box {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.assessment-box .panel {
	border:none;
	-webkit-box-shadow: 0 15px 8px rgba(0,0,0,.20) !important;
	box-shadow: 0 15px 8px rgba(0,0,0,.20) !important;
}

.assessment-box .panel h4 a {
	display:block;
	text-align:left;
	padding-right:40px;
	position:relative;
	padding-left:15px;
}

.assessment-box .panel h4 a:after {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	line-height: 32px;
	top: 50%;
	right: 5px;
	color: #fff;
	content: "\f103";
	transform:translateY(-50%) rotate(-180deg);
	-moz-transform:translateY(-50%) rotate(-180deg);
	-webkit-transform:translateY(-50%) rotate(-180deg);
}

.assessment-box .panel h4 a.collapsed:after {
	transform:translateY(-50%) rotate(-0deg);
	-moz-transform:translateY(-50%) rotate(-0deg);
	-webkit-transform:translateY(-50%) rotate(-0deg);
}

.assessment-box .panel-body {
	padding:0;
}

.assessment-box .panel {
	margin-bottom:40px;
}

.nopadtop {
	padding-top:0 !important;
}

.new-assessment-box.assessment-box {
	background-color:#E7F3FF !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align:left;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
	-ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
}

h5.base-title:after {
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 28px;
	line-height: 32px;
	top: 50%;
	left: 14px;
	color: #fff;
	content: "\f046";
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

h5.base-title {
	background-color:#45ABDE;
	position:relative;
	font-size: 26px;
	line-height: 34px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding:10px 20px;
	padding-left:65px;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.new-accord {
	padding:15px 20px 15px;
}

.new-panel-body {
	padding:5px 0px 25px;
	color:#2a2a2a;
}

.new-panel-heading {
	color:#45ABDE;
	position:relative;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	padding-left:25px;
	margin-bottom:15px;
	cursor:pointer;
}

.new-panel-heading:after {
	position: absolute;
	top: 9px;
	left: 0px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10.0px;
	border-color: transparent transparent transparent #c00d00;
}

.new-panel-heading.active-accord:after {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.assessment-box .new-accord .banner-btn-sec	{
	padding-bottom:10px;
}

.assessment-box .new-accord .banner-btn-sec a.banner-button,
.assessment-box .new-accord .banner-btn-sec span.banner-button {
	font-size: 16px !important;
	line-height: 24px;
	padding: 6px 18px;
}

.text-left.title-new-con {
	text-align:left;
}

.pricing-point-con.text-panel {
	padding:0;
	padding-bottom:25px;
}

.pricingsmall-text {
	font-size:12px;
	line-height:16px;
	color:#999;
}

.option-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-align:center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top:40px;
}

.option-col {
	width:33.33333%;
	padding:0 20px;
}

.option-inner {
	overflow:hidden;
	border-top-width:7px;
	border-top-style:solid;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:#fff;
	border-color:#3b7ebb;
	padding:40px 35px;
	text-align:center;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
	-moz-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
	-ms-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
	-webkit-box-shadow: 0 5px 20px 0 rgba(0,0,0,.4);
}

.option-inner h4 {
	font-size: 30px;
	line-height: 36px;
	color: #2a2a2a;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom:20px;
}

.option-inner .option-content {
	font-size: 20px;
	line-height: 28px;
	color: #5a5a5a;
	font-weight: 300;
}

.option-inner .banner-btn-sec a.banner-button {
	margin:0 !important;
}

.option-inner .banner-btn-sec {
	padding-top:80px;
}

.option-col.option-center-col .option-inner {
	border-color:#58ae42;
	padding-top:60px;
	padding-bottom:60px;
}

.player-overlay {
	padding-bottom:40px;
}

video {
	display: block;
	width: 100%;
	height: 100%;
}

body .full-width > .container {
	width:100%;
	max-width:inherit;
	padding-right: 0px;
	padding-left: 0px;
}

body .full-width > .container > .row {
	margin-right: 0px;
	margin-left: 0px;
}

.sign-in-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	overflow:hidden;
	background-color:#fff;
}

.sign-in-box > div {
	float:none;
	padding-left:0;
	padding-right:0;
}

.sign-in-left .contact-form form {
	max-width:500px;
	margin:0 auto;
	padding-top:40px;
}

.sign-in-left .contact-form {
	padding: 100px 50px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	height: 100%;
	background-color: #fff;
}

.sign-in-left .contact-form input.banner-button {
	min-width:250px;
	margin:0;
}

.field-con > div {
	position:relative;
}

#toggle_pwd {
	position:absolute;
	right:25px;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	font-size:21px;
	color:#4a4a4a;
	cursor:pointer;
}

.sign-in-left .contact-form .input-fld.form-control[type="password"] {
	padding-right:70px;
}

.sign-in-left .contact-form .input-fld.form-control {
	padding: 12px 25px;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color:#2a2a2a;
	background-color:#e5f5ff;
	border:1px solid #e5f5ff;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-radius:27px;
	-moz-border-radius:27px;
	-webkit-border-radius:27px;
}

.sign-in-left .contact-form .input-fld.form-control:focus {
	border-color:#76c7db;
}

.sign-in-right {
	position:relative;
}

.sign-up-box-panel {
	position:relative;
	z-index:10;
	padding:50px 30px;
}

.sign-in-right:after {
	position:absolute;
	width:100%;
	height:10000px;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	content:"";
	z-index:0;
	background-color: #3b7ebb;
}

.sign-in-right .title01,
.sign-in-right .title-new-con {
	color:#fff;
}

.sign-in-right .title01:after {
	background-color:#fff;
}

.sign-in-right .title-new-con {
	font-size: 22px;
	line-height: 30px;
}

a.banner-button.banner-button04 {
	background-color: #fff;
	border-color: #fff;
	color: #2a2a2a;
}

.sign-in-right a.banner-button {
	min-width:220px;
}

a.banner-button.banner-button04:hover {
	background-color: rgba(255,255,255,0.8);
	border-color: rgba(255,255,255,0.8);
}

.free-trial-con {
	background-color: #3b7ebb;
	overflow:hidden;
	position:relative;
	padding-bottom:75px;
}

.free-trial-con:after {
	position:absolute;
	width:100%;
	height:50%;
	left:0;
	bottom:0;
	content:"";
	z-index:0;
	background-color: #fff;
}

.free-trial-con > .container {
	position:relative;
	z-index:10;
}

.free-trial-con .contact-form {
	padding: 75px 50px;
	border: 0px solid rgba(0,0,0,.1);
	box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-box-shadow: none;
	height: 100%;
	background-color: transparent;
}

.free-trial-con .title01,
.free-trial-con .title-new-con {
	color:#fff;
}

.free-trial-con .title01:after {
	background-color:#fff;
}

.free-trial-con .title01-box {
	font-size: 44px;
	line-height: 52px;
}

.free-trial-con .form-con label {
	font-size: 18px;
	line-height: 28px;
	text-transform: capitalize;
}

.free-trial-con .form-con {
	max-width:750px;
	margin:0 auto;
	margin-top:25px;
	padding: 25px 40px;
	border: 1px solid rgba(0,0,0,.1);
	box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	-moz-box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	-ms-box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,.6);
	height: 100%;
	background-color: #fff;
}

.free-trial-con input.banner-button {
	min-width:220px;
}

.bottom-free-trial {
	max-width:1000px !important;
}

.bottom-free-trial .text-bottom-blck {
	font-size: 22px;
	line-height: 32px;
	color: #2a2a2a;
	padding-top: 20px;
	font-weight: 300;
}

.free-trial-con.payment-sec:after {
	background-color: transparent;
}

.title-new-con01 {
	font-size: 18px;
	line-height: 28px;
	color: #5a5a5a;
	font-weight: 300;
}

.free-trial-con.payment-sec .title-new-con01 {
	color:#fff;
}

.free-trial-con.payment-sec {
	padding-bottom: 0;
}

.new-pricing-con {
	padding-bottom:60px;
	position:relative;
}

.new-pricing-con:after {
	position:absolute;
	width:100%;
	height:30%;
	left:0;
	top:0;
	content:"";
	z-index:0;
	background-color: #3b7ebb;
}

.new-pricing-con > .container {
	position:relative;
	z-index:1;
}

.pricing-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	text-align:center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color:#fff;
}

.pricing-block-item {
	border:2px solid rgba(0,0,0,0.05);
	border-bottom:none;
	padding:30px 25px;
	padding-bottom:100px;
	position:relative;
	border-right:none;
	width:20%;
}

.pricing-block > .pricing-block-item:first-child {
	border-left:none;
}

.pricing-head01 {
	font-size: 20px;
	line-height: 26px;
	color: #4a4a4a;
	font-weight: 700;
	text-transform: uppercase;
}

.pricing-head02 {
	font-size: 56px;
	line-height: 56px;
	color: #2a2a2a;
	font-weight: 700;
}

.pricing-head03 {
	font-size: 18px;
	line-height: 26px;
	color: #4a4a4a;
	font-weight: 500;
	text-transform: uppercase;
	padding-bottom: 10px;
	position:relative;
}

.pricing-head03:after {
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	left: 50%;
	background-color: #0b8feb;
	content: '';
	display: block;
	width: 55px;
	height: 3px;
	position: absolute;
	bottom: 0;
}

.pricing-head04 {
	font-size: 18px;
	line-height: 24px;
	color: #3a3a3a;
	font-weight:300;
	padding-top: 40px;
	padding-bottom: 30px;
}

.pricing-head04 span {
	display:block;
	font-size: 13px;
	line-height: 20px;
	color: #3a3a3a;
	font-weight:400;
	padding:4px 10px;
	margin-top:10px;
	background-color:#efefef;
}

.pricing-head05 {
	font-size: 40px;
	line-height: 46px;
	color: #3a3a3a;
	font-weight: 700;
}

.pricing-head05 span {
	display:block;
	font-size: 14px;
	line-height: 20px;
	color: #5a5a5a;
	font-weight:400;
	margin-top:2px;
}

.pricing-bottom01 .banner-btn-sec {
	padding: 0 0;
}

.pricing-bottom01 .banner-btn-sec a.banner-button {
	font-size: 15px !important;
	line-height: 28px;
	padding: 4px 20px;
}

.pricing-bottom01 {
	width:100%;
	position:absolute;
	left:0;
	bottom:30px;
}

.pricing-block-item-hor-heading, .pricing-block-item-hor {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align:left;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width:100%;
}

.pricing-block-item-hor {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-height:100px;
	overflow:hidden;
	margin-bottom:2px;
}

.pricing-block-item-hor-heading {
	background-color:#333333;
}

.pricing-head-hor-heading01 {
	width:30%;
	padding:12px 40px;
	background-color:#333333;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight:500;
	text-transform:uppercase;
}

.pricing-head-hor-heading02 {
	width:70%;
	padding:12px 25px;
	background-color:#515151;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight:500;
	padding-left:50px;
	text-transform:uppercase;
}

.pricing-head-hor-heading02 span {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	font-weight:300;
	padding-left:15px;
	display:inline-block;
	vertical-align:middle;
}

.pricing-head-hor-heading02 b, .pricing-head-hor-heading02 strong {
	font-weight:500;
	display:inline-block;
	vertical-align:middle;
}

.pricing-head-hor01 {
	width:30%;
	padding:0px 40px;
	position:relative;
	font-size: 35px;
	line-height: 40px;
	color: #2a2a2a;
	font-weight:700;
	text-transform:uppercase;
}

.pricing-head-hor01 span {
	position:relative;
	z-index:10;
}

.pricing-head-hor01:before {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	height:1000px;
	width:100%;
	z-index:0;
	background-color:#dddddd;
	content:"";
}

.pricing-head-hor01:after {
	position:absolute;
	right:-15px;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 15px;
	border-color: transparent transparent transparent #dddddd;
	z-index:1;
	content:"";
}

.pricing-head-hor02 {
	width:45%;
	padding:12px 25px;
	font-size: 20px;
	line-height: 32px;
	color: #3a3a3a;
	font-weight:500;
	padding-left:50px;
	text-transform:uppercase;
}

.pricing-head-hor03 {
	margin-top:5px;
	padding: 3px 10px 5px;
	font-size: 30px;
	line-height: 30px;
	color: #3a3a3a;
	font-weight:600;
	background-color:#fff;
}

.pricing-head-hor03 b {
	font-weight:600;
	display:inline-block;
	vertical-align:middle;
	padding-left:15px;
}

.pricing-head-hor03 span {
	font-size: 18px;
	line-height: 26px;
	color: #5a5a5a;
	font-weight:300;
	text-transform:none;
	display:inline-block;
	vertical-align:middle;
}

.pricing-right01 {
	width:25%;
	padding:25px 25px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	font-weight:500;
	text-transform:uppercase;
	text-align:center;
	position:relative;
}

.pricing-right01 > div {
	position:relative;
	z-index:10;
}

.pricing-right01:before {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	height:1000px;
	width:100%;
	z-index:0;
	background-color:#f3f3f3;
	content:"";
}

.pricing-head-hor02 {
	position:relative;
}

.pricing-head-hor02 > .inner-price {
	position:relative;
	z-index:10;
}

.pricing-head-hor02:before {
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	height:1000px;
	width:100%;
	z-index:0;
	background-color:#ededed;
	content:"";
}

.pricing-right01  .banner-btn-sec {
	padding: 0 0;
}

.pricing-right01 .banner-btn-sec a.banner-button {
	font-size: 15px !important;
	line-height: 28px;
	padding: 4px 20px;
}

.special-pricing .pricing-head-hor01 > span {
	color:#fff;
}

.pricing-block > .pricing-block-item-hor:nth-of-type(2n) > .pricing-head-hor01:before {
	background-color:#ccc;
}

.pricing-block > .pricing-block-item-hor:nth-of-type(2n) > .pricing-head-hor01:after {
	border-color: transparent transparent transparent #ccc;
}

.pricing-block > .pricing-block-item-hor:nth-of-type(2n) > .pricing-head-hor02:before {
	background-color:#eee;
}

.pricing-block > .pricing-block-item-hor:nth-of-type(2n) > .pricing-right01:before {
	background-color:#e5e5e5;
}

.pricing-block-item-hor.special-pricing .pricing-head-hor01:before {
	background-color:#3b7ebb;
}

.pricing-block-item-hor.special-pricing .pricing-head-hor01:after {
	border-color: transparent transparent transparent #3b7ebb;
}

.pricing-block-item-hor.special-pricing .pricing-head-hor02:before {
	background-color:#c4e3ff;
}

.pricing-block-item-hor.special-pricing .pricing-right01:before {
	background-color:#e5f3ff;
}

.bt-price-con > .container {
	background-color:#fff;
}

.bt-price-con.home-sec01 {
	background-color:#fff !important;
	padding:0px 0 75px;
}

.bt-price-con > .container > .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	text-align:center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.bt-price-con > .container > .row > div {
	float:none;
}

.bt-price-con .title01 strong {
	font-size: 34px;
	line-height: 40px;
	font-weight: 600;
	padding-bottom:10px;
	display:block;
	text-transform:uppercase;
}

.bt-price-con .title01 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
	padding-bottom: 15px;
	margin-bottom: 0;
	text-align: left;
	text-transform:none;
}

.bt-price-con .option-col {
	width:100%;
}

.bt-price-con .option-inner h4 {
	padding:0;
}

.bt-price-con .option-inner .banner-btn-sec {
	padding-top: 40px;
}

.bt-price-con.new-pricing-con > .container > .row .title01 {
	margin-left:50px;
}

.bt-price-con > .container {
	max-width:1050px;
}

.extr-page-content.contact-form {
	padding-left:0;
	padding-right:0;
	padding-top:30px;
}

.extr-page-sec.new-pricing-con .home-sec01-flex {
	padding:30px 25px 0;
	background-color:#fff;
}

.extr-page-sec.new-pricing-con .pic-con01 {
	max-width:inherit;
}

.extr-page-sec.new-pricing-con .home-sec01-left-sec {
	padding-left:30px;
}

.extr-page-sec.new-pricing-con::after {
	height: 100px;
}

.extr-page-content.free-trial-con.payment-sec .title02 {
	z-index:10;
}

.free-trial-con.payment-sec.extr-page-content .contact-form {
	padding: 30px 0px ;
}

.free-trial-con.payment-sec.extr-page-content .contact-form .title01-box {
	margin:0;
}

.new-pricing-con > .container.bottom-extra-pag {
	padding-left:40px;
	padding-right:40px;
}

.banner-slide.banner-slide-new.appli-col {
	padding:0;
	overflow:hidden;
}

.banner-slide.banner-slide-new.appli-col > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .cars-img > img {
	width:100% !important;
	max-width: inherit;
}

.banner-slide.banner-slide-new.full-width-img > .owl-carousel > .owl-stage-outer > .owl-stage > .owl-item > .item > .cars-img > img {
	width:100% !important;
	max-width: 85%;
}

.title-new-con.text-left.text-ttl01 {
	font-size: 20px;
	line-height:28px;
	padding:0;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	padding-bottom:5px;
}

.title-new-con.text-left.text-ttl01:after {
	position:absolute;
	left:0;
	bottom:0;
	content:"";
	width:70px;
	height:1px;
	background-color:#2a2a2a;
}

.row.new-title-con {
	padding-left:45px;
}

.new-title-con {
	margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
	font-size:20px;
	line-height:28px;
	text-align:left;
}

.new-content-con {
    position: relative;
	font-size:16px;
	line-height:24px;
	text-align:left;
}

.new-title-con > div {
	float:none;
	max-width:1000px;
}

.new-title-con:hover:before {
    height: 50%;
}

.new-title01 {
	font-size:34px;
	line-height:44px;
	font-weight:500;
	padding-bottom:20px;
}

.sub-title01 {
	font-size:18px;
	line-height:24px;
	font-weight:300;
	color:#5a5a5a;
}

.new-title-con:before, .new-title-con:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 10px;
    top: 0;
    background: #0b8feb;
    -webkit-transition: .4s;
    transition: .4s;
}

.row.new-title-con:before, .row.new-title-con:after {
    left: 25px;
}

.new-title-con:hover:after {
    height: 100%;
}

.new-title-con:after {
    left: 0px;
    height: 50%;
}

.row.new-title-con:after {
    left: 15px;
}

.side-panel.full-width .row > div {
	padding-left:0;
	padding-right:0;
}

.side-panel {
	padding:50px 0;
}

.side-panel:not(.full-width) .section-text-left .section-left-right-text-con {
	padding-left:0;
}

.side-panel:not(.full-width) .section-text-right .section-left-right-text-con {
	padding-right:0;
}

.side-panel.bot-pad0 {
	padding-bottom:0;
}

.section-left-right-text-con strong {
	font-weight:600;
}

strong {
	font-weight:600;
}

body .home-sec01.home-sec02.full-section-bg {
	background-position:center !important;
	background-size:cover !important;
	position:relative;
}

.full-section-bg-content > div {
	max-width:1100px;
	margin:0 auto;
	float:none;
	font-size:16px;
	line-height:24px;
	color:rgba(255,255,255,0.8);
}

.full-section-bg-content .sub-title01 {
	color:#fff;
	opacity:0.7;
}

.full-section-bg-content .new-title01 {
	color:#fff;
}

.full-section-bg:before {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.80;
	content:"";
	left:0;
	top:0;
	z-index:2;
}

.full-section-bg > div {
	position:relative;
	z-index:10;
}

footer {
	padding-left:15px;
	padding-right:15px;
}

@media only screen and (max-width:767px) {
    .toxic-cross li {
        display:block;
        padding: 10px 0;
    }
}