/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;500;600;700&amp;family=Roboto:wght@300;400;500;700&amp;display=swap');
 body {
	font-family: futura;
}

@font-face {
  font-family: futura;
  src: url('../futura/futur.ttf');
}
@font-face {
    font-family: 'Futura';
    font-weight: 400;
    src: url('../futura/3B30C0_2_0.ttf') format("truetype")
}

@font-face {
    font-family: 'Futura';
    font-weight: 600;
    src: url('../futura/3B30C0_7_0.ttf') format("truetype")
}

@font-face {
    font-family: 'Futura';
    font-weight: 800;
    src: url('../futura/3B30C0_4_0.ttf') format("truetype")
}


:root {
    --blue-pod: #694ED6;
--pink-pod: #C137A2;
}


.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
.slick-slide {
	outline: none;
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: 'Exo', sans-serif; */
	font-weight: normal;
	color: #002052;
	margin-top: 0px;
	font-style: normal;
	font-weight: 500;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 19px;
	font-weight: normal;
	line-height: 30px;
	color: #002052;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
/* button style */
.thm-btn {
	z-index: 1;
	font-size: 19px;
	line-height: 24px;
	padding: 16px 40px;
	text-align: center;
	position: relative;
	letter-spacing: 1px;
	color: #fefefe;
	/* text-transform: uppercase; */
	font-weight: 400;
	display: inline-block;
	background: linear-gradient(to right, #694ED6, #C137A2);
	border: none;
	outline: none;
	cursor: pointer;
}
.thm-btn:hover {
	color: #ffff;
}
.thm-btn::before {
	top: 0px;
	width: 0px;
	left: auto;
	right: 0px;
	z-index: -1;
	bottom: 0px;
	content: "";
	position: absolute;
	background-color: #002052;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.thm-btn:hover::before {
	left: 0px;
	width: 100%;
	right: auto;
}
.border-btn {
	border: 2px solid #002052;
	background: transparent;
	color: #012153;
	padding: 14px 40px;
}
.border-btn-white {
	border: 2px solid #8091ad;
	background: transparent;
	color: #fff;
	padding: 14px 40px;
}
.border-btn-white:hover {
	border-color: #ff5e15;
}
.border-btn-white::before {
	background-color: #ff5e15;
}
.black-btn {
	background-color: #002052;
}
.black-btn::before {
	background-color: #ff5e15;
}
.breadcrumb > .active {
	color: #888;
}
/* scrollUp */
#scrollUp {
	background: #6c4dd4;
	height: 50px;
	width: 50px;
	right: 15px;
	bottom: 50px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	font-size: 16px;
	line-height: 53px;
	box-shadow: 0px 3px 15px 1px rgba(255, 94, 21, 0.33);
}
/* 2. header */
.header-top {
	background: linear-gradient(to right, #694ED6, #C137A2);
}
.header-bottom-area .logo {}
.header-bottom-area .logo img{width:100%}
.header-top ul{
    overflow: hidden;
    margin: 0px;
}
.header-top .left {
	float: left;
}
.header-top .left li {
	list-style: none;
	display: inline-block;
	float: left;
	color: #fff;
	margin-right: 15px;
	padding: 8px 0px;
	border-left: 1px solid #ffffff45;
	padding-left: 15px;
}
.header-top .left li:first-child {
	border: 0;
	padding-left: 0;
}
.header-top .left li span{
    color: #fff;
    margin-right: 5px;
}
.header-top .right {
	float: right;
}
.header-top .right li{
    list-style: none;
    display: inline-block;
    padding: 6px 14px;
    border-right: 1px solid #ffffff45;
}
.header-top .right li:first-child {
	border-left: 1px solid #ffffff45;
}
.header-top .right li a{
	color: #fff;
	font-size: 18px;
}
.main-menu ul li {
	display: inline-block;
	margin-left: 32px;
	/* position: relative; */
}
.main-menu ul li a {
	display: block;
	padding: 25px 0;
	color: #002052;
	font-size: 19px;
	font-weight: 400;
	/* text-transform: uppercase; */
}
.main-menu ul li:hover > a {
	background: linear-gradient(to right, var(--blue-pod), var(--pink-pod));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header-button {
	margin-top: 11px;
	margin-left: 40px;
}
.main-menu ul li ul.submenu {
	position: absolute;
	top: 110%;
	min-width: 230px;
	background: #fff;
	padding: 30px 0;
	border-top: 4px solid #694ed6;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.main-menu ul li ul.submenu li{
	margin: 0;
	display: block;
}
.main-menu ul li ul.submenu li a {
	font-size: 19px;
	text-transform: capitalize;
	display: flex;
	padding: 6px 16px;
	color: #414141;
	text-decoration: none;
	align-items: center;
	font-family: futura;
	font-weight: 400;
}
.main-menu ul li ul.submenu.mega_menu li a {
    font-size: 19px;
    text-transform: capitalize;
    display: flex;
    padding: 6px 16px;
    min-height: 64px;
    color: #414141;
    text-decoration: none;
    align-items: center;
    border-radius: 100px 0 0 100px;
}
.header-2 .header-top {
	background-color: transparent;
}
.header-top-right ul li {
	float: left;
	margin-left: 75px;
}
.header-top-right ul li:first-child {
	margin-left: 0;
}
.header-top-right {
	background: #fff;
	padding: 40px 40px;
}
.header-social a {
	color: #00235a;
	margin-right: 7px;
}
.header-top-right ul li span {
	float: left;
	font-size: 15px;
	width: 40px;
	height: 40px;
	background: #ff5e15;
	text-align: center;
	color: #fff;
	line-height: 40px;
}

/*-----------.mega_menu-----------*/
.main-menu ul li.mega_pos  {position: inherit;}
.main-menu ul li ul.submenu.mega_menu {
    left: 0;
    width: 100%;
}
.main-menu ul li ul.submenu.mega_menu:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 425px;
    background-color: #694ED6;
    height: 100%;
    }
.main-menu ul li ul.submenu.mega_menu ul {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.main-menu ul li ul.submenu.mega_menu ul li.fisr {/* position: inherit; */width: 425px;margin-bottom: 0px;overflow: hidden;border-radius: 40px 0 0 40px;padding: 0 0 0 35px;}
.main-menu ul li ul.submenu.mega_menu ul li a {color: #fff;background: none;-webkit-background-clip: inherit;-webkit-text-fill-color: inherit;}
.main-menu ul li ul.submenu.mega_menu ul li a.active {
    background: #fff;
    border-radius: 40px 0 0 40px;
    color: #414141;
    overflow: hidden;
}
.main-menu ul li ul.submenu.mega_menu ul li a.active .icons img {
    filter: contrast(0.5);
}
.main-menu ul li ul.submenu.mega_menu ul li .icons {
    width: 35px;
    margin-right: 20px;
}
.main-menu ul li ul.submenu.mega_menu ul li .icons img{
    width: 100%;
    filter: invert(1);
}
.main-menu ul li ul.submenu.mega_menu ul li ul {
    position: absolute;
    left: 436px;
    top: 0;
    width: max-content;
    flex: 1;
    display: none;
}
.main-menu ul li ul.submenu.mega_menu ul li ul.active{
    display: inline-block;
}
.main-menu ul li ul.submenu.mega_menu ul li ul .menu_grid {
    width: 100%;
}
.main-menu ul li ul.submenu.mega_menu ul li ul .menu_grid .menu_cat {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.main-menu ul li ul.submenu.mega_menu ul li ul .menu_grid .menu_cat ul {
    position: relative;
    left: inherit;
    display: block;
}
.main-menu ul li ul.submenu.mega_menu ul li ul .menu_grid .menu_cat ul li{
    width: 100%;
}
.main-menu ul li ul.submenu.mega_menu ul li ul .menu_grid .menu_cat ul li a {margin-left: 0;color: #414141;min-height: 45px;}
.main-menu ul li ul.submenu.mega_menu ul li ul .menu_grid .menu_cat ul li a:hover{background: linear-gradient(to right, var(--blue-pod), var(--pink-pod));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

/*-----------.mega_menu-----------*/




.header-top-content {
	float: left;
	margin-left: 13px;
	max-width: 210px;
}
.header-top-content p {
	margin-bottom: 2px;
	line-height: 1.2;
	color: #192e41;
	font-weight: 500;
}
.header-top-content h6 {
	font-size: 16px;
	line-height: 1.5;
	color: #ed463a;
	font-weight: 500;
	margin: 0;
}
.header-2 .header-button {
	margin-top: 0px;
	margin-left: 0px;
}
.header-2 .header-bottom {
	background: #00235a;
	padding: 0 40px;
}
.header-2 .main-menu ul li {
	margin-right: 40px;
	margin-left: 0;
}
.header-2 .main-menu ul li:last-child {
	margin-right: 0;
}
.header-2 .main-menu ul li a {
	color: #ffffff;
	padding: 35px 0;
}
.header-2 .main-menu ul li:hover > a {
	color: #ff5e15;
}
.header-2 .main-menu ul li ul.submenu li a {
	color: #002052;
}
.header-2 .main-menu ul li ul.submenu li:hover > a {
	color: #ff5e15;
}
.header-2 .header-top-content h6 {
	font-size: 16px;
	color: #00235a;
	font-weight: 600;
}
.header-color-2 {
	background: #022660;
}
.header-2 .logo {
	margin-left: 23px;
}
/* 3. slider */
.slider-height {
	min-height: 540px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.slider-height:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000061;
    background-image: linear-gradient(67deg, rgb(106 78 214) 9.41%, rgb(192 55 162 / 24%) 35.17%);
    z-index: 0;
    }
.slider-content h5 {
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}
.slider-content h1 {
	font-size: 65px;
	font-weight: 600;
	color: #ffffff;
	line-height: 75px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.slider-content h1 span {
	text-transform: uppercase;
	color: var(--pink-pod);
}
.slider-content p {
	font-size: 19px;
	color: #ffffff;
	font-weight: 500;
	line-height: 27px;
	padding-right: 80px;
}
.slider-btn a {
	margin-top: 22px;
	margin-right: 25px;
}
.slider-active button.slick-arrow {
	position: absolute;
	height: 80px;
	width: 80px;
	top: 45%;
	left: 0;
	transform: translateY(-50%);
	background: none;
	border: 0;
	font-size: 18px;
	padding: 0;
	color: #10111e;
	z-index: 2;
	cursor: pointer;
	background: #fff;
	line-height: 73px;
	transition: .3s;
	box-shadow: 0px 5px 27px 0px rgba(220, 220, 220, 0.69);
}
.slider-active button.slick-next {
	left: auto;
	right: 0;
}
.slider-active button.slick-arrow:hover {
	color: #fff;
	background: linear-gradient(to right, var(--blue-pod), var(--pink-pod));
	border: 1px solid #fff;
}
.header-transparent {
	position: absolute;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
}
.slider-height-2 {
	height: 100vh;
}
.banner-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #020d1e;
	opacity: .5;
}
.slider-2 .slider-content h1 {
	color: #fff;
}
.slider-2 .slider-content p {
	color: #fff;
}
.slider-2 .slider-content {
	margin-top: 230px;
}
.slider-2 .slider-active button.slick-arrow {
	top: 54%;
	box-shadow: 0px 5px 27px 0px rgba(220, 220, 220, 0.32);
}
/* 4. about */
.about-tab .nav-tabs {
	border-bottom: none;
}
.about-tab .nav-tabs .nav-link {
	width: 33.33%;
	margin: 0;
	border-bottom: 4px solid transparent;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: 0s;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-ms-transition: 0s;
	-o-transition: 0s;
}
.about-tab .nav-tabs .nav-link.active {
	border-bottom: 4px solid #ff5e15;
	box-shadow: 0px 13px 40px 0px rgba(126, 154, 180, 0.3);
}
.about-tab-item {
	position: relative;
	padding: 20px 15px 19px 65px;
}
.about-tab-thumb {
	position: absolute;
	left: 3px;
}
.about-tab-content {
	margin-left: 42px;
}
.about-tab-content h4 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.about-tab-content p {
	margin: 0;
}
.border-title-2 h1 {
	position: absolute;
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	text-transform: uppercase;
	line-height: 70px;
	color: transparent;
	left: 0;
	-webkit-text-stroke: 2px #f6f6f6;
	top: -52px;
	margin-bottom: 0;
	z-index: -1;
}
.about-title h5 {
	font-size: 15px;
	text-transform: uppercase;
	color: #002052;
	font-weight: 700;
	margin-bottom: 22px;
	font-family: 'Roboto', sans-serif;
}
.about-title h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}
.about-title h2 span {
	color: #ff5e15;
}
.about-title h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 22px;
	background: linear-gradient(to right, #694ED6, #C137A2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-left p {
	margin-bottom: 28px;
}
.about-info-title span {
	background: #ff5e15;
	height: 18px;
	width: 18px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 18px;
	color: #fff;
	font-size: 8px;
	float: left;
	margin-right: 15px;
}
.about-info-title h5 {
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 0;
}
.about-info li {
	margin-bottom: 15px;
}
.about-btn a {
	margin-right: 30px;
}
.about-btn a.about-l-btn {
	font-size: 15px;
	font-weight: 700;
	color: #002052;
	text-transform: uppercase;
}
.about-btn a.about-l-btn i {
	height: 20px;
	width: 20px;
	font-size: 8px;
	background: #002052;
	color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 19px;
	margin-left: 8px;
	position: absolute;
	margin-top: 19px;
}
.about-right-content h1 {
	float: left;
	font-size: 55px;
	font-weight: 700;
	margin-right: 10px;
	background: linear-gradient(to right, #694ED6, #C137A2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.about-right-content h1 span {
	font-size: 15px;
}
.about-right-content h5 {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 12px;
	margin-bottom: 7px;
	text-transform: uppercase;
  }
  .about-right-content h3 {
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
  }
  .about-right-content {
	position: absolute;
	min-width: 320px;
	background: #fff;
	padding: 15px 15px 5px 28px;
	box-shadow: 0px 12px 27px 0px rgba(143, 158, 182, 0.3);
	top: -28px;
	left: 10px;
}
.about-right-content::before {
	position: absolute;
	content: "";
	background: #ffffff;
	width: 20px;
	height: 20px;
	bottom: -10px;
	transform: rotate(45deg);
	left: 45%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.about-right-thumb img {
	width: 100%;
}
.about-right {
	margin-top: 75px;
}
.about-2 .about-right-content {
	position: inherit;
	min-width: 320px;
	background: transparent;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}
.about-2 .about-right-content h1 {
	font-size: 89px;
	font-weight: 700;
	color: #ff5e15;
	margin-right: 10px;
}
.about-2 .about-right-content h5 {
	font-size: 16px;
	color: #002052;
}
.about-2 .about-right-content h3 {
	font-size: 40px;
}
.about-2 .about-title h5 {
	font-size: 15px;
}
/* 5. services */
.services-area {
	position: relative;
	z-index: 1;
}
.section-title {
	max-width: 500px;
	margin: 0px auto 62px;
}
.section-title h5 {
	font-size: 15px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 22px;
	font-family: 'Roboto', sans-serif;
}
.section-title h2 {
	font-size: 40px;
	font-weight: 700;
	text-transform: uppercase;
}
.section-title h2 span {
	color: #ff5e15;
}
.border-title h1 {
	position: absolute;
	font-size: 100px;
	line-height: 70px;
	color: transparent;
	text-transform: uppercase;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-text-stroke: 2px #f1f1f1;
	top: 63px;
	margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	z-index: -1;
}
.services-box {
	background: #fff;
	padding: 60px 50px 50px 50px;
	position: relative;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.services-box::before {
	position: absolute;
	bottom: 0px;
	width: 0%;
	height: 5px;
	content: "";
	right: 0;
	background: #ff5e15;
	z-index: 2;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.services-box:hover::before, .services-box.active::before {
	width: 100%;
	right: auto;
	left: 0;
}
.services-box:hover, .services-box.active {
	box-shadow: 0px 18px 38px 0px rgba(161, 171, 220, 0.3);
}
.services-box-text h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 23px;
}
.services-box-text a {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ff6723;
}
.services-box-text a i {
	margin-left: 5px;
	font-size: 12px;
}
.services-box-text a:hover {
	color: #002052;
}
.services-box-thumb {
	position: relative;
	z-index: 1;
}
.box-thumb-bg {
	position: absolute;
	left: 31%;
	top: -36px;
	z-index: -1;
}
.s-details-text h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 22px;
	background: linear-gradient(to right, #694ED6, #C137A2);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.s-details-text p {
	margin-bottom: 25px;
}

.s-details-icon {
	width: 50px;
	height: 50px;
	background: linear-gradient(to right, #694ED6, #C137A2);
	text-align: center;
	line-height: 46px;
	float: left;
	margin-right: 15px;
}
.s-dets-box-text-right p {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 2px;
	line-height: 45px;
	font-family: 'Exo', sans-serif;
}
.s-dets-box-text-right {
	overflow: hidden;
	display: inline-block;
}
.s-dtls-box-text p {
	margin-bottom: 0;
	margin-top: 5px;
}
.s-details-thumb img {
	width: 100%;
}
.s-details-box {
	padding-right: 25px;
}
.services-sidebar {
	background: #f6f6f6;
	padding: 45px 30px;
}
.services-sidebar ul li {
	padding: 5px 0;
	border-bottom: 1px solid red;
}
.services-sidebar .services-title h2 {
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.services-link a {
	color: #002052;
}
.services-link a:hover {
	color: #ff5e15;
}
.services-link img {
	margin-right: 13px;
}
.services-sidebar ul li {
	padding: 16px 0;
	border-bottom: 1px solid #ececec;
}
.services-sidebar ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
/* 6. project */
.project-area .section-title {
	margin-bottom: 72px;
}
.project-area .section-title .border-title h1 {
	-webkit-text-stroke: 2px #f9f9f9;
}
.single-project {
	position: relative;
}
.project-text {
	position: absolute;
	left: 20px;
	bottom: 20px;
	width: 100%;
}
.project-text-box {
	background: #fff;
	padding: 32px 20px;
	padding-right: 40px;
	/* width: calc(100% - 10px); */
}
.project-tag h4 {
	margin-bottom: 0;
}
.project-tag h4 a {
	font-size: 14px;
	color: #fff;
	background: linear-gradient(to right, #694ED6, #C137A2);
	padding: 15px 0px;
	display: block;
	text-align: center;
	width: 300px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	border-radius: 12px 12px 0px 0px;
}
.project-text-box h3 {
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}
.project-text-box h3 a:hover {
	color: #ff5e15;
}
.project-text-box p {
	margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 891px) {
	.project-text-box {
		padding: 25px;
	}
}
.project-2 {
	background: linear-gradient(to right, #694ED6, #C137A2);
	z-index: 1;
}
.project-2 .section-title .border-title h1 {
	-webkit-text-stroke: 2px #042964;
}
.project-2 .section-title h2 {
	color: #fff;
}
.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}
.basic-pagination ul li a {
	height: 50px;
	width: 50px;
	background: transparent;
	color: #002052;
	border: 1px solid #ededed;
	font-size: 15px;
	font-weight: 600;
	border-radius: 3px;
	line-height: 49px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}
.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
	box-shadow: 0px 8px 16px 0px hsla(19, 100%, 54%, 0.329);
}
/* 7. brand */
.single-brand {
	padding: 0 10px;
}
.single-brand .partner-logo {
	width: 100%;
	height: 100px;
	display: block;
	position: relative;
}
.brand-area .single-brand .partner-logo > img.before-image {
	top: 50%;
}
.brand-area .single-brand .partner-logo > img {
	left: 50%;
	max-width: 60%;
	position: absolute;
	transition: all 0.3s ease-in-out;
	transform: translate(-50%, -50%);
}
.brand-area .single-brand .partner-logo > img.after-image {
	top: 150%;
}
.brand-area .single-brand .partner-logo:hover > img.before-image {
	top: -150%;
}
.brand-area .single-brand .partner-logo:hover > img {
	left: 50%;
	max-width: 60%;
	position: absolute;
}
.brand-area .single-brand .partner-logo:hover > img.after-image {
	top: 50%;
}
/* 8. feature */
.feature-area {
	position: relative;
	z-index: 1;
	background: linear-gradient(to right, #694ED6, #C137A2);
}
.feature-area .section-title {
	margin-bottom: 72px;
}
.feature-area .section-title h5,
.feature-area .section-title h2 {
	color: #fff;
}
.feature-area .border-title h1 {
	-webkit-text-stroke: 2px #ff7232;
}
.feature-single {
	/* background-color: #020202; */
}
.feature-single .feature-thumb {
	overflow: hidden;
}
.feature-thumb img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.feature-single:hover img {
	/* transform: scale(1.1); */
	/* -webkit-transform: scale(1.1); */
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.feature-text {
	padding: 40px 40px 40px 40px;
	background: #ffffff;
	border-radius: 10px;
}
.feature-text h4 {
	font-size: 38px;
	color: #744bcf;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: 'Exo', sans-serif;
}
.feature-text h2 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	color: #bb38a5;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 31px;
	margin-bottom: 30px;
}
.feature-text h2 a:hover {
	color: #bb39a6;
}
.feature-text p {
	margin-bottom: 0px;
	color: #181717;
}
.process-area .section-title h5 {
	color: #ff5e15;
}
.process-area .section-title h2 {
	color: #002052;
}
.process-area .border-title h1 {
	-webkit-text-stroke: 2px #f0f0f0;
}
/* 9. contact */
.contact-left {
	position: relative;
}
.contact-thumb-left  {
	position: relative;
}
.contact-thumb-left img {
	width: 75%;
}
.contact-thumb-left .contact-shape {
	border: 30px solid #fff;
	height: 80%;
	position: absolute;
	top: 38px;
	width: 53%;
	left: 51px;
	opacity: 25%;
}
.contact-thumb-right {
	position: absolute;
	top: 215px;
	right: 0;
}
.contact-area .contact-right .border-title-2 h1 {
	left: 60px;
	top: -55px;
}
.contact-right {
	margin-left: 50px;
}
.contact-right .about-title h2 {
	margin-bottom: 38px;
}
.text-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.text-box input {
	width: 100%;
	height: 70px;
	background: #f6f6f6;
	padding: 10px 30px;
	padding-left: 55px;
	border: 1px solid transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.text-box input:focus, .message-box textarea:focus {
	border-color: #be38a4;
}
.text-box input:hover, .message-box textarea:hover {
	border-color: #b839a7;
}
.text-box span {
	position: absolute;
	padding: 0 30px;
	color: purple;
}
.message-box {
	position: relative;
}
.message-box textarea {
	width: 100%;
	height: 140px;
	border: 0;
	background: #ededed;
	padding: 15px;
	padding-left: 55px;
	border: 1px solid transparent;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.message-box span {
	position: absolute;
	padding: 15px 30px;
	color: purple;
}
.text-box input::-moz-placeholder {
	color: #002052;
	font-size: 15px;
}
.text-box input::placeholder {
	color: #002052;
	font-size: 15px;
}
.message-box textarea::-moz-placeholder {
	color: #002052;
	font-size: 15px;
}
.message-box textarea::placeholder {
	color: #002052;
	font-size: 15px;
}
.message-box button {
	margin-top: 20px;
	cursor: pointer;
	border: 0;
}
.about-2 .about-left {
	margin-left: -25px;
}

.gmaps-area .contact-map {
	height: 500px;
}
.gmaps-area iframe {
	height: 500px;
	width: 100%;
	border: 0;
}
/* 10. counter */
.counter-height {
	min-height: 900px;
	width: 125%;
	background-size: cover;
	background-repeat: no-repeat;
}
.counter-left {
	position: relative;
	z-index: 1;
}
.counter-left::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	background: #001a42;
	width: 100%;
	height: 100%;
	opacity: .85;
	z-index: -1;
}
.counter-content ul li {
	margin-bottom: 130px;
	display: flex;
	align-items: center;
}
.counter-content ul li:last-child {
	margin: 0;
}
.counter-box h1 {
	color: #fff;
	font-weight: 600;
	float: left;
	font-size: 55px;
	margin-right: 15px;
	line-height: 55px;
}
.counter-right-text {
	float: right;
}
.counter-right-text p {
	color: #6b4ed5;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 5px;
	margin-top: 0px;
	font-family: 'Roboto', sans-serif;
}
.counter-right-text span {
	color: #fff;
}
.counter-left {
	padding-left: 400px;
	display: flex;
	align-items: center;
}
.counter-2 .counter-right-text {
	float: none;
}
.counter-2 .counter-box h1 {
	color: #ffffff;
	float: none;
	position: relative;
	z-index: 1;
}
.counter-2 .counter-box h1::before {
	position: absolute;
	content: "";
	border: 4px solid #ffffff45;
	width: 65px;
	height: 75px;
	z-index: -1;
	left: -20px;
	top: -12px;
}
.counter-2 .counter-right-text p {
	color: #002052;
}
.counter-2 .counter-box {
	margin-bottom: 90px;
}
/* 11. testimonial */
.testimonial-area {
	position: relative;
}
.testimonial-area .container-fluid {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
.testimonial-active {
	padding: 120px 75px;
	padding-bottom: 20px;
}
.testimonial-thumb {
	width: 80px;
	height: 80px;
	margin: auto;
	margin-bottom: 25px;
}
.testimonial-text h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 4px;
}
.testimonial-text span {
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
	display: inline-block;
}
.testimonial-text p {
	font-size: 20px;
	color: #fff;
	line-height: 32px;
}
.testimonial-active .owl-dots {
	text-align: center;
}
.testimonial-active .owl-dot {
	height: 5px;
	width: 12px;
	background: #ffad88;
	display: inline-block;
	margin-right: 14px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.testimonial-active .owl-dot.active {
	background: #fff;
}
.testimonial-height {
	position: absolute;
	width: 123%;
	min-height: 625px;
	bottom: 0;
	z-index: 1;
	right: 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-height::before {
	position: absolute;
	content: "";
	background: linear-gradient(to right, #694ED6, #C137A2);
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: .9;
}
@media (min-width: 1500px) and (max-width: 1800px) {
	.counter-left {
        padding-left: 300px;
    }
}
.testimonial-2 .testimonial-single,
.testimonial-2 .testimonial-single-2 {
	background: #002052;
	padding: 50px 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
.testimonial-2 .testimonial-single-2 {
	background-color: #ff5e15;
}
.testimonial-2 .testimonial-text p {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 0;
}
.testimonial-2 .testimonial-text span {
	font-size: 14px;
	color: #ff5e15;
	margin-bottom: 15px;
	font-weight: 500;
}
.testimonial-2 .testimonial-text-white span {
	color: #fff;
}
.testimonial-active-2.owl-carousel .owl-nav div {
	position: absolute;
	left: 0;
	height: 40px;
	width: 40px;
	border-radius: 3px;
	line-height: 40px;
	margin: 0 -50px !important;
	padding: 0;
	text-align: center;
	background: #ff5e15;
	color: #fff;
	top: 50%;
	margin: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.testimonial-active-2.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
	background-color: #002052;
}
/* 12. team */
.team-area {
	position: relative;
	z-index: 1;
}
.team-content {
	background: #fff;
	padding: 18px;
}
.team-content h3 {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.team-content h5 {
	color: #ff5e15;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 0;
}
.team-thumb {
	position: relative;
}
.team-thumb::before {
	position: absolute;
	background-color: #ff5e15;
	content: "";
	height: 0;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: .9;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-thumb img {
	width: 100%;
}
.team-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-icon a {
	width: 30px;
	height: 30px;
	margin: 0 2px;
	display: inline-block;
	border-radius: 50px;
	color: #2d2c40;
	font-size: 14px;
	line-height: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.team-icon a:hover {
	background: #fff;
}
.single-team:hover .team-thumb::before {
	height: 100%;
}
.single-team:hover .team-icon {
	opacity: 1;
	visibility: visible;
}
/* 13. blog */
.blog-area {
	position: relative;
	z-index: 1;
}
.blog-area .border-title-2 h1 {
	-webkit-text-stroke: 2px #f1f1f1;
	top: -56px;
	left: 10px;
}
.blog-image {
	position: relative;
}
.blog-image img {
	width: 100%;
}
.blog-image::before {
	position: absolute;
	content: "";
	background-color: #002052;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .85;
}
.blog-item {
	position: relative;
}
.blog-content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.blog-tag span {
	font-size: 12px;
	background: #ff5e15;
	padding: 10px 20px;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.6;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
}
.blog-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}
.blog-content p {
	color: #fff;
	line-height: 25px;
}
.blog-author {
	position: absolute;
	display: flex;
	align-items: center;
	margin-right: -30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
	border-top: 1px solid #f6f6f6;
	left: 0;
	bottom: 15px;
	width: 100%;
}
.blog-author-thumb {
	margin-right: 15px;
}
.blog-author h4 {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.blog-text h2 a:hover {
	color: #ff5e15;
}
.blog-image-2::before {
	background-color: #ff5e15;
}
.blog-tag-2 span {
	background: #002052;
}	
.blog-top-btn.text-right {
	margin-top: 31px;
}
.blog-item:hover .blog-content {
	background: #fff;
	box-shadow: 0px 15px 38px 0px rgba(161, 171, 220, 0.3);
}
.blog-item:hover .blog-content .blog-text h2,
.blog-item:hover .blog-content .blog-text p {
	color: #002052;
}
.blog-item:hover .blog-content .blog-author h4 {
	color: #ff5e15;
}
.blog-item:hover .blog-content .blog-author::before {
	background-color: #f6f6f6;
}
.single-blog {
	background: #fff;
}
.blog-thumb img {
	width: 100%;
}
.b-content {
	padding: 30px 20px;
}
.b-content .b-meta span a {
	font-size: 14px;
	color: #002052;
	margin-right: 15px;
}
.b-content .b-meta span a i {
	font-size: 12px;
	color: #ff5e15;
	margin-right: 2px;
}
.b-content .b-text h3 {
	font-size: 20px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: 600;
}
.b-content .b-text h3 a:hover {
	color: #ff5e15;
}
.b-content .b-btn a {
	font-size: 14px;
	color: #ff5e15;
	font-weight: 700;
	text-transform: uppercase;
}
.b-content .b-btn a i {
	font-size: 12px;
	padding-left: 2px;
}
.b-content .b-btn a:hover {
	color: #002052;
}
.post-thumb img {
	width: 100%;
}
.post-inner {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 40px;
}
.post-meta span {
	color: #002052;
	margin-right: 25px;
	display: inline-block;
}
.post-meta span a {
	color: #002052;
}
.post-meta span i {
	color: #ff5e15;
	padding-right: 5px;
}
.post-item .post-inner .post-content .post-title {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.post-content .post-text blockquote {
	padding: 35px 40px;
	padding-right: 50px;
	background: #f6f6f6;
	margin-top: 50px;
}
.post-content .post-text blockquote p {
	font-size: 20px;
	line-height: 30px;
}
.post-content .post-text blockquote cite a {
	font-size: 14px;
	color: #ff5e15;
	font-weight: 700;
	text-transform: uppercase;
}
.post-content .post-text .post-inner-text h5 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 32px;
}
.post-tag-wrapper .blog-post-tag a {
	color: #7b7a7a;
	display: inline-block;
	font-weight: 500;
	border: 1px solid #ebebeb;
	padding: 10px 14px;
	margin-right: 5px;
	font-size: 14px;
}
.post-tag-wrapper .blog-post-tag a:hover {
	color: #fff;
	background: #ff5e15;
	border-color: #ff5e15;
}
.post-tag-wrapper .blog-share-icon a {
	height: 40px;
	width: 40px;
	display: inline-block;
	border: 1px solid #efefef;
	color: #ff5e15;
	line-height: 40px;
	margin-right: 10px;
	text-align: center;
	font-size: 14px;
}
.post-tag-wrapper .blog-share-icon a:hover {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
}
.comment-title h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-box {
	margin-bottom: 50px;
}
.comment-box .comment-avatar {
	float: left;
	margin-right: 20px;
}
.comment-box .comment-avatar img {
	width: 80px;
}
.comment-box .comment-text {
	overflow: hidden;
}
.comment-box .comment-text .avatar-name h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px;
}
.comment-box .comment-text .avatar-name {
	margin-bottom: 10px;
}
.comment-box .comment-text p {
	margin-bottom: 10px;
}
.comment-box .comment-text a {
	font-size: 16px;
	color: #ff5e15;
}
.comment-box .comment-text a i {
	margin-right: 5px;
}
.comment-reply {
	padding-left: 130px;
}
.post-comment {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 42px;
}
.post-comment-title h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.post-comment-form .conatct-post-form input {
	height: 55px;
	width: 100%;
	border: 1px solid transparent;
	background: #f6f6f6;
	margin-bottom: 20px;
	padding: 0 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.post-comment-form .conatct-post-form input:hover, .post-comment-form .conatct-post-form input:focus,
.post-comment-form .conatct-post-form textarea:hover, .post-comment-form .conatct-post-form textarea:focus {
	border-color: #ff5e15;
}
.post-comment-form .conatct-post-form textarea {
	height: 170px;
	width: 100%;
	border: 1px solid transparent;
	background: #f6f6f6;
	margin-bottom: 25px;
	padding: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.conatct-post-form button {
	cursor: pointer;
	border: 0;
}
.widget {
	padding: 30px;
	background: #f6f6f6;
}
.search-form {
	position: relative;
}
.search-form input {
	width: 100%;
	height: 55px;
	border: 0;
	background: #fff;
	padding: 0 20px;
}
.search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: none;
	padding: 0 25px;
	color: #000;
	line-height: 60px;
	border: 0;
	cursor: pointer;
}
.widget-title-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
.widget .cat li {
	border-top: 1px solid #cfd8dd;
	padding: 15px 0;
	overflow: hidden;
}
.widget .cat li:first-child {
	border-top: 0;
	padding-top: 0;
}
.widget .cat li:last-child {
	padding-bottom: 0;
}
.widget .cat a {
	color: #002052;
	font-size: 15px;
	display: block;
}
.widget .cat a:hover {
	color: #ff5e15;
}
.widget .recent-posts > li {
	border-top: 1px solid #cfd8dd;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.widget .recent-posts > li:first-child {
	border: 0;
	padding-top: 0;
}
.widget .recent-posts > li:last-child {
	padding-bottom: 0;
}
.widget-posts-body {
	overflow: hidden;
	padding-left: 20px;
	flex-basis: 74%;
}
.widget-posts-title {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}
.widget-posts-title a:hover {
	color: #ff5e15;
}
.widget .tag {
	display: flex;
	flex-wrap: wrap;
	margin-top: -5px;
}
.widget .tag a {
	display: block;
	color: #999999;
	border: 1px solid #d8e2e8;
	padding: 7px 14px;
	font-weight: 500;
	font-size: 15px;
	margin-top: 10px;
	z-index: 1;
}
.widget .tag a:not(:last-child) {
	margin-right: 10px;
}
.widget .tag a:hover {
	background: #ff5e15;
	color: #fff;
	border-color: #ff5e15;
}
.blog-wrapper {
	margin-right: 20px;
}
/* 14. footer */
.footer-height {
	min-height: 545px;
}
.footer-area {
	background: linear-gradient(to right, #694ED6, #C137A2);
}
.footer-left-widget {
	padding: 45px 32px;
	padding-bottom: 60px;
	background: #ffffff;
	border-top: 4px solid #ae3cad;
}
.footer-logo {
	margin-bottom: 24px;
}
.footer-left-widget p {
	color: #6c4dd3;
	line-height: 27px;
}
.footer-left-widget .footer-social a {
	height: 40px;
	width: 40px;
	font-size: 21px;
	background: linear-gradient(to right, #694ED6, #C137A2);
	display: inline-block;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	margin-right: 8px;
	border-radius: 27px;
}
.footer-left-widget .footer-social a:hover {
	background: #be37a3;
	color: #fff;
}
.footer-widget-space {
	/* margin-left: -35px; */
}
.footer-widget {
	padding-top: 100px;
}
.footer-widget h3 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 30px;
}
.footer-widget ul.footer-info li {
	margin-bottom: 33px;
}
.footer-address span {
	float: left;
	margin-right: 15px;
	font-size: 18px;
	color: #ffffff;
}
.footer-address h5 {
	font-size: 15px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.footer-link {
	/* margin-left: -45px; */
}
.footer-widget ul li {
	margin-bottom: 14px;
}
.footer-widget ul li a {
	color: #fff;
}
.footer-widget ul li a:hover {
	text-decoration: underline;
}
.footer-gallery {
	position: relative;
	margin-right: 8px;
}
.footer-gallery-item {
	position: relative;
}
.footer-gallery-thumb::before {
	position: absolute;
	content: "";
	background: #ff5e15;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: .3s;
	opacity: 0;
	transform: scale(.95);
}
.footer-gallery-item:hover .footer-gallery-thumb::before{
	opacity: .8;
	transform: scale(1);
}
.footer-gallery-item img {
	width: 100%;
}
.footer-gallery-item {
	position: relative;
	float: left;
	width: 50%;
	overflow: hidden;
	display: block;
	border: 5px solid transparent;
}
.link-img a {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0;
	transform: translateY(-50%);
	transition: .3s;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 72px;
	opacity: 0;
	visibility: hidden;
}
.footer-gallery-item:hover .link-img a {
	opacity: 1;
	visibility: visible;
}
.copyright-text p {
	color: #06163a;
	margin-bottom: 0;
	font-weight: 500;
}
.copyright-area {
	background: #ffffff;
}
.copyright-text p {
	font-size: 16px;
	color: #6a4ed5;
	margin-bottom: 0;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Exo', sans-serif;
}
.f-left-widget-2 {
	background: none;
	border: 0;
}
.f-left-widget-2 p {
	color: #c6d6ee;
	margin-bottom: 0;
}
.f-left-bottom h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 27px;
	margin-bottom: 5px;
}
.f-left-bottom p {
	font-size: 14px;
	color: #c6d6ee;
}
.footer-2 .footer-widget {
	padding-top: 16px;
}
.footer-2 .footer-left-widget {
	padding: 0;
	margin-right: -30px;
}
.footer-2 .footer-widget ul li {
	margin-bottom: 19px;
}
.footer-2 .footer-widget ul.footer-info li {
	margin-bottom: 33px;
}
.footer-2 .footer-widget ul.footer-info li:last-child {
	margin-bottom: 0;
}
.footer-2 .footer-widget ul li a {
	color: #c6d6ee;
}
.footer-2 .footer-widget ul li a:hover {
	color: #fff;
}
.footer-2 .footer-widget .footer-social a {
	height: 30px;
	width: 30px;
	font-size: 12px;
	background: #021f4c;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-right: 8px;
}
.footer-2 .footer-widget.footer-widget-space {
	margin-right: 40px;
}
.footer-2 .footer-widget .footer-social a:hover {
	background-color: #ff5e15;
}
.footer-2 .footer-gallery .footer-gallery-item {
	position: relative;
	float: left;
	width: 33.33%;
	overflow: hidden;
	display: block;
	border: 5px solid transparent;
}
.footer-2.footer-height {
	min-height: 525px;
}
/* 15. page title */
.page-title-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	padding: 120px;
}
.page-title-area::before {
	position: absolute;
	content: '';
	background: linear-gradient(to right, #694ED6, #C137A2);
	width: 100%;
	height: 100%;
	opacity: 0.59;
}
.page-title {position: relative;z-index: 1;}
.page-title h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 3px;
	/* text-transform: uppercase; */
}
.page-title .breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}
.page-title .breadcrumb .breadcrumb-item a {
	color: #fff;
	font-size: 15px;
}
.breadcrumb > .active {
	color: var(--blue-pod);
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
.page-title .border-title h1 {
	position: absolute;
	font-size: 120px;
	line-height: 83px;
	color: transparent;
	text-transform: uppercase;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-text-stroke: 1px #ffffff36;
	top: -23px;
	margin-bottom: 0;
	font-family: 'Exo', sans-serif;
	width: 100%;
	z-index: -1;
}
/* 16. pricing */
.pricing-single {
	padding: 50px 30px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}
.pricing-single::before {
	background: #fff;
	z-index: -1;
	opacity: 1;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.pricing-single:hover::before, .pricing-single.active::before {
	background: #ff5e15;
	z-index: -1;
	opacity: .8;
	width: 100%;
	height: 100%;
}
.pricing-head span {
	text-transform: uppercase;
	background: #f0f6ff;
	padding: 7px 24px;
	display: inline-block;
	font-weight: 700;
}
.pricing-single:hover .pricing-head span, .pricing-single.active .pricing-head span  {
	background-color: #fff;
}
.pricing-price h3 {
	font-size: 62px;
	font-weight: 700;
	color: #ff5e15;
	font-family: 'Exo', sans-serif;
}
.pricing-single:hover .pricing-price h3, .pricing-single.active .pricing-price h3,
.pricing-single:hover .pricing-price h3 span, .pricing-single.active .pricing-price h3 span,
.pricing-single:hover .pricing-text p, .pricing-single.active .pricing-text p,
.pricing-single:hover .pricing-text span, .pricing-single.active .pricing-text span {
	color: #fff;
}
.pricing-price h3 span {
	font-size: 15px;
	font-weight: 700;
	color: #002052;
}
.pricing-text p {
	margin-bottom: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.pricing-border {
	border: 1px solid #f6f6f6;
	margin-top: 11px;
	margin-bottom: 11px;
}
.pricing-text span {
	color: #ff5e15;
	margin-top: 20px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}
.pricing-single:hover .pricing-btn .black-btn, .pricing-single.active .pricing-btn .black-btn {
	background-color: #fff;
	color: #002052;
}
/* 17. faq */
.faq-left {
	margin-right: 20px;
}
.faq-right {
	margin-left: 30px;
}
.card-header {
	background: transparent;
	border: none;
}
.accordion .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: transparent;
	background-clip: border-box;
	border: none;
	border-radius: 2px;
	margin-bottom: 22px;
	padding-left: 71px;
	padding-right: 20px;
	border: 2px solid #f6f6f6;
}
.faq-wrapper .card-header h5 a {
	font-size: 15px;
	color: #002052;
	font-weight: 600;
	display: block;
	text-decoration: none;
	line-height: 1.4;
	background-color: transparent;
	font-family: 'Roboto', sans-serif;
}
.faq-wrapper .card-header h5 a:hover {
	text-decoration: none;
}
.faq-wrapper .card-header h5 a::before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f106";
	top: 6px;
	left: 12px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	border: 2px solid #f6f6f6;
	font-weight: 900;
	color: #ff5e15;
}
.faq-wrapper .card-header h5 a.collapsed::before {
	content: "\f107";
	color: #ff5e15;
	background-color: transparent;
}
.faq-wrapper .card-header {
	padding-left: 0;
	padding: 16px 0;
}
.faq-wrapper .card-body {
	padding: 0px;
	padding-bottom: 12px;
}
.faq-img {
	z-index: 2;
}
.faq-img img {
	width: 100%;
}
/* 18. Preloader  */
.dark #preloader {
	background-color: #232323;
  }
  
  #preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: 99999999;
  }
  
  .preloader {
	width: 50px;
	height: 50px;
	display: inline-block;
	padding: 0px;
	text-align: left;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
  }
  
  .preloader span {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #ff5e15;
	-webkit-animation: preloader 1.3s linear infinite;
	animation: preloader 1.3s linear infinite;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
  
  .preloader span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s;
  }
  
  @keyframes preloader {
	0% {
	  transform: scale(0, 0);
	  opacity: 0.5;
	}
  
	100% {
	  transform: scale(1, 1);
	  opacity: 0;
	}
  }
  
  @-webkit-keyframes preloader {
	0% {
	  -webkit-transform: scale(0, 0);
	  opacity: 0.5;
	}
  
	100% {
	  -webkit-transform: scale(1, 1);
	  opacity: 0;
	}
  }
  
  .project-thumb {
    position: relative;
}

.project-thumb:before {
    position: absolute;
    content: '';
    background: linear-gradient(to right, #694ED6, #C137A2);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
h2.sct {
    color: #fff;
    font-size: 44px;
    margin-bottom: 26px;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
}

.feature-text span {
    background: linear-gradient(to right, #694ED6, #C137A2);
    padding: 10px 10px;
    margin-top: -9px;
    display: inline-block;
    margin-bottom: 22px;
    color: #fff;
}
a.col_cl {
    border: 2px solid #bc38a5;
    padding: 6px 35px;
    display: inline-block;
    margin-top: 30px;
    color: #b73aa8 !important;
    border-radius: 34px;
    font-size: 26px;
    color: rebeccapurple;
}
span.imy {
    width: 100px;
    height: 100px;
    background: #f3f3f3;
    border-radius: 50%;
    line-height: 65px;
  
    margin: 0;
}

span.imy img {
    width: 100%;
}
.block_con {
    text-align: center;
    padding: 0px 207px;
    display: block;
  
   
}

.block_con h2 {
    font-size: 55px;
    font-weight: 700;
    color: #000;
     
}

.block_con p {
    font-size: 47px;
    font-weight: 700;
    line-height: 57px;
    background: linear-gradient(to right, #694ED6, #C137A2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    display: block;
    margin: 0;
}

a.ctn_y {
    display: inline-block;
    background: #a23fb5 !important;
    padding: 10px 35px;
    margin-top: 20px;
    font-size: 25px;
    border-radius: 46px;
    color: #fff!important;
}
section.ctn_s {
    padding: 120px 0px;
}
section.ctn_s .thm-btn {
    color: #fff !important;
    margin-top: 20px;
    border-radius: 49px;
    overflow: hidden;
}
.footer-logo img {
    width: 196px;
}
.header-bottom-area .col-xl-10,
.header-bottom-area .col-lg-10 {position:inherit}
.header-bottom-area .container {position:relative}

/*** 

====================================================================
	Goal Section
====================================================================

***/

.goal-section{
	position:relative;
	padding:100px 0px 80px;
	background-color:#f5f5f5;
	overflow: hidden;
}

.goal-section .dark-layer{
	position:absolute;
	right:120px;
	top:-100px;
	width:500%;
	bottom: 0;
	background-image: linear-gradient(-192deg, var(--blue-pod), var(--pink-pod));
}

.goal-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:25%;
	height:100%;
	background-color:#ffffff;
}

.goal-section .image-column{
	position:relative;
	z-index:1;
}

.goal-section .image-column .inner-column{
	position:relative;
	padding-top: 45px;
	padding-right:50px;
	margin-left:-320px;
}

.goal-section .image-column .image{
	position:relative;
}

.goal-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.goal-section .image-column .image .icon-button{
	position:absolute;
	right:-50px;
	top:-50px;
}

.goal-section .image-column .image .icon-button span{
	position: relative;
	width:100px;
	height: 100px;
	z-index:10;
	color: #ffffff;
	font-weight:400;
	font-size:50px;
	text-align: center;
	padding-left:0px;
	display: inline-block;
	line-height:100px;
	border-radius:50%;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background: linear-gradient(to right, #694ED6, #C137A2);
}

.goal-section .image-column .image .icon-button .ripple,
.goal-section .image-column .image .icon-button .ripple:before,
.goal-section .image-column .image .icon-button .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(240, 85, 35, .6);
    -moz-box-shadow: 0 0 0 0 rgba(240, 85, 35, .6);
    -ms-box-shadow: 0 0 0 0 rgba(240, 85, 35, .6);
    -o-box-shadow: 0 0 0 0 rgba(240, 85, 35, .6);
    box-shadow: 0 0 0 0 #694ED6;
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.goal-section .image-column .image .icon-button .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.goal-section .image-column .image .icon-button .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.goal-section .image-column .pattern-layer{
	position:absolute;
	right:0px;
	bottom:-80px;
	width:115px;
	height:445px;
	z-index:-1;
	background-repeat:no-repeat;
}

.goal-section .content-column{
	position:relative;
}

.goal-section .content-column .inner-column{
	position:relative;
	padding-left:50px;
}

.goal-section .content-column .signature{
	margin-left:40px;
}

.goal-block{
	position:relative;
	margin-bottom:30px;
	margin-top: 35px;
}

.goal-block .inner-box{
	position:relative;
}

.goal-block .inner-box .icon{
	position:relative;
	font-size:60px;
	color:#111111;
	line-height:1em;
	width: 100px;
}
.goal-block .inner-box .icon img{
    width: 100%;
}

.goal-block .inner-box h4{
	position:relative;
	color:#222222;
	margin:15px 0px 15px;
}

.goal-block .inner-box .goal-text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
}
@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 70px rgba(253, 167, 0, 0);}
    100% {box-shadow: 0 0 0 0 rgba(253, 167, 0, 0);}
}
.goal-section .sec-title{}
.goal-section .sec-title .title{}
.goal-section .sec-title .title .separator{}
.goal-section .sec-title h2{}
/*** 

====================================================================
	Goal Section
====================================================================

***/

.counter-area {    position: relative;
    z-index: 1;
    background: linear-gradient(to right, #694ED6, #C137A2);}
	
	
	/*------Contact Page------*/
.contact-info-section {
    position: relative;
    padding: 100px 0px 70px;
}
.contact-info-section .info-column {
    position: relative;
    margin-bottom: 30px;
}
.contact-info-section .info-column .inner-column {
    position: relative;
    padding-left: 90px;
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    color: #002052;
}
 .contact-info-section .info-column .inner-column a {color: #002052;}
.contact-info-section .info-column strong {
    position: relative;
    color: #222222;
    font-size: 23px;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}
.contact-info-section .info-column .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    /* color: #f05523; */
    font-size: 60px;
    line-height: 1em;
}
.contact-info-section .sec-title {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.contact-info-section .sec-title .title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.contact-info-section .sec-title.centered .title {
    padding-right: 45px;
}
.contact-info-section .sec-title .title .separator {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 7px;
}
.contact-info-section .sec-title .title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}
.contact-info-section .sec-title .title .separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}
.contact-info-section .sec-title .title .separator-two{
	position:absolute;
	right:0px;
	top:7px;
	width:30px;
	height:7px;
}

.contact-info-section .sec-title .title .separator-two:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	width:25px;
	height:2px;
	background-color:#111111;
}

.contact-info-section .sec-title .title .separator-two:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background-color:#111111;
}

.contact-info-section .sec-title h2 {
    position: relative;
    color: #222222;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 22px;
    background: linear-gradient(to right, #694ED6, #C137A2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.map-section-section .map-outer {
    height: 450px;
}
.map-section-section iframe{
    width: 100%;
    height: 100%;
}
.request-quote-section{
	position:relative;
	padding:100px 0px 100px;
}

.request-quote-section.style-two{
	padding-bottom:0px;
}

.request-quote-section.style-three{
	padding-bottom: 70px;
	margin-top: -300px;
}

.request-quote-section .auto-container{
	position:relative;
}

.request-quote-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:700px;
	background-attachment:fixed;
	background-size:cover;
}

.request-quote-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.80;
	background-color:#000000;
}

.request-quote-section .content-box{
	position:relative;
}

.request-quote-section .content-box .play-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	color:#ffffff;
	font-size:24px;
	line-height: 70px;
	font-weight:700;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.request-quote-section .content-box .play-box .play-btn{
	position: relative;
	width:70px;
	height:70px;
	color: #ffffff;
	font-weight:400;
	font-size:24px;
	text-align: center;
	border-radius:0px;
	padding-left:0px;
	margin:0 auto;
	display: block;
	margin-bottom:25px;
	background-color:#f05523;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.request-quote-section .content-box .play-box .ripple,
.request-quote-section .content-box .play-box .ripple:before,
.request-quote-section .content-box .play-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:70px;
	height:70px;
	margin-left:-2px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    -webkit-box-shadow: 0 0 0 0 rgba(240, 85, 35, .4);
    -moz-box-shadow: 0 0 0 0 rgba(240, 85, 35, .4);
    -ms-box-shadow: 0 0 0 0 rgba(240, 85, 35, .4);
    -o-box-shadow: 0 0 0 0 rgba(240, 85, 35, .4);
    box-shadow: 0 0 0 0 rgba(240, 85, 35, .4);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.request-quote-section .content-box .play-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.request-quote-section .content-box .play-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.request-quote-section .content-box h2{
	color:#ffffff;
	margin-top:35px;
}

.request-quote-section .content-box .text{
	position:relative;
	font-weight:400;
	color:#ffffff;
	margin-top:20px;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:40px;
}

.request-quote-section .inner-container{
	position:relative;
	padding:70px 70px;
	margin-top:100px;
	border-radius:15px;
	background-color:#ffffff;
	background-position:left bottom;
	background-repeat:no-repeat;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}


.request-quote-section .sec-title {
    position: relative;
    margin-bottom: 50px;
}
.request-quote-section  .clear_fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 130px;
}
.request-quote-section .sec-title .title {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    padding-left: 45px;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.request-quote-section h2 {    position: relative;
    color: #222222;
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 22px;
    background: linear-gradient(to right, #694ED6, #C137A2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}
.request-quote-section .sec-title.centered .title {
    padding-right: 45px;
}
.request-quote-section .sec-title .title .separator {
    position: absolute;
    left: 0px;
    top: 7px;
    width: 30px;
    height: 7px;
}
.request-quote-section .sec-title .title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 25px;
    height: 2px;
    background-color: #111111;
}
.request-quote-section .sec-title .title .separator:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: #111111;
}
.request-quote-section .pull-right .text {
    position: relative;
    font-size: 19px;
    font-weight: normal;
    line-height: 30px;
    color: #002052;
    }
.request-quote-section .contact-form {}	
.request-quote-section .contact-form .form-group textarea,
.request-quote-section .contact-form .form-group input{
    display: block;
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 19px;
    padding: 8px 22px;
    color: #777777;
    border-radius: 5px;
    border: 1px solid #cccccc;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    }
.request-quote-section .contact-form .form-group textarea{
    height: 125px;
    }	
	/*------Contact Page------*/
	
.sd_df_flex {
    float: right;
    display: flex;
    align-items: center;
    gap: 15px;
}	
.sd_df_flex .sd_df{
    background: #fff;
    border-radius: 5px;
}	
.sd_df_flex .sd_df a{
    padding: 5px 10px;
    background: linear-gradient(to right, #694ED6, #C137A2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}	

/*----------Registration page-------------*/
.registration_page {padding:70px 0;background: #fff3fd;}
.registration_page .nav>li>a:focus, .registration_page .nav>li>a:hover{background: transparent!important;}
.registration_page .design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.registration_page .design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px;
    border-radius: 7px;
    background: #fff;
}
.registration_page .design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.registration_page .design-process-content h3 {
    margin-bottom: 23px;
    font-size: 25px;
    border-bottom: 1px solid #eee;
}
.registration_page .design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.registration_page .process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 80%;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
    justify-content: center;
}
.registration_page .process-model li.visited::after {
}
.registration_page .process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    /* content: ""; */
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    top: 33px;
    width: 100%;
    z-index: -1;
}
.registration_page .process-model li.visited::after {
}
.registration_page .process-model li:last-child::after {
    width: 0;
}
.registration_page .process-model li {
    display: inline-block;
    width: min-content;
    text-align: center;
    float: none;
    flex: 1;
    width: 100%;
}
.registration_page .nav-tabs.process-model > li.active > a, 
.registration_page .nav-tabs.process-model > li.active > a:hover, 
.registration_page .nav-tabs.process-model > li.active > a:focus, 
.registration_page .process-model li a:hover, 
.registration_page .process-model li a:focus {
    border: none;
    background: transparent;

}
.registration_page .process-model li a {
    padding: 0;
    border: none;
    color: #606060;
}
.registration_page .process-model li.active,
.registration_page .process-model li.visited {
    color: #D6DA28;
}
.registration_page .process-model li.active a,
.registration_page .process-model li.active a:hover,
.registration_page .process-model li.active a:focus,
.registration_page .process-model li.visited a,
.registration_page .process-model li.visited a:hover,
.registration_page .process-model li.visited a:focus {
    color: #fefefe;
}
.registration_page .process-model li.active p,
.registration_page .process-model li.visited p {
    color: #D6DA28;
    background: linear-gradient(to right, #694ED6, #C137A2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}
.registration_page .process-model li .svg_icon {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.registration_page .process-model li .svg_icon svg {
    width: 45px;
    height: 40px;
    line-height: 40px;
    fill: #828282;
}
.registration_page .process-model li.active .svg_icon, 
.registration_page .process-model li.visited .svg_icon  {
    background: #fff;
    background: linear-gradient(to right, #694ED6, #C137A2);
}
.registration_page .process-model li.active .svg_icon svg, 
.registration_page .process-model li.visited .svg_icon svg{fill:#fff}
.registration_page .process-model li p {
    font-size: 14px;
    margin-top: 11px;
    font-weight: 500;
}
.registration_page .process-model.contact-us-tab li.visited a, 
.registration_page .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.registration_page .process-model.contact-us-tab li::after  {
    display: none; 
}
.registration_page .process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}
.registration_page .pos {
    position: relative;
}
.registration_page .line-pos {
    width: 100%;
    height: 15px;
    position: absolute;
    transform: translate(0px, -50%);
    top: 30%;
}
.registration_page .line-pos span {
    background: #dcdcdc;
    width: 59%;
    display: block;
    height: 4px;
    margin: 0 auto;
}

.section_part {}
.section_part .form-group{}
.section_part .form-group label{
    display: block;
    color: #000;
    font-size: 15px;
}
.section_part .form-group label sup {color: #ff0000;}
.section_part .form-group input,
.section_part .form-group textarea,
.section_part .form-group select{
    width: 100%;
    padding: 8px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #f2f2f2;
    background: #ffffff;
    color: #515151;
    height:45px;
    outline: none;
}
.section_part .form-group textarea {height:100px}

.registration_page {}
.registration_page .buttons{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.registration_page .buttons button{}

/*----------Registration page-------------*/


    .marquee-item {
      padding: 10px;
      border-bottom: 1px solid #ccc;
      background-color: #fff;
    }
   

    @keyframes slide-up {
      0%   { top: 100%; }
      100% { top: -100%; }
    }
	
	   .notification-box {
      position: relative;
      width: 100%;
      background-color: #fff;
      border-left: 5px solid #eff707;
      padding: 15px 5px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      margin: 0 auto;
      margin-top: 21px;
    }

    .notification-text {
      font-size: 15px;
      color: #333;
    }

    .notification-indicator {
      position: absolute;
      top: 3px;
      right: 4px;
      height: 12px;
      width: 12px;
      background-color: #ff0000;
      border-radius: 50%;
      animation: blink 1.5s infinite ease-in-out;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0; }
    }
	
	
	.sdr_v .pad_x{
    background: #f8f8f8;
    padding: 12px 20px;
    border-radius: 10px;
    width: 100%;
}
.sdr_v .pad_x .hed{
    text-align: center;
    margin-bottom: 15px;
}
.sdr_v .pad_x .hed h3{}
.sdr_v .pad_x .form-group{
    position: relative;
}
.sdr_v .pad_x .form-group input{
    margin-bottom: 15px;
    height: 40px;
    border-radius: 3px;
}
.sdr_v .pad_x .form-group i{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    width: 45px;
    line-height: 40px;
    border-left: 1px #cacaca solid;
    display: flex;
    justify-content: center;
}
.form-boxf {}
.form-boxf  .btn-them{
    box-shadow: 0 0 5px #0003;
    border: none;
    color: #fff;
    border-radius: 3px;
    font-weight: 400;
    width: 100%;
    font-size: 20px;
    padding: 7px 20px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
    background: linear-gradient(to right, #694ED6, #C137A2);
    cursor: pointer;
}
.form-boxf p {text-align:center;margin: 0;}

.form_boxf_two {    display: flex;
    gap: 10px;}
.form_boxf_two button{flex: 1;}
.form_boxf_two button.btn-danger{
    padding: 7px 20px;
    display: inline-block;
    border-radius: 100px;
    border: 1px solid #ff0b0b;
    cursor: pointer;
    }
section.se {
    padding-top: 50px;
} 
.mck_d {
    display: flex;
    gap: 16px;
}

.date {
    font-size: 18px;
    color: #6c4dd4;
}

.date span {
    font-weight: 700;
    font-size: 28px;
}

h3.typ_h {
    background: #6c4dd4;
    color: #fff;
    padding: 8px 17px;
    border-radius: 5px;
    font-size: 23px;
}
.mq_wr {
    background: #f6f6f6;
    padding: 12px;
    border-radius: 10px;
}

.noti_wrp {
    padding: 12px;
    background: #6c4dd4;
    border-radius: 10px;
}
.mck_d {
    font-size: 15px;
    color: grey;
}