/**
  * Name: Consulty
  * Version: 1.0
  * Author: 
  * Author URI: 
*/


@import url("font-awesome-5.css");
@import url("themify-icons.css");
@import url("consulty-icon.css");
@import url("animate.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("owl.carousel.min.css");
@import url("jquery-fancybox.css");
@import url("shortcodes.css");
@import url("jquery-ui.css");
@import url("revolution-slider.css");
@import url("magnific-popup.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i");
/**
	* Reset
	* Repeatable Patterns
	* Extra Class
	* Top Bar
	* Page Title
	* Pagination
	* Header
	* Footer
	* Bottom
	* Sidebar
	* Flat Slider 
	* Button
	* Blog Page
	* Home Page
	* Contact Page
	* Case Page
	* Career Page
	* Mobile Navigation
	** /

/* Reset
-------------------------------------------------------------- */
	html {
		overflow-y: scroll;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	body {
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: 100%;
		   -ms-text-size-adjust: 100%;
	}

	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
	dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
		font-family: inherit; 
		font-size: 100%; 
		font-weight: inherit; 
		font-style: inherit; 
		vertical-align: baseline; 
		margin: 0; 
		padding: 0; 
		border: 0; 
		outline: 0;
		background: transparent;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
		display: block;
	}
	                          
	ol, ul {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}

	img {
		border: 0;
		-ms-interpolation-mode: bicubic;
		vertical-align: middle;
	}

	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}
	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}	

/* Repeatable Patterns
-------------------------------------------------------------- */
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}

	body {
		font: 16px/26px "Rubik", sans-serif;
		font-weight: 400;
		background-color: #fff;		
		color: #333;
		position: relative;
	}
	html, body {
		overflow-x: hidden;
	  }
	a {		
		text-decoration: none;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	a:hover,
	a:focus {
		color: #062975;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}

	ul, ol {
		padding: 0;
	}

	img {
		max-width: 100%;
		height: auto;		
	}

	.img-right {
		margin: 0 0 0 50px !important;
		float: right;
	}

	b, strong {
		font-weight: 700;
	}

	.entry-page p {
		margin-bottom: 25px;
	}

	button {
		border: none;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {		
	    display: inline-block;
	    color: #fff; 
	    font-size: 14px;
	    color: #fff;
	    background: #062975;   
	    font-weight: 600;
	    position: relative;	
	   -webkit-transition: all 0.3s ease-in-out;
	      -moz-transition: all 0.3s ease-in-out;
	       -ms-transition: all 0.3s ease-in-out;
	        -o-transition: all 0.3s ease-in-out;
	           transition: all 0.3s ease-in-out;
	}

	select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {	
		position: relative;
	    display: block;
	    width: 100%;
	    line-height: 24px;
	    padding: 15px 30px 17px;
	    color: #7d7bad;
	    border: 2px solid #e5e5e5;
	    height: 60px;
	    border-radius: 3px;   
	    margin-bottom: 20px;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}

	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		border: 2px solid #062975;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

	textarea {
		width: 100%;
		padding: 15px 30px;    
	    height: 150px;
	}

	input[type="checkbox"] {
		display: inline;
	}

	textarea:-moz-placeholder,
	textarea::-moz-placeholder,
	input:-moz-placeholder,
	input::-moz-placeholder {		
		color: #7d7bad;
		opacity: 1;
	}

	input:-ms-input-placeholder {
		color: #7d7bad;
	}

	textarea::-webkit-input-placeholder,
	input::-webkit-input-placeholder {
		color: #7d7bad;
		opacity: 1;
	}

	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}

	textarea, 
	input[type="text"],
	input[type="submit"],
	input[type="password"], 
	input[type="datetime"], 
	input[type="datetime-local"], 
	input[type="date"], 
	input[type="month"], 
	input[type="time"], 
	input[type="week"], 
	input[type="number"], 
	input[type="email"], 
	input[type="url"], 
	input[type="search"], 
	input[type="tel"], 
	input[type="color"], 
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a, 
	.navbar .nav > .active > a:hover, 
	.navbar .nav > .active > a:focus {
		font-size: 12px;
		letter-spacing: 1px;
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
		color: #7d7bad;
	}

	.blog-single .entry p {
		margin-bottom: 30px;
	}

	h1, h2, h3, h4, h5, h6 {
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		color: #093d9a;
	}

	h1 { font-size: 26px; line-height: 26px; }
	h2 { font-size: 20px; line-height: 26px; }
	h3 { font-size: 16px; line-height: 20px; }
	h4 { font-size: 14px; line-height: 18px; }
	h5 { font-size: 12px; line-height: 26px; }
	h6 { font-size: 10px; line-height: 14px; }

	p{
		line-height: 26px;
	}

	.container {
		max-width: 1140px;
		width: 100%;
	}

	.container-fluid {
		max-width: 1750px;
		width: 100%;
	}

/* Extra Class
-------------------------------------------------------------- */
	.content-page {
		padding: 139px 0 140px 0;
	}

	.fix-height-box{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

/* Top Bar
-------------------------------------------------------------- */ 
	.top-bar.style1 {
		position: relative;
	}

	.header-inner {
		position: absolute;
		width: 100%;
		top: 0;
		z-index: 999;
	}

	.top-bar.style1 .top-bar-inner {
		border-bottom: 1px solid #5b5862;
		display: table;
		width: 100%;
		padding: 20px 0 30px;
	}

	.top-bar.style1 .top-bar-info {
		float: left;
		display: inline-block;
	}

	.top-bar-info ul li {
		display: inline-block;
		margin-right: 55px;
		text-align: left;
	}

	.top-bar-info ul li p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #ddd;
	}

	.top-bar-info ul li p.content a {
		font-family: Poppins;
		font-size: 18px;
		line-height: 28px;
		font-weight: 600;
		color: #fff; 
	}

	.top-bar-info ul li p.content a:hover {
		color: #062975;
	}

	.top-bar.style1 .top-bar-language {
		float: right;
	}

	.top-bar.style1 .top-bar-language .top-bar-select {
		display: inline-block;
		float: left;
		margin-right: 62px;
	}

	.top-bar.style1 .top-bar-button {
		display: inline-block;
		float: right;
	}

	.top-bar.style1 .top-bar-button .elm-btn {
		padding: 16px 48px 16px 50px;
		color: #fff;
		font-weight: 600;
		font-family: "Poppins";
		font-size: 14px;
		line-height: 30px;
	}

	.top-bar.style1 .top-bar-button .elm-btn:hover {
		color: #8583b1;
	}

	.top-bar.style1 .top-bar-language ul li {
		display: block;
		position: relative;
	}

	.top-bar.style1 .top-bar-language ul li:last-of-type {
		margin-top: -2px;
	}

	.top-bar.style1 .top-bar-language ul li p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #a2a0ab;
	}

	.top-bar.style1 .top-bar-language ul li a.content {
	    font-family: Poppins;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
		color: #fff;
	}

	.top-bar.style1 .top-bar-language ul li a.content i {
		font-size: 12px;
		line-height: 30px;
		margin-left: 12px;
	}

	.top-bar.style1 .top-bar-language > ul > li > a { 
	    display: block; 
	} 
	.top-bar.style1 .top-bar-language ul.sub-menu {
		position: absolute;
		left: 0px;
		top: 230%;
		width: 150px;
		margin-top: -20px;
		text-align: left;
		background-color: #ffffff;
		z-index: 99999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;  
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.top-bar.style1 .top-bar-language ul li > ul.sub-menu.active {
	    top: 180%;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	    opacity: 1;
	    visibility: visible;
	    border-top: 2px solid #062975;
	}

	.top-bar.style1 .top-bar-language ul.sub-menu li ul {
	    position: absolute;
	    left: 300px;
	    top: 0 !important;
	}

	.top-bar.style1 .top-bar-language ul.sub-menu li:first-child {
	    border-top: none;
	}

	.top-bar.style1 .top-bar-language ul.sub-menu > li > a {
	    display: block;
	    padding: 0 0 0 25px;
	    line-height: 45px;
	    font-weight: 400;
	    font-size: 13px;
	}

	.top-bar.style2 {
		background-image: url(../image/home/home2-1.png);
		padding: 30px 0 34px;
	}
	.top-bar.style2 .top-bar-inner {
		display: table;
		width: 100%;
	}

	.top-bar.style2 .logo {
		float: left;
		display: inline-block;
	}

	.top-bar.style2 .top-bar-info {
		float: right;
		display: inline-block;
		margin-top: -9px;
	}

	.top-bar.style2 .top-bar-info ul li {
		display: inline-block;
		margin-left: 55px;
	}

	.top-bar.style2 .top-bar-info ul li p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #acec85;
	}

	.top-bar.style2 .top-bar-info ul li p.content {
		font-family: Poppins;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
		color: #fff;
		margin-top: -3px;
	}

	.top-bar.style2 .top-bar-info ul li p:hover,
	.top-bar.style2 .top-bar-info ul li p.content:hover {
		color: #062975;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	} 

	.top-bar.style3 {
		padding: 30px 0 33px;
	}
	.top-bar.style3 .top-bar-inner {
		display: table;
		width: 100%;
	}

	.top-bar.style3 .logo {
		float: left;
		display: inline-block;
	}

	.top-bar.style3 .top-bar-info {
		float: right;
		display: inline-block;
		margin-top: -10px;
	}

	.top-bar.style3 .top-bar-info ul li {
		display: inline-block;
		margin-left: 55px;
	}

	.top-bar.style3 .top-bar-info ul li p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #8081c4;
	}

	.top-bar.style3 .top-bar-info ul li p.content {
		font-family: Poppins;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
		color: #0a0b20;
		margin-top: -3px;
	}

	.top-bar.style3 .top-bar-info ul li p:hover,
	.top-bar.style3 .top-bar-info ul li p.content:hover {
		color: #062975;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

/* Page Title
-------------------------------------------------------------- */
	.page-title {
		border-bottom: 10px solid #0a3c9e;
		padding: 140px 0 60px 0;
		text-align: center;
		background-size: cover;
    background-position: center;
	}

	.page-title .page-title-heading h1 a {
		font-family: Poppins;
		font-size: 60px;
		line-height: 70px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -3px;
	}
	.breadcrumbs span {
		font-weight: 500;
		font-size: 22px;
		display: inline-block;
		color: #05aa41;
		padding: 10px;
	}
	.page-title .breadcrumbs ul {
		list-style: none;
		margin-top: -3px;
	}

	.page-title .breadcrumbs ul li {
		text-decoration: none;
		display: inline-block;
		position: relative;
	}

	.page-title .breadcrumbs ul li:not(:last-child) {
		padding-right: 12px;
    margin-right: 5px;
	}

	.page-title .breadcrumbs ul li:first-of-type:after {
		content: "|";
		position: absolute;
		top: 50%;
		right: 0;
	    color: #fff;
	    transform: translateY(-50%);
	}

	.page-title .breadcrumbs ul li a {
	    font-family: Rubik;
	    font-size: 16px;
	    line-height: 40px;
	    font-weight: 500;
	    color: #fff;
	    letter-spacing: 2.3px;
	}

/* Pagination
-------------------------------------------------------------- */
	.flat-pagination {
		text-align: center;
	}

	.flat-pagination ul {
		margin-top: 50px;
	}

	.flat-pagination ul li {
		display: inline-block;
		margin: 0 3px;
		width: 40px;
		height: 40px;
		border: 1px solid #e5e5e5;
		line-height: 40px;
		text-align: center;
		border-radius: 40px;
		background-color: transparent;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-pagination ul li:hover {
		background-color: #062975;
	}

	.flat-pagination ul li.active {
		background-color: #062975;
	}

	.flat-pagination ul li a {
		display: block;
		color: #b7bdc5;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.flat-pagination ul li a:hover {
		color: #fff;
	}

	.flat-pagination ul li.active a {
		color: #fff;
	}

/* Header
-------------------------------------------------------------- */
	header.style1 {
		text-align: center;
		position: relative;
	}

	header.style1 #site-header {
	    position: relative;
	    width: 100%;
	    z-index: 9999;
	}

	/* header.style1.fixed-header #site-header {
		background-color: #062975;
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
		top: 0;
		z-index: 3;
	} */

	/* header.style1.fixed-header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999;
	} */

	/* header.style1.fixed-header #site-header .header-search-form.show {
		opacity: 1;
	    visibility: visible;
	    top: 100%;
	} */

	header.fixed-header #site-header .header-wrap {
		padding: 0;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	header.style1 .header-wrap {
		padding: 20px 0;
	}

	header.style1 .logo,
	header.style2 .logo,
	header.style3 .logo,
	header.style4 .logo {
		/* padding-top: 31px;   */
		float: left;
	}


	header.style1.fixed-header #site-header .mobile-button {
		top: 50%;
	}
	.extra {
		background-color: #001523;
	}

	header.style1 .nav-wrap {
		text-align: right;
		/* text-align: center; */
		/* display: inline-block; */
		/* margin-right: -150px; */
	}
 
	header.style1 #mainnav > ul.menu > li {
		display: inline-block;
		line-height: 40px;
		margin-right: 60px;
		margin-top: 20px;
		position: relative;
	}

	header.style1 .nav-wrap ul li a {
	    font-family: Rubik;
	    font-size: 14px; 
	    font-weight: 500;
	    color: #ebebeb;
	    letter-spacing: 1.4px;
	    display: block;
	} 

	header.style1 .nav-wrap ul.menu > li.active >a,
	header.style1 .nav-wrap ul.menu > li >a:hover,
	header.style1 .nav-wrap ul.menu > li:hover > a {
		color: #fff;
	}


	header.style1 .nav-wrap ul.sub-menu li a {
		position: relative;
	}

	header.style1 .nav-wrap ul.sub-menu li a:hover,
	header.style1 .nav-wrap ul.sub-menu li.active > a {
		color: #062975;
	}

	header.style1 .nav-wrap > ul > li {
	    display: inline-block; 
	}

	header.style1 .nav-wrap > ul > li > a { 
	    display: block; 
	    padding: 36px 0;
	} 

	header.style1 .nav-wrap ul.sub-menu {
		padding: 15px 0;
		position: absolute;
		left: 0px;
		top: 150%;
		width: 200px;
		margin-top: -20px;
		text-align: left;
		background-color: #ffffff;
		z-index: 9999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;  
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style1 .nav-wrap ul.menu > li:hover > ul.sub-menu {
	    top: 100%;
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	    opacity: 1;
	    visibility: visible;
	    border-top: 2px solid #062975;
	}

	header.style1 .nav-wrap ul.sub-menu li ul {
	    position: absolute;
	    left: 200px;
	    top: 5px;
		z-index: 9999;
	}

	header.style1 .nav-wrap ul.sub-menu li:hover ul {
		opacity: 1;
	    visibility: visible;
	}

	header.style1 .nav-wrap ul.sub-menu li:first-child {
	    border-top: none;
	}

	header.style1 .nav-wrap ul.sub-menu > li { 
	    line-height: 45px;
	    position: relative;
	}

	header.style1 .nav-wrap ul.sub-menu > li > a {
	    line-height: 45px;
	    font-weight: 400;
	    font-size: 13px;    
	    position: relative;
	    padding-left: 20px;
	}

	header.style1 .nav-wrap ul.sub-menu > li.has-child > a:after {
		content: "\f105";
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		top: 50%;
		transform: translateY(-50%);
		right: 15px;
		position: absolute;
	}

	header.style1 .nav-wrap ul.sub-menu > li > a:hover,
	header.style1 .nav-wrap ul.sub-menu > li.active > a {
		color: #062975; 
	}

	header.style1 .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		position: absolute !important;
		height: 1px;
		width: 1px;   
	}

	header.style1 #site-header .header-search-field {
		    margin: 0;
		    padding: 5px 50px 5px 10px;
		    background-color: #fff;   
		    height: 50px;
	}
	header.style1 input {
		    font-size: 1em;
		    max-width: 100%;	   
	}
	header.style1 #site-header .header-search-submit {
	    position: absolute;
	    right: 0;
	    top: 0;
	    padding: 0 20px;
	    height: 50px;
	}
	header.style1 #site-header .header-search-form {
	    position: absolute;
	    right: 160px;
	    top: 120%;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style1  #site-header .header-search-form.show {
		opacity: 1;
	    visibility: visible;
	    top: 90%;
	}

	header.style1 .header-search-submit{
		background-color: #062975;
		color: #fff;
	}
	header.style1 .header-search-submit .fa {
		margin-left: 0;
	}
	header.style1 .header-search-submit:hover{
		background-color: #191919;
		color: #fff;
	}
 
	header.style1 .extra-menu ul {
		list-style-type: none;
	}

	 header.style1 .extra-menu > ul > li {
	    position: relative;
	    display: inline-block;
	    margin-left: 25px;
	}

	 header.style1 .extra-menu ul li:last-of-type {
		margin-right: 0px;
	}

	header.style1 .extra-menu ul li a {
	    font-size: 18px;
	    line-height: 26px;
	    color: #fff; 
	    display: block;
	} 

	header.style1 .extra-menu ul li a:hover{
		color: #879fed;
	}

	header.style1 .extra-menu #search {
		font-family: Marcellus;
		font-size: 18px;
		line-height: 26px;
		color: #a6a6a6;
		border:none;
	}

	header.style1 .extra-menu i.ti-search {
		float: left;
		font-size: 18px;
		line-height: 26px;
		margin-bottom: -3px;
		margin-left: -4px;
	}

	header.style1 .extra-menu i.ti-search:hover {
		color: #c02323;
	}

	header.style1 .extra-menu{
		/* display: inline-block; */
		float: right;
		padding: 19px 0;
	}

	header.style1 input {
		font-size: 1em;
		max-width: 100%;	   
	}

	header.style2.fixed-header #site-header {
		background-color: #4d981d;
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
		top: 0;
		height: 70px;
		z-index: 3;
	}

	header.style2.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	header.style3 #site-header {
		position: relative;
		width: 100%;
		z-index: 2;
		background-color: #ce1b28;
		height: 73px;
	}

	header.style3.fixed-header #site-header {
		background-color: #ce1b28;
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
		top: 0;
		height: 73px;
	}

	header.style3.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	header.style4 #site-header {
		position: relative;
		width: 100%;
		z-index: 2;
		background-color: transparent;
		height: 70px;
	}

	header.style4.fixed-header #site-header {
		background-color: #fde428;
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
		top: 0;
		height: 80px;
	}

	header.style4.fixed-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
	}

	header.style4.fixed-header #site-header .header-wrap {
		padding: 0 0;
	}

	header.style2.fixed-header #site-header .header-wrap {
		padding: 0;
	}

	header.style2.fixed-header #site-header .mobile-button {
		top: 50%;
	} 

	header.style2 {
		text-align: center;
		position: relative;
		background-color: #4d981d;
		height: 70px;
	}

	header.style2 #site-header {
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	}

	header.style2 .nav-wrap {
		float: left;
		display: inline-block;
	}

	header.style2 .nav-wrap  ul.menu > li.active {
		position: relative;
		margin: 0 29px;
	}

	header.style2 .nav-wrap  ul.menu > li.active:first-of-type {
		margin-left: 0px;
	}

	header.style2 #mainnav > ul.menu > li {
		display: inline-block;
		line-height: 68px;
	}

	header.style2 .nav-wrap ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 70px;
		font-weight: 500;
		color: #b6b2c2;
		letter-spacing: 1.4px;
	} 

	header.style2 .nav-wrap ul.menu > li > a {
		color: #acec85;
	}

	header.style2 .nav-wrap ul li a:hover,
	header.style2 .nav-wrap ul > li.a > a {
		color: #fff;
	}

	header.style2 .nav-wrap ul.sub-menu li a {
		position: relative;
	}

	header.style2 .nav-wrap ul.sub-menu li a:after {
		content: "";
		left: 0px;
		bottom: 0;
		position: absolute;
		width: 0;
		height: 1px;
		background-color: #4d981d;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style2 .nav-wrap ul.sub-menu li a:hover,
	header.style2 .nav-wrap ul.sub-menu li.active a {
		color: #4d981d;
	}

	header.style2 .nav-wrap ul.sub-menu li a:hover:after {
		width: 100%;
	}

	header.style2 .nav-wrap ul.sub-menu li.active a:after {
		width: 100%;
		color: #4d981d;
	}

	header.style2 .nav-wrap > ul > li {
		display: inline-block; 
	}

	header.style2 .nav-wrap > ul > li > a { 
		display: block; 
		padding: 36px 0;
	} 
	header.style2 .nav-wrap ul.sub-menu {
		position: absolute;
		left: -40px;
		top: 150%;
		width: 200px;		
		text-align: left;
		background-color: #ffffff;
		z-index: 9999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;  
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style2 .nav-wrap ul li:hover > ul.sub-menu {
		top: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		border-top: 2px solid #4d981d;
	}

	header.style2 .nav-wrap ul.sub-menu li ul {
		position: absolute;
		left: 201px;
		top: 0 !important;
	}

	header.style2 .nav-wrap ul.sub-menu li:first-child {
		border-top: none;
	}

	header.style2 .nav-wrap ul.sub-menu > li {
		padding: 0 0 0 40px;
		line-height: 45px;
		position: relative;
	}

	header.style2 #mainnav-mobi ul.sub-menu > li {
		padding-left: 0;
	}

	header.style2 .nav-wrap ul.sub-menu > li > a {
		line-height: 45px;
		font-weight: 400;
		font-size: 13px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style2 #mainnav-mobi ul > li.active > a {
		color: #fff;
	}

	header.style2 #mainnav-mobi ul > li.active.a > a,
	header.style2 #mainnav-mobi ul.sub-menu > li > a:hover,
	header.style2 #mainnav-mobi > ul > li > ul > li.active > a {
		color: #acec85;
	} 

	header.style2 .search{
		display: inline-block;
		float: right;
		margin-top: 10px;
	}

	header.style2 ul li i {
		margin-top: 12px;
		font-size: 19px;
	}

	header.style2 .search ul {
		list-style-type: none;
	}

	header.style2 .search > ul > li {
		position: relative;
	}

	header.style2 .search ul li a {
		font-family: Marcellus;
		font-size: 14px;
		line-height: 26px;
		color: #fff;
		letter-spacing: 1px;
	} 

	header.style2 .search ul li a:hover{
		color: #062975;
	}

	header.style2 .search > ul > li {
		display: inline-block; 
		margin-left: 23px;
	}

	header.style2 .search > ul > li > a { 
		display: block; 
	} 

	header.style3 {
		text-align: center;
		position: relative;
		background-color: #ce1b28;
		height: 73px;
	}

	header.style3 #site-header {
		box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
	}

	header.style3 .nav-wrap {
		float: left;
		display: inline-block;
	}

	header.style3 .nav-wrap  ul.menu > li.active {
		position: relative;
		margin: 0 29px;
	}

	header.style3 .nav-wrap  ul.menu > li.active:first-of-type {
		margin-left: 0px;
	}

	header.style3 #mainnav > ul.menu > li {
		display: inline-block;
		line-height: 73px;
	}

	header.style3 .nav-wrap ul.menu > li > a {
		color: #ffd2d5;
	}

	header.style3 .nav-wrap ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 70px;
		font-weight: 500;
		color: #b6b2c2;
		letter-spacing: 1.4px;
	} 

	header.style3 .nav-wrap ul li a:hover,
	header.style3 .nav-wrap ul > li.a > a {
		color: #fff;
	}

	header.style3 .nav-wrap ul.sub-menu li a {
		position: relative;
	}

	header.style3 .nav-wrap ul.sub-menu li a:after {
		content: "";
		left: 0px;
		bottom: 0;
		position: absolute;
		width: 0;
		height: 1px;
		background-color: #b80d19;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style3 .nav-wrap ul.sub-menu li a:hover,
	header.style3 .nav-wrap ul.sub-menu li.active a {
		color: #b80d19;
	}

	header.style3 .nav-wrap ul.sub-menu li a:hover:after {
		width: 100%;
	}

	header.style3 .nav-wrap ul.sub-menu li.active a:after {
		width: 100%;
		color: #b80d19;
	}

	header.style3 .nav-wrap > ul > li {
		display: inline-block; 
	}

	header.style3 .nav-wrap > ul > li > a { 
		display: block; 
		padding: 36px 0;
	} 
	header.style3 .nav-wrap ul.sub-menu {
		position: absolute;
		left: -40px;
		top: 150%;
		width: 200px;
		text-align: left;
		background-color: #ffffff;
		z-index: 9999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;  
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style3 .nav-wrap ul li:hover > ul.sub-menu {
		top: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		border-top: 2px solid #b80d19;
	}

	header.style3 .nav-wrap ul.sub-menu li ul {
		position: absolute;
		left: 201px;
		top: 0 !important;
	}

	header.style3 .nav-wrap ul.sub-menu li:first-child {
		border-top: none;
	}

	header.style3 .nav-wrap ul.sub-menu > li {
		padding: 0 0 0 40px;
		line-height: 45px;
		position: relative;
	}

	header.style3 .nav-wrap ul.sub-menu > li > a {
		line-height: 45px;
		font-weight: 400;
		font-size: 13px;
	}

	header.style3 .search{
		display: inline-block;
		float: right;
		margin-top: 14px;
	}

	header.style3 ul li i {
		margin-top: 12px;
		font-size: 19px;
	}

	header.style3 .search ul {
		list-style-type: none;
	}

	header.style3 .search > ul > li {
		position: relative;
	}

	header.style3 .search ul li a {
		font-family: Marcellus;
		font-size: 14px;
		line-height: 26px;
		color: #fff;
		letter-spacing: 1px;
	} 

	header.style3 .search ul li a:hover{
		color: #062975;
	}

	header.style3 .search > ul > li {
		display: inline-block; 
		margin-left: 23px;
	}

	header.style3 .search > ul > li > a { 
		display: block; 
	} 

	header.style3 #mainnav-mobi ul > li.active.a > a,
	header.style3 #mainnav-mobi ul.sub-menu > li > a:hover,
	header.style3 #mainnav-mobi > ul > li > ul > li.active > a {
		color: #b80d19;
	} 

	header.style3 #mainnav-mobi ul.sub-menu > li {
		padding-left: 0;
	}

	header.style3 #mainnav-mobi ul > li.active > a {
		color: #fff;
	}

	header.style4 {
		text-align: center;
		position: absolute;
		width: 100%;
		z-index: 2;
	}

	header.style4 .header-wrap {
		padding: 34px 0;
	}

	header.style4 .logo {
		float: left;
		display: inline-block;
		padding-top: 30px;
	}
	
	.logo {
		/* outline: 5px solid #093d9a; */
		/* background-color: #fff; */
		margin-top: -20px;
		/* box-shadow: rgba(0, 0, 0, 0.15) 2.72076px 8px 24px;  */
	}
	.home .logo {
		/*background-color: #08195108;*/
		margin-top: -20px;
		/*box-shadow: rgba(0, 0, 0, 0.15) 2.72076px 8px 24px; */
	}
	header.style4 .search {
		float: right;
		display: inline-block;
	}

	header.style4 .nav-wrap {
		text-align: center;
		display: inline-block;
		margin-left: 80px;
	}

	header.style4 .nav-wrap  ul.menu > li.active {
		position: relative;
		margin: 0 25px;
	}

	header.style4 .nav-wrap  ul.menu > li.active:first-of-type {
		margin-left: 0px;
	}

	header.style4 #mainnav > ul.menu > li {
		display: inline-block;
		line-height: 100px;
	}

	header.style4 .nav-wrap ul.menu > li > a {
		color: #a2a4c8;
	}

	header.style4 .nav-wrap ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 90px;
		font-weight: 500;
		color: #b6b2c2;
		letter-spacing: 1.4px;
	} 

	header.style4 .nav-wrap ul li a:hover,
	header.style4 .nav-wrap ul > li.a > a {
		color: #fff;
	}

	header.style4 .nav-wrap ul.sub-menu li a {
		position: relative;
	}

	header.style4 .nav-wrap ul.sub-menu li a:after {
		content: "";
		left: 0px;
		bottom: 0;
		position: absolute;
		width: 0;
		height: 1px;
		background-color: #fde428;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style4 .nav-wrap ul.sub-menu li a:hover,
	header.style4 .nav-wrap ul.sub-menu li.active a {
		color: #fde428;
	}

	header.style4 .nav-wrap ul.sub-menu li a:hover:after {
		width: 100%;
	}

	header.style4 .nav-wrap ul.sub-menu li.active a:after {
		width: 100%;
		color: #fde428;
	}

	header.style4 .nav-wrap > ul > li {
		display: inline-block; 
	}

	header.style4 .nav-wrap > ul > li > a { 
		display: block; 
		padding: 36px 0;
	} 
	header.style4 .nav-wrap ul.sub-menu {
		position: absolute;
		left: -40px;
		top: 150%;
		width: 200px;
		text-align: left;
		background-color: #ffffff;
		z-index: 9999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;  
		visibility: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	header.style4 .nav-wrap ul li:hover > ul.sub-menu {
		top: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		border-top: 2px solid #fde428;
	}

	header.style4 .nav-wrap ul.sub-menu li ul {
		position: absolute;
	    top: -2px !important;
    	left: 100%;
	}

	header.style4 .nav-wrap ul.sub-menu li:first-child {
		border-top: none;
	}

	header.style4 .nav-wrap ul.sub-menu > li {
		padding: 0 0 0 40px;
		line-height: 45px;
		position: relative;
	}

	header.style4 .nav-wrap ul.sub-menu > li > a {
		line-height: 45px;
		font-weight: 400;
		font-size: 13px;
	}

	header.style4 .search{
		display: inline-block;
		float: right;
		padding: 24px 0 36px;
	}

	header.style4 ul li i {
		margin-top: 12px;
		font-size: 19px;
	}

	header.style4 .search ul {
		list-style-type: none;
	}

	header.style4 .search > ul > li {
		position: relative;
	}

	header.style4 .search ul li a {
		font-family: Rubik;
		font-size: 16px;
		line-height: 30px;
		color: #a2a4c8;
		letter-spacing: 1px;
	} 

	header.style4 .search ul li a:hover{
		color: #062975;
	}

	header.style4 .search > ul > li {
		display: inline-block; 
		margin-left: 23px;
	}

	header.style4 .search > ul > li > a { 
		display: block; 
	} 

	header.style4 #mainnav-mobi ul > li.active.a > a,
	header.style4 #mainnav-mobi ul.sub-menu > li > a:hover,
	header.style4 #mainnav-mobi > ul > li > ul > li.active > a {
		color: #fde428;
	} 

	header.style4 #mainnav-mobi ul.sub-menu > li {
		padding-left: 0;
	}
	
	header.style4 #mainnav-mobi ul > li.active > a {
		color: #fff;
	}

/* Footer
-------------------------------------------------------------- */
	footer.style1 {
		background-color: #062975;
		padding: 100px 0 82px;
	}

	footer.style1 .widget-text {
		margin-bottom: 35px;
	}

	footer.style1 .widget-text p {
		margin-top: 34px;
		font-family: Rubik;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #b9c9ff;
		padding-right: 12px;
	}

	footer.style1 .widget-text h2 {
		margin-top: 35px;
		font-family: Poppins;
		font-size: 26px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.8px;
	}

	footer.style1 .widget-text h2:hover {
		color: #b9c9ff;
	}

	footer.style1 .widget-subscribe {
		margin-top: 23px;
		padding-right: 8px;
	}

	footer.style1 .widget-subscribe form {
		position: relative;
	}

	footer.style1 .widget-subscribe input[type='email'] {
		background-color: #2e4cae;
		border: none;
		color: #d0dbff;
	}

	footer.style1 .widget-subscribe input[type='email']::placeholder{  
		color: #d0dbff; 
	} 
	footer.style1 .widget-subscribe input[type='email']:-ms-input-placeholder{  
		color: #d0dbff; 
	} 
	footer.style1 .widget-subscribe input[type='email']::-ms-input-placeholder {  
		color: #d0dbff; 
	} 

	footer.style1 .widget-subscribe button {
		width: 60px;
		height: 60px;
		line-height: 60px;
		background-color: #0f0e26;
		position: absolute;
		top: 0;
		right: 2px;
	}

	footer.style1 .widget-subscribe .widget-title {
		font-size: 26px;
		font-weight: 600;
		letter-spacing: -0.9px;
		margin-bottom: 21px;
	}

	footer.style1 .widget-subscribe button:hover {
		color: #062975;
	}

	footer.style1 .widget-title {
		font-family: Poppins;
		font-size: 20px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.5px;
	} 

	footer.style1 .widget-pages {
		padding: 14px 0 0 30px;
	}

	footer.style1 .widget-pages ul {
		margin-top: 27px;
		padding-left: 5px;
	}

	footer.style1 .widget-privecy {
		padding: 16px 0 0 20px;
	}

	footer.style1 .widget-privecy ul {
		margin-top: 27px;
		padding-left: 5px;
	}

	footer.style1 .widget-list ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 37px;
		font-weight: 400;
		color: #b9c9ff;
	}

	footer.style1 .widget-list ul li a span {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style1 .widget-list ul li a:hover span {
		color: #fff;
		margin-left: 5px;
	}

	footer.style1 .widget-list ul li a:hover i {
		color: #fff;
	}

	footer.style1 .widget-blog-feeds {
		padding: 16px 0 0 44px;
	}

	footer.style1 .widget-blog-feeds ul li.top {
		margin-top: 32px;
	}

	footer.style1 .widget-blog-feeds ul li.center {
		margin-top: 22px;
	}

	footer.style1 .widget-blog-feeds ul li.bottom {
		margin-top: 23px;
	}

	footer.style1 .widget-blog-feeds .wrap-image {
		float: left;
		display: inline-block;
		margin-right: 23px;
		max-width: 70px;
		margin-top: 7px;
	}

	footer.style1 .widget-blog-feeds .text p {
		font-family: Rubik;
		font-size: 12px;
		line-height: 26px;
		font-weight: 500;
		color: #b9c9ff;
		letter-spacing: 1.3px;
	}

	footer.style1 .widget-blog-feeds .text h3 a {
		font-family: Poppins;
		font-size: 16px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.5px;
	}

	footer.style1 .widget-blog-feeds .text h3 a:hover {
		color: #b9c9ff;
	}

	footer.style2 {
		background-color: #0a0b20;
		padding: 171px 0 82px;
	}

	footer.style2 .widget-text p {
		margin-top: 52px;
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #8688ae;
	}

	footer.style2 .widget-text h2 {
		margin-top: 35px;
		font-family: Poppins;
		font-size: 26px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.8px;
	}

	footer.style2 .widget-text h2:hover {
		color: #b9c9ff;
	}

	footer.style2 .widget-text .widget-social {
		margin-top: 45px;
	}

	footer.style2 .widget-text .widget-social ul li {
		display: inline-block;
		width: 40px;
		height: 40px;
		border: 1px solid #12142f;
		line-height: 40px;
		text-align: center;
		border-radius: 40px;
		background-color: transparent;
		margin-right: 6px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style2 .widget-text .widget-social ul li a {
		color: #8688ae;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style2 .widget-text .widget-social ul li:hover {
		background-color: #5ea233;
	}

	footer.style2 .widget-text .widget-social ul li.active {
		background-color: #5ea233;
	}

	footer.style2 .widget-text .widget-social ul li:hover a {
		color: #fff;
	}

	footer.style2 .widget-text .widget-social ul li.active a {
		color: #fff;
	}

	footer.style2 .widget-title {
		font-family: Poppins;
		font-size: 30px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.9px;
	}

	footer.style2 .widget-title:hover {
		color: #b9c9ff;
	}

	footer.style2 .widget-privecy {
		padding: 8px 0 0 0px;
		margin-left: -12px;
	}

	footer.style2 .widget-privecy ul {
		margin-top: 27px;
	}

	footer.style2 .widget-list ul li {
		margin-bottom: 3px;
	}

	footer.style2 .widget-list ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 37px;
		font-weight: 400;
		color: #b9c9ff;
	}

	footer.style2 .widget-list ul li a span {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style2 .widget-list ul li a:hover span {
		color: #fff;
		margin-left: 5px;
	}

	footer.style2 .widget-blog-feeds {
		padding: 7px 12px 0 24px;
	}

	footer.style2 .widget-blog-feeds ul li.top {
		margin-top: 40px;
	}

	footer.style2 .widget-blog-feeds ul li.center {
		margin-top: 19px;
	}

	footer.style2 .widget-blog-feeds ul li.bttom {
		margin-top: 19px;
	}

	footer.style2 .widget-blog-feeds .wrap-image {
		float: left;
		display: inline-block;
		margin-right: 23px;
		max-width: 70px;
		margin-top: 7px;
	}

	footer.style2 .widget-blog-feeds .text p {
		font-family: Rubik;
		font-size: 12px;
		line-height: 26px;
		font-weight: 500;
		color: #b9c9ff;
		letter-spacing: 1.3px;
	}

	footer.style2 .widget-blog-feeds .text p:hover {
		color: #fff;
	}

	footer.style2 .widget-blog-feeds .text h3 {
		margin-top: 3px;
	}

	footer.style2 .widget-blog-feeds .text h3 a {
		font-family: Poppins;
		font-size: 16px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.5px;
	}

	footer.style2 .widget-blog-feeds .text h3 a:hover {
		color: #b9c9ff;
	}

	footer.style2 .widget-image {
		padding-top: 9px;
	}

	footer.style2 .widget-image .image-list {
		margin: 0 -5px;
	}

	footer.style2 .widget-image ul {
		margin-top: 36px;
	}

	footer.style2 .widget-image ul li {
		width: 33.33%;
		float: left;
		display: inline-block;
		padding: 0 5px 0;
		margin: 0 0 15px 0px;
	}

	footer.style2 .widget-image ul li .img-footer {
		position: relative;
	}

	footer.style2 .widget-image ul li .img-footer .img-bong:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 0%;
		background: rgba(27, 27, 27, 0.90);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style2 .widget-image ul li .img-footer:hover .img-bong:after {
		height: 100%;
		width: 100%;
	}

	footer.style2 .widget-image ul li .img-footer .img-bong .icon-bong i {
		color: #fff;
	}

	footer.style2 .widget-image ul li .img-footer .img-bong .icon-bong {
		position: absolute;
		top: 40%;
		left: 40%;
		opacity: 0;
		z-index: 2;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style2 .widget-image ul li .img-footer:hover .icon-bong {
		opacity: 1;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	}

	footer.style3 {
		background-color: #0a0b20;
		padding: 120px 0 82px;
	}

	footer.style3 .widget-text p {
		margin-top: 34px;
		font-family: Rubik;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #8688ae;
		padding-right: 12px;
	}

	footer.style3 .widget-text h2 {
		margin-top: 35px;
		font-family: Poppins;
		font-size: 26px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.8px;
	}

	footer.style3 .widget-text h2:hover {
		color: #b9c9ff;
	}

	footer.style3 .widget-text .widget-social {
		margin-top: 36px;
	}

	footer.style3 .widget-text .widget-social ul li {
		display: inline-block;
		width: 60px;
		height: 60px;
		border: 1px solid #12142f;
		line-height: 60px;
		text-align: center;
		border-radius: 40px;
		background-color: transparent;
		margin-right: 12px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style3 .widget-text .widget-social ul li a {
		color: #8688ae;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style3 .widget-text .widget-social ul li:hover {
		background-color: #b80d19;
	}

	footer.style3 .widget-text .widget-social ul li.active {
		background-color: #b80d19;
	}

	footer.style3 .widget-text .widget-social ul li:hover a {
		color: #fff;
	}

	footer.style3 .widget-text .widget-social ul li.active a {
		color: #fff;
	}

	footer.style3 .widget-title {
		font-family: Poppins;
		font-size: 20px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.5px;
	}

	footer.style3 .widget-title:hover {
		color: #b9c9ff;
	}

	footer.style3 .widget-privecy {
		padding: 4px 0 0 39px;
	}

	footer.style3 .widget-privecy ul {
		margin-top: 34px;
	}

	footer.style3 .widget-list ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 46px;
		font-weight: 400;
		color: #8688ae;
	}

	footer.style3 .widget-list ul li a span {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style3 .widget-list ul li a:hover span {
		color: #fff;
		margin-left: 5px;
	}

	footer.style3 .widget-blog-feeds {
		padding: 5px 0 0 44px;
	}

	footer.style3 .widget-blog-feeds ul {
		margin-top: 33px;
	}

	footer.style3 .widget-image {
		padding-top: 5px;
	}

	footer.style3 .widget-image .image-list {
		margin: 9px -5px 0;
	}

	footer.style3 .widget-image ul {
		margin-top: 40px;
	}

	footer.style3 .widget-image ul li {
		width: 33.33%;
		float: left;
		display: inline-block;
		padding: 0 10px 0 5px;
		margin: 0 0 16px 0px;
	}

	footer.style3 .widget-image ul li .img-footer {
		position: relative;
	}

	footer.style3 .widget-image ul li .img-footer .img-bong:after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 0%;
		height: 0%;
		background: rgba(27, 27, 27, 0.90);
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style3 .widget-image ul li .img-footer:hover .img-bong:after {
		height: 100%;
		width: 100%;
	}

	footer.style3 .widget-image ul li .img-footer .img-bong .icon-bong i {
		color: #fff;
	}

	footer.style3 .widget-image ul li .img-footer .img-bong .icon-bong {
		position: absolute;
		top: 40%;
		left: 40%;
		opacity: 0;
		z-index: 2;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style3 .widget-image ul li .img-footer:hover .icon-bong {
		opacity: 1;
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		-moz-transform: translateY(0%);
		transform: translateY(0%);
	} 

	footer.style4 {
		background-color: #000f1b;
		padding: 120px 0;
	}

	footer.style4 .footer-widget {
		text-align: center;
	}

	footer.style4 .widget-text p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		color: #8ea8bc;
		font-weight: 400;
		padding: 0 209px;
		margin-top: 42px;
	}

	footer.style4 .widget-social {
		margin-top: 43px;
	}

	footer.style4 .widget-social ul li {
		display: inline-block;
		width: 60px;
		height: 60px;
		border: 1px solid #12142f;
		line-height: 60px;
		text-align: center;
		border-radius: 40px;
		background-color: transparent;
		margin: 0 5px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style4 .widget-social ul li a {
		color: #8688ae;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	footer.style4 .widget-social ul li:hover {
		background-color: #fde428;
	}

	footer.style4 .widget-social ul li:hover a {
		color: #fff;
	}

	footer.style4 .widget-social ul li.active {
		background-color: #fde428;
	}

	footer.style4 .widget-social ul li.active a {
		color: #fff;
	}

	.flat-team.contact-grid {

	}
/* Bottom
-------------------------------------------------------------- */
	footer .bottom {
		background-color: #071853;
	}

	.bottom .wrap-bottom {
		border-top: 1px solid #3c57af;
		padding: 36px 0;
	}

	.bottom .wrap-bottom .title-bottom {
		float: left;
		display: inline-block;
	}

	.bottom .wrap-bottom .title-bottom p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #fff;
	}

	.bottom .wrap-bottom .social-bottom {
		float: right;
		display: inline-block;
	}

	.bottom .wrap-bottom .social-bottom ul li {
		display: inline-block;
		margin-left: 21px;
	}

	.bottom .wrap-bottom .social-bottom ul li a {
		font-size: 16px;
		line-height: 26px;
		color: #fff;
	}

	.bottom .wrap-bottom .social-bottom ul li a:hover {
		color: #b9c9ff;
	}

	.bottom-style2 {
		background-color: #0a0b20;
	}

	.bottom-style2 .wrap-bottom {
		border-top: 3px solid #0e0f27;
		padding: 38px 0;
		text-align: center;
	}

	.bottom-style2 .wrap-bottom p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #fff;
	}

	.bottom-style3 {
		background-color: #0a0b20;
	}

	.bottom-style3 .wrap-bottom {
		border-top: 3px solid #0e0f27;
		padding: 38px 0;
		text-align: center;
	}

	.bottom-style3 .wrap-bottom p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #fff;
	}

/* Sidebar
-------------------------------------------------------------- */
	.sidebar .widget-same {
		padding: 37px 28px 18px;
		border: 2px solid #e5e5e5;
	}

	.sidebar h2.widget-title {
		padding-left: 61px;
		position: relative;
		font-family: Poppins;
		font-size: 28px;
		line-height: 24px;
		font-weight: 600;
		color: #140a20;
	}

	.sidebar h2.widget-title:hover {
	    color: #062975;
	}

	.sidebar h2.widget-title:before {
		content: "";
		position: absolute;
		top: 13px;
		left: 0px;
		width: 40px;
		height: 2px;
		background-color: #e5e5e5;
	}

	.sidebar .widget-search form {
		position: relative;
		margin-top: 37px;
	}

	.sidebar .widget-search input {
		font-size: 12px;
		letter-spacing: -0.1px;
		padding-left: 28px;
	}

	.sidebar .widget-search button {
		padding: 22px 23px;
		position: absolute;
		top: 0;
		right: 0;
	}

	.sidebar .widget-categories h2.widget-title {
		margin-bottom: 38px;
	}

	.sidebar .widget-instagram,
	.sidebar .widget-follow,
	.sidebar .widget-categories,
	.sidebar .widget-news,
	.sidebar .widget-tags {
		margin-top: 40px;
	}

	.sidebar .widget-instagram ul li {
		width: 33.33%;
		float: left;
		margin-bottom: 17px; 
		padding: 0 8.5px;
	}

	.sidebar .widget-instagram ul {
		margin: 43px -8.5px 3px;
	}

	.sidebar .widget-follow {
		padding-bottom: 38px;
	}

	.sidebar .widget-follow ul {
		text-align: center;
		margin-top: 38px;
	}

	.sidebar .widget-follow ul li {
		display: inline-block;
	    width: 40px;
	    height: 40px;
	    border: 1px solid #e5e5e5;
	    line-height: 40px;
	    text-align: center;
	    border-radius: 40px;
	    background-color: transparent;
		margin: 0 3px;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.sidebar .widget-follow ul li a {
		color: #a09acd;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.sidebar .widget-follow ul li a.big {
		padding: 10px 14px;
	}

	.sidebar .widget-follow ul li:hover {
		background-color: #062975;
		border: 1px solid #062975;
	}

	.sidebar .widget-follow ul li:hover a {
		color: #fff;
	}

	.sidebar .widget-follow ul li.active {
		background-color: #062975;
		border: 1px solid #062975;
	}

	.sidebar .widget-follow ul li.active a {
		color: #fff;
	}

	.sidebar .widget-categories {
		padding-bottom: 21px;
	}

	.sidebar .widget-categories .categories-time {
		float: right;
	    margin-top: 2px;
	}

	.sidebar .widget-categories ul li {
		padding-bottom: 10px;
		border-bottom: 1px solid #e5e5e5;
		margin-top: 10px;
	}

	.sidebar .widget-categories ul li a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #747da1;
	}

	.sidebar .widget-categories ul li a:hover {
		color: #062975;
	}

	.sidebar .widget-categories ul li:last-of-type {
		border: none;
	}

	.sidebar .widget-news ul li .widget-img {
		float: left;
		display: inline-block;
		margin-right: 20px;
		max-width: 80px;
		margin-top: 2px;
	}

	.sidebar .widget-news ul li .widget-text h3 a {
		font-size: 16px;
		line-height: 20px;
		color: #140a20;
	}

	.sidebar .widget-news ul li .widget-text h3 a:hover {
		color: #062975;
	}

	.sidebar .widget-news {
		padding-bottom: 34px;
	}

	.sidebar .widget-news h2.widget-title {
		margin-bottom: 36px;
	}

	.sidebar .widget-news ul li:not(:last-child) {
		margin-bottom: 14px;
	} 

	.sidebar .widget-news ul li .widget-text p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #747da1;
	}

	.sidebar .widget-news ul li .widget-text p i {
		font-size: 16px;
		line-height: 24px;
	    margin-right: 3px;
	}

	.sidebar .widget-tags {
		padding-left: 23px;
		padding-bottom: 38px;
	}

	.sidebar .widget-tags  h2.widget-title {
		padding-left: 63px;
	}


	.sidebar .widget-tags ul {
		margin-top: 34px;
	}

	.sidebar .widget-tags ul li {
		display: inline-block;
		margin-top: 10px;
	}

	.sidebar .widget-tags ul li a {
		border: 1px solid #e5e5e5;
	    padding: 8px 15px 4px 19px;
	    color: #8583b1;
	    font-size: 14px;
	    margin-right: 8px;
	}

	.sidebar .widget-tags ul li a:hover {
		color: #fff;
	}

	.sidebar .widget-banner {
		margin-top: 40px;
		background-image: url(../image/blog/blog14.jpg);
		width: 100%;
		padding: 40px 0 50px;
		text-align: center;
	}

	.sidebar .widget-banner a {
	    padding: 17px 36px 17px 37px;
	    background-color: #062975;
	    color: #fff;
	    margin-top: 83px;
	    font-size: 12px;
	    font-weight: 500;
	    letter-spacing: 2.5px;
	    font-family: "Rubik";
	}

	.sidebar .widget-banner a:hover {
		color: #062975;
	}

	.sidebar .widget-banner p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 36px;
		font-weight: 500;
		color: #fff;
		letter-spacing: 2.9px;
	} 

	.sidebar .widget-banner h2 {
		font-family: Poppins;
		font-size: 30px;
		line-height: 50px;
		font-weight: 300;
		color: #fff;
		margin-top: 115px;
	    letter-spacing: -0.8px;
	}
	 
	.sidebar .widget-banner h1 {
		font-family: Poppins;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600;
		color: #fff;
		margin-top: -4px;
	    letter-spacing: -1px;
	} 

/* Flat Slider 
-------------------------------------------------------------- */

	.flat-slider.style1 .wellcome.make {
		font-family: Rubik;
		font-size: 30px;
		font-weight: 400;
		color: #ffc954;
		/* -webkit-text-stroke: 0.7px #ffc954; */
		margin: 0 100px;
		display: inline-block;
		position: relative;
	}
	/* .flat-slider.style1 .wellcome.make:before {
		content: '';
		position: absolute;
		top: 47%;
		left: 200px;
		width: 70px;
		height: 1px;
		background-color: #e1eaeb;
	}

	.flat-slider.style1 .wellcome.make:after {
		content: '';
		position: absolute;
		top: 47%;
		right: 200px;
		width: 70px;
		height: 1px;
		background-color: #e1eaeb;
	} */

	.flat-slider.style1 .text-white.style1 {
		font-family: Poppins;
		font-size: 120px;
		font-weight: 600;
		color: #fff;
		line-height: 150px;
		letter-spacing: -2.3px;
	}

	.flat-slider.style1 .button-btn.slider1 {
		padding: 16px 73px 16px 40px;
		display: inline-block;
	}

	.flat-slider.style1 .button-btn.slider1:hover {
		padding: 16px 22px 16px 91px;
	}

	.hover-slider.style4 {
		display: inline-block;
		margin-left: 30px;
	}

	.flat-slider.style1 .hover-slider.style4 a {
		border: 1px solid #ab8b78;
		padding: 15px 42px;
		color: #c0b9d3;
		background-color: transparent;
		font-family: Poppins;
		font-weight: 600;
		font-size: 14px;
		border: 2px solid rgba(255, 255, 255, .3);
	}

	.flat-slider.style1 .hover-slider.style4 a:hover {
		color: #fff;
		border: 2px solid #062975;
	}

	.flat-slider.style1 .tp-leftarrow {
		margin-left: 92px;
		margin-top: 50px;
		background-color: transparent;
		color: #7d7897;
		width: 70px;
		height: 70px;
		border: 1px solid #fff;
		border-radius: 40px;
	}

	.flat-slider.style1 .tp-leftarrow:before {
		line-height: 70px;
	}

	.flat-slider.style1 .tp-leftarrow:hover {
		background: #fff;
	}

	.flat-slider.style1 .tp-leftarrow:hover:before {
		color: #062975;
	}

	.flat-slider.style1 .forcefullwidth_wrapper_tp_banner {
		overflow: hidden;
	}

	.flat-slider.style1 .tp-rightarrow {
		margin-right: 92px;	
		margin-top: 50px;
		background-color: transparent;
		color: #7d7897;
		width: 70px;
		height: 70px;
		border: 1px solid #fff;
		border-radius: 40px;
	}

	.flat-slider.style1 .tp-rightarrow:before {
		line-height: 70px;
	}

	.flat-slider.style1 .tp-rightarrow:hover {
		background: #fff;
	}

	.flat-slider.style1 .tp-rightarrow:hover:before {
		color: #062975;
	}

	.flat-slider.style1 .tp-rightarrow .foreground {
		fill: transparent;
		stroke-dasharray: 377;
		stroke-dashoffset: 377;
		stroke: #062975;
		transform-origin: 50% 50%;
		transform: rotate(-90deg);
		transition: all 800ms ease;
	}

	.flat-slider.style1 .tp-rightarrow:hover .foreground {
		stroke-dashoffset: 0;
		transform: rotate(-90deg);
	}

	/*flat-slider.style2*/

	.flat-slider.style2 .hover-slider.style1 {
		overflow: hidden;
	}

	.flat-slider.style2 .hover-slider.style1 a {
		border: 1px solid #767aa6;
		padding: 15px 42px;
		color: #767aa6;
		font-family: Poppins;
		font-size: 14px;
		font-weight: 600;
	}

	.flat-slider.style2 .hover-slider.style1 a:hover {
		color: #fff;
		border: 1px solid #4d981d;
	}

	.flat-slider.style2 .family.slider2 {
		font-family: Rubik;
		font-size: 26px;
		font-weight: 400;
		color: #858cb2;
		margin-left: 112px;
		position: relative;
	}

	.flat-slider.style2 .family.slider2:before {
		content: "";
		position: absolute;
		width: 90px;
		height: 1px;
		top: 47%;
		left: -120px;
		background-color: #858cb2;
	}

	.flat-slider.style2 .health.slider2 {
		font-family: Poppins;
		font-size: 70px;
		font-weight: 600;
		line-height: 80px;
		color: #0a0b20;
		letter-spacing: -0.8px;
		padding-right: 300px;
	}

	.flat-slider.style2 .button-btn.slider2 {
		padding: 16px 73px 16px 40px;
		display: inline-block;
	}

	.flat-slider.style2 .button-btn.slider2:hover {
		padding: 16px 22px 16px 91px;
	}

	.flat-slider.style2 .tp-leftarrow {
		margin-left: 94px;
		margin-top: -13px;
		background-color: transparent;
		color: #7d7897;
		width: 70px;
		height: 70px;
		border: 1px solid #7d7897;
		border-radius: 40px;
	}

	.flat-slider.style2 .tp-leftarrow:before {
		line-height: 70px;
	}

	.flat-slider.style2 .tp-leftarrow:hover {
		background: #fff;
	}

	.flat-slider.style2 .tp-leftarrow:hover:before {
		color: #7d7897;
	}

	.flat-slider.style2 .forcefullwidth_wrapper_tp_banner {
		overflow: hidden;
	}

	.flat-slider.style2 .tp-rightarrow {
		margin-right: 92px;	
		margin-top: -13px;
		background-color: transparent;
		color: #7d7897;
		width: 70px;
		height: 70px;
		border: 1px solid #7d7897;
		border-radius: 40px;
	}

	.flat-slider.style2 .tp-rightarrow:before {
		line-height: 70px;
	}

	.flat-slider.style2 .tp-rightarrow:hover {
		background: #fff;
	}

	.flat-slider.style2 .tp-rightarrow:hover:before {
		color: #7d7897;
	}

	/*flat-slider3*/

	.hover-slider.style2 {
		overflow: hidden;
	}

	.hover-slider.style2 a {
		border: 1px solid #b5474e;
		padding: 15px 42px;
		color: #fff;
		font-family: Poppins;
		font-size: 14px;
		font-weight: 600;
	}

	.hover-slider.style2 a:hover {
		color: #fff;
		border: 1px solid #0a0b20;
	}

	.flat-slider.style3 .family.slider3 {
		font-family: Rubik;
		font-size: 26px;
		font-weight: 400;
		color: #fff;
		margin-left: 112px;
		position: relative;
	}

	.flat-slider.style3 .family.slider3:before {
		content: "";
		position: absolute;
		width: 90px;
		height: 1px;
		top: 47%;
		left: -120px;
		background-color: #858cb2;
	}

	.flat-slider.style3 .health.slider3 {
		font-family: Poppins;
		font-size: 70px;
		font-weight: 600;
		line-height: 80px;
		color: #fff;
		letter-spacing: -0.8px;
		padding-right: 300px;
	}

	.flat-slider.style3 .button-btn.fix-bug {
		padding: 16px 73px 16px 40px;
		display: inline-block;
	}

	.button-btn.fix-bug {
		margin-right: 40px;
		padding: 16px 87px 16px 54px;
		background-color: #0a0b20;
	}

	.button-btn.fix-bug a {
		color: #fff;
		font-family: Poppins;
		font-size: 14px;
		letter-spacing: 1.5px;
	}

	.button-btn.slider3:hover a {
		color: #fff;
	}

	.button-btn.fix-bug .submit-btn.slider3 {
		padding: 16px 23px;
		background-color: #0f112c;
		color: #fff;
	}

	.flat-slider.style3 .button-btn.fix-bug:hover {
		padding: 16px 22px 16px 91px;
	}

	.flat-slider.style3 .tp-leftarrow {
		margin-left: 94px;
		margin-top: -13px;
		background-color: transparent;
		color: #7d7897;
		width: 70px;
		height: 70px;
		border: 1px solid #7d7897;
		border-radius: 40px;
	}

	.flat-slider.style3 .tp-leftarrow:hover {
		background: #fff;
	}

	.flat-slider.style3 .tp-leftarrow:before {
		line-height: 70px;
	}

	.flat-slider.style3 .tp-leftarrow:hover:before {
		color: #7d7897;
	}

	.flat-slider.style3 .forcefullwidth_wrapper_tp_banner {
		overflow: hidden;
	}

	.flat-slider.style3 .tp-rightarrow {
		margin-right: 92px;
		margin-top: -13px;
		background-color: transparent;
		color: #7d7897;
		width: 70px;
		height: 70px;
		border: 1px solid #7d7897;
		border-radius: 40px;
	}

	.flat-slider.style3 .tp-rightarrow:hover {
		background: #fff;
	}

	.flat-slider.style3 .tp-rightarrow:before {
		line-height: 70px;
	}

	.flat-slider.style3 .tp-rightarrow:hover:before {
		color: #7d7897;
	}

	/*flat-slider4*/

	.flat-slider.style4 .keiman.slider4 {
		font-family: Poppins;
		font-size: 100px;
		font-weight: 600;
		line-height: 110px;
		color: #fff;
		padding-right: 600px;
	}

	.flat-slider.style4 .button-btn.slider4 {
		padding: 16px 73px 16px 40px;
		display: inline-block;
	}

	.flat-slider.style4 .button-btn.slider4:hover {
		padding: 16px 22px 16px 91px;
	}

	.hover-slider.style3 {
		overflow: hidden;
	}

	.hover-slider.style3 a {
		border: 1px solid #0b2334;
		padding: 15px 40px;
		color: #5181a1;
		font-family: Poppins;
		font-size: 14px;
		font-weight: 600;
	}

	.hover-slider.style3 a:hover {
		color: #001523;
		border: 1px solid #fde428;
	}

	.flat-slider.style4 .tp-rightarrow,
	.flat-slider.style4 .tp-leftarrow {
		display: none;
	}

/* Button 
-------------------------------------------------------------- */
	.hvr-shutter-out-vertical {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  background: #062975;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	}

	.hvr-shutter-out-vertical:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: #062975;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50%;
	  transform-origin: 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}

	.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
	  color: #8583b1;
	}

	.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.hvr-sshutter-out-vertical {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #062975;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.hvr-sshutter-out-vertical:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-sshutter-out-vertical:hover, .hvr-sshutter-out-vertical:focus, .hvr-sshutter-out-vertical:active {
		color: #8583b1;
	}

	.hvr-sshutter-out-vertical:hover:before, .hvr-sshutter-out-vertical:focus:before, .hvr-sshutter-out-vertical:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.hvr-shutter-out-vvertical {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #fff;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.hvr-shutter-out-vvertical:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #fff;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}

	.hvr-shutter-out-vvertical:hover, .hvr-shutter-out-vvertical:focus, .hvr-shutter-out-vvertical:active {
		color: #062975;
	}

	.hvr-shutter-out-vvertical:hover:before, .hvr-shutter-out-vvertical:focus:before, .hvr-shutter-out-vvertical:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	}

	.hvr-shutter-out-verticall {
		display: inline-block;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0);
		position: relative;
		background: #fff;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	.hvr-shutter-out-verticall:before {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: #062975;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	.hvr-shutter-out-verticall:hover, .hvr-shutter-out-verticall:focus, .hvr-shutter-out-verticall:active {
		color: #062975;
	}
	.hvr-shutter-out-verticall:hover:before, .hvr-shutter-out-verticall:focus:before, .hvr-shutter-out-verticall:active:before {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
	} 

/* Blog Page
-------------------------------------------------------------- */ 
	.post {
		margin-bottom: 60px;
	}
	 
	.featured-gallery .owl-carousel .owl-nav button.owl-next {
		position: absolute;
		top: 49.85%;
		transform: translateY(-50%);
		right: 30px;
		background-color: #fff;
		color: #68739d;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 50%; 
	}

	.featured-gallery .owl-carousel .owl-nav button.owl-next:before {
		font-weight: 600;
		content: "\f061";
		font-family:'Font Awesome 5 Free';
	}

	.featured-gallery .owl-carousel .owl-nav button.owl-prev {
		position: absolute;
		top: 49.85%;
		transform: translateY(-50%);
		left: 30px;
		background-color: #fff;
		color: #68739d;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-radius: 50%; 
	}

	.featured-gallery .owl-carousel .owl-nav button.owl-next:hover,
	.featured-gallery .owl-carousel .owl-nav button.owl-prev:hover {
		color: #fff;
		background-color:  #062975;
	}


	.featured-gallery .owl-carousel .owl-nav button.owl-prev:before {
		font-weight: 600;
		content: "\f060";
		font-family:'Font Awesome 5 Free';
	}

	.featured-gallery .owl-carousel .owl-nav button.owl-prev span,
	.featured-gallery .owl-carousel .owl-nav button.owl-next span {
		display: none;
	}

	.post .content-wrap {
		margin-top: 10px;
	}

	.post .featured-post {
		position: relative;
		overflow: hidden;
	}

	.post .featured-post .videobox {
		text-align: center;
	}

	.post .featured-post a {
	    width: 120px;
	    height: 120px;
	    background-color: #fff;
	    color: #1d274e;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 120px;
	}

	.post .featured-post a {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -khtml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.post .featured-post a:hover {
		background-color: #062975;
		color: #fff;
	}

	.post .featured-post a:before {
		position: absolute;
	    content: "";
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    border-radius: 50%;
	    z-index: -1;
	    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	}
.featured-post-1 {
	overflow: hidden;
}
	.featured-post img, .featured-post-1 img {
	    transition: all 1s ease;
	    -webkit-transition: all 1s ease;
	    -moz-transition: all 1s ease;
	    -o-transition: all 1s ease;
	}

	.featured-post img:hover, .featured-post-1 img:hover {
		transform: scale(1.1,1.1);
		-webkit-transform: scale(1.1,1.1);
		-moz-transform: scale(1.1,1.1);
		-o-transform: scale(1.1,1.1);
		-ms-transform: scale(1.1,1.1);
	}


	.post .featured-post .date {
		text-align: center;
		background: #062975;
		display: inline-block;
		padding: 21px 22px 12px 24px;
	    position: absolute;
	    top: 31px;
	    left: 29px;
	    z-index: 2;
	}

	.post .featured-post .date:before {
		content: "";
		width: 100%;
		height: 100%;
		border-bottom: 5px solid #fff;
		border-right: 5px solid #fff;
		position: absolute;
		top: 4px;
		left: 5px;
		background: #062975;
		z-index: -1;
	}

	.post .featured-post .date p.date-day {
		color: #fff;
		font-family: Rubik;
		font-size: 36px;
		line-height: 18px;
	    font-weight: 300;
	}

	.post .featured-post .date p.date-month {
		color: #fff;
		font-family: 'Rubik';
		font-size: 12px;
		line-height: 18px;
	    font-weight: 500;
	    margin-top: 10px;
	    letter-spacing: 0.2em;
	}

	.post .content-post ul {
		margin-top: 20px;
	}

	.post .content-post ul li {
		display: inline-block;
		margin-right: 23px;
	}

	.post .content-post ul li a i {
		font-size: 12px;
		line-height: 34px;
		color: #062975;
		margin-right: 3px;
	}

	.post .content-post ul li a {
		font-family: Rubik;
		font-size: 12px;
		line-height: 34px;
		font-weight: 500;
		color: #8583b1;
		letter-spacing: 2.3px;
	}

	.post .title-post h2 a {
		font-family: Poppins;
		font-size: 36px;
		line-height: 46px;
		font-weight: 600;
		letter-spacing: -1.1px;
		color: #140a20;
	}

	.post .title-post h2 a:hover {
		color: #062975;
	}

	.post .content-inner {
		margin-top: 23px;
	    padding-right: 10px;
	}

	.post .button {
		margin-top: 38px;
	}

	.post .button a {
		padding: 16px 55px 15px;
	    background-color: #1d274e;
	    color: #fff;
	    border: 1px solid #1d274e;
	}

	.post .button a:hover {
		color: #8583b1;
		border: 1px solid #e5e5e5;
	}

	iframe .widget.g-background-default {
		background-color: #fff !important;
	}

	.post.audio-featured .content-post ul {
		margin-top: 32px;
	}

	.audio-featured iframe {
		width: 100%; 
		height:137px;
	}
 
	.main-blog-details.content-page {
		padding: 128px 0 139px;
	}

	.main-blog-details .sidebar {
		margin-top: 10px;
	}

	.main-blog-details .text-wrap .post-meta ul li {
		display: inline-block;
		margin-right: 22px;
	}

	.main-blog-details .text-wrap .post-meta ul li a i {
		font-size: 12px;
		line-height: 34px;
		color: #062975;
		margin-right: 4px;
	}

	.main-blog-details .text-wrap .post-meta ul li a {
		font-family: Rubik;
		font-size: 12px;
		line-height: 34px;
		font-weight: 500;
		color: #8583b1;
		letter-spacing: 2.3px;
	}

	.main-blog-details .text-wrap .title-text h1 a {
		font-family: Poppins;
		font-size: 36px;
		line-height: 46px;
		font-weight: 600;
		letter-spacing: -1.1px;
		color: #140a20;
	}

	.main-blog-details .text-wrap .title-text {
		margin-top: 2px;
	}

	.main-blog-details .text-wrap .text-inner {
		margin-top: 32px;
	}

	.main-blog-details .text-wrap .text-inner .text-inner-top {
		padding-right: 10px;
	}

	.main-blog-details .text-wrap .text-inner .text-inner-center {
		margin-top: 20px;
	}

	.main-blog-details .text-wrap .text-main {
		background-color: #140a20;
		position: relative;
		margin-top: 47px;
	}

	.main-blog-details .text-main {
		padding: 24px 36px 26px 92px;
	}

	.main-blog-details .text-main:before {
		content: "\e92f";
		font-family: "consulty-icon";
		position: absolute;
		top: 32%;
		left: 5%;
		color: #392b4b;
		font-size: 30px;
	}

	.main-blog-details .text-main blockquote {
		font-family: Rubik;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #a69ab5;
		margin-bottom: 7px;
	}

	.main-blog-details .text-main span a {
		font-family: Poppins;
		font-size: 14px;
		line-height: 24px;
		font-weight: 600;
		color: #fff;	
	}

	.main-blog-details .text-bottom {
		margin-top: 43px;
		padding-right: 10px;
	} 

	.main-blog-details .content-post {
	    margin-top: 44px;
	    padding-right: 10px;
	}

	.main-blog-details article.post-meta {
		margin-top: -6px;
	}

	.main-blog-details article .featured-post {
		position: relative;
		overflow: hidden;
	}

	.main-blog-details article.post-meta .featured-post {
		float: left;
		display: inline-block;
		margin-right: 31px;
		margin-top: 6px;
	}

	.main-blog-details .text-button {
		display: inline-block;
		float: left;
	}

	.main-blog-details .social-wrap {
		margin-top: 51px;
	}

	.main-blog-details .text-button h3,
	.main-blog-details .text-social h3 {
		font-family: Poppins;
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
		letter-spacing: -0.5px;
	}

	.main-blog-details .text-button h3:hover,
	.main-blog-details .text-social h3:hover {
		color: #062975;
	}

	.main-blog-details .text-button ul {
		margin-top: 18px;
	}

	.main-blog-details .text-button ul li {
	    display: inline-block; 
	}

	.main-blog-details .text-button ul li:not(:last-child) {
		margin-right: 16px;
	}

	.main-blog-details .text-button ul li a {
		border: 2px solid #e5e5e5;
		border-radius: 4px;
		padding: 11px 18px 10px;
		text-align: center;
		color: #8583b1;
		font-weight: 500;
		font-size: 14px;
	}

	.main-blog-details .text-button ul li a:hover {
		color: #fff;
		border: 2px solid #062975;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.main-blog-details .text-social {
		display: inline-block;
		float: right;
		margin-top: 5px;
	}

	.main-blog-details .text-social h3 {
		float: right;
	}

	.main-blog-details .text-social ul {
		margin-top: 45px;
	}

	.main-blog-details .text-social ul li {
		display: inline-block;
		float: right;
		margin-left: 28px;
	}

	.main-blog-details .text-social ul li a {
		font-size: 18px;
		line-height: 26px;
		color: #b5becc;
	}

	.main-blog-details .text-social ul li a:hover {
		color: #062975;
	}

	.main-blog-details .social-wrap {
		border-bottom: 1px solid #e5e5e5;
		padding: 10px 0 51px 0;
	}

	.main-blog-details .flat-pagination {
		padding: 33px 0 41px;
		border-bottom: 1px solid #e5e5e5;
		text-align: center;
	}

	.main-blog-details .flat-pagination .prev {
	   display: inline-block;
	   float: left;
	   text-align: left;
	}

	.main-blog-details .flat-pagination .prev p a,
	.main-blog-details .flat-pagination .next p a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 500;
		color: #8583b1;
		letter-spacing: 3px;
	}

	.main-blog-details .flat-pagination .prev p a:hover,
	.main-blog-details .flat-pagination .next p a:hover {
		color: #062975;
	}

	.main-blog-details .flat-pagination .prev h2,
	.main-blog-details .flat-pagination .next h2 {
		font-family: Poppins;
		font-size: 24px;
		line-height: 26px;
		font-weight: 600;
		color: #140a20;
		margin-top: 6px;
		letter-spacing: -0.5px;
	}

	.main-blog-details .flat-pagination .prev h2:hover,
	.main-blog-details .flat-pagination .next h2:hover {
		color: #062975;
	}

	.main-blog-details .flat-pagination .pagination-center {
	    display: inline-block;
		text-align: center;
		margin-top: 15px;
	    margin-left: -69px;
	}

	.main-blog-details .flat-pagination .pagination-center a {
		font-size: 40px;
	}

	.main-blog-details .flat-pagination .next {
		display: inline-block;
		float: right;
		text-align: right;
	}

	.main-blog-details .blog-releted {
		margin-top: 47px;
	} 

	.main-blog-details .blog-releted .post .content-post {
		margin-top: 2px;
		padding-right: 0;
	}

	.main-blog-details .blog-releted .post .content-post p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 90px;
		font-weight: 500;
		color: #062975;
	}

	.main-blog-details .blog-releted .post .content-post h2 {
		margin-top: -24px;
	    padding: 0 27px;
	}

	.main-blog-details .blog-releted .post .content-post h2 a {
		font-family: Poppins;
		font-size: 20px;
		line-height: 30px;
		font-weight: 600;
		color: #070a22;
	    letter-spacing: -0.5px;
	}

	.main-blog-details .blog-releted h1 a {
		font-family: Poppins;
		font-size: 26px;
		line-height: 26px;
		font-weight: 600;
		color: #140a20;
		letter-spacing: -0.5px;
	}

	.main-blog-details .blog-releted h1 a:hover {
		color: #062975;
	}

	.main-blog-details .blog-releted .post .content-post {
		text-align: center;
	}

	.main-blog-details .blog-admin .admin-image {
		display: inline-block;
		float: left;
		margin-right: 30px;
	}

	.main-blog-details .blog-admin {
		margin-top: 31px;
		padding: 41px 41px;
		background-color: #f3f1ff;
	}

	.main-blog-details .blog-admin .admin-content {
		overflow: hidden;
	}

	.main-blog-details .blog-admin .admin-content h2 {
		font-family: Poppins;
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
		color: #070a22;
		letter-spacing: -0.5px;
	}

	.main-blog-details .blog-admin .admin-content ul {
		margin-top: 5px;
	}

	.main-blog-details .blog-admin .admin-content ul li {
		display: inline-block;
		margin-right: 8px;
	}

	.main-blog-details .blog-admin .admin-content ul li a {
		font-size: 12px;
		line-height: 26px;
		color: #9498b6;
	}

	.main-blog-details .blog-admin .admin-content ul li a:hover {
		color: #062975;
	}

	.main-blog-details .blog-admin .admin-content p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 15px;
	}

	.main-blog-details .blog-comments {
		margin-top: 46px;
		padding-bottom: 49px;
		border-bottom: 1px solid #e5e5e5;
	}

	.main-blog-details .blog-comments h1 {
		letter-spacing: -0.5px;
	}

	.main-blog-details .blog-comments .avatar {
		display: inline-block;
		float: left;
		margin-right: 31px;
	}

	.main-blog-details .blog-comments .post-comment {
		overflow: hidden;
		margin-top: 10px;
	}

	.main-blog-details .blog-comments .post-comment .post-meta p.comment-meta {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 500;
		color: #062975;
	}

	.main-blog-details .blog-comments .post-comment .post-meta p.reply {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #8583b1;
	}

	.main-blog-details .blog-comments .post-comment h2 {
		font-family: Poppins;
		font-size: 18px;
		line-height: 26px;
		font-weight: 600;
		color: #070a22;
		margin-top: 8px;
		letter-spacing: -0.5px;
	}

	.main-blog-details .blog-comments .post-comment p.comment-content {
		font-family: Rubik;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 11px;
	}

	.main-blog-details .blog-comments .comment-meta {
		float: left;
		display: inline-block;
	}

	.main-blog-details .blog-comments .reply {
		float: right;
		display: inline-block;
	}

	.main-blog-details .blog-comments .comments.style1 {
		margin-top: 36px;
	}

	.main-blog-details .blog-comments .comments.style2 {
		margin-top: 40px;
	}

	.main-blog-details .comment-respond {
		margin-top: 47px;
	}

	.main-blog-details .comment-respond h1 {
		letter-spacing: -0.5px;
	}

	.main-blog-details form {
		margin-top: 36px;
	}

	.main-blog-details form .submit {
		padding: 23px 50px;
		background-color: #062975;
		border: 1px solid #062975;
		margin-top: 20px;
		font-family: Rubik;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 3px;
	}

	.main-blog-details form .submit:hover {
		border: 1px solid #e5e5e5;
	}

	.main-blog-details .text-wrap {
		margin-bottom: 43px;
	}

	.blog-releted .post {
		margin-bottom: 0;
	} 
	.wrap-post {
		margin: 0 -15px;
	}

	.wrap-post.two-columns .post {
		float: left;
		width: 50%;
		padding: 15px;
	}

	.blog-releted .title {
		margin-bottom: 21px;
	}

/* Home Page
-------------------------------------------------------------- */
	.button-btn.style3 {
		position: relative;
		float: left;
		display: inline-block;
		margin-right: 40px;
		padding: 16px 87px 16px 54px;
		background-color: #4d981d;
		border: none;
	    overflow: hidden;
	      -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-homepage2 .button-btn.style3 {
		padding: 16px 87px 16px 35px;
	}

	.main-homepage2 .flat-features .content-features .wrap-btn {
	    margin-top: 35px;
	}

	.flat-button-arrow.btn-4d981d {
		background-color: #4d981d;
	}

	.btn-4d981d.flat-button-arrow:before,
	.btn-4d981d.flat-button-arrow:after {
		background-color: #387a10;
	}

	.main-homepage2 .flat-features.style2 .button-btn.style3 {
		padding: 16px 87px 16px 25px;
	}

	.main-homepage2 .flat-features.style2 .button-btn.style3:hover {
		padding: 16px 36px 16px 76px;
	}

	.main-homepage2 .flat-claim .button-btn.style3 {
		padding: 16px 87px 16px 25px;
	}

	.main-homepage2 .flat-claim .button-btn.style3:hover {
		padding: 16px 36px 16px 76px;
	}

	.main-homepage2 .flat-our-blog-style2 .button-btn.style3 {
		padding: 16px 87px 16px 55px;
	}

	.main-homepage2 .flat-our-blog-style2 .button-btn.style3:hover {
		padding: 16px 36px 16px 106px;
	}

	.button-btn.style3 a {
		color: #fff;
		font-family: Poppins;
		font-size: 14px;
		letter-spacing: 1.5px;
		font-weight: 600;
	}

	.button-btn.style3:hover a {
		color: #fff;
	}

	.button-btn.style3:hover {
		border: none;
		padding: 16px 36px 16px 86px;
	}

	.button-btn.style3 .submit-btn:hover {
		border: none;
	}

	.button-btn.style3 .submit-btn {
		padding: 16px 23px;
		background-color: #387a10;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.button-btn.style3 .submit-btn.style1 {
	    right: auto;
	    left: -60px;
	}

	.button-btn.style3 .submit-btn.style2 {
		overflow: hidden;
	}

	.button-btn.style3:hover .submit-btn.style1 {
		left: 0;
	}

	.button-btn.style3:hover .submit-btn.style2 {
		overflow: visible;
		position: absolute;
		top: 0;
		right: -60px;
	}

	.hvr-shutter-out-verticalll {
	  display: inline-block;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	  position: relative;
	  background: #e1e1e1;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	}
	.hvr-shutter-out-verticalll:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: #fff;
	  -webkit-transform: scaleY(0);
	  transform: scaleY(0);
	  -webkit-transform-origin: 50%;
	  transform-origin: 50%;
	  -webkit-transition-property: transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	.hvr-shutter-out-verticalll:hover, .hvr-shutter-out-verticalll:focus, .hvr-shutter-out-verticalll:active {
	  color: #062975;
	}
	.hvr-shutter-out-verticalll:hover:before, .hvr-shutter-out-verticalll:focus:before, .hvr-shutter-out-verticalll:active:before {
	  -webkit-transform: scaleY(1);
	  transform: scaleY(1);
	}
	 
	.main-blog-grid .main-text {
	    margin-top: 106px;
	    padding: 44px 70px 36px 124px;
	    background-color: #212b51;
	}

	.main-blog-grid .main-text blockquote {
		font-family: Poppins;
		font-size: 26px;
		line-height: 36px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.8px;
	    margin-bottom: 16px;
	}

	.main-blog-grid .main-text span a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 36px;
		font-weight: 500;
		color: #7984ad;
		letter-spacing: 2.8px;
	}

	.main-blog-grid .main-text span a:hover {
		color: #062975;
	}

	.main-blog-grid .main-text {
		position: relative;
	}

	.main-blog-grid .main-text:before {
		content: "\e927";
	    font-family: consulty-icon;
	    position: absolute;
	    top: 32%;
	    left: 7%;
	    color: #7984ad;
	    font-size: 54px;
	}

/* Contact Page
-------------------------------------------------------------- */
	.main-contact {
		/* margin-bottom: 98px; */
	}

	.contact-page .page-title{
		/* background-position: left; */
    background-size: 150%;
    background-repeat: no-repeat;
	}

	.flat-map {
		height: 700px;
	}

	.flat-get-in-touch {
		padding-top: 80px;
		background-color: #d9e6fd;
	}
	.flat-features-2 .contact-info .wrap-info p {
		font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    color: #6b769c;
    letter-spacing: 0px;
	}
	.flat-features-2 .contact-info ul li {
		display: flex;
		margin: 0;
		padding-bottom: 15px;
		border-top: 1px solid #e5ebf6;
    padding-top: 10px;
	}
	.flat-features-2 .contact-info .wrap-icon {
		padding-right: 15px;
	}
	.wrap-icon img {
		min-width: 30px;
	}
	.flat-get-in-touch {
		padding-bottom: 41px;
	}

	.flat-get-in-touch .get-in-touch {
		width: 55%;
		float: left;
		display: inline-block;
		
		background-image: url(../image/contact/contact2.png);
	    background-repeat: no-repeat;
	    background-position: top right;
	    background-color: #fff;
	    box-shadow: 0px 0px 10px 0px #eee;
	}
	.flat-get-in-touch .get-in-touch p  {
	  
		padding: 20px 0 0px 70px;
	 }
	 .flat-get-in-touch .get-in-touch h2  {
	   
		 padding:0 0 0 70px;
	 }
	.flat-get-in-touch .get-in-touch form  {
		padding: 0 70px 60px;
	}
	.flat-get-in-touch .get-in-touch input,
	.flat-get-in-touch .get-in-touch textarea {
	    background-color: #e5ebf6;
	    border: none;
	    color: #7d7bad;
	    font-family: Rubik;
	    font-size: 14px;
	    font-weight: 400;
	}

	.flat-get-in-touch .get-in-touch input.name {
		margin-top: 35px;
	}

	.flat-get-in-touch .get-in-touch textarea.message {
		margin-top: 23px;
		height: 115px;
	}

	.flat-get-in-touch .get-in-touch form .submit:hover {
	    border: 1px solid #e5e5e5;
	}

	.flat-get-in-touch .get-in-touch form .submit {
	    padding: 21px 72px 21px 36px;
	    background-color: #062975;
	    border: 1px solid #062975;
	    font-family: Rubik;
	    font-size: 14px;
	    font-weight: 500;
	    letter-spacing: 3px;
	    position: relative;
	}

	.flat-get-in-touch .get-in-touch form .submit i {
		background-color: #19348e;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 58px;
		line-height: 58px;
	}

	.flat-get-in-touch .get-in-touch p {
		font-family: Rubik;
		font-size: 14px;
		font-weight: 500;
		color: #fff;
		letter-spacing: 2.8px;
		position: absolute;
    top: 60px;
	}

	.flat-get-in-touch .get-in-touch h2 {
		font-family: Poppins;
		font-size: 40px;
		line-height: 57px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -1.3px;
		position: absolute;
    top: 100px;
	}

	.flat-get-in-touch .contact-info {
		width: 45%;
		display: inline-block;
		background-color: #062975;
		padding: 74px 79px 58px;
		/* background-image: url(../image/contact/contact1.png); */
	    background-repeat: no-repeat;
	    background-position: top right;
	}

	.flat-get-in-touch .contact-info p {
		font-family: Rubik;
		font-size: 14px;
		font-weight: 500;
		color: #a7b6e6;
		letter-spacing: 2.8px;
	}

	.flat-get-in-touch .contact-info h3 {
		font-family: Poppins;
		font-size: 40px;
		line-height: 32px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -1.3px;
	}

	.flat-get-in-touch .contact-info .wrap-icon {
		float: left;
		display: inline-block;
		margin-right: 20px;
	}

	.flat-get-in-touch .contact-info .wrap-icon i {
		font-size: 50px;
	}

	.flat-get-in-touch .contact-info .wrap-info {
		overflow: hidden;
	}

	.flat-get-in-touch .contact-info ul li {
		margin-bottom: 15px;
		margin-top: 43px;
		border-top: 1px solid #1949a7;
    padding-top: 20px;
	}

	.flat-get-in-touch .contact-info ul li.center {
		margin-top: 34px;
	}

/*	.flat-get-in-touch .contact-info ul li.center .wrap-icon {
		margin-right: 9px;
	}*/

	.flat-get-in-touch .contact-info ul li.center .wrap-info p.top {
		margin-top: 10px;
	}

	.flat-get-in-touch .contact-info ul li.bottom {
		margin-top: 34px;
	}

/*	.flat-get-in-touch .contact-info ul li.bottom .wrap-icon {
		margin-right: 9px;
	}*/

	.flat-get-in-touch .contact-info ul li.bottom .wrap-info p.top {
		margin-top: 10px;
	}

	.flat-get-in-touch .contact-info .wrap-info h2 {
		font-family: Poppins;
		font-size: 26px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.7px;
	}

	.flat-get-in-touch .contact-info .wrap-info p {
		font-family: Rubik;
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		color: #a7b6e6 !important;
		letter-spacing: 0px;
	}

	.flat-get-in-touch .contact-info .wrap-info p.top {
		margin-top: 12px;
	}

	.featured-post {
		overflow: hidden;
	} 

	.letter-spacing-08 {
		letter-spacing: -0.8px;
	} 

	.button-btn.style2 {
		border: none;
	}

	.button-btn.style2:hover {
		border: none;
		padding: 16px 36px 16px 87px;
	}

	.button-btn {
		position: relative;
		padding: 16px 100px 16px 37px;
		background-color: #062975;
		border: 1px solid #062975;
	    overflow: hidden;
	      -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.button-btn a {
		color: #fff;
		font-family: Poppins;
		font-size: 14px;
		letter-spacing: 1.5px;
	}

	.button-btn:hover a {
		color: #fff;
	}

	.button-btn:hover {
		border: 1px solid #062975;
		padding: 16px 42px 16px 95px;
	}

	.submit-btn:hover {
		border: #19348e;
	}

	.submit-btn {
		padding: 16px 23px;
		background-color: #19348e;
		color: #fff;
		position: absolute;
		top: 0;
		right: 0;
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.submit-btn.style1 {
	    right: auto;
	    left: -60px;
	}

	.submit-btn.style2 {
		overflow: hidden;

	}

	.button-btn:hover .submit-btn.style1 {
		left: 0;
	}

	.button-btn:hover .submit-btn.style2 {
		overflow: visible;
		position: absolute;
		top: 0;
		right: -60px;
	} 

/* Case Page
-------------------------------------------------------------- */ 
	.main-case-details .flat-pagination .pagination-center {
		font-size: 40px;
	}

	.main-case-details {
		padding: 139px 0 143px;
	}

	.main-case-details .post h5 {
	    padding-left: 71px;
	    position: relative;
	    font-family: Rubik;
	    font-size: 16px;
	    line-height: 90px;
	    font-weight: 500;
	    margin-top: 23px;
	    color: #7f84aa;
	    letter-spacing: 3.2px;
	}

	.main-case-details .post h5:hover {
		color: #062975;
	}

	.main-case-details .post h5:before {
		content: "";
		position: absolute;
		top: 48%;
		left: 0;
		width: 40px;
		height: 2px;
		background-color: #e0e0e0;
	}

	.main-case-details .post h2 a {
		font-family: Poppins;
		font-size: 50px;
		line-height: 44px;
		font-weight: 600;
		color: #140a20;
		letter-spacing: -1.5px;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-case-details .post h2 a:hover {
		color: #062975;
	}

	.main-case-details .post p.content-text {
		line-height: 28px;
		margin-top: 39px;
	}

	.main-case-details .post p.text-bottom {
		line-height: 28px;
		margin-top: 15px;
	}

	.main-case-details .post-center {
		margin-top: 75px;
	}

	.main-case-details .post-center h5 {
	    padding-left: 44px;
	    position: relative;
	    font-family: Rubik;
	    font-size: 16px;
	    line-height: 90px;
	    font-weight: 500;
	    margin-top: 23px;
	    color: #062975;
	    letter-spacing: 3.2px;
	}

	.main-case-details .post-center h5:hover {
		color: #140a20;
	}

	.main-case-details .post-center h5:before {
		content: "";
		position: absolute;
		top: 48%;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #062975;
	}

	.main-case-details .post-center h2 a {
		font-family: Poppins;
		font-size: 50px;
		line-height: 44px;
		font-weight: 600;
		color: #140a20;
		letter-spacing: -1.5px;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-case-details .post-center h2 a:hover {
		color: #062975;
	}

	.main-case-details .post-center p.content-text {
		line-height: 28px;
		margin-top: 51px;
	}

	.main-case-details .post-center .featured-post {
		position: relative;
	}

	.videobox a.fancybox {
	    width: 120px;
	    height: 120px;
	    background-color: #fff;
	    color: #1d274e;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 120px;
	}

	.videobox a.fancybox {
	    position: absolute;
	    top: 49.5%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -khtml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	} 

	.videobox a.fancybox.style1 {
	    width: 60px;
	    height: 60px;
	    background-color: transparent;
	    color: #fff;
	    border: 1px solid #fff;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 60px;
	}

	.videobox a.fancybox.style2 {
	    width: 60px;
	    height: 60px;
	    background-color: #fff;
	    color: #0f0e26;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 60px;
	}

	.videobox a.fancybox.style1 {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -khtml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.videobox a.fancybox.style1:hover {
		background-color: #f50808;
		color: #fff;
	}

	.videobox a.fancybox:before {
		position: absolute;
	    content: "";
	    top: -10px;
	    left: -10px;
	    height: 120%;
	    width: 120%;
	    border-radius: 100%;
		background-color: #ffffff18;
	    z-index: -1;
	    animation: pulse 0.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
	}

	.main-case-details .flat-row {
		margin-top: 74px;
	}

	.main-case-details .flat-row .image-box.style2 {
		margin-top: 30px;
	}

	.main-case-details .flat-info {
		margin-top: 74px;
	}

	.main-case-details .flat-info .info-content {
	    border-bottom: 1px solid #e5e5e5;
	    padding: 0 0 65px;
	}

	.main-case-details .flat-info .wrap-info {
		float: left;
		display: inline-block;
	}

	.main-case-details .flat-info .wrap-info ul li p {
		margin-top: 4px;
	}

	.main-case-details .flat-info .button {
		float: right;
		display: inline-block;
		margin-top: 10px;
	}

	.main-case-details .flat-info .wrap-info ul li {
		display: inline-block;
		margin-right: 75px;
	}

	.main-case-details .flat-info .wrap-info .social-info ul li {
		display: inline-block;
		margin-right: 19px;
	}

	.main-case-details .flat-info .wrap-info .social-info ul li i {
		line-height: 49px;
		font-size: 18px;
	}

	.main-case-details .flat-info .wrap-info h2 {
	   font-family: Poppins;
	   font-size: 30px;
	   line-height: 40px;
	   font-weight: 600;
	   color: #140a20;
	}

	.main-case-details .flat-info .wrap-info p {
	   font-family: Rubik;
	   font-size: 18px;
	   line-height: 40px;
	   font-weight: 400;
	   color: #8583b1;
	}

	.main-case-details .flat-pagination {
		padding: 35px 0 0;
		text-align: center;
	}

	.main-case-details .flat-pagination .prev {
	   display: inline-block;
	   float: left;
	   text-align: left;
	}

	.main-case-details .flat-pagination .prev p a,
	.main-case-details .flat-pagination .next p a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 500;
		color: #8583b1;
		letter-spacing: 3px;
	}

	.main-case-details .flat-pagination .prev p a:hover,
	.main-case-details .flat-pagination .next p a:hover {
		color: #062975;
	}

	.main-case-details .flat-pagination .prev h2,
	.main-case-details .flat-pagination .next h2 {
		font-family: Poppins;
		font-size: 24px;
		line-height: 26px;
		font-weight: 600;
		color: #140a20;
		margin-top: 6px;
		letter-spacing: -0.5px;
	}

	.main-case-details .flat-pagination .prev h2:hover,
	.main-case-details .flat-pagination .next h2:hover {
		color: #062975;
	}

	.main-case-details .flat-pagination .pagination-center {
	    display: inline-block;
		text-align: center;
		margin-top: 15px;
	    margin-left: -69px;
	}

	.main-case-details .flat-pagination .next {
		display: inline-block;
		float: right;
		text-align: right;
	} 

	.elm-btn.style1 {
		padding: 17px 48px;
		background-color: #062975;
		color: #fff;
		border: 1px solid #062975;
	}

	.elm-btn.style1:hover {
		color: #8583b1;
		border: 1px solid #e5e5e5;
	}

	.main-case-grid {
		padding: 140px 0 138px;
	}

	.main-case-grid .wrap-content .image-inner {
		position: relative;
	}

	.main-case-grid .wrap-content {
	    position: relative;
	    padding-bottom: 90px;
	    margin-bottom: 60px;
	}

	.main-case-grid .wrap-content .inner-content {
	    padding: 12px 20px 0 54px;
	    background-color: #fff;
	    position: absolute;
	    bottom: 29px;
	    right: 14px;
	    box-shadow: 5px 5px 8px 5px #eee;
	    max-width: 275px;
	}

	.main-case-grid .wrap-content.right .inner-content {
	    padding: 12px 20px 0 54px;
	    background-color: #fff;
	    position: absolute;
	    bottom: 29px;
	    right: 4px;
	    box-shadow: 5px 5px 8px 5px #eee;
	    max-width: 275px;
	}

	.main-case-grid .wrap-content .inner-content h5 {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 90px;
	    font-weight: 500;
	    padding-left: 51px;
	    color: #062975;
	    position: relative;
	    letter-spacing: 2.9px;
	}

	.main-case-grid .wrap-content .inner-content h5:before {
		content: "";
		position: absolute;
		top: 48%;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #062975;
	}

	.main-case-grid .wrap-content .inner-content h2 {
	    font-family: Poppins;
	    font-size: 40px;
	    line-height: 50px;
	    font-weight: 600;
	    color: #140a20;
	    letter-spacing: -1px;
	    margin-top: -9px;
	}

	.main-case-grid .wrap-content .inner-content p {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 50px;
	    font-weight: 400;
	    color: #b0a5bc;
	    margin-top: 2px;
	    letter-spacing: -0.5px;
	}

	.main-case-grid .wrap-btn {
		float: right;
	}

	.main-case-grid .margin-top-40px {
		margin-top: 40px;
	}

	.main-case-grid .margin-top-40px.top {
		margin-top: 110px;
	}

	.main-case-grid .margin-top-40px.right {
		margin-left: 10px;
	}

	.flat-manage.style1 {
		background-image: url(../image/case/case7.jpg);
		padding: 237px 0 199px;
		margin-top: 80px;
		text-align: center;
	}

	.flat-manage.style2 {
		background-image: url(../image/case/case7.jpg);
		padding: 237px 0 199px;
		margin-top: 0;
		text-align: center;
	}

	.flat-manage.style1 .videobox a {
	    width: 120px;
	    height: 120px;
	    background-color: #062975;
	    color: #fff;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 120px;
	}

	.flat-manage.style1 .videobox a {
	    position: absolute;
	    top: 0;
	    -webkit-transform: translate(-50%, -50%);
	    -khtml-transform: translate(-50%, -50%);
	    -moz-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}

	.flat-manage.style1 .videobox a:hover {
		background-color: #f50808;
		color: #fff;
	}

	.flat-manage.style1 .videobox a:before {
		position: absolute;
	    content: "";
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    border-radius: 50%;
	    z-index: -1;
	    -o-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    -ms-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    -webkit-animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	    animation: myPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
	}

	.flat-manage.style1 h5 {
		font-family: Rubik;
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
		color: #aaa8cc;
		padding-top: 190px;
	    letter-spacing: 3.6px;
	}

	.flat-manage.style1 h2 {
	    padding: 20px 134px;
	}

	.flat-manage.style1 h2 a {
		font-family: Poppins;
		font-size: 60px;
		line-height: 70px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -1.3px;
	}

	.flat-news-feed {
		margin-top: 99px;
	}

	/* .main-about {
		padding: 20px 0;
	} */

	.flat-about {
		padding: 60px 0 90px;
	}

	.flat-about .image-inner {
		width: 46%;
		float: left;
	}

	.flat-about .about-content {
		width: 48.7%;
		float: right;
		margin-top: 30px;
	}

	.flat-about .about-content h5 {
		padding-left: 81px;
		font-family: Rubik;
		font-size: 14px;
		line-height: 90px;
		font-weight: 500;
		color: #7f84aa;
		position: relative;
		letter-spacing: 2.7px;
	}

	.flat-about .about-content h5:before {
		content: "";
		position: absolute;
		top: 48%;
		left: 0;
		width: 50px;
		height: 2px;
		background-color: #7f84aa;
	}

	.flat-about .about-content h2 {
		font-family: Poppins;
		font-size: 50px;
		line-height: 60px;
		font-weight: 600;
		color: #140a20;
		margin-top: -7px;
	    letter-spacing: -1.5px;
	        -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-about .about-content h2:hover {
		color: #062975;
	}

	.flat-about .about-content p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 44px;
	}

	.flat-about .about-content ul {
		margin-top: 44px;
	}

	.flat-about .about-content ul li {
		margin-bottom: 28px;
	}

	.flat-about .about-content ul li a {
		padding: 10px 8px 10px 13px;
		border-radius: 30px;
		background-color: #f3f3f3;
		margin-right: 20px;
		color: #062975;
	}

	.flat-about .about-content ul li:hover a {
		background-color: #062975;
		color: #fff;
	}

	.main-homepage2 .flat-features-2.style2 .content-post:hover h3 a {
		color: #4d981d;
	}

	.main-homepage2 .flat-features-2.style2 .post.active h3.active a {
		color: #4d981d;
	}

	.main-homepage4 .flat-features-2.style3 .content-post:hover h3 a {
		color: #fde428;
	}

	.main-homepage4 .flat-features-2.style3 .post.active h3.active a {
		color: #fde428;
	}

	.flat-features-2 .post:hover .content-post {
	    background-image: url(../image/about/about12.png);
	    background-position: right top;
	    background-repeat: no-repeat;
	}

	.flat-features-2 .post.active .content-post {
	    background-image: url(../image/about/about12.png);
	    background-position: right top;
	    background-repeat: no-repeat;
	}

	.flat-features-2 .post.active .content-post:hover h3 a {
		color: #3954ae;
	}

	.flat-features-2 .post.active .content-post h3 a {
		color: #3954ae;
	}

	.flat-features-2 .post .content-post img {
		    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.flat-features-2 .post:hover .content-post img {
		transform: rotateY(360deg);
	}

	.flat-features-2 .post.active .content-post img {
		transform: rotateY(360deg);
	}

	.flat-features-2 .content-post:after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0%;
		background-color: #19348e;
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.flat-features-2 .post:hover .content-post:after {
		width: 100%;
	}

	.flat-features-2 .post.active .content-post:after {
		width: 100%;
	}

	.flat-features-2.style2 .content-post:after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0%;
		background-color: #4d981d;
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-next,
	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-prev {
		width: 60px;
		height: 60px;
		background-color: #e4e7ff;
	}

	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-next:hover,
	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-prev:hover,
	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-next.disabled,
	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-prev.disabled {
	    background-color: #387a10; 
	    color: #fff;
	}

	.flat-features-2.style2 .owl-carousel .owl-nav button.owl-prev {
		margin-right: 10px;
	}

	.flat-features-2.style2 .owl-carousel .owl-nav {
		position: absolute;
		top: -110px;
		right: 0;
	}

	.flat-features-2.style2 .post:hover .content-post:after {
		width: 100%;
	}

	.flat-features-2.style3 .content-post:after {
		content: '';
		position: absolute;
		bottom: -3px;
		left: 0;
		height: 3px;
		width: 0%;
		background-color: #fde428;
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.flat-features-2.style3 .post:hover .content-post:after {
		width: 100%;
	}

	.flat-sponsors {
		margin-top: 50px;
		padding: 60px 0;
		/* background-image: url(../image/about/about8.jpg); */
		text-align: center;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
	}
	.flat-sponsors .sponsors-title p {
		font-family: Rubik;
    font-size: 14px;
    line-height: 60px;
    font-weight: 500;
    color: #081951;
    display: inline-block;
    padding: 0 70px;
    position: relative;
    letter-spacing: 2.7px;
	}
	.flat-sponsors .sponsors-title h2 {
		font-family: Poppins;
    font-size: 44px;
    line-height: 48px;
    font-weight: 600;
    color: #093d9a;
    letter-spacing: -1.7px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flat-sponsors .sponsors-title p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 1px;
    background-color: #212121;
}
.flat-sponsors .sponsors-title p:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #212121;
}

	}


	/* .flat-sponsors:after {
		content: "";
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(38, 68, 166, 0.73);
	} */

	.main-about .flat-sponsors .image a {
		line-height: 100px;
	}

	.flat-team {
		padding: 60px 0 40px;
		background-color: #071853;
		transition: background-color 0.3s ease;
		/* margin-top: -125px; */
	}
	
	.flat-team h1 {
		font-family: Poppins;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    color: #212121;
    letter-spacing: -1.7px;
	text-align: center;
	}
	.main-about .flat-team .wrap-team {
		margin-top: 71px;
	}

	.flat-team .btn-hover {
		float: right;
		display: inline-block;
		padding: 15px 47px;
		background-color: #fff;
	    border: 1px solid #e5e5e5;
	    margin-top: -29px;
	}

	.flat-team .btn-hover:hover a {
		color: #fff;
	}

	.flat-team .wrap-team {
		border: 5px solid #f6faff;
	    text-align: center;
	    margin-bottom: 41px;		
	}
	.flat-team .wrap-team .info-team {
		text-align: left;		
		background-color: #fff;
	}

	.flat-team .wrap-team .info-team h4 {
	    font-family: Rubik;
	    font-size: 12.5px;
	    line-height: 18px;
	    color: #fff;
	    font-weight: 500;
	    letter-spacing: 0.2px;
		padding: 8px;
		text-wrap: nowrap;
	}
	.flat-team .wrap-team .image-team img {
		width: 100%;
	}
	.flat-team .wrap-team .info-team h2 {
	    font-family: Poppins;
	    font-size: 24px;
	    line-height: 30px;
	    color: #fff;
	    font-weight: 600;
	    letter-spacing: -0.8px;
		margin-bottom: 15px;
		padding: 10px 20px;		
	}

	.flat-team .wrap-team .info-team p {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 26px;
	    color: #6b769c;
	    font-weight: 400;
	    padding: 0 0 33px 0;
	    margin-top: 3px;
		padding: 10px 20px 15px;
	}
	.flat-team .wrap-team .button-work {
		padding: 10px 20px 32px;
	}
	.flat-team .website-01, .flat-team .website-02, .flat-team .website-03 {
		transition: 0.3s background ease;
		transition: 1s border ease;
	}
	.flat-team .website-01 h4 {
		background-color: #067552;
	}
	.website-01-bg, .example-1 {
		background-color: #00a677 !important;
	}
	.flat-team .website-01 h2, .color-01 {
		background-color: #08A674;
	}
	.flat-team .website-02 h4 {
		background-color: #066075;
	}
	.flat-team .website-02 h2, .color-02 {
		background-color: #07a1c5;
	  }
	  .website-02-bg, .example-2 {
		background-color: #07a1c5 !important;
	}
	.flat-team .website-03 h4  {
		background-color: #062975; 
	}
	.flat-team .website-03 h2, .color-03  {
		background-color: #083AA6; 
	}
	.website-03-bg, .example-3 {
		background-color: #0a3ba2 !important;
	}
	.flat-team .wrap-team .info-team ul {
		margin-top: 24px;
	}

	.flat-team .wrap-team .info-team ul li {
		display: inline-block;
		margin: 0 9px;
	}

	.flat-team .wrap-team .info-team ul li a i {
		font-size: 14px;
		line-height: 26px;
		color: #c2c1dc;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-team .wrap-team .info-team ul li:hover i {
		color: #062975;
	}

	.main-testimonials {
		padding: 150px 0 138px;
	}

	.flat-testimonials .wrap-testimonials {
	    background-color: #f8f8ff;
	    text-align: center;
	    padding: 30px 40px;
	    margin-bottom: 45px;
	}

	.flat-testimonials .content-testimonials h2 {
		font-family: Poppins;
		font-size: 24px;
		line-height: 26px;
		font-weight: 600;
		color: #140a20;
		margin-top: 38px;
	}

	.flat-testimonials .content-testimonials h4 {
		font-family: Rubik;
		font-size: 14px;
		line-height: 36px;
		font-weight: 500;
		color: #062975;
		letter-spacing: 2.7px;
	    margin-top: 5px;
	    margin-bottom: 39px;
	}

	.flat-testimonials .content-testimonials a {
		padding: 15px 17px;
		background-color: #062975;
		border-radius: 30px;
		color: #fff;
	}

	.flat-testimonials .content-testimonials p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 43px;
	}

	.main-testimonials .flat-sponsors {
		margin-top: 100px;
	}

	.main-testimonials .flat-sponsors .owl-prev,
	.main-testimonials .flat-sponsors .owl-next {
		display: none;
	}

	.main-testimonials .flat-sponsors .image a {
		line-height: 100px;
	}

	.main-testimonials .flat-our-blog {
		margin-top: 83px;
	}

	.main-team {
		padding: 144px 0 135px;
	}

	.flat-call-to-action .wrap-call-to-action {
		text-align: center;
		padding: 18px 0;
	}

	.flat-call-to-action .wrap-call-to-action h5 {
		font-family: Rubik;
		font-size: 16px;
		line-height: 60px;
		font-weight: 500;
		color: #aaa8cc;
		letter-spacing: 3px;
	}

	.flat-call-to-action .wrap-call-to-action h2 {
		padding: 0 269px;
	}

	.flat-call-to-action .wrap-call-to-action h2 a {
		font-family: Poppins;
		font-size: 60px;
		line-height: 70px;
		font-weight: 600;
		color: #fff;
	    letter-spacing: -1.9px;
	}

	.flat-call-to-action .wrap-call-to-action .wrap-btn {
		margin-top: 40px;
	}

	.themesflat-progress {
	    position: relative;
	    overflow: hidden;
	}

	.themesflat-progress .title,
	.themesflat-progress .perc {
	    line-height: normal;
	    margin: 0;
	}

	.themesflat-progress .title {
	    position: absolute;
	    left: 0;
	    top: 0;
	}

	.themesflat-progress .progress-animate {
	    width: 0;
	}

	.themesflat-progress .progress-bg {
	    width: 100%;
	}

	.themesflat-progress .perc {
	    width: 0;
	    text-align: right;
	    filter: alpha(opacity=0);
	    opacity: 0;
	    -webkit-transition: opacity 1s ease-in-out;
	    -moz-transition: opacity 1s ease-in-out;
	    transition: opacity 1s ease-in-out;
	}

	.themesflat-progress .perc.show {
	    filter: alpha(opacity=100);
	    opacity: 1;
	    width: 100%;
	    float: right;
	}

	.themesflat-progress.height-10px .progress-animate {
	    height: 5px;
	}

	.themesflat-progress.style-1 h3.title {
	    font-size: 14px;
	    font-weight: 600;
	    letter-spacing: 2.6px;
	    color: #0f0e26;
	}

	.themesflat-progress.style-1.style2 h3.title {
	    font-size: 12px;
	    font-weight: 500;
	    letter-spacing: 2.6px;
	    color: #8583b1;
	    margin-top: 15px;
	}

	.themesflat-content-box {
		margin-top: 27px;
	}

	.themesflat-progress.style-1.next {
		margin-top: 22px;
	}

	.themesflat-progress.style-1.next-two {
		margin-top: 23px;
	}

	.themesflat-progress.style-1.next-three {
		margin-top: 23px;
	}

	.themesflat-progress.style-1 span {
	   font-family: Rubik;
	   font-size: 14px;
	   line-height: 48px;
	   color: #8583b1;
	   letter-spacing: 2.2px;
	}

	.themesflat-progress.style-1.style2 span {
	   color: #ce1b28;
	}

	.themesflat-progress.style-1 .progress-bg {
	    background-color: #f7f7f7; 
	}

	.themesflat-progress.style-1 .progress-animate {
	    background-color: #062975;
	}

	.themesflat-progress.style-1.style2 .progress-animate {
	    background-color: #ce1b28;
	}

	.flat-services {
		margin-top: 139px;
		background-color: #140a20;
		padding: 101px 0 132px;
	}

	.main-homepage2 .flat-services {
		padding: 99px 0 134px;
	}

	.main-homepage2 .flat-services {
		margin-top: 50px;
	}

	.main-homepage2 .flat-services .button-btn.style3 {
		margin-right: 0;
	}

	.flat-services .title-section .content-inner .button-btn {
		margin-top: -29px;
	}

	.flat-button-arrow.btn-fde428 {
		background-color: #fde428;
		color: #001523;
	}

	.btn-fde428.flat-button-arrow:before,
	.btn-fde428.flat-button-arrow:after {
		background-color: #e4c900;
	}

	.flat-services .wrap-services {
		margin-top: 98px;
	}

	.flat-services .wrap-services.bt {
		margin-top: 58px;
	}

	.flat-services .wrap-services .image-services {
		float: left;
		display: inline-block;
		margin-right: 30px;
	}

	.flat-services .wrap-services .image-services img {
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.flat-services .wrap-services:hover .image-services img {
		transform: rotateY(360deg);
	}

	.flat-services .wrap-services .content-services {
		overflow: hidden;
		margin-top: 2px;
	}

	.flat-services .wrap-services .content-services h2 a {
		color: #fff;
		font-family: Poppins;
		font-size: 36px;
		line-height: 46px;
		font-weight: 600;
		letter-spacing: -1px;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-homepage4 .flat-services .wrap-services:hover .content-services h2 a {
		color: #fde428;
	}

	.main-homepage1 .flat-services .wrap-services:hover .content-services h2 a {
		color: #062975;
	}

	.main-homepage2 .flat-services .wrap-services:hover .content-services h2 a {
		color: #4d981d;
	}

	.flat-services .wrap-services .content-services p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #aaa8cc;
		margin-top: 19px;
		padding-right: 10px;
	}

	.main-team-details .flat-our-blog {
		margin-top: 82px;
	}

/* Career Page
-------------------------------------------------------------- */
	.main-career {
		padding: 138px 0 138px;
	}

	.main-career .wrap-job-list {
		text-align: center;
		padding: 45px 46px 39px 35px;
		border: 3px solid #f3f1ff;
		margin-bottom: 17px;
		width: 97%;
	}

	.main-career .wrap-job-list.active {
		background-image: url(../image/career/career1.jpg);
	}

	.main-career .wrap-job-list .title-job {
		float: left;
		display: inline-block;
		text-align: left;
	}

	.main-career .wrap-job-list .title-job h3 {
		font-family: Poppins;
		font-size: 26px;
		line-height: 30px;
		font-weight: 600;
		color: #140a20;
		letter-spacing: -0.8px;
	}

	.main-career .wrap-job-list.active .title-job h3 {
		font-family: Poppins;
		font-size: 26px;
		line-height: 30px;
		font-weight: 600;
		color: #fff;
		letter-spacing: -0.8px;
	}

	.main-career .wrap-job-list .title-job h3:hover {
		color: #062975;
	}

	.main-career .wrap-job-list .title-job p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 9px;
	}

	.main-career .wrap-job-list .title-job p:hover {
		color: #062975;
	}

	.main-career .wrap-job-list .info-job {
		display: inline-block;
		margin-top: 6px;
	    margin-left: 14px;
	}

	.main-career .wrap-job-list .info-job li.lech {
		margin-top: -3px;
	    margin-left: -7px;
	}

	.main-career .wrap-job-list .info-job span {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #8583b1;
	}

	.main-career .wrap-job-list .info-job span.title-info {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #140a20;	
	}

	.main-career .wrap-job-list.active .info-job span.title-info {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #fff;	
	}

	.main-career .wrap-job-list .button-job {
		float: right;
		display: inline-block;
	}

	.main-career .wrap-job-list .button-job a.elm-btn {
		padding: 17px 37px;
		background-color: #062975;
		color: #fff;
		border: 1px solid #062975;
	}

	.main-career .wrap-job-list .button-job a.elm-btn:hover {
		color: #062975;
		border: 1px solid #f3f1ff;
	}

	.spotlight .listing {
		position: relative;
		margin-top: 30px;
	}

	.spotlight.sidebar {
		margin-top: 0px;
	}

	.spotlight.sidebar .owl-carousel .owl-prev span, 
	.spotlight.sidebar .owl-carousel .owl-next span {
	    display: none;
	}

	.spotlight h2 {
		font-family: Poppins;
		font-size: 26px;
		line-height: 30px;
		font-weight: 600;
		color: #140a20;
		margin-bottom: 20px;
		letter-spacing: -0.8px;
	}

	.spotlight .listing .date {
		position: absolute;
		top: 25%;
		left: 33%;
	}

	.main-career .spotlight .tech {
		padding: 20px 39px;
	    margin-top: -39px;
	}

	.spotlight .tech h3 {
		position: relative;
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		color: #7f84aa;
		font-weight: 500;
		padding-left: 50px;
		letter-spacing: 2.7px;
		margin-bottom: 3px;
	}

	.spotlight .tech h3:before {
		content: "";
		position: absolute;
		top: 44%;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #7f84aa;
	}

	.spotlight .tech a {
	    border: 1px solid #f3f1ff;
	    padding: 11px 38px;
	    color: #8583b1;
	    margin-top: 12px;
	}

	.spotlight .tech a:hover {
		color: #fff;
	}

	.spotlight .similiar-sidebar .similiar-inner {
		padding: 25px 0 24px;
		border-top: 1px solid #f3f1ff;
	}

	.main-career .spotlight.sidebar .widget-banner {
	    margin-top: 60px;
	    padding: 40px 0 51px;
	    background-image: url(../image/career/career4.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.main-career-details .spotlight.sidebar .widget-banner {
	    margin-top: 18px;
	    padding: 40px 0 51px;
	    background-image: url(../image/career/career4.jpg);
	    background-repeat: no-repeat;
	    background-size: cover;
	}

	.spotlight.sidebar .widget-banner h1 {
	    margin-top: -25px;
	}

	.spotlight .similiar-sidebar h3 {
		font-family: Poppins;
		font-size: 18px;
		line-height: 30px;
		color: #140a20;
		font-weight: 600;
		float: left;
		margin-right: 20px;
	}

	.spotlight .similiar-sidebar p.part-time {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		color: #062975;
		font-weight: 400;
	}

	.spotlight .similiar-sidebar p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		color: #7f84aa;
		font-weight: 400;
	}

	.main-career-details {
		padding: 140px 0 138px;
	}

	.main-career .flat-manage.style1 {
	    margin-top: 122px;
	}

	.main-career-details .job-details {
		border: 1px solid #f3f1ff;
		padding: 60px 60px 58px 38px;
	}

	.main-career-details .title-job {
		float: left;
		margin-right: 81px;
	}

	.main-career-details .job-details h2 {
		font-family: Poppins;
		font-size: 26px;
		line-height: 30px;
		font-weight: 600;
		color: #140a20;
		letter-spacing: -0.8px;
	}

	.main-career-details .title-job p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #8583b1;	
		margin-top: 8px;
	}

	.main-career-details .info-job {
		margin-top: 5px;
	}

	.main-career-details .info-job ul li span.title-info {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #140a20;	
	}

	.main-career-details .info-job ul li span {
		font-family: Rubik;
		font-size: 14px;
		line-height: 30px;
		font-weight: 400;
		color: #8583b1;	
	}

	.main-career-details .button-job ul li {
		display: inline-block;
		margin-right: 13px;
	}

	.main-career-details .button-job ul li a {
		background-color: #f0f0f0;
		color: #858db4;
		font-family: Poppins;
		font-size: 12px;
		line-height: 30px;
		font-weight: 600;
		padding: 5px 20px;
	}

	.main-career-details .button-job ul li a:hover {
		color: #fff;
	}

	.main-career-details .button-job {
		padding: 20px 0 42px;
		border-bottom: 1px solid #e5e5e5;
	}

	.main-career-details .content-job {
		padding-bottom: 44px;
		margin-top: 42px;
		border-bottom: 1px solid #f3f1ff;
	}

	.main-career-details .content-job p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #8583b1;
	}

	.main-career-details .content-job p.first {
		margin-top: 20px;
	}

	.main-career-details .content-job p.one {
		margin-top: 16px;
	}

	.main-career-details .content-job p.two {
		margin-top: 17px;
	}

	.main-career-details .content-job p.three {
		margin-top: 15px;
	}

	.main-career-details .similiar-job {
		padding: 47px 0 42px;
		border-bottom: 1px solid #f3f1ff;
	}

	.main-career-details .similiar-list {
		margin-top: 20px;
	}
	 
	.main-career-details .similiar-list a {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #8583b1;
	}

	.main-career-details .similiar-list a i {
		color: #062975;
		margin-right: 10px;
	}

	.main-career-details .advantage-job {
		margin-top: 48px;
	}

	.main-career-details .advantage-job p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #8583b1;
	}

	.main-career-details .advantage-job p.advan-first {
		margin-top: 24px;
	}

	.main-career-details .advantage-job p.advan-second {
		margin-top: 18px;
	}

	.main-career-details .advantage-job .button-btn {
		margin-top: 34px;
	}

	.main-career-details .spotlight.sidebar h2.title-sibar {
		margin-top: 46px;
	}

	.main-career-details .spotlight.sidebar .listing {
	    margin-top: 32px;
	}

	.main-career-details .spotlight .tech {
		padding: 6px 41px;
	}

	.main-career-details .spotlight .tech h2 {
		margin-top: 4px;
	}

	.main-career-details .spotlight .similiar-sidebar {
		margin-top: 82px;
	}

	.main-career-details .spotlight .similiar-sidebar h2 {
		margin-bottom: 24px;
	}

	.main-career-details .flat-manage.style1 {
		margin-top: 140px;
	}

	.main-services {
		padding: 73px 0 137px;
	}

	.flat-features-1 {
		padding: 46px 0 31px;
		background-color: #fff;
	}

	.flat-features-1 .wrap-features {
		padding: 20px 25px 32px 47px;
		border: 1px solid #e5e5e5;
		/* margin-bottom: 30px; */
		position: relative;
	}

	.flat-features-1 .wrap-features h2 {
		font-family: Poppins;
		font-size: 24px;
		line-height: 32px;
		font-weight: 600;
		color: #140a20;
		margin-top: 34px;
	    letter-spacing: -0.6px;
	    padding-right: 20px;
	}

	.flat-features-1 .wrap-features h2.active {
		color: #062975;
	}

	.flat-features-1 .wrap-features:hover h2 {
		color: #062975;
	}

	.flat-features-1 .wrap-features p {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 24px;
	    font-weight: 400;
	    color: #666;
	    margin-top: 19px;
	    margin-bottom: 7px;
	}

	.flat-features-1 .wrap-features a {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 24px;
	    color: #a1aac6;
	    font-weight:500;
	    letter-spacing: 0.5px;
	} 

	.flat-features-1 .wrap-features:hover a {
		color: #062975;
	}

	.flat-features-1 .wrap-features img, .services-01 img, .services-02 img, .services-03 img, .services-01 .wrap-features ,  .services-02 .wrap-features, .services-03 .wrap-features{
		    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.services-01:hover img, .services-02:hover img, .services-03:hover img{
		filter: saturate(2);
	}
	.services-01 .wrap-features {
		border-bottom: 5px solid #0a3ba2;
}
.services-02 .wrap-features {
	border-bottom: 5px solid #00a1c3;
}
.services-03 .wrap-features {
	border-bottom: 5px solid #00a677;
}

	.flat-features-1 .wrap-features a i {
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-features-1 .wrap-features:hover a i {
		margin-right: 5px;
	}

	.flat-features-1 .wrap-features a.active {
		color: #062975;
	}

	.main-homepage4 .flat-how-it-work .content-how-it-work .button-btn.elm-btn {
		background-color: #021727;
	    border: 1px solid #021727;
	    margin-top: 30px;
	}

	.main-homepage4 .flat-how-it-work .content-how-it-work .button-btn.elm-btn .submit-btn {
		background-color: #000f1b;
	}

	.flat-how-it-work .content-how-it-work .button-btn.elm-btn:hover {
		padding: 16px 87px 16px 17px;
	}

	.flat-how-it-work .content-how-it-work:hover .button-btn.elm-btn {
		display: inline-block; 
		  -webkit-transition: all 0.8s ease-in-out;
	    -moz-transition: all 0.8s ease-in-out;
	    -ms-transition: all 0.8s ease-in-out;
	    -o-transition: all 0.8s ease-in-out;
	    transition: all 0.8s ease-in-out;
	     padding: 16px 87px 16px 17px;
	}

	.flat-how-it-work .content-how-it-work .button-btn:hover .submit-btn.style2 {
		right: 0;
	}

	.flat-how-it-work .content-how-it-work:hover  .image-work {
		background-color: #fff;
	}

	.main-homepage4 .flat-how-it-work .content-how-it-work .wrap-work.active a.image-work {
		background-color: #fff;
	}

	.main-homepage4 .flat-how-it-work .content-how-it-work .image-work {
		background-color: #fde428;
	}

	.flat-how-it-work .content-how-it-work .image-work {
		width: 140px;
		height: 140px;
		background-color: #3954ae;
	    color: #fff;
	    border-radius: 50%;
	    text-align: center;
	    -webkit-transition: all 0.8s ease-in-out;
	    -moz-transition: all 0.8s ease-in-out;
	    -ms-transition: all 0.8s ease-in-out;
	    -o-transition: all 0.8s ease-in-out;
	    transition: all 0.8s ease-in-out;
	    position: absolute;
	    top: -170px;
	}

	.flat-how-it-work .content-how-it-work .image-work span {
	    font-size: 65px;
		line-height: 140px;
	}

	.main-homepage4  .flat-how-it-work .content-how-it-work .image-work {
		color: #021727;	
	}

	.flat-how-it-work .content-how-it-work:hover .image-work {
		background-color: #fff;
		color: #3954ae;
	}

	.flat-how-it-work .content-how-it-work  .image-work.active {
		background-color: #fff;
		color: #3954ae;
	}

	/* .button-work {
		margin-top: 32px;
	} */

	.button-work a {
		padding: 15px 55px;
		background-color: #fff;
		border: 2px solid #c9d4f8;
		color: #212121;
		font-family: Poppins;
		font-size: 13px;
		font-weight: 600;
	}

	.button-work a:hover {
		color: #fff;
	}

	.main-services-details {
		padding: 140px 0 138px;
	}

	.main-services-details .flat-sponsors {
		margin-top: 0px;		
	}

	.main-services-details .flat-sponsors .image a {
		line-height: 100px;
	}
	.flat-about2 {
		padding: 20px 0;
	}
	.flat-about2 .image-box {
		margin-bottom: 30px;
	}

	.flat-about2 .image-box .image-left {
		width: 55%;
		float: left;
		display: inline-block;
		text-align: right;
		position: relative;
	}

	.flat-about2 .image-box .image-right {
		width: 40%;
		float: right;
	}

	.flat-about2 .image-box .videobox {
		position: absolute;
		top: -10px;
		left: -35px;
	}

	.flat-about2 .image-box .wrap-image,
	.flat-about2 .image-box .image-right {
		margin-top: 40px;
	}

	.flat-about2 .content-about2 {
		padding: 44px 0 0 30px;
	}

	.flat-about2 .content-about2 .wrap-content-about2 {
		padding-bottom: 42px;
	    border-bottom: 1px solid #f4f4f4;
	}

	.flat-about2 .content-about2 h5 {
		font-family: Rubik;
		font-weight: 500;
		font-size: 14px;
		line-height: 90px;
		/* color: #eee; */
		position: relative;
		padding-left: 81px;
		letter-spacing: 2.7px;
	}

	.flat-about2 .content-about2 h5:before {
		content: "";
		position: absolute;
		top: 47%;
		left: 0;
		width: 49px;
		height: 1px;
		background-color: #7f84aa; 
		    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-about2 .content-about2 h2 {
		margin-top: -10px;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600;
		/* color: #fff; */
	}

	.flat-about2 .content-about2 h2 a {
		font-family: Poppins;
		font-size: 40px;
		line-height: 50px;
		font-weight: 600;
		/* color: #140a20; */
	    letter-spacing: -1.2px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-about2 .content-about2 h2 a:hover {
		color: #062975;
	}

	.flat-about2 .content-about2 p {
		font-family: Rubik;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		color: #556583;
	}

	.flat-about2 .content-about2 p.one {
		margin-top: 44px;
	}

	.flat-about2 .content-about2 p.two {
		margin-top: 15px;
	}

	.flat-about2 .info-about2 {
		margin-top: 45px;
		padding: 0 0 0 29px;
	}

	.flat-about2 .info-about2 h4 {
		margin-bottom: 30px;
		font-family: Rubik;
		font-size: 18px;
		line-height: 28px;
		font-weight: 400;
		/* color: #140a20; */
	}

	.flat-about2 .info-about2 h2 {
		font-family: Rubik;
		font-size: 40px;
		line-height: 28px;
		font-weight: 300;
		color: #ab9ebb;
		margin-top: 16px;
	}

	.flat-about2 .info-about2 .avatar {
	    float: left;
	    display: inline-block;
	    margin-right: 20px;
	    margin-top: -5px;
	}

	.flat-about2 .info-about2 .phone-avatar {
		overflow: hidden;
		margin-top: -15px;
	}

	.flat-about2 .info-about2 .phone-avatar h2 {
		margin-bottom: 27px;
	} 

	.main-services-details .flat-features {
	    margin-top: 140px;
	}

	.main-services-details .flat-about {
	    padding: 139px 0 90px;
	}

	.main-services-details .flat-how-it-work {
	    margin-top: 50px;
	    padding: 134px 0 139px;
	}

	.main-services-details .flat-our-blog {
	    margin-top: 83px;
	}

	.main-our-approch {
		padding: 139px 0 138px;
	}

	.flat-features-3 .content-features-3 {
		width: calc( 100% - 300px);
		float: left;
		display: inline-block;
		background-color: #0f0e26;
		padding: 80px 0 85px 82px;
	}

	.flat-features-3 .content-features-3 h2 {
		font-family: Poppins;
		font-size: 40px;
		line-height: 70px;
		font-weight: 300;
		color: #8483a0;
		letter-spacing: -1.2px;
	}

	.flat-features-3 .content-features-3 h3 {
		font-family: Poppins;
		font-size: 60px;
		line-height: 70px;
		font-weight: 600;
		color: #fff;
		margin-top: -5px;
	    letter-spacing: -1.8px;
	}

	.flat-features-3 .image-features-3 {
		width: 300px;
		float: right;
		display: inline-block;
		position: relative;
	}

	.flat-features-4 {
		margin-top: 103px;
	}

	.flat-features-4 .content-features-4 {
		border: 2px solid #f3f1ff;
		text-align: center;
		padding: 59px 10px 63px;
		margin-top: 65px;
	}

	.flat-features-4 .content-features-4.content-features-bottom {
		margin-top: 31px;
	}

	.flat-features-4 .content-features-4 h3 {
	    font-family: Poppins;
	    font-size: 24px;
	    line-height: 80px;
	    font-weight: 600;
	    color: #0a0b20;
	    margin-top: 12px;
	    letter-spacing: -0.7px;
	}

	.flat-features-4 .content-features-4:hover h3 {
		color: #062975;
	}

	.flat-features-4 .content-features-4 h3.active {
		color: #062975;
	}

	.flat-features-4 .content-features-4 p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #8583b1;
		padding: 0 30px;
	    margin-top: -2px;
	}

	.flat-features-4 .content-features-4 img {
	    -webkit-transition: all 0.5s ease-in-out;
	    -moz-transition: all 0.5s ease-in-out;
	    -ms-transition: all 0.5s ease-in-out;
	    -o-transition: all 0.5s ease-in-out;
	    transition: all 0.5s ease-in-out;
	}

	.flat-features-4 .content-features-4:hover img {
		transform: rotateY(360deg);
	}

	.flat-features-4 .content-features-4 a {
		padding: 10px 13px 10px 13px;
		background-color: #f6f6f6;
		border-radius: 40px;
		color: #8583b1;
		-webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-features-4 .content-features-4:hover a {
		background-color: #062975;
		color: #fff;
	}

	.flat-features-4 .content-features-4 a.active {
		background-color: #062975;
		color: #fff;
	}

	.flat-features-4 .btn-features-4 {
		margin-top: 31px;
	}

	.flat-features-4 .button-btn.elm-btn {
		margin-top: 0;
	}

	.flat-call-to-action.style1 {
		background-image: url(../image/team/team1.jpg);
		padding: 100px 0 120px;
		margin-top: 96px;
	}

	.flat-call-to-action.style2 {
		background-image: url(../image/team/team4.jpg);
		padding: 103px 0 438px;
		margin-top: 139px;
	}

	.flat-call-to-action.style3 {
		background-image: url(../image/home/home3-5.jpg);
		padding: 103px 0 438px;
		margin-top: 139px;
	}

	.flat-call-to-action .content-call-to-action h5 {
		font-family: Rubik;
		font-size: 18px;
		line-height: 90px;
		font-weight: 500;
		color: #fff;
		letter-spacing: 3.6px;
	}

	.flat-call-to-action .content-call-to-action h2 {
	    margin-top: -11px;
	}

	.flat-call-to-action .content-call-to-action h2 a {
		font-family: Poppins;
		font-size: 74px;
		line-height: 84px;
		font-weight: 600;
		color: #fff;
	    letter-spacing: -2.3px;
	        -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-our-approch .flat-call-to-action .content-call-to-action h2 a:hover {
		color: #fff;
	}

	.flat-call-to-action .content-call-to-action h2 a:hover {
		color: #062975;
	}

	.main-homepage3 .flat-call-to-action .content-call-to-action h2 a:hover {
		color: #fff;
	}

	.pie-chart {
	    margin: 37px 0 20px;
	}
	.pie-chart .chart {
	    position:relative;
	    display:block;
	    width:120px;
	    text-align:center;
	    border-radius:50%;
	    margin:auto
	}
	.pie-chart-md .chart {
	    width:150px
	}
	.pie-chart-sm .chart {
	    width:130px
	}
	.pie-chart .chart canvas {
	    position:absolute;
	    top:0;
	    left:0
	}
	.pie-chart .chart-percent {
	    margin:0 0 15px 0
	}
	.pie-chart .percent {
	    font-size: 24px;
	    font-weight:600;
	    display:inline-block;
	    z-index:2;
	    color:#fff;
	}
	.pie-chart-md .percent {
	    font-size: 37px;
	    font-weight:600;
	    display:inline-block;
	    z-index:2;
	    color:#fff;
	}
	.percent:after {
	    content:'%'
	}
	.pie-chart h4 {
	    font-size:14px;
	    font-weight:600;
	    text-align:center;
	    margin-top:15px
	}
	.pie-chart-md h4 {
	    font-size:18px;
	    font-weight:600;
	    text-align:center;
	    margin-top:17px
	}
	.pie-chart h5 {
	    color:#999;
	    font-size:12px;
	    font-weight:500;
	    text-align:center;
	    margin-top:15px
	}
	.pie-chart-md h5 {
		font-family: Rubik;
	    color: #fff;
	    font-size: 14px;
	    font-weight: 400;
	    text-align:center;
	    margin-top: 26px;
	}

	.image-call-to-action {
		margin-top: -367px;
		background-color: #f4f8ff;
	}
	i.fa.fa-play {
		color: #093d9a;
	}
	.image-call-to-action .videobox a.fancybox.style2 {
	    width: 100px;
	    height: 100px;
	    background-color: #fff;
	    color: #0f0e26;
	    text-align: center;
	    border-radius: 90px;
	    line-height: 100px;
	}

	.main-our-approch .flat-our-blog {
	    margin-top: 82px;
	    padding-top: 19px;
	}

	.main-login {
		padding: 138px 0 140px;
	}

	.flat-login .form-login {
		text-align: center;
		background-color: #f6f7fa;
		padding: 93px 67px;
	}

	.flat-login .form-login h2 {
		font-family: Poppins;
		font-size: 30px;
		line-height: 40px;
		font-weight: 600;
		color: #0f0e26;
		letter-spacing: -0.8px;
	}

	.flat-login .form-login p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 13px;
	}

	.flat-login .form-login input.name {
		border: none;
		margin-top: 44px;
	}

	.flat-login .form-login input.email {
		border: none;
		margin-top: 20px;
	}

	.flat-login .form-login .input-wrap {
		margin-top: 25px;
	}

	.flat-login .form-login .input-wrap input {
		margin-right: 11px;
	}

	.flat-login .form-login .input-wrap a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #8583b1;
	}

	.flat-login .form-login .wrap-btn {
		margin-top: 10px;
	}

	.flat-login .form-login h5 {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 500;
		color: #8583b1;
		margin-top: 24px;
	}

	.flat-login .form-login p.account {
		margin-top: 9px;
	}

	.flat-login .form-login p.account a {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 500;
		color: #062975;
	}

	.main-signup {
		padding: 139px 0 141px;
	}

	.main-signup .flat-signup .form-login h5 {
		color: #062975;
	}

	.main-signup .flat-signup .form-login input {
		border: none;
	}

	.main-signup .flat-signup .form-login input.name {
		margin-top: 44px;
	}

	.flat-signup.flat-login .form-login .wrap-btn {
	    margin-top: 9px;
	}

	.main-faq {
		padding: 139px 0 141px;
	}

	.flat-faq .your-name input {
		position: relative;
	    padding: 38px 38px;
	    margin-bottom: 24px;
	    font-family: "Rubik";
	    font-size: 16px;
	    letter-spacing: 0.01px;
	}

	.flat-faq .your-name a {
	    background-color: #062975;
	    color: #fff;
	    padding: 27px 55px;
	    position: absolute;
	    top: 0;
	    right: 15px;
	    letter-spacing: 2px;
	}

	.flat-faq .flat-question .toggle-title {
		background-color: #fbf7ff;
		padding: 23px 40px;
	}

	.flat-faq .toggle-title p {
		float: left;
		display: inline-block;
		font-family: Rubik;
		font-size: 14px;
		font-weight: 500;
	}

	.flat-faq .toggle-title i {
		float: right;
		display: inline-block;
	}

	.flat-faq .toggle-title i:before {
		content: "+";
		font-family: "Rubik";
		font-weight: 500;
		font-size: 23px;
	}

	.flat-faq .toggle-content {
		padding: 23px 37px 23px 40px;
	}

	.flat-faq .toggle-content p {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #8583b1;
	    margin-top: -3px;
	}

	.flat-faq .flat-question .toggle-title.active {
		background-color: #fff;
	}

	.flat-faq .flat-question .accordion-toggle.active {
		border: 1px solid #e5e5e5;
		margin-top: 20px;
	}

	.flat-faq .flat-question .toggle-title.active i:before {
	    content: "-";
	    font-family: "Rubik";
	}

	.flat-faq .flat-question .accordion-toggle.active  .toggle-content {
		padding-top: 0px;
	}

	.flat-faq .flat-question .accordion-toggle {
		margin-top: 17px;
	}

	.main-typography {
		padding: 132px 0 141px;
	}

	.flat-elements .heading-elements h1 {
		font-family: Poppins;
		font-size: 70px;
		line-height: 90px;
		font-weight: 600;
		color: #0f0e26;
		margin-top: -6px;
	    letter-spacing: -2.2px;
	}

	.flat-elements .heading-elements h2 {
		font-family: Poppins;
		font-size: 60px;
		line-height: 90px;
		font-weight: 600;
		color: #0f0e26;
		margin-top: 9px;
		letter-spacing: -2.2px;
	}

	.flat-elements .heading-elements h3 {
		font-family: Poppins;
		font-size: 50px;
		line-height: 90px;
		font-weight: 600;
		color: #0f0e26;
		margin-top: 1px;
	    letter-spacing: -1.9px;
	}

	.flat-elements .heading-elements h4 {
		font-family: Poppins;
		font-size: 40px;
		line-height: 90px;
		font-weight: 600;
		color: #0f0e26;
		margin-top: -12px;
	    letter-spacing: -1.6px;
	}

	.flat-elements .heading-elements h5 {
		font-family: Poppins;
		font-size: 30px;
		line-height: 90px;
		font-weight: 600;
		color: #0f0e26;
	    margin-top: -21px;
	    letter-spacing: -1.3px;
	}

	.flat-elements .heading-elements h6 {
		font-family: Poppins;
		font-size: 20px;
		line-height: 90px;
		font-weight: 600;
		color: #0f0e26;
		margin-top: -33px;
	    letter-spacing: -0.9px;
	}

	.flat-elements .text-elements p {
		margin-bottom: 40px;
	}

	.flat-elements .text-elements p.text-one {
		font-family: Rubik;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		color: #8583b1;
	}

	.flat-elements .text-elements p.text-two {
		font-family: Rubik;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
		font-style: italic;
		color: #8583b1;
		margin-top: -22px;
	}

	.flat-elements .text-elements p.text-three {
		font-family: Rubik;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		color: #8583b1;
		margin-top: -21px;
	}

	.flat-elements .text-elements p.text-four {
		font-family: Rubik;
		font-size: 14px;
		line-height: 26px;
		font-weight: 400;
		color: #8583b1;
		margin-top: -21px;
	}

	.main-typography .flat-blockquote .wrap-blockquote.main-text {
	    margin-top: 34px;
	}

	.flat-blockquote.main-blog-grid {
		padding: 0;
	}

	.flat-blockquote .wrap-blockquote.main-text {
		margin-top: 0;
	}

	.flat-features-5 {
		margin-top: 60px;
	}

	.flat-features-5 .title-features-5 {
	    border: 8px solid #0a3c9e;
	    padding: 15px 40px 15px 64px;
	}

	.flat-features-5 .title-features-5 h5 {
		padding-left: 100px;
		font-family: Rubik;
		font-size: 14px;
		line-height: 90px;
		color: #062975;
		font-weight: 500;
		position: relative;
		letter-spacing: 2.5px;
	}

	.flat-features-5 .title-features-5 h5:before {
		content: "";
		position: absolute;
		top: 47%;
		left: 0;
		width: 79px;
		height: 1px;
		background-color: #0a3c9e;
	}

	.flat-features-5 .title-features-5 h2 {
		font-family: Poppins;
		font-size: 40px;
		line-height: 44px;
		color: #093d9a;
		font-weight: 600;
	    margin-top: -9px;
	    letter-spacing: -1.3px;
	}

	.flat-features-5 .title-features-5:before {
	    content: '';
	    position: absolute;
	    top: 56px;
	    right: 0px;
	    height: 40px;
	    width: 36px;
	    border-radius: 4px;
	    background-color: #fff;
	    border-right: 8px solid #0a3c9e;
	    border-top: 8px solid #0a3c9e;
	    transform: rotate(45deg) skew(7deg);
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    z-index: 2;
	    overflow: hidden;
	}

	.flat-features-5 .content-features-5 {
		margin-left: 50px;
	}

	.flat-features-5 .content-features-5 .inner-features-5 {
		margin-top: -9px;
	}

	.flat-features-5 .content-features-5 .inner-features-5 .name-features-5 {
		margin-top: 19px;
	}

	.flat-features-5 .content-features-5 p {
		margin-bottom: 40px;
		font-family: Rubik;
		font-size: 20px;
		line-height: 32px;
		font-weight: 400;
		color: #8583b1;
		margin-top: 3px;
	}

	.flat-features-5 .content-features-5 .image-features-5 {
		float: left;
		display: inline-block;
		margin-right: 30px;
	}

	.flat-features-5 .content-features-5 .name-features-5 h3 {
	    font-family: Poppins;
	    font-size: 24px;
	    line-height: 32px;
	    font-weight: 600;
	    color: #140a20;
	}

	.flat-features-5 .content-features-5 .name-features-5 p {
		font-family: Rubik;
		font-size: 14px;
		line-height: 32px;
		font-weight: 400;
		color: #8583b1;	
	}

	.flat-features-5 .btn-features-5 {
		margin-top: 66px;
		display: inline-block;
	}

	.btn-features-5 .wrap-btn {
		float: left;
		margin-right: 42px;
		margin-bottom: 30px;
	}

	.flat-features-5 .btn-features-5 .btn-button {
		float: left;
	    display: inline-block;
	    margin-right: 40px;
	}

	.flat-features-5 .btn-features-5 .btn-button a.btn-hover {
		padding: 16px 49px 14px 48px;
		background-color: #062975;
		color: #fff;
		border: 1px solid #062975;
		font-family: "Poppins";
		font-weight: 600;
		letter-spacing: -1px;
	}

	.flat-features-5 .btn-features-5 .btn-button a.btn-hover:hover {
		color: #062975;
		border: 1px solid #062975;
	}

	.flat-features-5 .btn-features-5 .button-btn.elm-btn {
		float: left;
	    display: inline-block;
	    margin-right: 42px;
	    font-size: 14px;
	    letter-spacing: -1px;
	}

	.flat-features-5 .btn-features-5 .button-btn.elm-btn a {
		letter-spacing: 0px;
		font-weight: 600;
	}

	.flat-features-5 .btn-features-5 .button-style3 a {
		border: 1px solid #aeb6e3;
	    padding: 16px 49px 16px 55px;
	    color: #767aa6;
	    font-family: "Poppins";
	    font-weight: 600;
	    font-size: 14px;
	}

	.flat-features-5 .btn-features-5 .button-style3 a:hover {
		color: #fff;
	}

	.flat-features-5 .btn-features-5 .button-style3 {
		display: inline-block;
		float: left;
		margin-right: 40px;
		margin-bottom: 38px;
	}

	.flat-features-5 .btn-features-5 .panigation {
		float: left;
		display: inline-block;
	}

	.flat-features-5 .btn-features-5 .panigation ul li {
		display: inline-block;
	}

	.flat-features-5 .btn-features-5 .panigation ul li a {
		display: block;
	    padding: 17px 25px;
	}

	.flat-features-5 .btn-features-5 .panigation ul li {
	    background-color: #e4e7ff; 
	    color: #8b8dbd;  
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-features-5 .btn-features-5 .panigation ul li i { 
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.flat-features-5 .btn-features-5 .panigation ul li:hover {
		background-color: #387a10;
	}

	.flat-features-5 .btn-features-5 .panigation ul li:hover i {
		color: #fff;
	}

	.flat-call-to-action-style2 {
		margin-top: 70px;
	}

	.flat-call-to-action-style2 .wrap-btn {
		float: right;
	}

	.flat-call-to-action-style2  .wrap-btn .flat-button-arrow {
		border: 2px solid #79ba50;
		background-color: #5ea233;
	}

	.flat-call-to-action-style2  .wrap-btn .flat-button-arrow:before,
	.flat-call-to-action-style2  .wrap-btn .flat-button-arrow:after {
		background-color:  #387a10;
	}

	.flat-call-to-action-style2 .wrap-call-to-action.style2 {
	    background-color: #5ea233;
	    padding: 54px 81px 60px;
	}

	.flat-call-to-action-style2 .wrap-call-to-action.style2 .text-call-to-action.style2 {
		float: left;
		display: inline-block;
	}

	.flat-call-to-action-style2 .wrap-call-to-action.style2 .text-call-to-action.style2 h5 {
		font-family: Rubik;
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
		color: #fff;
		letter-spacing: 3.4px;
	}

	.flat-call-to-action-style2 .wrap-call-to-action.style2 .text-call-to-action.style2 h2 {
		font-family: Poppins;
		font-size: 36px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
		margin-top: 16px;
		letter-spacing: -1.1px;
	}

	.flat-call-to-action-style2 .wrap-call-to-action.style2 .elm-btn {
		float: right;
		display: inline-block;
		margin-top: 8px;
		margin-right: 0;
		border: 1px solid #79ba50;
	}

	.flat-form {
		margin-top: 40px;
	}

	.main-typography .flat-form {
		margin-top: 81px;
	}

	.main-typography .flat-form .button-btn a {
		letter-spacing: 0;
	}

	.flat-form .wrap-form input {
		border: none;
		background-color: #f9f7ff;
	}

	.flat-form .wrap-form textarea {
		border: none;
		background-color: #f9f7ff;
		height: 116px;
	}

	.main-homepage1 {
		padding: 0;
	}

	.main-homepage1 .flat-about2 {
		padding: 40px 0;
		background-color: #fff;
	}

	.main-homepage1 .flat-features-2 {
	    padding: 102px 0 87px;
	}

	.main-homepage1 .flat-how-it-work {
	    margin-top: 45px;
	}

	.main-homepage1 .flat-sponsors {
	    margin-top: 6px;
	}

	.main-homepage1 .flat-sponsors .image a {
		line-height: 100px;
	}

	.main-homepage1 .flat-our-blog {
	    margin-top: 83px;
	}

	.flat-how-it-work .bg-how-it {
		background-image: url(../image/home/home4-1.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		margin-top: 200px;
	}

	.main-homepage4 .flat-how-it-work .bg-how-it {
		margin-top: 198px;
	}

	.flat-how-it-work .wrap-title-how {
		margin-top: -150px;
	}

/* Mobile Navigation
-------------------------------------------------------------- */
	.mobile-button {
	    display: none;
	    position: absolute;
	    width: 26px;
	    height: 26px;
	    float: right;
	    top: 50%;
	    padding: 20px;
		border-radius: 50px;
		right: 0;
		background-color: #081951;
	    cursor: pointer;
	    -webkit-transition: all 0.3s ease;
	    -moz-transition: all 0.3s ease;
	    -ms-transition: all 0.3s ease;
	    -o-transition: all 0.3s ease;
	    transition: all 0.3s ease;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	}

	.mobile-button:before,
	.mobile-button:after,
	.mobile-button span {
	    background-color:#fff;
	    -webkit-transition:all ease 0.3s;
	    -moz-transition:all ease 0.3s;
	    transition:all ease 0.3s;
	}

	.mobile-button:before,
	.mobile-button:after {
	    content: '';
		position: absolute;
		top: 0;
		height: 2px;
		width: 50%;
		left: 9px;
		top: 50%;
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}

	.mobile-button span {
	    position: absolute;
		width: 60%;
		height: 2px;
		left: 8.5px;
		top: 50%;
		overflow: hidden;
		text-indent: 200%;
	}

	.mobile-button:before {
	    -webkit-transform:translate3d(0,-7px,0);
	    -moz-transform:translate3d(0,-7px,0);
	    transform:translate3d(0,-7px,0);
	}

	.mobile-button:after {
	    -webkit-transform:translate3d(0,7px,0);
	    -moz-transform:translate3d(0,7px,0);
	    transform:translate3d(0,7px,0);
	}

	.mobile-button.active span {
	    opacity:0;
	}

	.mobile-button.active:before {
	    -webkit-transform:rotate3d(0,0,1,45deg);
	    -moz-transform:rotate3d(0,0,1,45deg);
	    transform:rotate3d(0,0,1,45deg);
	}

	.mobile-button.active:after {
	    -webkit-transform:rotate3d(0,0,1,-45deg);
	    -moz-transform:rotate3d(0,0,1,-45deg);
	    transform:rotate3d(0,0,1,-45deg);
	}

	.btn-submenu {
	    position: absolute;
	    right: 0;
	    top: 0;
	    font: 20px/50px 'FontAwesome';
	    text-align: center;
	    cursor: pointer;
	    width: 70px;
	    height: 44px;
	}

	.btn-submenu:before {
	    content: "\f107";
	    color: #fff;
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	}

	.btn-submenu.active:before {
	    content: "\f106";
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	}

	#mainnav-mobi {
	    display: block;
	    margin: 0 auto;
	    width: 100%;
	    position: absolute;
	    background-color: #081951;
	    z-index: 1000;
	    top:100%;
	    left: 0;
	}

	#mainnav-mobi ul {
	    display: block;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}

	#mainnav-mobi ul li {
	    margin:0;
	    position: relative;
	    text-align: left;
	    border-top: 1px solid #102877;
	    cursor: pointer;
		transition: 0.2s all ease-in-out;
	}
	#mainnav-mobi ul li:last-child {
		border: 1px solid #19338b;
	}
	#mainnav-mobi ul li:hover {
		background-color: #fff;
		
	}
	#mainnav-mobi ul > li > a {
	    text-decoration: none;
	    height: 50px;
	    line-height: 50px;
	    padding: 0 15px;
	    color: #fff;
	}
	#mainnav-mobi ul > li > a:hover {
		color: #102877;
	}

	#mainnav-mobi ul.sub-menu {
	    top: 100%;
	    left: 0;
	    z-index: 2000;
	    position: relative;
	    background-color: #333333;
	    width: 100%;
	    padding-left: 25px;
	    padding-right: 25px;
	    opacity: 1;
	    visibility: visible;
	    -webkit-transition: all 0s ease-in-out;
	    -moz-transition: all 0s ease-in-out;
	    -ms-transition: all 0s ease-in-out;
	    -o-transition: all 0s ease-in-out;
	    transition: all 0s ease-in-out;
	}

	#mainnav-mobi ul.sub-menu > li a {
		border-bottom: 1px solid #444444;
	}

	#mainnav-mobi ul.sub-menu > li:last-child a {
		border-bottom: none;
	}

	#mainnav-mobi > ul > li > ul > li,
	#mainnav-mobi > ul > li > ul > li > ul > li {
	    position: relative;
	    border-top: 1px solid #333333;
	}

	#mainnav-mobi > ul > li > ul > li > ul > li a {
	    padding-left: 20px;
	}

	#mainnav-mobi ul.sub-menu > li > a {
	    display: block;
	    text-decoration: none;
	    border-top-color: rgba(255,255,255,.1);
	    -webkit-transition: all 0.2s ease-out;
	    -moz-transition: all 0.2s ease-out;
	    -o-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;
	}

	#mainnav-mobi > ul > li > ul > li:first-child a {
	    border-top: none;
	}

	#mainnav-mobi ul > li.active > a,
	#mainnav-mobi ul.sub-menu > li > a:hover,
	#mainnav-mobi > ul > li > ul > li.active > a {
	    color: #549bf6;
	}

	.main-homepage2 .flat-claim .wrap-claim {
		margin-top: -56px;
	}

	.main-homepage2 .flat-claim .wrap-claim h5 {
		padding-left: 100px;
	}

	.main-homepage2 .flat-claim .wrap-claim h5:before {
		top: 47%;
		width: 70px;
		background-color: #4d981d;
	}

	.main-homepage2 .flat-claim .wrap-claim h1 {
		margin-top: -8px;
	}

	.main-homepage2 .flat-claim .wrap-claim h1 a {
		font-family: Poppins;
		font-size: 50px;
		line-height: 60px;
		color: #0a0b20;
		font-weight: 600;
	    letter-spacing: -1.5px;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-homepage2 .flat-claim .wrap-claim h1 a:hover {
		color: #5ea233;
	}

	.main-homepage2 .flat-claim .wrap-claim p.text-claim {
		font-family: Rubik;
		font-size: 18px;
		line-height: 26px;
		color: #8583b1;
		font-style: Italic;
		margin-top: 41px;
	}

	.main-homepage2 .flat-claim .claim-down {
	    margin-bottom: 44px;
	    margin-top: 37px;
	}

	.main-homepage2 .flat-claim .claim-down .claim-info h4 {
	    margin-top: -2px;
	}

	.main-homepage2 .flat-claim .claim-down .claim-info h4 a {
	    font-family: Rubik;
	    font-size: 20px;
	    line-height: 26px;
	    font-weight: 500;
	    color: #0a0b20;
	        -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
	}

	.main-homepage2 .flat-claim .claim-down .claim-info p {
	    font-family: Rubik;
	    font-size: 14px;
	    line-height: 26px;
	    font-weight: 400;
	    color: #8583b1;
	    margin-top: 3px;
	}

	.main-homepage2 .flat-claim .claim-down.active .claim-info h4 a,
	.main-homepage2 .flat-claim .claim-down.active .claim-info p  {
	   color: #4d981d;
	}

	.main-homepage2 .flat-claim .claim-down:hover .claim-info h4 a,
	.main-homepage2 .flat-claim .claim-down:hover .claim-info p  {
	   color: #4d981d;
	}

	.main-homepage2 .flat-claim .button-btn.elm-btn {
		margin-top: -10px;
	}

	.main-homepage2 .flat-sponsors2 {
	    padding: 135px 0 94px;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 {
		margin-left: 94px;
	}


	.main-homepage2 .flat-sponsors2 .logo-sponsors2 ul li {
	    padding: 18px 0 62px;
	    line-height: 100px;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .text-sponsors2 {
	    padding: 44px 28px;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .text-sponsors2:before {
	    content: "";
	    position: absolute;
	    top: 0;
	    left: -40px;
	    width: 0;
	    height: 0;
	    border-top: 0px solid transparent;
	    border-bottom: 208px solid transparent;
	    border-right: 40px solid #3a7715;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .text-sponsors2:after {
	    content: "";
	    position: absolute;
	    bottom: -14px;
	    left: 35px;
	    width: 0;
	    height: 0;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	    border-top: 15px solid #3a7715;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .avatar {
	    margin-top: 37px;
	    margin-left: 12px;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .img-avatar {
	    margin-right: 21px;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .info-avatar {
		margin-top: 2px;
	}

	.main-homepage2 .flat-sponsors2 .wrap-sponsors2 .info-avatar p {
		margin-top: 5px;
	}

	.main-homepage2 .title-section .content-inner .button-btn.elm-btn {
		margin-right: 0;
	}

	.main-homepage2 .flat-our-blog-style2 {
	    padding: 101px 0 0px;
	}

	.main-homepage2 .flat-call-to-action.style5 .content-call-to-action h3 {
		font-family: Rubik;
		font-size: 18px;
		line-height: 26px;
		font-weight: 500;
		color: #fff;
	    margin-top: -6px;
	    letter-spacing: 3.5px;
	}

	.main-homepage2 .flat-call-to-action.style5 .content-call-to-action h1 {
		font-family: Poppins;
		font-size: 36px;
		line-height: 26px;
		font-weight: 600;
		color: #fff;
	    margin-top: 14px;
	    letter-spacing: -1px;
	}

	.main-homepage2 .flat-call-to-action.style5 .content-call-to-action {
	    padding: 59px 81px;
	}

	.main-homepage2 .flat-call-to-action.style5 .button-btn.elm-btn {
		float: right;
	    margin-top: -59px;
	    margin-right: 0;
	}

	/* .main-homepage1 .flat-sponsors .owl-prev,
	.main-homepage1 .flat-sponsors .owl-next {
		display: none;
	} */

	.main-services-details .flat-sponsors .owl-prev,
	.main-services-details .flat-sponsors .owl-next {
		display: none;
	}

	.main-homepage3 .flat-sponsors.style2 .wrap-logo a {
		line-height: 100px;
	}

	.main-homepage3 .flat-sponsors.style2 .wrap-logo .owl-prev,
	.main-homepage3 .flat-sponsors.style2 .wrap-logo .owl-next {
		display: none;
	}

	.main-typography .flat-call-to-action-style2 .button-btn.style3 {
		padding: 16px 87px 16px 35px;
	}

	.main-typography .flat-call-to-action-style2 .button-btn.style3:hover {
		padding: 16px 35px 16px 87px;
	}

	.owl-dots .owl-dot {
		background: #062975 !important;
		width: 15px;
		height: 15px;
		border-radius: 50px;
		margin-right: 5px;
	}
	.owl-dots .owl-dot.active {
		background: #255edc !important;
	}
	.owl-nav .fa-arrow-left:before, .owl-nav .fa-arrow-right:before{
		color: #062975 !important;
		font-size: 15px;
		border: 1px solid #062975;
		padding:10px;
		border-radius: 100%;
	}
	.owl-nav .owl-prev {
		margin-right: 10px;
	}
	button.owl-prev {
		position: absolute;
		left: -7%;
		top: 25%;
	}
	button.owl-next {
		position: absolute;
		right: -7%;
		top: 25%;
	}
