` /* ----------------------------------------------------------------------------------------
Template: Digifolio 
 -----------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Carousel
4. about
5. What We Offer
6. Team
7. Testimonials
8. Newslatter
9. Footer
10. About page
11. team page
12. services page
13. contact page
14. faq page
15. 404 page
16. comingsoon
17. scroll_to_top
-------------------------------------------------------------------*/
/* 
---------------------------------------------
body
--------------------------------------------- 
*/
body {
    font-family: 'Titillium Web', sans-serif;
    font-size: 15px;
    color: #000080; /*#5c595e;*/
}
.desktop {
	display: block;
}
.phone {
	display: none;
}
button:focus {
	outline: none;
}
.sub-menu-animation {
	animation-duration: 0.50s;
}
.active .nav-link{
	opacity:0.7;
	/*transition:all ease 0.5s 0s;*/
}
.dropdown-item.active {
    background-color: #000080; /*#4a148c;*/
}
/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu a::after {
	transform: rotate(-90deg);
	position: absolute;
	right: 6px;
	top: .8em;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
 margin-left: .1rem;
 margin-right: .1rem;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 40px 25px;
}
.navbar-light .navbar-brand {
	width: 20%;
}
.navbar {
	padding: 0px;
}
.last_menu a {
	border: 1.5px solid #fff;
	padding: 8px 25px 9px 25px !important;
	border-radius: 50px;
	transition:all ease 0.5s 0s;
}
    .last_menu a:hover {
        background: #fff;
        opacity: 1 !important;
        /*color: #4a148c !important;*/
        color: #000080 !important;
        transition: all ease 0.5s 0s;
    }
.shrink .last_menu a:hover {
    /*border: 1.5px solid #4a148c !important;*/
    border: 1.5px solid #000080 !important;
    background: #000080; /*#4a148c;*/
    opacity: 1 !important;
    color: #fff !important;
    transition: all ease 0.5s 0s;
}
.last_menu {
	margin-top: 29px;
	margin-left:15px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
	opacity: 0.7;
	transition: all ease 0.5s 0s;
}
.shrink {
	height: 85px;
	background: #fff;
	position: fixed;
	box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
header {
	position: absolute;
	width: 100%;
	transition: all ease 0.5s 0s;
	z-index: 999;
	height: 102px;
}
.shrink .header_logo {
	display: none;
}
.shrink .sticky_logo {
	display: block;
}
.shrink .navbar-expand-lg .navbar-nav .nav-link {
	padding: 32px 25px;
}
.shrink .navbar-light .navbar-nav .active > .nav-link, {
    color: #000080; /*#424242;*/
}
.shrink .navbar-light .navbar-nav .nav-link {
    color: #000080; /*#424242;*/
}
.shrink .last_menu {
	margin-top: 20px;
}
.shrink .last_menu a {
	border: 1.5px solid #575757 !important;
}
.dropdown-toggle::after {
	display: none;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 32px;
	height: 3px;
	border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px;
}
.navbar-toggler .icon-bar {
	background-color: #ffffff;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 20% 10%;
	-ms-transform-origin: 20% 10%;
	transform-origin: 20% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: -30px;
    padding: 0rem 0;
    overflow: hidden;
	border-radius:5px !important;
	margin-left:25px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000080; /*#4a148c;*/
}
.dropdown-item {
	padding: 7px 10px;
}
.header_logo {
	display: block;
}
.sticky_logo {
	display: none;
}
.sticky .sticky_logo {
	display: block;
}
.sticky .header_logo {
	display: none;
}
/* 
---------------------------------------------
Carousel
--------------------------------------------- 
*/
.banner-style-1 {
	display: flex;
	align-items: center;
}
.banner {
	height: 100vh;
	position: relative;
	min-height: 600px;
	overflow: hidden;
}
.image-background {
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}
header.header_box {
	position: fixed;
	z-index: 9;
	width: 100%;
}
ul.menu-wrap.clearfix {
	padding: 0;
	margin: 0;
}
ul.dropdown {
	padding: 0;
	margin: 0;
}
.head-text-area h1 {
	font-size: 47px;
	color: #fff;
	font-weight: 400;
	letter-spacing:2px;
	font-family: 'Titillium Web', sans-serif;
}
.head-text-area p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: 'Titillium Web', sans-serif;
}
a.get_start {
    background-color: #fff;
    border: 1.5px solid #fff;
    padding: 11px 30px 11px 30px;
    font-weight: 600;
    color: #000080; /*#7f23b3;*/
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.75);
}
a.get_start:hover {
	border:1.5px solid #fff;
	color:#fff;
	background-color:transparent;
	box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.2);
	text-decoration: none;
	transition: all ease 0.5s 0s;
}
.slider_btn {
	margin-top: 50px;
}
.banner {
	height: 100vh;
}
/* 
---------------------------------------------
about
--------------------------------------------- 
*/

section.about {
	padding-bottom: 60px;
	margin-top: -200px;
}
.img_box {
	margin-top: -170px;
}
.head-text-area {
	margin-top: -80px;
}
.title_box {
	text-align: center;
	margin: auto;
}
    .title_box h2 {
        margin-top: 20px;
        font-weight: 600;
        font-family: 'Titillium Web', sans-serif;
        color: #000080; /*#2a3032;*/
    }
    .title_box p {
        color: #000080; /*#5c595e;*/
        letter-spacing: 0.5px;
        font-size: 17px;
        line-height: 30px;
        text-align: center;
        margin-top: 30px;
        font-weight: 400;
        margin-bottom: 0px;
        font-family: 'Titillium Web', sans-serif;
    }
.project-box {
	position: inherit;
	/* width: 25%; */
	float: left;
	display: block;
	overflow: hidden;
	transition: all 0.7s ease;
	text-align: center;
	visibility: visible;
	border-right: 1px solid #dcdee6;
	border-bottom: 1px solid #dcdee6;
}
.right-line_hide {
	border-right: none;
}
.bottomrow {
	border-bottom: none;
}
.project-box img {
	filter: grayscale(100%) brightness(70%) opacity(75%);
	-webkit-filter: grayscale(100%) brightness(70%) opacity(75%);
	-moz-filter: grayscale(100%) brightness(70%) opacity(75%);
	transition: all ease 0.5s 0s;
}
.project-box img:hover {
	filter: none;
	transition: all ease 0.5s 0s;
}
.filter-list {
	margin-top: 40px;
}
a.contact {
    /*border: 2px solid #4a148c;*/
    border: 2px solid #000080;
    color: #000080; /*#4a148c;*/
    font-weight: 600;
    text-transform: uppercase;
    padding: 11px 40px 11px 40px;
    font-size: 16px;
    border-radius: 100px;
    transition: all ease 0.5s 0s;
}
    a.contact:hover {
        text-decoration: none;
        /*border: 2px solid #4a148c;*/
        border: 2px solid #000080;
        color: #fff;
        background: #000080; /*#4a148c;*/
        transition: all ease 0.5s 0s;
        font-weight: 600;
        text-transform: uppercase;
        padding: 11px 40px 11px 40px;
        font-size: 16px;
        border-radius: 100px;
    }
.about_btn {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 10px;
}
section.about {
	padding-bottom: 60px
}
/* 
---------------------------------------------
What We Offer
--------------------------------------------- 
*/
.title_box1 h2 {
	margin-top: 0px;
	font-weight: 600;
	color: #000080; /*#2a3032;*/
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}
.home_features .title_box1{
	margin-bottom: 10px;
}
.offer .seaction_border{
	margin-top:25px;
}
.offer_box {
	text-align: center;
}
.offer_box {
	padding: 30px;
	transition: all ease 0.5s 0s;
	margin-top: 50px;
}
.offer_img {
	margin-bottom: 25px;
	webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.offer_box:hover .offer_img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.offer_box h2 {
	font-size: 18px;
	color: #000080; /*#2a3032;*/
	letter-spacing: 0.5px;
	font-weight: 600;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.offer_box p {
    font-size: 15px;
    color: #000080; /*#6a6f71;*/
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 0px;
}
.offer_box:hover {
	box-shadow: 3px 5px 15px 0px rgba(191, 191, 191, 0.75);
	transition: all ease 0.5s 0s;
	cursor: pointer;
	transform: translateY(-10px);
}
.seaction_border {
	border-bottom: 1px solid #d7d7d7;
	width: 100%;
	margin-top: 40px;
}
.home_features {
    background-color: #fcfcfc;
    padding-top: 50px;
	padding-bottom:55px;
}
.home_features .offer_box{
	background-color:#fff;
}
/* 
---------------------------------------------
Team
--------------------------------------------- 
*/
.team {
	margin-top: 50px;
}
.team_member {
	width: 160px !important;
	height: 160px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	transition: all .6s ease-in;
	vertical-align: middle;
	background: #fff;
	padding: 5px;
	margin: auto;
}
.team_box {
	padding: 30px 30px 30px 30px;
	box-shadow: 1px 1px 6px 0px rgba(215, 215, 215, 0.75);
	transition: all ease 0.5s 0s;
	text-align: center;
}
.team_box:hover .team_member {
	width: 160px !important;
	height: 160px;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	transition: all .6s ease-in;
	vertical-align: middle;
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	padding: 5px;
	margin: auto;
}
.team_box:hover {
	box-shadow: 0px 6px 15px 0px rgba(185, 183, 183, 0.75);
	transition: all ease 0.5s 0s;
}
.team_box:hover i.fa.fa-dribbble {
	color: #ec407a;
	transition: all ease 0.5s 0s;
}
.team_box:hover i.fa.fa-facebook {
	color: #385c8e;
	transition: all ease 0.5s 0s;
}
.team_box:hover i.fa.fa-twitter {
	color: #1ab1f5;
	transition: all ease 0.5s 0s;
}
.team_box:hover i.fa.fa-google-plus {
	color: #f4473a;
	transition: all ease 0.5s 0s;
}
.team_box h2 {
	font-size: 20px;
	color: #000080; /*#2a3032;*/
	text-align: center;
	margin-top: 30px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.team_box h4 {
	font-size: 13px;
	color: #899295;
	text-align: center;
	letter-spacing: 0.5px;
	font-family: 'Titillium Web', sans-serif;
}
    .team_box p {
        font-size: 15px;
        color: #000080; /*#6a6f71;*/
        margin-top: 15px;
        text-align: center;
        line-height: 26px;
        letter-spacing: 0.5px;
        font-family: 'Titillium Web', sans-serif;
    }
.social {
	text-align: center;
	list-style: none;
	padding: 0;
	margin-bottom: 0px;
}
.social li {
	display: inline;
	margin: 5px;
}
.social a {
	text-decoration: none;
	font-family: sans-serif;
	font-weight: bold;
	color: #5c6164;
	font-variant: small-caps;
}
#slider .owl-nav {
	display: none;
}
#slider .item {
	margin: 20px 15px 15px 15px;
}
#slider .owl-dots{
	margin-top:	20px;
}
/* 
---------------------------------------------
Testimonials
--------------------------------------------- 
*/
.testimonials {
    margin-top: 50px;
}
.client_box img {
	width: auto !important;
}
.client_box {
	padding: 30px;
	border-radius: 5px;
	transition: all ease 0.5s 0s !important;
	box-shadow: 1px 1px 6px 0px rgba(215, 215, 215, 0.75);
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#fff', GradientType=1 );
}
.client_box:hover {
	transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	box-shadow: 1px 1px 6px 0px rgba(155, 155, 155, 0.75);
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
}
.center .client_box{
	transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-webkit-transition: .25s ease-in-out;
	box-shadow: 1px 1px 6px 0px rgba(155, 155, 155, 0.75);
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
}
.center .client_box p{
	color:#fff;
}
.center .client_con h2{
	color:#fff;
}
.center .client_con h3{
	color:#fff;
}
.center .client_box .quate_img {
    display: none !important;
}
.center .client_box .quate_img_hover {
    display: block !important;
}
.client_box:hover p {
	color: #fff;
}
.client_box:hover h2 {
	color: #fff;
}
.client_box:hover h3 {
	color: #fff;
}
#slider1 .item {
    margin: 25px 15px 15px 15px;
}
.client_box p {
    font-size: 15px;
    color: #000080; /*#6a6f71;*/
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: justify;
    font-family: 'Titillium Web', sans-serif;
    margin-top: 20px;
}
.client_img {
	vertical-align: middle;
	display: table-cell;
	height: 75px;
	width: 75px;
	color: #0c65ed;
	font-size: 40px;
	padding-top: 9px;
	text-align: center;
	border-radius: 5px;
	margin-right: 25px;
}
.client_img img {
	border-radius: 100px;
}
.client_con {
	vertical-align: middle;
	display: table-cell;
	padding-left: 0px;
	text-transform: capitalize;
}
.client_con h2 {
	font-size: 18px;
	color: #000080; /*#2a3032;*/
	font-weight: 600;
	padding-top: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.client_con h3 {
	font-size: 13px;
	color: #a344d4;
	font-family: 'Titillium Web', sans-serif;
}
div#slider1 {
	margin-top: 90px;
}
i.fa.fa-angle-left {
	height: 52px;
	width: 52px;
	background-color: #f7e6fd;
	font-size: 35px;
	color: #a344d4;
	border-radius: 50px;
	line-height: 49px;
	padding-right: 4px;
	transition: all ease 0.5s 0s;
}
i.fa.fa-angle-left:hover {
	box-shadow: 3px 5px 15px 0px rgba(180, 181, 182, 0.75);
	transition: all ease 0.5s 0s;
}
i.fa.fa-angle-right {
	height: 52px;
	width: 52px;
	background-color: #f7e6fd;
	color: #a344d4;
	font-size: 35px;
	border-radius: 50px;
	line-height: 49px;
	padding-left: 4px;
}
i.fa.fa-angle-right:hover {
	box-shadow: 3px 5px 15px 0px rgba(180, 181, 182, 0.75);
	transition: all ease 0.5s 0s;
}
.quate_img {
	display: block;
}
.quate_img_hover {
	display: none !important;
}
.client_box:hover .quate_img {
	display: none !important;
}
.client_box:hover .quate_img_hover {
	display: block !important;
}
/* 
---------------------------------------------
Newslatter
--------------------------------------------- 
*/
.scbscribe {
	margin-top: 70px;
}
.scbscribe_box {
	box-shadow: 1px 2px 25px 0px rgba(191, 191, 191, 0.75);
	padding: 40px 40px 40px 40px;
	background-color: #fff;
	border-radius: 10px;
}
.form-subscribe {
	margin-left: 30px;
}
.newslatter_con h2 {
	font-size: 32px;
	color: #000080; /*#2a3032;*/
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.newslatter_con p {
	font-size: 18px;
	color: #515658;
	letter-spacing: 0.5px;
	line-height: 26px;
	margin-bottom: 0px;
	font-weight: 500;
	text-align: justify;
	margin-top: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.content form {
	margin: auto;
	display: table;
	min-width: 400px;
}
.input-group.cooming {
	box-shadow: none;
	border-radius: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}
input.form-control.cooming_soon.input-lg {
	background-color: transparent;
	border: 2px solid #fff;
	color: #575757;
	box-shadow: 3px 5px 15px 0px rgba(176, 153, 188, 0.75);
	border-radius: 50px !important;
	padding-left: 30px;
	background-color: #fff;
}
input.form-control.cooming_soon.input-lg::placeholder {
 color:#948d98;
}
.form-subscribe .btn {
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	height: 46px;
	border-radius: 0px 5px 5px 0px;
	border: none;
	width: 46px;
	border-radius: 50px;
}
i.fa.fa-paper-plane {
	font-size: 16px;
	color: #fff;
	padding-right: 5px;
}
.input-group-btn:not(:first-child)>.btn:first-child {
	margin-left: -45px;
}
span.input-group-btn {
	z-index: 99;
}
/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/
footer {
	padding-top: 155px;
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	position: absolute;
	width: 100%;
	margin-top: -110px;
	z-index: -1;
}
.footer_con h2 {
	font-size: 42px;
	color: #fffefe;
	line-height: 60px;
	letter-spacing: 2px;
	font-family: 'Titillium Web', sans-serif;
}
.footer_con p {
	font-size: 15px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 1px;
	margin-top: 20px;
	font-family: 'Titillium Web', sans-serif;
}
.footer_con h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	margin-top: 25px;
}
.footer_con h3 a {
	color: #fff;
	font-weight: 500;
	padding-left: 5px;
}
.footer_con h3 a:hover {
	text-decoration: none;
	opacity: 0.5;
	transition: all ease 0.5s 0s;
}
a.footer_btn {
    background-color: #fff;
    color: #000080; /*#7f23b3;*/
    padding: 12px 40px;
    border-radius: 50px;
    font-weight: 600;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(86, 86, 86, 0.75);
}
    a.footer_btn:hover {
        text-decoration: none;
        background-color: #000080; /*#7f23b3;*/
        color: #fff;
        transition: all ease 0.5s 0s;
    }
.contact_btn {
	float: right;
	background-image: url(../images/footer_con_btn.png);
	background-repeat: no-repeat;
	height: 205px;
	padding-top: 90px;
	margin-top: 70px;
}
.footer_menu ul {
	padding: 0;
	margin: 0;
}
.footer_menu ul li {
	list-style: none;
	float: left;
}
.footer_menu ul li a {
	text-decoration: none;
	color: #fff;
	margin-right: 50px;
}
.footer_menu ul li a:hover {
	color: #fff;
	opacity: 0.5;
	transition: all ease 0.5s 0s;
}
.footer_bottom {
	margin-top: 0px;
}
.copyright p {
	color: #fff;
	text-align: center;
}
.footer_social {
	float: right;
}
.footer_social ul {
	padding: 0;
	margin: 0;
}
.footer_social ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
.footer_social ul li a {
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	transition: all ease 0.5s 0s;
}
.footer_social ul li a:hover {
	opacity: 0.5;
	transition: all ease 0.5s 0s;
}
.footer_con {
	background-image: url(../images/footer_bg_logo.png);
	background-repeat: no-repeat;
	padding-bottom: 60px;
}
/* 
---------------------------------------------
About page
--------------------------------------------- 
*/
.inner_about .seaction_border {
    margin-top: 40px;
}
.banner-style-2 {
	height: 350px;
}
.inner_title h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 600;
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
}
.banner-style-2 {
	display: flex;
	align-items: center;
}
#footer {
	text-align: center;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}
#footer li {
	display: inline;
	padding: 5px;
}
#footer a {
	text-decoration: none;
	color: #fff;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}
.inner_title i.fa.fa-angle-right {
	background: no-repeat;
	color: #fff;
	font-size: 16px;
	width: auto;
	height: auto;
	padding-left: 17px;
}
.inner_title i.fa.fa-angle-right:hover {
	box-shadow: none !important;
}
.inner_title {
	margin-top: 40px;
}
.inner_about {
	margin-top: 80px;
}
.inner_con h2 {
	font-size: 32px;
	color: #000080; /*#2a3032;*/
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 30px;
	font-family: 'Titillium Web', sans-serif;
}
.inner_con p {
    font-size: 15px;
    color: #000080; /*#5c595e;*/
    letter-spacing: 0.5px;
    line-height: 30px;
    margin-bottom: 15px;
    font-family: 'Titillium Web', sans-serif;
}
.read_more {
    background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    /*background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);*/
    background: linear-gradient(135deg, #000080 0%, #BB0608 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
    color: #fff;
    padding: 12px 50px;
    border-radius: 50px;
    font-weight: 600;
    transition: all ease 0.5s 0s;
    text-transform: uppercase;
    box-shadow: 3px 4px 15px 0px rgba(86, 86, 86, 0.75);
}
.read_more:hover{
	text-decoration:none;
	box-shadow:none;
	color:#fff;
	transition:all ease 0.5s 0s;
}
.about_btn_read {
	margin-top: 50px;
}
.inner_con {
	margin-top: 60px;
}
.works {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fcfcfc;
    margin-top: 40px;
}
.works_box {
	text-align: center;
	margin-top: 25px;
}
.works_box h3 {
	font-size: 18px;
	color: #000080; /*#2a3032;*/
	margin-top: 20px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
    .works_box p {
        color: #000080; /*#6a6f71;*/
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 26px;
        padding: 10px;
        margin-bottom: 0px;
        font-family: 'Titillium Web', sans-serif;
    }
.works_img_hover {
	display: none;
	margin: auto;
	transition: all ease 0.5s 0s;
}
.works_box:hover .works_img_hover {
	display: block;
	transition: all ease 0.5s 0s;
}
.works_box:hover .works_img {
	display: none;
	transition: all ease 0.5s 0s;
}
/* 
---------------------------------------------
team page
--------------------------------------------- 
*/
.team .seaction_border {
    margin-top: 50px;
}
.inner_team {
	margin-top: 100px;
}
.inner_team .team_box {
	margin-bottom: 30px;
}

/* 
---------------------------------------------
Call_to_action
--------------------------------------------- 
*/
.home_call {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
    margin-top: 50px !important;
}
.home_call .cta_btn {
    float: right;
    margin-top: 30px;
}
/* 
---------------------------------------------
services page
--------------------------------------------- 
*/
.inner_services {
	margin-top: 70px;
}
.call_to_action {
	padding-top: 60px;
	padding-bottom: 60px;
	margin-top: 30px;
}
.call_to_action_con h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
}
.call_to_action_con p {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.cta_btn_con {
    background-color: #fff;
    color: #000080; /*#7f23b3;*/
    padding: 11px 40px;
    border-radius: 50px;
    font-weight: 600;
    border: 2px solid #fff;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(86, 86, 86, 0.75);
}
.cta_btn_con:hover {
	text-decoration: none;
	background-color: transparent;
	color: #fff;
	transition: all ease 0.5s 0s;
	border: 2px solid #fff;
}
.cta_btn {
	float: right;
	margin-top: 25px;
}
.features_box h2 {
	margin-top: 0px;
	font-weight: 600;
	color: #000080; /*#2a3032;*/
	text-align: left;
	margin-bottom: 60px;
	font-family: 'Titillium Web', sans-serif;
}
.action_head {
    padding-top: 90px !important;
}
.home_features_bg{
	margin-top:0px !important;
	padding-top:60px;
	padding-bottom:60px;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
}
.home_features_bg .features_con h3 {
    color: #fff;
}
.home_features_bg  .features_con p {
    color: rgba(255, 255, 255, 0.8);
}
.home_features_bg .features_box h2{
	color:#fff;
}
.features {
	margin-top: 60px;
}
.features_icon {
	background: #fff;
	height: 65px;
	width: 65px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 3px 15px 0px rgba(107, 107, 107, 0.5);
	line-height: 62px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
	margin-left: 10px;
}
.features_con h3 {
	font-size: 18px;
	color: #000080; /*#2a3032;*/
	letter-spacing: 0.5px;
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
}
.features_con p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 26px;
    color: #000080; /*#6a6f71;*/
    text-align: justify;
    font-family: 'Titillium Web', sans-serif;
}
.features_con {
	margin-bottom: 25px;
}
.features_img {
	transition: all 0.4s ease;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.features_con:hover .features_img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
	cursor: pointer;
}
.features .seaction_border {
    margin-top: 40px;
}
/* 
---------------------------------------------
contact page
--------------------------------------------- 
*/
.contact_form {
	margin-top: 100px;
}
.contact_form_detail {
	width: 100%;
	height: 45px;
	padding-left: 15px;
	border-radius: 30px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	color: #b7b7b7;
}
.contact_form_detail1 {
	width: 100%;
	height: 120px;
	padding-left: 15px;
	padding-top: 15px;
	border-radius: 20px;
	border: 1px solid #b7b7b7;
	background-color: #fff;
	color: #b7b7b7;
	margin-top: 30px;
}
.contact_form_detail:hover {
	border: 1px solid #8b45b1;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail:focus {
	border: 1px solid #8b45b1;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1:hover {
	border: 1px solid #8b45b1;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1:focus {
	border: 1px solid #8b45b1;
	outline: none;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_box {
	margin-top: 30px;
}
.submit_btn_box {
	text-align: center;
}
.submit_btn {
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	border: none;
	border-radius: 50px !important;
	color: #fff;
	padding: 12px 40px;
	width: 170px;
	transition:all ease 0.5s 0s;
	text-transform: uppercase;
	box-shadow: 3px 4px 15px 0px rgba(156, 156, 156, 0.75);
}
.submit_btn:hover{
	box-shadow:none;
	transition:all ease 0.5s 0s;
}
.submit_btn_box {
	margin-top: 40px;
}
#google-container {
	height: 465px;
}
#cd-google-map {
	position: relative;
	margin-top: 100px
}
#cd-zoom-out {
	background-position: 50% -32px;
}
.contact_detail {
	margin-top: 80px;
	margin-bottom: 80px;
}
.location_icon {
	float: left;
	margin-right: 15px;
}
.hoverin {
	display: block;
	transition: all ease 0.5s 0s;
}
.hoverout {
	display: none;
	transition: all ease 0.5s 0s;
}
.location_address {
	padding-top: 10px;
}
.location_address p {
	font-size: 17px;
	color: #2e3438;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: 600;
}
.location_address p a {
	font-size: 17px;
	color: #2e3438;
	letter-spacing: 0.5px;
	line-height: 30px;
	font-weight: 600;
}
    .location_address p a:hover {
        text-decoration: none;
        color: #000080; /*#7f23b3;*/
        transition: all ease 0.5s 0s;
    }
.location_box:hover .hoverin {
	display: none;
	transition: all ease 0.5s 0s;
}
.location_box:hover .hoverout {
	display: block;
	transition: all ease 0.5s 0s;
}
.map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-top: 0px;
	margin-bottom: -10px;
}
iframe {
	width: 100%;
}
.map_box {
	margin-top: 80px;
	margin-bottom: 10px;
}
/* 
---------------------------------------------
faq page
--------------------------------------------- 
*/
.faq {
	margin-top: 80px;
	margin-bottom: 100px;
}
.faq li {
	padding: 12px;
}
.faq li.q {
	background: #ebebeb;
	font-weight: 600;
	font-size: 15px;
	cursor: pointer;
	list-style: none;
	color: #000080; /*#2a3032;*/
	letter-spacing: 0.5px;
	margin-top: 15px;
	border-radius: 5px;
	transition: all ease 0.5s 0s;
	font-family: 'Titillium Web', sans-serif;
}
.faq li.a {
	background: #fff;
	list-style: none;
	display: none;
	border: 1px solid #d7d7d7;
	border-top: none;
	color: #000080; /*#2a3032;*/
	line-height: 28px;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.rotate {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
i.fa.fa-chevron-right {
	float: right;
	margin-top: 5px;
}
.faq_title h2 {
	font-size: 32px;
	color: #222222;
	letter-spacing: 0.5px;
	font-weight: 600;
}
.faq_border {
	border-bottom: 3px solid;
	width: 40px;
	padding-top: 5px;
	border-color: #5d99eb;
	margin-bottom: 15px;
}
ul.faq {
	margin: 0;
	padding: 0;
}
.faq li.q:hover {
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	color: #fff;
	transition: all ease 0.5s 0s;
}
/* 
---------------------------------------------
404 page
--------------------------------------------- 
*/
.banner-style-3 {
	height: 100vh;
}
.banner-style-3 {
	align-items: center;
}
.error_title h2 {
	font-size: 90px;
	font-weight: 600;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
}
.error_title h3 {
	font-size: 60px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
}
.error_btn {
    padding: 10px 25px;
    background: #fff;
    text-transform: uppercase;
    color: #000080; /*#7f23b3;*/
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 30px;
    box-shadow: 3px 4px 15px 0px rgba(100, 100, 100, 0.75);
}
.go_to_home {
	margin-top: 42px;
	text-align: center;
}
.error_btn:hover {
    text-decoration: none;
    background-color: #000080; /*#7f23b3;*/
    color: #fff;
    transition: all ease 0.5s 0s;
}
.error_title {
	top: 80%;
	position: relative;
	width: 100%;
}
.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loaders.svg) 50% 50% no-repeat rgba(255,255,255, 1);
}
.error_img {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}
/* 
---------------------------------------------
comingsoon page
--------------------------------------------- 
*/
.comingsoon_btn {
	color: #fff;
	padding: 10px 30px;
	border: 2px solid #fff;
	border-radius: 50px;
	text-transform: uppercase;
	transition: all ease 0.5s 0s;
}
.comingsoon_btn:hover {
	color: #d041f1;
	padding: 10px 30px;
	border: 2px solid #fff;
	border-radius: 50px;
	text-transform: uppercase;
	background-color: #fff;
	text-decoration: none;
	transition: all ease 0.5s 0s;
}
.comeing_logo {
	float: left;
}
.comeing_btn {
	float: right;
	margin-top: 20px;
}
.comeing_header {
	margin-top: 20px;
	overflow: hidden;
}
.comeing_con h2 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: 0.5px;
}
.time-to {
	display: none;
}
.clock-column {
	width: 25%;
	float: left;
}
.clock-timer {
	height: 100px;
	margin-bottom: 0;
	background-color: rgba(253, 253, 253, 0.5);
	font-size: 45px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 95px;
	margin: auto;
	margin-right: 35px;
}
.clock-label {
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	text-align: center;
	width: 100px;
	text-align: center;
	margin: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.number_box {
	margin-top: 30px;
	overflow: hidden;
}
.comeing_news input.form-control.cooming_soon.input-lg {
	box-shadow: 3px 5px 15px 0px rgba(45, 45, 45, 0.2);
	border: none;
}
.comeing_news .input-group-btn:not(:first-child)>.btn:first-child {
	margin-left: -47px;
}
.comeing_news .form-subscribe {
	margin-left: 0px;
	margin-top: -10px;
}
.comeing_news p {
	font-size: 20px;
	color: #fff;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0px;
}
.comeing_news {
	margin-top: 50px;
	width: 70%;
}
a.social_footer {
	margin: 3px;
}
.social_footer i {
	height: 35px;
	width: 35px;
	background-color: #fff;
	border-radius: 50px;
	color: #c941ed;
	line-height: 35px;
	font-size: 18px;
	transition: all ease 0.5s 0s;
	text-align: center;
}
.social_footer i:hover {
	background-color: #8446c1;
	color: #fff;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.3);
}
.comeing_social p {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 30px;
}
.comeing_social {
	position: fixed;
	bottom: 0;
}
.comeing_con {
	margin-top: 30%;
}
.comeing_icon {
	float: left;
	bottom: 0;
	position: fixed;
	right: 0;
}
.comeing_con {
	margin-top: 25%;
}
/* 
---------------------------------------------
coming page
--------------------------------------------- 
*/
.left-half {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.right-half {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
h1 {
	font-size: 1.75rem;
	margin: 0 0 0.75rem 0;
}
/* Pattern styles */
.container-box {
	display: flex;
	height: 100vh;
	/*background: rgba(122,70,187,1);
	background: -moz-linear-gradient(top, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(top, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(top, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(top, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(to bottom, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=0 );*/
	display: flex;
	height: 100vh;
	background-image: url(../images/icon_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}
.left-half {
	background-color: transparent;
	flex: 1;/*padding: 1rem;*/
}
.right-half {
	background-color: transparent;
	flex: 1;/*padding: 1rem;*/
}
.left-half img {
	float: right;
}
.coming_con h2 {
	font-size: 40px;
	color: #fff;
	letter-spacing: 0.5px;
	line-height: 60px;
	font-weight: 600;
	text-align: left;
	margin-bottom: 40px;
}
.coming_header {
	position: absolute;
	width: 100%;
	margin-top: 25px;
}
.coming_contact {
	color: #fff;
	padding: 12px 30px;
	border: 2px solid #fff;
	border-radius: 50px;
	text-transform: uppercase;
	transition: all ease 0.5s 0s;
	background-color: transparent;
}
.coming_contact:hover {
	text-decoration: none;
	color: #cf41f0;
	border: 2px solid #fff;
	background-color: #fff;
}
.coming_btn {
	float: right;
	margin-top: 15px;
}
.coming_logo {
	float: left;
}
.time-to {
	display: none;
}
.clock-column {
	width: auto;
	float: left;
	margin-right: 31px;
}
.clock-timer {
	font-size: 45px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 100px;
	height: 100px;
	width: 100px;
	margin: auto;
	background: rgba(253,253,253,0.5);
}
.clock-label {
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
}
.lorem_ipsum {
	font-size: 15px;
	color: #2c2d32;
	letter-spacing: 0.5px;
	line-height: 28px;
	text-align: center;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}
.number_box {
	overflow: hidden;
	margin-bottom: 50px;
	margin-left: -10px;
}
.comeing_newsletter p {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	line-height: 28px;
	text-align: left;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: -10px;
}
.newsletter_comeing .form-subscribe {
	margin-left: 0;
	width: 65%;
}
.coming_footer .error_footer p {
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 0.5px;
	margin-left: 40px;
}
.footer_color a {
	color: #fff;
}
.collg {
	width: 100%;
}
.error_social {
	margin-left: -5px;
}
.coming_footer .error_footer {
	position: absolute;
	bottom: 20px;
	width: 50%;
	text-align: center;
	right: 9%;
}
.coming_footer .error_footer {
	float: right;
	left: 1%;
}
.coming_con {
	float: right;
	width: 60%;
}
.phone_view {
	display: none;
}
.comeing_newsletter input.form-control.cooming_soon.input-lg {
	box-shadow: 3px 5px 15px 0px rgba(53, 53, 53, 0.2);
}
a.social_footer {
	margin: 3px;
}
.social_footer i {
	height: 35px;
	width: 35px;
	background-color: #fff;
	border-radius: 50px;
	color: #c941ed;
	line-height: 35px;
	font-size: 18px;
	transition: all ease 0.5s 0s;
	text-align: center;
}
.social_footer i:hover {
	background-color: #8446c1;
	color: #fff;
	transition: all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.3);
}
.comeing_social p {
	font-size: 15px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: 500;
	margin-top: 30px;
}
.comeing_social {
	position: fixed;
	bottom: 0;
}
/* 
---------------------------------------------
accordions page
--------------------------------------------- 
*/

/* Document max width */ 
.accordions_page{
	margin-top:30px;
}
.accordion_name h4 {
	margin-top: 0px;
	font-size: 2rem;
    font-weight: 600;
    color: #000080; /*#2a3032;*/
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}
.main_accordion {
	max-width: 1024px;
}
.main_accordion {
	margin: 0 auto;
	padding: 2.5em;
}
/*style 01*/
.questions {
	position: relative;
	margin-top: 20px;
	box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.55);
	border-radius: 5px;
}
.questions:hover {
	box-shadow: 0px 4px 25px 0px rgba(204, 204, 204, 0.55);
}
.questions .accordion_head:before {
	content: "\f0da";
	position: absolute;
	top: 12px;
	right: 1.5em;
	display: block;
	color: #000080; /*#2a3032;*/
	font-family: "FontAwesome";
}
.questions .accordion_head:hover.accordion_head:before {
	color: #fff;
}
.questions.active .accordion_head:before {
	content: "\f0d7";
}
.questions .accordion_head {
	padding: 10px;
	background: #fffff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.questions .accordion_head:hover {
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	border-radius: 5px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.85);
}
.questions .accordion_head p {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 0px;
	color: #a344d4;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.25;
	letter-spacing: .5px;
}
.questions .accordion_head:hover p {
	color: #ffffff;
}
.accordion_detail {
	padding: 15px;
}
    .accordion_detail p {
        text-align: justify;
        font-size: 15px;
        color: #000080; /*#6a6f71;*/
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
.head:hover .accordion_head:before {
	color: #ffffff !important;
}
.main_accordion .bottom {
	text-align: right;
}
/*style 02*/
.questions_2 {
	position: relative;
	margin-top: 20px;
	box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.55);
	border-radius: 5px;
}
.questions_2:hover {
	box-shadow: 0px 4px 25px 0px rgba(204, 204, 204, 0.55);
}
.questions_2 .accordion_head_2:before {
	content: "\f0da";
	position: absolute;
	top: 15px;
	right: 1.5em;
	display: block;
	color: #000080; /*#2a3032;*/
	font-family: "FontAwesome";
}
.active_2 .accordion_head_2:before{
	color:#fff;
}
.questions_2.active_2 .accordion_head_2:before {
	content: "\f0d7";
}
.active_2 {
	background: rgba(109,46,192,1);
	background: -moz-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(109,46,192,1)), color-stop(100%, rgba(0,147,226,1)));
	background: -webkit-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: -o-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
	border-radius: 5px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.85);
}
.active_2 .accordion_head_2 p {
	color: #fff !important;
}
.questions_2 .accordion_head_2 {
	padding: 10px;
	background: #fffff;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.questions_2 .accordion_head_2:hover {
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	border-radius: 5px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.85);
}
.questions_2 .accordion_head_2:hover.accordion_head_2:before{
	color:#fff;
}

.questions_2 .accordion_head_2:hover .questions_2 .accordion_head_2:before {
	color: #fff;
}
.questions_2 .accordion_head_2 p {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 0px;
	color: #000080; /*#2a3032;*/
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.25;
	letter-spacing: .5px;
}
.questions_2 .accordion_head_2:hover p {
	color: #ffffff;
}
.accordion_detail_2 {
	padding: 15px;
	background-color: #fff;
}
    .accordion_detail_2 p {
        text-align: justify;
        font-size: 15px;
        color: #000080; /*#6a6f71;*/
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
.head:hover .accordion_head_2:before {
	color: #ffffff !important;
}
.main_accordion .bottom {
	text-align: right;
}
/*style 03*/
.questions_3 {
	position: relative;
	margin-top: 20px;
	box-shadow: 0px 2px 10px 0px rgba(204, 204, 204, 0.55);
	border-radius: 5px;
}
.questions_3:hover {
	box-shadow: 0px 4px 25px 0px rgba(204, 204, 204, 0.55);
}
.questions_3 .accordion_head_3:before {
	content: "\f0da";
	position: absolute;
	top: 15px;
	right: 1.5em;
	display: block;
	color: #fff;
	font-family: "FontAwesome";
}
.questions_3.active_3 .accordion_head_3:before {
	content: "\f0d7";
}
.active_2 {
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	border-radius: 5px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.85);
}
.active_3 .accordion_head_3 p {
	color: #fff !important;
}
.questions_3 .accordion_head_3 {
	padding: 10px;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	border-radius: 5px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.85);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	border-radius: 5px;
	transition: 0.3s;
}
.questions_3 .accordion_head_3:hover {
	sbackground: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	border-radius: 5px;
	box-shadow: 0px 5px 25px 0px rgba(204, 204, 204, 0.85);
}
.questions_3 .accordion_head_3 p {
	overflow: hidden;
	padding: 5px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.25;
	letter-spacing: .5px;
}
.questions_3 .accordion_head_3:hover p {
	color: #ffffff;
}
.accordion_detail_3 {
	padding: 15px;
	background-color: #fff;
}
    .accordion_detail_3 p {
        text-align: justify;
        font-size: 15px;
        color: #000080; /*#6a6f71;*/
        line-height: 26px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }
.head:hover .accordion_head_3:before {
	color: #ffffff !important;
}
.main_accordion .bottom {
	text-align: right;
}
.line p {
	visibility: hidden;
}
.line {
	width: 100px;
	height: 2px;
	background: #4ab8ef;
	margin: 10px auto;
}
/* 
---------------------------------------------
alert page
--------------------------------------------- 
*/

/*style 01*/

/*success box*/
.success_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #3edd00;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.success_box i {
	padding: 5px 10px;
	color: #3edd00 !important;
	font-size: 20px;
	float: left;
}
.success_box .close {
	color: #32b100 !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.success_box strong {
	display: inline-block;
	color: #3edd00 !important;
	padding-top: 1px;
}
.success_box span {
	color: #32b100;
}
/*info box*/
.info_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #45ABCD;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.info_box i {
	padding: 5px 10px;
	color: #45ABCD;
	font-size: 20px;
	float: left;
}
.info_box .close {
	color: #03b2d1 !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.info_box strong {
	display: inline-block;
	color: #45ABCD;
	padding-top: 1px;
}
.info_box span {
	color: #03b2d1;
}
/*warning box*/
.warning_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #f9d300;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.warning_box i {
	padding: 5px 10px;
	color: #f9d300;
	font-size: 20px;
	float: left;
}
.warning_box .close {
	color: #c7a900 !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.warning_box strong {
	display: inline-block;
	padding-top: 1px;
	color: #f9d300;
}
.warning_box span {
	color: #c7a900;
}
/*danger box*/
.danger_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #e71b2e;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.danger_box i {
	padding: 5px 10px;
	color: #e71b2e;
	font-size: 20px;
	float: left;
}
.danger_box .close {
	color: #95000e!important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.danger_box strong {
	display: inline-block;
	padding-top: 1px;
	color: #e71b2e;
}
.danger_box span {
	color: #95000e;
}
/*primary box*/
.primary_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #007bff;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.primary_box i {
	padding: 5px 10px;
	color: #007bff;
	font-size: 20px;
	float: left;
}
.primary_box .close {
	color: #007bff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.primary_box strong {
	display: inline-block;
	padding-top: 1px;
	color: #007bff;
}
.primary_box span {
	color: #0150a6;
}
/*secondary box*/
.secondary_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #616161;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.secondary_box i {
	padding: 5px 10px;
	color: #616161;
	font-size: 20px;
	float: left;
}
.secondary_box .close {
	color: #333537 !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.secondary_box strong {
	display: inline-block;
	padding-top: 1px;
	color: #616161;
}
.secondary_box span {
	color: #333537;
}
/*dark box*/
.dark_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #333639;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.dark_box i {
	padding: 5px 10px;
	color: #333639;
	font-size: 20px;
	float: left;
}
.dark_box .close {
	color: #232527!important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.dark_box strong {
	display: inline-block;
	padding-top: 1px;
	color: #333639;
}
.dark_box span {
	color: #232527;
}
/*light box*/
.light_box {
	width: 100%;
	padding: 5px 10px;
	border-left: 3px solid #a7a7a7;
	border-radius: 5px !important;
	box-shadow: 3px 0px 15px #e7e7e7;
	margin: 0px auto 20px auto;
}
.light_box i {
	padding: 5px 10px;
	color: #a7a7a7;
	font-size: 20px;
	float: left;
}
.light_box .close {
	color: #787878 !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.light_box strong {
	display: inline-block;
	padding-top: 1px;
	color: #a7a7a7;
}
.light_box span {
	color: #787878;
}
/*style 02*/

/*success box*/
.alert_box_2 .success_box {
	width: 100%;
	padding: 10px;
	background: #56ab2f;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .success_box i {
	width: 20px;
	height: 20px;
	padding: 3px;
	background-color: #fff;
	color: #43bd13 !important;
	font-size: 15px;
	border-radius: 50%;
	text-align: center;
	margin-top: 3px;
}
.alert_box_2 .success_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .success_box strong {
	color: #fff !important;
	padding-top: 1px;
	padding-left: 10px;
}
.alert_box_2 .success_box span {
	color: rgba(255,255,255,0.7);
}
/*info box*/
.alert_box_2 .info_box {
	width: 100%;
	padding: 10px;
	background: #2193b0;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .info_box i {
	width: 20px;
	height: 20px;
	background-color: #fff;
	color: #45ABCD !important;
	font-size: 15px;
	padding: 2px;
	border-radius: 50%;
	text-align: center !important;
	margin-top: 3px;
}
.alert_box_2 .info_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .info_box strong {
	color: #fff;
	padding-top: 1px;
	padding-left: 10px;
}
.alert_box_2 .info_box span {
	color: rgba(255,255,255,0.7);
}
/*warning box*/
.alert_box_2 .warning_box {
	width: 100%;
	padding: 10px;
	background: #ED8F03;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .warning_box i {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #ED8F03 !important;
	font-size: 15px;
	padding: 3px 7px;
	border-radius: 50%;
	margin-top: 3px;
}
.alert_box_2 .warning_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .warning_box strong {
	color: #fff;
	padding-top: 1px;
	padding-left: 10px;
}
.alert_box_2 .warning_box span {
	color: rgba(255,255,255,0.7);
}
/*danger box*/
.alert_box_2 .danger_box {
	width: 100%;
	padding: 10px;
	background: #cb2d3e;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .danger_box i {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #cb2d3e !important;
	font-size: 15px;
	padding: 3px 5px;
	border-radius: 50%;
	margin-top: 3px;
}
.alert_box_2 .danger_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .danger_box strong {
	color: #fff;
	padding-top: 1px;
	padding-left: 10px;
}
.alert_box_2 .danger_box span {
	color: rgba(255,255,255,0.7);
}
/*primary box*/
.alert_box_2 .primary_box {
	width: 100%;
	padding: 10px;
	background: #2948ff;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .primary_box i {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #2948ff !important;
	font-size: 15px;
	padding: 2px;
	border-radius: 50%;
	margin-top: 3px;
}
.alert_box_2 .primary_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .primary_box strong {
	color: #fff;
	padding-left: 10px;
	padding-top: 1px;
}
.alert_box_2 .primary_box span {
	color: rgba(255,255,255,0.7);
}
/*secondary box*/
.alert_box_2 .secondary_box {
	width: 100%;
	padding: 10px;
	background: #616161;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .secondary_box i {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #616161 !important;
	font-size: 15px;
	padding: 2px;
	border-radius: 50%;
	margin-top: 3px;
}
.alert_box_2 .secondary_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .secondary_box strong {
	color: #fff;
	padding-top: 3px;
	padding-left: 10px;
}
.alert_box_2 .secondary_box span {
	color: rgba(255,255,255,0.7);
}
/*dark box*/
.alert_box_2 .dark_box {
	width: 100%;
	padding: 10px;
	background: #232526;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .dark_box i {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #232526!important;
	font-size: 15px;
	padding: 3px;
	border-radius: 50%;
	margin-top: 3px;
}
.alert_box_2 .dark_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .dark_box strong {
	color: #fff;
	padding-top: 1px;
	padding-left: 10px;
}
.alert_box_2 .dark_box span {
	color: rgba(255,255,255,0.7);
}
/*light box*/
.alert_box_2 .light_box {
	width: 100%;
	padding: 10px;
	background: #d3d3d3;  /* fallback for old browsers */
	border: none;
	border-radius: 5px !important;
	margin: 0px auto 20px auto;
}
.alert_box_2 .light_box i {
	width: 20px;
	height: 20px;
	text-align: center;
	background-color: #fff;
	color: #d3d3d3 !important;
	font-size: 15px;
	padding: 3px;
	border-radius: 50%;
	margin-top: 3px;
}
.alert_box_2 .light_box .close {
	color: #fff !important;
	font-size: 25px !important;
	padding: 5px 15px 0px 8px !important;
}
.alert_box_2 .light_box strong {
	color: #fff;
	padding-top: 1px;
	padding-left: 10px;
}
.alert_box_2 .light_box span {
	color: rgba(255,255,255,0.7);
}
/*style 03*/
.alert_box {
	padding: 50px 15px 0px 15px;
	;
}
.alert-success, .alert-info, .alert-warning, .alert-danger, .alert-primary, .alert-secondary, .alert-dark, .alert-light {
	width: 100%;
}
.alert_head {
	padding-top: 40px;
}
.alert_head h4 {
    margin-top: 0px;
    font-size: 2rem;
    font-weight: 600;
    color: #000080; /*#2a3032;*/
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
}
.alert_success_border {
	width: 100%;
	border: 1px solid rgba(21, 87, 36, 0.5);
}
.alert_info_border {
	width: 100%;
	border: 1px solid rgba(12, 84, 96, 0.5);
}
.alert_warning_border {
	width: 100%;
	border: 1px solid rgba(133, 100, 4, 0.5);
}
.alert_danger_border {
	width: 100%;
	border: 1px solid rgba(114, 28, 36, 0.5);
}
.alert_primary_border {
	width: 100%;
	border: 1px solid rgba(0, 64, 133, 0.5);
}
.alert_secondary_border {
	width: 100%;
	border: 1px solid rgba(56, 61, 65, 0.5);
}
.alert_dark_border {
	width: 100%;
	border: 1px solid rgba(27, 30, 33, 0.5);
}
.alert_light_border {
	width: 100%;
	border: 1px solid rgba(129, 129, 130, 0.5);
}
.alert_box_3 {
	padding: 50px 15px 0px 15px;
	;
}
.alert_box_3 i {
	padding: 0px 10px;
}
.alert_box_1 {
	padding: 50px 15px 0px 15px;
}
.alert_box_1 i {
	display: inline-block;
}
.alert_box_2 {
	padding: 50px 15px 0px 15px;
}
.alert_box_2 i {
	display: inline-block;
}
/* 
---------------------------------------------
feature boxes page
--------------------------------------------- 
*/

/*style 01*/
.feature_box {
	margin: 20px auto 15px;
}
.feature-box-02 {
	position: relative;
	background-color: #fff;
	transition: all 0.3s !important;
	padding: 30px;
	border: 1px solid #dee2e6;
	overflow: hidden;
}
.feature-box-02:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
}
.left_border {
	width: 2px;
	height: 100%;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	position: absolute;
	top: -100%;
	left: 0px;
	transition: 0.5s;
}
.feature_box:hover .left_border {
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.right_border {
	width: 2px;
	height: 100%;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	position: absolute;
	bottom: -100%;
	right: 0px;
	transition: 0.5s;
}
.feature_box:hover .right_border {
	width: 2px;
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.top_border {
	width: 100%;
	height: 2px;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	position: absolute;
	top: 0px;
	left: -100%;
	transition: 0.5s;
}
.feature_box:hover .top_border {
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.bottom_border {
	width: 100%;
	height: 2px;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	position: absolute;
	bottom: 0px;
	right: -100%;
	transition: 0.5s;
}
.feature_box:hover .bottom_border {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.feature-box-02 i {
	display: block;
	font-size: 30px;
	text-align: center;
	padding: 10px 0px 20px 0px;
	color: rgba(109,46,192,1);
	background: -webkit-linear-gradient(90deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.feature-box-02 span {
    font-size: 18px;
    color: #000080; /*#2a3032;*/
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Titillium Web', sans-serif;
}
.feature-box-02 p {
    font-size: 15px;
    color: #000080; /*#6a6f71;*/
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Titillium Web', sans-serif;
}
.feature-box-02 p {
	padding-top: 10px;
}
/*style 02*/

.feature_box_2 {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    margin-top: 20px;
}
.feature_icon {
	width: 100%;
	height: 220px;
	border: 1px solid;
	border-image: -webkit-linear-gradient(45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	border-image-slice: 1;
	border-width: 3px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
}
.feature_content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 220px;
	padding: 65px 20px;
	text-align: center;
	transition: all .5s ease;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform: translateY(110px) rotateX(-90deg);
	-moz-transform: translateY(110px) rotateX(-90deg);
	-ms-transform: translateY(110px) rotateX(-90deg);
	-o-transform: translateY(110px) rotateX(-90deg);
	transform: translateY(110px) rotateX(-90deg);
}
.feature_box_2 .feature_icon .front-content {
	position: relative;
	top: 80px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.feature_box_2 .feature_icon .front-content i {
	font-size: 30px;
	color: rgba(109,46,192,1);
	background: -webkit-linear-gradient(90deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding: 10px 0px;
}
.front-content h3 {
	font-size: 18px;
    color: #000080; /*#2a3032;*/
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 15px;
	margin-top:15px;
    font-family: 'Titillium Web', sans-serif;
}
.feature_box_2 .feature_content h3 {
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
.feature_box_2 .feature_content p {
	color: rgba(255,255,255,0.8);
	margin: 0;
	font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Titillium Web', sans-serif;
}
.feature_box_2:hover .feature_icon {
	opacity: 0;
	-webkit-transform: translateY(-110px) rotateX(90deg);
	-moz-transform: translateY(-110px) rotateX(90deg);
	-ms-transform: translateY(-110px) rotateX(90deg);
	-o-transform: translateY(-110px) rotateX(90deg);
	transform: translateY(-110px) rotateX(90deg);
}
.feature_box_2:hover .feature_content {
	opacity: 1;
	-webkit-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-ms-transform: rotateX(0);
	-o-transform: rotateX(0);
	transform: rotateX(0);
}
/*style 03*/
.feature_box_3 {
	margin: 20px auto 15px;
}
.feature-box-03 {
	position: relative;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	padding: 30px;
	border: 1px solid #dee2e6;
	overflow: hidden;
	transition: 0.3s !important;
	z-index: 99;
}
.feature-box-03:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
}
.border_move {
	width: 20px;
	height: 500px;
	background-color: #fff;
	opacity: 0.8;
	transform: rotate(30deg);
	position: absolute;
	top: -20%;
	left: -45%;
	transition: 1s;
	filter: blur(20px);
	z-index: 1;
}
.feature_box_3:hover .border_move {
	width: 20px;
	height: 150%;
	background-color: #fff;
	position: absolute;
	top: -20%;
	left: 150%;
}
.feature-box-03 i {
	display: block;
	font-size: 30px;
	text-align: center;
	padding: 10px 0px 20px 0px;
	color: #fff;
	transition: 0.3s;
}
.feature-box-03 span {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Titillium Web', sans-serif;
}
.feature-box-03 p {
	font-size: 15px;
    color: #fff;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: 'Titillium Web', sans-serif;
}
/*style 04*/
.feature_box_4 {
	margin: 20px auto 15px;
}
.feature-box-04 {
	position: relative;
	background: rgba(109,46,192,1);
	background: -moz-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(109,46,192,1)), color-stop(100%, rgba(0,147,226,1)));
	background: -webkit-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: -o-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
	background: linear-gradient(45deg, rgba(109,46,192,1) 0%, rgba(0,147,226,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d2ec0', endColorstr='#0093e2', GradientType=1 );
	padding: 30px;
	border: 1px solid #dee2e6;
	overflow: hidden;
	transition: 0.5s !important;
	z-index: 99;
}
.feature-box-04:hover {
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.15);
	animation: shake 0.3s linear 3 alternate;
}
@keyframes shake {
 0% {
transform: rotateZ(2deg);
}
 100% {
transform: rotateZ(-2deg);
}
}
.feature-box-04 i {
	display: block;
	font-size: 30px;
	text-align: center;
	padding: 10px 0px 20px 0px;
	color: #fff;
	transition: 0.3s;
}
.feature-box-04 span {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
.feature-box-04 p {
	font-size: 14px;
	padding-top: 10px;
	color: rgba(255,255,255,0.7);
}
.action_head h4{
	margin-top: 0px;
    font-size: 2rem;
    font-weight: 600;
    color: #000080; /*#2a3032;*/
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
	margin-bottom:20px;
}
.features_seaction .offer_box{
    box-shadow: 3px 5px 10px 0px rgba(204, 204, 204, 0.3);
    transition: all ease 0.5s 0s;
    cursor: pointer;
    transform: translateY(-10px);
	margin-top: 30px;
}




/* 
---------------------------------------------
team page
--------------------------------------------- 
*/
.section-teams {
    margin-top: 90px;
}
/*style one*/
.section-teams .thumb-summary-wrap {
    background: #fff;
    padding: 0 0 0px;
    position: relative;
    z-index: 9;
}
.section-teams .team-item .team-thumb {
    overflow: hidden;
    position: relative;
    background: #fff;
}
.section-teams .team-item img {
    margin: 0;
    vertical-align: middle;
    -webkit-transition: -webkit-transform 1s ease;
    -moz-transition: -moz-transform 1s ease;
    transition: transform 1s ease;
    width: 100%;
}
.section-teams .team-text-wrap {
    position: relative;
    background: #fff;
    padding-top: 10px;
}
.team-text-wrap h3{
	font-size: 20px;
    color: #000080; /*#2a3032;*/
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}
h3.team-title{
	text-align:center;
}
.team-position{
	font-size: 13px;
    color: #899295;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: 'Titillium Web', sans-serif;
}
.box-shadow-block{
	box-shadow:0px 0px 32px 0px rgba(122,122,122,0.1);
	transition: box-shadow 0.3s, transform 0.3s;
}
.social-links.circle {
    padding-bottom: 20px;
}
.section-teams .team-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.team-item:hover i.fa.fa-dribbble {
    color: #ec407a;
    transition: all ease 0.5s 0s;
}
.team-item:hover i.fa.fa-facebook {
    color: #385c8e;
    transition: all ease 0.5s 0s;
}
.team-item:hover i.fa.fa-twitter {
    color: #1ab1f5;
    transition: all ease 0.5s 0s;
}
.team-item:hover i.fa.fa-google-plus {
    color: #f4473a;
    transition: all ease 0.5s 0s;
}
.box-shadow-block:hover, .box-shadow-block:focus, .box-shadow-block:active {
    -webkit-box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.2);
    transform: translateY(-8px);
}
#slider4 .item {
    margin: 15px;
}
#slider5 .item {
    margin: 15px;
}
#slider4 .owl-nav{
	display:none;
}
#slider5 .owl-nav{
	display:none;
}
#slider6 .owl-nav{
	display:none;
}
/*style two*/
.team_section .member_warp {
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
	box-shadow:0px 0px 32px 0px rgba(122,122,122,0.1);
}
.team_section .member_img {
    position: relative;
    overflow: hidden;
}
.member_img img {
    display: inline-block;
    transform: scale(1.0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.team_section .team_social {
    position: absolute;
    bottom: 0%;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    height: 100%;
    left: 0%;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    padding-top: 140px;
    background-color: rgba(45, 45, 45, 0.50);
}
.team_section .team_social ul {
    list-style: none;
    padding: 0px 0px;
    webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-align: center;
}
.team_section .team_social ul li {
    padding: 0px 5px;
    display: inline-block;
}
.team_section .team_social ul li a {
    color: #fff;
    font-size: 20px;
}
.member_info {
    padding: 1px 17px;
    background: #fff;
    opacity: 1;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}
.team_section .member_info h6 {
    font-size: 20px;
    color: #000080; /*#2a3032;*/
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
    margin-bottom: 20px;
}
.team_section .member_info small {
    display: block;
    margin-top: 12px;
    color: #5a5a5a;
}
.member_info {
    padding: 1px 17px;
    background: #fff;
    opacity: 1;
    webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;
}
.member_warp:hover .member_img img {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transform: scale(1.2);
}
.member_warp:hover .team_social {
    opacity: 1;
}
.team_img .team_member {
    width: 100px !important;
    height: 100px;
}
#slider6 .item {
    margin: 15px;
}
#slider6 .owl-stage-outer{
	padding-top:60px;
}
.team_img {
    position: absolute;
    top: -40px;
    margin: auto;
    text-align: center;
    width: 100%;
    left: 0;
}
.team_box.team_img_con {
    position: relative;
}
.team_member{
	padding: 5px;
}
.team_item:hover .team_member{
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer;
	border-radius: 50%;
	overflow: hidden;
	transition: all .6s ease-in;
	vertical-align: middle;
	background: rgba(122,70,187,1);
	background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
	background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
	background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
	padding: 3px;
	margin: auto;
}
/* 
---------------------------------------------
scroll to top
--------------------------------------------- 
*/
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: large;
    padding-top: 10px;
    transition: all 0.5s linear;
    text-decoration: none;
    z-index: 9999;
}
a.scrollToTop:hover, a.scrollToTop:focus {
    text-decoration: none;
    background-color: #009688;
    color: #fff;
}

/* 
---------------------------------------------
Blog page
--------------------------------------------- 
*/

.blog_page{
	margin-top:100px;
	margin-bottom:100px;
}
.meta-wrap {
    display: block;
    position: relative;
    width: 84%;
    margin: -40px auto 0;
    padding: 21px 28px;
    background: #fff;
}
.grid_view_item {
    padding-bottom: 25px;
}
.grid_view_item:hover .img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.img-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.img-wrap img {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.category a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #da40f7;
    font-weight: bold;
}
.category a:hover{
	text-decoration:none;
}
.meta-middle h3 a{
    position: relative;
	font-size: 18px;
    color: #000080; /*#2a3032;*/
    margin-top: 20px;
    font-weight: 600;
	line-height:25px;
	transition:all ease 0.5s 0s;
    font-family: 'Titillium Web', sans-serif;
}
h3.heading-title {
    line-height: 20px;
}

ul.meta {
    padding-left: 0;
}
.meta li {
    font-size: 12px;
    color: #999;
    list-style: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.grid_view_item:hover .meta-middle h3 a{
	text-decoration:none;
	color:#da40f7;
	transition:all ease 0.5s 0s;
}

/* 
---------------------------------------------
Blog detail page
--------------------------------------------- 
*/
.img-holder {
    position: relative;
    margin-bottom: 0px;
}
.post-thumbnail.news-image img {
    max-width: 100% !important;
    height: auto;
    width: 100%;
}
.img-holder .date-box {
    width: 85px;
    height: 85px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -20px;
    padding: 15px 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.img-holder .date-box:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #EFF3B5;
}
.img-holder .date-box span {
    font-size: 30px;
	color:#fff;
}
.entry-meta.post-page-meta {
    padding: 3em 0 10px 0px;
    width: 100%;
    margin: 0;
}
span.byline {
    padding-right: 30px;
}
.post-page-meta span {
    display: table-cell;
    vertical-align: middle;
    color: #a1a1a1;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
}
.post-page-meta i {
    color: #da40f7;
    font-size: 16px;
    margin-right: 10px!important;
    transition: all 0.3s ease 0s;
}
span.posted-on {
    padding-right: 30px;
}
.post-page-meta span {
    display: table-cell;
    vertical-align: middle;
    color: #a1a1a1;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
}
.post-page-meta span {
    display: table-cell;
    vertical-align: middle;
    color: #a1a1a1;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
}
.entry-meta a, .entry-meta span {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #777777;
    font-weight: 500;
}
.single-blog-post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 8px;
}
.single-blog-post p {
    margin-top: 7px;
    font: 18px/30px "Open Sans", sans-serif;
    letter-spacing: 0.8px;
    font-size: 15px;
    line-height: 26px;
}
.single-blog-post h1, .single-blog-post h2, .single-blog-post h4, .single-blog-post h5, .single-blog-post h6 {
    margin-top: 0px;
    font-weight: 600;
    color: #000080; /*#2a3032;*/
    font-family: 'Titillium Web', sans-serif;
}
.quote-box{
	background-color:#c4d114;
}
.single-blog-post .qoute-box .qoute-icon, .single-blog-post .qoute-box .qoute-text {
    display: table-cell;
    vertical-align: top;
}
.single-blog-post .qoute-box .qoute-text {
    padding-left: 18px;
}
.qoute-box {
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
.single-blog-post .qoute-box .qoute-text p {
    font-size: 14px;
    color: #242424;
    margin: 0;
    margin-top: 15px;
    font-style: italic;
    text-align: initial !important;
}
#respond {
    padding-top: 20px;
}
#respond .comment-reply-title {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #242424;
    font: 600 1.5em/1em "Alegreya",sans-serif;
    margin: 30px 0!important;
}
.comment-respond .comment-form {
    background: #F8F8F8;
    margin: 0;
    padding: 45px 40px 25px;
}
.comment-form-author {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font: 14px/25px "Open Sans",sans-serif;
    height: 42px;
    margin-bottom: 20px;
    padding: 9px 20px;
    width: 48%;
    color: #c4c4c4;
}
.date-box{
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
}
.wpb_text_column p {
    color: #000080; /*#5c595e;*/
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Titillium Web', sans-serif;
}
.bulleted-list li{
	color: #272728;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'Titillium Web', sans-serif;
} 
.title_box1 h2 {
    margin-top: 0px;
    font-weight: 600;
    color: #000080; /*#2a3032;*/
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
	margin-bottom:0px;
}
.qoute-box .qoute-text p{
	font-size:19px;
}
.comments-link a:hover{
	color:#da40f7;
	transition:all ease 0.5s 0s;
}
.wpb_text_column p a{
	color:#da40f7;
	transition:all ease 0.5s 0s;
	text-decoration:none;
}
.wpb_text_column p a:hover{
	color:#39373a;
	transition:all ease 0.5s 0s;
}
.contact-form input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 30px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #b7b7b7;
    margin-bottom: 20px;
}
.contact-form textarea {
    width: 100%;
    height: 170px;
    padding-left: 15px;
    border-radius: 30px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #b7b7b7;
    margin-bottom: 20px;
	padding-top:15px;
}
.contact-form textarea:hover {
    border: 1px solid #8b45b1;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact-form textarea:focus {
    border: 1px solid #8b45b1;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
 .contact-form input:hover {
    border: 1px solid #8b45b1;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
 .contact-form input:focus {
    border: 1px solid #8b45b1;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact-content h2{
    margin-top: 0px;
    font-weight: 600;
    color: #000080; /*#2a3032;*/
	margin-bottom:30px;
    font-family: 'Titillium Web', sans-serif;
}
.thm-btn{
	background: rgba(122,70,187,1);
    background: -moz-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(122,70,187,1)), color-stop(100%, rgba(223,64,251,1)));
    background: -webkit-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    background: linear-gradient(135deg, rgba(122,70,187,1) 0%, rgba(223,64,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a46bb', endColorstr='#df40fb', GradientType=1 );
    border: none;
    border-radius: 50px !important;
    color: #fff;
    padding: 12px 40px;
    width: 170px;
	transition:all ease 0.5s 0s;
    text-transform: uppercase;
    box-shadow: 3px 4px 15px 0px rgba(156, 156, 156, 0.75);
}
.thm-btn:hover{
	box-shadow:none;
	transition:all ease 0.5s 0s;
}

