/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Animations
# Topbar
# Main Menu
	## Header Two
	## Header Three
# Banner One
	## Banner Two
	## Banner Three
# Page Header
# Footer
	## Footer Two
# Call to Action One
# Search Popup
# Sidemenu
# Contact one
	## Contact Two
# Contact Info One
# Team One
	## Team Details
# Portfolio One
# FAQ One
# Testimonials One
	## Testimonials Two
# Blog One
	## Blog Details
# Comment One
	## Comment Form
# Sidebar
# Service One
	## Service Two
	## Service Three
	## Service Four
	## Service Five
	## Service Details
# Pricing One
# About One
	## About Two
	## About Three
	## About Four
# Brand One
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/*
font-family: 'Playfair Display', serif;
font-family: 'Poppins', sans-serif;
*/

:root {
	--thm-font: 'Poppins', sans-serif;
	--heading-font: 'Playfair Display', serif;
	--thm-base: #7c2f2f;
	--thm-base-rgb: 0, 160, 232;
	--thm-black: #f38605;
	--thm-black-rgb: 22, 33, 113;
}


body {
	font-family: var(--thm-font);
	color: #3a505f;
	font-size: 15px;
	line-height: 30px;
}

a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}



.thm-btn {
	display: inline-block;
	vertical-align: middle;
	border: none;
	outline: none;
	background-color: var(--thm-base);
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	padding: 10.5px 35px;
	border-radius: 5px;
	transition: all .4s ease;
	box-shadow: 0px 2px 18px 0px rgba(22, 33, 113, 0.26);
}

.thm-btn i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.thm-btn:hover {
	background-color: var(--thm-black);
	color: #ffffff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
	box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}

.bootstrap-select .dropdown-menu {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	z-index: 991;
	border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
	border-top: 1px solid var(--thm-gray);
}

.bootstrap-select .dropdown-menu>li.selected>a {
	background: var(--thm-base);
	color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
	font-size: 16px;
	font-weight: 500;
	padding: 4px 20px;
	color: var(--thm-black);
	transition: all .4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
	background: var(--thm-base);
	color: #fff;
	cursor: pointer;
}

 
/* block title */

.block-title__line {
	background-image: linear-gradient(90deg, rgb(253, 135, 48) 0%, rgb(255, 171, 72) 51%, rgb(249, 184, 136) 100%);
	display: flex;
	width: 64px;
	height: 6px;
	border-radius: 3px;
	position: relative;
	line-height: 1em;
	margin-bottom: 25px;
}

.block-title__line.line-two {
	background-image: linear-gradient(90deg, rgb(253, 135, 48) 0%, rgb(249, 184, 136) 100%);
}


.text-center .block-title__line {
	margin-left: auto;
	margin-right: auto;
}

.block-title__line::before {
	content: '';
	width: 8px;
	height: 6px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 12px;
	top: 0px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.block-title {
	margin-bottom: 50px;
}

.block-title h3 {
	margin: 0;
	color: #291a55;
	font-size: 36px;
	font-family: var(--thm-font);
	font-weight: bold;
	letter-spacing: -.04em;
	margin-bottom: 30px;
}

.block-title h3 span {
	background-image: linear-gradient(180deg, #ff9723 0%, #ff5b11 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: var(--heading-font);
	font-style: italic;
	letter-spacing: 0;
}
.block-title h4 {
	margin: 0;
	color: #291a55;
	font-size:25px;
	font-family: var(--thm-font);
	font-weight: bold;
	letter-spacing: -.04em;
	margin-bottom: 30px;
	margin-top: 20px;
}

.block-title p {
	margin: 0;
	font-size: 15px;
	line-height: 32px;
	 
	color: #3a505f;
}


 

.text-left.block-title__two h4::before {
	display: none;
}


/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	transform: scale(1);
	visibility: hidden;
}

.cursor {
	visibility: visible;
}

.cursor.active {
	opacity: 0.5;
	transform: scale(0);
}

.cursor.hovered {
	opacity: 0.08;
}

.cursor-follower {
	position: absolute;
	background-color: RGBA(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}

.cursor-follower {
	visibility: visible;
}

.cursor-follower.active {
	opacity: 0.7;
	transform: scale(1);
}

.cursor-follower.hovered {
	opacity: 0.08;
}

.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	transform: rotate(-45deg);
	display: inline-block;
}

.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	transform: rotate(45deg);
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes service_hexagon {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}


@keyframes float-bob-y {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(5px);
	}

	100% {
		transform: translateY(0px);
	}
}


.float-bob-y {
	-webkit-animation-name: float-bob-y;
	animation-name: float-bob-y;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes float-bob-y-2 {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0px);
	}
}


.float-bob-y-2 {
	-webkit-animation-name: float-bob-y-2;
	animation-name: float-bob-y-2;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}


@keyframes float-bob-x {
	0% {
		transform: translateX(0px);
	}

	50% {
		transform: translateX(-30px);
	}

	100% {
		transform: translateX(0px);
	}
}

.float-bob-x {
	-webkit-animation-name: float-bob-x;
	animation-name: float-bob-x;
	-webkit-animation-duration: 15s;
	animation-duration: 15s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

@keyframes videoBtnAnim {
	0% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}

	25% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.4;
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0.8;
	}

	75% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0.4;
	}

	100% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		opacity: 1;
	}
}


/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/

.topbar-one {
	background-color: #162171;
	padding-top: 10px;
	padding-bottom: 10px;
}

.topbar-one .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.topbar-one p {
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	letter-spacing: .01em;
}

.topbar-one p i {
	margin-right: 10px;
	
	margin-left: 10px;
}


/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.site-header-one {
	box-shadow: 3px 3px 51px 0px rgba(31, 53, 158, 0.15);
}

.site-header-one .inner-container,
.site-header-one .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header-one__logo img {
	position: relative;
	top: 10px;
}

.site-header-one .side-menu__toggler {
	display: none;
	font-size: 20px;
	color: var(--thm-black);
	margin-left: 10px;
	transition: all 500ms ease;
	cursor: pointer;
}

.site-header-one .side-menu__toggler:hover {
	color: var(--thm-base);
}

.main-nav__main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav__main-navigation .main-nav__navigation-box {
	display: flex;
	align-items: center;
}

.main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 32.5px 0;
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li+li {
	margin-left: 28px;
}

.main-nav__main-navigation .main-nav__navigation-box>li>a {
	font-size: 16px;
	font-weight: 600;
	color: var(--thm-black);
	display: block;
	transition: 500ms;
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li::before {
	content: '';
	width: 100%;
	height: 5px;
	background-color: var(--thm-black);
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform 500ms ease;
	border-radius: 2.5px;
}

.main-nav__main-navigation .main-nav__navigation-box>li::after {
	content: '';
	width: 8px;
	height: 5px;
	background-color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 12px;
	bottom: 0;
	transform: scale(0, 1);
	transition: transform 500ms ease;
	transform-origin: left center;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;

}

.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn).current::before,
.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn):hover::before {
	transform: scale(1, 1);
	transform-origin: right center;
}

.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn).current::after,
.main-nav__main-navigation .main-nav__navigation-box>li:not(.search-btn):hover::after {
	transform: scale(1, 1);
	transform-origin: right center;
}

.main-nav__main-navigation .main-nav__navigation-box>li.current>a,
.main-nav__main-navigation .main-nav__navigation-box>li:hover>a {
	color: var(--thm-base);
}

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li.dropdown>a::after {
	content: '\f107';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	line-height: 1em;
	margin-left: 9px;
}

/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
	display: none;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul {
	position: absolute;
	width: 220px;
	background-color: #fff;
	border-top: 4px solid var(--thm-base);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	transform-origin: top;
	visibility: hidden;
	opacity: 0;
	z-index: 991;
	transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
}


.main-nav__main-navigation .main-nav__navigation-box>li ul>li {
	position: relative;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li+li {
	border-top: 1px solid rgba(var(--thm-base-rgb), .3);
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li>a {
	display: block;
	color:#000;
	 
	font-family: var(--thm-font);
	word-break: break-all;
	padding-top: 9.5px;
	padding-bottom: 9.5px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 500ms ease;
}

.main-nav__main-navigation .main-nav__navigation-box>li ul>li:hover>a {
	color: #fff;
	background-color: var(--thm-black);
}



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul {
	top: 100%;
	left: 0;
	transform: translateY(30px);

	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li:hover>ul {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul {
	top: 0;
	left: 100%;
	transform: translateX(30px);
	visibility: hidden;
	opacity: 0;
}

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li:hover>ul {
	transform: translateX(0px);
	visibility: visible;
	opacity: 1;
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box>li>ul>li>ul>li>ul {
	display: none;
}

/* stricked menu */
.stricked-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #ffffff;
	box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
	opacity: 0;
	transform: translateY(-110%);
	transition: all .4s ease;
}

.stricked-menu.stricky-fixed {
	opacity: 1;
	transform: translateY(0%);
}

/*--------------------------------------------------------------
## Header Two
--------------------------------------------------------------*/

.main-header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 91;
}

.main-header-wrapper .topbar-one {
	background-color: transparent;
}


.header-cta-btn {
	display: flex;
	flex-direction: column;
	position: relative;
	padding-left: 44px;
}

.header-cta-btn>i {
	position: absolute;
        top: 147%;
    left: -15px;
    
    font-size: 30px;
    background-image: linear-gradient(180deg, #232490 0%, #5b5cfb 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    offset-rotate: 5px;
    transform: rotate(100deg);
}

.header-cta-btn span,
.header-cta-btn strong {
	display: block;
	line-height: 1em;
}

.header-cta-btn span {
	color: #ff5b11;
	font-size: 14px;
	font-weight: 400;
	font-family: var(--thm-font);
}

.header-cta-btn strong {
	color: #1d2f3c;
	font-size:18px;
	font-weight: 600;
	margin-top: 6px;
	font-family: var(--thm-font);
}
.main-nav__right strong a {
	color: #1d2f3c;
    font-size: 18px;
    font-weight: 600;
       line-height: 1.5;
    font-family: var(--thm-font);
    display: block;
    text-align: right;
}
.site-header-two {
	box-shadow: none;
}

.site-header-two .inner-container {
	background-color: #fff;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(29, 47, 60, 0.41);
}

.site-header-two .inner-container::before {
	content: '';
	width: calc(100% - 88px);
	height: 100%;
	position: absolute;
	bottom: -14px;
	left: 50%;
	z-index: -1;
	transform: translateX(-50%);
	background-color: #fff;
	opacity: 0.6;
	box-shadow: 0px 0px 10px 0px rgba(29, 47, 60, 0.41);
}



.site-header-two .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #1d2f3c;
}

.site-header-two .main-nav__main-navigation .main-nav__navigation-box>li::before {
	background-image: linear-gradient(180deg, #e73d8e 0%, #fda4ce 100%);
}

.site-header-two .site-header-one__logo img {
	top: auto;
}

.site-header-two.stricked-menu {
	box-shadow: 3px 3px 51px 0px rgba(31, 53, 158, 0.15);
}

.site-header-two.stricked-menu .inner-container {
	padding-left: 0;
	padding-right: 0;
	box-shadow: none;
}

.site-header-two.stricked-menu .inner-container::before {
	display: none;
}

/*--------------------------------------------------------------
## Header Three
--------------------------------------------------------------*/

.site-header-three {
	position: absolute;
	top: 35px;
	left: 0;
	width: 100%;
	z-index: 91;
	box-shadow: none;
}

.site-header-three .site-header-one__logo img {
	top: 0px;
}

.site-header-three.stricked-menu {
	position: fixed;
	z-index: 999;
	background-color: var(--thm-black);
	top: 0;
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li>a {
	color: #fff;
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 14.5px 0;
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li::before {
	height: 1px;
	background-color: #fff;
	bottom: 17px;
}

.site-header-three .main-nav__main-navigation .main-nav__navigation-box>li::after {
	display: none;
}

.site-header-three .thm-btn {
	background-color: #00d7ff;
	box-shadow: 0px 12px 18px 0px rgba(41, 26, 85, 0.19);
	color: #321464;
	border-radius: 25.5px;
}

.site-header-three .thm-btn:hover {
	color: #fff;
	background-color: #321464;
}

.site-header-three.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li {
	padding: 28.5px 0;
}

.site-header-three.stricked-menu .main-nav__main-navigation .main-nav__navigation-box>li::before {
	bottom: 32px;
}

/*--------------------------------------------------------------
# Banner One
--------------------------------------------------------------*/

.banner-one {

	background-repeat: no-repeat;
	background-position: bottom left;
}

.banner-one .container {
	position: relative;
}

.banner-one__content {
	padding-bottom: 90px;
	padding-top: 70px;
}

.banner-one__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-weight: bold;
	font-size: 44px;
	line-height: 55px;
	font-weight: bold;
	text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.22);
	letter-spacing: 0;
}

.banner-one__content p {
	margin: 0;
	font-size: 20px;
	line-height: 33px;
	font-weight: 500;
	color: #3a505f;
	margin-top: 20px;
	margin-bottom: 36px;
}

.banner-one__btn-block {
	display: flex;
	align-items: center;margin-bottom: 20px;
}

.banner-one .thm-btn {
	padding: 13px 54px;
	background-image: linear-gradient(90deg, #162171 0%, #1a36c0 51%, #162171 100%);
	background-size: 200% auto;
	box-shadow: 0px 13px 18px 0px rgba(31, 53, 158, 0.29);
}

.banner-one .thm-btn:hover {
	background-position: right;
}

.banner-one__video {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: var(--thm-base);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: all 500ms ease;
	margin-right: 28px;
	position: relative;
}

.banner-one__video::before,
.banner-one__video::after {
	content: '';
	position: absolute;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 1px solid var(--thm-base);
	opacity: 1;
	top: calc(50% - 34px);
	left: calc(50% - 34px);
	-webkit-animation: videoBtnAnim 3s linear infinite;
	animation: videoBtnAnim 3s linear infinite;
	z-index: -1;
}

.banner-one__video::after {
	width: 75px;
	height: 75px;
	left: calc(50% - 37.5px);
	top: calc(50% - 37.5px);
	opacity: 1;
}

.banner-one__video::before {
	animation-delay: 1s;
}

.banner-one__video:hover {
	background-color: var(--thm-black);
	color: #fff;
}

.banner-one__images {
	width: 675px;
	height: 449px;
	position: absolute;
	bottom: 0;
	right: 0;
}

[class*=banner-one__image-] {
	position: absolute;
}

.banner-one__image-1 {
	top: 0;
	right: 0;
}

.banner-one__image-2 {
	bottom: 24px;
	left: 64px;
	z-index: 1;
}

.banner-one__image-3 {
	bottom: 131px;
	right: 294px;
}

.banner-one__image-4 {
	bottom: 97px;
	right: 365px;
}

.banner-one__image-5 {
	bottom: 64px;
	right: 340px;
}

.banner-one__image-6 {
	bottom: 30px;
	right: 365px;
}

.banner-one__image-7 {
	bottom: 0;
	right: 420px;
}

.banner-one__image-8 {
	bottom: 0;
	right: 75px;
	z-index: 1;
}

.banner-one__image-9 {
	bottom: 0;
	right: 215px;
}

.banner-one__image-10 {
	bottom: 0;
	right: 45px;
}

/*--------------------------------------------------------------
## Banner Two
--------------------------------------------------------------*/

.banner-two {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: -85px 0px;
	padding-top: 264px;
	padding-bottom: 284px;
	margin-bottom: -137px;
}

.banner-two__content h3 {
	margin: 0;
	color: #fff;
	font-size: 62px;
	line-height: 75px;
	font-weight: bold;
	font-family: var(--thm-font);
}

.banner-two__content p {
	margin: 0;
	color: #efeff1;
	font-size: 18px;
	line-height: 34px;
	font-weight: 500;
	margin-top: 28px;
	margin-bottom: 45px;
}

.banner-two__btn-block {
	display: flex;
	align-items: center;
}

.banner-two__content .thm-btn {
	padding: 13px 40px;
	border-radius: 28px;
}

.banner-two__btn-1 {
	background-image: linear-gradient(90deg, #ffc96e 0%, #ff2cc6 51%, #ffc96e 100%);
	background-size: 200% auto;
	box-shadow: 0px 13px 18px 0px rgba(25, 158, 255, 0.29), inset -6.444px -2.735px 29px 0px rgba(0, 0, 0, 0.2);
	margin-right: 17px;
}

.banner-two__btn-1:hover {
	background-position: right;
}

.banner-two__btn-2 {
	background-color: #3f02a7;
	box-shadow: 0px 13px 18px 0px rgba(57, 5, 167, 0.29);
}

.banner-two__btn-2:hover {
	background-color: #fff;
	color: var(--thm-black);
}

/*--------------------------------------------------------------
## Banner Three
--------------------------------------------------------------*/

.banner-three {
	background-image: url(../images/bg.jpg);
	background-position: center top;
	position: relative;
}

.banner-three .container {
	position: relative;
	    padding-top: 194px;
    padding-bottom: 147px;
}

.banner-three__moc-1 {
	position: absolute;
	right: -10px;
	 
}

.banner-three__content h3 {
	margin: 0;
	color: #ffffff;
	font-size: 39px;
	line-height: 75px;
	font-weight: bold;
	font-family: var(--thm-font);
	margin-bottom: 8px;
}
.banner-three__content p{color: #ffffff;font-size: 19px;}
.banner-three__content p a{color:#fff;}
.banner-three__content p a:hover	{color:#f8e013}
.banner-three__content i{font-size:15px; margin-right:10px}
.banner-three__content .thm-btn {
	padding: 11px 39px;
	background-color: #fff;
	border-radius: 26px;
	color: var(--thm-black);
}
.banner-three__content .thm-btn:hover {
	background-color: var(--thm-base);
	color: #fff;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/sub-banner.jpg);
	background-size: cover;
	background-position: top center;
}

.page-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}
.page-header1 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/air-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header1 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header1 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}
.page-header2 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/contact-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header2 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header2 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}
.page-header3 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/client-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header3 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header3 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}

.page-header4 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/feature-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header4 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header4 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}

.page-header5 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/carrent-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header5 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header5 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}


.page-header6 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/about-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}
 



.page-header6 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header6 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}
.page-header7 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/whydriver-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header7 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header7 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}
.page-header8 {
	padding-top: 255px;
	padding-bottom: 110px;
	background-image: url(../images/thanks-banner.jpg);
	background-size: cover;
	background-position: top center;
	position:relative;
}

.page-header8 .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.page-header8 h2 {
	margin: 0;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	font-family: var(--thm-font);
}

.thm-breadcrumb {
	margin: 0;
	display: flex;
	align-items: center;
}

.thm-breadcrumb li {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.thm-breadcrumb li a {
	color: inherit;
}

.thm-breadcrumb li:not(:last-of-type)::after {
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	margin-left: 20px;
	margin-right: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.site-footer {
	position: relative;
}

[class*=site-footer__shape-] {
	position: absolute;
}

.site-footer__shape-1 {
	bottom: 15%;
	left: 30px;
}

.site-footer__shape-2 {
	top: 0;
	right: 0;
}

.site-footer__shape-3 {
	top: 20%;
	left: -1%;
}

.site-footer__upper {
	padding-top: 115px;
	padding-bottom: 75px;
	background-color: #61271a;
}

/* footer widget */

.footer-widget {
	margin-bottom: 40px;
}

.footer-widget__title {
	font-family: var(--thm-font);
	margin: 0;
	letter-spacing: -.025em;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	line-height: 1em;
	margin-bottom: 44px;
}

.footer-widget__title span {
	position: relative;
	background-color: #61271a;
	display: inline-block;
	line-height: 1em;
	padding-right: 20px;
}

.footer-widget__title::before {
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	top: calc(50% - .5px);
	right: 0;
	background-color: #e9eaee;
	opacity: 0.15;
}

.footer-widget__about .footer-widget__logo {
	display: flex;
	margin-bottom: 23px;
}

.footer-widget p {
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: .01em;
}

.footer-widget__about p:nth-child(2) {
	margin-bottom: 18px;
}

.footer-widget p span {
	color: #3984e6;
	font-weight: bold;
}

@media(min-width: 992px) {
	.footer-widget__links {
		padding-left: 50px;
		padding-right: 85px;
	}
}

.footer-widget__links-list {
	margin: 0;
	width: 100%;
	max-width: 250px;
	display: block;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -20px;
}

.footer-widget__links-list li {
	padding-left: 0;
	display: flex;
	justify-content: space-between;
	flex: 0 0 50%;
	transition: all 500ms ease;
	margin-top: 10px;
}

.footer-widget__links-list li:hover {
	padding-left: 10px;
}

.footer-widget__links-list li a {
	color: #ffffff;
	 
	letter-spacing: .01em;
	position: relative;
	padding-left: 15px;
	transition: all 500ms ease;
}

.footer-widget__links-list li a::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.footer-widget__links-list li a::after {
	content: '';
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #ff9723;
	transform: scale(0, 1);
	transform-origin: left;
	transition: transform 500ms ease;
}

.footer-widget__links-list li:hover a::after {
	transform: scale(1, 1);
	transform-origin: right;
}

.footer-widget__links-list li:hover a {
	color: #ff9723;
}

.footer-widget__mc-form {
	width: 100%;
	height: 46px;
	position: relative;
	background-color: rgba(255, 255, 255, .23);
}

.footer-widget__mc-form input {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	color: #fff;
	font-size: 14px;
	background-color: transparent;
	border: none;
	outline: none;
}

.footer-widget__mc-form ::-webkit-input-placeholder {
	opacity: 1;
	color: #fff;
}

.footer-widget__mc-form ::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.footer-widget__mc-form :-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

.footer-widget__mc-form ::-ms-input-placeholder {
	opacity: 1;
	color: #fff;
}

.footer-widget__mc-form ::placeholder {
	opacity: 1;
	color: #fff;
}

.footer-widget__mc-form button[type=submit] {
	border: none;
	outline: none;
	background-color: #009fe8;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 14px;
	padding: 8px 24px;
	transition: all 500ms ease;
}

.footer-widget__mc-form button[type=submit]:hover {
	background-color: #fff;
	color: #009fe8;
}

.footer-widget__social {
	display: flex;
	align-items: center;
	margin-top: 36px;
}

.footer-widget__social a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background-color: #fff;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #16599b;
	border-radius: 50%;
	transition: all 500ms ease;
}

.footer-widget__social a+a {
	margin-left: 10px;
}

.footer-widget__social a:nth-child(1) {
	color: #16599b;
}

.footer-widget__social a:nth-child(1):hover {
	background-color: #16599b;
	color: #fff;
}

.footer-widget__social a:nth-child(2) {
	color: #774c9b;
}

.footer-widget__social a:nth-child(2):hover {
	background-color: #774c9b;
	color: #fff;
}

.footer-widget__social a:nth-child(3) {
	color: #03a9f4;
}

.footer-widget__social a:nth-child(3):hover {
	background-color: #03a9f4;
	color: #fff;
}

.footer-widget__social a:nth-child(4) {
	color: #e83f3a;
}

.footer-widget__social a:nth-child(4):hover {
	background-color: #e83f3a;
	color: #fff;
}
.footer-widget__social a:nth-child(5) {
	color: #e83f3a;
}

.footer-widget__social a:nth-child(5):hover {
	background-color: #e83f3a;
	color: #fff;
}
.footer-widget__social a:nth-child(6) {
	color: #2ba63b;
}

.footer-widget__social a:nth-child(6):hover {
	background-color: #2ba63b;
	color: #fff;
}


.footer-widget__newsletter .footer-widget__title {
	margin-bottom: 36px;
}



.footer-widget__newsletter p {
	margin-bottom: 15px;
}

.site-footer__bottom {
	background-color: #000000;
	padding-top: 13px;
	padding-bottom: 13px;
}

.site-footer__bottom p {
	color: #fff;
	font-size: 14px;
	letter-spacing: .01em;
	margin: 0;
}

.site-footer__bottom p a {
	color: #ff9723;
}

 .list-unstyled  {color:#fff;}
 .list-unstyled  li {
    position: relative;
    color: #fff;
    font-size: 16px;
   
    padding-left: 0px;
    line-height: 30px;
	margin-bottom:8px;
	
}
 .list-unstyled  li>i {
   font-size: 19px;
    color: #fff;
    
    margin-right: 5px;
    margin-left: 5px;
}
.list-unstyled li a {
    color: inherit;
}
.page-header .list-unstyled li{padding-left:0px;}

/*--------------------------------------------------------------
# Call to Action One
--------------------------------------------------------------*/

.cta-one {
	position: relative;
	z-index: 10;
}

.cta-one .inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 145px;
	padding-right: 145px;
	padding-top: 40.5px;
	padding-bottom: 40.5px;
	background-color: #fff;
	position: relative;
	box-shadow: 0px 8px 27px 0px rgba(29, 47, 60, 0.18);
	margin-bottom: -62px;
	z-index: 10;
}

.cta-one .container {
	position: relative;
}

.cta-one .container::before {
	content: '';
	width: calc(100% - 88px);
	height: 100%;
	position: absolute;
	bottom: -14px;
	left: 50%;
	z-index: 8;
	transform: translateX(-50%);
	background-color: #fff;
	opacity: 0.6;
	box-shadow: 0px 0px 10px 0px rgba(29, 47, 60, 0.41);
}

.cta-one h3 {
	margin: 0;
	color: #291a55;
	font-size: 36px;
	line-height: 1em;
	font-family: var(--thm-font);
	font-weight: bold;
	letter-spacing: -.025em;
}

.cta-one h3 span {
	background-image: linear-gradient(180deg, #ff9723 0%, #ff5b11 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	 
}

.cta-one__btn {
	border-radius: 28px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 13px 49px;
	box-shadow: none;
	background-image: linear-gradient(90deg, rgb(231, 61, 142) 0%, rgb(253, 164, 206) 51%, rgb(231, 61, 142) 100%);
	background-size: 200% auto;
}

.cta-one__btn:hover {
	background-position: right;
}

.cta-one__btn-block button {
    color: #fff;
    background-size: 200% auto;
    padding: 13px 49px;
    border: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    transition: 0.5s;
    font-weight: 500;
    text-transform: uppercase;
  background-image: linear-gradient(90deg, rgb(231, 61, 142) 0%, rgb(253, 164, 206) 51%, rgb(231, 61, 142) 100%);
    background-size: 200% auto;
    
    animation: gradient 3s ease infinite;
	outline:none;
}

/* ====================
##. model styles
==================== */
 .modal .modal-dialog .modal-content {
    padding: 25px;    background: #61271a;
}
 .modal .modal-dialog .modal-content .close {     color: #fff;
    opacity: 1;
    font-size: 21px;
    padding: 10px;
     
}
.modal .modal-dialog .modal-content .medel-box-top img {
   
}
 .modal .modal-dialog .modal-content .medel-box-top h4 {
    color: #222222;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    position: relative;
	font-size: 20px;font-family: inherit;
	   -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
	background-image: linear-gradient(180deg, #ff9723 0%, #ff5b11 100%);
}
 .modal .modal-dialog .modal-content form input {
    display: block;
    width: 100%;
    margin: auto;
    border: none;
     
    margin-bottom: 8px;
    padding: 10px 10px;
    font-size: 14px;
    color: #222222;
	background: #fff7e2;
}
 .modal .modal-dialog .modal-content form button {
    font-size: 16px;
    color: #fff;
   
 background-image: linear-gradient(135deg, rgb(254, 193, 99) 10%, rgb(222, 67, 19) 100%);
    border: none;
    padding: 10px 38px;
    font-weight: 600;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
}
.modal .modal-dialog .modal-content form button:hover {
      background-image: linear-gradient(135deg, rgb(101, 253, 240) 10%, rgb(29, 111, 163) 100%);
}
.modal .modal-dialog .modal-content form textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin: auto;
    border: none;
    
    margin-bottom: 25px;
    padding: 10px 10px;
    font-size: 14px;
    color: #222222;
	background: #fff7e2;
}
button.close{    position: absolute;
       top: 1.5%;
    right: 2%;}

 /*------thanks form---*/
 .suces-icn{    font-size: 6rem;
    margin-bottom: 25px;
    display: block;}
 .thanks-details{border-top:1px solid #ccc}
 .thans-wrp{     
    text-align: center;
    padding-top: 3%;
	 padding-bottom: 8%;
    background: #00c851;
    width: 54%;
    margin: 5% auto;
    color: #fff;border-radius:6px}
  .thans-wrp h3{margin-bottom:30px;  font-weight:bold; font-size:2em;font-family:inherit}
   .thans-wrp p{font-size:15px;}
/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 1000;
	transform: scale(0, 1);
	transform-origin: left center;
	transition: transform .7s ease;
}

.side-menu__block.active {
	transform: scale(1, 1);
}

.side-menu__block-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	opacity: .7;
}

.side-menu__block-overlay .cursor-follower {
	background-color: rgba(var(--thm-black-rgb), 0.3);
}

.side-menu__block-inner {
	position: relative;
	max-width: 532px;
	width: 100%;
	margin-right: auto;
	height: 100vh;
	background-color: #F6F6FE;
	z-index: 999999;
	overflow-y: auto;
	padding: 40px 0;
	padding-top: 20px;
	position: relative;
}

@media(max-width: 575px) {
	.side-menu__block-inner {
		max-width: 480px;
	}
}

@media(max-width: 480px) {
	.side-menu__block-inner {
		max-width: 400px;
	}
}

@media(max-width: 375px) {
	.side-menu__block-inner {
		max-width: 300px;
	}
}

.side-menu__block-inner .mCustomScrollBox {
	width: 100%;
}

.side-menu__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 100px;
	padding-right: 40px;
}

.mobile-nav__container {
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
}



.mobile-nav__container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav__container li.dropdown ul {
	display: none;
	padding-left: 0.5em;
	transition: none;
}

.mobile-nav__container li.dropdown {
	position: relative;
}

.mobile-nav__container li.dropdown .dropdown-btn {
	border: none;
	outline: none;
	background-color: transparent;
	color: #9ca3a9;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	transform: rotate(90deg);
	transition: transfrom 500ms ease;
}

.mobile-nav__container li.dropdown .dropdown-btn.open {
	transform: rotate(-90deg);
}

.mobile-nav__container li+li {
	margin-top: 10px;
}

.mobile-nav__container li a {
	text-transform: uppercase;
	color: #9ca3a9;
	font-size: 16px;
	font-weight: 500;
	display: block;
	font-family: var(--thm-font);
	transition: all 500ms ease;
	position: relative;
}

.mobile-nav__container li a:hover {
	color: var(--thm-black);
}

.mobile-nav__container li.current-menu-item>a,
.mobile-nav__container li.current>a {
	color: var(--thm-black);
}



.side-menu__social {
	display: flex;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 40px;
}

.side-menu__social {
	display: flex;
	align-items: center;
	margin-top: 36px;
}

.side-menu__social a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background-color: #eeeef6;
	width: 30px;
	height: 30px;
	font-size: 14px;
	color: #16599b;
	border-radius: 50%;
	transition: all 500ms ease;
}

.side-menu__social a+a {
	margin-left: 10px;
}

.side-menu__social a:nth-child(1) {
	color: #16599b;
}

.side-menu__social a:nth-child(1):hover {
	background-color: #16599b;
	color: #fff;
}

.side-menu__social a:nth-child(2) {
	color: #03a9f4;
}

.side-menu__social a:nth-child(2):hover {
	background-color: #03a9f4;
	color: #fff;
}

.side-menu__social a:nth-child(3) {
	color: #ea4c89;
}

.side-menu__social a:nth-child(3):hover {
	background-color: #ea4c89;
	color: #fff;
}

.side-menu__social a:nth-child(4) {
	color: #0067ff;
}

.side-menu__social a:nth-child(4):hover {
	background-color: #0067ff;
	color: #fff;
}


.side-menu__content {
	padding-left: 100px;
	padding-right: 100px;
}

.side-menu__content p {
	margin: 0;
	font-size: 16px;
	line-height: 30px;
	font-weight: 400;
	color: #9ca3a9;
}

.side-menu__content p+p {
	margin-top: 30px;
}

.side-menu__content p a {
	color: var(--thm-base);
	transition: all 500ms ease;
}

.side-menu__content p a:hover {
	color: var(--thm-black);
}

.side-menu__sep {
	width: calc(100% - 200px);
	margin-left: auto;
	margin-right: auto;
	height: 1px;
	background-color: #fff;
	margin-top: 70px;
	margin-bottom: 70px;
}

.side-menu__text p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #9ca3a9;
	margin: 0;
	margin-bottom: 25px;
}


.side-menu__text a {
	font-size: 20px;
	color: var(--thm-secondary);
	line-height: 30px;
	font-weight: 500;
	transition: all 500ms ease;
}

.side-menu__text a:hover {
	color: var(--thm-primary);
}

.side-menu__block__copy {
	text-transform: uppercase;
	font-size: 16px;
	color: #9ca3a9;
	font-weight: 400;
	letter-spacing: .2em;
}


@media(max-width: 575px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.side-menu__sep {
		margin-top: 40px;
		margin-bottom: 40px;
		width: calc(100% - 100px);
	}
}

@media(max-width: 480px) {

	.side-menu__top,
	.side-menu__content,
	.mobile-nav__container {
		padding-left: 25px;
		padding-right: 25px;
	}

	.side-menu__sep {
		width: calc(100% - 50px);
	}

	.side-menu__social {
		margin-top: 40px;
	}

	.side-menu__social a {
		width: 45px;
		height: 45px;
	}
}


/*--------------------------------------------------------------
# Contact one
--------------------------------------------------------------*/

.contact-one {
	padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background: #fff9d9;
}

.contact-one .container {
	position: relative;
}


.contact-one .google-map__contact {
	border: none;
	height: 480px;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
}

.contact-one h3{margin: 0;
    
    font-size: 20px;
    font-family: var(--thm-font);
    font-weight: 600;
	    margin-bottom: 20px;
    text-align: center;background-image: linear-gradient(180deg, #ff9723 0%, #ff5b11 100%);
	    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact-one iframe{border:10px solid #fff}

 

/*--------------------------------------------------------------
## Contact Two
--------------------------------------------------------------*/

.contact-two .block-title__two {
	margin-bottom: 0;
}


.contact-two .block-title__two h4::after {
	
}

.contact-two .block-title__two h3 {
	color: #fff;
}

.contact-two__form {
	padding-top: 85px;
	padding-bottom: 85px;
	position: relative;
}

.contact-two__form-shape {
	position: absolute;
	top: -40px;
	left: calc(100% - 55px);
}

.contact-two__form::before,
.contact-two__form::after {
	content: '';
	position: absolute;
	top: 0;
	right: calc(100% - 200px);
	width: 65vw;
	height: 100%;

}

.contact-two__form::before {
	background-image: linear-gradient(90deg, #162171 0%, #1a36c0 100%);
	box-shadow: 0px 13px 18px 0px rgba(31, 53, 158, 0.29);
}

.contact-two__form::after {
	
	background-position: center center;
}

.contact-two__form-inner {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #041048;
	padding-left: 55px;
	padding-right: 55px;
	position: relative;
	z-index: 10;
}

.contact-two__content {
	position: relative;
	z-index: 11;
}

.contact-two__content>h4 {
	margin: 0;
	color: #fff;
	font-family: var(--thm-font);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .01em;
	margin-bottom: 10px;
	margin-top: 40px;
}

.contact-two__content p {
	color: #fff;
}

.contact-two__content>p {
	font-size: 18px;
	line-height: 31px;
	color: #fff;
	letter-spacing: .01em;
}

.contact-two__form .contact-two__btn {
	padding: 13px 54px;
	font-size: 16px;
	background-image: none;
	border-radius: 8px;
}

.contact-two__form .contact-two__btn:hover {
	background-color: #fff;
	color: var(--thm-base);
}

.contact-two__form-inner>.row {
	margin-left: -9px;
	margin-right: -9px;
}

.contact-two__form-inner>.row>[class*=col-] {
	padding-left: 9px;
	padding-right: 9px;
	margin-bottom: 18px;
}

.contact-two__form-inner>.row>[class*=col-]:last-of-type {
	margin-bottom: 0;
}

.contact-two__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.contact-two__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.contact-two__form textarea,
.contact-two__form .bootstrap-select>.dropdown-toggle {
	display: block;
	border: none;
	outline: none;
	width: 100%;
	height: 68px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding-left: 20px;
	border-radius: 0;
	background-color: #162155;
}

.contact-two__form textarea {
	height: 136px;
	padding-top: 10px;
}

.contact-two__form-inner ::placeholder {
	color: #fff;
	opacity: 1;
}



/*--------------------------------------------------------------
# Contact Info One
--------------------------------------------------------------*/

.contact-info-one {
	padding-top: 20px;
	position: relative;
}

.contact-info-one .container {
	position: relative;
}

[class*=contact-info-one__bg-shape-] {
	position: absolute;
}

@media(max-width: 767px) {

	[class*=contact-info-one__bg-shape-] {
		display: none;
	}
}

.contact-info-one__bg-shape-1 {
	top: 100px;
	left: -45px;
}

.contact-info-one__single {
	margin-bottom: 30px;
	display: flex;
}

.contact-info-one__content {
	padding-left: 20px;
}

.contact-info-one__single i {
	width: 67px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	    background-image: linear-gradient(90deg, rgb(253, 135, 48) 0%, rgb(255, 171, 72) 51%, rgb(249, 184, 136) 100%);
	background-size: 200% auto;
	transition: all 500ms ease;
}

.contact-info-one__single:hover i {
	background-position: right;
}

.contact-info-one__content h3,
.contact-info-one__content h4 {
	margin: 0;
	color: #3a505f;
	font-size: 20px;
	font-family: var(--thm-font);
	font-weight: 600;
}

.contact-info-one__content h3 {
	color: #291a55;
	margin-bottom: 5px;
}

.contact-info-one__content h4 a {
	color: inherit;
	transition: all 500ms ease;
}

.contact-info-one__content h4 a:hover {
	color: var(--thm-base);
}

.contact-info-one__content p {
	margin: 0;
	font-size: 14px;
	line-height: 26px;
	color: #3a505f;
	margin-top: 5px;
}


 

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/

.testimonials-one {
	padding-top: 100px;
	padding-bottom: 40px;
}

.testimonials-one__single {
	margin-bottom: 60px;
	padding: 0 50px;
	background-color: #fff;
	padding-top: 33px;
	padding-bottom: 23px;
	text-align: center;
	box-shadow: 1.792px 4.668px 21px 0px rgba(106, 89, 47, 0.23);
	transition: transform 500ms ease;
	position: relative;
}

.testimonials-one__single:hover {
	transform: translateY(-23px);
}

.testimonials-one__qoute::before {
	content: '';
	position: absolute;
	top: -15px;
	right: 30px;
	opacity: 1;
	transition: all 500ms ease;
	width: 65px;
	height: 48px;
	
}

.testimonials-one__single:hover .testimonials-one__qoute::before {
	opacity: 0;
}

.testimonials-one__qoute::after {
	content: '';
	width: 65px;
	height: 48px;

	position: absolute;
	top: -15px;
	right: 30px;
	opacity: 0;
	transition: all 500ms ease;
}

.testimonials-one__single:hover .testimonials-one__qoute::after {
	opacity: 1;
}

.testimonials-one__single::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	
	background-repeat: no-repeat;
	background-position: top left;
	opacity: 0.4;
	transition: all 500ms ease;
}

.testimonials-one__single:hover::after {
	opacity: 0;
}

.testimonials-one__single::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	transform: scale(0, 1);
	background-image: linear-gradient(90deg, #232490, #5b5cfb);
	transform-origin: left;
	transition: transform 500ms ease;
}

.testimonials-one__single:hover::before {
	transform-origin: right;
	transform: scale(1, 1);
}

.testimonials-one__image {
	width: 83px;
	border-radius: 50%;
	background-color: #fff;
	padding: 3px;
	border: 3px solid #3241ff;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	margin-bottom: 15px;
}

.testimonials-one__image>img {
	width: 100%;
	border-radius: 50%;
}

.testimonials-one__single p {
	margin: 0;
	font-size: 15px;
	line-height: 26px;
	color: #012068;
	margin-bottom: 18px;
}

.testimonials-one__single h3 {
	margin: 0;
	line-height: 1em;
	font-weight: bold;
	color: #291a55;
	font-size: 20px;
	font-family: var(--thm-font);
}

.testimonials-one__single span {
	color: #9c9c9c;
	font-size: 15px;
	line-height: 1em;
}


/*--------------------------------------------------------------
## Testimonials Two
--------------------------------------------------------------*/

.testimonials-two {
	padding-bottom: 100px;
	position: relative;
	padding-top: 100px;
}

[class*=testimonials-two__shape-] {
	position: absolute;
}

.testimonials-two__shape-1 {
	top: -150px;
	left: 0;
	z-index: -1;
}

.testimonials-two__shape-2 {
	top: 100px;
	left: 295px;
}

.testimonials-two .container-fluid {
	width: 100%;
	max-width: 1405px;
	position: relative;
}

.testimonials-two__carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-two__single {
	text-align: center;
	border-radius: 10px;
	position: relative;
	background-color: #fff;
	box-shadow: 0px 18px 46px 0px rgba(0, 8, 11, 0.1);
}

.testimonials-two__single::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background-image: linear-gradient(-90deg, #232490 0%, #5b5cfb 100%);
	transform: scaleY(1.168);
	transform-origin: center center;
	opacity: 0;
	transition: opacity 500ms ease;
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single::before,
.testimonials-two__single:hover::before {
	opacity: 1;
}

.testimonials-two__single::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0;
	transition: all 500ms ease;
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single::after,
.testimonials-two__single:hover::after {
	opacity: 1;
}

.testimonials-two__inner {
	padding-left: 50px;
	padding-top: 47.5px;
	padding-bottom: 47.5px;
	padding-right: 50px;
	position: relative;
}

.testimonials-two__inner::before {
	content: '';
	position: absolute;
	top: -67px;
	left: 22px;
	width: 106px;
	height: 80px;
	background-image: url(../images/testi-quot.png);
	background-repeat: no-repeat;
	opacity: 0;
	transition: all 500ms ease;
}

.testimonials-two__carousel .owl-item.center .testimonials-two__inner::before,
.testimonials-two__single:hover .testimonials-two__inner::before {
	opacity: 1;
}

.testimonials-two__carousel .owl-item img {
	margin-left: auto;
	margin-right: auto;
}

.testimonials-two__single p {
	margin: 0;
	color: #3a505f;
	font-size: 15px;
	line-height: 26px;
	transition: all 500ms ease;
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single p,
.testimonials-two__single:hover p {
	color: #fff;
}

.testimonials-two__single h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-size: 16px;
	font-weight: 600;
	color: var(--thm-black);
	margin-top: 28px;
	margin-bottom: 12px;
	transition: all 500ms ease;
}

.testimonials-two__carousel .owl-item.center .testimonials-two__single h3,
.testimonials-two__single:hover h3 {
	color: #fff;
}

.testimonials-two__stars {
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonials-two__stars i {
	font-size: 16px;
	color: #f3b945;
}

.testimonials-two__stars i+i {
	margin-left: 5px;
}

.testimonials-two__image {
	width: 83px;
	border-radius: 50%;
	background-color: #fff;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 30px 0px rgba(0, 8, 11, 0.2);
	margin-bottom: 27px;
}

.testimonials-two__image>img {
	width: 100%;
	border-radius: 50%;
}

.testimonials-two .block-title {
	margin-bottom: 95px;
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/

.blog-one {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.blog-one .container {
	position: relative;
}

.blog-one__single {
	margin-bottom: 65px;
}

.blog-one__image {
	overflow: hidden;
	position: relative;
}

.blog-one__image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.88;
	transform: scale(1, 0);
	transform-origin: top;
	background-image: linear-gradient(180deg, #2f97e7, #3f02a7);
	transition: transform 500ms ease, opacity 500ms ease;
	opacity: 0;
	z-index: 10;
}

.blog-one__single:hover .blog-one__image::before {
	opacity: .88;
	transform-origin: bottom;
	transform: scale(1, 1);
}

.blog-one__image>img {
	width: 100%;
	transform: scale(1);
	transition: transform 500ms ease;
}

.blog-one__single:hover .blog-one__image>img {
	transform: scale(1.05);
}

.blog-one__image>a {
	width: 54px;
	height: 54px;
	top: 50%;
	left: 50%;
	position: absolute;
	transform: translateY(-27px) translateX(-27px);
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: var(--thm-black);
	z-index: 11;
	transition: transform 500ms ease, opacity 500ms ease, color 500ms ease, background-color 500ms ease;
	opacity: 0;
}

.blog-one__single:hover .blog-one__image>a {
	opacity: 1;
}

.blog-one__image>a:hover {
	background-color: var(--thm-base);
	color: #fff;
}

.blog-one__content {
	padding-bottom: 40px;
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 35px;
	box-shadow: 1.782px 0.908px 27px 0px rgba(54, 54, 54, 0.13);
}

.blog-one__content h3 {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #291a55;
	font-family: var(--thm-font);
	margin: 0;
	margin-bottom: 20px;
}

.blog-one__content h3 a {
	color: inherit;
	transition: all 500ms ease;
}

.blog-one__single:hover h3 a {
	color: #0538af;
}

.blog-one__btn {
	border-radius: 22.5px;
	color: #291a55;
	font-size: 15px;
	font-weight: 600;
	background-color: #eeeef6;
	padding: 7.5px 27px;
	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	position: relative;
}

.blog-one__btn:hover {
	background-color: var(--thm-base);
}

.blog-one__btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scale(1, 0);
	background-image: linear-gradient(90deg, #2f97e7, #3f02a7);
	border-radius: 22.5px;
	transform-origin: bottom;
	transition: transform 500ms ease;
}

.blog-one__btn:hover::before {
	transform: scale(1, 1);
	transform-origin: top;
}

.blog-one__btn span {
	position: relative;
}

.blog-one__meta {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.blog-one__meta a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #6787c0;
	line-height: 1em;
	transition: all 500ms ease;
}

.blog-one__meta a:hover {
	color: var(--thm-black);
}

.blog-one__meta a+a {
	margin-left: 20px;
}

.blog-one__meta a i {
	margin-right: 3px;
}

.blog-one__home-one {
	padding-bottom: 45px;
	padding-top: 0;
}

.blog-one__home-two {
	padding-top: 0;
	padding-bottom: 0;
}

/*--------------------------------------------------------------
## Blog Details
--------------------------------------------------------------*/

.blog-details {
	padding-top: 100px;
	padding-bottom: 100px;
}

.blog-details__content {
	border: 1px solid rgba(152, 172, 210, .22);
	border-top: 0;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
}

.blog-details__image {
	border-top-right-radius: 8px;
	position: relative;
	border-top-left-radius: 8px;
	overflow: hidden;
}

.blog-details__image>img {
	width: 100%;
}

.blog-details__image>a {
	display: inline-block;
	position: absolute;
	bottom: 35px;
	right: 35px;
	font-size: 15px;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 15px;
	background-size: 200% auto;
	background-position: left;
	background-image: linear-gradient(90deg, rgb(255, 151, 35) 0%, rgb(255, 91, 17) 51%, rgb(255, 151, 35) 100%);
	box-shadow: 0px 8px 9px 0px rgba(35, 33, 95, 0.34);
	transition: all 500ms ease
}

.blog-details__image>a:hover {
	background-position: right;
}

.blog-details__content h3 {
	margin: 0;
	font-family: var(--thm-font);
	font-size: 26px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #291a55;
}

.blog-details__content p {
	margin: 0;
	color: #3a505f;
}

.blog-details__content p+p {
	margin-top: 15px;
}

.blog-details__content p a {
	color: inherit;
	text-decoration: underline;
}

.blog-details__meta {
	display: flex;
	align-items: center;
	padding-bottom: 8px;
	flex-wrap: wrap;
	position: relative;
	margin-top: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(152, 172, 210, .22);
}

.blog-details__meta::before {
	content: '';
	width: 40px;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg, rgb(35, 36, 144) 0%, rgb(91, 92, 251) 100%);
}

.blog-details__meta a,
.blog-details__meta span {
	color: #6787c0;
	font-size: 15px;
	transition: all 500ms ease;
}

.blog-details__meta span {
	margin-left: 10px;
	margin-right: 10px;
}

.blog-details__meta a:hover {
	color: var(--thm-black);
}

.blog-details__content img {
	width: 100%;
}

.blog-details__content blockquote {
	background-color: #f9f9f9;
	margin: 0;
	padding-left: 30px;
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
	color: #291a55;
	padding-top: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-left: 5px solid #ff9723;
}

.blog-details__content blockquote span {
	font-size: 15px;
	font-weight: 500;
	color: var(--thm-base);
	display: block;
	line-height: 1em;
	margin-top: 10px;
}

.blog-details__content .row {
	margin-top: 40px;
	margin-bottom: 30px;
}

.blog-details__share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 60px;
	padding-bottom: 40px;
}

.blog-details__share .footer-widget__social {
	margin-top: 0;
}

.blog-details__share .footer-widget__social a:nth-child(1):hover {
	color: #16599b;
	background-color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(1) {
	background-color: #16599b;
	color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(2):hover {
	color: #03a9f4;
	background-color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(2) {
	background-color: #03a9f4;
	color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(3):hover {
	color: #ea4c89;
	background-color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(3) {
	background-color: #ea4c89;
	color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(4):hover {
	color: #0067ff;
	background-color: #fff;
}

.blog-details__share .footer-widget__social a:nth-child(4) {
	background-color: #0067ff;
	color: #fff;
}

.blog-details__tags {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.blog-details__tags span {
	font-size: 15px;
	font-weight: 500;
	color: #223543;
}

.blog-details__tags a {
	background-color: #f4f7fc;
	border-radius: 20px;
	display: flex;
	align-items: center;
	line-height: 40px;
	color: #223543;
	font-size: 15px;
	margin-left: 17px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 500ms ease;
}

.blog-details__tags a:hover {
	background-color: var(--thm-base);
	color: #fff;
}

.blog-details__pagination {
	margin-bottom: 50px;
	display: flex;
	padding-top: 19px;
	padding-bottom: 19px;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(152, 172, 210, .22);
	border-bottom: 1px solid rgba(152, 172, 210, .22);
}

.blog-details__pagination a {
	color: #3a505f;
	font-size: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	transition: all 500ms ease;
}

.blog-details__pagination a:nth-child(2) {
	flex-direction: row-reverse;
}

.blog-details__pagination a:hover {
	color: #e73d8e;
}

.blog-details__pagination a i {
	margin-right: 5px;
}

.blog-details__pagination a:nth-child(2) i {
	margin-right: 0;
	margin-left: 5px;
}

/*--------------------------------------------------------------
# Comment One
--------------------------------------------------------------*/

.comment-one {
	margin-bottom: 50px;
}

.comment-form__title,
.comment-one__title {
	margin: 0;
	color: #291a55;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 40px;
	font-family: var(--thm-font);
}

.comment-form__title::before,
.comment-one__title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-image: linear-gradient(180deg, rgb(35, 36, 144) 0%, rgb(91, 92, 251) 100%);
}

.comment-one__single {
	position: relative;
	padding-left: 120px;
}

.comment-one__single+.comment-one__single {
	margin-top: 35px;
}

.comment-one__single>img {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.comment-one__single h3 {
	margin: 0;
	font-size: 20px;
	color: var(--thm-black);
	font-weight: 600;
	line-height: 1em;
	font-family: var(--thm-font);
}

.comment-one__single span {
	margin: 0;
	font-size: 14px;
	color: #e12454;
	text-decoration: underline;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1em;
}

.comment-one__single p {
	margin: 0;
	font-size: 15px;
	line-height: 27px;
	color: #223543;
}

.comment-one__btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 17.5px;
	padding: 2.5px 16px;
	background-color: var(--thm-black);
	transition: all 500ms ease;
}

.comment-one__btn:hover {
	background-color: var(--thm-base);
}

.comment-one__content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	background-color: #f4f7fc;
	padding-bottom: 20px;
}


/*--------------------------------------------------------------
## Comment Form
--------------------------------------------------------------*/

.comment-form__wrap input {
	width: 100%;
	display: block;
	height: 50px;
	outline: none;
	border: none;
	border-radius: 3px;
	font-size: 16px;
	color: #3a505f;
	padding-left: 15px;
	border: 1px solid #ececec;
	margin-bottom: 20px;
}

.comment-form__wrap input[type=checkbox] {
	width: 12px;
	border: 1px solid #ececec;
	height: 12px;
	margin-bottom: 0;
	margin-right: 10px;
}


.comment-form__wrap p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #291a55;
	font-size: 14px;
	margin: 0;
	margin-bottom: 25px;
}

.comment-form__wrap ::-webkit-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.comment-form__wrap ::-moz-placeholder {
	opacity: 1;
	color: #3a505f;
}

.comment-form__wrap :-ms-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.comment-form__wrap ::-ms-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.comment-form__wrap ::placeholder {
	opacity: 1;
	color: #3a505f;
}

.comment-form__wrap textarea {
	width: 100%;
	display: block;
	outline: none;
	font-size: 16px;
	padding-left: 15px;
	padding-top: 10px;
	color: #3a505f;
	border: none;
	border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #ececec;
	height: 149px;
}

.comment-form__btn {
	background-position: left;
	background-image: linear-gradient(90deg, #e73d8e 0%, #fda4ce 51%, #e73d8e 100%);
	background-size: 200% auto;
	padding: 15px 30.5px;
	border-radius: 30px;

}

.comment-form__btn:hover {
	background-position: right;
}


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar__search {
	border: 1px solid #ececf0;
	position: relative;
}

.sidebar__single+.sidebar__single {
	margin-top: 40px;
}

.sidebar__search input {
	width: 100%;
	border: none;
	outline: none;
	color: #3a505f;
	font-size: 15px;
	height: 50px;
	padding-left: 25px;
}

.sidebar__search ::-webkit-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__search ::-moz-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__search :-ms-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__search ::-ms-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__search ::placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__search button[type=submit] {
	width: auto;
	border: none;
	outline: none;
	padding: 0;
	position: absolute;
	color: #3a505f;
	background-color: transparent;
	font-size: 15px;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}

.sidebar__single>h3 {
	margin: 0;
	color: #291a55;
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 15px;
	position: relative;
	font-family: var(--thm-font);
	margin-bottom: 30px;
}

.sidebar__single>h3::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	display: block;
	background-image: linear-gradient(180deg, rgb(35, 36, 144) 0%, rgb(91, 92, 251) 100%);
}

.sidebar__cat-list {
	margin-bottom: 0;
}

.sidebar__cat-list li a {
	display: flex;
	color: #223543;
	font-size: 15px;
	font-weight: 500;
	justify-content: space-between;
	align-items: center;
	position: relative;
	padding-left: 30px;
	transition: all 500ms ease;
}

.sidebar__cat-list li:hover a {
	color: var(--thm-base);
	padding-left: 40px;
}

.sidebar__cat-list li a::before {
	content: "\f105";
	position: absolute;
	top: 50%;
	left: 15px;
	color: #223543;
	font-size: 15px;
	transform: translateY(-50%);
	font-weight: 400;
	font-family: 'Font Awesome 5 Pro';
	transition: all 500ms ease;
}

.sidebar__cat-list li:hover a::before {
	left: 25px;
}

.sidebar__cat-list li {
	border-bottom: 1px solid #ececf0;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar__cat-list li:last-child {
	margin-bottom: 0;
}

.sidebar__cat-list li span {
	background-color: #e8effb;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27px;
	height: 27px;
	font-size: 12px;
	color: #444444;
	font-weight: 500;
}

.sidebar__gallery-list {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 0;
	margin-top: -10px;
}

.sidebar__gallery-list li {
	flex: 1 1 33.333%;
	max-width: 33.333%;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.sidebar__tagslist {
	display: flex;
	margin-left: -5px;
	margin-top: -10px;
	flex-wrap: wrap;
}

.sidebar__tagslist a {
	color: #3a505f;
	font-size: 15px;
	font-weight: 400;
	padding: 0.5px 18px;
	margin-left: 5px;
	margin-top: 10px;
	border: 1px solid #eeecec;
	transition: all 500ms ease;
}

.sidebar__tagslist a:hover {
	background-color: var(--thm-base);
	color: #fff;
	border-color: var(--thm-base);
}

.sidebar__post-list li {
	padding-left: 90px;
	position: relative;
}

.sidebar__post-list li+li {
	border-top: 1px solid #e2e2e7;
	margin-top: 25px;
	padding-top: 24px;
}

.sidebar__post-list li+li>img {
	top: 24px;
}

.sidebar__post-list li>img {
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.sidebar__post-list li h3 {
	position: relative;
	margin: 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #223543;
	font-family: var(--thm-font);
}

.sidebar__post-list li h3 a {
	color: inherit;
	transition: all 500ms ease;
}

.sidebar__post-list li h3 a:hover {
	color: var(--thm-base);
}

.sidebar__post-list li span {
	margin: 0;
	color: #3a505f;
	font-size: 15px;
	display: block;
	line-height: 1em;
	margin-top: 5px;
}

.sidebar__subscribe {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 40px;
	padding-top: 40px;
	background-image: linear-gradient(180deg, rgb(47, 151, 231) 1%, rgb(55, 77, 199) 49%, rgb(63, 2, 167) 100%);
	box-shadow: 0px 5px 9px 0px rgba(10, 36, 120, 0.39);
}

.sidebar__subscribe>h3 {
	display: flex;
	align-items: center;
	color: #fff;
	margin-bottom: 0;
}

.sidebar__subscribe>h3 i {
	margin-right: 15px;
	font-size: 20px;
}

.sidebar__subscribe>h3::before {
	display: none;
}

.sidebar__subscribe form input {
	width: 100%;
	border: none;
	outline: none;
	height: 56px;
	border-radius: 2px;
	background-color: #fff;
	text-align: center;
	font-size: 13px;
	color: #3a505f;
}

.sidebar__subscribe form button[type=submit] {
	width: 100%;
	height: 56px;
	border: none;
	outline: none;
	border-radius: 2px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #3188e0;
	margin-top: 15px;
	transition: all 500ms ease;
}

.sidebar__subscribe form button[type=submit]:hover {
	background-color: #fff;
	color: var(--thm-black);
}

.sidebar__subscribe ::-webkit-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__subscribe ::-moz-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__subscribe :-ms-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__subscribe ::-ms-input-placeholder {
	opacity: 1;
	color: #3a505f;
}

.sidebar__subscribe ::placeholder {
	opacity: 1;
	color: #3a505f;
}

 

 
 
 

 
 

 
/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/

.about-one {
	padding-top: 100px;
	position: relative;
}

.about-one .container {
	position: relative;
}

.about-one .contact-info-one__bg-shape-1 {
	left: 0;
}

.about-one__content {
	padding-left: 80px;
	padding-right: 90px;
}

.about-one__content>p {
	font-size: 15px;
	line-height: 32px;
	 text-align:justify;
	color: #3a505f;
	margin: 0;
}

.about-one__content>p+p {
	margin-top: 5px;
}

.about-one__content .block-title,
.about-one__content .block-title h3 {
	margin-bottom: 0;
}

.about-one__content .block-title {
	margin-bottom: 28px;
}

.about-one__btn {
	margin-top: 40px;
	background-image: linear-gradient(90deg, #232490 0%, #e84090 51%, #232490 100%);
	background-size: 200% auto;
	padding: 11px 43px;
	border-radius: 26px;
}

.about-one__btn:hover {
	background-position: right;
}

 
 
/*--------------------------------------------------------------
## About Four
--------------------------------------------------------------*/

.about-four{padding:100px 0;
position:relative;
}

.about-four .about-two__content {
	padding-left: 60px;
	padding-top: 125px;
}

.about-four__title {
	background-color: #23205f;
	box-shadow: 0px 4px 35px 0px rgba(57, 57, 57, 0.24);
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	color: #fff;
	letter-spacing: -.025em;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-top: 6%;
}
.about-img {    position: absolute;
    z-index: 5;left:4%}
.about-four__title b {
	font-weight: 700;
	color: #ff5e12;
}

.about-four__title span {
	font-weight: 300;
}

.about-four__title i{width:100%;display: block;
width: 70px;
    border-radius: 50%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 35px;
    color: #fff;
    background-image: linear-gradient(90deg, #232490 0%, #5b5cfb);
    margin: 0 auto;
    top: -34px;
    position: absolute;
    border: 8px solid #fff;
    left: 40%;
}
.about-four__spacer {
	width: 100%;
	height: 180px;
}

 

.about-four__box {
	background-color: #fff;
	box-shadow: 0px 4px 35px 0px rgba(57, 57, 57, 0.24);
	text-align: center;
	padding: 0 42px;
	margin-bottom: 30px;
	padding-top: 40px;
	padding-bottom: 35px;
}

.about-four__icon {
	width: 121px;
	height: 121px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-color: #f2f2f6;
	margin-bottom: 33px;
	position: relative;
}

.about-four__icon i {
	width: 70px;
	border-radius: 50%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 35px;
	color: #fff;
	background-image: linear-gradient(90deg, #ff9723 0%, #ff5b11);
}

.about-four__box.color-2 .about-four__icon i {
	background-image: linear-gradient(90deg, #e73d8e 0%, #fda4ce);
}

.about-four__box.color-3 .about-four__icon i {
	background-image: linear-gradient(90deg, #232490 0%, #5b5cfb);
}

.about-four__box h3 {
	margin: 0;
	color: var(--thm-black);
	font-family: var(--thm-font);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-four__box h3 a {
	color: inherit;
}

.about-four__box p {
	margin: 0;
	font-size: 15px;
	line-height: 24px;
	color: #3a505f;
}


.about-four__icon-bubble {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
	-webkit-animation: service_hexagon 3s infinite linear;
	animation: service_hexagon 3s infinite linear;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.about-four__box:hover .about-four__icon-bubble {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.about-four__icon-bubble::before {
	content: '';
	width: 16px;
	height: 16px;
	background-color: #ff9021;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: all 500ms ease;
}

.about-four__box.color-2 .about-four__icon-bubble::before {
	background-color: #e73d8e;
}

.about-four__box.color-3 .about-four__icon-bubble::before {
	background-color: #232490;
}


.about-four__icon-bubble::after {
	content: '';
	width: 16px;
	transition: all 500ms ease;
	height: 16px;
	border-radius: 50%;
	position: absolute;
	background-color: #ff9021;
	bottom: 10px;
	right: 10px;
}

.about-four__box.color-2 .about-four__icon-bubble::after {
	background-color: #e73d8e;
}

.about-four__box.color-3 .about-four__icon-bubble::after {
	background-color: #232490;
}

.about-four__box-wrap {
	 
	position: relative;
}

 
 .about-shape-1 {
    top: -1px;
    right: 0;
}
[class*=about-shape-1] {
    position: absolute;
}
ul.about-list{    display: block;
    margin: 15px 0px;
    padding: 0px;
    background: #fcf1de;
    float: left;
    padding: 8px 10px;
    border-radius: 3px;
      background-image: linear-gradient(90deg, #955546 0%, #d59788);
    color: #fff;
}
ul.about-list li{float:left;  display:block; margin:0px; padding:0px;min-width: 30%;}
 
ul.about-list li::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    margin-left: 20px;
    margin-right: 20px;
}
 
  .about-vission{    padding-top: 100px;
    position: relative;}
.about-vission .block-title {
    margin-bottom: 28px;
}
 
 .about-mission{    padding-top: 100px;
    position: relative;}
.about-mission .block-title {
    margin-bottom: 28px;
}

/*----why driver------*/
.driver-wrp{padding:50px 0}
.driv-wrp{margin-bottom:30px;}
.driv-wrp>h3 {
    margin: 0;
    color: #291a55;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    font-family: var(--thm-font);
    margin-bottom: 30px;
}
.driv-wrp>h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    display: block;
    background-image: linear-gradient(180deg, rgb(149, 85, 69) 0%, rgb(180, 104, 85) 100%);
}
.driv-wrp ul{margin: 0px 0px 20px 0px;
    padding: 0px;}
.driv-wrp li{display:block;}
.driv-wrp li:not(:last-of-type)::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    margin-left: 20px;
    margin-right: 20px;
	
}
.driver-containe{padding: 50px 0;
    background: #fff7e2;text-align:justify;
	background-image: url(../images/sub-bg2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 40px 0 100px;
    background-attachment: fixed;
	color:#fff;
	}
	.driver-containe:before {
    position: absolute;
    content: '';
    background: rgba(58, 138, 199, 0.50);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 188, 212, .70);
   background: rgba(0, 188, 212, .70);
    background: -webkit-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
    background: -o-linear-gradient(320deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
    background: linear-gradient(130deg, rgba(0, 188, 212, .70), #4766c8, rgba(100, 48, 148, .70));
     
}
	
	
	.driver-special{padding: 50px 0;
    text-align:justify} 
	
	.driver-ico ul{margin:0px; }
	.driver-ico ul li{display: block;
    
        text-align: center;
    width: 31%;
    margin-right: 2%;
    float: left;
    margin-bottom: 5%;
    padding: 10px;
    box-sizing: border-box;
	 position:relative;
	     background-color: #fff;
    box-shadow: 0px 4px 35px 0px rgba(57, 57, 57, 0.24);
   
    border-radius: 5px;}
	.driver-ico ul li i{    width: 70px;
    border-radius: 50%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 35px;
    color: #fff;
   
   
	background-image: linear-gradient(90deg, #232490 0%, #5b5cfb);
    margin: 0 auto;
    top: -34px;
    position: absolute;
	border:8px solid #fff;
    
    left: 40%;}
	.driver-ico ul li p{    margin-bottom: 0px;
    margin-top: 30px;}
	/*----why car------*/
.car-wrp{padding:50px 0}
.carbox-wrp{margin-bottom:30px;}
.carbox-wrp>h3 {
    margin: 0;
    color: #291a55;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    font-family: var(--thm-font);
    margin-bottom: 30px;
}
.carbox-wrp>h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    display: block;
    background-image: linear-gradient(180deg, rgb(149, 85, 69) 0%, rgb(180, 104, 85) 100%);
}
 .carbox-containe{padding: 10px 0;
    b text-align:justify;}
	
	
	.carbox-special{padding: 50px 0;
    text-align:justify}`
	
	.carbox-ico ul{margin:0px;padding:0px}
	.carbox-ico ul li{display: block;
    background-color: #fdf2df;
         
    width:100%;
    margin-right: 2%;
    
    margin-bottom: 1%;
    padding: 10px;
    box-sizing: border-box;
   
    border-radius: 5px;}

/*----feature------*/
.feature-wrp{padding:20px 0}
.feat-wrp{margin-bottom:30px;}
.feat-wrp>h3 {
    margin: 0;
    color: #291a55;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    font-family: var(--thm-font);
    margin-bottom: 30px;
}
.feat-wrp>h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    display: block;
    background-image: linear-gradient(180deg, rgb(149, 85, 69) 0%, rgb(180, 104, 85) 100%);
}
.feat-wrp ul{margin: 0px 0px 20px 0px;
    padding: 0px;}
.feat-wrp li{display:block;}
.feat-wrp li:not(:last-of-type)::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    margin-left: 20px;
    margin-right: 20px;
	
}

.air-wrp ul{margin: 0px 0px 20px 0px;
    padding: 0px;}
.air-wrp li{display:block;}
.air-wrp li::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    
    margin-right: 20px;
	
}
/*----client------*/
.client-wrp{padding:20px 0; display:block}
.client-wrp ul{    margin: 0px;
    padding: 0px;
}
.client-wrp ul li	{background-color: #fff; display:block; float:left;
    text-align: center;
    padding: 15px;
    
    transition: all 500ms ease;
    box-shadow: 0px 6px 35px 0px rgba(58, 58, 59, 0.1);
	min-width:30%;
	margin-bottom:10px;
	margin-right:2%;
	}
	
.client-wrp ul li:hover{box-shadow: 0px 42px 35px 0px rgba(41, 26, 85, 0.27); }

/*------driver-tariff------*/
.driver-tarif-wrp{padding:50px 0}

.driver-tarif-wrp .card-header {
    padding: .55rem 1.25rem;
    margin-bottom: 0;
    /* background: linear-gradient(-45deg, #FF8008, #FFC837, #FF8008, #FFC837);*/
     background-color: #A85F4A;
    border-bottom: 1px solid rgba(0,0,0,.125);
	
}
.driver-tarif-wrp .card-header  a{color:#fff!important;width: 100%;
    display: block;}
    .driver-tarif-wrp .card-header  a:hover{color:#C99589!important;width: 100%;
    display: block;}
	.driver-tarif-wrp .card-header  a i{float:right;line-height: 28px;}
	 
.driver-tarif-wrp table{width:100%}
.driver-tarif-wrp table tr:nth-child(even) {
    background-color: #e1f1f9;
}
.driver-tarif-wrp table td, .driver-tarif-wrp table th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: 400;
    color: #000;
	font-size:14px;
}
.sub_heading {
    text-align: center;
    color: #ffffff!important;
        background-image: linear-gradient(90deg, #232490, #5b5cfb);
    font-weight: 600;
}


/*------customm css--------*/
.home-containe{padding: 100px 0;
    background: #fff7e2;}
	 
	.about-two ul{margin: 0px 0px 20px 0px;
    padding: 0px;}
.about-two li{display:block;}
.about-two li:not(:last-of-type)::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    margin-left: 20px;
    margin-right: 20px;
	
}
 .car-list-name h3{margin: 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: var(--thm-font);
    margin-bottom: 15px;}
.car-list-name ul {    display: block;
    margin: 0px;
    padding: 0px;
     
    padding: 8px 0px;
    border-radius: 3px;
      
    color: #fff;
	width: 100%;
}
.car-list-name ul li{  display: block;
    margin: 0px 0px 13px 0px;
    padding: 0px;
    min-width: 20%;
    font-size: 19px;
    float: left;
    width: 32%;}
 
.car-list-name ul li::before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Pro';
    content: "\f1b9";
    
    margin-right: 15px;
    
    padding: 5px;
    border-radius: 30px;    background-image: linear-gradient(180deg, #ff9723 0%, #ff5b11 100%);
}

label.error{color: #fff;
    background-color: #e63244;
    border-color: #f5c6cb;
    padding: 5px 10px;
    margin-top: 5px;position:relative;width: 60%;}
	
	
	 label.error:after {
	content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #e63244;
    top: -5px;
    position: absolute;
    left: 3px;
}
.modal-content label.error{ width:100%; position: relative;
    top: -20px;}
	
.list-unstyled label.error{ width:100%; position: relative;
    top: -10px;  }
	
	.certi-wrp{cursor:pointer;}
	.popcert-wrp img{width:100%}
	
.popcert-wrp .modal-body{position: initial;}
.popcert-wrp .close	{top: 0;
    right: 0;
    position: absolute;}
	.rntc-sucess{text-align:center; clear:both; 
    background-color: #FFDEE9;
background-image: linear-gradient(0deg, #FFDEE9 0%, #B5FFFC 100%);

    border-radius: 8px;
    margin: 1.5rem .5rem 0 .5rem;
	    float: left;
		width:80%;
     
} 
	.rntc-sucess ul {    display: block;
    margin: 0px;
    padding: 0px;
     
    padding: 8px 0px;
    border-radius: 3px;
      
    color: #333;
	width: 100%;
}
.rntc-sucess ul li{  display: block;
    margin: 0px 0px 13px 0px;
    padding: 0px;
     font-weight: 600;
    font-size: 16px;
    float: left;
    width: 100%;letter-spacing: 2.5px;} 
	.rntc-sucess  span {
    background-color: #FF3CAC;
background-image: linear-gradient(225deg, #FF3CAC 0%, #784BA0 50%, #2B86C5 100%);



    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;font-size: 19px;
}


.accordion .card-header{position:relative}
.accordion .card{border:none;background: #fffbfa;}
.accordion .card-title,.accordion>.card .card-header{margin-bottom:0px;}

.accordion .card-header::after {
   content: "\f068";
    font-family: 'Font Awesome 5 Pro';
	position:absolute;
	 top: 10px;
    right: 30px;
    color: #fff;
     
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067"; 
		position:absolute;
	   top: 10px;
    right: 30px;
    color: #fff;
}
 

	 

@media(max-width: 575px) {
	
	.client-wrp ul li{width:100%}	
	.driver-ico ul{    padding: 0;}
	.driver-ico ul li{width:100%;    margin-bottom: 12%;}
	.certi-wrp{width:100%;}
	.about-img{    left: 28%;}
	.about-four__title{    padding-top: 176px;}
	.car-list-name ul li{    width: 46%;
    line-height: 19px;
    font-size: 13px;}
	.banner-three__content h3{font-size: 20px;line-height: 30px;
    }
	.banner-three__content p{    font-size: 13px;}
	.list-unstyled li{    font-size: 13px;}
	.about-two li{font-size: 15px;}
	
	.page-header1 h2,.page-header2 h2,.page-header3 h2,.page-header4 h2,.page-header5 h2,.page-header6 h2,.page-header7 h2{background: linear-gradient(90deg, #e3ffe7 0%, #d9e7ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;position: relative;
    z-index: 5;}
	 .footer-widget__social a{float:left;}
	 .footer-widget__social{float:left}
	.thm-breadcrumb{display:none;}
	
	.page-header1::after,.page-header2::after,.page-header3::after,.page-header4::after,.page-header5::after,.page-header6::after,.page-header7::after,.page-header8::after {
    content: "";  
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(90deg, #1CB5E0 0%, #000851 100%);
    opacity: .5;
}
.rntc-sucess {width: 95%;}
.rntc-sucess ul li{font-size: 13px;    margin-bottom: 0px;letter-spacing: 2px;}
.rntc-sucess span{font-size: 15px;}
.rntc-sucess ul{float: left;    padding: 8px;}

 
 

 

}
@media(max-width: 991px) {
	 
	}