






@import url("font-awesome.css");



@import url("themify-icons.css");



@import url("font-elegant.css");



@import url("flexslider.css");



@import url("owl.carousel.css");



@import url("shortcodes.css");



@import url("jquery.fancybox.css");



@import url("magnific-popup.css");



@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900|Poppins:300,400,500,600,700|Pacifico|Montserrat:400,500,600,700|Maven+Pro:400,500,700,900|Playfair+Display|Quattrocento+Sans:400,700");







/**



  *	Reset



  *	Repeatable Patterns



  * Variables



  * Top



  * Flat Socials



  * Flat Language



  * Flat-Infomation



  * Widget Header



  * Header



  * Shopping-Cart



  * Mobile navigation



  * Header Style2



  * Header Style3



  * Header Style6



  * Header Style7



  * Page Title



  * Breadcrumbs



  * Sidebar



  * Blog



  * Blog-shortcode



  * Project



  * Services



  * Pagination



  * HomePage1



  * HomePage2



  * Homepage3



  * Homepage6



  * Home About Us



  * Page Contact



  * Page Careers



  * Page 404



  * Page CommingSoon



  * Shop



  * Shop Detail



  * Comment



  * GoTop Button



  * Footer



  * Bottom



  * Parallax



  * Preload



  * Switcher



  * Boxed



*/







/* 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;



}



 @font-face {

        src: url('../fonts/VarelaRound-Regular.ttf');  

        font-family: 'varelaround';

}



body {



	font: 15px/24px "varelaround", sans-serif;



	font-weight: 400;



	background-color: #fff;		



	color: #646a7c;



}







a {		



	color: #28293A;



	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: #f2c21a;



	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;		



}







b, strong {



	font-weight: 900;



}







button {



	border: none;



}







button,



input[type="button"],



input[type="reset"],



input[type="submit"] {		



    font-size: 14px;



    font-weight: 700;



    color: #28293a;



    text-transform: uppercase;



    padding: 12px 24px;



    background-color: #f2c21a;



    -webkit-transition: all 0.3s ease 0s;



       -moz-transition: all 0.3s ease 0s;



        -ms-transition: all 0.3s ease 0s;



         -o-transition: all 0.3s ease 0s;



            transition: all 0.3s ease 0s;



}







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"] {	



	font-family: "Work Sans", sans-serif;



	background-color: #ffffff;



    border: 1px solid #ebebeb;



    height: 40px;



    padding-left: 30px;



    font-size: 14px;



    outline: none;



    margin-bottom: 30px;



	border-radius: 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;



}







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: 1px solid #f2c21a;



	-webkit-box-shadow: none;



	   -moz-box-shadow: none;



			box-shadow: none;



}







textarea {



	width: 100%;



	height: 235px;



	padding: 30px 30px;



}







input[type="checkbox"] {



	display: inline;



}







textarea:-moz-placeholder,



textarea::-moz-placeholder,



input:-moz-placeholder,



input::-moz-placeholder {		



	color: #b3b7c8;



	opacity: 1;



}







input:-ms-input-placeholder {



	color: #b3b7c8;



}







textarea::-webkit-input-placeholder,



input::-webkit-input-placeholder {



	color: #b3b7c8;



	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 {



	-webkit-appearance: none;



	text-shadow: none;



	-webkit-box-shadow: none;



	   -moz-box-shadow: none;



	     -o-box-shadow: none;



	        box-shadow: none;



	color: #000;



}







h1, h2, h3, h4, h5, h6 { font-family: "Work Sans", sans-serif; color: #131312; font-weight: 700; margin-bottom: 20px; }



h1 { font-size: 36px; line-height: 40px; }



h2 { font-size: 30px; line-height: 35px; }



h3 { font-size: 24px; line-height: 30px; }



h4 { font-size: 20px; line-height: 25px; }



h5 { font-size: 18px; line-height: 20px; }



h6 { font-size: 16px; line-height: 18px; }







/* Variables  



---------------------------------------------------------------*/



.flat-language > ul > li > ul, #mainnav-mobi ul.sub-menu > li > a, .product .content-product .btn-card, .product .content-product .name, .product .content-product .mount, .product .featured-product img {



	-webkit-transition: all 0.2s ease-in-out;



	   -moz-transition: all 0.2s ease-in-out;



	    -ms-transition: all 0.2s ease-in-out;



	     -o-transition: all 0.2s ease-in-out;



	        transition: all 0.2s ease-in-out;



}







#header.downscrolled {



	-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;
border-bottom: 2px solid #f2bb00;


}







.header .logo, #mainnav ul.submenu, #mainnav ul.submenu > li > a, aside.widget, .product .box-product, .entry .readmore:after, .switcher-container h2 a, .switcher-container h2 i, .sw-pattern.pattern, .entry ,.entry-border, .item-border, .item .featured-item a img, .go-top, .entry .featured-post a img,  .widget-nav-menu ul li::after, .widget.widget-out-link ul li a:before, .widget-nav-menu ul li, .widget.widget-recent-new ul li span:before, .top-search, .top-search #searchform-all #searchsubmit, .shopping-cart .subcart {



	-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;



}







/* Color */



.menu.menu-extra li a:hover, .flat-alert.msg-success, .flat-information li i,  .start-pri i, .item .content-item .title-item a:hover, .comment .comment-body .comment-info h6 a:hover, .product-single .social-links li a:hover, .product-single .product_meta li a, .widget-banner .sale, .widget-shopby .price_slider_amount .price_label input, .widget-shopby .ui-slider .ui-slider-handle, .infomation-text span, .breadcrumbs.color-661 ul li a:hover, .item .readmore::after, .item .readmore:hover, .widget.widget-phone i, .page-title.style2 .breadcrumbs ul li a:hover, .flat-information.style2 li a:hover, #mainnav.style2 ul.submenu > li > a:hover, .flat-language.color-white .current a:hover, #mainnav.style2 > ul > li.active > a, #mainnav.style2 > ul > li > a:hover, .social-links.color-white li a:hover, .entry .readmore:after, .project-dynamic .entry .content-post .title-post a:hover, .project-dynamic .entry .readmore:hover,.project-dynamic .entry .readmore:hover:after, .entry .meta-data .meta-post li.author a, .copyright a, #subscribe-msg .notification_error, #subscribe-msg .notification_ok, .flat-language > ul > li > ul li a:hover, .breadcrumbs ul li a:hover, .breadcrumbs ul li i, .footer a:hover, .entry .content-post .title-post a:hover, .entry .readmore:hover {



	color: #f2c21a;



}







#mainnav > ul > li.active > a, #mainnav > ul > li > a:hover, .social-links.style2 li a:hover, .social-links.style3 a:hover, .widget-shopby .ui-slider .ui-slider-handle span.shadow.dow, .widget-shopby .ui-slider .ui-slider-range, #mainnav ul.submenu > li > a:hover {



	background-color: transparent;



}







#mainnav > ul > li.active > a, #mainnav > ul > li > a:hover, .widget-product ul li ins, .product-single ul.product-style li .detail, .testimonials .avatar span.name, .product .content-product .mount, .breadcrumbs.color-661 ul li a, .breadcrumbs.color-661 ul li, .breadcrumbs.color-661 ul li:before, .item .readmore, .item .content-item .title-item, .widget.widget-phone span, .page-title.style2 .page-title-heading h1, .page-title.style2 .breadcrumbs ul li, .page-title.style2 .breadcrumbs ul li a, .page-title.style2 .breadcrumbs ul li i, .page-title.style2 .breadcrumbs ul li:before, .menu-extra.color-661 li a, .entry .content-post .title-post a, .entry .readmore, .item .content-item .title-item a, .single-post p, #mainnav.color-661 > ul > li > a {



	color: #fff;



}







.top.background-661, .nav-absolute .nav-wrap, .header.header-style1 {



	background-color: #000;



}







.project-info ul li, .widget-info.color35d .info-text p, .product-single .product_meta li a:hover, .product-single .product-style li,  .product-single p, .product-single ins, .widget-product ul li .product-name a, .testimonials blockquote.whisper, .careers-info .careers-text p, .page-commingsoon .title-section.sub .title, .product .content-product .name, #mainnav ul.submenu > li > a, .item .content-item p, .wrap-formcontact.style2 p, .list-author .info-author .contact-author h3 {



	color: #42435d;



}



.flat-alert.msg-success {

	text-align: center;

}



.project-dynamic .entry .content-post, .project-dynamic .entry .category, #mainnav.color-white > ul > li.active > a, #mainnav.color-white > ul > li > a:hover, #mainnav.color-white ul.submenu > li > a:hover, .project-dynamic .entry .content-post .title-post a, .social-links.color-white li a,



.project-dynamic .entry .readmore, .infomation-text, .widget.widget-nav-menu ul li a:hover, .widget.widget-nav-menu ul li.active a, .breadcrumbs ul li:before, .breadcrumbs ul li a, .breadcrumbs ul li, .page-title-heading h1, #mainnav-mobi ul.sub-menu > li > a:hover,



#mainnav-mobi > ul > li > ul > li.active > a, #mainnav-mobi ul > li > a, #mainnav > ul > li > a, .menu-extra li a, .social-links.style3 a:hover, .top-search #searchform-all #searchsubmit, .flat-language > ul > li > ul li a, .flat-information.before-white li i, .btn-click.color-white .flat-button, .project-dynamic .entry .readmore:after, .flat-language.color-white .current a, .flat-information.style2 li a  {



	color: #ffffff;



}







.header .background-white, #mainnav ul.submenu, .shopping-cart .subcart, .header.bg-white, .header-style3.downscrolled {



	background-color: #ffffff;



}







/* Position */



.flat-top.social-links, #mainnav > ul > li > a, #mainnav ul li, .flat-language, .sw-odd .sw-image .sw-buy,  .product-single .product_meta li, .comment-respond h2, .flat-information, .widget.widget-shopby form, .widget.widget-shopby .ui-slider, .wrap-breackcrum, .product .content-product, .main-history .wrap-step .data-step, .main-history .wrap-step .info-step, .item .readmore, .flat-wrap-header , .flat-header-wrap, .top .menu.menu-extra, .data-effect, .slide-overlay, .entry, .item, .flat-language .current a, .top-search #searchform-all, .entry .readmore, .entry .meta-data ul li, .widget-download .download a, .widget.widget-nav-menu ul li a, .widget.widget-testimonials .avatar span.name, .widget.widget-testimonials .avatar, .widget-nav-menu ul li, .widget.widget-out-link ul li a, .widget.widget-recent-new ul li span, .menu-extra > li, .nav-wrap, .page-title {



	position: relative;



} 







.flat-top.social-links::before, .widget-nav-menu ul li::before,  .product-single .product_meta li::after, .comment-respond h2::after, .top .menu.menu-extra::before, .main-history .wrap-step .data-step::before, .main-history .wrap-step .data-step::after, .top.style2 .flat-information::before, .widget.widget-nav-menu ul li a:before, .widget.widget-testimonials .avatar span.name::after {



	position: absolute;



	content: "";



}







.flat-language .current > a:after, .breadcrumbs ul li:before, .sw-odd .sw-image .sw-buy:after, .item .readmore::after, .entry .readmore:after, .widget-download .download a:after, .widget-nav-menu ul li::after, .widget.widget-testimonials .avatar::after {



	position: absolute;



	font-family: "FontAwesome";



}







.widget.widget-out-link ul li a:before, .widget.widget-recent-new ul li span:before, .entry .meta-data ul.meta-comment li::before {



	position: absolute;



	left: 0;



	top: 0;



	font-family: "FontAwesome";



}







.project-dynamic .entry .content-post, .project-dynamic .entry .content-post .wrap-table, .project-dynamic .entry .content-post .flat-tabcell, 



.page-commingsoon .flat-commingsoon, .flat-commingsoon .wrap-table,



.flat-commingsoon .flat-tabcell  {



    width: 100%;



    height: 100%;



}







.project-dynamic .entry .content-post .wrap-table, .flat-commingsoon .wrap-table {



	display: table;



}







.project-dynamic .entry .content-post .flat-tabcell, .flat-commingsoon .flat-tabcell {



    display: table-cell;



    vertical-align: middle;



}







.page-commingsoon .flat-commingsoon {



    position: absolute;



    left: 0;



    top: 0;



}







/* Opacity */



#mainnav ul.submenu, .flat-language > ul > li > ul, .effect-animation, .top-search, .go-top, .shopping-cart .subcart, .product:hover .content-product .name, .product:hover .content-product .mount {



	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";



    filter: alpha(opacity=0);



    opacity: 0;



    visibility: hidden;



}







#mainnav ul li:hover > ul.submenu, .flat-language .current:hover ul, .effect-animation.animated, .go-top.show, .top-search.show, .shopping-cart:hover .subcart {



    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";



       filter: alpha(opacity=100);



    opacity: 1;



   visibility: visible;



}







/* Box-Shadow */



.shopping-cart .subcart, #mainnav ul.submenu, .flat-language > ul > li > ul {



	box-shadow: 0px 20px 46px 0px rgba(0, 0, 0, 0.15); 



}







.box-shadow1 {



	box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15); 



}







.box-shadow2 {



	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);  



}







.box-shadow3 {



	box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15); 



}







.border-shadow .entry-border, .border-shadow .item-border  {



	border: 1px solid #ebebeb;



}







.border-shadow .entry-border:hover, .border-shadow .item-border:hover, .product:hover .box-product, .widget-banner img {



	box-shadow: 0px 25px 45px 0px rgba(0, 0, 0, 0.15); 



}







/* Effect */



.widget-nav-menu ul li::before {



	top: 50%;



    right: 101%;



    z-index: -1;



    margin: -20px 0 0 1px;



    width: 50px;



    height: 50px;



    border-radius: 50%;



    background: #0f3661;



    -webkit-transform-origin: 100% 50%;



    transform-origin: 100% 50%;



    -webkit-transform: scale3d(1, 2, 1);



    transform: scale3d(1, 2, 1);



    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;



    transition: transform 0.3s, opacity 0.3s;



    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.9,1);



    transition-timing-function: cubic-bezier(0.7,0,0.9,1);



}







.widget-nav-menu ul li:hover:before , .widget-nav-menu ul li.active:before {



    -webkit-transform: scale3d(9, 9, 1);



    transform: scale3d(-9, 9, 1);



}







/* Column */



.one-half {



    float: left;



    width: 50%;



}







.wrap-column, .project-dynamic .data-effect {



	margin: 0px -15px;



}







.wrap-column .flat-column3 {



	float: left;



	width: 33.3333333333%;



	padding: 0px 15px;



}







.wrap-column2 {



	margin: 0px -25px;



}







.wrap-column2 .flat-column2 {



	float: left;



	width: 50%;



	padding: 0px 25px;



}







/* float */



.float-left {



	float: left;



}







.float-right {



	float: right;



}







/* Top 



---------------------------------------------------------------*/



.top {

color:

#000;

height: 26px;

line-height: 25px;

background:

#f2c21a;

font-family: 'varelaround';

font-size: 13px;



}

.paddingzero{

	padding: 0 !important;

}





.flat-top {



    float: right;



}







/* Style2 */



.top.padding-none {



    padding: 0;



}







.top.style2 .flat-language {



	margin: 3px 0px 0px -3px;



	width: 16.2%;



}







.top.style2 .flat-information {



	padding-left: 29px;



}



.top.style2 .flat-information::before, .top .menu.menu-extra::before, .flat-top.social-links::before {



	left: 0;



	width: 1px;



	height: 20px;



}







.top.style2 .flat-information::before {



	top: 6px;



	background-color: #274a71;



}







.btn-click.style2 {



	margin-bottom: -7px;



}







.btn-click.style2 .flat-button {



	font-weight: 700;



	border-radius: 0;



	padding: 11px 28px 15px 28px;



}







/* Style3 */



.top .menu.menu-extra {



	padding-left: 18px;



	margin: 0px -4px 0px 28px;



}







.top .menu.menu-extra::before {



	top: 15px;



	background-color: #536e8d;



}







.top .menu-extra li a {



	line-height: 50px;



}







/* Style4 */



.top.style4 .flat-top.social-links {



	margin-left: 21px;



}







.top.style4 .flat-top.social-links::before {



    background-color: #274a71;



}







/* Style5 */



.top.style5 .btn-click.style2 .flat-button {



	padding: 6px 28px 10px 28px;



}







.top.style5 .flat-top.social-links {



	padding-left: 26px;



	margin-left: 22px;



}







/* Flat Socials



-------------------------------------------------------------- */



.social-links li {



	display: inline-block;



	padding: 0px 6px;



}







.social-links li:last-child {



	padding-right: 0;



}







/* Style2 */



.social-links.style2 {



	padding-right: 2px;



}







.social-links.style2 li {



	padding: 0;



	margin-left: -3px;



}







.social-links.style2 li a {



	position: relative;



	width: 45px;



	height: 45px;



	text-align: center;



	line-height: 45px;



	background-color: #233343;



	color: #aeb0ca;



	display: inline-block;



}







.social-links.style2 li a i {



	font-weight: 600;



}







.social-links.style2 li a:hover {



	color: #0f3661;
background: #f2c21a;



}







.flat-top.social-links {



    padding-left: 27px;



    margin-left: 7px;



}







.flat-top.social-links::before {



    top: 2px;



    background: #dbdbe2;



}







/* Flat Language



-------------------------------------------------------------- */



.flat-language {



    width: 15%;



}







.flat-language .current a {



    padding: 0 14px 0 2px;



}







.flat-language .current > a:after {



    content: "\f107";



    right: -0px;



    top: -5px;



}







.flat-language > ul > li > ul {



    position: absolute;



    left: 0;



    top: 100%;



    width: 130px;



    margin-top: 15px;



    padding: 5px 0px;



    background-color: #646a7c;



    z-index: 9999;



}







.flat-language .current:hover ul {



    margin-top: 0px;



}







.flat-language > ul > li > ul li {



    padding: 1px 0 2px 15px;



    line-height: 24px;



}







.flat-language > ul > li > ul li a {



    display: block;



}







/* Flat-Infomation



-------------------------------------------------------------- */



.flat-information li {



    line-height: 30px;



    font-size: 14px;



    padding-left: 2px;



}







.flat-information li i {



	margin-right: 10px;



}







/* Style2 */



.flat-information.style2 li {



	display: inline-block;



	margin-right: 22px;



}







.flat-information.style2 li:last-child {



	margin-right: 0;



}







/* Widget Header



-------------------------------------------------------------- */



.wrap-widget-header {



    padding: 22px 0px 0px;



}







.wrap-widget-header .widget-info {



    float: right;



    margin: 0 0 0 48px;



}







.widget-info .info-icon {



    float: left;



    width: 40px;



    height: 40px;



    line-height: 40px;



    text-align: center;



    margin: 3px 20px 0px 0px;



    color: #f2c21a;



    border: 1px solid #ebebeb;



    -webkit-transform: rotate(45deg);



       -moz-transform: rotate(45deg);



        -ms-transform: rotate(45deg);



         -o-transform: rotate(45deg);



            transform: rotate(45deg);



}







.widget-info .info-icon i {



	-webkit-transform: rotate(-45deg);



       -moz-transform: rotate(-45deg);



        -ms-transform: rotate(-45deg);



         -o-transform: rotate(-45deg);



            transform: rotate(-45deg);



}







.widget-info .info-text {



    overflow: hidden;



}







.widget-info .info-text h6 {



	margin-bottom: 0;



}







.widget-info .info-text p {



	font-size: 14px;



}







/* Widget phone */



.widget.widget-phone span {



    font-size: 18px;



    font-weight: 700;



}







.widget.widget-phone i {



	font-size: 16px;



	padding-right: 8px;



}







.top-search {



    position: absolute;



    right: 0px;



    top: 100%;



    width: 320px;



}







.top-search.show {



    z-index: 9999;



    top: 100%;



}







.show-search.active i:before {



    content: "\f00d";



}







.top-search #searchform-all #input-search {



    width: 100%;



    padding: 0 10px 0 20px;



    margin-bottom: 0;



    height: 45px;



}







.top-search #searchform-all #searchsubmit {



	position: absolute;



    right: 0px;



    top: 0px;



    cursor: pointer;



    background: transparent;



    padding: 3px;



    border: none;



    opacity: 0.3;



    text-align: center;



    font-size: 0;



    font-weight: 700;



    background-image: url(../404.html);



    background-repeat: no-repeat;



    background-position: center;



    width: 55px;



    height: 45px;



}







.top-search #searchform-all #searchsubmit:hover {



	opacity: 1;



}







/* Header



-------------------------------------------------------------- */



#header {



	z-index: 999;



}







.header .logo {		



	margin: 6px 0 0 0;

	width: 165px;

height: 78px;



}







.header.header-backgroundf61 {



	background-color: #1c0f61;



}







/* Header Fix */



.header.downscrolled {



    position: fixed;



    top: 0;



    left: 0;



    right: 0;



    width: 100%;



    z-index: 999;



    box-shadow: 0px 10px 27px 0px rgba(0, 0, 0, 0.15);



}







.header-absolute.downscrolled {



	background-color: #fff



}







.header.downscrolled #mainnav.style2 > ul > li > a,.header.downscrolled  .menu-extra.style2 li a {



	line-height: 60px;



}







.header.header-style2.downscrolled .logo, .header.header-style4.downscrolled .logo {



    margin-top: 15px;



}







.downscrolled .margin-top36 {



	margin-top: 19px;



}







.downscrolled .margin-top26 {



	margin-top: 6px;



}







.header.header-style3.downscrolled .logo {



    margin: 15px 0 0 21px;



}







.header-style3.downscrolled .btn-click.style2 .flat-button {



    padding: 17px 28px 19px 28px;



}







/* Menu Extra */



.menu.menu-extra li a  {



	padding: 0px 12px;



	display: block;



}







.menu.menu-extra li:last-child a {



	padding-right: 2px;



}







/* Shopping-Cart



-------------------------------------------------------------- */



.shopping-cart .subcart {



    position: absolute;



    width: 300px;



    right: 0;



    top: 120%;



    padding: 40px 30px 20px 30px;



    z-index: 9999;



    text-align: left;



}







.shopping-cart:hover .subcart {



	top: 100%;



}







/* Navigation */



.nav-wrap .mainnav  {



	float: left;



}







.menu.menu-extra {



	padding-left: 20px;



	float: right;



}







.menu.menu-extra > li {



	display: inline-block;



	font-size: 16px;



}







#mainnav > ul {



	text-align: right;



}







#mainnav ul {



   list-style: none;



   margin: 0;



   padding: 0;



}







#mainnav > ul > li {



   display: inline-block; 



   margin-right: -5px;  



}







#mainnav > ul > li > a {



    font-size: 14px;    



    font-weight: 600;



    text-transform: uppercase;



    display: block;



}



#mainnav > ul > li > a:active {

    font-size: 14px;

    font-weight: 600;

    text-transform: uppercase;

    display: block;

    background: 

    #000;

}



#mainnav > ul > li > a, .menu-extra li a {
    padding: 0 21px 0px 26px;
    line-height: 60px;
    border-right: 1px dashed 
    #6f6f6f;
    display: block;
    margin: 0 0;
}







#mainnav > ul > li:nth-child(4) > a {



	padding: 0px 28px 0px 30px;



}







/* submenu */



#mainnav ul.submenu {



	position: absolute;



   	left: 0;



   	top: 120%;



   	width: 240px;



   	text-align: left;



   	z-index: 9999;



}







/* Right sub-menu */



#mainnav ul.right-sub-menu {



    left: auto;



    right: 0;



}







#mainnav ul li:hover > ul.submenu {



	top: 100%;



}







#mainnav ul li ul li {



   margin-left: 0;



}







#mainnav ul.submenu li ul {



   position: absolute;



   left: 240px;



   top: 0 !important;



}







#mainnav ul.submenu > li > a {



    display: block;    



    font-size: 14px;



    font-weight: 500;



    text-decoration: none;



    padding: 0 0 0 31px;



    line-height: 40px;



}







/* Mobile navigation



---------------------------------------- */



#mainnav-mobi {



   	display: block;



   	margin: 0 auto;



   	width: 100%;



   	position: absolute;



   	background-color: #222222;



   	z-index: 1000;



}







#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 #333333;



   	cursor: pointer



}







#mainnav-mobi ul > li > a {



   	text-decoration: none;



   	height: 50px;



   	line-height: 50px;



   	display: block;



   	padding: 0 15px;



}







#mainnav-mobi ul.sub-menu {



   	top: 100%;



   	left: 0;



   	z-index: 2000;



   	position: relative;



   	background-color: #333333;



}







#mainnav-mobi > ul > li > ul > li,



#mainnav-mobi > ul > li > ul > li > ul > li {



   	position: relative;



   	border-top: 1px solid #333333;



   	padding-left: 15px;



}







#mainnav-mobi > ul > li > ul > li > ul > li a {



   	padding-left: 45px !important



}







#mainnav-mobi ul.sub-menu > li > a {



   	display: block;



   	text-decoration: none;



   	padding: 0 60px;



   	border-top-color: rgba(255,255,255,.1);



}







#mainnav-mobi > ul > li > ul > li:first-child a {



	border-top: none;



}







/* Button menu mobile */



.btn-menu {



	display: none;



	position: relative;



	background: transparent;



	cursor: pointer;



	margin: 22px 0 22px;



	width: 26px;



	height: 16px;



	float: right;



    margin-right: 15px;



    -webkit-transition: all ease .238s;



       -moz-transition: all ease .238s;



            transition: all ease .238s;



}







.btn-menu:before,



.btn-menu:after, 



.btn-menu span {



	background-color: #f2c21a;



    -webkit-transition: all ease .238s;



       -moz-transition: all ease .238s;



            transition: all ease .238s;



}







.btn-menu:before,



.btn-menu:after {



	content: '';



	position: absolute;



	top: 0;



	height: 2px;



	width: 100%;



	left: 0;



	top: 50%;



	-webkit-transform-origin: 50% 50%;



	    -ms-transform-origin: 50% 50%;



	        transform-origin: 50% 50%;



}







.btn-menu span {



	position: absolute;



	width: 100%;



	height: 2px;



	left: 0;



	top: 50%;



	overflow: hidden;



	text-indent: 200%;



}







.btn-menu:before {



	-webkit-transform: translate3d(0, -7px, 0);



	        transform: translate3d(0, -7px, 0);



}







.btn-menu:after {



	-webkit-transform: translate3d(0, 7px, 0);



            transform: translate3d(0, 7px, 0);



}







.btn-menu.active span {



	opacity: 0;



}







.btn-menu.active:before {



	-webkit-transform: rotate3d(0, 0, 1, 45deg);



            transform: rotate3d(0, 0, 1, 45deg);



}







.btn-menu.active:after {



	-webkit-transform: rotate3d(0, 0, 1, -45deg);



            transform: rotate3d(0, 0, 1, -45deg);



}







.btn-submenu {



   position: absolute;



   right: 20px;



   top: 0;



   font: 20px/50px 'FontAwesome';



   text-align: center;



   cursor: pointer;



   width: 70px;



   height: 44px;



}







.btn-submenu:before {



   content: "\f107";



   color: #fff;



}







.btn-submenu.active:before {



   content: "\f106"



}







.btn-menu {



   display: none 



}







/* Header Style2



-------------------------------------------------------------- */



.header.header-style2 .logo {



	margin-top: 33px;



}







#mainnav.style2 > ul {



	text-align: left;



}







#mainnav.color-93a > ul > li > a {



	color: #28293a;



}







#mainnav.style2 > ul > li > a {



	padding: 0 21px 0px 21px;



}







#mainnav.style2 > ul > li:first-child > a {



	padding-left: 26px;



}







#mainnav.style2 > ul > li:nth-child(4) > a {



    padding: 0px 23px 0px 22px;



}







#mainnav.style2 > ul > li.active > a, #mainnav.style2 > ul > li > a:hover, #mainnav.style2 ul.submenu > li > a:hover {



	background-color: transparent;



}







#mainnav.style2 > ul > li > a, .menu-extra.style2 li a {



	line-height: 100px;



}







.menu.menu-extra.style2 {



	padding-left: 0;



}







/* Header Style3



-------------------------------------------------------------- */



.top.background-trans {



	background-color: transparent;



}







.flat-header-wrap.style2 {



    position: absolute;



    left: 0;



    top: 0;



    width: 100%;



    z-index: 99;



}







.header.header-style3 .logo {



    margin: 23px 0 0 21px;



}







.header.header-style3 .nav-wrap {



    margin-left: -22px;



}



.header-style3 #mainnav.style2 > ul > li > a {



	line-height: 80px;



	padding: 0 19px 0px 19px;



}







.header-style3 #mainnav.style2 > ul > li:first-child > a {



	padding-left: 0;



}







.header-style3 #mainnav.style2 > ul > li:nth-child(4) > a {



    padding: 0px 20px 0px 20px;



}







.header-style3 .btn-click.style2 .flat-button {



	padding: 26px 28px 30px 28px;



}







/* Style widget-header-style2 */



.header.widget-header-style2 .logo {



    margin: 42px 0 0 3px;



}







.widget-header-style2 .wrap-widget-header {



    padding: 37px 0px 40px;



}







.widget-header-style2 .wrap-widget-header .widget-info {



    float: right;



    margin: 0 0 0 37px;



}







/* Header Style6



-------------------------------------------------------------- */



.nav-absolute .nav-wrap {



    margin-top: -25px;



    z-index: 99;



    position: absolute;



    width: 100%;



}







.widget-header-style2.nav-absolute .wrap-widget-header {



    padding: 37px 0px 65px;



}







.header.downscrolled.nav-absolute .nav-wrap {



	margin-top: 0;



}







.nav-absolute .nav-wrap .menu.menu-extra {



	padding-right: 27px;



}







.header-absolute {



	position: absolute;



	left: 0;



	width: 100%;



	background-color: rgba( 255, 255, 255, 0.2);



}







/* Header Style7



-------------------------------------------------------------- */



.header.header-style4 {



    padding: 0px 75px;



}







.header.header-style4 .logo {



    margin: 34px 0 0 0;



}







.header-style4 .btn-click .flat-button {



	padding: 10px 30px 13px 27px;



}







/* Page Title



-------------------------------------------------------------- */



.page-title {



	padding: 61px 0px 64px;



}







.page-title-heading h1 {	



    margin-bottom: 11px;



}







/* Style2 */



.page-title.style2 {



    padding: 71px 0px 73px;



}







/* Breadcrumbs



-------------------------------------------------------------- */



.breadcrumbs ul {



	padding-top: 0;



}







.breadcrumbs ul li {



    display: inline-block;



    position: relative;



    padding-right: 21px;



    font-size: 16px;



    margin-right: 7px;



}







.breadcrumbs ul li.home {



	padding-right: 27px;



}







.breadcrumbs ul li i {



	margin-right: 12px;



}







.breadcrumbs ul li:before {



	right: 0px;



    top: 0;



	content: "\f105";



}







.breadcrumbs ul li:last-child::before {



	content: none;



}







/* Sidebar



-------------------------------------------------------------- */



.sidebar .widget, .sidebar.shop .widget.widget-banner {



    margin-bottom: 44px;



}







.sidebar .widget:last-of-type {



	margin-bottom: 0;



}







.widget-nav-menu ul li {



    background-color: #F4F6F8;



    z-index: 1;



    overflow: hidden;



}







.widget-nav-menu ul li::after {



	right: 14px;



	top: 11px;



	content: "\f0da";



	color: #A8B0B2;



}







.widget-nav-menu ul li.active::after , .widget-nav-menu ul li:hover:after {



	color: #FFF;



}







.widget.widget-nav-menu ul li a {



	padding-left: 25px;



	display: block;



	font-weight: 600;



	color: #3C3A42;



	padding: 11px 0px 15px 25px;



}







.widget.widget-nav-menu ul li a:before {



	left: 0;



	bottom: 0;



	width: 100%;



	height: 1px;



	background-color: #e1e1e1;



}







.widget-nav-menu ul li:last-child a:before {



	content: none;



}







/* widget-download */



.widget.widget-download {



    margin-bottom: 43px;



}







.widget-download .download a {



    display: inline-block;



    padding: 8px 49px 8px 49px;



    border-radius: 2px;



    font-size: 12px;



    font-weight: 700;



}







.widget-download .download a:after {



    right: 23px;



    top: 8px;



    content: "\f019";



}







/* widget-help */



.widget-help .featured-widget {



	margin-bottom: 21px;



}







.widget-help h3 {



    margin-bottom: 6px;



}







.widget-help p {



	margin-bottom: 22px;



}







.widget-help .flat-button {



	font-size: 12px;



	font-weight: 700;



	padding: 8px 43px 8px 44px;



}







/* Widget-testimanials */



.widget.widget-testimonials {



    margin-bottom: 39px;



}







.testimonials blockquote.whisper {



	font-size: 18px;



	font-weight: 400;



	line-height: 30px;



	margin-bottom: 11px;



}







.widget.widget-testimonials blockquote.whisper {



	font-family: 'Pacifico', cursive;



	letter-spacing: -0.3px;



}







.widget.widget-testimonials .avatar::after {



	right: 0;



	top: 8px;



	content: "\f10d";



	color: #EFEFF0;



	font-size: 40px;



	z-index: -1;



}







.testimonials .avatar span.name {



    font-size: 24px;



    font-weight: 600;



    padding-right: 14px;



    margin-right: 7px;



}







.widget.widget-testimonials .avatar span.name::after {



	right: 0;



	top: 12px;



	width: 1px;



	height: 11px;



	background-color: #a9b6c6;



}







.testimonials .avatar span.position {



    font-size: 12px;



    color: #a9b6c6;



    margin-right: -2px;



}







/* Widget shopby */



.sidebar.shop .widget {



    margin-bottom: 45px;



}







.shop .widget.widget-nav-menu ul li a {



	padding: 11px 0px 15px 31px;



}







.sidebar .widget .widget-title {



	margin-bottom: 22px;



	font-size: 14px;



	color: #232530;



	text-transform: uppercase;



}







.sidebar.shop .widget.widget-shopby {



    margin-bottom: 38px;



}







.widget.widget-shopby form {



    display: inline-block;



    width: auto;



    top: -5px;



    margin-bottom: 33px;



}







.widget.widget-shopby .price_slider {



    float: left;



    width: 268px;



    top: 13px;



}







.widget.widget-shopby .ui-slider-horizontal {



    height: 2px;



    background-color: #e1e1e1;



    -webkit-border-radius: 2px;



       -moz-border-radius: 2px;



    	-ms-border-radius: 2px;



    	 -o-border-radius: 2px;



    		border-radius: 2px;



}







.widget-shopby .ui-slider .ui-slider-range {



    position: absolute;



    top: 0;



    z-index: 1;



    display: block;



    height: 100%;



}







.widget-shopby .ui-slider .ui-slider-handle {



    height: 6px;



    width: 6px;



    cursor: pointer;



    position: absolute;



    z-index: 2;



    top: -4px;



    outline: 0;



    -webkit-border-radius: 50%;



       -moz-border-radius: 50%;



    	-ms-border-radius: 50%;



    	 -o-border-radius: 50%;



       -webkit-transition: none;



    	  -moz-transition: none;



    	-o-transition: none;



       -ms-transition: none;



    	   transition: none;



}







.widget-shopby .ui-slider .ui-slider-handle span.shadow {



	display: none;



}







.widget-shopby .ui-slider .ui-slider-handle span.shadow.dow {



    width: 200%;



    height: 200%;



    display: block;



    position: relative;



    top: -1px;



    border-radius: 50%;



    -webkit-border-radius: 50%;



       -moz-border-radius: 50%;



    	-ms-border-radius: 50%;



    	 -o-border-radius: 50%;



}







.widget-shopby .price_slider_amount {



    margin: 0;



    margin-top: -19px;



}







.widget-shopby .price_slider_amount .price_label {



    margin-top: 7px;



}







.widget-shopby .price_slider_amount .price_label label {



    color: #232530;



    font-size: 14px;



    font-weight: 600;



}







.widget-shopby .price_slider_amount .price_label input {



    background-color: transparent;



    border: none;



    height: auto;



    padding: 0;



    width: 100px;



    font-size: 14px;



    font-weight: 600;



    margin-bottom: 27px;



}







.widget-shopby .flat-button {



    padding: 9px 59px 13px;



}







/* widget banner */



.widget-banner {



	padding: 24px 0px 23px;



    background-color: #e6f5ff;



}







.widget-banner .big-offer {



	font-weight: 600;	



	font-size: 14px;



	color: #232530;



}







.widget-banner .sale {



	font-weight: 500;



	margin-bottom: 15px; 



}







.widget-banner img {



	margin-bottom: 32px;



}







.widget-banner .flat-button {



	padding: 2px 42px 4px 44px;



}







/* Widget product */



.widget.widget-product {



    margin-right: -4px;



}







.sidebar .widget.widget-product .widget-title {



	margin-bottom: 26px;



}







.widget-product ul li .product-image {



    margin-right: 17px;



}







.widget-product ul li {



	margin-bottom: 30px;



}







.widget-product ul li:last-child {



	margin-bottom: 0;



}







.widget-product ul li .product-name {



	font-weight: 400;



	padding-top: 14px;



	margin-bottom: 8px;



}







.widget-product ul li ins {



	text-decoration: none;



	font-weight: 500;



	font-size: 18px;



}







/* Blog



-------------------------------------------------------------- */



.entry {



	margin-bottom: 42px;	



}







.entry:last-of-type {



	margin-bottom: 46px;



}







.entry .featured-post {



    margin-bottom: 23px;



}







.entry .featured-post a, .item .featured-item a, .imagebox .imagebox-image a {



	display: block;



}







.entry .featured-post a:hover img, .item .featured-item a:hover img, .imagebox:hover .imagebox-image a img  {



	opacity: 0.8;



}







.entry .meta-data {



    border-bottom: 1px solid #e5e5e5;



    padding-bottom: 25px;



    margin-bottom: 24px;



}







.entry:nth-child(2) .meta-data {



	margin-bottom: 22px;



}







.entry .meta-data ul li {



    display: inline-block;



    font-size: 14px;



}







.entry .meta-data ul.meta-comment li {



    padding-left: 24px;



    padding-right: 0;



    margin-right: 25px;



}







.entry .meta-data ul.meta-comment li:last-child {



	margin-right: 0;



}







.entry .meta-data ul.meta-comment li::before {



    content: "\f02b";



}







.entry .meta-data ul.meta-comment li.comment::before {



	content: "\f0e6";



}







/* Style2 */



.entry .meta-data.style2, .entry:nth-child(2) .meta-data.style2 {



	border-bottom: none;



	padding-bottom: 0;



	margin-bottom: 0;



}







.entry .meta-data.style2 ul li.day-time, .item .item-border .date-time {



	font-size: 12px;



	font-weight: 700;



	color: #f2c21a;



	text-transform: uppercase;



	letter-spacing: 2.5px;



}







.entry .content-post .title-post {



    font-size: 36px;



    line-height: 40px;



    margin-bottom: 5px;



}







.entry .content-post p {



	margin-bottom: 12px;



}







.entry .readmore {



	display: inline-block;



	font-size: 12px;



	font-weight: 600;



	padding-right: 16px;



}







.entry .readmore:after, .item .readmore:after {



	right: 0;



	top: 0;



	content: "\f101";



}







.entry .readmore:hover, .item .readmore:hover {



	padding-right: 20px;



}







/* Blog List */



.post-list {



	margin-top: -1px;



}



.post-list .entry {



	margin-bottom: 46px;



}







.post-list .entry:first-of-type {



	margin-bottom: 69px;



}







.post-list .entry:last-of-type {



	margin-bottom: 48px;



}







.post-list .entry:nth-child(4) {



	margin-bottom: 49px;



}







.post-list .entry .featured-post {



	float: left;



	margin: 0px 50px 0px 0px;



}







.post-list .entry .content-post {



	overflow: hidden;



	padding: 66px 50px 20px 0px;



}







.entry .category, .item .category {



    margin-bottom: 13px;



    display: block;



    font-size: 14px;



    color: #42435D;



}







.post-list .entry .content-post .title-post, .post-masonry .entry .content-post .title-post,



.project-v2 .entry .content-post .title-post, .project-dynamic .width50 .entry .content-post .title-post {



	font-size: 30px;



	line-height: 36px;



	margin-bottom: 11px;



}







.post-list .entry .content-post p {



	font-size: 14px;



	line-height: 24px;



	margin-bottom: 24px;



}







/* Blog Grid */



.post-grid .entry, .post-masonry .entry, .project-v2 .entry {



	margin-bottom: 49px;



}







.post-grid .entry .featured-post, .item .featured-item {



    margin-bottom: 24px;



}







.post-grid .entry .content-post, .item .content-item {



	padding: 0px 35px 21px;



}







.post-grid .entry .category, .item .category {



    margin-bottom: 6px;



}







.post-grid .entry .content-post .title-post, .item .content-item .title-item, .project-dynamic .entry .content-post .title-post, .blog-shortcode.post-list .entry .content-post .title-post {



	font-size: 24px;



	line-height: 30px;



	margin-bottom: 12px;



}







/* Blog Masonry */



.post-masonry .entry .content-post {



	padding: 0px 32px 22px;



}







.load-post {



    margin-top: 33px;



}







.load-post .flat-button {



    padding: 10px 47px 12px 47px;



}







/* Blog-shortcode



-----------------------------------------------------------*/



.blog-shortcode.post-grid .entry .featured-post {



    margin-bottom: 22px;



}







/* Style2 */



.blog-shortcode.post-list .entry {



	margin-bottom: 0;



}







.blog-shortcode.post-list .entry .featured-post {



	margin: 0px 29px 0px 0px;



}







.blog-shortcode.post-list .entry .content-post {



	padding: 37px 0px 20px 0px;



	overflow: auto;



}







.blog-shortcode .entry .category {



	margin-bottom: 6px;



}







/* Project 



-------------------------------------------------------------- */



.project-v1.post-list .entry {



    margin-bottom: 49px;	



}







.project-v1.post-list .entry:first-of-type {



    margin-bottom: 49px;



}







.project-v1.post-list .entry .featured-post {



    margin: 0px 52px 0px 0px;



}







.project-v1.post-list .entry .content-post {



    padding: 61px 50px 20px 0px;



}







.project-v1.post-list .entry .content-post p {



	margin-bottom: 12px;



}







/* Project v2*/



.project-v2 .entry .content-post {



	padding: 0px 55px 22px 33px;



}







/* project-single */



.single-post {



    margin: -6px 0px 0px 2px;



}







.single-post .single-text1 p, .single-post .single-text1 {



	margin-bottom: 44px;



}







.single-post .single-text2 {



	margin-bottom: 29px;



}







.single-post .single-text3 {



	margin-bottom: 43px;



}







.single-post h2 {



	font-weight: 600;



	margin-bottom: 6px;



}







.single-post .project-info {



	background-color: #f4f6f8;



	padding: 25px 27px 20px;



}







.single-post .project-info h4 {



	font-weight: 600;



	margin-bottom: 22px;



}







.single-post .project-info ul li {



	line-height: 30px;



}







.single-post .project-info ul li span {



	display: inline-block;



}







.single-post .project-info ul li span.name {



	width: 23.6%;



}







.single-post .project-info ul li span.info {



	padding-left: 48px;



}







.featured-single {



    padding-left: 21px;



}







.featured-single img {



	margin-bottom: 10px;



}







.featured-single img:last-of-type {



	padding-left: 3px;



}







/* Dynamic */



.project-dynamic .entry .content-post {



	position: absolute;



	left: 0;



    background-color: rgba(15, 54, 97, 0.8); 



    padding: 0px 15px;



}







.project-dynamic .width50 .entry .content-post {



	padding: 0px 31px 0px 65px;



}







.project-dynamic .entry .content-post p {



	font-size: 14px;



}







.project-dynamic .entry .category {



	margin-top: -4px;



}







.project-dynamic .data-effect li {



	float: left;



	width: 25%;



	padding: 0px 15px;



	margin-bottom: 30px;



}







.project-dynamic .data-effect li.width50 {



	width: 50%;



}







.project-dynamic .entry:last-of-type, .project-dynamic .entry, .project-dynamic .entry .featured-post {



	margin-bottom: 0;



	overflow: hidden;



}







/* Services 



-------------------------------------------------------------- */



.item {



	margin-bottom: 30px;



}







.item.item-details {



	margin-bottom: 17px;



}







.item.item-details .content-item {



	padding: 0px 15px 0px 1px;



}







.item-details .content-item p {



	color: #42435d;



}







.wrap-acadion h2 {



	font-weight: 600;



	margin: -9px 0px 31px;



}







.video-services {



    margin-bottom: 71px;



}







/* Style2 */



.item.style2 .content-item {



	padding: 0;



}







.item.style2 .featured-item {



    margin-bottom: 22px;



}







.item.style2 .content-item .title-item {



	font-size: 18px;



	margin-bottom: 3px;



}







.item.style2 .content-item p {



	line-height: 26px;



	margin-bottom: 11px;



}







.item .readmore {



	display: inline-block;	



	font-weight: 500;	



	padding-right: 12px;



	font-size: 14px;



}







/* Pagination



-------------------------------------------------------------- */



.blog-pagination .flat-pagination li {



	display: inline-block;



}







.blog-pagination .flat-pagination li a {



	color: #2d2d2d;



    font-size: 14px;



    width: 35px;



    height: 40px;



    line-height: 40px;



    display: inline-block;



    text-align: center;



    border-radius: 2px;



    border: 1px solid #ebebeb;



    font-family: 'Montserrat', sans-serif;



}







.blog-pagination .flat-pagination li.next a {



	width: 75px;



}







.blog-pagination .flat-pagination li a i {



	padding-left: 7px;



}







.blog-pagination .flat-pagination li.active a, .blog-pagination .flat-pagination li a:hover {



	border: 1px solid #000000;



}







.blog-pagination .count-page {



	padding-top: 22px;	



}







.blog-pagination .count-page span {



	font-size: 12px;



	font-family: 'Montserrat', sans-serif;



	color: #636363;



}







/* HomePage1



-------------------------------------------------------------- */



.section-iconbox .title-section.style3.left {



	margin-bottom: 72px;



}







/* HomePage2



-------------------------------------------------------------- */



.flat-row.section-counter .title-section.style2 {



	margin-bottom: 61px;



}



.section-about .title-section.style2 {



	margin-bottom: 44px;



}







.section-about .title-section.style2 .title {



    margin: -4px 0px 24px 0px;



    line-height: 36px;



}







.section-about .title-section.style2 .sub-title {



	font-size: 15px;



	line-height: 26px;



	margin-bottom: 5px;



}







.section-about .title-section.style2 .sub-title:last-of-type {



	margin-bottom: 0px;



	line-height: 24px;



}







.section-about .flat-button {



	padding: 10px 38px 12px 39px;



}







/* Homepage3



-------------------------------------------------------------- */



.section-counter2 .title-section.style2 {



	margin-bottom: 41px;



}







.section-counter2 .title-section.style2 .title {



	margin-bottom: 19px;



}







/* Homepage6



-------------------------------------------------------------- */



.section-image .title-section.style3 {



    margin-bottom: 52px;



}







.infomation-text {



	color: #fff;



	line-height: 48px;



}







.section-icon .title-section.style3 {



    margin-bottom: 61px;



}







.flat-box {



    width: 1370px;



    margin: 0 auto;



    overflow: hidden;



}







/* Home About Us



-------------------------------------------------------------- */



.featured-aboutus {



    width: 50.78125%;



}



.info-aboutus .title-section.style2.left {



	margin-bottom: 74px;



}







.info-aboutus .title-section .title {



	line-height: 36px;



	margin-bottom: 24px;



}







.info-aboutus .title-section .sub-title {



	font-size: 15px;



	line-height: 26px;



	margin-bottom: 4px;



}







.info-aboutus {



	width: 49.21875%;



	padding: 6.7% 18% 3% 3.8%;



}







.about-counter .flat-counter {



    width: 30%;



    margin-left: -4px;



}







.about-counter .flat-counter:nth-child(2) {



	width: 33%;



}







.about-counter .flat-counter:nth-child(3) {



	width: 37%;



}







/* History */



.history-text .title-section.style3.left {



    margin-bottom: 39px;



}







.history-text .title-section.style3 .title {



	margin-bottom: 40px;



}







.history-text p {



	margin-bottom: 43px;



}







.history-text .flat-button {



	padding: 10px 41px 12px 41px;



}







.main-history .wrap-step {



    display: inline-block;



    margin-bottom: 36px;



}







.main-history .wrap-step:last-of-type {



	margin-bottom: 0;



}







.main-history .wrap-step:last-of-type .data-step::after {



	bottom: -68px;



}







.main-history .wrap-step .info-step {



    width: 70.7%;



    padding-top: 6px;



}







.main-history .wrap-step .data-step {



    width: 29.3%;



    padding: 11px 0px 0px 36px;



}







.main-history .wrap-step .data-step::before {



    right: 36px;



    top: 16px;



    width: 4px;



    height: 4px;



    background: #f2c21a;



    border-radius: 50%;



    -webkit-box-shadow: 0px 0px 1px 3px #f2c21a;



    box-shadow: 0px 0px 1px 3px #f2c21a;



}







.main-history .wrap-step .data-step::after {



    width: 1px;



    right: 37px;



    top: 17px;



    bottom: -130px;



    background: rgba(242, 194, 26, 0.3);



}







.main-history .wrap-step .data-step span, .wrap-step .info-step h5 {



	color: #2b2e2f;



}







.main-history .wrap-step .info-step h5 {



	margin-bottom: 9px;



}







.main-history .wrap-step .info-step p, .history-text p {



	font-size: 14px;



	color: #717779;



	line-height: 24px;



	margin-right: -2px;



}







.main-history .wrap-step .data-step span {



	font-size: 18px;



	font-weight: 600;



}







/* Page Contact



-------------------------------------------------------------- */



.wrap-infobox {



    padding-bottom: 63px;



    border-bottom: 1px solid #ebebeb;



    margin-bottom: 77px;



}







.wrap-formcontact {



	padding-left: 2px;



}







.wrap-formcontact h1 {



    font-weight: 600;



    margin: -16px 0px 53px 0px;



}







.list-author .info-author {



    margin-bottom: 65px;



}







.list-author .info-author:last-of-type {



	margin-bottom: 0;



}







.list-author .info-author .featured-author {



    margin-right: 43px;



}







.list-author .info-author .contact-author {



	overflow: hidden;



}







.list-author .info-author .contact-author h3 {



	font-weight: 600;	



	margin: -7px 0px 14px;



}







.list-author .info-author .contact-author ul li {



	line-height: 30px;



	color: #636363;



}







/* Style2 */



.wrap-formcontact.style2 h1 {



    font-weight: 600;



    margin: -8px 0px -1px 0px;



}







.wrap-formcontact.style2 p {



	font-size: 14px;



	margin-bottom: 45px;



}







/* Page Careers



-------------------------------------------------------------- */



.careers-info {



	margin-bottom: 51px;



}







.careers-info .careers-featured {



    margin: 0px -20px 0px -5px;



}







.careers-info .careers-featured .img {



	float: left;



	padding: 0px 5px;



	margin-bottom: 10px;



}







.careers-info .careers-text h1 {



    margin: -9px 0px 13px 0px;



}







.careers-info .careers-text p {



	line-height: 26px;



	margin-bottom: 42px;



}







.careers-info .careers-text .flat-button {



	padding: 10px 36px 12px 41px;



}







.careers-open .title-section {



	margin-bottom: 36px;



}







.careers-open .title-section .title {



	margin-bottom: 9px;



}







.careers-open .info-apply {



    padding-bottom: 37px;



    margin-bottom: 53px;



    border-bottom: 1px solid #fbfbfb;



}







.careers-open .info-apply:last-of-type {



	border: none;



	padding-bottom: 0;	



	margin-bottom: 0;



}







.careers-open .info-apply h3 {



	padding-bottom: 34px;



	margin-bottom: 20px;



    border-bottom: 1px solid #ebebeb;



}







.careers-open .info-apply ul li {



	line-height: 36px;



}







.careers-open .info-apply ul.lh24 li {



	line-height: 24px;



}







.careers-open .btn-apply .flat-button {



	padding: 10px 40px 12px 40px;



}







.careers-open .info-apply:nth-child(3) {



	padding-bottom: 43px;



    margin-bottom: 43px;



}







.careers-open .info-apply:nth-child(3) h3 {



	padding-bottom: 23px;



    margin-bottom: 24px;



}







.careers-open .info-apply ul.lh24 {



	margin-bottom: 16px;



} 







.careers-open .info-apply:nth-child(4) h3 {



	padding-bottom: 23px;



    margin-bottom: 20px;



}







/* Page 404



-------------------------------------------------------------- */



.flat-row.section-404 {



    border-top: 2px solid #fff;



    border-bottom: 2px solid #fff;



}







.section-404 {



	background: url('../404.html')no-repeat;



}







.page-404 .number {



	font-size: 300px;



	line-height: 300px;



	color: #FFF;



	font-weight: 700;



	margin: 0px 0px 45px -22px;



}







.page-404 .title-section {



	margin-bottom: 92px;



}







.page-404 .title-section.style2 .title {



	font-size: 45px;



	line-height: 45px;



	margin-bottom: 22px;



}







.page-404 .btn-404 .flat-button {



    padding: 9px 41px 13px 45px;



}







.page-404 .btn-404 i {



	padding-right: 11px;



}







/* Page CommingSoon 



-------------------------------------------------------------- */



.page-commingsoon {



    background: url('../404.html');



    -webkit-background-size: cover;



    -o-background-size: cover;



    background-size: cover;



}







.page-commingsoon .comming-soon {



	width: 946px;



	margin: 0 auto;



}



.page-commingsoon .title-section.sub {



	margin-bottom: 93px;



}







.page-commingsoon .title-section.sub .title {



	font-size: 48px;



	line-height: 50px;



	margin-bottom: 8px;



}







.page-commingsoon .title-section .sub-title {



	font-size: 14px;



	color: #66646D;



	text-transform: uppercase;



    letter-spacing: 8.4px;



    padding-left: 7px;



}







.comming-social span {



    display: inline-block;



    color: #232530;



    font-size: 18px;



    font-weight: 500;



    margin-bottom: 21px;



}







.social-links.style3 li {



	padding: 0px 11px;



}







.social-links.style3 li:first-child {



	padding-left: 0;



}







.social-links.style3 li:last-child {



	padding-right: 0;



}







.social-links.style3 a {



    display: inline-block;



    width: 30px;



    height: 30px;



    border-radius: 50%;



    text-align: center;



    color: #232530;



    line-height: 30px;



}







/* Shop



-------------------------------------------------------------- */



.section-product .title-section.style3 {



    margin-bottom: 45px;



}







.wrap-breackcrum .breadcrumbs {



    position: absolute;



    z-index: 99;



    top: 74px;



}







.wrap-product {



    margin: 0px -15px;



}







.wrap-product .product {



	padding: 0px 15px;



	float: left;	



	width: 33.3333333333%;



	margin-bottom: 51px;



}







.product .featured-product {



	overflow: hidden;



}







.product:hover .featured-product img {



    -webkit-transform: scale(1.1);



	   -moz-transform: scale(1.1);



	 	-ms-transform: scale(1.1);



		 -o-transform: scale(1.1);



			transform: scale(1.1);



}







.product .content-product {



	overflow: hidden;



	padding: 25px 0px 24px;



	background-color: #fff;



}







.product .content-product .name {



	font-size: 16px;



	margin-bottom: 5px;



}







.product .content-product .mount {



	font-size: 18px;



	font-weight: 500;



}







.product .content-product .btn-card {



	position: absolute;



	left: 0;



	bottom: 0;



	width: 100%;



	height: 100%;



	padding-top: 25px;



	-webkit-transform: translateY(100%);



       -moz-transform: translateY(100%);



        -ms-transform: translateY(100%);



         -o-transform: translateY(100%);



    		transform: translateY(100%);



}







.product:hover .content-product .btn-card {



	-webkit-transform: translateY(0);



       -moz-transform: translateY(0);



        -ms-transform: translateY(0);



         -o-transform: translateY(0);



    		transform: translateY(0);



}







/* Style2 */



.wrap-product .product.style2 {



	margin-bottom: 28px;



}







.product.style2 .content-product {



    padding: 13px 0px 16px;



}







.product.style2 .content-product .btn-card {



	padding-top: 19px;



}







/* Shop Detail



-------------------------------------------------------------- */



.product-single .product-name {



    font-size: 40px;



    line-height: 40px;



    font-weight: 600;



    margin: -3px 0px 21px -8px;



}







.product-single .price-box {



    margin-bottom: 15px;



}







.product-single ins {



	font-size: 24px;



	font-weight: 600;



	text-decoration: none;



	margin-right: 4px;



}







.product-single del {



	font-size: 14px;



	font-weight: 600;	



	color: #b3b7c8;



}







.product-single .flat-quantity {



    padding: 50px 0px 49px;



    border-bottom: 1px solid #ebebeb;



    border-top: 1px solid #ebebeb;



    margin: 34px 0px 44px;



}







.product-single .flat-quantity input.input-text {



	width: 132px;



	text-align: center;



	padding: 0;	



	font-weight: 600;



	font-size: 14px;



	color: #232530;



	margin: 0px 10px 0px 2px;



}







.product-single .flat-quantity .flat-button {



	padding: 14px 26px 13px 26px;



    font-size: 13px;



    font-weight: 700;



    letter-spacing: 1px;



}







.product-single .product_meta {



	margin-bottom: 17px;



}







.product-single .product_meta li {



    display: inline-block;



    padding-right: 20px;



    margin-right: 9px;



    color: #646a7c;



}







.product-single .product_meta li::after {



    right: 0px;



    top: 7px;



    width: 2px;



    height: 13px;



    background: #b3b7c8;



}







.product-single .product_meta li:last-child:after {



	content: none;



}







.product-single .product_meta li span, .product-single .social-links span {



	font-weight: 500;



} 







.product-single .social-links .title-link {



    padding-right: 30px;



}







.product-single .social-links li {



	padding: 0px 14px;



}







.product-single .social-links li:first-child {



	padding: 0;



}







.product-single .social-links li a {



	color: #b3b7c8;



}







.section-product.single .title-section.style3 {



    margin-bottom: 49px;



}







/*  Tab */



.product-single .flat-tabs ul.menu-tab li {



	width: 33.3333333333%;



}







.product-single .flat-tabs .content-tab {



	padding: 44px 39px 34px 50px;



}







.product-single ul.product-style li {



    font-size: 18px;



    line-height: 51px;



}







.product-single ul.product-style li .style {



	width: 6.4%;



	display: inline-block;



}







.product-single ul.product-style li .detail {



	padding-left: 74px;



}







.product-single .flat-tabs .content-tab .inner-tab2 {



	margin: -2px 0px 68px 0px;



}







/* Comment



-------------------------------------------------------------- */



.product-single .flat-tabs .content-tab.review {



    padding: 32px 29px 22px 30px;



}







.comment {



	margin-bottom: 19px;



}







.comment:last-child {



	margin-bottom: 0;



}







.comment .comment-body .comment-author {



    border-right: 1px solid #ebebeb;



    margin-right: 30px;



    padding-right: 30px;



}







.comment .comment-body .comment-author img {



	width: 70px;



	height: 70px;



	border-radius: 50%;



	margin-bottom: 10px;



}







.start-pri i {



    font-size: 12px;



    margin-right: -5px;



}







.comment .comment-body .comment-text {



    overflow: hidden;



}







.comment .comment-body .comment-info {



	margin-top: -6px;



}







.comment .comment-body .comment-info .date {



    color: #b3b7c8;



    font-size: 14px;



}







.comment .comment-body .comment-info h6, .comment-form .start-pri span, .comment-respond h2 {



	font-weight: 600;



}







.comment .comment-body .comment-info h6 a, .comment-respond h2, .comment-form .start-pri span, .product-single .product_meta li span, .product-single .social-links span {



	color: #232530;



}







.comment-respond h2 {



	font-size: 14px;



	line-height: 15px;



	margin: 39px 0px 28px;



}







.comment-respond h2::after {



	left: 135px;



	top: 5px;



	width: 67.5%;



	height: 1px;



	background-color: #ebebeb;



}







.comment-form .wrap-input {



    margin: 0px -15px;



}







.comment-form .wrap-input .add-review {



	width: 50%;



	float: left;



	padding: 0px 15px;



}







.comment-form .wrap-input .add-review input {



	height: 50px;



	width: 100%;



	margin-bottom: 0;



	padding-left: 19px;



}







.comment-form .start-pri {



	margin: 27px 0px 22px;



}







.comment-form .start-pri i {



	font-size: 18px;



}







.comment-form .start-pri span {



	font-size: 14px;



	margin-right: 13px;



}







.comment-form textarea {



	height: 132px;



	padding: 13px 18px;



	margin-bottom: 0;



}







/* GoTop Button



-------------------------------------------------------------- */



.go-top {



   	position: fixed !important;



   	right: -35px;

bottom: 53px;

width: 37px;

cursor: pointer;

background-color:

#f2c21a;

height: 37px;

line-height: 38px;



   	text-align: center;



   	-webkit-border-radius: 2px;



       -moz-border-radius: 2px;



        -ms-border-radius: 2px;



         -o-border-radius: 2px;



            border-radius: 2px;   	



}







.go-top.show {



	right: 43px;



	z-index: 99;



}







.go-top i {



	font-size: 18px;



	color: #fff;



	padding-bottom: 3px;	



}







.go-top:hover {



    background-color: #233343;



}







/* Footer



-------------------------------------------------------------- */



.footer {



    background-color: #000;



    padding: 71px 0px 54px;



    color: #B5B7D2;



    font-size: 14px;



}







.footer a {



	color: #b5b7d2;



}







.widget-footer .widget {



	padding-top: 10px;



}







.widget-footer .widget .widget-title {



	color: #FFF;



	padding-left: 1px;



	margin-bottom: 14px;



}







.footer .logo {



	margin-bottom: 17px;

	width: 85px;



}







.widget-logo p {



	padding-left: 3px;



	margin-bottom: 14px;



}







/* Widget-out-link */



.widget.widget-out-link ul {



    padding-left: 5px;



}







.widget.widget-out-link ul li a {



	padding-left: 20px;



	line-height: 30px;



	display: block;



}







.widget.widget-out-link ul li a:before {



	content: "\f101";



	font-size: 16px;



	color: #6C6D83;



}







.widget.widget-out-link ul li a:hover:before {



	color: #f2c21a;



}







/* Widget-recent-new */



.widget.widget-recent-new .widget-title {



	margin-bottom: 24px;



}







.widget.widget-recent-new ul li {



	margin-bottom: 16px;



}







.widget.widget-recent-new ul li:last-child {



	margin-bottom: 0;



}







.widget.widget-recent-new ul li h6 {



    font-weight: 500;



    line-height: 24px;



    margin-bottom: 7px;



}







.widget.widget-recent-new ul li span {



	font-size: 12px;



	color: #6C6D83;



	text-transform: uppercase;



	padding-left: 20px;



	display: block;



	letter-spacing: 1.1px;



}







.widget.widget-recent-new ul li span:before {



	content: "\f017";



	color: #f2c21a;



}







/* widget-letter */



.widget.widget-letter {



	padding-left: 2px;



}







.widget.widget.widget-letter .widget-title {



	margin-bottom: 22px;



}







.widget.widget.widget-letter p {



	margin-bottom: 24px;



}







.flat-mailchimp p.wrap-input-email input, .flat-mailchimp .flat-button {



	width: 100%;



	-webkit-border-radius: 0;



	        border-radius: 0;



}







.widget.widget.widget-letter .flat-mailchimp p.wrap-input-email {



	margin-bottom: 0;



}







.flat-mailchimp p.wrap-input-email input {



	margin-bottom: 10px;



	text-align: center;



	padding-left: 0;



	background-color: #263749;



    border-color: #263749;



    color: #B5B7D2;



}







.flat-mailchimp p.wrap-input-email input:focus {



	border-color: #f2c21a;



}







.flat-mailchimp .flat-button {



	padding: 12px 0px 14px 0px;



	text-align: center;



}







#subscribe-msg .notification_error, #subscribe-msg .notification_ok {



    text-align: center;



}







/* Bottom



-------------------------------------------------------------- */



.bottom {



    background-color: #f2c21a;



    padding: 2px 0px 2px;



    font-size: 14px;



}







.copyright {



	margin: 10px 0px 0px 3px;



	font-family: 'Poppins', sans-serif;



}







.bottom, .copyright a:hover {



	color: #000;



}







/* Parallax



-------------------------------------------------------------- */



.parallax {



	width: 100%;



	background-repeat: no-repeat;



	background-position: 50% 0;



	-webkit-background-size: cover;



	     -o-background-size: cover;



	        background-size: cover;



}







.section-overlay {



    position: absolute;



    left: 0;



    top: 0;



    width: 100%;



    height: 100%;



    background-color: rgba( 41, 38, 54, 0.9);



}







.section-overlay.style2 {



	background-color: rgb(19 60 106);



}







.section-overlay.style3 {



	background-color: rgba( 15, 54, 97, 0.5);



}







.background-nopara {



	-webkit-background-size: cover;



		 -o-background-size: cover;



		    background-size: cover;	



	background-repeat: no-repeat;



}







.background-image1 {



	background-image: url('../404.html');



}







.background-image2 {



	background-image: url('../404.html');



}







.background-image3 {



	background-image: url('../404.html');



}







.parallax1 { background-image: url('../images/parallax/1.jpg'); }



.parallax2 { background-image: url('../404.html'); }



.parallax3 { background-image: url('../404.html'); }



.parallax4 { background-image: url('../images/parallax/4.jpg'); }



.parallax5 { background-image: url('../404.html'); }



.parallax6 { background-image: url('../images/slides/6.jpg'); }



.parallax7 { background-image: url('../404.html'); }







/* Preload



-------------------------------------------------------------- */



#loading-overlay {



    position: fixed;



    z-index: 999999;



    top: 0;



    right: 0;



    bottom: 0;



    left: 0;



    display: block;



    background: #fff;



}







.loader {



    position: absolute;



    top: 50%;



    left: 50%;



    width: 60px;



    height: 60px;



    margin: -30px 0 0 -30px;



}







.loader:before,



.loader:after {



    position: absolute;



    display: inline-block;



    width: 60px;



    height: 60px;



    content: "";



    -webkit-animation: preloader-wave 1.6s linear infinite;



            animation: preloader-wave 1.6s linear infinite; 



    border-radius: 50%;



    background: #f2c21a;



}







.loader:after {



    -webkit-animation-delay: -.8s;



            animation-delay: -.8s;



}







@-webkit-keyframes preloader-wave {



    0% {



        -webkit-transform: scale(0, 0);



                transform: scale(0, 0);



        opacity: .5;



    }



    100% {



        -webkit-transform: scale(1, 1);



                transform: scale(1, 1);



        opacity: 0;



    }



}







@keyframes preloader-wave {



    0% {



        -webkit-transform: scale(0, 0);



                transform: scale(0, 0);



        opacity: .5;



    }



    100% {



        -webkit-transform: scale(1, 1);



                transform: scale(1, 1);



        opacity: 0;



    }



}







/* Switcher



-------------------------------------------------------------- */



.switcher-container {



   position: fixed;



   left: -220px;



   top: 115px;



   width: 220px;



   background-color: #000;



   z-index: 99999;



}







.switcher-container h2 {



	color: #fff;



	font-size: 13px;



	font-weight: 700;



	letter-spacing: 0;



    text-transform: uppercase;



	height: 45px;



	line-height: 45px;



	padding-left: 20px;



	padding-right: 30px;



	margin: 0;



}







.switcher-container h2 a {



   background-color: #000;



   display: block;



   position: absolute;



   right: -45px;



   top: 0;



   width: 45px;



   height: 45px;



   line-height: 45px;



   text-align: center;



   outline: 0;



   color: #fff;



}







.switcher-container h2 a.active {



	right: 0;



}







.switcher-container h2 a.active:after {



	position: absolute;



	right: 21px;



	top: 0;



	content: "\f104";



	font-family: "FontAwesome";



	color: #fff;



	font-size: 22px;



}







.switcher-container h2 a.active i {



	display: none;



}







.switcher-container h2 a:hover,



.switcher-container h2 a:focus {



   text-decoration: none;



}







.switcher-container h2 i {



   	margin-top: 10px;



   	font-size: 25px;



   	color: #999;



    -webkit-animation: fa-spin 2s infinite linear;



            animation: fa-spin 2s infinite linear; 



}







.switcher-container h2 i:hover {



	color: #fff;



}







.switcher-container h3 {



   font-size: 12px;



   font-weight: 700;



   color: #fff;



   margin: 0;



   line-height: 22px;



   margin-bottom: 10px;



}







.switcher-container .selector-box {   



   color: #fff;



   overflow: hidden;



}







.switcher-container .layout-switcher {



   margin: 0 0 10px 0;



   overflow: hidden;



}







.switcher-container .layout-switcher a.layout {



   float: left;



   display: block;



   cursor: pointer;



   text-align: center;



   font-weight: 700;



   padding: 10px 20px;



   margin-left: 10px;



}







.switcher-container .layout-switcher a.layout:first-child {



   margin-left: 0;



}







.switcher-container .layout-switcher a.layout:hover {



   color: #fff;



   cursor: pointer;



}







.switcher-container .color-box {



   height: auto;



   overflow: hidden;



   margin-bottom: 6px;



}







.switcher-container .styleswitch {



    margin-bottom: 10px;



}







.sw-odd {



	background-color: #272727;



	padding: 21px 0 30px 20px;



	-webkit-transition: all 0.3s;



	   -moz-transition: all 0.3s;



		-ms-transition: all 0.3s;



		 -o-transition: all 0.3s;



			transition: all 0.3s;



}







.sw-even {



	background-color: #191919;



	padding: 21px 0 25px 20px;



	-webkit-transition: all 0.3s;



	   -moz-transition: all 0.3s;



		-ms-transition: all 0.3s;



		 -o-transition: all 0.3s;



			transition: all 0.3s;



}







.sw-even a {	



	font-family: "Karla", sans-serif;



    text-transform: uppercase;



	font-size: 12px;



	line-height: 40px;



	color: #fff;



	border: 1px solid #fff;



	padding: 10px 20px 10px 20px;



	margin-right: 10px;



	letter-spacing: 1.8px;



}







.sw-even a:hover {



	background-color: #32bfc0;



	border: 1px solid #32bfc0;



	color: #fff !important;



}







.sw-light {



	background-color: #fff;



	color: #000 !important;



}







.sw-odd a {	



	font-size: 16px;



	color: #fff;



	width: 100%;



	display: inline-block;



	line-height: 17px;



	width: 100%;



	position: relative;



	padding-left: 47px;



}







.sw-odd .ws-colors a:before {



	background: none;



}







.sw-odd .ws-colors a {



	position: relative;



	width: auto;



	padding: 0;	



	width: 30px;



	height: 30px;



	background-color: #333;	



	display: inline-block;



	margin-right: 5px;	



	overflow: hidden;



}







.sw-odd .ws-colors a.current:before {



	position: absolute;



    left: 8px;



    top: 6px;



	font-family: FontAwesome;



	content: "\f00c";



	color: #fff;



	z-index: 999;



	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );



}







.sw-odd .ws-colors #color1 {



	background-color: #f2c21a;



}







.sw-odd .ws-colors #color2 {



	background-color: #14b450;



}







.sw-odd .ws-colors #color3 {



	background-color: #f25454;



}







.sw-odd .ws-colors #color4 {



	background-color: #ff7742;



}







.sw-odd .ws-colors #color5 {



	background-color: #652ee1;



}







.sw-odd .ws-colors #color6 {



	background-color: #15bdcc;



}







.sw-odd .ws-colors #color7 {



	background-color: #2c72dc;



}







.sw-odd #color2 {



	background-color: #333;



}







.sw-odd #color3 {



	background-color: #333;



}







.sw-odd #color4 {



	background-color: #333;



}







.sw-odd #color5 {



	background-color: #333;



}







.sw-odd #color6 {



	background-color: #333;



}







.sw-even h3 {



	margin-bottom: 6px;



}







.sw-odd .sw-image {



    padding: 0 20px 15px 0;



}







.sw-odd .sw-image a {



    padding: 0;



    margin-bottom: 5px;



}







.sw-odd .sw-image .sw-buy {



    padding: 11px 55px 11px 56px;



    color: #FFF;



    -webkit-border-radius: 0;



            border-radius: 0;



}







.sw-odd .sw-image .sw-buy:after {



    content: "\f07a";



    color: #fff;



    left: 20%;



    top: 11px;



}







/* Pattern */



.sw-pattern.pattern {



	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";



	   	filter: alpha(opacity=0);



	   opacity: 0;



	position: absolute;



	left: 0;



	top: 98%;



	background-color: #000000;



	width: 100%;



	z-index: -1;



	padding: 20px 0 30px 20px;



}







.sw-pattern.pattern a {	



    width: 40px;



    height: 40px;



    display: inline-block;



    margin-right: 5px;



    margin-bottom: 5px;



    position: relative;



}







.sw-pattern.pattern a.current:before {



	position: absolute;



    left: 12px;



    top: 6px;



	font-family: FontAwesome;



	content: "\f00c";



	color: #fff;



	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );



}







/* Boxed



-------------------------------------------------------------- */



.home-boxed .boxed {



	z-index: 0;



	width: 92.708%;



	margin: 0 auto;



	background: #fff;



	height: 100%;



	overflow: hidden;



  	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);



  	   -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);



  	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);



}



/*custom css*/

.about-section {

	padding: 80px 0;

}

.bd-bottom {

    border-bottom: 1px solid 

    #eee;

 

}

.about-section .about-image img {

    width: 100%;

    padding: 0 30px;

    position: relative;

}

.img-border {

    background-color: 

transparent;

border: 10px solid

    #ffcc1a;

    opacity: .4;

    width: 300px;

    height: 400px;

    display: block;

    position: absolute;

    right: 10px;

    top: 90px;

}

.about-content h5 {

    color: 

    #000;

    margin-bottom: 0;

    font-size: 16px;

}

.about-content h2 {

    font-size: 36px;

    margin-bottom: 20px;

}

.about-content span {

    color: 

    #c59d24

}

.about-section .row {

    display: flex;

    align-items: center;

}

.promo-content {

    padding: 30px 10px;

}

.promo-content i {

    color: 

    #c59d24;

    font-size: 30px;

    margin-bottom: 15px;

    display: block;

}

.promo-content h3 {

    font-size: 18px;

    color: 

    #000;

}

.promo-content p {

    font-size: 16px;

}

.promo-content a {

    color: 

#555;

font-size: 12px;

font-weight: 600;

border: 2px solid

    #c59d24;

    height: 35px;

    width: 35px;

    line-height: 35px;

    border-radius: 30px;

    padding: 3px 25px;

}

/*about page*/

	.ulsec  {

    padding-left: 0px;

}

.ulsec .mt-25 {

    margin-top: 25px;

}

.ulsec  li {

    list-style-type: none;

    color: 

    #222;

    font-size: 14px;

    font-weight: 600;

    margin-top: 15px;

}

.ulsec li i {

    color: 

    #c59d24;

    font-size: 18px;

    padding-right: 10px;

    transform: translateY(2px);

}

.call-to-action-area-home-2 {

    padding-top: 150px;

    padding-bottom: 150px;

}

.call-to-action-area-home-2 .sec-title {

    padding-bottom: 52px;

}

.sec-title {

    margin-top: -16px;

    padding-bottom: 61px;

}

.call-to-action-area-home-2 .sec-title h1 {

    font-size: 45px;

    margin: 0 0 30px;

    text-transform: capitalize;

}

.sec-title h1 {

    color: 

    #222222;

    font-size: 32px;

    line-height: 48px;

    text-transform: uppercase;

}

.call-to-action-area-home-2 .sec-title p {

    font-size: 17px;

}

.call-to-action-home-2 .single-callto-action-item {

    padding: 0 15px;

    position: relative;

}

.call-to-action-home-2 .single-callto-action-item::before {

    border-right: 2px dashed 

    #e2e2e2;

    content: "";

    height: 102px;

    position: absolute;

    right: -16px;

    top: 60px;

    width: 2px;

}

.call-to-action-home-2 .single-callto-action-item .icon-holder {

    width: 70px;

    height: 70px;

    border-radius: 50%;

    border: 1px solid 

#f4f4f4;

margin: 0 auto;

display: block;

padding: 20px 0;

-moz-box-shadow: 0px 4px 7px #cccccc;

-webkit-box-shadow: 0px 4px 7px #cccccc;

box-shadow: 0px 4px 7px

    #cccccc;

    transition: all 500ms ease 0s;

}

.call-to-action-home-2 .single-callto-action-item .icon-holder i::before {

    font-size: 25px;

    color: 

    #f9c740;

    font-weight: 700;

    transition: all 500ms ease 0s;

}

.call-to-action-home-2 .single-callto-action-item .content h3 {

    color: 

	#131312;

    font-size: 16px;

    margin: 32px 0 30px;

    text-transform: uppercase;

}

.call-to-action-home-2 .single-callto-action-item:hover .icon-holder {

    background: 

#f9c740;

border: 1px solid

    #f9c740;

}

.call-to-action-home-2 .single-callto-action-item:hover .icon-holder i::before {

    color: 

    #fff;

}

/*end*/

/*service page*/

.section_padding_100_70 {

    padding-top: 100px;

    padding-bottom: 70px;

}

.section-heading-home-2 {

    margin-bottom: 70px;

}

.section-heading-home-2 > h2 {

    font-size: 30px;

    text-transform: capitalize;

    font-weight: 600;

    margin-bottom: 0;

    color: 

    #000;

    line-height: 1;

    margin-bottom: 10px;

}

.line {

    height: 2px;

    width: 22px;

    background-color: 

    #2ecc71;

    margin: auto;

}

.single-service-content {

background-color:

#f9f9f9;

padding: 20px 25px;

position: relative;

z-index: 1;

margin-bottom: 30px;

-webkit-transition: all .2s;

-o-transition: all .2s;

transition: all .2s;

height: 306px;

}

.service-icon {

    width: 60px;

    margin: auto;

}

.service-icon > i {

    font-size: 30px;

    color: 

    #f2c21a;

}

.single-service-text > h5 {

    margin-top: 20px;

    margin-bottom: 10px;

    font-weight: bold;

}

.single-service-text > p {

    margin-bottom: 20px;

    height: 130px;

}

.single-service-text > a {

    font-size: 16px;

    letter-spacing: 1px;

    color: 

    #f2c21a;

    -webkit-transition-duration: 500ms;

    -o-transition-duration: 500ms;

    transition-duration: 500ms;

}

.service-number {

    position: absolute;

    top: 8%;

    z-index: 999;

    left: 10%;

}

.service-number > h2 {

    font-size: 80px;

    font-weight: 600;

    color: 

    rgba(0, 0, 0, 0.03);

    text-align: center;

}

.side-border-service {

    height: 30px;

    width: 5px;

    background-color: 

    #fad314;

    position: absolute;

    top: 50%;

    left: 0;

    -webkit-transform: translateY(-50%);

    -ms-transform: translateY(-50%);

    transform: translateY(-50%);

}

.single-service-content:hover {

    -webkit-box-shadow: 0 2px 120px rgba(0, 0, 0, .2);

    box-shadow: 0 2px 120px 

    rgba(0, 0, 0, .2);

    border-radius: 10px 0 10px 0;

}



/*end*/

/*contact us page*/



.contact-section {



    position: relative;

    padding: 120px 0px 70px;



}



.auto-container {



    position: static;

    max-width: 1200px;

    padding: 0px 15px;

    margin: 0 auto;



}

.contact-section h2 {

    font-size: 20px;

    color: 

    #1c1c1c;

    font-weight: 500;

    padding-bottom: 12px;

    margin-bottom: 40px;

}

.contact-section .contact-form .form-group {

    margin-bottom: 20px;

}

.default-form .form-group {

    position: relative;

    margin-bottom: 25px;

}

.default-form input[type="text"], .default-form input[type="email"], .default-form input[type="password"], .default-form select, .default-form textarea {

    display: block;

    width: 100%;

    line-height: 24px;

    height: 46px;

    font-size: 13px;

    border: 1px solid 

#e0e0e0;

padding: 10px 15px;

background-color:

#ffffff;

color:

    #111111;

    border-radius: 2px;

    transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.btn-style-two {

    position: relative;

    padding: 9px 25px;

    line-height: 24px;

    text-transform: capitalize;

    background: 

#f7542b;

color:

#ffffff !important;

font-size: 13px;

font-weight: 600;

border: 2px solid

    #f7542b !important;

    border-radius: 2px;

}

.theme-btn {

    display: inline-block;

    transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -o-transition: all 0.3s ease;

    font-family: 'Poppins', sans-serif;

}





.btn-style-two .fa {



    position: relative;

    top: 1px;

    padding-left: 7px;

    font-size: 12px !important;

    color: 



    #1c1c1c;



}

.contact-section .column .inner-box {

    position: relative;

    padding-left: 20px;

}

.contact-section h2 {

    font-size: 20px;

    color: 

    #1c1c1c;

    font-weight: 500;

    padding-bottom: 12px;

    margin-bottom: 40px;

    position: relative;

}



.contact-section h2::after {



    content: '';

    position: absolute;

    left: 0px;

    bottom: 0px;

    width: 32px;

    border-bottom: 2px solid 



    #f7542b;



}

.contact-section .contact-info {

    position: relative;

    margin-bottom: 40px;

}

.contact-section .contact-info li {

    position: relative;

    padding-left: 35px;

    margin-bottom: 20px;

    line-height: 24px;

    color: 

    #5a5a5a;

    font-size: 13px;

}



.contact-section .contact-info li {



    line-height: 24px;

    color: 



    #5a5a5a;

    font-size: 13px;



}

.contact-section .contact-info li .icon {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 20px;

    text-align: center;

    line-height: 24px;

    font-size: 18px;

    color: 

    #cccccc;

}

.contact-section h3 {

    font-size: 18px;

    color: 

    #1c1c1c;

    font-weight: 500;

    padding-bottom: 10px;

    margin-bottom: 25px;

}

.contact-section .social-links li {

    display: inline-block;

    margin-right: 7px;

}

.contact-section .social-links li a {

    display: block;

    width: 30px;

    height: 30px;

    line-height: 30px;

    background: 

#f9f9f9;

color:

    #5a5a5a;

    text-align: center;

    font-size: 12px;

    border-radius: 2px;

    transition: all 500ms ease;

    -moz-transition: all 500ms ease;

    -webkit-transition: all 500ms ease;

    -ms-transition: all 500ms ease;

    -o-transition: all 500ms ease;

}

.contact-section .contact-info li i {

    position: absolute;

    left: 0px;

    top: 0px;

    width: 20px;

    text-align: center;

    line-height: 24px;

    font-size: 18px;

    color: 

    #cccccc;

}

.contact-section h2::after {

    content: '';

    position: absolute;

    left: 0px;

    bottom: 0px;

    width: 32px;

    border-bottom: 2px solid 

    #f7542b;

}

.contact-section .social-links li a:hover {

 color:

#0f3661;

background:

#f2c21a;

}

.contact_form textarea{

	height: auto;

}

/*end*/

/*pricing page*/

        .sidebar .tabbed-nav li {

            position: relative;

            margin-bottom: 10px;

        }

        

        .sidebar .tabbed-nav li.current a {

            border-color: #f7542b;

            color: #f7542b;

        }

        

        .sidebar .tabbed-nav li a {

            position: relative;

            display: block;

            color: #1c1c1c;

            text-transform: uppercase;

            background: #f4f5f6;

            font-size: 13px;

            font-weight: 400;

            line-height: 24px;

            padding: 13px 15px;

            padding-left: 15px;

            padding-left: 42px;

            border-left: 3px solid transparent;

            border-left-color: transparent;

            border-radius: 0px 2px 2px 0px;

            transition: all 300ms ease-in;

            -webkit-transition: all 300ms ease-in;

            -ms-transition: all 300ms ease-in;

            -o-transition: all 300ms ease-in;

            -moz-transition: all 300ms ease-in;

        }

        

        .sidebar .tabbed-nav li a::before {

            content: "\f178";

            font-family: "FontAwesome";

            font-size: 13px;

            left: 15px;

            top: 50%;

            margin-top: -12px;

            width: 20px;

            line-height: 24px;

            color: #f7542b;

            position: absolute;

        }

        

        .sidebar .tabbed-nav li a.active::before {

            content: "\f178";

            font-family: "FontAwesome";

            font-size: 13px;

            left: 15px;

            top: 50%;

            margin-top: -12px;

            width: 20px;

            line-height: 24px;

            color: #f2c21a;

            position: absolute;

        }

        

        .sidebar .nav-pills .nav-link.active,

        .nav-pills .nav-item.show .nav-link {

            background-color: #012853;

            border-color: #f2c21a;

            color: #f2c21a;

            font-weight: bold;

        }

        

        .sidebar {

            margin: 3% 0;

        }

        

        .pricemain {

            background: #012853;

            height: 38px;

            border: 1px solid #dedede;

            margin: 10px 0px 0;

            padding: 7px 20px;

            color: #fff;

            font-family: 'Varela Round', sans-serif;

            letter-spacing: 0.5px;

        }

        

        .priceblocknew {

            margin: -1px 0;

        }

        

        .priceblocknew table {

            width: 100%;

        }

        

        .priceblocknew .table-bordered > tbody > tr > td {

            border: 1px solid #ddd;

            text-align: center;

            padding: 3% 0;

        }

        

        .sidebar h2 {

            background: #fff0be;

            font-size: 19px;

            font-family: 'Varela Round', sans-serif;

            padding: 3px 11px;

            border-radius: 4px;

            border-left: 4px solid;

        }

        

        .sidebar h5 {

            font-size: 15px;

            color: #ffc974;

            font-family: 'Varela Round', sans-serif;

        }

        

        .sidebar .table-bordered td {

            border: 1px solid #eceeef;

            text-align: center;

            color: #001337;

            font-family: 'Varela Round', sans-serif;

            vertical-align: baseline;

            padding: 9px 0;

        }
                     .mainservice{
                        text-align: center;

margin: 0 auto;
                    }
                    .mainservice .pricemain{
                        background:
#0f3661;

border-left: 5px solid
#f7cb38;
                    }
                    .mainservice .pricemain h5{
                        font-family: 'poppinsbold';



font-size: 19px;
                    }
                    .mainservice  table tbody tr td:first-child{
                        font-weight: bold;
                    }

/*end*/

/*payment block*/

/*end*/

/*tracksheet block*/

/*.tracksheetsec{

	background:

#FFE996;

padding: 3% 0;

}

.tracksheetsec .icon-box_icon{

	float: left;

width: 55px;

height: 55px;

margin-top: 4px;

margin-right: 19px;

position: relative;

text-align: center;

background:

#002e5b;

border-radius: 50%;

}

.icon-box_icon img{

	position: absolute;

top: 50%;

left: 0;

right: 0;

margin: 0 auto;

transform: translateY(-50%);

}*/

/*end*/

/*complain home page*/

.complainsec .modal-dialog {

	max-width: 795px;

}

.complainsec .table-bordered th, .table-bordered td {

    border: 1px solid 

    #eceeef;

    text-align: center;

}

/*/*end*/

/*index page popup*/

	.complainfirst{

	position: fixed;

right: 1px;

top: 205px;

transform: rotate(0);

text-transform: capitalize;

z-index: 9999;



	}

	.comsecond{

		top: 310px;

	}

	.comthird{

		top: 420px;

	}

	.comfourth{

		top: 530px;

	}

/*end*/

/*service on index page*/

.service_sec{

	font-family: 'Varela Round', sans-serif;

}

.service_sec .pb-100 {

    padding-bottom: 0px;

}

.service_sec .pt-130 {

    padding-top: 60px;

}

.service_sec .strategy-wrapper {

    margin-right: 30px;

}

.service_sec .mb-30 {

    margin-bottom: 30px;

}

.service_sec .mb-25 {

    margin-bottom: 25px;

}

.service_sec .section-title-red span {

    color: 

    #e50a25;

    position: relative;

}

.service_sec .section-title span {

    color: #c59d24;

    font-size: 18px;

    font-weight: 700;

    position: relative;

    display: inline-block;

    margin-bottom: 13px;

    margin-left: 30px;

}

.service_sec .section-title-red span::before {

    border-color: 

transparent transparent #e50a25

    transparent;

}

.service_sec .section-title span::before {

    position: absolute;

    content: "";

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 0 0 15px 15px;

    border-color: transparent transparent #f9c100 transparent;

    left: -30px;

    top: 5px;

}

.service_sec .section-title-red h1 {

    color: 

    #1e283c;

    margin-bottom: 37px;

}

.service_sec .section-title h1 {

  font-weight: 800;

font-size: 45px;

margin-bottom: 12px;



color:

#131312;

}

.service_sec .section-title p {

    margin-bottom: 0;

      font-size: 15px;

    font-weight: 500;

    line-height: 30px;

    color: 

    #42435d;

}



.service_sec .strategy-text span {



    color: 



   #000;

    font-size: 20px;

    font-weight: 700;



}

.service_sec .strategy-text p {

    margin-top: 8px;

    margin-bottom: 6px;

    font-size: 15px;

font-weight: 500;

line-height: 30px;

color:

#42435d;

}

.service_sec .strategy-text span i {



   font-size: 22px;

color:

#0f3661;

margin-right: 12px;

background:

#c59d24;

padding: 6px 12px;

border-bottom: 3px solid;



}

.service_sec .strategy-text span i:hover{



    background: 

#0f3661;

color:

    #ffcc1a;



}

.service_sec .red-btn {

    background: 

    #e50a25;

}

.service_sec .btn {

-moz-user-select: none;

background:

#000;

border: medium none;

border-radius: 5px;

color:

#ffffff;

cursor: pointer;

display: inline-block;

font-size: 14px;

font-weight: 700;

letter-spacing: 0;

line-height: 1;

margin-bottom: 0;

padding: 10px 22px 16px;

text-align: center;

text-transform: uppercase;

touch-action: manipulation;

-webkit-transition: .3s linear;

-moz-transition: .3s linear;

transition: .3s linear;

vertical-align: middle;

white-space: nowrap;

position: relative;

overflow: hidden;

z-index: 1;

}



.service_sec .btn i {



    font-size: 18px;

    position: relative;

    left: 6px;

    top: 2px;



}

.service_sec .red-btn::after {

    content: "";

    position: absolute;

    

   background-color: #f2c21a;

    height: 100%;

    left: -35%;

    top: 0;

    transform: skew(50deg);

    transition-duration: 0.6s;

    transform-origin: top left;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    -o-transition: all 0.5s;

    transition: all 0.5s;

    width: 0;

    z-index: -1;

}

.service_sec .btn:hover::after {

    height: 100%;

    left: 100%;

    width: 135%;

}

.service_sec .btn:hover {

    color: 

    #ffffff;

}

.service_sec .strategy-text{

margin: 7% 0 10%;

}

/*end*/

/*new font family*/

  @font-face {

        src: url('../fonts/Poppins-Medium.otf');  

        font-family: 'poppinsbold';

}

/*end*/

/*service details page*/	

.service_details{

		background-image: url('../images/paymentbg.jpg');

padding: 4% 1%;

	}

    .v-line {

 border-left: 5px solid

#daa106;

padding-left: 18px;

margin-bottom: 3%;

}

.service_details h2{

    margin-bottom: 6px;

}

.service_left_side p{

    color:

#00244a;

font-size: 15px;

text-align: justify;

}

.service_left_side h4{

margin: 2% 0;

color:

#17406c;

font-size: 15px;

background:

#f2c21a;

border-left: 4px solid;

padding-left: 12px;

padding-top: 4px;

padding-bottom: 4px;

font-family: 'poppinsbold', sans-serif;

letter-spacing: 0.3px;

}

.service_left_side h4{

    margin: 2% 0;

color:

#17406c;

font-size: 16px;

background:

#f2c21a;

border-left: 4px solid;

padding-left: 12px;

padding-top: 4px;

padding-bottom: 4px;

}

.service_left_side ul{

    list-style: inside;

}

.service_left_side ul li{

    color:#00244a;

    font-size: 15px;

}

.service_right_side table thead{

    background:

#f2c21a;

color:

#0f3661;

font-weight: bold;

}

.service_right_side .table thead th {

    vertical-align: bottom;

    border-bottom: none;

        border-bottom-width: medium;

    border-left: 5px solid;

    width: 50%;

    padding: 3.3% 5%;

    text-align: center;

    border-top: 1px solid;

    border-right: 1px solid;

}

.service_right_side .table-bordered td {

    border: 1px solid 

#002855;

text-align: center;

font-size: 14px;

color:

    #0f3661;

    padding: 2.5% 6%;

}

.service_right_side .table .firsttag{

	font-size: 13px;

}

.service_left_side h5{

	font-family: 'poppinsbold', sans-serif;



margin: 8px 0;

}

/*.service_right_side .table-bordered td:last-child {

    line-height: 46px;

}*/

.service_pay_btn .btn{

    background:

#f2c21a;



color:

#17406c;



font-weight: bold;



text-transform: capitalize;



width: 75%;



border-bottom: 4px solid;



border-left: 4px solid;



font-family: 'poppinsbold', sans-serif;

}

.service_pay_btn .btn:hover {

    background: 

#0f3661;

color:

    #ffdf6b;

    font-weight: bold;

    text-transform: capitalize;

    

    border-top: 4px solid;

    border-right: 4px solid;

    font-family: 'poppinsbold', sans-serif;

    border-bottom: none;

    border-left: none;



}

/*end*/

/*animation*/

.shape-eleven {

    position: absolute;

    top: 31%;

    right: 0%;

    animation: flip 3s infinite linear;

}

.shape-ten {

    position: absolute;

  top: 37%;

right: 32%;

    animation: rotateOut 3s infinite linear;

}





/*end*/

/*faq page*/

 .faqleftside   a:hover, a:focus{

    text-decoration: none;

    outline: none;

}
.faqleftside a{
	color: #d99100;

font-weight: bold;
}
.faqleftside #accordion .panel{

    border: none;

    background: none;

    border-radius: 0;

    box-shadow: none;

}

.faqleftside #accordion .panel-heading{

    padding: 0;

}

.faqleftside #accordion .panel-title button{

   display: block;

font-size: 15px;

color: #0f3661;

padding: 17px 40px 17px 52px;

background: #fff;

border: 1px solid

#d8d8da;

    border-bottom-color: rgb(216, 216, 218);

    border-bottom-style: solid;

    border-bottom-width: 1px;

border-bottom-color: rgb(243, 243, 243);

border-bottom-style: solid;

border-bottom-width: 1px;

border-bottom: none;

position: relative;

transition: all 0.5s ease 0s;

font-family: 'poppinsbold';

text-transform: capitalize;

white-space: normal;

}

.faqleftside #accordion .btn-link:focus, .btn-link:hover {

    color: #014c8c;

    text-decoration: none;

    background-color: transparent;

}

.faqleftside #accordion .panel-title button.collapsed{

    background: #fafafa;

    color: #0f3661;

}

#accordion .panel-title button.collapsed:hover{

    color: #0f3661;

}

.faqleftside #accordion .panel-title button:after,

.faqleftside #accordion .panel-title button.collapsed:after{

    content: "\f068";

    font-family: "Font Awesome 5 Free";

    font-weight: 900;

    font-size: 15px;

    color: #fff;

    width: 45px;

    height: 100%;

    line-height: 54px;

    text-align: center;

    position: absolute;

    top: 0px;

    left: -1px;

    background: #0f3661;

    transition: all .2s;

}

.faqleftside #accordion .panel-title button.collapsed:after{

    content: "\f067";

    color: #0f3661;

    background: #f4f4f4;

    transition: all 0.5s ease 0s;

}

.faqleftside #accordion .panel-title button.collapsed:hover::after {

    background: 

#0f3661;

color:

    #fff;

}

.faqleftside #accordion .panel-title button::before {

    content: "";

    position: absolute;

    bottom: -11px;

    left: -1px;

    border-bottom: 12px solid 

transparent;

border-right: 12px solid

    #0f3661;

}

.faqleftside #accordion .panel-title button.collapsed:before{

    display: none;

}

.faqleftside #accordion .panel-body{

   font-size: 14px;

color:

#0f3661;

padding: 13px 53px 15px;

line-height: 20px;

margin-left: 12px;

background:

#fff;

border: 1px solid

#f3f3f3;

    border-top-color: rgb(243, 243, 243);

    border-top-style: solid;

    border-top-width: 1px;

border-top: none;

font-family: 'varelaround';

text-align: justify;

}

.faqsupport{

	background:

#FEFBDC;

padding: 27px 21px;

border: 2px dotted;

box-shadow: 0 5px 6px

#cacaca;

margin-bottom: 2%;

}

.faq_quick_link{

background:

#Fff;

padding: 21px 25px 62px;

border: 1px solid

#ccc;

box-shadow: 0 5px 6px

#cacaca;

margin-top: 7%;

height: 138px;

}

.faq_quick_link .one-half{

	float: right;

width: 44%;

list-style: circle;

margin-left: 18px;

}

.faqsupport h4{

 margin-bottom: 13px;

}

.faqleftside .card-body ul{

	list-style: disc;

}

.faqleftside p{

	text-align: justify;

}

.faqleftside h4{

	margin: 2% 0;

color:

#17406c;

font-size: 16px;

background:

#fff8ab;

border-left: 4px solid;

padding-left: 12px;

padding-top: 4px;

padding-bottom: 4px;

font-family: 'Poppinsbold';

}

.faqleftside ul{

	list-style: disc;

	padding-left: 14px;

}

.faqleftside ul li{

	text-align: justify;

}

/*end*/

/*footer badge*/

.badgefooter{

	float: right;

height: 29px;

margin-top: 4px;



}
.badgenew{
	width: 100px;
margin-right: 9px;
}

/*end*/

/*header social media*/

 .headersec li {

    display: inline-block;

    background: 

    #f2c21a;

    border-radius: 4px;

    height: 26px;

    width: 29px;

    text-align: center;

    padding: 1px 0;

}

.headersec li:hover{

	background: #fff;

}

.headersec{

	margin-top: 18px;

}

.headersec::before {

    top: 2px;

    background: none !important;

}
#slide-3051-layer-4 {
    top: 8px;
    height: 126px;
}
#slide-3051-layer-1 {
    line-height: 143px !important;
    height: 203px;
    top: 18px;
}
/*end*/
/*past performance on index page*/
  .track_left ul{
   margin-bottom: 5%;
list-style: inside square;
color:
#000;
font-family: 'varelaround';
padding-left: 22px;
font-size: 15px;
    }
    .track_left .block-title h2{
        font-family: 'poppinsbold';

font-size: 22px;

color:
#0f3661;

line-height: 22px;

margin-bottom: 6px;
    }
    .track_left .v-line {

    border-left: 5px solid 

    #daa106;
    padding-left: 16px;
    margin-bottom: 3%;

}
.tracksheetbg {
  background-image: url('../404.html');
}
.tracksheetbg .pt-130 {
    padding-top: 37px;
}
.track_left ul  a:hover {

    color: 

    #0f3661;
    font-weight: bold;

}
.tracksheetbg .section-title p {

    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: 

    #42435d;
    text-align: justify;

}
.tracksheetbg .section-title h1 {
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 12px;
    color: 
    #0f3661;
    font-family: 'poppinsbold';
}
.tracksheetbg .title-section.style3.left {
    margin-bottom: 24px;
}
.tracksheetbg .title-section.style3 .title {
    padding-bottom: 18px;
    margin-bottom: 0;
}
.tracksheetbg .style3 i{
    color:
#0f3661;
font-size: 61px;
margin-bottom: 5%;
margin-top: 1%;
animation: pulse 5s infinite linear;
}
    .track_left ul{
   margin-bottom: 5%;
list-style: inside square;
color:
#000;
font-family: 'varelaround';
padding-left: 0px;
font-size: 15px;
    }
    .track_left h5{
    	font-family: 'varelaround';

margin-bottom: 10px;
    }
    .track_left .block-title h2{
        font-family: 'poppinsbold';

font-size: 22px;

color:
#000;

line-height: 22px;

margin-bottom: 6px;
    }
    .track_left .v-line {

    border-left: 5px solid 

    #daa106;
    padding-left: 16px;
    margin-bottom: 3%;

}
.tracksheetbg {
  background-image: url('../images/paymentbg.jpg');
}
.tracksheetbg .pt-130 {
    padding-top: 37px;
}
.tracksheetbg .mb-25 {
    margin-bottom: 34px;
}
.tracksheetbg .section-title span {
    color: 
    #c59d24;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    margin-left: 30px;
}
.track_left ul  a:hover {

    color: 

    #0f3661;
    font-weight: bold;

}
.tracksheetbg .section-title p {

    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
    color: 

    #42435d;
    text-align: justify;

}
.tracksheetbg .section-title h1 {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 15px;
    color: 
    #131312;
    font-family: 'poppinsbold';
}
.tracksheetbg .title-section.style3.left {
    margin-bottom: 24px;
}
.tracksheetbg .title-section.style3 .title {
    padding-bottom: 18px;
    margin-bottom: 0;
}
.tracksheetbg .style3 i{
    color:
#0f3661;
font-size: 61px;
margin-bottom: 5%;
margin-top: 1%;
animation: pulse 5s infinite linear;
}
/*end*/
.mobileway{
	display: none;
}
.logomobile{
	display: none;
}
/*privacy_policy*/
                .get_social h2{
                  font-size: 20px;
line-height: 20px;
                }
                .get_social .v-line {
    border-left: 4px solid #daa106;
    padding-left: 12px;
    margin-bottom: 3%;
    margin-top: 6%;
}
.get_social .socialtouch i{
  display: inline-block;
font-size: 13px;
margin-right: 25px;
color: #fcc813;
border-radius: 50%;
vertical-align: middle;
text-align: center;
width: 30px;
height: 30px;
padding-top: 7px;
border: 1px solid #fcc813;
-webkit-transition: all .3s ease-out;
}
.socialtouch li{
  margin-bottom: 20px;

}
.socialtouch {
  margin-top: 3%;
}
.socialt_btn{
  background: #0f3661;
padding: 7px 15px;
text-transform: capitalize;
border: 1px;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 1px;
float: right;
border-bottom: 3px solid #f2c21a;
font-size: 15px;
font-family: 'varelaround';
color: #fff;
}
.get_touch i{
  width: 6%;
color: #ecb800;
font-size: 16px;
}
.get_touch span{
  font-size: 14px;
}
.get_touch li{
  margin-bottom: 20px;
}
.bottom{
	font-family: 'varelaround';
}
/*slider*/
.sliderfirst .tp-caption.title-slide. {
    color: #ffe27c;
    font-family: "Work Sans", sans-serif;
}
/*end*/