@import "https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Poppins:400,500,600,700";
* {
	outline: 0;
	margin: 0;
	padding: 0
}

html,
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

body {
	font-family: montserrat, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #929292;
	font-weight: 400;
	position: relative
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	list-style-type: none
}

p {
	color: #929292;
	font-weight: 500;
	justify-content: left;
	
  text-justify: inter-word;
	margin-bottom: 0
}

@media(min-width:320px) {
	p {
		font-size: 12px;
		line-height: 22px
	}
}

@media(min-width:768px) {
	p {
		font-size: 14px;
		line-height: 24px
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: poppins, sans-serif;
	margin: 0;
	font-weight: 400;
	color: #1d2025
}

h1 {
	font-size: 40px;
	line-height: 1.1
}

h2 {
	font-size: 32px;
	line-height: 1.1
}

h3 {
	font-size: 26px;
	line-height: 1.1
}

h4 {
	font-size: 22px;
	line-height: 1.1
}

h5 {
	font-size: 20px;
	line-height: 1.1
}

h6 {
	font-size: 16px;
	line-height: 1.1
}

.default {
	background-image: url(../img/patterns/pattern1.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-01 {
	background-image: url(../img/patterns/pattern2.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-02 {
	background-image: url(../img/patterns/pattern3.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-03 {
	background-image: url(../img/patterns/pattern4.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-04 {
	background-image: url(../img/patterns/pattern5.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-06 {
	background-image: url(../img/patterns/006.html);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-07 {
	background-image: url(../img/patterns/007.html);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.pattern-05 {
	background-image: url(../img/patterns/005.html);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center
}

.form-control:focus {
	box-shadow: none
}

a {
	color: #929292;
	text-decoration: none;
	transition: all .3s ease-in
}

a:hover,
a:focus,
a:active {
	box-shadow: none;
	outline: 0;
	text-decoration: none
}

.bg-image-holder,
.bg-image {
	background-size: cover!important;
	background-position: 50% 50%!important;
	transition: all .3s linear;
	background: #f5f5f5;
	position: relative
}

.bg-image,
.bg-image1 {
	position: relative
}

.bg-image:before,
.bg-image1:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.bg-image:before {
	background-color: rgba(0, 0, 0, .5)
}

.bg-image1:before {
	background-color: rgba(0, 0, 0, .7)
}

::-moz-selection {
	background-color: #2D2E83;
	color: #fff
}

::selection {
	background-color: #2D2E83;
	color: #fff
}

.letter-spacing {
	letter-spacing: 7px
}

.vh100 {
	height: 100vh
}

.main-wrapper {
	overflow-x: hidden;
	background-color: #fff
}

.no-padding {
	padding: 0!important
}

.pv100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt30 {
	padding-top: 30px
}

.pb30 {
	padding-bottom: 30px
}

.pb50 {
	padding-bottom: 50px
}

.pv30 {
	padding-top: 30px;
	padding-bottom: 30px
}

.pt100 {
	padding-top: 100px
}

.pb100 {
	padding-bottom: 100px
}

@media(min-width:768px) {
	.t-pl-50 {
		padding-left: 50px
	}
}

@media(min-width:768px) {
	.t-pr-50 {
		padding-right: 50px
	}
}

.mt-30 {
	margin-top: 30px
}

.mt-35 {
	margin-top: 35px
}

.mt-40 {
	margin-top: 40px
}

.mt-50 {
	margin-top: 50px
}

.mt-60 {
	margin-top: 60px
}

.mt-70 {
	margin-top: 70px
}

.mt-75 {
	margin-top: 75px
}

.mb-40 {
	margin-bottom: 40px
}

.mb-50 {
	margin-bottom: 50px
}

.mb-60 {
	margin-bottom: 60px
}

.mb-70 {
	margin-bottom: 70px
}

.m-mt-20 {
	margin-top: 20px
}

@media(min-width:992px) {
	.m-mt-20 {
		margin-top: 0
	}
}

.m-mt-50 {
	margin-top: 50px
}

@media(min-width:768px) {
	.m-mt-50 {
		margin-top: 0
	}
}

.m-mb-20 {
	margin-bottom: 20px
}

@media(min-width:992px) {
	.m-mb-20 {
		margin-bottom: 0
	}
}

.m-mb-50 {
	margin-bottom: 50px
}

@media(min-width:768px) {
	.m-mb-50 {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.t-mt-50 {
		margin-top: 50px
	}
}

@media(min-width:768px) {
	.t-mt-60 {
		margin-top: 60px
	}
}

@media(min-width:768px) {
	.t-mt-70 {
		margin-top: 70px
	}
}

@media(min-width:768px) {
	.t-mt-80 {
		margin-top: 80px
	}
}

@media(min-width:768px) {
	.t-mt-80 {
		margin-top: 80px
	}
}

@media(min-width:768px) {
	.t-ml-100 {
		margin-left: 100px
	}
}

@media(min-width:768px) {
	.t-mr-100 {
		margin-right: 100px
	}
}

@media(min-width:992px) {
	.lg-mt-70 {
		margin-top: 70px
	}
}

@media(min-width:992px) {
	.lg-mt-80 {
		margin-top: 80px
	}
}

@media(min-width:992px) {
	.lg-mt-90 {
		margin-top: 90px
	}
}

.light {
	font-weight: 300
}

.normal {
	font-weight: 400
}

.mid {
	font-weight: 500
}

.mid-bold {
	font-weight: 600
}

.bold {
	font-weight: 700
}

body.boxed {
	margin: 0 auto;
	position: relative
}

@media(min-width:992px) {
	body.boxed {
		max-width: 970px
	}
}

@media(min-width:1200px) {
	body.boxed {
		max-width: 1260px
	}
}

body.boxed .main-wrapper {
	background: #fff
}

.text-primary {
	color: #2D2E83!important
}

.text-white {
	color: #fff!important
}

.text-dark {
	color: #1d2025!important
}

.light-gray {
	color: #666
}

.white-color {
	color: #fff
}

.bg-white {
	background-color: #fff
}

.bg-dark {
	background-color: #343a40
}

.bg-dark2 {
	background-color: #171a1f
}

.bg-water {
	background-color: transparent
}

.bg-sand {
	background-color: #f5f5f5
}

.bg-black-russion {
	background-color: #1d2025
}

.bg-primary {
	background-color: #2D2E83!important
}

.bg-whiteSmoke {
	background-color: #f8f8f8
}

.bg-gradient01 {
	background-image: linear-gradient(to bottom, #303484, #2f3384, #2e3184, #2e3083, #2d2e83);
}

.bg-gradient02 {
	background-image: linear-gradient(to bottom, #29538f, #28538d, #28538b, #275389, #275387);
}

.paralax {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed
}

.overflowH {
	overflow: hidden
}

.smooth-loader-wrapper {
	background-color: #2D2E83;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 600000
}

.smooth-loader-wrapper .smooth-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2100;
	line-height: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

.smooth-loader-wrapper .smooth-loader .spinner-eff {
	position: relative;
	width: 70px;
	height: 70px
}

.smooth-loader-wrapper .smooth-loader .spinner-eff:before,
.smooth-loader-wrapper .smooth-loader .spinner-eff:after {
	content: "";
	display: block
}

.smooth-loader-wrapper .smooth-loader .spinner-eff .spinner-bar:before,
.smooth-loader-wrapper .smooth-loader .spinner-eff .spinner-bar:after {
	content: "";
	display: block
}

@-webkit-keyframes rotation-top {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	20% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@keyframes rotation-top {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	20% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@-webkit-keyframes rotation-right {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	20% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	40% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@keyframes rotation-right {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	20% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	40% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@-webkit-keyframes rotation-bottom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	60% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@keyframes rotation-bottom {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	60% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@-webkit-keyframes rotation-left {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	60% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

@keyframes rotation-left {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	60% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: .5
	}
	80% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		opacity: .5
	}
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar {
	width: 0;
	height: 0;
	border: 35px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: .5
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-top {
	border-top: 35px solid #fff;
	-webkit-animation: rotation-top 3.6s linear 0s infinite;
	animation: rotation-top 3.6s linear 0s infinite
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-right {
	border-right: 35px solid #fff;
	-webkit-animation: rotation-right 3.6s linear 0s infinite;
	animation: rotation-right 3.6s linear 0s infinite
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-bottom {
	border-bottom: 35px solid #fff;
	-webkit-animation: rotation-bottom 3.6s linear 0s infinite;
	animation: rotation-bottom 3.6s linear 0s infinite
}

.smooth-loader-wrapper .smooth-loader .spinner-eff.spinner-eff-1 .bar-left {
	border-left: 35px solid #fff;
	-webkit-animation: rotation-left 3.6s linear 0s infinite;
	animation: rotation-left 3.6s linear 0s infinite
}

.reveal-text {
	position: relative;
	white-space: nowrap;
	-webkit-animation-name: reveal-text;
	animation-name: reveal-text;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;#2D2E83
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(1, .01, 0, 1);
	animation-timing-function: cubic-bezier(1, .01, 0, 1);
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0)
}

.reveal-text::after {
	content: "";
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #2D2E83;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: cubic-bezier(1, .01, 0, 1);
	animation-timing-function: cubic-bezier(1, .01, 0, 1);
	-webkit-animation-name: revealer-text;
	animation-name: revealer-text
}

@-webkit-keyframes reveal-text {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@keyframes reveal-text {
	0% {
		-webkit-clip-path: inset(0 100% 0 0);
		clip-path: inset(0 100% 0 0)
	}
	to {
		-webkit-clip-path: inset(0 0 0 0);
		clip-path: inset(0 0 0 0)
	}
}

@-webkit-keyframes revealer-text {
	0%,
	50% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
	51%,
	to {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	50% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
}

@keyframes revealer-text {
	0%,
	50% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%
	}
	51%,
	to {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%
	}
	50% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
	to {
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}
}

@-webkit-keyframes tafFadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-35%, 0, 0);
		transform: translate3d(-35%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes tafFadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-35%, 0, 0);
		transform: translate3d(-35%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.tafFadeInLeft {
	-webkit-animation-name: tafFadeInLeft;
	animation-name: tafFadeInLeft
}

@-webkit-keyframes tafFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes tafFadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30%, 0, 0);
		transform: translate3d(30%, 0, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.tafFadeInRight {
	-webkit-animation-name: tafFadeInRight;
	animation-name: tafFadeInRight
}

@-webkit-keyframes tafFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes tafFadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.tafFadeInUp {
	-webkit-animation-name: tafFadeInUp;
	animation-name: tafFadeInUp
}

@-webkit-keyframes tafFlipInY {
	0% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 0deg)
	}
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px)
	}
}

@keyframes tafFlipInY {
	0% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}
	40% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 45deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
	60% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 20deg);
		opacity: 1
	}
	80% {
		-webkit-transform: perspective(600px) rotate3d(0, 1, 0, 0deg);
		transform: perspective(600px) rotate3d(0, 1, 0, 0deg)
	}
	to {
		-webkit-transform: perspective(600px);
		transform: perspective(600px)
	}
}

.tafFlipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: tafFlipInY;
	animation-name: tafFlipInY
}

.card.card-accordion {
	border: 0;
	margin: 15px 0
}

.card.card-accordion .card-header {
	padding: 0;
	border-radius: 0;
	border: 0
}

.card.card-accordion .card-header h6 {
	position: relative
}

.card.card-accordion .card-header h6 a:after {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.card.card-accordion .card-header a {
	display: block;
	padding: 15px 27px 15px 20px;
	line-height: 24px;
	background-color: #2D2E83;
	color: #fff;
	border: 1px solid #2D2E83
}

.card.card-accordion .card-header a[data-toggle=collapse]:after {
	font-family: eleganticons;
	content: "\32";
	font-style: normal;
	speak: none;
	display: inline-block;
	float: right;
	line-height: 1;
	width: 22px;
	font-size: 20px;
	text-align: center;
	position: absolute;
	right: 15px
}

.card.card-accordion .card-header a.collapsed {
	line-height: 24px;
	color: #1d2025;
	background-color: #fff;
	border: 1px solid #ebebeb
}

.card.card-accordion .card-header a[data-toggle=collapse].collapsed:after {
	font-family: eleganticons;
	content: "\33";
	font-style: normal;
	speak: none;
	display: inline-block
}

.card.card-accordion .card-block {
	padding: 30px 20px;
	font-size: 14px;
	line-height: 26px;
	font-weight: 500;
	box-shadow: 0 7px 12px 0 rgba(0, 0, 0, .1);
	border-radius: 0
}

.badge {
	padding: 5px;
	font-weight: 400;
	font-size: 12px
}

.badge-default {
	background-color: #323f41;
	color: #fff!important
}

.btn {
	border: 0;
	border-radius: 2px;
	height: 52px;
	padding: 0 25px;
	font-size: 11px;
	line-height: 52px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	color: #fff;
	transition: all .3s ease-in-out
}

@media(min-width:992px) {
	.btn {
		font-size: 12px
	}
}

.btn.focus,
.btn:focus,
.btn.active,
.btn:active,
.btn:hover {
	box-shadow: none
}

.btn.btn-rounded {
	border-radius: 40px
}

.btn i {
	font-size: inherit
}

.btn-primary {
	background-color: #e6332a;
	border: 1px solid #e6332a;
	color:#fff!important
	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
	background-color: #fff!important;
	border: 1px solid #fff!important;
	box-shadow: none!important;
	color:#fff!important
	
}

.btn-primary.btn-cta {
	background-color: rgba(49, 209, 158, .3)!important
}

.btn-primary.btn-cta:hover {
	background-color: #e6332a!important
}

.btn-primary.btn-strock {
	background-color: transparent;
	color: #2D2E83!important;
	border: 1px solid #2D2E83
}

.btn-primary.btn-strock:hover {
	color: #fff!important
}

.btn-black {
	background-color: #1d2025;
	border: 1px solid #1d2025
}

.btn-black:hover,
.btn-black:focus,
.btn-black.active,
.btn-black:active {
	background-color: #e6332a;
	border: 1px solid #e6332a;
	color: #fff
}

.btn-white {
	background-color: #fff;
	color: #1d2025
}

.btn-white:hover {
	color: #fff;
	background-color: #26a97f
}

.scroll-btn {
	position: relative
}

@-webkit-keyframes mymove {
	0% {
		top: -20px
	}
	to {
		top: 6px
	}
}

@keyframes mymove {
	0% {
		top: -20px
	}
	to {
		top: 6px
	}
}

.btn-scroll-down {
	position: absolute;
	top: -80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 50px;
	line-height: 60px;
	background-color: #fff;
	display: block;
	border: 1px solid #e9e9e9;
	border-radius: 30px;
	z-index: 100;
	text-align: center;
	transition: all .3s ease-in
}

@media(min-width:768px) {
	.btn-scroll-down {
		top: -110px;
		width: 28px;
		height: 68px;
		line-height: 90px
	}
}

.btn-scroll-down i {
	color: #a0a2a6;
	display: inline-block;
	font-size: 16px;
	transition: all .3s ease-in;
	position: relative
}

@media(min-width:768px) {
	.btn-scroll-down i {
		font-size: 24px
	}
}

.btn-scroll-down:hover {
	background-color: #e6332a
}

.btn-scroll-down:hover i {
	color: #fff;
	-webkit-animation: fadeInDown 2s infinite;
	animation: fadeInDown 2s infinite
}

.btn-social {
	background-color: #2b2e34;
	color: #fff;
	font-size: 14px;
	width: 34px;
	height: 34px;
	text-align: center;
	padding: 0;
	border-radius: 2px;
	margin: 0 auto;
	line-height: 32px;
	display: inline-block
}

.btn-social i {
	margin-right: 0
}

.btn-social:hover {
	background-color: #2D2E83;
	color: #fff
}

[class*=heading-] {
	position: relative
}border

h3.section-title {
	position: relative;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	padding-bottom: 15px
}

h3.section-title:after {
	position: absolute;
	left: 0;
	bottom: 5px;
	background-color: #2D2E83;
	content: "";
	width: 100px;
	height: px
}

h3.section-title-center {
	position: relative;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	padding-bottom: 15px
}
h2.section-title-center {
	position: relative;
	font-size: 26px;
	line-height: 40px;
	font-weight: 500;
	padding-top: 20px;
	padding-bottom: 15px
}

h3.section-title-center:after {
	position: absolute;
	left: 50%;
	bottom: 5px;
	background-color: #2D2E83;
	content: "";
	width: 100px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

h2.section-title-center:after {
	position: absolute;
	left: 50%;
	bottom: 5px;
	background-color: #fff;
	content: "";
	width: 100px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.section-padding {
	padding-top: 80px;
	padding-bottom: 80px
}

.section-padding2 {
	padding-top: 100px;
	padding-bottom: 50px
}

.section-padding3 {
	padding-top: 100px;
	padding-bottom: 150px
}

@media(max-width:992px) {
	.section-padding {
		padding-top: 100px;
		padding-bottom: 100px
	}
	.section-padding2 {
		padding-top: 50px;
		padding-bottom: 100px
	}
}

.section_top-padding {
	padding-top: 70px
}

@media(min-width:992px) {
	.section_top-padding {
		padding-top: 90px
	}
}

.section_bottom-padding {
	padding-bottom: 70px
}

@media(min-width:992px) {
	.section_bottom-padding {
		padding-bottom: 90px
	}
}

.card-images {
	background-color: #f9f9f9;
	border: 1px solid transparent;
	transition: all .5s ease-in-out
}

.card-images .card-header {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: transparent;
	border-bottom: 0;
	position: relative;
	padding: 30px
}

.card-images .card-header::after {
	position: absolute
}

.card-images .card-header img {
	padding: 35px
}

.card-images .card-header .badge {
	position: absolute;
	right: 30px;
	padding: 8px 15px;
	top: 30px;
	border-radius: 0;
	text-transform: uppercase;
	font-size: 12px;
	z-index: 10
}

.card-images .card-header .badge.badge-default {
	background-color: #1d2025
}

.card-images .card-header .card-img-overlay {
	position: absolute;
	padding: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, .5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease-in-out;
	-webkit-transform: scale(0);
	transform: scale(0);
	width: 100%
}

.card-images .card-header .card-img-overlay .btn {
	width: 121px;
	padding: 0
}

.card-images .card-body {
	padding: 15px 30px 30px
}

.card-images .card-body .content {
	position: relative
}

.card-images .card-body .content .price {
	font-size: 16px;
	color: #2D2E83;
	font-weight: 600;
	line-height: 34px
}

@media(min-width:992px) {
	.card-images .card-body .content .price {
		font-size: 20px
	}
}

.card-images .card-body .content .price del {
	font-size: 14px;
	color: #999;
	font-weight: 400;
	margin-left: 10px
}

@media(min-width:992px) {
	.card-images .card-body .content .price del {
		font-size: 16px
	}
}

.card-images .card-body .content .rating i {
	color: #2D2E83;
	line-height: 30px
}

.card-images:hover {
	background-color: #fff;
	box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .1)
}

.card-images:hover .card-header .card-img-overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.card-images:hover .card-body .card-title:hover {
	color: #1d2025!important
}

.nav-tabs.feature-tabs {
	border-bottom: 0
}

.nav-tabs.feature-tabs .nav-item .nav-link {
	margin-right: 0;
	background-color: transparent;
	border: 0;
	padding: 0;
	margin: 0
}

.nav-tabs.feature-tabs .nav-item .nav-link.active {
	border-top-color: transparent
}

.image-frame {
	position: relative;
	text-align: center
}

.image-frame img {
	max-width: 100%
}

.tab-content.scren-image {
	position: absolute;
	left: 48%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 86%
}

.tab-content.scren-image .tab-pane.show {
	display: block
}

.list-style li {
	color: #1d2025;
	font-size: 14px;
	line-height: 24px;
	padding: 3px 0;
	font-weight: 500
}

.list-style li i {
	color: #2D2E83;
	margin-right: 10px;
	font-size: 16px
}

.list-style.black li i {
	color: #1d2025;
	margin-right: 10px;
	font-size: 16px
}

.list-style2 li {
	padding-bottom: 10px;
	color: #1d2025;
	font-size: 16px;
	font-weight: 500
}

.list-style2 li i {
	color: #333;
	margin-right: 10px
}

@media(min-width:992px) {
	.list-style3 {
		padding-top: 80px
	}
}

.list-style3 li {
	color: #cbd0d8;
	margin-bottom: 20px
}

.list-style3 li a {
	text-decoration: none;
	color: #cbd0d8;
	text-transform: uppercase
}

.list-style3 li a:hover {
	color: #2D2E83
}

.list-style3 li i {
	margin-right: 20px;
	color: #2D2E83
}

.media-style-01 {
	transition: all .3s;
	padding: 35px 0
}

.media-style-01 .media-body h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}

.media-style-01:hover .icon-style-1 i {
	background-color: #2D2E83;
	color: #fff
}

.media-style-3:hover .icon-style-3 i {
	background-color: #fff;
	color: #2D2E83
}

.media-style-02 .media-body h5 {
	font-size: 16px;
	font-weight: 500
}

.media-body2 h5 {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 35px;
	text-align: center;
	text-transform: capitalize
}

.media-body2 p {

	text-align: center;
}

@media(max-width:768px) {

	#lefttext {
		text-align: left;
	}
}


@media(max-width:768px) {
	.media-body2 p{
		margin-top: -30px
	}
	.media-style-02 .icon-style-3.custom-ml {
		margin-left: 20px
	}
	.career-text p{
		margin-top: -50px
	}
	
}

@media(min-width:768px) {
	.media-style-02 .icon-style-3.custom-mr {
		margin-right: 20px
	}
}

.media-style-02 .icon-style-3 i {
	color: #2D2E83
}

.icon-style-1 {
	position: relative;
	width: 72px;
	height: 72px;
	line-height: 68px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #2D2E83;
	transition: all .5s ease-in-out;
	margin-right: 20px;
	margin-top: 70px
}

.icon-style-3 {
	position: relative;
	width: 72px;
	height: 72px;
	line-height: 68px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #2D2E83;
	transition: all .5s ease-in-out;
	margin-right: 20px
}

@media(min-width:768px) {
	.icon-style-1 {
		margin-right: 0
	}
	
}

@media(min-width:768px) {
	.icon-style-1.custom-mr {
		margin-right: 20px
	}
}

@media(min-width:768px) {
	.icon-style-1.custom-ml {
		margin-left: 20px
	}
}

@media(max-width:768px) {
	.icon-style-1 {
		margin-top: 30px
	}
	
}
.icon-style-1 i {
	font-size: 25px;
	text-align: center;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	margin-top: 3px;
	display: inline-block;
	transition: all .5s ease-in-out;
	color: #2D2E83
}

.icon-style-3 i {
	font-size: 25px;
	text-align: center;
	width: 62px;
	height: 62px;
	line-height: 62px;
	border-radius: 50%;
	margin-top: 3px;
	display: inline-block;
	transition: all .5s ease-in-out;
	color: #fff
}

.simple-img {
	text-align: center
}

.simple-img img {
	width: 100%
}

.img-style-one {
	max-width: 100%
}

@media(min-width:992px) {
	.img-style-one {
		max-width: unset
	}
}

button.slick-prev,
button.slick-next {
	top: auto;
	bottom: -115px;
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .4);
	transition: all .5s ease-in-out;
	border-radius: 2px
}

button.slick-prev {
	top: auto;
	left: 36%
}

@media(min-width:768px) {
	button.slick-prev {
		left: 43%;
		bottom: -65%
	}
}

button.slick-prev:active,
button.slick-prev:focus,
button.slick-prev:visited,
button.slick-prev:hover {
	background-color: #e6332a
}

button.slick-next {
	right: 36%
}

@media(min-width:768px) {
	button.slick-next {
		right: 43%;
		bottom: -65%
	}
}

button.slick-next:active,
button.slick-next:focus,
button.slick-next:visited,
button.slick-next:hover {
	background-color: #e6332a
}

.slick-prev:before {
	content: "\34"
}

.slick-next:before {
	content: "\35"
}

.slick-prev:before,
.slick-next:before {
	font-family: eleganticons;
	font-size: 20px;
	line-height: 1;
	opacity: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots {
	bottom: 35px
}

.slick-dots li {
	margin: 0
}

.slick-dots li button {
	border-radius: 50%;
	width: 10px;
	height: 10px;
	border: 1px solid #fff
}

.slick-dots li button:before {
	color: transparent
}

.slick-dots li.slick-active button {
	background-color: #fff;
	border: 1px solid #fff;
	opacity: 1
}

.slick-dots li.slick-active button:before {
	color: transparent
}

.banner-style {
	margin-top: 50px;
	margin-bottom: 0!important
}

.banner-style .banner-row {
	display: table;
	height: 95vh
}

.banner-style .slick-dots {
	display: none!important
}

@media(min-width:768px) {
	.banner-style .slick-dots {
		display: block!important;
		text-align: right;
		padding-right: 150px;
		display: inline-block;
		width: auto;
		right: 0
	}
}


@media(max-width:768px) {
	
	.banner-style {
		margin-top: 10px;
		margin-bottom: 0!important
	}
	.banner-style .banner-row {
		display: table;
		height: 70vh;
		margin-bottom: 80px!important
	}
}

.product-slider .slick-slide {
	padding: 10px 15px;
	margin-bottom: 20px
}

.product-slider .slick-dots {
	bottom: -62px
}

.header {
	position: relative
}

.up-scroll .navbar-scrollUp.navbar-sticky {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: .3s ease-in-out
}

nav.navbar {
	transition: .4s ease-in-out;
	z-index: 1000
}

nav.navbar.navbar-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background: #303484;
	border-bottom: 1px solid #303484;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

nav.navbar.navbar-sticky .navbar-brand .svgLogo {
	height: 42px
}

@media(min-width:768px) {
	nav.navbar.navbar-sticky .nav-item a.nav-link {
		padding: 20px 10px
	}
}

@media(min-width:992px) {
	nav.navbar.navbar-sticky .nav-item a.nav-link {
		padding: 25px 20px
	}
}

@media(min-width:1200px) {
	nav.navbar.navbar-sticky .nav-item a.nav-link {
		padding: 25px
	}
}

@media(min-width:768px) {
	nav.navbar.navbar-sticky .nav-item.btn-primary {
		margin-top: 9px
	}
}

@media(min-width:992px) {
	nav.navbar.navbar-sticky .nav-item.btn-primary {
		margin-top: 12px
	}
}

@media(min-width:1200px) {
	nav.navbar.navbar-sticky .nav-item.btn-primary {
		margin-top: 10px
	}
}

nav.navbar.navbar-sticky .nav-item.dropdown.mega_dropdown .dropdown-menu {
	top: 90px!important
}

nav.navbar .navbar-toggler {
	border: 1px solid #fff;
	padding: 0;
	color: #fff;
	
}

nav.navbar .navbar-toggler i {
	font-size: 40px
}

nav.navbar .navbar-toggler:focus {
	outline: 0
}

nav.navbar .navbar-toggler:focus {
	outline: 0
	
}
nav.navbar>.container {
	position: relative
}

.navbar-nav.site_nav .nav-item a.nav-link {
	display: block;
	font-weight: 700;
	padding: 15px 15px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item a.nav-link {
		padding: 40px 10px;
		font-size: 10px
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item a.nav-link {
		padding: 40px 20px;
		font-size: 12px
	}
}

@media(min-width:1200px) {
	.navbar-nav.site_nav .nav-item a.nav-link {
		padding: 40px 25px
	}
}

.navbar-nav.site_nav .nav-item a.nav-link.active {
	color: #e6332a
}

.navbar-nav.site_nav .nav-item a.nav-link:hover {
	color: #e6332a
}

.navbar-nav.site_nav .nav-item.active a.nav-link {
	color: #e6332a
}

@media(min-width:1200px) {
	.navbar-nav.site_nav .nav-item.dropdown {
		padding: 0 5px
	}
}

.navbar-nav.site_nav .nav-item.dropdown .dropdown-toggle:after {
	font-family: eleganticons;
	font-size: 18px;
	content: "\33";
	border: 0;
	margin-left: 0;
	vertical-align: 0;
	font-weight: 700;
	position: absolute;
	right: 7px;
	top: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: auto;
	transition: -webkit-transform .5s;
	transition: transform .5s;
	transition: transform .5s, -webkit-transform .5s
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item.dropdown .dropdown-toggle:after {
		top: 49%;
		right: 0
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item.dropdown .dropdown-toggle:after {
		right: 7px
	}
}

.navbar-nav.site_nav .nav-item.dropdown.show .dropdown-toggle:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	right: 7px
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item.dropdown.show .dropdown-toggle:after {
		right: 0
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item.dropdown.show .dropdown-toggle:after {
		right: 7px
	}
}

.navbar-nav.site_nav .nav-item .dropdown-menu {
	background: #fff;
	border-radius: 0;
	padding: 0 20px;
	margin: 0;
	min-width: 228px;
	border: 0
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item .dropdown-menu {
		padding: 10px;
		min-width: 175px;
		box-shadow: 0 12px 25px 0 rgba(0, 0, 0, .08)
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item .dropdown-menu {
		min-width: 228px;
		padding: 10px 20px
	}
}

.navbar-nav.site_nav .nav-item .dropdown-menu a {
	color: #1d2025
}

.navbar-nav.site_nav .nav-item .dropdown-menu a:hover {
	background: 0 0;
	color: #1d2025
}

.navbar-nav.site_nav .nav-item .dropdown-menu li {
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.navbar-nav.site_nav .nav-item .dropdown-menu li a {
	color: #1d2025;
	padding: 5px;
	font-size: 13px;
	display: block
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item .dropdown-menu li a {
		padding: 10px 5px
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item .dropdown-menu li a {
		font-size: 14px
	}
}



.navbar-nav.site_nav .nav-item .dropdown-menu li:last-child {
	border-bottom: 0
}

.navbar-nav.site_nav .nav-item.btn-primary {
	width: 140px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin-top: 24px
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item.btn-primary {
		margin-top: 20px;
		width: 120px;
		height: 40px;
		line-height: 40px
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item.btn-primary {
		width: 135px;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		margin-top: 17px;
		margin-left: 5px
	}
}

@media(min-width:1200px) {
	.navbar-nav.site_nav .nav-item.btn-primary {
		margin-top: 25px;
		padding: 0 15px;
		width: 140px;
		height: 50px;
		line-height: 50px
	}
}

.navbar-nav.site_nav .nav-item.btn-primary .nav-link {
	color: #fff;
	padding: 0;
	font-size: 12px;
	font-weight: 600
}

@media(min-width:768px) {
	.navbar-nav.site_nav .nav-item.btn-primary .nav-link {
		font-size: 10px
	}
}

@media(min-width:992px) {
	.navbar-nav.site_nav .nav-item.btn-primary .nav-link {
		font-size: 12px
	}
}

.navbar-nav.site_nav .nav-item.btn-primary .nav-link:hover {
	color: #fff
}

.navbar-white {
	position: absolute;
	width: 100%;
	background-color: #fff
}

.navbar-blue {
	position: absolute;
	width: 100%;
	background-color: #303484
}

.static .navbar-sticky {
	display: none
}

@media(min-width:992px) {
	body.boxed .is-visible,
	body.boxed .navbar-sticky {
		max-width: 970px
	}
}

@media(min-width:1200px) {
	body.boxed .is-visible,
	body.boxed .navbar-sticky {
		max-width: 1260px
	}
}

.svgLogo .cls-1 {
	fill: #383c42
}

.svgLogo .cls-1,
.svgLogo .cls-2 {
	fill-rule: evenodd
}

.svgLogo .cls-2 {
	fill: #2D2E83
}

.banner-text-content {
	margin-top: 170px;
	width: 100%
}


@media(max-width:768px) {
	.banner-text-content {
		margin-top: -100px;
		display: table-cell;
		width: 45%;
		vertical-align: middle
	}
	
}
@media(min-width:768px) {
	.banner-text-content {
		margin-top: 0;
		display: table-cell;
		width: 45%;
		vertical-align: middle
	}

}

.banner-text-content h5 {
	font-size: 14px;
	letter-spacing: 5px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	line-height: 20px
}

@media(min-width:768px) {
	.banner-text-content h5 {
		font-size: 16px;
		letter-spacing: 10px;
		margin-bottom: 5px
	}
}

@media(min-width:992px) {
	.banner-text-content h5 {
		font-size: 18px
	}
}

.banner-text-content h1 {
	font-size: 40px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	text-transform: uppercase
}

@media(min-width:768px) {
	.banner-text-content h1 {
		font-size: 40px;
		line-height: 40px;
		font-weight: 700;
		margin-bottom: 15px
	}
}

@media(min-width:992px) {
	.banner-text-content h1 {
		font-size: 55px;
		line-height: 55px
	}
}

@media(min-width:1200px) {
	.banner-text-content h1 {
		font-size: 70px;
		line-height: 70px
	}
}

.banner-text-content p {
	padding-top: 20px;
	justify-content: left;
	text-align: justify;
  text-justify: inter-word
}

@media(min-width:768px) {
	.banner-text-content p {
		display: block;
		font-size: 16px;
		line-height: 25px;
		font-size: 14px;
		color: #7d7f82
	}
}

.banner-text-content .btn-primary {
	margin-top: 30px
}

.banner-text-content .btn-primary:hover {
	background-color: #26a97f
}

@media(min-width:768px) {
	.banner-text-content .btn-primary {
		margin-top: 50px
	}
}

.banner-image {
	margin-top: 50px;
	display: block;
	width: 100%;
	display: table-footer-group
}

@media(min-width:768px) {
	.banner-image {
		margin-top: 0;
		display: table-cell;
		width: 45%;
		vertical-align: middle
	}
}

.banner-image img {
	max-width: 100%
}

.home-promo-video .promo-video {
	margin-top: 40px;
	position: relative
}

@media(min-width:768px) {
	.home-promo-video .promo-video {
		margin-top: 0
	}
}

.home-promo-video a.video-link {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	text-align: center;
	border: 5px solid rgba(49, 209, 158, .5);
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.home-promo-video a.video-link span {
	display: block;
	width: 65px;
	height: 65px;
	position: relative;
	background-color: #2D2E83;
	border-radius: 50%
}

.home-promo-video a.video-link svg {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.home-promo-video a.video-link svg .play {
	fill: #fff
}

.testimonial-section {
	padding-top: 70px;
	padding-bottom: 180px
}

@media(min-width:992px) {
	.testimonial-section {
		padding-top: 100px;
		padding-bottom: 180px
	}
}

.testimonial-carouel {
	position: relative;
	z-index: 1
}

@media(min-width:768px) {
	.testimonial-carouel .slick-slider {
		padding: 0 50px
	}
}

@media(min-width:992px) {
	.testimonial-carouel .slick-slider {
		padding: 0 100px
	}
}

.testimonial-carouel .contents {
	font-size: 16px;
	color: #fff;
	line-height: 16px
}

.testimonial-carouel .contents span {
	color: #acb7b4;
	font-size: 14px;
	text-transform: capitalize
}

@media(min-width:992px) {
	.feature-indicate {
		padding-bottom: 200px
	}
}

@media(min-width:1200px) {
	.feature-indicate {
		padding-bottom: 250px
	}
}

.feature-indicate .content .media {
	margin-top: 30px
}

@media(min-width:768px) {
	.feature-indicate .content .media {
		margin-top: 50px
	}
}

@media(min-width:992px) {
	.feature-indicate .content .media {
		margin-top: 140px
	}
}

.feature-indicate .content .media .icon-style-3 {
	margin-right: 20px
}

@media(min-width:768px) {
	.feature-indicate .content .media .icon-style-3.custom-ml {
		margin-right: 0
	}
}

.feature-indicate .content2 .media {
	margin-top: 30px
}

@media(min-width:768px) {
	.feature-indicate .content2 .media {
		margin-top: 50px
	}
}

@media(min-width:992px) {
	.feature-indicate .content2 .media {
		margin-top: 65px
	}
}

@media(min-width:1200px) {
	.feature-indicate .content2 .media {
		margin-top: 90px
	}
}

.feature-indicate .content2 .media .icon-style-3 {
	margin-right: 20px
}

@media(min-width:768px) {
	.feature-indicate .content2 .media .icon-style-3.custom-ml {
		margin-right: 0!important
	}
}

.indicate-images {
	position: absolute;
	left: 0;
	right: 0;
	top: 65px
}

.indicate-images img {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.footer-top {
	padding: 40px 0
}

@media(min-width:768px) {
	.footer-top {
		padding: 60px 0
	}
}

@media(min-width:992px) {
	.footer-top {
		padding: 80px 0
	}
}

.svgLogo2 .cls-1 {
	fill: #fff
}

.svgLogo2 .cls-1,
.svgLogo2 .cls-2 {
	fill-rule: evenodd
}

.svgLogo2 .cls-2 {
	fill: #2D2E83
}

.footer-form {
	margin-bottom: 50px
}

@media(min-width:992px) {
	.footer-form {
		margin-bottom: 0
	}
}

.footer-form label {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-family: poppins, sans-serif
}

.footer-form .form-control {
	position: relative;
	background-color: #303484!important;
	border: 1px solid #303484!important;
	border-radius: 2px;
	height: 54px;
	color: #fff
}

.footer-form .btn-submit {
	position: absolute;
	top: 81px;
	right: 18px;
	width: 67px;
	height: 50px;
	border-radius: 2px
}

@media(min-width:768px) {
	.footer-form .btn-submit {
		top: 30px;
		right: 17px
	}
}

.footer-form .btn-submit svg {
	width: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.footer-form .btn-submit .pepper-plane {
	fill: #fff
}

.footer-social-link {
	margin-bottom: 50px;
	margin-top: 50px
}

@media(min-width:768px) {
	.footer-social-link {
		margin-top: 0
	}
}

@media(min-width:992px) {
	.footer-social-link {
		margin-bottom: 0
	}
}

.footer-copyright p {
	color: #fff;
	text-align: left;
	font-size: 11px;
	font-family: montserrat;
	
}

.footer-copyright p a {
	font-family: montserrat;
	color: #fff
}

@media(min-width:992px) {
	.footer-copyright p a {
		text-align: left
	}
}
@media(max-width:768px) {
	
	.footer-copyright p {
		text-align: center
	}
}
.footer-copyright p a:hover {
	color: #6bbf9f
}

.footer-copyright .footer-terms {
	text-align: center
}

@media(min-width:992px) {
	.footer-copyright .footer-terms {
		text-align: right
	}
}

.footer-copyright .footer-terms a {
	font-size: 11px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	font-family: montserrat;
	
}

.footer-copyright .footer-terms a:first-child {
	position: relative
}

.footer-copyright .footer-terms a:first-child::after {
	position: absolute;
	background-color: #fff;
	width: 0px;
	height: 10px;
	content: '';
	right: -2px;
	top: 6px
}