@font-face {
	font-family: 'Gordita';
	src: url('../fonts/../fonts/Gordita-Bold.eot');
	src: url('../fonts/../fonts/Gordita-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Bold.woff2') format('woff2'),
		url('../fonts/Gordita-Bold.woff') format('woff'),
		url('../fonts/Gordita-Bold.ttf') format('truetype'),
		url('../fonts/Gordita-Bold.svg#Gordita-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/../fonts/Gordita-Light.eot');
	src: url('../fonts/../fonts/Gordita-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Light.woff2') format('woff2'),
		url('../fonts/Gordita-Light.woff') format('woff'),
		url('../fonts/Gordita-Light.ttf') format('truetype'),
		url('../fonts/Gordita-Light.svg#Gordita-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/../fonts/Gordita-Medium.eot');
	src: url('../fonts/../fonts/Gordita-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Medium.woff2') format('woff2'),
		url('../fonts/Gordita-Medium.woff') format('woff'),
		url('../fonts/Gordita-Medium.ttf') format('truetype'),
		url('../fonts/Gordita-Medium.svg#Gordita-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/../fonts/Gordita-Regular.eot');
	src: url('../fonts/../fonts/Gordita-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Regular.woff2') format('woff2'),
		url('../fonts/Gordita-Regular.woff') format('woff'),
		url('../fonts/Gordita-Regular.ttf') format('truetype'),
		url('../fonts/Gordita-Regular.svg#Gordita-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gordita';
	src: url('../fonts/../fonts/Gordita-Thin.eot');
	src: url('../fonts/../fonts/Gordita-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gordita-Thin.woff2') format('woff2'),
		url('../fonts/Gordita-Thin.woff') format('woff'),
		url('../fonts/Gordita-Thin.ttf') format('truetype'),
		url('../fonts/Gordita-Thin.svg#Gordita-Thin') format('svg');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}



/* Default CSS */
* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: 'Gordita';
	font-size: 16px;
	color: #3c465a;
	font-weight: normal;
}

a,
a:hover {
	text-decoration: none;
	transition: all ease 0.5s;
	color: inherit;
}

a.underline {
	text-decoration: underline;
	word-wrap: anywhere;
}

/*custom css*/
.bg-primary {
	background-color: #fd7018 !important
}

.bg-secondary {
	background-color: #1e2834 !important
}

.bg-black {
	background-color: #000000 !important
}

.bg-light {
	background-color: #f3fbff !important
}

.bg-lighter {
	background-color: #fcfcfc !important;
}

.bg-blue {
	background-color: #0479bf !important
}

.bg-dark-blue {
	background-color: #253269 !important
}

.bg-grd-light {
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(243, 251, 255, 1) 0%, rgba(243, 251, 255, 1) 100%);
}

.bg-grd-lighter {
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(243, 251, 255, 1) 100%);
}

.border-primary {
	border-color: #fd7018 !important;
}

.border-secondary {
	border-color: #1e2834 !important;
}

.box-shadow-sm {
	box-shadow: 0px 0px 30px rgba(182, 215, 243, 0.80);
}

.text-primary {
	color: #fd7018 !important
}

.text-blue {
	color: #0479bf !important
}

.text-secondary {
	color: #273240 !important
}

.text-lighter {
	color: #eef5fb !important
}

.text-muted {
	color: #3c465a !important
}


.font-weight-semibold {
	font-weight: 600 !important
}

.font-weight-medium {
	font-weight: 500 !important
}

.mw-width-mc {
	max-width: max-content !important;
}

hgroup {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.text-clamp {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.form-control {
	min-height: 46px;
	outline: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #aeb4b9;
	outline: 0;
	box-shadow: none;
}

.heading-lg {
	font-weight: 500;
	font-size: 48px;
	line-height: 70px;
}

.heading-sm {
	font-weight: normal;
	font-size: 42px;
	line-height: 64px;
}

.heading-lg-xsm {
	font-weight: 800;
	font-size: 40px;
	line-height: 40px;
}

.heading-xsm {
	font-size: 24px;
	line-height: 40px;
}

.heading-xxsm {
	font-size: 18px;
	line-height: 1.25;
}

.heading-msm {
	font-size: 20px;
	line-height: 1;
}

.heading-xxsm {
	font-size: 18px;
	line-height: 1.25;
}

.heading-xxxsm {
	font-size: 16px;
	line-height: 1;
}

.vline::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -55px;
	width: 40px;
	height: 2px;
	background-color: #fd7018;
	transform: translateY(-50%);
}

.text-justify {
	text-align: justify !important;
}

hgroup.mx-width-lg {
	max-width: 1100px;
}

.img-cover {
	object-fit: cover !important;
}

.card {
	border-radius: .75rem;
}

.card-title {
	font-weight: bold;
	line-height: 30px;
	font-size: 20px;
}

.card-text {
	font-weight: normal;
	line-height: 34px;
	font-size: 16px;
}

.card-text-lg {
	line-height: 30px;
	font-size: 20px;
}

.card-icon .fs-1 i {
	font-size: 60px !important;
}

.card-icon-side .fs-1 i {
	font-size: 100px !important;
}

.font-weight-bolder {
	font-weight: 900 !important;
}

.font-weight-bold {
	font-weight: 800 !important;
}

.font-weight-normal {
	font-weight: normal !important;
}

.font-weight-light {
	font-weight: 300 !important
}

.alert-primary {
	color: #fff;
	background-color: #fd7018;
	border-color: #fd7018;

}

.alert-light-blue {
	color: #0479bf;
	background-color: #ecf8ff;
	border-color: #ecf8ff;

}

.alert-dark-blue {
	color: #fff;
	background-color: #253269;
	border-color: #253269;

}

.alert {
	padding: 8px 30px;
	/* border-radius: 50rem; */
	font-weight: 500;
}


.form-check-inline {
	display: inline-flex;
	align-items: center;
}

.form-check-input:checked {
	background-color: #1e2834;
	border-color: #1e2834;
}

.form-check-input {
	width: 30px;
	height: 30px;
	margin-top: -0.35rem;
	background-color: #F5F5F5;
	border: 5px solid #ffffff !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	background-image: none !important;
	margin-right: 10px;
}

.form-check-input:focus {
	border-color: #fff;
	outline: 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.form-check-input:active {
	filter: none;
}

section.less-space,
.less-space {
	padding-bottom: 80px;
	padding-top: 80px;
}

section.space-py,
.space-py {
	padding-bottom: 100px;
	padding-top: 100px;
}

ul.social {
	margin: 0px;
	padding: 0px;
}

ul.social li {
	list-style-type: none;
	display: inline-block;
}

ul.social li:not(:last-child) {
	margin-right: 15px;
}

ul.social li a {
	text-decoration: none;
	color: #fff;
	flex-shrink: 0;
}

ul.social li a i {
	font-family: 'FontAwesome';
	font-weight: normal;
}

ul.social.light li a {
	color: rgba(255, 255, 255, .70);
}

ul.social li a:hover,
ul.social li a:active,
ul.social li a:focus {
	outline: none;
	color: #fff;
}

ul.social li a img {
	width: auto;
	height: 20px;
}

.star-rating {
	margin: 0;
}

.star-rating i {
	font-size: 20px;
	color: #fdaf18;
	letter-spacing: -4px;
}

.text-transform-none {
	text-transform: none !important;
}

.btn {
	border: 2px solid;
	padding: 16px 30px;
	border-radius: 50rem;
	line-height: 1;
	font-weight: 500;
	position: relative;
	z-index: 2;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.btn-primary {
	color: #ffffff;
	background-color: #fd7018;
	border-color: #fd7018;
	box-shadow: 0 0 15px rgba(253, 112, 24, .50);
}

.btn-primary::before {
	content: "";
	position: absolute;
	height: 100%;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #fff;
	z-index: -1;
	transition: all 0.4s ease-out;
	border-radius: inherit;
}

.btn-primary:hover::before {
	width: 100%;
}

.btn-primary:hover {
	color: #273240;
	background-color: #fff;
	border-color: #fd7018;
}

.btn-primary.arrow {
	position: relative;
	padding-right: 60px;
}

.btn-primary.arrow:after {
	content: "\f061";
	font-family: 'Line Awesome Free';
	font-size: 20px;
	font-weight: 900;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
	padding-left: 10px;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
	color: #273240;
	background-color: #fff;
	border-color: #fd7018;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	color: #273240;
	background-color: #fff;
	border-color: #fd7018;
	box-shadow: 0 0 15px rgba(253, 112, 24, .50);
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 15px rgba(253, 112, 24, .50);
}



.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
	outline: none;
}

.button-block>.btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.text {
	font-size: 16px;
	line-height: 34px;
	font-weight: normal;
}

.text-xs {
	font-size: 14px;
	line-height: 16px;
}

.modal .btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #3c465a;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
	cursor: pointer;
	outline: none
}


.container {
	max-width: 1530px;
}

.rounded-sm {
	border-radius: 10px !important;
}



/* Header section css start */
.dropdown-item:focus, .dropdown-item:hover {
	color: #fd7018;
	background-color: transparent;
}
.header-top {
	padding: 13px 0;
	margin: 0px;
}

.header-top .header-top-left {
	margin: 0;
}

.header-top .header-top-right {
	margin: 0;
}

ul.inline-list {
	margin: 0;
	padding: 0;
}

ul.inline-list li {
	list-style-type: none;
	display: inline-block;
}

ul.inline-list li:not(:last-child) {
	padding-right: 30px;
}

ul.inline-list li a {
	text-decoration: none;
}


ul.list-block {
	margin: 0;
	padding: 0;
}

ul.list-block li {
	list-style-type: none;
	display: block;
}

ul.list-block li>i {
	font-size: 22px;
	color: #fd7018;
}

ul.list-block li:not(:last-child) {
	padding-bottom: 20px;
}

ul.list-check {
	margin: 0;
	padding: 0;
	height: 100%;
}

ul.list-check li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #e0edf7;
	padding: 8px 0 8px 30px;
	position: relative;
}

ul.list-check li:last-child {
	border-color: transparent;
}

ul.list-check.icon-check li::before {
	content: "\f00c";
	position: absolute;
	left: 0;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 18px;
	padding: 0 10px 0 5px;
	color: #00d280;
}

.header-main-sec {
	margin: 0px;
	padding: 0;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.header-main-sec.inner-header {
	position: unset;
}

.header-main-block {
	padding: 20px 0;
}

.header-main-sec .header-logo img {
	width: auto;
	height: auto;
}

.header-main-sec .navbar-nav .nav-link {
	color: #273240;
	font-weight: 400;
	padding-left: 15px;
	padding-right: 15px;
}

.header-main-sec .navbar-nav .nav-link .head-icon {
	font-size: 22px;
}

.header-main-sec .navbar .header-logo {
	padding-right: 30px;
}


.header-main-sec .navbar .navbar-collapse {
	flex-shrink: 0;
}

.header-main-block .navbar-nav .nav-link {
	position: relative;
}

.header-main-block .navbar-nav .nav-btn::before {
	width: 70px;
}

.header-main-block .navbar-nav .nav-btn .nav-link {
	color: #1e2834 !important;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	transition: all ease 0.5s
}

.header-main-block .navbar-nav .nav-btn:hover .nav-link,
.header-main-block .navbar-nav .nav-btn:active .nav-link,
.header-main-block .navbar-nav .nav-btn:focus .nav-link,
.header-main-block .navbar-nav .nav-link:focus {
	color: #fd7018 !important;
}

.header-main-sec .navbar-nav {
	margin: 0;
}

.header-main-sec .navbar-nav ul {
	margin: 0;
	padding: 0;
}

.header-main-sec .navbar-nav ul li {
	list-style-type: none;
}

.header-main-sec .navbar-nav .nav-link img {
	height: 30px;
	vertical-align: middle
}

.header-main-sec .navbar-nav .nav-link.active,
.header-main-sec .navbar-nav .nav-link.active:hover,
.header-main-sec .navbar-nav .nav-link:hover {
	color: #fd7018;
}

.header-main-sec .navbar .navbar-toggler-icon,
.header-main-sec .navbar .icon-bar {
	color: #FFF;
}


.header-right-area .header-right-info .header-right-info-block:not(:last-child) {
	margin-right: 10px;
}

.header-right-area .header-right-info .header-right-info-block a {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff
}

.header-right-area .header-right-info .icon-sm {
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50rem;
	background-color: #ffffff15;
	text-align: center;
	margin-right: 10px;
}

.header-main-sec .navbar button {
	margin-left: auto;
	outline: none !important;
	background: transparent;
	box-shadow: none;
	border-color: #fd7018;
	width: 50px;
	height: 50px;
	border-radius: 50rem;
	border-width: 2px;
	padding: 0;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("../images/navbar-icons.svg");
	background-position: center;
	background-size: 18px auto;
	width: 100%;
	height: 100%;
}

.navbar {
	/*position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	border: none;*/
	padding: 0
}


.header-main-sec .header-main-block .header-right-info {
	/* gap: 50px */
}

.header-main-sec .header-main-block .header-right-info .header-contact {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.header-main-sec .header-main-block .header-right-info .header-contact img {
	margin-right: 10px;
}

/*header menu dropdown css*/
.header-main-sec .navbar-nav li {
	position: relative;
}

.header-main-sec .navbar-nav li .sub-menu {
	position: absolute;
	z-index: 1000;
	left: 0;
	right: 0;
	/* display: none; */
	min-width: 16rem;
	padding: 10px 20px;
	margin: 0;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 10px;
	top: 100%;
	visibility: hidden;
	opacity: 0
}

.header-main-sec .navbar-nav li:hover .sub-menu {
	display: block;
	visibility: visible;
	opacity: 1
}

.header-main-sec .navbar-nav li:hover:last-child .sub-menu {
	right: 0;
	left: auto;
}

.header-main-sec .navbar-nav li:last-child .sub-menu::after {
	left: auto;
	right: 30px;
}

.header-main-sec .navbar-nav li:last-child .sub-menu {

	left: auto;
	right: 0;

}

.header-main-sec .navbar-nav li>.sub-menu li {
	padding-left: 12px;
	padding-right: 12px;
}

.header-main-sec .navbar-nav li>ul.sub-menu li a {
	color: #000;
	padding: .5rem 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #ffffff30;
}

.header-main-sec .navbar-nav li:hover .sub-menu li a:hover {
	color: #1e2834;
}

.header-main-sec .navbar-nav li:hover .sub-menu li:last-child a {
	border-bottom: none
}

.header-main-sec .navbar-nav li .sub-menu:after {
	content: " ";
	position: absolute;
	left: 30px;
	transform: translateX(-50%);
	top: -10px;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.header-main-sec .navbar-nav .dropdown-menu li a.nav-link {
	color: #121212;
	padding: .6em 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #DCDCDC;
}

.header-main-sec .navbar-nav .dropdown-menu li:last-child a.nav-link {
	border-bottom: none;
}

.header-main-sec .navbar-nav .dropdown-menu {
	min-width: 14rem;
	padding: 10px 20px;
	/* border-radius: 10px; */
	margin-top: 10px;
}

.header-main-sec .dropdown-item.active, .header-main-sec .dropdown-item:active {
	color: #fd7018;
	background-color: transparent;
}

.header-main-sec .navbar-nav .dropdown-menu:after {
	/* content: " "; */
	position: absolute;
	left: 30px;
	transform: translateX(-50%);
	top: -10px;
	border-top: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.header-main-sec .navbar-nav .dropdown-menu li {
	padding: 0;
}

.header-main-sec .navbar-nav .nav-link .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
}

.header-main-sec .navbar-nav li.menu-item-has-children>a::after {
	content: "";
	height: 8px;
	width: 12px;
	background: url(../images/menu-down-arrow.svg) no-repeat center;
	background-size: contain;
	display: inline-block;
	margin-left: 8px;
}

.header-main-sec .navbar-nav li.menu-item-has-children span.dw-aarow {
	content: "";
	height: 40px;
	width: 40px;
	background: url(../images/menu-down-arrow.svg) no-repeat center;
	background-size: 14px auto;
	display: none;
	margin-left: 0px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 9;
	cursor: pointer;
	left: auto;
}

/* Header section css end */

/*hero section css*/
.hero-area {
	margin: 0;
}

.hero-area::after {
	content: "";
	width: 50%;
	height: 88%;
	background-color: #f3fbff;
	position: absolute;
	z-index: -1;
	right: 0;
	top: 0;
}

.hero-right-area {
	/* position: absolute; */
	z-index: 1;
	top: -20%;
	left: auto;
	right: 0;
}



.hero-our-clients {
	margin-top: 95px;
}

.hero-our-clients-slider img {
	opacity: .5;
	transition: all ease 0.5s;
}

/*hero section css end*/

/* corss rotate css start */
.cross-info-area {}

.cross-info-area .cross-info-text .heading-xxxsm::before {
	content: "\f005";
	position: relative;
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 20px;
	padding: 0 20px;
}

.cross-info-area .cross-info-block .cross-info-text .heading-xxxsm {
	white-space: nowrap;
	width: max-content;
	display: flex;
	align-items: center;
	transform: translateX(0);
}

.cross-info-area .cross-info-block {
	position: relative;
	/* overflow: hidden; */
	white-space: nowrap;
}

.cross-info-area .cross-info-text {
	display: inline-flex;
	animation: scroll-left 20s linear infinite;
}

.cross-info-area .cross-info-text.right {
	animation: scroll-right 20s linear infinite;
}

.cross-info-area .cross-info-text h4 {
	white-space: nowrap;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@keyframes scroll-right {
	0% {
		transform: translateX(-50%);
	}

	100% {
		transform: translateX(0);
	}
}

.rotate-right {
	transform: rotate(5deg);
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-top: -45px;
}

.rotate-left {
	transform: rotate(-5deg);
	width: calc(100% + 20px);
	margin-left: -10px;
}

/* corss rotate css end */

/* our services css start */

.whyus-area .bg-object-area {
	left: 100px;
	z-index: 1;
}

.whyus-inner-block .card {
	transition: all ease 0.5s;
	box-shadow: 0px 0px 35px rgba(194, 219, 240, 0);
}

.whyus-inner-block .card:hover {
	transition: all ease 0.5s;
	box-shadow: 0px 0px 35px rgba(194, 219, 240, 0.35);
	background-color: #ffffff !important;
}

.whyus-inner-block .card .card-icon-side {
	transition: all ease 0.5s;
	opacity: 0;
	transform: translateX(100%);
}

.whyus-inner-block .card:hover .card-icon-side {
	transition: all ease 0.5s;
	opacity: 1;
	transform: translateX(0);
}

/* our services css end */

/* package plan css start */
.choose-plan-tabs .nav-pills {
	border: 1px solid #dcebf7;
	padding: 5px;
	width: max-content;
}

.choose-plan-tabs .discount-offer-tag {
	left: 58% !important;
	transform: translateY(-150%) !important;
}

.choose-plan-tabs .nav-pills .nav-link.active {
	box-shadow: 0 0 15px rgba(255, 220, 198, 1);
}

.choose-plan-area .bg-object-area {
	top: 20%;
	z-index: -1;
}

.choose-plan-area .bg-object-area.short-plan {
	right: 10% !important;
}

/* package plan css end */

/* client testimonials css start */
.testimonials-area {
	background-position: center 75%;
	background-size: contain;
	background-repeat: no-repeat;
}

.testimonials-block {
	margin-top: 250px;
}

.testimonials-block .testimonials-img {
	margin-top: -60px;
}

.testimonials-block .testimonials-img img {
	width: 85px;
	height: 85px;
	object-fit: cover;
}

.testimonial-pagi .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background-color: #ecf3f9;
	opacity: 1;
}

.testimonial-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd7018;
}

.testimonials-area .bg-object-top {
	right: 100px;
}

.testimonials-area .bg-object-bottom {
	left: 100px;
	bottom: 100px;
}

/* client testimonials css end */

/* footer css start */
.border-light {
	border-color: #314053 !important;
}

.footer-bottom-area .footer-info .footer-info-inner ul.list-block li {
	color: rgba(255, 255, 255, .70);
}

.footer-bottom-area .footer-info .footer-info-inner ul.list-block li>i {
	color: inherit;
}

.footer-bottom-area .footer-info .footer-info-inner ul.list-block li:not(:last-child) {
	padding-bottom: 12px;
}

.footer-info-links .hline::before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #fd7018;
}

ul.footer-links {
	margin: 0;
	padding: 0;
}

ul.footer-links li {
	list-style-type: none;
	display: block;
	padding-left: 20px;
	position: relative;
}

ul.footer-links li:not(:last-child) {
	padding-bottom: 20px;
}

ul.footer-links li a {
	font-size: 15px;
	color: rgba(255, 255, 255, .70);

}

ul.footer-links li a:hover,
ul.footer-links li a:active,
ul.footer-links li a:focus {
	color: rgba(255, 255, 255, 1);
}

ul.footer-links li a::before {
	content: "\f061";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	opacity: .40;
}

ul.footer-links.two-cols li {
	float: left;
	width: 50%;
}

.footer-copyrights {
	background-color: #161d25;
	padding: 15px 0;
}

.footer-copyrights .copyrights-text {
	font-size: 13px;
}

a.back-to-top {
	position: fixed;
	transition: background 0.5s;
	z-index: 11;
	right: 40px;
	bottom: 150px;
	transform: translateY(-50%);
	display: none;
}

/* footer css end */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: #fd7018;
}

.nav-link,
.nav-link:focus,
.nav-link:hover {
	color: #273240;
}

.breadcrumb a {
	color: #fff;
}

/* inner page css start */
.inner-top-space {
	/* margin-top: 185px; */
}

.inner-top-space .bg-object-top {
	right: 100px;
	top: 50%;
}

.iframe-container {
	overflow: hidden;
	/* padding-top: 56.25%; */
	position: relative;
}

.iframe-container iframe {
	border: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;

}

.map-block .iframe-container,
.map-block .iframe-container iframe {
	height: 400px;
}

.text-justify {
	text-align: justify !important;
}
.text-button-block ul.inline-list li:not(:last-child) {
	padding-right: 5px;
}
.text-button-block .alert {
	padding-right: 10px;
	padding-left: 10px;
}
/* inner page css end */

/* responsive css */
@media screen and (max-width:1366px) {
	.heading-lg {
		font-size: 42px;
		line-height: 60px;
	}

	.heading-sm {
		font-size: 36px;
		line-height: 56px;
	}

	.heading-msm {
		font-size: 18px;
	}

	.heading-xsm {
		font-size: 20px;
		line-height: 36px;
	}

	.heading-xxsm {
		font-size: 16px;
	}

	.price-lg .heading-sm {
		font-size: 32px;
	}

	.testimonials-block {
		margin-top: 150px;
	}

	.testimonials-area {
		background-position: center 90%;
	}

	ul.list-check li {
		font-size: 15px;
	}
}

@media screen and (max-width:1199px) {
	.header-main-sec .navbar-nav .nav-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 15px;
	}

	.hero-left-area {
		padding-top: 100px;
	}

	section.space-py,
	.space-py {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	section.less-space,
	.less-space {
		padding-bottom: 60px;
		padding-top: 60px;
	}

	.testimonials-block .testimonials-img img {
		width: 65px;
		height: 65px;
	}

	.choose-plan-tabs .discount-offer-tag {
		left: 62% !important;
	}

	.choose-plan-area .bg-object-area {
		top: 10%;
	}
	.whyus-area .bg-object-area {
		left: 40px;
	}
	.inner-top-space .bg-object-top {
		right:40px;
	}
}

@media screen and (max-width:1080px) {
	.header-main-sec .navbar-nav .nav-link {
		padding-left: 7px;
		padding-right: 7px;
		font-size: 14px;
	}

	.header-main-block .navbar .navbar-nav .btn-primary.arrow {
		padding-right: 45px;
	}

	.header-main-block .navbar .navbar-nav .btn {
		padding: 16px 20px;
		font-size: 14px;
	}

	.heading-lg {
		font-size: 36px;
		line-height: 54x;
	}

	.heading-sm {
		font-size: 30px;
		line-height: 50px;
	}

	.heading-xsm {
		font-size: 18px;
		line-height: 32px;
	}

	.hero-left-area .hero-left-bottom {
		flex-wrap: wrap;
	}

	.hero-our-clients {
		margin-top: 50px;
	}

	.choose-plan-block .price-saving .alert {
		padding-left: 20px;
		padding-right: 20px;
	}

	.price-lg .heading-sm {
		font-size: 28px;
	}

	.testimonials-area .bg-object-bottom {
		left: 40px;
		bottom: 60px;
	}
}

@media screen and (max-width:991px) {

	.header-main-sec .navbar-nav .dropdown-menu {
		padding: 0;
		margin-top: 0;
		border-color: transparent;
	}
	.header-main-sec .navbar-nav .nav-link {
		font-size: 16px;
	}

	.heading-lg {
		font-size: 32px;
		line-height: 48px;
	}

	.heading-sm {
		font-size: 28px;
		line-height: 44px;
	}


	.header-main-sec .navbar .navbar-collapse {
		background-color: #fff;
	}

	.header-main-sec .navbar-nav {
		align-items: start !important;
	}

	ul.inline-list li:not(:last-child) {
		padding-right: 10px;
	}

	.header-main-sec .header-logo img {
		width: 200px;
	}

	.header-main-sec .navbar-nav li .sub-menu {
		background-color: transparent;
		opacity: 1;
		visibility: visible
	}

	.header-main-sec .navbar-nav li .sub-menu::after {
		display: none;
	}

	.header-main-sec .navbar-nav li.menu-item-has-children>a::after {
		display: none
	}

	.header-main-sec .navbar-nav li.menu-item-has-children span.dw-aarow {

		display: inline-block;
	}

	.header-main-sec .navbar-nav li .sub-menu {
		position: relative;
		top: auto;
		left: auto;
		max-height: 0;
		overflow: hidden;
		transform: scaleY(1);
		padding: 0;
		transition: max-height 0.3s ease-out, padding 0.3s ease-out;
		box-shadow: none;
	}
}

@media screen and (max-width:767px) {

	.header-main-sec .header-logo img{
		width: 160px;
	}

	.footer-bottom-block .footer-logo img{
		width: 200px;
	}

	.header-main-sec {
		background-color: #fff;
	}

	.header-main-sec .navbar-nav .nav-link,
	.header-main-sec .dropdown-menu {
		font-size: 15px;
	}

	section.less-space,
	.less-space {
		padding-bottom: 50px;
		padding-top: 50px;
	}

	section.space-py,
	.space-py {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	hgroup {
		margin-bottom: 30px;
	}

	.hero-area::after {
		width: 100%;
		height: 50%;
		top: auto;
		bottom: -4%;
	}

	.hero-left-area {
		padding-top: 60px;
	}

	.rotate-left {
		transform: rotate(0);
		width: 100%;
		margin-left: 0;
	}
	.rotate-right {
		transform: rotate(0);
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.cross-info-area .cross-info-block .cross-info-text .heading-xxxsm {
		font-size: 14px;
	}
	
	.whyus-area .bg-object-area {
		left: 20px;
	}
	.choose-plan-tabs .discount-offer-tag {
		transform: translateY(-100%) !important;
	}
	.inner-top-area .bg-object-top {
		display: none;
	}
}

@media screen and (max-width:575px) {
	.hero-area::after {
		bottom: -7%;
		height: 40%;
	}
	.footer-copyrights .footer-copyrights-right {
		flex-wrap: wrap;
	}
}