/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/

/*------------------------------------------------------
	overwrite css start
------------------------------------------------------*/
* {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
select,
input,
option,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* list-style:none;*/
	box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}

q {
	quotes: none
}

q:before,
q:after {
	content: '';
	content: none
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

button,
input,
select,
textarea {
	margin: 0;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	border-radius: 0
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

a {
	text-decoration: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

table {
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
}

img {
	border: 0 none;
	max-width: 100%;
}

a {
	outline: none;
	cursor: pointer;
}

/* End hide from IE Mac */
.none {
	display: none;
}

/* End Clearfix */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

.clear {
	clear: both;
}

img {
	max-width: 100%;
}

/* For modern browsers */
.cf:before,
.cf:after {
	content: "";
	display: table
}

.cf:after {
	clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
body {
	background: #fff;
	font-size: 22px;
	line-height: 1.65;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
}


a,
button,
.btn,
.menu-icon,
.cancel-btn,
.cta-link,
ul li a:after,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline: none !important;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	text-decoration: none !important;
}

p {
	font-size: 22px;
	line-height: 1.65;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}

b,
strong {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Inter', sans-serif;
	clear: both;
	font-weight: 500;
	color: #1c3664;
}


h1 {
	font-size: 65px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.35;
}

h2 {
	font-size: 40px;
	margin-bottom: 0px;
	padding: 0;
	line-height: 1.25;
	color: #000;
	font-weight: 700;
}

h3 {
	font-size: 22px;
	margin-bottom: 15px;
	padding: 0;
	line-height: 1.2;
	color: #251f20;
}

h4 {
	font-size: 24px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.35;
}

h5 {
	font-size: 18px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1;
}


a {
	color: #B73843;
}

a:hover,
a:focus {
	color: #000;
}

.widget-area .widget a:hover {
	color: #B73843;
}


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

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul li {
	margin: 0;
	position: relative;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	appearance: none;
	font-family: 'Halyard Display';
	font-weight: 300;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	color: #FFF;
	background: none;
	padding: 17px 20px 7px 20px;
	letter-spacing: 0px;
	font-size: 28px;
	width: 100%;
	display: block;
	resize: none;
	height: 159px;
	margin-bottom: 32px !important;
	resize: none !important;
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
	-webkit-appearance: none;
	appearance: none;
	font-weight: 300;
	border-bottom: 1px solid #fff;
	border-radius: 0px;
	color: #FFF;
	background: none;
	padding: 12px 0px 27px 0px;
	height: auto;
	letter-spacing: 5px;
	font-size: 28px;
	width: 100%;
	display: block;
}

label {
	font-weight: 300;
	border-radius: 0px;
	color: #FFF;
	display: block;
	border-bottom: 1px solid;
	padding: 14px 0 20px 0;
	letter-spacing: 5px;
	font-size: 28px;
	width: 100%;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #FFF;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #FFF;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #FFF;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #FFF;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: #f4b7b3;
}

input[type="submit"] {
	font-family: 'Halyard Display';
	font-weight: 600;
	font-size: 24px;
	color: #f4b7b3;
	background-color: transparent;
	padding: 14px 46px;
	border-radius: 50%;
	line-height: 1.1;
	border: 1px solid #f4b7b3;
	letter-spacing: 5px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #f4b7b3;
	color: #251f20;
}


.w-20 {
	width: 20%;
}

.w-25 {
	width: 25%;
}

.w-30 {
	width: 30%;
}

.w-33 {
	width: 33.33%;
}

.w-35 {
	width: 35%;
}

.w-40 {
	width: 40%;
}

.w-45 {
	width: 45%;
}

.w-50 {
	width: 50%;
}

.w-55 {
	width: 55%;
}

.w-60 {
	width: 60%;
}

.w-65 {
	width: 65%;
}

.w-70 {
	width: 70%;
}

.w-100 {
	width: 100%;
}


.d-flex {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.bg-set {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.big-container {}

.wrapper {}

/* 
  .container{ max-width: 1210px; width: 100%; margin: 0 auto; padding: 0 15px;} */


/*----------intial declartaion of css end----------*/

/*-----------Header start here---------------*/
.site-header {
	background: #fff;
}

.main-header {
	overflow: hidden;
	padding: 55px 0 44px 0px;
}

/* .main-header .container, .top-bar .container {
	max-width: 1690px;
} */

.main-header .d-flex {
	align-items: center;
}

.header-logo {
	display: inline-block;
	width: 34.5%;
	background: #fff;
	padding: 0px 54px 0 0px;
}
.header-logo img{
	max-width: 420px;
}
.header-logo .logo {
	display: block;
}

/****header fixed animation*/
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	animation: 0.9s fixedhead;
	-webkit-transition: animation 0.3s ease-in-out;
	-moz-transition: animation 0.3s ease-in-out;
	-o-transition: animation 0.3s ease-in-out;
	transition: animation 0.3s ease-in-out;
}

header.fixed .main-header {
	padding: 10px 0;
}

@-webkit-keyframes fixedhead {
	0% {
		top: 150px;
	}

	100% {
		top: 0px;
	}
}

@keyframes fixedhead {
	0% {
		transform: translateY(-145px);
	}

	100% {
		transform: translateY(0px);
	}
}

/***end header fixed animation*/

header.fixed .main-header {
	top: 0;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.50);
}



/*-----------Menu css start here---------------*/
.top-nav {
	position: relative;
	width: 65.5%;
	padding: 0;
	background: #1c3664;
}

.top-nav:after {
	content: "";
	background: #1c3664;
	position: absolute;
	width: 150%;
	height: 100%;
	right: -100%;
	top: 0;
}

.top-nav .nav-menu {
	position: relative;
	z-index: 1;
}

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

.top-nav li {
	color: #fff;
	margin: 0;
	padding: 19px 0px;
}

.top-nav li:after {
	content: "";
	background: #3499cc;
	width: 1px;
	height: 15px;
	display: inline-block;
	margin: 0 46px;
}

.top-nav ul>li:last-child:after {
	display: none;
}

.top-nav li a {
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
}

.top-nav li a:hover,
.top-nav li a:focus {
	background: none;
	color: #73b7f9;
}

.fixed-header .top-nav {
	margin-top: 0;
}


/*-----------Hero banner css start here---------------*/
.hero-banner {
	overflow: hidden;
	position: relative;
	height: 778px;
}

.hero-video video {
	width: 100%;
	height: 100%;
}

.video-control {
	position: absolute;
	z-index: 2;
	right: 8%;
	bottom: 30px;
	text-align: right;
}

.video-control .control-btn {
	text-align: center;
	cursor: pointer;
	display: inline-block;
	background: rgba(255, 255, 255, 0.9);
	color: #526778;
	border-radius: 50%;
	margin-left: 10px;
	line-height: 48px;
	width: 48px;
	height: 48px;
}

.video-control .control-btn:hover {
	background: rgba(255, 255, 255, 1);
}

.video-control .control-btn .fa-volume-off {
	display: none;
}

.video-control .control-btn.Unmute .fa-volume-off {
	display: inline-block;
}

.video-control .control-btn.Unmute .fa-volume-mute {
	display: none;
}


/*-----------Step Section css start here---------------*/
.step-section {
	padding: 40px 0 0;
	overflow: hidden;
}

.step-section h1 {
	text-align: center;
}

.step-list {
	max-width: 1506px;
}

.step-block {
	position: relative;
	align-items: center;
	margin-bottom: 30px;
	background: rgb(248, 152, 64);
	background: -moz-linear-gradient(left, rgba(248, 152, 64, 1) 0%, rgba(237, 32, 44, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(248, 152, 64, 1) 0%, rgba(237, 32, 44, 1) 100%);
	background: linear-gradient(to right, rgba(248, 152, 64, 1) 0%, rgba(237, 32, 44, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89840', endColorstr='#ed202c', GradientType=1);
}

.step-block:nth-child(odd) {
	margin-right: 80px;
}

.step-block:nth-child(even) {
	margin-left: 80px;
}

.step-arrow {
	width: 5.5%;
	display: inline-block;
	margin-left: 47px;
}

.step-icon {
	display: inline-block;
	width: 7.5%;
	margin: 0 0 0 80px;
}

.step-dis {
	width: 64%;
	padding: 3px 0 0 75px;
}

.step-block .step-number {
	padding: 12px 41px 6px 41px;
}

.step-block span {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-size: 34px;
	text-align: center;
	display: block;
	font-weight: 500;
	line-height: 1;
}

.step-block h2 {
	color: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 900;
	text-align: center;
	font-size: 98px;
	line-height: 1;
}

.step-block h3 {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 0px;
}

.step-block p {
	color: #fff;
	font-weight: 300;
	line-height: 1.4;
}

.step-block .step-dis p:last-child {
	margin-bottom: 0;
}


/*-----------Pricing Annually css start here---------------*/
.pricing-annually {
	background: #1c3664;
	color: #fff;
}

.pricing-title h2 {
    font-size: 74px;
    color: #fff;
    font-weight: 900;
    line-height: 1;
    width: auto;
    max-width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: #1c3664;
    padding: 0 30px;
}

.pricing-title h2 sup {
	font-size: 43px;
}

.pricing-title span {
	display: block;
	text-align: center;
	font-size: 38px;
	font-weight: 500;
	line-height: 0.77;
}

.pricing-annually .container {
	max-width: 1760px;
}

.pricing-list {
	align-items: center;
	position: relative;
	padding: 20px 0;
}

.pricing-title {
    margin-right: 40px;
    padding: 16px 0 8px 0px;
    width: 100%;
    text-align: center;
	position: relative;
}

.pricing-title:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0.3;
}

.top-bar {
    background: #1c3664;
    padding: 2px 0 5px;
}

.phone p{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff
}

.phone p a{
	color: #fff;
} 

.pricing-arrow {
    display: none !important;
}

.pricing-arrow {
	width: 5%;
	height: 100%;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 12%;
	background-position: center left;
}

.pricing-dis {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
}

.pricing-dis ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pricing-dis ul li {
    width: 33.33%;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    padding: 5px 0;
}

.pricing-dis ul li:first-child {
	/* padding-left: 0; */
}

.pricing-dis ul li:last-child {
	padding-right: 0;
}

.pricing-dis ul li:first-child:before {
	display: none;
}

.pricing-dis ul li:before {
	content: none;
	position: absolute;
	left: -4px;
	top: 22px;
	background: #fff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.pricing-list .btn-wrap {width: 100%; text-align: center;}
.pricing-list .btn-wrap .btn-white { background: #fff; border-radius: 20px; padding: 12px 20px; font-size: 16px; font-family: 'Inter', sans-serif; font-weight: 700; color: #1c3664; }
.pricing-list .btn-wrap .btn-white:hover,
.pricing-list .btn-wrap .btn-white:focus{background:#2c85b7;color:#fff}

/*-----------Customers Say css start here---------------*/
.customers-say {
	position: relative;
	background: url(.//assets/images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 54px 0 80px;
}

.bg-pattern {
	position: relative;
	background: url(.//assets/images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-pattern:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);

}

.bg-pattern .container {
	position: relative;
	z-index: 1;
}

.title {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}

.title:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: #1c3664;
}

.title h1,
.title h2 {
	position: relative;
	z-index: 1;
	background: #fff;
	color: #1c3664;
	display: inline-block;
	font-weight: 500;
	padding: 0 50px;
	font-size: 65px;
}

.slider-inner {
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.3);
	padding: 30px 100px;
}

.customers-wrap {
	/* margin-left: -60px;
	margin-right: -60px; */
}

.slider-holder {
	padding: 10px 60px;
}

.customer-img {
	width: 144px;
	height: 144px;
	border-radius: 50%;
	margin: 0 auto 40px;
}

.customers-wrap h2 {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 5px;
}

.customers-wrap h3 {
	font-size: 22px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
}

.customers-wrap ul {
	display: block;
	text-align: center;
	padding: 6px 0 25px 0;
}

.customers-wrap ul li {
	display: inline-block;
	width: 27px;
	margin-right: 5px;
}

.customers-wrap .dis {
	min-height: 200px;
	margin-bottom: 20px;
}

.customers-wrap p {
	font-weight: 300;
	font-size: 20px;
}

.customer-logo {
	width: 100px;
	display: block;
	height: 100px;
	margin: 0 auto;
}

.slick-arrow {
	border: 0;
	background-color: #e6e6e5;
	background-image: url(./assets/images/next-prev-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 38%;
	font-size: 0;
	z-index: 9;
	position: absolute;
	left: 60px;
	top: 50%;
	margin-top: -35px;
	width: 58px;
	height: 70px;
}

.slick-next.slick-arrow {
	right: 60px;
	left: auto;
	transform: rotate(180deg);
}

.slick-arrow:hover {
	background-color: #b5b5b4;
}

.slick-arrow.slick-disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

/*-----------Sign Up Form css start here---------------*/
.sign-up-form {
	padding: 48px 0 30px;
	background: rgb(37, 114, 156);
	background: -moz-linear-gradient(top, rgba(37, 114, 156, 1) 0%, rgba(52, 153, 204, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(37, 114, 156, 1) 0%, rgba(52, 153, 204, 1) 100%);
	background: linear-gradient(to bottom, rgba(37, 114, 156, 1) 0%, rgba(52, 153, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25729c', endColorstr='#3499cc', GradientType=0);
}

.sign-up-form h2 {
	color: #000;
	margin-bottom: 30px;
}



/*-----------Containt Page css start here---------------*/
.containt-page {
	padding: 50px 0 200px 0;
}


/*-----------Listing Section css start here---------------*/

.listing-section {
	background: rgb(28, 58, 106);
	background: -moz-linear-gradient(top, rgba(28, 58, 106, 1) 0%, rgba(48, 149, 200, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(28, 58, 106, 1) 0%, rgba(48, 149, 200, 1) 100%);
	background: linear-gradient(to bottom, rgba(28, 58, 106, 1) 0%, rgba(48, 149, 200, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c3a6a', endColorstr='#3095c8', GradientType=0);
	color: #fff;
	padding: 80px 0 30px;
}

.listing-section .listing-inner {
	margin: 0 auto;
	max-width: 1120px;
}

.listing-section .listing-inner ul {
	display: flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-flow: row wrap;
}

.listing-section .listing-inner ul li {
	position: relative;
	display: inline-block;
	font-family: 'Inter', sans-serif;
	font-size: 42px;
	font-weight: 300;
	padding: 0 0 9px 75px;
}

.listing-section .listing-inner ul li:nth-child(odd) {
	width: 59.5%;
}

.listing-section .listing-inner ul li:nth-child(even) {}

.listing-section .listing-inner ul li:before {
	content: "";
	background-image: url(./assets/images/true-icon.svg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0;
	top: 8px;
	width: 50px;
	height: 48px;
}

.listing-section .listing-inner ul li strong {
	font-weight: 900;
}





/*-----------Footer css start here---------------*/
.footer-main {
	background-color: #404348;
	padding: 120px 0 100px;
}

.footer-logo {
	display: inline-block;
	width: 300px;
}

.footer-logo-wrap a{
	margin-bottom: 40px;
}

.footer-logo-wrap {
    width: 50%;
}

.footer-logo-wrap a:last-child{
	margin-bottom: 0px;
}

.footer-main .d-flex {
	align-items: center;
	justify-content: space-between;
}

.foote-link ul li {
	display: inline-block;
	color: #fff;
	padding: 0 48px;
}

.foote-link ul li a {
	display: block;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-transform: unset;
}

.foote-link ul li a:hover,
.foote-link ul li a:focus {
	color: #73b7f9;
}

.copy-right {
	margin-top: 42px;
}

.copy-right p {
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	letter-spacing:0.5px;
}



@media (max-width: 1760px) {

	.pricing-arrow {
		width: 6%;
	}

	.pricing-dis ul li {
		font-size: 29px;
		padding: 5px 18px;
	}
}


@media (min-width: 1640px) {

	.container {
		max-width: 1400px;
	}
}

@media (max-width: 1639px) {
	h1 {
		font-size: 50px;
	}

	.hero-banner {
		height: 690px;
	}

	.step-block .step-number {
		padding: 12px 30px 6px 30px;
	}

	.step-block span {
		font-size: 28px;
	}

	.step-block h2 {
		font-size: 80px;
	}

	.step-icon {
		margin: 0 0 0 40px;
	}

	.step-dis {
		width: 68%;
		padding: 0 0 0 30px;
	}

	.step-block:nth-child(odd) {
		margin-right: 60px;
	}

	.step-block:nth-child(even) {
		margin-left: 60px;
	}

	.step-arrow {
		width: 7.5%;
		display: inline-block;
		margin-left: 10px;
	}

	.slider-inner {
		padding: 30px 60px;
	}

	.customers-wrap .dis {
		min-height: 230px;
		margin-bottom: 20px;
	}

	.footer-logo {
		width: 470px;
	}

	.foote-link ul li {
		padding: 0 30px;
	}
}


@media (max-width: 1600px) {


	.main-header {
		padding: 30px 0 30px 0px;
	}

	.step-section {
		padding: 20px 0 0;
	}

	.pricing-title h2 {
		font-size: 54px;
	}

	.pricing-title span {
		font-size: 30px;
	}

	.pricing-title h2 sup {
		font-size: 30px;
	}

	.pricing-dis ul li {
		font-size: 22px;
		padding: 2px 12px;
	}

	.pricing-dis ul li:before {
		left: -4px;
		top: 18px;
		width: 7px;
		height: 7px;
	}

	.pricing-dis {
		display: inline-block;
		width: 100%;
		padding-left: 0px;
	}

	.pricing-arrow {
		width: 8%;
	}

	.customers-wrap {
		margin-left: -15px;
		margin-right: -15px;
	}

	.slider-holder {
		padding: 10px 30px;
	}

	.slick-arrow {
		left: 30px;
	}

	.slick-next.slick-arrow {
		right: 30px;
	}

	.containt-page {
		padding: 50px 0 110px 0;
	}

}

@media (max-width: 1199px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 36px;
	}

	.main-header {
		padding: 20px 0;
	}

	.hero-banner {
		height: 560px;
	}

	.step-block .step-number {
		padding: 12px 20px 6px 20px;
	}

	.step-block span {
		font-size: 24px;
	}

	.step-block h2 {
		font-size: 60px;
	}

	.step-icon {
		margin: 0 0 0 20px;
	}

	.step-block h3 {
		font-size: 34px;
	}

	.title {
		margin-bottom: 40px;
	}

	.title h1,
	.title h2 {
		padding: 0 40px;
		font-size: 40px;
	}

	.customers-wrap h2 {
		font-size: 22px;
	}

	.customers-wrap h3 {
		font-size: 20px;
	}

	.customers-wrap .dis {
		min-height: 300px;
	}

	.listing-section .listing-inner ul li:nth-child(odd) {
		width: 50%;
	}

	.listing-section .listing-inner ul li {
		font-size: 30px;
		padding: 0 0 5px 40px;
	}

	.listing-section .listing-inner ul li:before {
		top: 8px;
		width: 30px;
		height: 28px;
	}

	.pricing-title {
		margin-right: 60px;
	}

	.pricing-arrow {
		width: 11%;
		left: 14%;
	}

	.step-block p {
		font-size: 20px;
	}

	.pricing-dis ul li {
		font-size: 18px;
		width: 50%;
		text-align: left;
	}


	.footer-main {
		padding: 60px 0 30px;
	}

	.footer-logo {
		width: 390px;
	}

	.foote-link ul li {
		padding: 0 24px;
	}

}

@media (max-width: 991px) {

	h1 {
		font-size: 36px;
	}

	.hamburger {
		position: absolute;
		right: 20px;
		top: 25px;
	}

	header.fixed .hamburger {
		top: 14px;
	}

	.top-nav:after {
		display: none;
	}

	.top-nav,
	.top-nav.menu-opened {
		top: 45px;
	}

	header.fixed .top-nav,
	header.fixed .top-nav.menu-opened {
		top: 45px;
	}

	.top-nav .nav-menu {
		padding-top: 20px;
	}

	.top-nav li:after {
		display: none;
	}

	.hamburger.is-active {
		margin-top: 0;
		right: 15px;
		position: absolute;
	}

	.hamburger--3dxy-r.is-active .hamburger-inner::before,
	.hamburger--3dxy-r.is-active .hamburger-inner::after {
		background: #1c3664;
	}

	.top-nav ul li {
		padding: 0;
	}




	.step-dis {
		width: 100%;
		padding: 0 0 0 0px;
	}

	.step-block {
		text-align: center;
		justify-content: center;
		padding: 30px 30px;
	}

	.step-arrow {
		display: none;
	}

	.step-block .step-number {
		padding: 0;
		width: 100%;
	}

	.step-icon {
		margin: 20px 0;
		width: 110px;
	}

	.pricing-list {
		align-items: center;
		position: relative;
		padding: 20px 0;
		text-align: center;
	}

	.pricing-arrow {
		display: none;
	}

	.pricing-dis {
		display: inline-block;
		width: 100%;
		padding-left: 0;
	}

	.pricing-title {
		margin-right: 0;
		padding: 0 0 20px;
		width: 100%;
	}

	.title {
		margin-bottom: 20px;
	}

	.title h1,
	.title h2 {
		padding: 0 30px;
		font-size: 32px;
	}

	.slider-inner {
		padding: 20px 20px;
	}

	.customer-img {
		margin: 0 auto 20px;
	}

	.slider-holder {
		padding: 10px 40px;
	}

	.customers-wrap h3 {
		font-size: 18px;
	}

	.customers-wrap ul {
		padding: 6px 0 10px 0;
	}

	.slick-arrow {
		left: -40px;
	}

	.slick-next.slick-arrow {
		right: -38px;
	}

	.listing-section {
		padding: 60px 0 50px;
	}

	.listing-section .listing-inner ul li {
		font-size: 26px;
	}

	.containt-page {
		padding: 40px 0 60px 0;
	}

	.footer-main {
		padding: 40px 0 20px;
	}

	.footer-logo {
		width: 260px;
	}

	.foote-link ul li a {
		font-size: 18px;
	}

	.foote-link ul li {
		padding: 0 16px;
	}

	.copy-right {
		margin-top: 20px;
	}


}

@media (max-width: 830px) {
	.customers-wrap .dis {
		min-height: inherit;
	}

	.slider-inner {
		padding: 20px 60px;
	}

	.slick-arrow {
		left: 20px;
	}

	.slick-next.slick-arrow {
		right: 20px;
	}
}

@media (max-width: 767px) {
	.pricing-title h2{
		padding: 0;
	}
	.footer-logo-wrap {
		width: 100%;
		text-align: center;
	}
	.pricing-dis ul li {
		width: 100%;
		text-align: center;
	}

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	p {
		font-size: 20px;
	}

	.title h1,
	.title h2 {
		padding: 0 20px;
	}

	.header-logo {
		width: 380px;
		padding: 0;
	}

	.video-control {
		right: 15px;
		bottom: 20px;
		font-size: 18px;
	}

	.video-control .control-btn {
		margin-left: 5px;
		line-height: 38px;
		width: 38px;
		height: 38px;
	}

	.hero-banner {
		height: 360px;
	}

	.step-block:nth-child(odd) {
		margin-right: 0px;
	}

	.step-block:nth-child(even) {
		margin-left: 0px;
	}

	.step-icon {
		margin: 20px 0;
		width: 90px;
	}

	.step-block span {
		font-size: 20px;
	}

	.step-block h2 {
		font-size: 50px;
		margin-top: 10px;
	}

	.pricing-dis ul li {
		font-size: 18px;
	}

	.pricing-dis ul li:before {
		width: 5px;
		height: 5px;
		display: inline-block;
		position: static;
		vertical-align: top;
		margin: 12px 10px 0 0;
	}

	.listing-section .listing-inner ul li,
	.listing-section .listing-inner ul li:nth-child(odd) {
		width: 300px;
		margin: 0 auto;
	}

	.customers-wrap p {
		font-size: 18px;
	}

	.slick-arrow {
		background-size: 34%;
		margin-top: -22px;
		width: 33px;
		height: 44px;
	}

	.slider-inner {
		padding: 20px 30px;
	}

	.footer-main {
		padding: 30px 0 10px;
	}

	.footer-main .d-flex {
		align-items: center;
		justify-content: center;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.foote-link ul li {
		padding: 0 10px;
	}

	.foote-link ul li a {
		font-size: 16px;
	}

	.copy-right {
		text-align: center;
	}

	.copy-right {
		margin-top: 14px;
	}
}



@media (max-width: 500px) {
	.hero-banner {
		height: 300px;
	}

	.header-logo {
		width: 230px;
	}

}

#text .container {padding:70px;}

/* Ensure horizontal (flex) layout for the primary menu */
#site-navigation > ul.nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;           /* optional: prevent wrapping */
  align-items: center;
  gap: .5rem;                  /* spacing between items */
  padding-left: 0;             /* reset if theme adds padding */
  margin-bottom: 0;            /* reset default UL margin */
  list-style: none;            /* just in case */
}

/* Make sure list items don’t force block stacking */
#site-navigation > ul.nav > li.nav-item {
  display: block;              /* keep as block; flex is on the UL */
}

/* Optional: style the links */
#site-navigation a.nav-link {
  white-space: nowrap;         /* keep single-line labels */
}
