/*
Template Name: LaunchPage
Author URI: https://themeforest.net/user/epic-themes
Author Name: Epic Themes
Version: 1.0
*/

/* --- TABLE OF CONTENT

01. GENERAL LAYOUT
02. MENU-NAV
03. FOOTER
04. HOME
05. TEAM
06. FEATURES
07. GALLERY
08. PRICING
09. CONTACT
10. OTHER ELEMENTS
		a. Buttons
		b. Testimonials
		c. Benefits List
		d. Fun Facts
		e. Dropcaps Features
11. MEDIA QUERIES

--- */

/* ========================================================== */
/* 			               01. GENERAL LAYOUT                 */
/* ========================================================== */

ul {
	padding: 0;
}

ul, ol { 
	list-style: none; 
	list-style-image: none; 
	margin: 0; 
	padding: 0;
	color:#858585;
	font-size: 14px;
	line-height:24px;
	margin-bottom:20px;
}
	
ul li, ol li{
	font-size: 17px;
	line-height: 28px;
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
}

ul li i{
	vertical-align: middle;
	padding-right: 5px;
}

p {
	font-size: 17px;
    line-height: 28px;
	font-weight: 400;
	color: #000;
	margin-bottom:20px;
	font-family: 'Open Sans', sans-serif;
}

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

a:hover{
	color: #017df7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nuckle', sans-serif;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom:20px;
  color: #000;
  font-weight: 700;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 38px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

h2.section-title {
    margin-bottom: 10px;
}

p.section-subtitle{
	font-size:16px;
	color:#000;
}

p.section-subtitle.white{
	color:#ffffff;
}

p.section-subtitle.black{
	color:#252525;
}

iframe {
    max-width: 100%;
    border: none;
}

.iframe-youtube{
    position: relative;
    margin-top: 30px;
    z-index: 100;
}

.iframe-youtube iframe{
    padding: 10px 10px;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.20);
    background-color: #fff;
    webkit-border-radius: 8px 8px;
    -moz-border-radius: 8px 8px;
    border-radius: 8px 8px;
    z-index: 100;
}

.popup-gallery:hover .video-popup-image{
	opacity: 1;
	
}

.video-play-icon {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 40px;
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.70);
    border-radius: 50% 50%;
    display: inline-block;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon:hover {
    background-color: rgba(0, 123, 255, 0.99);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-play-icon i {
    color: #fff;
}

.white-text{ 
	color: #fff;
}

.red {
    color: #0f0b3e;
}

.strong{
	font-weight: bold;
}

.section-bg-1{
    background: url(../images/bg3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 110px 0;
}

.section-bg-2{
    background: url(../images/bg3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 80px 0;
}

.section-bg-3{
    background: url(../images/bg1.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 140px 0;
}

.section-bg-overlay{
	width: 100%;
	background: #fff0e3;
	opacity: 1.0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.section-white {
	background: #fff;
	padding: 90px 0 100px 0;
}

.section-grey{
	background: #c5f8fe;
	padding: 70px 0 60px 0;
}

.section-red {
	background: #0f0b3e;
	padding: 90px 0 100px 0;
}

.section-white.no-padding, .section-grey.no-padding, .section-red.no-padding {
	padding:0;
}

.section-white.medium-paddings, .section-grey.medium-paddings, .section-red.medium-paddings {
	padding: 60px 0;
}

.section-white.small-paddings, .section-grey.small-paddings, .section-red.small-paddings {
	padding: 30px 0;
}

.section-white.xsmall-paddings, .section-grey.xsmall-paddings, .section-red.xsmall-paddings {
	padding: 10px 0;
}

.section-white.small-padding-top, .section-grey.small-padding-top, .section-red.small-padding-top {
	padding: 30px 0 90px 0;
}

.section-white.small-padding-bottom, .section-grey.small-padding-bottom, .section-red.small-padding-bottom {
	padding: 90px 0 70px 0;
}

.section-white.no-padding-bottom, .section-grey.no-padding-bottom, .section-red.no-padding-bottom {
	padding: 90px 0 0 0;
}

.small-col-inside{
	margin: 90px 0;
	max-width: 575px;
	padding-left: 55px;
}

.width-100{
	width: 100%;
}

.box-shadow {
	border-radius: 8px;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.15);
}

.image-shadow {
	border-radius: 8px 8px;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
}

/* margin and padding classes */

.margin-right-15 {
	margin-right: 15px;
}

.margin-left-15 {
	margin-left: 15px;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-top-120 {
	margin-top: 120px !important;
}

.margin-top-110 {
	margin-top: 110px !important;
}

.margin-top-100 {
	margin-top: 100px !important;
}

.margin-top-90 {
	margin-top: 90px !important;
}

.margin-top-80 {
	margin-top: 80px !important;
}

.margin-top-70 {
	margin-top: 70px !important;
}

.margin-top-60 {
	margin-top: 60px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.margin-bottom-0 {
	margin-bottom: 0px !important;
}

.margin-bottom-5{
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-100 {
	margin-bottom: 100px !important;
}

.margin-bottom-120 {
	margin-bottom: 120px !important;
}

.margin-bottom-130 {
	margin-bottom: 120px !important;
}

.margin-bottom-140 {
	margin-bottom: 140px !important;
}

.padding-top-0 {
	padding-top: 0px !important;
}

.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}
.padding-top-25 {
	padding-top: 25px !important;
}

.padding-top-30 {
	padding-top: 30px !important;
}

.padding-top-35 {
	padding-top: 35px !important;
}

.padding-top-40 {
	padding-top: 40px !important;
}

.padding-top-45 {
	padding-top: 45px !important;
}

.padding-top-50 {
	padding-top: 50px !important;
}
.padding-top-60 {
	padding-top: 60px !important;
}

.padding-top-70 {
	padding-top: 70px !important;
}

.padding-top-80 {
	padding-top: 80px !important;
}

.padding-top-100 {
	padding-top: 100px !important;
}

.padding-top-120 {
	padding-top: 120px !important;
}

.padding-top-150 {
	padding-top: 150px !important;
}

.padding-bottom-70 {
	padding-bottom: 70px !important;
}

.padding-bottom-60 {
	padding-bottom: 60px !important;
}

.padding-bottom-50 {
	padding-bottom: 50px !important;
}

.padding-bottom-40 {
	padding-bottom: 40px !important;
}

.padding-bottom-30 {
	padding-bottom: 30px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-0 {
	padding-bottom: 0px !important;
}

.margin-top-0 {
	margin-top: 0px !important;
}

.padding-left-20{
	padding-left: 20px;
}

/* ========================================================== */
/* 			               02. MENU-NAV                       */
/* ========================================================== */

.navbar-brand{
	font-family: 'Nuckle', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #0f0b3e;
}

.navbar-brand:hover{
	color: #0f0b3e;
}

.navbar-fixed-top.opaque .navbar-brand{
	color: #0f0b3e;
}

.navbar-fixed-top.opaque .navbar-brand:hover{
	color: #0f0b3e;
}

.navbar {
	width: 100%;
	z-index: 999;
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-toggler {
    border: 1px solid #0f0b3e;
}

.navbar-toggler-icon {
	width: 1.3em;
    height: 1.3em;
}

.navbar-toggler-icon i {
    color: #0f0b3e;
    vertical-align: middle;
}

.navbar-fixed-top {
	position: absolute!important;
	background-color: #fff;
	border-bottom: none;
	transition: background-color 0.25s ease 0s;
}

.navbar-fixed-top.opaque {
	position: fixed!important;
	top: 0;
	margin-top: 0;
	background-color: #fff!important;
	border-bottom: 1px solid #efefef;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04)!important;
	transition: all 0.25s ease-in-out 0s;
}

.navbar-fixed-top .navbar-nav > li > a{
	color:#333;
	font-size: 14px !important;
	line-height: 30px !important;
	padding: 10px 15px!important;
	font-family: 'Nuckle', sans-serif;
	font-weight: 600;
}

.navbar-fixed-top.opaque .navbar-nav > li > a{
	color:#071e55;
}

.navbar-fixed-top .navbar-nav > li > a:hover{
	color: #0f0b3e!important;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav .current a {
    color:#0f0b3e!important;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn {
	color: #fff!important;
	background:#16cf98;
	padding: 7px 18px!important;
	margin-left: 10px;
	margin-right: 15px;
	font-family: 'Nuckle', sans-serif;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	border: 1px solid #fff;
}

.navbar-fixed-top .navbar-nav > li > a.discover-btn:hover {
	color: #0f0b3e!important;
	background: transparent;
	border: 1px solid #16cf98;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn {
	color: #fff!important;
	background: #0f0b3e;
	border: 1px solid #0f0b3e;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-fixed-top.opaque .navbar-nav > li > a.discover-btn:hover {
	border: 1px solid #0f0b3e;
	color: #0f0b3e!important;
	background: transparent;
}

/* ========================================================== */
/* 			                03. FOOTER                        */
/* ========================================================== */

.footer{
	position: relative;
	overflow: hidden;
    display: block;
    padding: 40px 0 60px 0;
    background-color: #f1f1f1;
	padding-top:90px !important;
}

.footer p {
	margin-bottom: 5px;
	line-height: 24px;
	color: #000;
	font-size:14px;
}

.footer p > a {
	font-size: 17px;
	color: #0f0b3e;
	text-decoration:underline;
}

.footer p > a:hover {
	color: #0f0b3e;
	text-decoration:underline;
}

span.template-name{
	font-weight: bold;
}

a.footer-links {
    display: block;
    font-size: 17px;
    margin-bottom: 2px;
    color: #454545;
}

a.footer-links:hover {
	color: #0f0b3e;
	text-decoration:underline;
    transition: all .5s ease-in-out;
}

/* Footer Social Icons */
ul.footer_social{
	float: right;
}

ul.footer_social li{
	display:inline-block;
    margin:0 ;
	line-height:100%!important;
}

ul.footer_social li a i {
  display: inline-block;
  margin:0 8px;
  padding:0;
  font-size:26px!important;
  line-height: 26px!important;
  color: #1e90ff;
  transition: all .5s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
}

ul.footer_social li a i.fa-twitter {
  color: #4099ff;
}

ul.footer_social li a i.fa-pinterest {
  color: #C92228;
}

ul.footer_social li a i.fa-facebook-square {
  color: #3b5998;
}

ul.footer_social li a i.fa-instagram {
  color: #8a3ab9;
}

ul.footer_social li a i.fa-skipe {
  color: #00aff0;
}

ul.footer_social li a i.fa-dribble {
  color: #ea4c89;
}

ul.footer_social li a i:hover {
	color:#0f0b3e!important;
}

/* ========================================================== */
/* 			               04. HOME                           */
/* ========================================================== */

.home-section {
	position: relative;
	z-index: 99;
  	padding-top: 120px;
  	padding-bottom: 30px;
  	background: url(../images/bg0.jpg) top center no-repeat;
	background-size: cover;
}

.home-section-overlay{
	width: 100%;
	background: #cae5ff;
	opacity: 1.0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.home-section h1{
	margin-bottom: 20px;
	line-height: 1.3;
    color: #000;
	font-size:38px;
	font-weight: 600;
}
.home-section h1 b{
	line-height:65px;
}

.home-section p.hero-text{
	margin-bottom: 20px;
	font-size: 19px;
	line-height: 30px;
	font-weight: 400;
	color: #000;
	margin-top:30px;
}
.home-section p b{
	float:left;
	width:100%;
	font-size: 19px;
	line-height: 30px;
	font-weight: 700;
	color: #000;
	margin-top:30px;
}
.serach-bar{
	width:80%;
	height:55px;
	font-size:20px;
	padding-left:10px;
	border:1px solid #000;
	box-shadow:0px 4px 4px #999;
	font-family: 'Nuckle', sans-serif;
	font-weight:600;
	text-transform:uppercase;
}

/* -----  Hero Video PopUp ----- */
.popup-gallery-wrapper{
	position: relative;
	margin-top: 25px;
}

.hero-gallery{
	float: left;
}

.video-icon {
	float: left;
	width: 60px;
	height: 60px;
	background: #fff;
	border:2px solid #fff;
	border-radius: 50% 50%;
	display: inline-block;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-icon:before {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    border: 1px solid #fff;
    border-radius: 100%;
    left: 50%;
    margin-left: -30px;
    bottom: 10%;
    margin-bottom: -6px;
    -webkit-animation: doublePulsation 1.9s ease infinite;
    animation: doublePulsation 1.9s ease infinite;
    z-index: 0;
}

@-webkit-keyframes doublePulsation {
     0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 0.55;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

@keyframes doublePulsation {
     0% {-webkit-transform: scale(1.0, 1.0); opacity: 0.0;}
    50% {opacity: 0.55;}
    100% {-webkit-transform: scale(1.3, 1.3); opacity: 0.0;}
}

.video-icon:hover{
	background: transparent;
}

.video-icon i {
	font-size: 26px;
	line-height: 56px;
	color:#e52a3d;
	margin-left: 18px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.video-icon:hover i{
	color: #fff;
}

.popup-video-text{
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-decoration: underline;
    text-shadow: 1px 1px #656565;
}

/* -----  Register ----- */
.register-form-wrapper{
	margin-top: 25px;
	padding: 40px 40px;
	background: rgba(255,255,255,1);
	border-radius: 5px 5px;
}

.register-form-wrapper h3{
	margin-bottom: 5px;
	font-size: 22px;
	font-weight: 500;
}

.register-form-wrapper p{
	margin-bottom: 25px;
	font-size: 17px;
}

input.register-input, select.register-input{
	width: 100%!important;
    height: 52px!important;
    padding-left: 11%!important;
    padding-right: 5%!important;
    margin-bottom: 15px!important;
    color: #555!important;
    border: 1px solid #f1f1f1!important;
    background-color: #f9f9f9!important;
    font-size: 16px!important;
    border-radius: 5px 5px 5px 5px!important;
}

input.name-input{
    background: url('../images/input-user.png') no-repeat 12px 15px;
}

input.name-email{
    background: url('../images/input-envelope.png') no-repeat 12px 15px;
}

select.register-input{
    background: url('../images/input-select.png') no-repeat 12px 15px;
}

input.register-submit{
	background: #0f0b3e;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 535px;
    padding: 16px 0;
    text-transform: uppercase;
    -webkit-border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.register-submit:hover{
	background:#27b36a;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#656565!important;
  color: #454545!important;
  outline: none;
}

#register-form input.register-input:focus, #register-form select.register-input:focus {
  border-color:#656565!important;
  color: #454545!important;
  outline: none;
}

p.register_success_box{
	display:inline-block;
	color:#27b36a;
	border: 1px solid #27b36a;
	padding: 25px 25px;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	border-radius: 8px 8px;
	margin:15px 0;
}

p.register-form-terms{
	margin: 10px 0 5px 0;
	font-size: 14px;
	color: #7c8595;
    text-shadow: none;
}

input.white-input::-webkit-input-placeholder,
select.white-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#656565;
}
input.white-input:-moz-placeholder,
select.white-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#656565;
}
input.white-input::-moz-placeholder,
select.white-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#656565;
}
input.white-input:-ms-input-placeholder,
select.white-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#656565;
}

/* Pertners */
.partners-section {
    padding: 40px 0 20px 0;
    background-color: #fff;
}

.partners img.partners {
    opacity: 0.4;
    margin: 10px 15px;
    max-height: 55px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.partners img.partners:hover {
    opacity: 0.8;
}

.partners-title{
	font-size: 18px;
	line-height: 78px;
	display: inline-block;
	margin-right: 15px;
}

/* ========================================================== */
/* 			               05. TEAM                           */
/* ========================================================== */

.team-item{
	padding: 10px 25px 30px 25px;
	background-color: #fff;
	border: 1px solid #e5efff;
	border-top: none;
    text-align: center;
    transition: all 1s;
	border-radius: 0 0 8px 8px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.team-item h3{
	margin:20px 0 1px 0!important;
	color:#454545;
	font-size:18px;
	text-transform:uppercase;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}

.team-info {
	display: block;
	margin-bottom:0;
}

.team-info p{
	color:#acacac;
	font-style:italic;
}

.team-info::after {
    background: #0f0b3e;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 50px;
    height: 3px;
    margin-top: -20px;
}

.team-img{
	border-radius: 8px 8px 0 0;
}

/* ========================================================== */
/* 			                06. FEATURES                      */
/* ========================================================== */

.services-wrapper{
	position: relative;
}

.main-services {
	position: relative;
    margin: 10px 5px;
    overflow: hidden;
    text-align: center;
	transition:all 1s;
}

.main-services:hover{
	transform: scale(1.025);
	transition:all 1s;
}

.main-services img{
	width: 100%;
	max-width: 120px;
    margin-bottom: 20px;
    border-radius: 50%;
}

.main-services h3 {
	margin-bottom: 5px;
}

.main-services h3 a{
	font-size: 22px;
	font-weight: 700;
	color: #0f0b3e;
}

.main-services h4{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.main-services p{
	padding: 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height:25px;
}

.main-services i {
    margin-bottom: 15px;
	display: inline-block;
    padding: 16px 16px;
    font-size: 40px;
    line-height: 46px;
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    border-radius: 20px;
    background-color: #0f0b3e;
}

.main-services.red i {
    background-color: #0f0b3e;
}

.main-services.blue i {
    background-color: #1e90ff;
}

.main-services.green i {
    background-color: #27b36a;
}

blockquote {
	font-size: 16px;
	color: #4285f4;
	border-left: 2px solid #4285f4;
}

.faq-box{
	margin: 30px 0 0 0;
	transition: all 1s;
}

.faq-box h4{
	font-size: 22px;
	margin-bottom: 10px;
}

.faq-box h5{
	margin-bottom: 7px;
}

.faq-box p{
	color: #7c8595;
}

/* Features */
.feature-box{
	overflow: hidden;
	margin: 40px 0 0 0;	
}

.feature-box i{
	float: left;
	font-size: 50px;
	line-height: 50px;
	width: 55px;
	height: 55px;
	text-align: center;
	color: #50a0d2;
}

.feature-box.light-blue i{
    color: #50a0d2;
}

.feature-box.dark-blue i{
    color: #3473b8;
}

.feature-box.light-green i{
    color: #a9d129;
}

.feature-box.dark-green i{
    color: #87ac34;
}

.feature-box.orange i{
    color: #fe9c24;
}

.feature-box.light-red i{
    color: #fc6a3f;
}

.feature-box.pink i{
    color: #ea4c89;
}

.feature-box-text {
	float: left;
	width: 75%;
	margin-left: 30px;
}

.feature-box h4{
	font-size: 20px;
	margin-bottom: 10px;
}

.feature-box p{
	color: #7c8595;
}

/* ========================================================== */
/* 						   07. PORTFOLIO                      */
/* ========================================================== */

.gallery-insta{
	margin: 0 !important;
}

.gallery-insta img{
	border-radius:0 !important;
	padding: 5px 5px;
}

p.follow-instagram a{
	color: #0f0b3e;
}

.popup-wrapper{
	display:block;
	position:relative;
	overflow:hidden;
}

.popup-gallery{
	display:inline-block;
	position:relative;
}

.popup-gallery img {
	position:relative;
	z-index:10;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.popup-gallery:hover img {
	opacity: 0.25;
}

.popup-gallery a span.eye-wrapper, 
.popup-gallery a span.eye-wrapper2 {
	background-color:#0f0b3e;
	position: absolute;
	display: block;
	overflow:hidden;
	z-index: 2;
	width: 90%;
	height:90%!important;
	top: 5%;
	left: 5%;
	font-size: 22px;
	color:#fff;
	text-align: center;
	font-weight:300;
	opacity: 0;
}

.popup-gallery a span.eye-wrapper i.eye-icon, .popup-gallery a span.eye-wrapper2 i.eye-icon{
	position: absolute;
	display: inline-block;
	font-size:36px;
	z-index: 3;
	top: 50%!important;
	margin-top: -18px!important;
	left: 0%;
	right: 0%;
}

.popup-gallery a:hover span{
	opacity: 1;
}

.popup-gallery img,
.popup-gallery a span {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.gallery-item{
	margin-bottom: 37px;
}

/* ========================================================== */
/* 			               08. PRICING                        */
/* ========================================================== */

.price-box-white{
	text-align: center;
	background-color: #fff;
	border: 1px solid #dde9fb;
	box-shadow: 0 12px 55px 0 rgba(0,0,0,.05);
	padding: 50px 20px;
	width: 90%;
	margin-top:30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey{
	text-align: center;
	background: #0f0b3e;
	border: 2px solid #0f0b3e;
	box-shadow: 10px 12px 40px rgba(0, 0, 0, 0.2);
	padding: 50px 20px;
	width: 90%;
	margin-top:30;
	margin-bottom: 20px;
	margin-left: 20px;
	border-radius: 8px 8px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}

.price-box-grey:hover, .price-box-white:hover {	
	transform: scale(1.03,1.03);
	-ms-transform: scale(1.03,1.03); /* IE 9 */
    -webkit-transform: scale(1.03,1.03); /* Safari */

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.price-box-white .price-title, .price-box-white ul.pricing-list li.price-value{
	color: #292929;
}

.price-box-grey .price-title, .price-box-grey ul.pricing-list li.price-value{
	color: #fff;
}

.price-box-white .price-subtitle,.price-box-white .price-text{
	color: #6a6a6a;
}

.price-box-grey .price-subtitle,.price-box-grey .price-text{
	color: #fff;
}

ul.pricing-list li.price-title{
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	letter-spacing: 1px;
}

ul.pricing-list li.price-value{
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	line-height: 70px;
	display: block;
	margin-top:20px;
	margin-bottom: 10px;
}

ul.pricing-list li.price-subtitle{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

ul.pricing-list li.price-text{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 5px;
}

ul.pricing-list li.price-tag a{
	color: #0f0b3e;
	background: #fff;
	border:1px solid #fff;
	border-radius: 23px 23px;
	padding: 15px 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	margin: 40px 0 30px 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

ul.pricing-list li.price-tag a:hover{
	background: transparent;
	border:1px solid #fff;
	color: #fff;
}

/* ========================================================== */
/* 			                 09. CONTACT                      */
/* ========================================================== */

.contact-form-wrapper{
	margin-top: 25px;
}

.contact-form-wrapper h3{
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 500;
}

.contact-form-wrapper p{
	margin-bottom: 25px;
	font-size: 17px;
}

input.contact-input, select.contact-input{
	width: 100%;
    height: 45px;
    padding-left: 4%;
    padding-right: 2%;
    margin-bottom: 15px;
    color: #333 !important;
    border: 1px solid #666;
    font-size: 16px;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
	background:#fff;
}

textarea{
	height:105px;
	margin-bottom:12px;
	width:100%;
    padding-left:2%;
    padding-right:2%;
    padding-top:10px;
    padding-bottom:10px;
    color: #333;
	background-color: #fff;
    border: 1px solid #666;
    font-size:16px;
	-webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    border-radius: 5px 5px;
}

input.contact-submit{
	background: #fff;
    border: none;
    color: #0f0b3e;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    max-width: 300px;
    padding: 20px 0;
    text-transform: uppercase;
    border-radius: 3px 3px;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

input.contact-submit:hover{
	background:#eaeaea;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

input.contact-input::-webkit-input-placeholder,
textarea.contact-input::-webkit-input-placeholder { /* WebKit browsers */
    color:#000;
}
input.contact-input:-moz-placeholder,
textarea.contact-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000;
}
input.contact-input::-moz-placeholder,
textarea.contact-input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000;
}
input.contact-input:-ms-input-placeholder,
textarea.contact-input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#000;
}

#contact-form input.contact-input:focus, #contact-form textarea:focus {
  border-color:#000!important;
  color: #000!important;
  outline: none;
}

#contact-form select.contact-input:focus {
  border-color:#fff!important;
  color: #454545!important;
  outline: none;
}

p.contact_success_box{
	display:inline-block;
	color:#fff;
	border: 1px solid #eee;
	padding: 25px 25px;
	font-size:19px;
	text-shadow: none;
	font-style:italic;
	border-radius: 8px 8px;
	margin:15px 0;
}

/* ========================================================== */
/* 			               11. OTHER ELEMENTS                 */
/* ========================================================== */

/* a) Buttons */
.btn-white {
	font-family: 'Nuckle', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #0f0b3e;
	background-color: #ffffff;
	border: 1px solid #fff;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	border-radius: 23px 23px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #0f0b3e!important;
	background:#f9f9f9;
}

.btn-white-border {
	color: #fff;
	background: transparent;
	font-family: 'Nuckle', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	border: 1px solid #fff;
	border-radius: 23px 23px;
	margin: 10px 10px;
	padding: 16px 26px;
	display: inline-block;
    box-shadow: 0px 8px 40px 0 rgba(0, 0, 0, 0.37);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-white-border:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #0f0b3e!important;
	background:#f9f9f9;
}

.btn-white i, .btn-white-border i {
	font-size: 22px;
	line-height: 22px;
	margin-right: 10px;
	vertical-align: text-top;
}

.btn-blue {
	font-family: 'Nuckle', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #1e90ff;
	border: 1px solid #1e90ff;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
    letter-spacing: 1px;
	border-radius: 23px 23px;
	margin: 5px 10px 10px 0;
	padding: 18px 25px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-blue:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background:#1e90ff;
}

.btn-red {
	font-family: 'Nuckle', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background-color: #0f0b3e;
	border: 1px solid #0f0b3e;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, 0.27);
    letter-spacing: 1px;
	border-radius: 23px 23px;
	margin: 5px 10px 10px 0;
	padding: 18px 25px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red:hover{
	box-shadow: 0px 4px 10px 0 rgba(0, 0, 0, 0.5);
	color: #fff!important;
	background:#0f0b3e;
}

.btn-blue.small, .btn-blue-line.small, .btn-red.small, .btn-red-line.small, .btn-white.small, .btn-white-border.small {
	font-size: 16px;
	padding: 14px 20px;
}

.btn-red-line {
	font-family: 'Nuckle', sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #0f0b3e;
	background-color: #fff;
	border: 1px solid #0f0b3e;
	border-radius: 23px 23px;
	margin: 15px 10px 0 0;
	padding: 20px 30px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.btn-red-line:hover{
	color: #fff!important;
	background:#0f0b3e;
}

a.btn-red:visited, a.btn-red:focus{
	color: #fff!important;
}

/* b) Testimonials - Accordion Tabs */
.card{
	position: relative;
	margin: 20px 0;
	border:none;
    background-color: #fff !important;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}

.card-header {
	max-width: 100%;
	position: relative;
    padding: 15px 25px;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    border-left: 6px solid #27b36a;
}

.card-header h5 .btn-link p {
	font-family: 'Nuckle', sans-serif;
	margin-top: 15px;
	padding: 0;
	font-size: 18px;
    font-weight: 700;
    color: #071e55;
	text-align: left!important;
    background-color: transparent;
}

.card-header h5 .btn-link p span {
	font-size: 17px;
    color: #27b36a;
}

.card-header h5 .btn-link:hover, .card-header h5 .btn-link:focus {
	text-decoration: none;
}

.card-body {
    padding: 20px 25px 5px 25px;
    border-top: none;
    border-left: 6px solid #27b36a;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #7c8595;
    font-style: italic;
}

img.testim-img{
	float: left;
	margin-right: 15px;
	max-width: 65px;
	border-radius: 50%;
}

p.testim-name{
	display: inline-block;
}

.testim-rating {
	margin-bottom: 30px;
}

.testim-rating i{
	color: #fdcc28;
}

.testim-platform.first{
	display: block;
	border-right: 1px solid #cecece;
}

.testim-platform p{
	margin-bottom: 5px;
	font-weight: bold;
	color: #071e55;
}

/* c) Benefits List */
ul.benefits {
    margin-bottom: 20px;
}

ul.benefits li {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 8px;
}

ul.benefits.white li {
	color: #fff;
}

ul.benefits li i {
    font-size: 18px;
    line-height: 18px;
    margin-right: 1px;
    color: #e52a3d;
}

ul.benefits.white li i {
    color: #fff;
}

.no-padding-bottom{
	padding-bottom: 0;
}

/* ----- d) Fun Facts ----- */
.fun-facts-boxs{
	display: inline-block;
	width:19%;
	padding:10px 10px;
}

.fun-facts-title{
	font-size:16px;
	font-weight:400;
	color:#fff;
}

.fun-facts-title span{
	font-size:28px;
	line-height:40px;
	font-weight:600;
	font-style:normal;
	color:#fff;
}

.fun-facts-box i{
	font-size:45px;
	line-height:60px;
	color: #fff;
}

/* ----- e) Dropcaps Features ----- */
.nav-pills .nav-link {
	margin-bottom: 10px;
}

.nav-pills .nav-link, .nav-pills .show > .nav-link {
    border: none!important;
	transition: all 1s;
}

.nav-pills .nav-link:hover {
    color: #fff;
    background-color: #fff;
    border: none!important;
    border-radius: 8px !important;
	box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-moz-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-webkit-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	transition: all 1s;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #fff;
    border: 1px solid #f4f5f6!important;
    border-radius: 8px !important;
	box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-moz-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	-webkit-box-shadow: 0 12px 55px 0 rgba(0,0,0,.05) !important;
	transition: all 1s;
}

.features-second{
	margin: 10px 0;
}

.features-second h4{
	margin-top: 10px;
	font-size: 21px;
}

.features-second p{
	margin-bottom: 10px;
}

.dropcaps-circle {
    float: left;
    margin: 1px 25px 10px 0;
	background-color: #fcfcfc;
	border: 1px solid #eaeaea;
	width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    color: #017df7;
    font-size: 40px;
    line-height: 80px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .50s ease-in-out;
    -moz-transition: all .50s ease-in-out;
    -webkit-transition: all .50s ease-in-out;
}

.dropcaps-circle.blue {
    color: #1e90ff;
}

.dropcaps-circle.red {
    color: #0f0b3e;
}

.dropcaps-circle.green {
    color: #27b36a;
}

/* ========================================================== */
/* 			             11. MEDIA QUERIES                    */
/* ========================================================== */

@media (max-width: 991px) {

	.navbar-fixed-top.opaque {
	    padding-top: 10px;
	    padding-bottom: 10px;
	}

	.navbar-fixed-top .navbar-nav > li.discover-link {
		margin-top: 10px;
	}

	.navbar-fixed-top .navbar-nav > li > a.discover-btn {
	    padding: 8px 12px!important;
	    margin-left: 20px;
	    font-size: 17px!important;
	}

	.home-section {
		padding-top: 170px;
	  	padding-bottom: 70px;
	    background-attachment: inherit;
	}

	.home-section h1 {
	    font-size: 38px;
	    line-height: 44px;
	}

}

@media (max-width: 768px) {

	.navbar-fixed-top {
		background-color: #fff;
	}

	.home-section {
		padding-top: 65px;
	  	padding-bottom: 90px;
	    background-attachment: inherit;
	}

	.home-section-overlay{
		opacity: 0.37;
	}

	.footer {
	    padding-top: 40px;
	    text-align: center;
	}

	.footer-top i {
		display: block;
	    margin-top: 50px!important;
	}

	ul.footer_social {
		margin-top: 15px;
		float: none;
	}

	ul.footer_social li a i {
	    margin: 0 8px!important;
	}

	.partners-section {
	    padding: 40px 0;
	}

	.partners{
		text-align: center;
	}

	.partners-title{
		font-size: 18px;
		line-height: 30px;
		float: none!important;
		margin-right: 30px;
	}

	.testim-inner{
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.top-margins-images{
		margin-top: 50px;
	}

	.bottom-margins-images{
		margin-bottom: 50px;
	}

	.section-bg-1, .section-bg-2, .section-bg-3{
	    background-attachment: inherit;
	}

}

@media (max-width: 375px) {

	.navbar-toggle {
	    border: 1px solid #9f9f9f!important;
	}

	.home-section {
		padding-top: 65px;
	  	padding-bottom: 70px;
	}

	.home-section h1 {
	    font-size: 38px;
	    line-height: 44px;
	}

	.card{
	    box-shadow: none;
	}

	.card-header h5 .btn-link {
		font-size: 16px;
		clear: left;
	}

	.card-header h5 .btn-link p {
		margin-top: 7px;
	}

	.card-header h5 .btn-link p span {
		display: block;
		font-size: 15px;
	}

	.section-white {
	    padding: 60px 0 70px 0!important;
	}

	.section-white.small-padding-bottom, .section-grey.small-padding-bottom {
	    padding: 60px 0 50px 0!important;
	}

	.margin-left-20{
		margin-left: 1px!important;
	}

	.services-wrapper{
		margin-top: 30px;
	}

	.small-col-inside{
		margin: 50px 0;
		padding-right: 25px;
		padding-left: 25px;
	}

	.partners img.partners {
	    margin: 10px 25px 10px 0;
	    max-height: 40px;
	}

	.feature-box {
	    text-align: center;
	}

	.feature-box i {
		display: inline-block;
		float: none;
		margin-bottom: 25px;
	}

	.feature-box-text {
	    width: 100%;
	    margin-left: 0;
	}

}








.t-btns{
  color: #000;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #000;
  padding:12px 35px;
  font-family: 'Nuckle', sans-serif;
  font-weight:600;
  font-size:17px;
  cursor:pointer;
  padding-bottom:13px;
  margin-top:30px;
  margin-bottom:10px;
}
.t-btns:hover{
	background:#000;
	color:#fff;
}
.t-btns-1{
	background:#fff;
	color:#27b36a;
	padding:12px 45px;
	border-radius:5px;
	margin-top:20px;
	float:left;
	margin-left:15px;
}
.t-btns-1:hover{
	background:#27b36a;
	color:#fff;
}
ul.mag-list{
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:15px;
}

ul.mag-list li{
	width:100%;
	background:url(../images/tick-1.png) no-repeat left top 1px;
	padding-left:36px;
	margin-bottom:8px;
	font-size:18px;
	font-weight:500;
	color: #000;
}
ul.mag-list.c5 li{
	margin-bottom:4px;
}
.big-fonts{
	font-size:50px;
}

.pric{
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
}
.heading-center{
	width:100%;
	text-align:center;
}
.heading-center span{
	width:100%;
	color:#27b36a;
}
.heading-center h3{
	width:100%;
	font-size: 38px;
	margin-bottom:50px;
}
.prri-list{
	border:1px solid #eee;
	margin-top:30px;
	border-radius:20px;
	box-shadow: 2px 4px 12px rgba(0, 0, 0, .13) !important;
	min-height: 650px;
}
.prri-list.t1{
	border:2px solid #16cf98;
}

.prri-list-header{
	width:100%;
	text-align:center;
	padding:30px 0px;
	background:#f6f6f6;
	border-radius:20px 20px 0px 0px;
	min-height: 290px;
}
.prri-list-header.c1{
	background:#eafdf7;
}
.prri-list-header span{
	color: #27b36a;
	font-weight:600;
	font-size:18px;
}
.prri-list-header h4{
	color: #000;
	font-weight:600;
	font-size:55px;
	margin-top:10px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}
.prri-list-header p{
	font-size:18px;
}
.prri-list-header p a{
	background:#16cf98;
	padding:8px 20px;
	color:#fff;
	border-radius:30px;
	font-size:14px;
	font-weight:600;
}
.prri-list-content{
	width:100%;
	padding:40px 40px;
}
.prri-list-header-1{
	background:#16cf98;
	text-align:center;
	color:#fff;
	padding:12px 0px;
	border-radius:20px 20px 0px 0px;
	font-size:18px;
	margin-top:-40px;
	text-transform:uppercase;
	font-weight:bold;
}


.b-media-v2 {
    margin: 96px 0;
    overflow: hidden;
}
.b-block-header.m-narrow {
    max-width: 768px;
}


.how-it-work{
	width:100%;
	padding:80px 0px;
}
.how-it-work h3{
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.how-it-work span{
	width:100%;
	float:left;
	text-align:center;  
	font-size: 22px;
    font-weight: 100;
}

.how-iu-wo{
	width:100%;
}
.how-iu-wo span {
  float: left;
  width: 13%;
  margin-top: 33px;
  margin-left: 3%;
}
.how-iu-wo span.spac-tops{	
  margin-top: 33px;
}
.how-iu-wo strong{
	float:right;
}
.howit-text{
	float:left;
	width:46%;
	padding-top:30px;
}
.howit-text h4{
	float:left;
	width:100%;
	font-size:23px;
}
.howit-text p{
	color:#000;
}
.cboth{
	clear:both;
	line-height:0px;
	font-size:0px;
}

.how-iu-wo.c1{
	width:100%;
	margin-top:30px;
}
.pad-top01{
	padding-top:50px;
}
.howit-text.c1{
	padding-left:4%;
	width:47%;
	margin-top:30px;
}
.howit-text.c2{
	padding-left:4%;
	width:46%;
	margin-top:30px;
}
.how-iu-wo.c3 span{
	margin-top:65px;
}
.how-iu-wo.c3 strong{
	margin-top:35px;
}
.howit-text.c2{
	margin-top:40px;
}
.pack-details{
	float:left;
	width:100%;
	padding-right:5%;
}
.pack-details span{
	width:100%;
	font-size:16px;
	color:#16cf98;
	margin-bottom:10px;
}
.how-iu-wo span.spac-tops-1{
	margin-top:60px;
}
.pack-details h4{
	width:100%;
	font-size:40px;
	color:#000;
}
.pack-details h4 b{
	color:#16cf98;
}
.pack-details p{
	color:#000;
}
.pack-details-1{
	float:left;
	width:100%;
	padding-left:5%;
	margin-top:30px;
}
.pack-details-1 ul li{
	float:left;
	width:100%;
	font-family: 'Nuckle', sans-serif;
	background:url(../images/tick-1.png) no-repeat left top 3px;
	padding-left:36px;
	color:#000;
	font-weight:500;
	margin-bottom:15px;
}
.pack-details-1 ul li b{
	font-weight:600;
}
.liner{
	float:left;
	width:50%;
	margin-left:25%;
	margin-right:25%;
	height:2px;
	background:#dadada;
	border-top:1px solid #fff;
	margin-top:40px;
	margin-bottom:40px;
}
.cta-box{
	width:100%;
	background:#a4f5d3;
	padding:30px 0px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.cta-box span{
	text-align:center;
	width:100%;
}
.cta-box h3{
	width:100%;
	font-size:30px;
	margin-bottom:0px;
	padding-bottom:10px;
}

.cta-box p a{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 22px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #000;
  font-size:18px;
  font-weight:bold;
  font-family: 'Nuckle', sans-serif;
  text-transform:capitalize;
}
.cta-box p a:hover{
	background:#000;
	color:#fff;
}
ol.tgf-list{
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:10px;
}
ol.tgf-list li{
	width: 100%;
    background: url(../images/tick.png) no-repeat left top 4px;
     padding-left: 25px;
    margin-bottom: 5px;
   font-weight: 500;
    color: #000;
}
ol.tgf-list.c1{
}
.contact-submit-btn{
	  color: #000;
	  font-size: 14px;
	  font-weight: 500;
	  line-height: 1;
	  text-decoration: none;
	  text-align: center;
	  white-space: nowrap;
	  display: inline-block;
	  padding: 12px 20px;
	  background-color: #fff;
	  border-radius: 5px;
	  border: 1px solid #000;
	  font-size:18px;
	  font-weight:500;
}
.contact-submit-btn:hover{
	background:#000;
	color:#fff; 
	cursor:pointer;
}
.gmap-1{
	padding-right:10%;
	width:100%;
}



.faq-drawer {
	border:1px solid #e5e5e5;
	padding:12px 15px;
	margin-bottom:10px;
	box-shadow: 0px 3px 3px #e1e1e1;
	border-left:4px solid #16cf98;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
}

.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  font-family: 'Nuckle', sans-serif;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover { 
  color: #4E4B52  ;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}
.faq-drawer__content p{
	padding-top:10px;
	font-size:15px;
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}



.footer{
	background:#fff;
	padding:40px 0px;
	padding-top:90px;
}
.dfl-footer{
	padding:0px;
	margin:0px;
	width:100%;
}
.dfl-footer p{
	float:left;
	width:100%;
	color:#fff;
}
.dfl-footer p b{
	float:left;
	width:100%;
	color:#fff;
	padding-top:20px;
	margin-bottom:5px;
	font-family: 'Nuckle', sans-serif;
	text-transform:uppercase;
}
.dfl-footer.c1{
	padding-left:30px;
}
.dfl-footer-logo{
	width:100%;
}
.dfl-footer-logo ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:20px;
}
.dfl-footer-logo ul li{
	float:left;
	width:31.333%;
	margin:1%;
	background:#fff;
	padding:10px;
	border-radius:20px;
	box-shadow: 2px 4px 12px #666 !important;
	margin-top:10px;
}
.dfl-footer-logo ul li img{
	float:left;
	width:100%;
}


.b-media-v3__title {
    font-size: 30px;
	font-weight:600;
	line-height:40px;
}

.mag-list.c1 li{
	font-size:16px;
	padding-left:25px;
	background: url(../images/arrow-icon-5.png) no-repeat left top 6px;
}
.trk-text{
	padding-left:30px;
}

.search-details{
	float:left;
	width:100%;
	box-shadow:0px 0px 5px #ccc;
	padding:30px;
	background:#f6f6f6;
	border-radius:4px;
}
.search-details h3{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.search-details ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.search-details ul li{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	font-size:15px;
	color:#000;
	margin-bottom:10px;
}
.search-details ul li b{
	font-weight:400;
}
.search-details ul li span{
	float:left;
	margin-right:15px;
	background:#ececec;
	border-radius:4px;
	width:30px;
	height:30px;
	text-align:center;
}
.left-sign-box{
	float:left;
	width:50%;
	background:#e5d4f7;
	min-height:1110px;
	text-align:center;
	padding-top:250px;
}
.left-sign-box img{
	width:450px;
}
.right-sign-box{
	float:left;
	width:50%;
	padding:180px 0px;
	padding-left:5%;
	background:#f8f8f8;
	padding-bottom:0px;
}
.form-10{
	float:left;
	width:100%;
	margin-top:50px;
}
.form-11{
	float:left;
	width:38%;
	margin-bottom:20px;
}
.right-sign-box h2{
	float:left;
	width:100%;
	margin-bottom:15px;
	font-size:32px;
}
.form-11.c1{
	margin-left:3%;
}
.form-11.c2{
	width:79%;
}
.text-box{
	float:left;
	width:100%;
	height:45px;
	border:1px solid #ccc;
	border-radius:4px;
	margin-top:5px;
	padding-left:10px;
	box-shadow:0px 0px 5px #ccc;
}
.form-10 p{
	width:100%;
	margin-top:10px;
	float:left;
}
.text-box-btn{
	  color: #000;
	  font-weight: 500;
	  line-height: 1;
	  text-decoration: none;
	  text-align: center;
	  white-space: nowrap;
	  display: inline-block;
	  background-color: #fff;
	  border-radius: 2px;
	  border: 2px solid #000;
	  -webkit-box-shadow: 2px 2px 0 0 #000;
	  box-shadow: 2px 2px 0 0 #000;
	  padding: 12px 30px;
	  font-family: 'Nuckle', sans-serif;
	  font-weight: 600;
	  font-size: 20px;
	  margin-top:30px;
}
.text-box-btn:hover{
	background:#000;
	color:#fff;
}


.orders-list{
	float:left;
	width:100%;
	background:#fff;
	margin-top:15px;
	padding:10px 20px;
	border-radius:10px;
	border:1px solid #e9e9e9;
}
.orders-list:hover{
	background:#eef3fe;
	border:1px solid #a3b6e0;
	cursor:pointer;
	text-transform:o
}
.orders-list.active{
	border:1px solid #a3b6e0;
	background:#eef3fe;
}
.orders-list span{
	width:13%;
	float:left;
}
.orders-list span img{
	width:100%;
	float:left;
}
.orders-list div{
	width:87%;
	float:left;
}
.orders-list div p{
	width:100%;
	float:left;
	padding:0px;
	margin-bottom:0px;
}
.orders-list div p b{
	width:100%;
	float:left;
	padding-top:22px;
	font-family: 'Nuckle', sans-serif;
	font-size:18px;
	margin-bottom:3px;
}
.orders-list div p b u{
	float:right;
	background:#fff;
	text-decoration:none;
	padding:2px 5px;
	border-radius:10px;
	color:#16cf98;
}
.orders-list.c1{
	margin-top:20px;
	background:#fefbee;
	border:1px solid #fff;
}
.orders-list.c1:hover{
	background:#fefbee;
	border:1px solid #f1e195;
}
.orders-list.c1.active{
	background:#fefbee;
	border:1px solid #f1e195;
}

.orders-list.c2{
	margin-top:20px;
	background:#faecfe;
	border:1px solid #fff;
}
.orders-list.c2:hover{
	background:#faecfe;
	border:1px solid #e1abf1;
}
.orders-list.c2.active{
	background:#faecfe;
	border:1px solid #e1abf1;
}

.orders-list.c3{
	margin-top:20px;
	background:#e5fdf0;
	border:1px solid #fff;
}
.orders-list.c3:hover{
	background:#e5fdf0;
	border:1px solid #69e19f;
}
.orders-list.c3.active{
	background:#e5fdf0;
	border:1px solid #69e19f;
}


.orders-list1{
	float:left;
	width:100%;
	margin-top:40px;
}
.order-form-start{
	float:left;
	width:100%;
	border-top:1px solid #eee;
	padding-top:50px;
	padding-bottom:60px;
	margin-top:73px;
}
.step1{
	float:left;
	width:100%;
}
.step1 ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.step1 ul li{
	float:left;
	width:23%;
	margin-left:1%;
	margin-right:1%;
	height:4px;
	background:#eee;
}
.step1 ul li.active{
	background:#16cf98;
}
.form-13 p{
	font-size:17px;
	font-weight:bold;
	font-family: 'Nuckle', sans-serif;
	margin-bottom:10px;
	font-weight:600;
}
.form-11.d1{
	width:48%;
}
.form-11.d2{
	width:48%;
	margin-left:4%;
}
.form-11.d3{
	width:100%;
}
.form-13 ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom:20px;
}
.form-13 ul li{
	float:left;
	width:48%;
	background: #f6f6f6;
    padding: 20px 0px;
	text-align:center;
	border-radius:10px;
	color:#000;
	border: 1px solid #e9e9e9;
}
.form-13 ul li.c1{
	margin-left:4%;
	background: #f6f6f6;
	border: 1px solid #e9e9e9;
}
.form-13 ul li.active{
	border: 1px solid #a3b6e0;
	background: #eef3fe;
}
.form-13 ul li:hover{
	border: 1px solid #a3b6e0;
	background: #eef3fe;
	cursor:pointer;
}
.form-11.d4{
	width:31.33%;
}
.form-11.d5{
	width:31.33%;
	margin-left:3%;
}
.right-steps{
	float:left;
	width:95%;
	background: #e6fdf6;
	padding:30px 20px;
	border-radius:20px;
	margin-left:5%;
	margin-top:70px;
	border:1px solid #bcfde8;
}
.right-steps h3{
	float:left;
	width:100%;
	font-size:18px;
}
.right-steps h3 i{
	float:left;
	font-size:16px;
}
.right-steps h3 em{
	float:left;
	width:18px;
	height:18px;
	background:#16cf98;
	color:#fff;
	text-align:center;
	font-style:normal;
	border-radius:40px;
	font-size:12px;
	padding-top:1px;
	margin-left: -10px;
    margin-top: -11px;
	margin-right:5px;
}
.right-steps p{
	float:left;
	width:100%;
	font-size:26px;
	font-family: 'Nuckle', sans-serif;
	font-size:14px;
	font-weight:600;
	margin-bottom:0px;
}
.right-steps p u{
	color:#16cf98;
}
.right-steps p strong{
	float:left;
	font-size:15px;
	color: #000;
	font-weight:600;
}
.right-steps p b{
	float:right;
	font-size:16px;
	color: #000;
	font-weight:600;
}
.right-steps ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:10px;
}
.right-steps ul li{
	float:left;
	width:100%;
	background:url(../images/tick.png) no-repeat left top 3px;
	padding-left:24px;
	color:#000;
	font-size:14px;
	font-family: 'Nuckle', sans-serif;
	font-weight:500;
}
.right-steps span{
	float:left;
	width:100%;
	background:#fdf4d7;
	margin-top:10px;
	color:#000;
	padding:10px;
	border-radius:20px;
	font-size:14px;
}
.lines{
	float:left;
	width:100%;
	height:2px;
	background:#fff;
	border-top:1px solid #c4f1e3;
	margin-top:20px;
	margin-bottom:10px;
}
.right-steps ol{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:5px;
}
.right-steps ol li{
	float:left;
	width:100%;
	color:#000;
	font-size:14px;
	font-family: 'Nuckle', sans-serif;
	font-weight:500;
}

.trustp{
	width:95%;
	float:left;
	margin-left:5%;
	background: #f6f6f6;
    border: 1px solid #e9e9e9;  
    padding: 5px 20px;
    border-radius: 20px;
	margin-top:20px;
}
.trustp img{
	width:100%;
	float:left;
}

label {
  position: relative;
  display: block;
}
label > input {
  position: relative;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 45px;
  width: 100%;
  font-size: 16px;
  margin: 0 0 30px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all .3s;
}
label > input:valid + span {
  transform: translateY(-25px) scale(0.8);
  transform-origin: 0;
}
label > input:valid {
  border-bottom: 1px solid #3F51B5;
  box-shadow: 0 1px 0 0 #3F51B5;
}
label > span {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  cursor: text;
  transition: .2s ease-out;
}
label > input:focus + span {
  transform: translateY(-25px) scale(0.8);
  transform-origin: 0;
  color: #3F51B5;
}
label > input:focus {
  border-bottom: 1px solid #3F51B5;
  box-shadow: 0 1px 0 0 #3F51B5;
}




/*Bootstrap Calendar*/
.datepicker {
    border-radius: 10px !important;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 10px;
    display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 10px 10px 0px 0px !important;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
    border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
    text-transform: uppercase;
    font-weight: 300 !important;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}
.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #16cf98;
    color: #ffffff;
    border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}
.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
    background: transparent;
    color: rgba(255, 255, 255, 0.99);
    font-size: 21px;
}
.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
}
.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  background-color: #3546b3;
  background-image: none;
}
.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}


.text-box.f1{
	background:#fff;
}
.form-112{
	float:left;
	width:100%;
	padding-top:80px;
}

.form-13.t1 ul li {
  width: 32% !important;
}
.form-13.t1 ul li.c1 {
  margin-left: 2%;
}
.t-btns5{
	background: #16cf98;
   padding: 5px 20px;
   color: #fff;
   border-radius: 30px;
   font-size: 14px;
   font-weight: 600;
   border:0px;
   margin-top: 20px;
}
.form-11 em{
	color:#F00;
	font-size:12px;
}
.order-list-1{
	float:left;
	width:100%;
	border:1px solid #e9e9e9;
	padding:20px 30px;
	margin-top:30px;
	border-radius:30px;
	background:#f6f6f6;
}
.order-list-1 h3{
	float:left;
	width:100%;
	font-size:18px;
	border-bottom:1px solid #e9e9e9;
	padding-bottom:15px;
	margin-bottom:15px;
}
.order-list-1 h3 a{
	float:right;
	margin-top:-3px;
}
.order-list-1 h3 img{
	width:20px;
}
.order-list-1 ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
}
.order-list-1 ul li{
	float:left;
	width:100%;
	font-family: 'Nuckle', sans-serif;
	font-size:15px;
	color:#000;
	font-weight:500;
	margin-top:7px;
}
.order-list-1 ul li b{
	float:left;
	width:40%;
}
.order-list-1 ul li span{
	float:left;
	width:60%;
}
.paymment-icons{
	float:left;
	width:90%;  
	margin-left: 10%;
	margin-top:15px;
}
.paymment-icons img{
	float:left;
	width:100%;
}
.orders-list.c1 div {
	margin-top:-15px;
}
.orders-list.c2 div {
	margin-top:-15px;
}

.confetti {
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 11;
  background: var(--color);
  top: 0;
  left: 0;
  will-change: transform;
  pointer-events: none;
  z-index:9999 !important;
}

.twitter {
  display:none;
}
.twitter svg {
  width: 32px;
  height: 32px;
  fill: #646B8C;
}



.left-menys{
	float:left;
	width:100%;
	background:#effffa;
	padding:15px;
	border:1px solid #51fdca;
	border-radius:10px;
}
.left-menys span{
	float:left;
	width:100%;
	text-align:center;
	float:left;
}
.left-menys span img{
	width:150px;
	height:150px;
	border-radius:80px;
}

.left-menys ul{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	list-style:none;
	margin-top:10px;
}
.left-menys ul li a{
	float:left;
	width:100%;	
	border-bottom:1px solid #51fdca;
	padding:5px 0px;
	color:#000;
	font-size:15px;
}
.left-menys ul li a:hover{
	color:#0bad7d;
}
.left-menys ul li a.active{
	color:#0bad7d;
}
.order-lists{
	float:left;
	width:100%;
}
.order-lists h3{
	float:left;
	width:100%;
	font-size:20px;
}
.tabl-detas{
	float:left;
	width:100%;
	padding:10px;
	border:1px solid #efefef;
	border-radius:4px;
}
.tabl-detas{
	width:100%;
	float:left;
}
.tabl-detas table tr td{
	padding:4px 4px;
}
.ready {
  background: #fff0d7;
  font-size: 12px;
  color: #f48605;
  border-radius: 10px;
  padding: 2px 10px;
}
.account-details{
	width:100%;
    border: 1px solid #efefef;
    border-radius: 4px;
	float:left;
}
.account-details ul{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
.account-details ul li{
	width:100%;
	float:left;
	padding:10px 15px;
	color:#333;
}
.account-details ul li b{
	width:30%;
	float:left;
}
.account-details ul li.c1{
	background:#f5f5f5;
}

ul.main-banner-list{
	width:100%;
	float:left;
	padding:0px;
	margin:0px;
}
ul.main-banner-list li{
	width:100%;
	float:left;font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
	background:url(../images/arrow-icon-5.png) no-repeat left top 8px;
	padding-left:28px;
	margin-bottom:8px;
}
.c-underline {
	width:100%;
	height:5px;
	position:relative;
	border-bottom:5px solid #000;
	padding-bottom:6px;
}

/* 4. get-a-quote */
form.get-a-quote i svg{
    fill: #000;
}
form.get-a-quote i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #cae5ff;
    border-radius: 50%;
    padding: 22px;
    border-bottom-left-radius: 0;
    margin-right: 30px;
}
.get-a-quote h2 {
    font-weight: 40px;
    font-weight: 800;
	font-size: 24px;
}
.get-a-quote span {
    font-size: 16px;
    font-weight: bold;
    color: #858585;
}
.get-a-quote {
    background-color: white;
    padding: 25px 60px;
    border-radius: 30px;
    margin-left: 30px;
    box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -webkit-box-shadow: -1px 0px 44px 15px rgb(0 0 0 / 4%);
    -moz-box-shadow: -1px 0px 44px 15px rgba(0,0,0,0.4);
    position: relative;
    margin-bottom: 50px;
	padding-bottom:35px;
	box-shadow:0px 0px 10px #aacced;
}
.get-a-quote:after {
    right: -6%;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 14px solid #fdf4e4;
    content: "";
    z-index: -1;
    bottom: -6%;
}
.get-a-quote:before {
    position: absolute;
    width: 90%;
    top: -21px;
    height: 45px;
    content: "";
    left: 5%;
    border-radius: 26px;
    z-index: -1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.get-a-quote input[type="text"],.get-a-quote input[type="number"] {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
}
.texbhs{
    width: 100%;
    height: 80px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 15px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
}

.get-a-quote select {
    width: 100%;
    height: 64px;
    border: 0;
    border-radius: 12px;
    outline: 0;
    margin-bottom: 20px;
    padding-left: 30px;
    color: #444;
    font-size: 16px;
    padding-right: 86px;
    box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 20px 7px rgba(0,0,0,0.08);
    border: 1px solid #d3d3d3;
	background:#fff;
}
.get-a-quote select option{
    font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
.get-a-quote p {
    font-weight: bold;
    padding-bottom: 0px !important;
    padding-top: 10px;
	font-size:14px;
	margin-bottom:0px;
}
.radio-button {
    padding: 15px;
    background-color: #edf4ff;
    margin-right: 15px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 700;
    align-items: center;
    display: flex;
    margin-bottom: 35px;
}
.radio-button label {
    padding-left: 10px;
}
.radio-button input{
    width: 22px;
    height: 22px;
}
.group-img{
    position: relative;
}
.group-img svg {
    position: absolute;
    right: 30px;
    width: 24px;
    height: auto;
    top: 13px;
}

.how-it-w{
	float:left;
	width:100%;
	margin-top:50px;
}
.how-it-w strong{
	float:left;
	width:100%;
	text-align:center;
}
.how-it-w strong img{
	width:230px;
}
.how-it-w p{
	float:left;
	width:100%;
	margin-bottom:0px;
	text-align:center;
	margin-top:15px;
	letter-spacing:.5px;
	font-size: 16px;
}
.how-it-w p b{
	float:left;
	width:100%;
	font-family: 'Nuckle', sans-serif;
	font-size:20px;
}
.cta-box p{
	font-size:18px;
	font-weight:500;
	line-height:35px;
	font-family: 'Nuckle', sans-serif;
	letter-spacing:.5px;
}
.left-text-12{
	float:left;
	width:100%;	
}
.left-text-12 h3{
	float:left;
	width:100%;	
	font-size: 30px;
    font-weight: 600;
	line-height:40px;
}
.left-text-12 p{
	float:left;
	width:100%;	
	font-family: 'Nuckle', sans-serif;
    font-weight: 500;
	font-size:14px;
	letter-spacing:.5px;
	margin-bottom:15px;
}
.left-text-12 p b{
	font-size:18px;
}
.left-text-12 p a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 22px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Nuckle', sans-serif;
  text-transform: capitalize;
  margin-top: 10px;
  padding-bottom:9px;
}
.left-text-12 p a:hover {
	background:#000;
	color:#fff;
}
.left-text-12 ul{
	float:left;
	width:100%;	
	padding:0px;
	margin:0px;
	list-style:none;
	margin-bottom:20px;
}
.left-text-12 ul li{
	float:left;
	width:100%;	
	background:url(../images/tick-2.png) no-repeat left top 3px;
	padding-left:32px;
	font-family: 'Nuckle', sans-serif;
    font-weight: 500;
	font-size:14px;
	color:#000;
	margin-bottom:3px;
}

.pl-50{
	padding-left:50px;
}
.btn5-201 a{
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 10px 22px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #000;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Nuckle', sans-serif;
  text-transform: capitalize;
  margin-top: 15px;
  padding-bottom:9px;
}
.btn5-201 a:hover{
  color: #fff !important;
  background:#000;
}
.footer h6 {
  line-height: 1;
  margin-bottom: 35px;
  color: #000;
}
.foo-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0;
  padding: 0;
}
.footer .foo-links li p {
  font-weight: 400;
  margin-bottom: 10px;
  color: #000;
  font-size:16px;
  line-height:25px;
}
.footer .foo-links li p a {
  color: #000;
  text-decoration:none;
}
.footer .foo-links li p a:hover {
  color: #333;
}
.foo-links li.gh54 {
  padding: 0px;
  border-radius: 20px;
  padding-bottom:30px;
}
.foo-links li.gh54 img {
  width: 100%;
}
.footer-logo{
	width:75%;
}

.gmap-1 img{
	width:100%;
	border-radius:60px 10px 60px 10px;
}

.hj-text-box{
	float:left;
	width:100%;
}
.hj-text-box span{
	float:left;
	width:100%;
	font-size:14px;
	color:#000;
	margin-top:8px;
	font-weight:400;
}
.i-text1{
	float:left; 
	width:20px; 
	height:20px; 
	display:block;
	margin-right:10px;
	border: 1px solid #d3d3d3 !important;
}
.yt1l{
	padding-left:30px;
	margin-bottom:25px;
}
.hj-text-box span a{
	color:#000;
	text-decoration:underline;
}
.hj-text-box span a:hover{
	text-decoration:none;
}
.fomr-steps1{
	float:left;
	width:100%;
	margin-top:0px;
	margin-bottom:0px;
	background: hsla(0, 0%, 95%, 1);
	background: linear-gradient(0deg, hsla(0, 0%, 95%, 1) 0%, hsla(0, 0%, 95%, 1) 40%, hsla(0, 0%, 100%, 1) 40%);
	background: -moz-linear-gradient(0deg, hsla(0, 0%, 95%, 1) 0%, hsla(0, 0%, 95%, 1) 40%, hsla(0, 0%, 100%, 1) 40%);
	background: -webkit-linear-gradient(0deg, hsla(0, 0%, 95%, 1) 0%, hsla(0, 0%, 95%, 1) 40%, hsla(0, 0%, 100%, 1) 40%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F2F2F2", endColorstr="#F2F2F2", GradientType=1 );
}
.left-parts{
	float:left;
	width:34%;
	margin-top:70px;
	border-radius:40px 0px 0px 40px;
	padding:70px 40px;
	padding-left:0px;
	min-height:800px;
	/*background:#f2f2f2;*/
}
.left-parts h1{
	float:left;
	width:100%;
	font-size:28px;
	color:#000;
}
.left-parts h1 b{
	color:#000;
}
.left-parts h2{
	float:left;
	width:100%;
	font-size:24px;
	color:#000;
	margin-top:30px;
}
.text-5{
	float:left;
	width:100%;
	font-size:15px;
	color:#000;
	line-height:26px;
}
.right-parts1{
	float:left;
	width:66%;
	min-height:800px;
	margin-top:80px;
	border-radius:0px 40px 40px 0px;
	padding:40px 80px;
	/*background:#fff;*/
	padding-right:0px;

}
.right-parts1 h2{
	float:left;
	width:100%;
	font-size:24px;
	color:#01192e;
	margin-top:70px;
}

.sel-yourcity{
	float:left;
	width:45%;
	font-size:18px;
	margin-top:15px;
	margin-bottom:5px;
	margin-right:5%;
}
.form-select{
	float:left;
	width:100%;
	height:50px;
	background:#fff;
	border:1px solid #ccc;
	border-radius:10px;
	padding-left:15px;
	margin-top:7px;
	padding-right:15px;
}
.serach-btn{
	float:left;
	padding:10px 0px;
	width:100%;
	background:#2674ea;
	font-size:18px;
	color:#fff;
	border-radius:10px;
	border:0px;
	margin-top:10px;
	cursor:pointer;	
}
.serach-btn:hover{
	background:#1f66d2;	
}
.left-setp-1{
	float:left;
	width:100%;
	margin-top:20px;
}
.left-setp-1 span{
	float:left;
	width:10%;
}
.left-setp-1 span b{
	float:left;
	width:26px;
	height:26px;
	padding:0px;
}
.left-setp-1 span b em{
	float:left;	
	width:26px;
	height:26px;
	background:url(../images/arrow-icon-1-active.png) no-repeat left;
}
.left-setp-1 span i{
	float:left;
	width:2px;
	height:40px;
	background:#dcdcdc;
	margin-left:13px;
}
.left-setp-1 div{
	float:left;
	width:80%;
	margin-left:3%;
	color:#000;  
	font-family: 'Nuckle', sans-serif;
	font-size:15px;
	font-weight:600;
	line-height:20px !important;
	margin-top:3px;
}
.left-setp-1 div strong{
	float:left;
	width:100%;
	font-size:12px;
	color:#333;
	font-weight:500;
	margin-top:10px;
}

.left-setp-1.c1{
	margin-top:0px;
}


.left-setp-1.active span b{
	float:left;
	width:26px;
	height:26px;
	border-radius:80px;
	padding:0px;
}
.left-setp-1.active span b em{
	float:left;
	width:26px;
	height:26px;
	background:url(../images/arrow-icon-1.png) no-repeat left;
}
.left-setp-1.active span i{
	float:left;
	width:1px;
	height:70px;
	background:#00b67b;
	margin-left:13px;
}
.left-setp-1.active div{
	color:#00b67b;
}
.right-parts1.c1{
	padding-left:80px;	
	padding-right:80px;
}
.bus-details{
	float:left;
	width:70%;
}
.bus-details-1{
	background:#fff;
	border:1px solid #ccc;
	float:left;
	width:100%;
	padding:18px 20px;
	border-radius:10px;
	box-shadow:0px 0px 5px #ccc;
	margin-top:15px;
}
.bus-details-header{
	float:left;
	width:100%;
	border-bottom:1px solid #eee;
}
.bus-details-header h4{
	float:left;
	width:40%;
	font-size:18px;
	color:#01192e;
	margin-bottom:15px;
}
.bus-details-header b{
	color:#666;
	font-size:13px;
	font-weight:600;
}
.bus-details-header p{
	float:left;
	width:60%;
	font-size:15px;
	color:#333;
	padding-top:6px;
}
.bus-details-content{
	float:left;
	width:100%;
	margin-top:15px;
}
.bus-details-content-left{
	float:left;
	width:40%;
}
.bus-details-content-left p{
	float:left;
	width:100%;
	font-size:15px;
	color:#333;
	margin-bottom:0px;
}
.bus-details-content-right{
	float:left;
	width:40%;
}
.bus-details-content-right p{
	float:left;
	width:100%;
	font-size:15px;
	color:#333;
	margin-bottom:0px;
}
.bus-details h3{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:28px;
	color:#01192e;
	margin-bottom:3px;
}
.order-history{
	float:right;
	width:27%;
	margin-top:50px;
}
.maps-1{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #eee;
	padding:10px;
	 border-radius: 10px;
}
.maps-1 img{
	float:left;
	width:100%;
}
.bus-details-1.active{
	box-shadow: 0px 0px 5px #d7e6fc;  
	border: 1px solid #2775ea;
}
.bus-details-1:hover{
	box-shadow: 0px 0px 5px #d7e6fc;  
	border: 1px solid #2775ea;
}

.book-ho{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #ccc;	 
	border-radius: 10px;
	margin-bottom:20px;  
}
.book-ho h3{
	float:left;
	width:100%;
	padding:12px 15px;
	font-size:20px;
	color:#01192e;
	border-bottom:1px solid #ccc;		
	margin-bottom:0px;
}
.book-ho div{
	float:left;
	width:100%;	
	padding:10px 15px;
}
.book-ho div p{
	float:left;
	width:50%;	
	font-size:14px;
	margin-bottom:10px;
	line-height:24px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.book-ho div span{
	float:left;
	width:100%;	
	font-size:14px;
	margin-bottom:10px;
	line-height:24px;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}

.new-forms{
	float:left;
	background:#fff;
	width:100%;
	border: 1px solid #ccc;
	padding:30px 50px; 
	margin-top:13px;  
	border-radius: 10px;
	padding-bottom:40px;
}

.orders-list-texteat{
	float:left;
	width:100%;
}
.text-etra{
	float:left;
	width:100%;
	height:100px;
	border:1px solid #e9e9e9;
	color:#000;
}
.t-btns.f4{
	float:right;
	width:auto;
	padding:12px 40px;
}
.t-btns.f3{
	float:left;
	width:auto;
	padding:12px 40px;
	border:2px solid #c1c1c1;
	box-shadow: 2px 2px 0 0 #c1c1c1;
	color:#c1c1c1;
}
.t-btns.f3:hover{
	background:#d6d6d6;
	color:#000;
}

.talk-to-guys{
	float:left;
	width:100%;
	border:1px solid #e9e9e9;
	padding:15px;
	margin-top:70px;
	border-radius:10px;
}
.talk-to-guys span{
	float:left;
	width:20%;
	padding-right:20px;
}
.talk-to-guys span img{
	float:left;
	width:100%;
}
.talk-to-guys p{
	float:left;
	width:60%;
	font-size:14px;
	margin-bottom:0px;
}
.talk-to-guys strong{
	float:right;
	padding-right:0px;
	margin-top:25px;
}
.talk-to-guys strong a{
	background:#f2f2f2;
	color:#000;
	font-size:15px;
	padding:8px 14px;
	border-radius:6px;
	font-weight:500;
}
.talk-to-guys strong a:hover{
	background:#000;
	color:#fff;
}
.midc3{
	margin-top:20px;
}

.right-parts1.f1{
	padding-left:40px;
}
.pack-box-01{
	float:left;
	width:100%;
	padding:20px;
	box-shadow:0px 0px 5px #dbdbdb;
	border:1px solid #e2e2e2;
	border-radius:15px;
	margin-bottom:20px;
	padding-bottom:10px;
}
.pack-box-01:hover{
	border:1px solid #e2e2e2;
	background:#f1fbf6;
}
.pack-box-01-left{
	float:left;
	width:35%
}
.pack-box-01-left h4{
	float:left;
	width:100%;
	font-size:20px;
	color:#000;
	padding-bottom:0px;
	margin-bottom:0px !important;
}
.pack-box-01-left u{
	float:left;
	width:100%;
	font-size:13px;
	color:#333;
	text-decoration:none;
}
.pack-box-01-left span{
	float:left;
	width:100%;
	font-size:18px;
	color:#00b67b;
	margin-top:35px;
	font-family: 'Nuckle', sans-serif;
	font-weight:600;
}
.pack-box-01-left h5{
	float:left;
	width:100%;
	font-size:30px;
	color:#000;
	padding-bottom:0px;
	margin-bottom:0px !important;
}
.pack-box-01-middle{
	float:left;
	width:40%;
	margin-left:1%;
}
.pack-box-01-middle h4{
	float:left;
	width:100%;
	font-size:14px;
	color:#666;
	padding-bottom:0px;
	margin-bottom:0px !important;
}
.pack-box-01-middle ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-top:15px;
}
.pack-box-01-middle ul li {
  float: left;
  width: 100%;
  background: url(../images/tick-2.png) no-repeat left top 3px;
  padding-left: 30px;
  font-family: 'Nuckle', sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  margin-bottom: 7px;
}
.pack-box-01-right{
	float:left;
	width:20%;
	margin-left:3%;
}
.pack-box-01-right span{
	float:right;
	width:80px;
	height:80px;
	background:#d4eedd;
	border-radius:100px;
	padding:20px;
	margin-right:15px;
	margin-bottom:20px;
}
.pack-box-01-right span img{
	width:100%;
}
.pack-box-01-right.t1 span{
	background:#fbdad1;
	margin-top:-25px;
}
.pack-box-01-right.t1 span{
	background:#fceed2;
}
.pack-box-01-right{
	float:right;
	width:16%;
	padding-top:10px;
}
.pack-box-01-right a{
	float:left;
	width:100%;
	background:#00b67b;
	color:#fff;
	border-radius:4px;
	padding:7px 0px;
	text-align:center;
    font-family: 'Nuckle', sans-serif;
	font-size:14px;
	font-weight:600;
}
.pack-box-01-right a:hover{
	background:#000;
}

.pack-box-01-right strong{
	float:right;
	margin-right:-20px;
	margin-top:-31px;
}
.talk-to-guys-2{
	float:left;
	width:100%;
}
.talk-to-guys-2 p{
	float:left;
	width:100%;
    font-family: 'Nuckle', sans-serif;
	text-align:center;
	font-size:18px;
	color:#000;
	font-weight:500;
}
.talk-to-guys-2 p b{
	font-size:24px;
}
.talk-to-guys-2 span{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:35px;
}
.talk-to-guys-2 span img{
	width:50%;
}
.talk-to-guys-2 p strong a{
	padding:10px 30px;
	margin-top:20px;
	background:#f3f3f3;
	border-radius:4px;
	font-size:16px;	
	border:1px solid #d8d8d8;
}
.talk-to-guys-2 p strong a:hover{
	background:#000;
	color:#fff;
}

.yu-icon{
	width:60px !important;
	margin-top:3px;
	margin-bottom:3px;
}
.pt-30{
	padding-top:30px;
}

.mijhgy img{ 
	opacity: 0.5;	
}
.mijhgy img:hover{ 
	opacity: 1.0;	
}
.mijhgy .active img{ 
	opacity: 1.0;	
}

.navbar-fixed-top .navbar-nav > li > a.active {
  color: #06a475;
}

