/* Template Options  */



/*

	--//-- 1. Color Options --//--

	

	- Template color - ef969a (rgba - 239,150,154);

	- Body Background - ffffff;

	- Main content color - 7e7f81;

	- Headings color - 3f4041; 

	- Logo Background - 2e3032;

	- Header Background - 1d1e1f;

	- Main Menu Color - c7cacc;

	- Active Menu Color - 616364;

	- Sub-menu Background - 2e3032;

	- Sub-menu 2nd Level Background  - 1d1e1f;

	- Sub-menu Color  - c8c9cc;

	- Sub-menu 2nd Level Color - a1a2a4;

	- Sub-menu Border Color - 45484a;

	- Sub-menu 2nd Level Border Color - 45484a;

	- Footer Background - 1d1e1f;

	- Footer Color - c7cacc;

	- Sidebar Border Color - e4e7e9;

	- Sub-menu Active Color - ef969a;

	- Hover Menu Color - ef969a;

	- Landing Logo Background - 151516;

	

		

	--//-- 2. Fonts --//--

   

	- Content font - NORD;

	- Main menu font - NORD;

	- Headers font - NORD;

	- Content font weight - 400;

	- Main menu font weight - 900;

	- Headings font weight - 900;

	- Main menu font size - 13px;

	- Sub-menu font size - 12px;

	- Content font size - 12px;

	- Content line height - 22px;

		

*/



/* Logo Size  */

.logo_def,

.logo_retina {

	width: 155px;

	height: 30px;

}





.tara_logo_def {

	width: 200px;

}

.da_logo_def {

	width: 240px;

}

/* Landing Logo Size  */

.landing_logo .logo_def,

.landing_logo .logo_retina,

.cs_logo .logo_def,

.cs_logo .logo_retina {

	width: 140px;

	height: 100px;

}



body {
	font-family: 'MaximaNouva', sans-serif;
	color: #000000;
	margin: 0;
	font-size: 1.1rem;
	padding: 0;
	overflow-x: hidden;
}

@font-face {
	font-family: 'MaximaNouva';
	src: url('../css/fonts/MaximaNouva-Regular.woff') format('woff2');
	font-weight: 400;
	font-style: normal;
}


body,

.preloader {

	background: #ffffff;
	/* Body Background  */

}

* {

	font-family: 'MaximaNouva', sans-serif;
	/* Content font  */

}

p,
td,
div,

input,
textarea,
select,

.no_bg a,

.widget_nav_menu ul li a,

.widget_archive ul li a,

.widget_pages ul li a,

.widget_categories ul li a,

.widget_recent_entries ul li a,

.widget_meta ul li a,

.widget_posts .post_title {

	color: #7e7f81;
	/*  Main content color  */

	font-weight: 400;
	/* Content font weight  */

}

.shortcode_iconbox p {

	color: #7e7f81 !important;
	/*  Main content color  */

}

h1,
h2,
h3,
h4,
h5,
h6,

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,

.shortcode_iconbox a:hover .iconbox_title,

.pp_title {

	color: #3f4041;
	/* Headings color  */

}

.iconbox_title {

	color: #3f4041 !important;
	/* Headings color  */

}


header.main_header {

	background-color: #1d1e1f;
	/* Header Background  */

}

ul.mobile_menu a,

ul.mobile_menu a span,

.mobile_menu li.menu-item-has-children>a:after {

	color: #c7cacc;
	/* Main Menu Color  */

}

header.main_header ul.menu>li>a {

	color: #c7cacc;
	/* Main Menu Color  */

	font-weight: 900;
	/* Main menu font weight  */

	font-size: 13px;
	/* Main menu font size  */

	line-height: 15px;

}

.main_header nav ul.menu>li.current-menu-ancestor>a,

.main_header nav ul.menu>li.current-menu-item>a,

.main_header nav ul.menu>li.current-menu-parent>a,

ul.mobile_menu li.current-menu-ancestor>a,

ul.mobile_menu li.current-menu-item>a,

ul.mobile_menu li.current-menu-parent>a,

ul.mobile_menu li.current-menu-ancestor>a span,

ul.mobile_menu li.current-menu-item>a span,

ul.mobile_menu li.current-menu-parent>a span,

.mobile_menu li.current-menu-parent.menu-item-has-children>a:after,

.mobile_menu li.current-menu-item.menu-item-has-children>a:after,

.mobile_menu li.current-menu-ancestor.menu-item-has-children>a:after {

	color: #616364;
	/* Active Menu Color  */

}

.main_header nav ul.sub-menu,

.main_header nav ul.sub-menu li ul.sub-menu li ul.sub-menu {

	background-color: #2e3032;
	/* Sub-menu Background  */

}

.main_header nav ul.sub-menu li ul.sub-menu {

	background-color: #1d1e1f;
	/* Sub-menu 2nd Level Background  */

}

.main_header nav ul.sub-menu li>a,

.main_header nav ul.sub-menu li ul.sub-menu li ul.sub-menu li>a {

	color: #c8c9cc;
	/* Sub-menu Color  */

	font-size: 12px;
	/* Sub-menu font size  */

	line-height: 14px;

}

.main_header nav ul.sub-menu li ul.sub-menu li>a {

	color: #a1a2a4;
	/* Sub-menu 2nd Level Color  */

}

.main_header nav ul.sub-menu li>a:before,

.main_header nav ul.sub-menu li ul.sub-menu li ul.sub-menu li>a:before {

	background-color: #45484a;
	/* Sub-menu Border Color  */

}

.main_header nav ul.sub-menu li ul.sub-menu li>a:before {

	background-color: #45484a;
	/* Sub-menu 2nd Level Border Color  */

}

footer.main_footer {

	background-color: #1d1e1f;
	/* Footer Background  */

}

.phone,

.copyright,

.back404 a,

.back404 a:hover {

	color: #c7cacc;
	/* Footer Color  */

}

.left-sidebar-block,

.right-sidebar-block {

	border-color: #e4e7e9;
	/* Sidebar Border Color  */

}



/* Fonts Families and Sizes  */

p,
td,
div,

input {

	font-family: 'MaximaNouva', sans-serif;
	/* Content font  */

	font-weight: 400;
	/* Content font weight  */

}

.fs_descr {

	/* font-family: NORD !important; */
	/* Content font  */

}

a:hover {

	color: #7e7f81;
	/* Main content color  */

	font-weight: 400;
	/* Content font weight  */

}

.main_header nav ul.menu li a,

.main_header nav ul.menu li span,

ul.mobile_menu li a,

ul.mobile_menu li span,

.filter_toggler {

	/* font-family: NORD; */
	/* Main menu font  */

	font-size: 13px;
	/* Main menu font size  */

	line-height: 15px;

}

p,
td,
div,

blockquote p,

input,

select,

input[type="text"],
input[type="file"],

input[type="email"],

input[type="password"],

textarea {

	font-size: 1.1rem;
	/* Content font size  */

	line-height: 22px;
	/* Content line height  */

}

.main_header nav ul.menu>li>a,

ul.mobile_menu>li>a {

	font-size: 13px;
	/* Main menu font size  */

	line-height: 15px;

}

.main_header nav ul.menu>li>a:before,

ul.mobile_menu>li>a:before {

	line-height: 15px;

}

h1,
h2,
h3,
h4,
h5,
h6,

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {

	/* font-family: NORD !important; */
	/* Headers font  */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

	padding: 0;

}

blockquote.shortcode_blockquote.type3:before,

blockquote.shortcode_blockquote.type4:before,

blockquote.shortcode_blockquote.type5:before,

.shortcode_tab_item_title,

input[type="button"],

input[type="reset"],

input[type="submit"],
input[type="file"],

.search404.search_form .search_button {

	/* font-family: NORD; */
	/* Headers font  */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}

.dropcap,

.easyPieChart,

.easyPieChart span,

.shortcode_button,

.shortcode_button:hover,

.load_more_works,

.load_more_works:hover,

.share_toggle,

.share_toggle:hover,

.countdown-amount,

.countdown-period,

.notify_shortcode input[type="submit"] {

	/* font-family: NORD; */
	/* Headers font  */

	font-weight: 900;
	/* Headings font weight  */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}

.sidebar_header {

	/* font-family: NORD; */
	/* Headers font  */

}

.box_date span,

.countdown-row .countdown-section:before,

.countdown-amount,

.countdown-period {

	/* font-family: NORD; */
	/* Headers font  */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}

a.shortcode_button,

.chart.easyPieChart,

.chart.easyPieChart span,

input[type="button"],

input[type="reset"],

input[type="submit"], 
input[type="file"], 

.search404 .search_button {

	/* font-family: NORD; */
	/* Headers font  */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}

h1,
h2,
h3,
h4,
h5,
h6,

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,

input[type="button"],

input[type="reset"], 
input[type="file"], 
input[type="submit"],

.search404 .search_button {

	font-weight: 900;
	/* Headings font weight  */

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}

input[type="button"],

input[type="reset"], 
input[type="file"], 

input[type="submit"] {

	-moz-osx-font-smoothing: grayscale;

	-webkit-font-smoothing: antialiased;

}

h1,
h1 span,
h1 a,
h3.promo_title {

	font-size: 22px;

	line-height: 24px;

}

h2,
h2 span,
h2 a {

	font-size: 2rem;

	line-height: 22px;

}

h3,
h3 span,
h3 a {

	font-size: 1.5625rem;

	line-height: 30px;

}

h4,
h4 span,
h4 a,

h3.comment-reply-title,

h3.comment-reply-title a {

	font-size: 20px;

	line-height: 18px;

}

h5,
h5 span,
h5 a {

	font-size: 20px;

	line-height: 16px;

}

h6,
h6 span,
h6 a,

.comment_info h6:after {

	font-size: 12px;

	line-height: 14px;

}

::selection {

	background: #7e7f81;
	/* Template color  */

}

::-moz-selection {

	background: #7e7f81;
	/* Template color  */

}

.main_header nav ul.sub-menu li.current-menu-item>a,

.main_header nav ul.sub-menu li.current-menu-parent>a,

.main_header nav ul.sub-menu li.current-menu-ancestor>a,

.main_header nav ul.sub-menu li.current_page_item>a {

	color: #7e7f81 !important;
	/* Sub-menu Active Color  */

}

.main_header nav ul li:hover>a,

.main_header nav ul.sub-menu li.current-menu-item:hover>a,

.main_header nav ul.sub-menu li.current-menu-parent:hover>a,

.main_header nav ul.sub-menu li.current-menu-ancestor:hover>a,

.main_header nav ul.sub-menu li.current_page_item:hover>a {

	color: #7e7f81 !important;
	/* Hover Menu Color  */

}

a,

blockquote.shortcode_blockquote.type5:before,

.dropcap.type2,

.dropcap.type5,

.widget_nav_menu ul li a:hover,

.widget_archive ul li a:hover,

.widget_pages ul li a:hover,

.widget_categories ul li a:hover,

.widget_recent_entries ul li a:hover,

.widget_meta ul li a:hover,

.widget_posts .post_title:hover,

.shortcode_iconbox a:hover .iconbox_title,

.shortcode_iconbox a:hover .iconbox_body,

.shortcode_iconbox a:hover .iconbox_body p,

.shortcode_iconbox a:hover .ico i,

.featured_items_title h5 a:hover,

.optionset li a:hover,

.portfolio_dscr_top h3 a:hover,

.portfolio_block h5 a:hover,

.blogpost_title a:hover,

input[type="text"]:focus,

input[type="email"]:focus,

input[type="password"]:focus,
input[type="file"]:focus,

textarea:focus,

select:focus,

.author_name a:hover,

.header_filter .optionset li.selected a,

.filter_toggler:hover,

ol li:before,

ul li:before,

.count_title,

.count_title h1,

.no_bg a:hover,

.pp_title span {

	color: #7e7f81;
	/* Template color  */

}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="file"]:focus::-webkit-input-placeholder,

input[type="email"]:focus::-webkit-input-placeholder,

input[type="password"]:focus::-webkit-input-placeholder,

textarea:focus::-webkit-input-placeholder {

	color: #7e7f81;
	/* Template color  */

	-webkit-font-smoothing: antialiased;

}

input[type="text"]:focus::-moz-placeholder,
input[type="file"]:focus::-moz-placeholder,

input[type="email"]:focus::-moz-placeholder,

input[type="password"]:focus::-moz-placeholder,

textarea:focus::-moz-placeholder {

	color: #7e7f81;
	/* Template color  */

	opacity: 1;

	-moz-osx-font-smoothing: grayscale;

}

input[type="text"]:focus:-ms-input-placeholder {

	color: #7e7f81;
	/* Template color  */

}
input[type="file"]:focus:-ms-input-placeholder {

	color: #7e7f81;
	/* Template color  */

}

input[type="email"]:focus:-ms-input-placeholder {

	color: #7e7f81;
	/* Template color  */

}

input[type="password"]:focus:-ms-input-placeholder {

	color: #7e7f81;
	/* Template color  */

}

textarea:focus:-ms-input-placeholder {

	color: #7e7f81;
	/* Template color  */

}

.widget_posts .post_title:hover,

.shortcode_iconbox a:hover .ico i,

.module_team .team_title a:hover,

.price_item.most_popular .item_cost_wrapper h3,

.price_item.most_popular .item_cost_wrapper h5,

.wrapper404 h1 span,

.optionset li.selected a,

.bc_title a:hover,

.widget_nav_menu ul li a:hover,

.widget_nav_menu ul li.current-menu-item a,

.widget_archive ul li a:hover,

.widget_pages ul li a:hover,

.widget_categories ul li a:hover,

.widget_recent_entries ul li a:hover,

.widget_meta ul li a:hover,

.widget_posts .post_title:hover {

	color: #7e7f81;
	/* Template color  */

}

.featured_item_footer .gallery_likes:hover span,

.featured_item_footer .gallery_likes:hover i,

.featured_item_footer .morelink:hover,

.module_team a.teamlink:hover,

.preview_likes,

.preview_likes i {

	color: #7e7f81 !important;
	/* Template color  */

}

.highlighted_colored,

.shortcode_button.btn_type5,

.box_date .box_month,

.preloader:after,

.price_item .price_item_btn a:hover,

.shortcode_button.btn_type1:hover,

.title:before,

#reply-title:before,

.postcomment:before,

.featured_items_title h5:before,

.module_team h5:before,

.price_item.most_popular .price_item_title,

.search404 .search_button,

.portfolio_dscr_top h3:before,

.bc_likes:hover,

.pagerblock li a:hover,

input[type="button"],

input[type="reset"],

input[type="submit"],

.share_toggle:hover,

.notify_shortcode input[type="submit"],

.title_square h1:before,

.title_square h2:before,

.title_square h3:before,

.title_square h4:before,

.title_square h5:before,

.title_square h6:before,

.blogpost_user_meta h5:before {

	/* background-color:#7e7f81; Template color  */
	background-color: #8bc53f;

}

#mc_signup_submit:hover,

.pp_wrapper input[type="submit"]:hover,

.search_button:hover,

.blog_post_preview .blogpost_title:before {

	background-color: #7e7f81 !important;
	/* Template color  */

}

blockquote.shortcode_blockquote.type5 .blockquote_wrapper,

.widget_tag_cloud a:hover,

.fs_blog_top,

.simple-post-top,

.widget_search .search_form,

.module_cont hr.type3,

blockquote.shortcode_blockquote.type2,

.iconbox_wrapper .ico,

.promoblock_wrapper {

	border-color: #7e7f81;
	/* Template color  */

}

.bc_likes:hover:after {

	border-color: transparent transparent transparent #7e7f81;
	/* Template color  */

}

.landing_logo {

	background: #151516;
	/* Landing Logo Background  */

}

.fullscreen_portfolio.with_padding .optionset li.selected a,

.fullscreen_portfolio.with_padding .optionset li a:hover,

.fullscreen_portfolio.with_padding .load_more_works:hover {

	color: #7e7f81;
	/* Template color  */

}

.fullscreen_portfolio.with_padding .load_more_works:hover span:before,

.fullscreen_portfolio.with_padding .load_more_works:hover span:after {

	background: #7e7f81;
	/* Template color  */

}

.module_content>ol>li {
	list-style-type: square !important;
	list-style-position: inside !important;
}

/* .module_content > ol{
	list-style-type: square !important;
	list-style-position: inside !important;
} */
.module_content>ol>li {
	text-indent: -1.2em;
	/* Adjust this to align the second line properly */
	padding-left: 1.2em;
	/* Provides space for the bullet */
}

.module_content>ol>li::before {
	display: none !important;
}

.form-background {
	background-color: aliceblue;

}

.main_footer{
	position: relative;
}
.copyRight{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	padding: 5px 0px 10px 0px;
}

