@charset "utf-8";

/* CSS Document */



/******************************





******************************/



/***********

1. Fonts

font-family: 'Montserrat', sans-serif;

font-family: 'Poppins', sans-serif;

font-family: 'Roboto', sans-serif;

***********/



@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swa');



/*********************************

2. Body and some general stuff

*********************************/



*

{

	margin: 0;

	padding: 0;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

body

{

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	font-weight: 400;

	background: #FFFFFF;

	color: #a5a5a5;

}

div

{

	display: block;

	position: relative;

	-webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.bg-orange{

background: #f86e1a !important;}



ul

{

	list-style: none;

	margin-bottom: 0px;

}

p

{

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	line-height: 1.85;

	font-weight: 500;

    color: #333;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

p a

{

	display: inline;

	position: relative;

	color: inherit;

	border-bottom: solid 1px #ffa07f;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

p:last-of-type

{

	margin-bottom: 0;

}

a, a:hover, a:visited, a:active, a:link

{

	text-decoration: none;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

}

p a:active

{

	position: relative;

	color: #FF6347;

}

p a:hover

{

	color: #FFFFFF;

	background: #ffa07f;

}

p a:hover::after

{

	opacity: 0.2;

}

::selection

{

	

}

p::selection

{

	

}

h1{font-size: 48px;}

h2{font-size: 36px;}

h3{font-size: 24px;}

h4{font-size: 18px;}

h5{font-size: 14px;}

h1, h2, h3, h4, h5, h6

{

	font-family: 'Montserrat', sans-serif;

	font-weight: 700;

	-webkit-font-smoothing: antialiased;

	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;

	text-shadow: rgba(0,0,0,.01) 0 0 1px;

	color: #384158;

	margin-bottom: 0;

}

h1::selection, 

h2::selection, 

h3::selection, 

h4::selection, 

h5::selection, 

h6::selection

{

	

}

.form-control

{



	border-radius: 0;

	border-color: #ddd;

	font-weight: 700;

    color: #111;

  

}

section

{

	display: block;

	position: relative;

	box-sizing: border-box;

}

.clear

{

	clear: both;

}

.clearfix::before, .clearfix::after

{

	content: "";

	display: table;

}

.clearfix::after

{

	clear: both;

}

.clearfix

{

	zoom: 1;

}

.float_left

{

	float: left;

}

.float_right

{

	float: right;

}

.trans_200

{

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.trans_300

{

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.trans_400

{

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

}

.trans_500

{

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.fill_height

{

	height: 100%;

}

.super_container

{

	width: 100%;

	overflow: hidden;

}

.prlx_parent

{

	overflow: hidden;

}

.prlx

{

	height: 130% !important;

}

.parallax-window

{

    min-height: 400px;

    background: transparent;

}

.nopadding

{

	padding: 0px !important;

}



/*********************************

3. Header

*********************************/



.header

{

	position: fixed;

	top: 0;

	left: 0;

	width: 100%;

	z-index: 100;

	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.header.scrolled

{

	top: -31px;

	border-bottom: 1px solid #ececec;

    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);

}



/*********************************

3.1 Top Bar

*********************************/



.top_bar

{

	width: 100%;

	background: #e5e8ef;

}

.header.scrolled .top_bar

{



}

.top_bar_container

{

	width: 100%;

	height: 100%;

}

.top_bar_content

{

	width: 100%;

	height: 30px;

}

.top_bar_contact_list li

{

	display: inline-block;

}



.question

{

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	color: #FFFFFF;

	margin-left: 0px;

}

.top_bar_contact_list li i,

.top_bar_contact_list li > div,

.top_bar_contact_list li > div a

{

	display: inline-block;

	font-size: 12px;

	color: #000;

}

.top_bar_contact_list li > div

{

	margin-left: 1px;

}

.top_bar_contact_list li:not(:last-child)

{

	padding: 0px 15px;

    border-right: 1px solid #000;

    

    line-height: 10px;

}

.top_social ul.top_bar_contact_list li {

    border: none !important;

}

.top_bar_login

{

	height: 100%;

}

.login_button

{

	width: 160px;

	height: 100%;

	background: #f3f3f3;

	text-align: center;

}

.login_button a

{

	display: block;

	font-size: 14px;

	font-weight: 500;

	line-height: 40px;

	color: #384158;

}

































.accordian-boxed{

	position:relative;

	display: block;

    padding-top: 17px;

}

.accordion-box.style-two{

	position: relative;

    display: block;

}

.accordion-box.style-two .block{

    margin-bottom: 20px;

	padding: 0px 0px;

    border: 1px solid #dddddd;

    background-color: #ffffff;

}

.accordion-box.style-two .block .acc-btn{

	position: relative;

    display: block;

    padding-left: 120px;

	color: #222222;

	font-size: 16px;

	line-height: 68px;

	font-weight: 700;

    text-transform: uppercase;

	cursor: pointer;

	transition:all 500ms ease;

	font-family: 'Nunito Sans', sans-serif;

}

.accordion-box.style-two .block .acc-btn.active{

	color:#fb7362;

}

.accordion-box.style-two .block .count-box {

    position: absolute;

    left: -1px;

    top: -1px;

    bottom: -1px;

    width: 70px;

    color: #ffffff;

    font-size: 18px;

    font-weight: 700;

    text-align: center;

    background: #fb7362;

}



.accordion-box.style-two .block .acc-content{

	position: relative;

	display: none;

}

.accordion-box.style-two .block .acc-content.current{

	display:block;	

}

.accordion-box.style-two .block .content {

    position: relative;

    padding: 0px 30px 21px 120px;

    border-top: 1px solid rgba(255,255,255,0.10);

}

.accordion-box.style-two .block .content:before {

    position: absolute;

    top: -1px;

    left: -1px;

    bottom: -1px;

    width: 70px;

    background: #fb7362;

    content: "";

}

.accordion-box.style-two .block .acc-content .content-text{

	position: relative;

    display: block;

}









.mine-btn {

    margin-top: 40px;

}





.mine-btn.btn-group>.btn {

    position: relative;

    -ms-flex: 0 1 auto;

	flex: 1 1 auto!important;

	padding: 10px;

	border: transparent;

}



.mine-btn .btn-danger {

    background: #f37934;

   

}

.btn-orange {

    background: #f36715;

   

}

.mine-btn .btn-secondary {

    background: #717991;

   

}



















/*********************************

3.2 Header Content

*********************************/



.header_container

{

	width: 100%;

	background: #FFFFFF;

}

.header_content

{

	height: 90px;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.header.scrolled .header_content

{

	height: 80px;

}



/*********************************

3.3 Logo

*********************************/



.logo,

.logo_text

{

	display: inline-block;

}

.logo

{

	max-width: 85%;

	/* height: 60px; */

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.logo img

{

	max-width: 100%;

}



/* .logo_container img {

    width: 300px;

} */

.logo_text

{

	font-family: 'Montserrat', sans-serif;

	font-size: 36px;

	font-weight: 700;

	line-height: 0.75;

	color: #384158;

	vertical-align: middle;

	margin-left: 7px;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.logo_text span

{

	color: #14bdee;

}

.header.scrolled .logo

{

	width: 70%;

	/* height: 40px; */

}

.header.scrolled .logo_text

{

	font-size: 24px;

}



/*********************************

3.4 Main Nav

*********************************/



.main_nav_contaner

{



}

.main_nav,

.search_button,

.shopping_cart

{

	display: inline-block;

}

.main_nav li

{

	display: inline-block;

	position: relative;

}

.main_nav li:not(:last-child)

{

	margin-right: 0px;

}

.main_nav li a

{

	font-size: 14px;

	font-weight: 500;

	color: #384158;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

a.tooltips {

    margin-top: 12px;

    display: inline-block;

}

.main_nav a#dropdownMenuLink {

	background: #76869a;

	font-weight: 300;

}

.tooltip-sec a.tooltips {

    font-size: 28px;

    font-weight: bold;

    color: #e7551c;

}

ul.top_bar_contact_list-inner li a {

    color: #fff;

    font-weight: 300;

    font-size: 12px;

    line-height: 24px;

}



.helpdecsk-main a.helpdesk-no {

    color: #db5800;

    font-size: 25px;

    font-weight: 900;

    font-family: 'Roboto', sans-serif;

    letter-spacing: -1px;

    vertical-align: middle;

}



.menu_mm .tooltips span {

    

    width: 90px;

  

    height: 24px;

   

	line-height: 25px;

}

.menu_mm  .tooltips span{ bottom: 45px; left: 8px;}

.top-bar-inner {

    background: #fed34a;

	padding: 20px;

	

}

ul.top_bar_contact_list-inner li {

    margin: 5px 0;

}



.scrolled .main_nav a.tooltips {

	font-size: 25px;

	line-height: 36px;

}

.main_nav li a:hover,

.main_nav li.active a

{

	color: #14bdee;

}

.main_nav li.active::after

{

	display: block;

	position: absolute;

	bottom: -2px;

	left: 0;

	width: 100%;

	height: 2px;

	background: #14bdee;

	content: '';

}



.tooltips span {

	position: absolute;

	width: 66px;

    color: #FFFFFF;

    background: #465e87;

    height: 18px;

    padding: 0px 4px;

    line-height: 18px;

    text-align: center;

    border-radius: 25px;

    bottom: 33px;

    left: -10%;

    z-index: 999;

    font-size: 9px;

    font-weight: 600;

}

.tooltips span:after {

    content: '';

    position: absolute;

    top: 92%;

    left: 30%;

    margin-left: -8px;

    width: 0;

    height: 0;

    border-top: 8px solid #465e87;

    border-right: 8px solid transparent;

    border-left: 8px solid transparent;

}



.search_button

{

	margin-left: 18px;

	cursor: pointer;

}

.shopping_cart

{

	margin-left: 18px;

	cursor: pointer;

}

.search_button i,

.shopping_cart i

{

	font-size: 18px;

	color: #181818;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.search_button:hover i,

.shopping_cart:hover i

{

	color: #14bdee;

}

.header_search_form

{

	display: block;

	position: relative;

	width: 40%;

}

.header_search_container

{

	position: absolute;

	bottom: 0px;

	left: 0px;

	width: 100%;

	background: #14bdee;

	z-index: -1;

	opacity: 0;

	-webkit-transition: all 400ms ease;

	-moz-transition: all 400ms ease;

	-ms-transition: all 400ms ease;

	-o-transition: all 400ms ease;

	transition: all 400ms ease;

}

.header_search_container.active

{

	bottom: -73px;

	opacity: 1;

}

.header_search_content

{

	width: 100%;

	height: 73px;

}

.search_input

{

	width: 100%;

	height: 40px;

	border: none;

	outline: none;

	padding-left: 20px;

}

.header_search_button

{

	position: absolute;

	top: 0;

	right: 0;

	width: 40px;

	height: 100%;

	border: none;

	outline: none;

	cursor: pointer;

}









.button-sec {

    margin-top: 15px;

}

.button-sec a.btn img {

    padding: 4px 8px 0 0;

}

.button-sec a.btn {

  

    border: transparent;

    font-size: 15px;

	font-weight: 600;

	transition: linear 0.2s;

}

.button-sec a.btn:hover {

  

	

    transform: scale(1.03);

}



.button-sec a.btn.btn-success {

	background-color: #abee92;

}

.button-sec a.btn.btn-success:hover {

	background-color: #6db744;



}

.button-sec a.btn.btn-primary {

	background-color: #aacffc;

}

.button-sec a.btn.btn-primary:hover {

	background-color: #04a1c4;

}

.button-sec a.btn.btn-warning {

	background-color: #fdd76b;

}

.button-sec a.btn.btn-warning:hover {

	background-color: #ecb228;

}





























/*********************************

3.5 Hamburger

*********************************/



.hamburger_container

{



}

.hamburger

{

	display: none;

	cursor: pointer;

}

.hamburger i

{

	font-size: 20px;

	color: #353535;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.hamburger:hover i

{

	color: #14bdee;

}



/*********************************

4. Menu

*********************************/



.menu

{

	position: fixed;

	top: 0;

	right: -400px;

	width: 400px;

	height: 100vh;

	background: #FFFFFF;

	z-index: 101;

	padding-right: 60px;

	padding-top: 87px;

	padding-left: 50px;

}

.menu .logo a

{

	color: #000000;

}

.menu.active

{

	right: 0;

}

.menu_close_container

{

	position: absolute;

	top: 30px;

	right: 60px;

	width: 18px;

	height: 18px;

	transform-origin: center center;

	-webkit-transform: rotate(45deg);

	-moz-transform: rotate(45deg);

	-ms-transform: rotate(45deg);

	-o-transform: rotate(45deg);

	transform: rotate(45deg);

	cursor: pointer;

}

.menu_close

{

	width: 100%;

	height: 100%;

	transform-style: preserve-3D;

}

.menu_close div

{

	width: 100%;

	height: 2px;

	background: #232323;

	top: 8px;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.menu_close div:last-of-type

{

	-webkit-transform: rotate(90deg) translateX(-2px);

	-moz-transform: rotate(90deg) translateX(-2px);

	-ms-transform: rotate(90deg) translateX(-2px);

	-o-transform: rotate(90deg) translateX(-2px);

	transform: rotate(90deg) translateX(-2px);

	transform-origin: center;

}

.menu_close:hover div

{

	background: #937c6f;

}

.menu .logo

{

	margin-bottom: 60px;

}

.menu_nav ul li

{

	margin-bottom: 9px;

}

.menu_nav ul li a

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px;

	text-transform: uppercase;

	color: rgba(0,0,0,1);

	font-weight: 700;

	letter-spacing: 0.1em;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.menu_nav ul li a:hover

{

	color: #14bdee;

}

.menu .search

{

	width: 100%;

	margin-bottom: 67px;

}

.search

{

	display: inline-block;

	width: 400px;

	-webkit-transform: translateY(2px);

	-moz-transform: translateY(2px);

	-ms-transform: translateY(2px);

	-o-transform: translateY(2px);

	transform: translateY(2px);

}

.menu .header_search_form

{

	width: 100%;

}

.search form

{

	position: relative;

}

.menu .search_input

{

	width: 100%;

	height: 40px;

	background: rgba(0,0,0,0.1);

	border-radius: 3px;

	border: none;

	outline: none;

	padding-left: 15px;

	color: rgba(0,0,0,0.5);

}

.menu .search_input::-webkit-input-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: rgba(0,0,0,0.4) !important;

}

.menu .search_input:-moz-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: rgba(0,0,0,0.4) !important;

}

.menu .search_input::-moz-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: rgba(0,0,0,0.4) !important;

} 

.menu .search_input:-ms-input-placeholder

{ 

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: rgba(0,0,0,0.4) !important;

}

.menu .search_input::input-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: rgba(0,0,0,0.4) !important;

}



/*********************************

5. Section

*********************************/



.section_title_container

{

	max-width: 600px;

	margin: 0 auto;

}

.section_title

{

	line-height: 1.2;

}

.section_subtitle

{

	line-height: 1.85;

	margin-top: 14px;

}

.section_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



/*********************************

6. Home

*********************************/



.home

{

	width: 100%;

	height: 366px;

}

.home_slider_container

{

	width: 100%;

	height: 100%;

}

.home_slider

{

	width: 100%;

	height: 100%;

}

.home_slider_background

{

	position: absolute;

    top: 120px;

    left: 0;

    width: 100%;

    height: 100%;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: top center;

}

.home_slider_content

{

	position: absolute;

	top: 44%;

	left: 0;

	width: 100%;

	height: auto;

}

.home_slider_title

{

	font-family: 'Montserrat', sans-serif;

	font-size:24px;

	font-weight: 700;

	line-height: 1.2;

	color: #fff;

}

.home_slider_title span {

    color: #ffda10;

}



.home_slider_content .btn-light {

    border-radius: 0px;

	padding: 12px 20px;

    font-size: 14px;

    font-weight: 500;

}

.home_slider_subtitle

{

	font-size: 16px;

	color: #fff;

	margin-top: 9px;

}

.home_slider_form_container

{

	width: 832px;

	margin: 0 auto;

	margin-top: 35px;

}

.home_search_form div

{

	width: calc(100% - 140px);

	height: 46px;

	background: #FFFFFF;

	border-radius: 3px;

}

.home_search_input

{

	width: 33.33333333%;

	border: none;

	outline: none;

	height: 25px;

	padding-left: 20px;

}

.home_search_input:not(:last-child)

{

	border-right: solid 1px #e5e5e5;

}

.home_search_input::-webkit-input-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.home_search_input:-moz-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.home_search_input::-moz-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

} 

.home_search_input:-ms-input-placeholder

{ 

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.home_search_input::input-placeholder

{

	font-family: 'Roboto', sans-serif;

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.dropdown_item_select

{

	position: relative;

	-webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

	-webkit-user-select: none;

	background-image: url(../images/down.png);

	background-position: center right;

	background-repeat: no-repeat;

	padding-right: 20px;

	padding-left: 20px;

}

.home_search_button

{

	width: 120px;

	height: 46px;

	background: #14bdee;

	border: none;

	outline: none;

	border-radius: 3px;

	font-size: 14px;

	font-weight: 500;

	color: #FFFFFF;

	text-transform: uppercase;

	letter-spacing: 0.1em;

	cursor: pointer;

}

.home_slider_nav

{

	position: absolute;

	top: 55.8%;

	width: 50px;

	/* background: #b6b7bd; */

	border-radius: 50%;

	text-align: center;

	z-index: 10;

	cursor: pointer;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.home_slider_prev

{

	left: 15px;

}

.home_slider_next

{

	right: 15px;

}

.home_slider_nav i

{

	line-height: 50px;

	color: #FFFFFF;

	font-size: 35px;

}

.home_slider_nav:hover

{

	background: #76869a;

}



/*********************************

7. Features

*********************************/

.feature-card1 .feature {

    background: #04a1c4;

}

.feature-card2 .feature {

    background: #6db744;

}

.feature-card3 .feature {

    background: #f7941d;

}

.feature-card4 .feature {

    background: #ee2a31;

}

.feature-card5 .feature-d {

    background: #34e088;

}

.feature-card6 .feature-d {

    background: #fac800;

}

.feature-card7 .feature-d {

    background: #ed7f0c;

}







.features

{

	width: 100%;

	background: #FFFFFF;

	padding-top: 93px;

	padding-bottom: 103px;

}

.features_row

{



	z-index: 9;

    padding: 0 15px;

}

.feature

{

	width: 100%;

	padding-top: 23px;

    padding-bottom: 23px;

	padding-left: 15px;

	padding-right: 15px;

	background: #FFFFFF;

}



.features_row .feature , .inner-feature .feature

{

	border: 1px solid rgba(0, 0, 0, 0.03);

	transition: ease 0.3s;

	cursor: pointer;

	height: 180px;

}

.features_row .feature:hover , .inner-feature .feature:hover

{

	-webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);

    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);

    transform: scale(1.1);

	

	z-index: 1;

}



.feature_icon

{

	height: 70px;

    line-height: 95px;

}

.feature_icon img

{

	max-width: 100%;

}

.feature_title

{

	position: relative;

	font-size: 16px;

    margin-top: 16px;

    color: #fff;

    text-transform: uppercase;

    

}

.feature_text p {

    color: #fff;

}

.feature_col {

	padding: 5px;

}

.mt-60{

	margin-top: -60px !important;

}

.mt-30-m{

	margin-top: -30px !important;

}





.register-buy-sec {

    z-index: 5;

}

.register-buy-sec .card {

	background: #fffbef;

	border: 1px solid #e2d6b2;

	transition: ease 0.3s;

	cursor: pointer;

	border-radius: 10px;

	padding: 10px;

	box-shadow: 3px 0px 29px rgba(88, 88, 88, 0.35);

    margin-bottom: 20px;

}

.register-buy-sec .card:hover {

	-webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.18);

    box-shadow: 0 10px 90px rgba(0, 0, 0, 0.18);

    transform: scale(1.05);

}



/*********************************

8. Courses

*********************************/



.product

{

	width: 100%;

	padding-top: 30px;

	padding-bottom: 100px;

}



.light-bg-sec {

    background: #eef0f4;

    padding: 15px;

}

.courses_row

{

	margin-top: 30px;

}

.course

{

	width: 100%;

	border-radius: 6px;

	background: #FFFFFF;

/* 	box-shadow: 0px 1px 10px rgba(29,34,47,0.1); */

}

.product_image

{

	width: 100%;

/* 	border-top-left-radius: 6px;

	border-top-right-radius: 6px; */

	overflow: hidden;

}

.product_image img

{

	max-width: 100%;

}

.product_col {

    margin-bottom: 20px;

}

.product_body

{

	padding-top: 22px;

	padding-left: 30px;

	padding-right: 30px;

	padding-bottom: 23px;

}

.product_title a

{

	font-family: 'Montserrat', sans-serif;

    font-size: 18px;

    color: #333;

	

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.product_title a:hover

{

	color: #14bdee;

}

.product_title a span {

    font-size: 12px;

}

.product_teacher

{

	font-size: 15px;

	font-weight: 400;

	color: #384158;

	margin-top: 6px;

}

.product_text

{

	margin-top: 13px;

}

.product_footer

{padding: 0 5px;

/* 	padding-left: 30px;

	padding-right: 30px; */

}

.product_footer_content

{

	width: 100%;

	/* border-top: solid 1px #e5e5e5; */

	padding-top: 9px;

	padding-bottom: 11px;

}

.product_info

{

	display: inline-block;

	font-size: 14px;

	font-weight: 400;

	color: #55555a;

}

.product_info .btn {

    background: #7c8591;

    border-radius: 0;

    font-size: 14px;

    border-color: transparent;

}

.product_info:first-child

{

	margin-right: 18px;

}

.product_info i

{

	color: #ffc80a;

}



.product_price

{

	font-family: 'Montserrat', sans-serif;

	font-size: 30px;

	color: #333;

	cursor: pointer;

}



.product_price .fa-check-square-o{ color:#128e0e;}

.product_price .fa {

    font-size: 25px;

    width: 20px;

}

.product_price span

{

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	font-weight: 400;

	text-decoration: line-through;

	color: #b5b8be;

	margin-right: 10px;

}



.dvider {

    height: 50px;

}

.courses_button

{

	width: 210px;

	height: 46px;

	border-radius: 3px;

	background: #14bdee;

	text-align: center;

	margin: 0 auto;

	margin-top: 41px;

	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);

}

.courses_button:hover

{

	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);

}

.courses_button a

{

	display: block;

	font-size: 14px;

	font-weight: 500;

	text-transform: uppercase;

	line-height: 46px;

	color: #FFFFFF;

}



/*********************************

9. Counter

*********************************/



.counter

{

	width: 100%;

	background: #FFFFFF;

	z-index: 2;

}

.counter_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center;

}

.counter_content

{

	padding-top: 119px;

	padding-bottom: 125px;

}

.counter_title

{

	font-family: 'Montserrat', sans-serif;

	color: #FFFFFF;

	font-weight: 600;

    font-size: 27px

}

.counter_text

{

	margin-top: 19px;

}

.counter_text p

{

	color: #FFFFFF;

	font-size: 16px;

}

.milestones

{

	margin-top: 39px;

}

.milestone

{

	text-align: center;

}

.milestone:not(:last-child)::after

{

	display: block;

	position: absolute;

	top: 0;

	right: -45px;

	width: 1px;

	height: 70px;

	background: rgba(255,255,255,0.2);

	content: '';

	-webkit-transform: rotate(30deg);

	-moz-transform: rotate(30deg);

	-ms-transform: rotate(30deg);

	-o-transform: rotate(30deg);

	transform: rotate(30deg);



}

.milestone_counter

{

	font-size: 42px;

	font-weight: 700;

	line-height: 0.75;

	color: #14bdee;

}

.milestone_text

{

	font-size: 16px;

	font-weight: 400;

	color: #FFFFFF;

	text-transform: uppercase;

	margin-top: 14px;

}

.counter_form

{

	position: absolute;

	top: 0;

	right: 30px;

	width: 380px;

	height: 100%;

	background: #FFFFFF;

	padding-left: 40px;

	padding-right: 40px;

	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);

}

.counter_form_content

{

	display: block;

	position: relative;

	width: 100%;

	height: 100%;

}

.counter_form_title

{

	font-family: 'Montserrat', sans-serif;

	font-size: 24px;

	font-weight: 700;

	color: #384158;

	text-transform: uppercase;

	line-height: 0.75;

	margin-bottom: 41px;

}

.counter_input

{

	width: 100%;

	height: 46px;

	border: solid 1px #e5e5e5;

	border-radius: 3px;

	padding-left: 20px;

	outline: none;

	color: #384158;

	font-size: 14px;

}

.counter_input:not(:last-child)

{

	margin-bottom: 10px;

}

.counter_text_input

{

	height: 90px;

	padding-top: 10px;

}

.counter_options

{

	position: relative;

	-webkit-appearance: none;

    -moz-appearance: none;

    -ms-appearance: none;

    -o-appearance: none;

    appearance: none;

    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);

	-webkit-user-select: none;

	background-image: url(../images/down.png);

	background-position: center right;

	background-repeat: no-repeat;

}

.counter_input::-webkit-input-placeholder,

.counter_text_input::-webkit-input-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.counter_input:-moz-placeholder,

.counter_text_input:-moz-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.counter_input::-moz-placeholder,

.counter_text_input::-moz-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

} 

.counter_input:-ms-input-placeholder,

.counter_text_input:-ms-input-placeholder

{ 

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.counter_input::input-placeholder,

.counter_text_input::input-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #b5b8be !important;

}

.counter_form_button

{

	width: 100%;

	height: 46px;

	color: #FFFFFF;

	font-size: 14px;

	font-weight: 500;

	text-transform: uppercase;

	border: none;

	outline: none;

	background: #14bdee;

	cursor: pointer;

	margin-top: 30px;

	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.counter_form_button:hover

{

	box-shadow: 0px 5px 40px rgba(29,34,47,0.45);

}



/*********************************

10. Events

*********************************/



.events

{

	width: 100%;

	padding-top: 93px;

	padding-bottom: 70px;

	background: #FFFFFF;

}

.events_row

{

	margin-top: 47px;

}

.event_left

{

	padding-right: 20px;

}

.event_mid

{

	padding-left: 10px;

	padding-right: 10px;

}

.event_right

{

	padding-left: 20px;

}

.event_image

{

	width: 100%;

	border-radius: 5px;

	overflow: hidden;

}

.event_image img

{

	max-width: 100%;

}

.event_body

{

	padding-top: 30px;

	padding-bottom: 30px;

}

.event_date

{

	box-shadow: 0px 1px 10px rgba(29, 34, 47, 0.1);

}

.event_date > div

{

	width: 60px;

	height: 60px;

}

.event_day

{

	font-family: 'Montserrat', sans-serif;

	font-size: 24px;

	color: #14bdee;

	font-weight: 700;

	line-height: 0.75;

}

.event_month

{

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	color: #14bdee;

	font-weight: 400;

	line-height: 0.75;

	margin-top: 9px;

}

.event:hover .event_date > div

{

	background: #14bdee;

}

.event:hover .event_day,

.event:hover .event_month

{

	color: #FFFFFF;

}

.event_content

{

	padding-left: 20px;

}

.event_title a

{

	font-family: 'Montserrat', sans-serif;

	font-size: 20px;

	font-weight: 700;

	line-height: 1.4;

	color: #384158;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.event_title a:hover

{

	color: #14bdee;

}

.event_info_container

{

	margin-top: 11px;

}

.event_info

{

	display: inline-block;

	color: #b5b8be;

	font-size: 14px;

}

.event_info:not(:last-child)

{

	margin-right: 17px;

}

.event_info span

{

	margin-left: 4px;

}

.event_text

{

	margin-top: 12px;

}



/*********************************

11. Team

*********************************/



.team

{

	width: 100%;

	padding-top: 93px;

	padding-bottom: 60px;

}

.team_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}

.team_row

{

	margin-top: 43px;

}

.team_col

{

	margin-bottom: 40px;

}

.team_item

{

	width: 100%;

}

.team_image

{

	width: 180px;

	height: 160px;

	border-radius: 6px;

	overflow: hidden;

	margin-left: auto;

	margin-right: auto;

	margin-bottom: -86px;

	z-index: 5;

}

.team_image img

{

	max-width: 100%;

}

.team_body

{

	width: 100%;

	padding-top: 108px;

	padding-bottom: 24px;

	background: #FFFFFF;

	border-radius: 6px;

	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);

	text-align: center;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.team_item:hover .team_body

{

	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);

}

.team_title a

{

	font-family: 'Montserrat', sans-serif;

	font-size: 20px;

	font-weight: 700;

	color: #384158;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.team_title a:hover

{

	color: #14bdee;

}

.team_subtitle

{

	font-size: 14px;

	font-weight: 400;

	color: #76777a;

	margin-top: 6px;

}

.social_list

{

	margin-top: 16px;

}

.social_list ul li

{

	display: inline-block;

}

.social_list ul li:not(:last-child)

{

	margin-right: 10px;

}

.social_list ul li a i

{

	font-size: 18px;

	color: #76777a;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.social_list ul li:hover a i

{

	color: #14bdee;

}

.team_col .team_item

{

	padding-left: 6px;

	padding-right: 6px;

}

.team_col:first-child .team_item

{

	padding-left: 0;

	padding-right: 6px;

}

.team_col:nth-child(4n) .team_item

{

	padding-left: 6px;

	padding-right: 0;

}



/*********************************

12. News

*********************************/



.news

{

	width: 100%;

	padding-top: 93px;

	padding-bottom: 100px;

	background: #FFFFFF;

}

.news_row

{

	margin-top: 55px;

}

.news_post_large_container

{

	padding-right: 30px;

}

.news_post_large

{

	width: 100%;

}

.news_post_image

{

	width: 100%;

	border-radius: 6px;

	overflow: hidden;

}

.news_post_image img

{

	max-width: 100%;

}

.news_post_large_title

{

	margin-top: 23px;

}

.news_post_large_title a

{

	font-family: 'Montserrat', sans-serif;

	font-size: 20px;

	font-weight: 700;

	color: #384158;

	line-height: 1.4;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.news_post_large_title a:hover

{

	color: #14bdee;

}

.news_post_meta

{

	margin-top: 11px;

}

.news_post_meta ul li

{

	display: inline-block;

	position: relative;

}

.news_post_meta ul li:not(:last-of-type)::after

{

	display: inline-block;

	position: relative;

	content: '|';

	margin-left: 14px;

	margin-right: 11px;

}

.news_post_meta ul li a

{

	font-size: 14px;

	font-weight: 400;

	color: #b5b8be;

	text-transform: uppercase;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.news_post_meta ul li a:hover

{

	color: #14bdee;

}

.news_post_text

{

	margin-top: 13px;

}

.news_post_link

{

	margin-top: 19px;

}

.news_post_link a

{

	font-size: 14px;

	font-weight: 400;

	text-transform: uppercase;

	color: #384158;

	text-decoration: underline;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.news_post_link a:hover

{

	color: #14bdee;

}

.news_posts_small

{

	margin-top: -6px;

}

.news_post_small:not(:last-child)

{

	padding-bottom: 31px;

	border-bottom: solid 1px #e5e5e5;

}

.news_post_small:not(:first-child)

{

	padding-top: 29px;

}

.news_post_small_title a

{

	font-family: 'Montserrat', sans-serif;

	font-size: 18px;

	font-weight: 700;

	line-height: 1.55;

	color: #384158;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.news_post_small_title a:hover

{

	color: #14bdee;

}







.how-register-sec {

    background: #fff8e8;

    padding: 50px 0 0;

}



.curve-bt {

    background: url(../images/curve.png) no-repeat bottom;

    background-size: contain;

}

.move-up-img{transition: ease 0.3s;}

.move-up-img:hover{



   

    transform: scale(1.2);



}





/*********************************

13. Newsletter

*********************************/



.newsletter

{

	width: 100%;

}

.newsletter_background

{

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	

}



.helpdecsk-sec {

	background: #6db744;

    padding-top: 15px;

    padding-bottom: 15px;

}

.helpdecsk-sec .num{    

	background: #4d9426;

    padding: 5px 15px;

    font-weight: 700;

    font-size: 50px;}

.newsletter_container

{

	width: 100%;

	height: 120px;

}

.newsletter_title

{

	font-family: 'Montserrat', sans-serif;

	font-size: 18px;

    font-weight: 500;

	color: #FFFFFF;

}

.newsletter_subtitle

{

	font-size: 36px;

    font-weight: 600;

    color: #FFFFFF;

    margin-top: -5px;

}

.newsletter_form_container

{

	/* width: 450px; */

	padding-left: 20px;

}

.newsletter_form

{

	display: block;

	position: relative;

	width: 100%;

}

.newsletter_input

{

	width: calc(100% - 136px);

	height: 40px;

	background: #fff;

	border: none;

	outline: none;

	padding-left: 20px;

	color: #333;

	border-top-left-radius: 3px;

	border-bottom-left-radius: 3px;

}

.newsletter_input::-webkit-input-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #333 !important;

}

.newsletter_input:-moz-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}

.newsletter_input::-moz-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

} 

.newsletter_input:-ms-input-placeholder

{ 

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}

.newsletter_input::input-placeholder

{

	font-size: 14px !important;

	font-weight: 400 !important;

	color: #FFFFFF !important;

}

.newsletter_button

{

	width: 165px;

    height: 40px;

    background: #3cb878;

    border-radius: 0px;

    border: none;

    outline: none;

    cursor: pointer;

    font-size: 15px;

    /* text-transform: uppercase; */

    color: #fff;

    font-weight: 500;

    letter-spacing: 0.1em;

    margin-left: 5px;

}



/*********************************

14. Footer

*********************************/



.footer

{

	display: block;

	position: relative;

	width: 100%;

	background: #e3e6ee;

	

}

.footer p{ color:#333; font-size: 13px;

    font-weight: 500;}

.footer_background

{

	/* position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-size: cover;

	background-position: center center; */

}

.footer_content

{

	padding-bottom: 53px;

}

.footer_logo_text

{

	font-family: 'Montserrat', sans-serif;

	font-size: 36px;

	font-weight: 700;

	line-height: 0.75;

	color: #FFFFFF;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.footer_col {

    border-left: 1px solid #fff;

}

.footer_logo_text span

{

	color: #14bdee;

}

.footer_title

{

	font-family: 'Montserrat', sans-serif;

    font-size: 16px;

    font-weight: bold;

    color: #333;

	text-transform: uppercase;

	margin-top: 25px;

}

.footer_logo_container

{

	margin-top: -14px;

}

.footer_about_text

{

	margin-top: 31px;

}

.footer_about_text p

{

	color: #333;

}

.footer_social

{

	/* margin-top: 23px; */

	text-align: center;

	border-right: 1px solid #fff;

    border-left: 1px solid #fff;

}

.footer-top p {

    font-size: 16px;

}



.footer-top {

    border: 1px solid #eeeeee;

	padding: 8px;

    margin-bottom: 18px;

}

.footer_social ul li

{

	display: inline-block;

	width: 45px;

	height: 45px;

	border-radius: 50%;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.footer_social ul li:not(:last-child)

{

	margin-right: 6px;

}

.footer_social ul li a

{

	display: block;

	position: relative;

	text-align: center;

}

.footer_social ul li a i

{

	color: #333333;

	line-height: 45px;

	font-size: 25px;}

.footer_social ul li:hover

{

	background: #d4d4d4;

}

.footer_contact

{

	padding-left: 36px;

}

.footer_contact_info

{

	margin-top: 33px;

}

.footer_contact_info ul li

{

	font-size: 14px;

	font-weight: 400;

	color: #333;

}

.footer_contact_info ul li:not(:last-child)

{

	margin-bottom: 15px;

}

.footer_links

{

	/* padding-left: 80px; */

}

/* .footer_links_container ul

{

	columns: 2;

	-webkit-columns: 2;

	-moz-columns: 2;

} */

.footer_links_container

{

	margin-top: 33px;

}

.footer_links_container ul li a

{

	font-size: 13px;

    color: #333;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

    font-weight: 500;

}

.footer_links_container ul li:not(:last-child)

{

	margin-bottom: 10px;

}

.footer_links_container ul li a:hover

{

	color: #e7551c;

}

.footer_mobile

{

	display: inline-block;

	float: right;

}

.footer_mobile_content

{

	padding-top: 35px;

}

.footer_image:not(:last-child)

{

	margin-bottom: 10px;

}

.copyright

{

	height: 54px;

	

}

.cr_list li

{

	display: inline-block;

}

.copyright div

{

	font-size: 12px;

	color: #e0e0e0;

}

.cr_text a

{

	color: #333;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.cr_text a:hover

{

	color: #14bdee;

}

.cr_list li:not(:last-child)

{

	margin-right: 50px;

}

.cr_list li a

{

	font-size: 14px;

	color: #333;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.cr_list li a:hover

{

	color: #14bdee;

}



.rounded-btn {

    border-radius: 50rem!important;

}



.footer-bottom {

    background: #000;

}



.page {

    width: 100%;

	height: 170px;

    background: #f1f4f9;

    border-bottom: solid 1px #e0e0e0;

}





.breadcrumbs_container {

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    padding-bottom: 13px;

    padding-left: 3px;

}

.breadcrumbs ul li {

    display: inline-block;

	position: relative;

	font-size: 15px;

    font-weight: 500;

}

.breadcrumbs li:last-child {

    color: #db5800;

}

.breadcrumbs ul li a {

    font-size: 14px;

    font-weight: 400;

    color: #384158;

    -webkit-transition: all 200ms ease;

    -moz-transition: all 200ms ease;

    -ms-transition: all 200ms ease;

    -o-transition: all 200ms ease;

    transition: all 200ms ease;

}

.breadcrumbs ul li:not(:last-child)::after {

    display: inline-block;

    font-family: 'FontAwesome';

    content: '\f105';

    margin-left: 7px;

    margin-right: 4px;

    color: #384158;

}



.input-group-text {

    display: -ms-flexbox;

    display: flex;

    -ms-flex-align: center;

    align-items: center;

    padding: .375rem .75rem;

    margin-bottom: 0;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #333;

    text-align: center;

    white-space: nowrap;

    background-color: #dfe2e4;

    border: 1px solid #a3a2a3;

    /* border-radius: .25rem; */

}



.form_title {

    font-size: 14px;

    font-weight: 500;

    color: #232323;

    margin-bottom: 8px;

}

.form-sec .form-group {

    padding: 0 15px 5px;

}

.form-btn {

    background: #32ad6d;

    border-radius: 0;

    border-color: transparent;

    text-transform: uppercase;

    font-size: 17px;

    height: 63px;

	margin-top: -118px;

	line-height: 50px;

}



.shopping_cart span {

    background: #3cb878;

    display: inline-block;

    border-radius: 50%;

    color: #fff;

    position: absolute;

    top: -12px;

    font-family: 'Poppins', sans-serif;

    font-weight: 500;

    width: 20px;

    height: 20px;

    text-align: center;

	left: 8px;

}



.nav-arrow-b .owl-arrow .owl-nav {

    position: absolute;

    top: -70px;

    right: 0;

	font-size: 1.2rem;

	background: transparent;

}



.nav-arrow-b .owl-arrow .owl-nav .owl-prev, .nav-arrow-b .owl-arrow .owl-nav .owl-next {

    padding: 0.2rem 1rem !important;

    display: inline-block;

    transition: all 0.6s ease-in-out;

    color: #333;

    opacity: .9;

    background: transparent;

}

.nav-arrow-b .owl-arrow .owl-nav .owl-next {

    background: #3cb878;

    color: #fff;

}

b.price {

    background: #cbf98e;

    display: inline-block;

    border: 1px solid #cbe8a3;

	padding: 2px 8px;

	font-size: 19px;

}



.btn-green{background: #3cb878; text-transform: uppercase;}

.btn-red{background: #f26522; text-transform: uppercase;}





.heading-sec {

    background: #e9ecf3;

}



.image-txt {

    padding: 1.78em 0;

}



.lessee-sec .table-bordered td, .lessee-sec .table-bordered th , .order-data  .table-bordered td, .order-data .table-bordered th, .dasboard-table .table-bordered td,.dasboard-table .table-bordered th{

	border: 1px solid #9a9a9a;

	vertical-align: middle;

}

p.lessee-heading {

	font-weight: 600;

}



.nav-arrow .owl-nav {

    background: transparent;

	text-align: right;

	top: -72px;

    position: absolute;

    right: 0;

}

p.lessee-data .w-30{ width:32%;}

.border-none td{ border:0;}



.border-table{ border: 1px solid #9a9a9a; margin-top: 50px;}

table .border-gray{ border-color:#9a9a9a;}



.border-top { border-top:1px solid #9a9a9a;}



.mab-2{ margin-bottom: .6rem!important;}





/* login css */





.login-wrap {

    padding-top: 2vh;

    margin: 0 auto;

    width: 80%;

}



.login-inner-con small {

	font-size: 9px;

    margin-top: 6px;

    display: inline-block;

}



.login-content {

	background: #fff url(../images/mart/login-bg-s.png);

    background-repeat: no-repeat;

	background-position: bottom left;

	background-size: 50%;

    padding: 45px 45px 0;

    -webkit-border-radius:  10px;

    -moz-border-radius:  10px;

	border-radius: 10px;

	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.4);

}



.login-checkbox {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -moz-box-pack: justify;

    -ms-flex-pack: justify;

    justify-content: space-between;

}



.login-form .btn-green {

	background: #64c856;

	border: none;

}



.sign-btn{ background: #9fdd9f; border: none;}



.login-form:before {

    content: "";

    position: absolute;

    width: 1px;

    height: 300px;

    background: #e8e8e8;

    left: -55px;

    top: -25px;

    z-index: 9;

}



.register-link {

    padding-top: 15px;

    text-align: center;

    font-size: 14px;

}

.login-logo {

    text-align: center;

    margin-bottom: 30px;

}

.login-form .form-control {

    background: rgba(255, 255, 255, 0.25);

    border: none;

	border-bottom: 1px solid #d6d6d6;

	font-size: 14px;

}

.resend {

    position: absolute;

    right: 0;

}

.sign-up-btn {

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 600;

}



.login-sec {

    background: url(../images/mart/login-bg.jpg);

    background-size: cover;

	background-position: bottom;

	height: 100vh;

}

.hide-header .header {

    display: none;

}







div#accordionExample .card-header .btn-link {       

	color: #333;

   font-size: 18px;

   font-family: 'Montserrat', sans-serif;

   font-weight: 500;  

	 box-shadow: none;

	 text-decoration: none;

	 display: block;

   width: 100%;

   text-align: left;

}

div#accordionExample {

	padding-right: 15px;

	margin-bottom: 30px;

}

div#accordionExample .card-header img {

    width: 20px;

    margin-right: 5px;

}



div#accordionExample .card-header .btn-link:hover {       

   color: #f86e1a;

 

}

div#accordionExample .card {

	background: #eceff5;

}

div#accordionExample .card-body{ color:#333;     padding: 0 20px;}



div#accordionExample .card {

	border-radius: 0;

	border:none;

}



.card-header i {

    float: right;

}



#accordionExample .list-group-item , #accordionExample .card-header {

    background: transparent;border-bottom: none; padding: 5px;

}

#accordionExample ul li.list-group-item {    

	 margin-left: 30px;

    font-size: 12px;

    font-weight: 600;}



	#accordionExample ul li.list-group-item a {

		color: #333;

	}



	#accordionExample ul li.list-group-item:hover a {

		color: #f86e1a;

	}

	#accordionExample ul {

		border-bottom: 1px solid #a1a1a1;

		padding-bottom: 12px;

	}















.rotate{

   -webkit-transform: rotate(180deg);  /* Chrome, Safari, Opera */

	   -moz-transform: rotate(180deg);  /* Firefox */

	   -ms-transform: rotate(180deg);  /* IE 9 */

		   transform: rotate(180deg);  /* Standard syntax */    

}



/*********************************

Dashboard css

*********************************/

.top-pannel {

    text-align: center;

    background: #323542;

    color: #fff;

	font-size: 16px;

    padding: 8px;

    font-weight: 500;   

	border-top-left-radius: 8px;

	border-top-right-radius: 8px;}

	.request-value {

		margin: 25px 0;

	}

	.request-value p {

	

		margin: 10px;

		font-weight: 600;

	}

.policy_content {

    padding: 20px 2%;

    text-align: justify;

}

.three-box .card-text {

    font-size: 40px;

    font-weight: 600;

	color: #ffffff;

	line-height: 35px;

}

.three-box .card-text span{

	color:#333;

	position: absolute;

	font-size: 14px;

	top: 5px;

}

.three-box .feature-d {

    margin-bottom: 15px;

}

.three-box .feature-d {

    border-radius: 0 !important;

}



.order-form select {

    width: 112px !important;

    margin: 1px 5px;

    border: 0;

    border-bottom: 1px solid #aaa;

}



.card.top-head-sec {

    margin-bottom: 30px;

}



.dasboard-table table th ,.dasboard-table table td {

    padding: 5px;

}

.dasboard-table table th p {

    font-size: 12px;

}



.btn-round{

	border-radius: 17px;

	}

	.sm-btn .btn-sm {

		font-size: 10px;

		text-transform: unset;

	}

/*********************************

 Contact

*********************************/



.contact

{

	width: 100%;

	padding-bottom: 100px;

}

.contact_map

{

	width: 100%;

}

.map

{

	width: 100%;

}

.google_map

{

	width: 100%;

	height: 500px;

}

.map_container

{

	width: 100%;

	height: 100%;

	overflow: hidden;

}

#map

{

	width: 100%;

	height: calc(100% + 30px);

}

#content

{

	width: 180px;

	padding-left: 20px;

	padding-top: 20px;

	padding-bottom: 20px;

	font-family: 'Montserrat', sans-serif;

	font-size: 14px;

	color: #76777a;

	line-height: 1.71;

}

.contact_info_container

{

	margin-top: 30px;

}

.contact_info_title

{

	font-family: 'Montserrat', sans-serif;

    font-size: 28px;

    font-weight: 600;

    color: #333;

}

.contact_form

{

	padding-right: 10px;

}

.comment_form

{

	margin-top: 35px;

}

.comment_input

{

	width: 100%;

	height: 46px;

	border: solid 1px #d9d9d9;

	border-radius: 3px;

	padding-left: 19px;

	font-size: 16px;

	font-weight: 400;

	color: #2c3145;

}

.comment_form > div:not(:last-child)

{

	margin-bottom: 25px;

}

.comment_input:focus

{

	border: solid 1px #14bdee;

	outline: none;

}

.comment_textarea

{

	width: 100%;

	height: 150px;

	padding-top: 15px;

}

.form_title

{

	font-size: 16px;

    font-weight: 500;

    color: #333;

    margin-bottom: 10px;

}

.comment_button

{

	width: 150px;

	height: 46px;

	background: #14bdee;

	text-transform: uppercase;

	font-size: 14px;

	font-weight: 500;

	color: #FFFFFF;

	cursor: pointer;

	border: none;

	outline: none;

	border-radius: 3px;

	margin-top: 15px;

}

.comment_button:hover

{

	box-shadow: 0px 5px 40px rgba(0,0,0,0.25);

}

.contact_info

{

	padding-left: 45px;

}

.contact_info_text

{

	margin-top: 27px;

}

.contact_info_location

{

	margin-top: 28px;

}

.contact_info_location_title

{

	font-family: 'Montserrat', sans-serif;

	font-size: 18px;

	font-weight: 700;

	color: #384158;

}

.location_list

{

	margin-top: 14px;

}

.location_list li

{

	font-size: 14px;

	color: #5e6271;

}

.location_list li:not(:last-child)

{

	margin-bottom: 9px;

}



/*********************************

7. About

*********************************/



.about

{

	width: 100%;

	padding-top: 93px;

	padding-bottom: 100px;

	background: #FFFFFF;

}

.about_row

{

	margin-top: 56px;

}

.about_col_left

{

	padding-right: 25px;	

}

.about_col_right

{

	padding-left: 25px;

}

.about_col_middle

{

	padding-left: 20px;

	padding-right: 20px;

}

.about_item_image

{

	width: 100%;

	overflow: hidden;

}

.about_item_image img

{

	max-width: 100%;

	-webkit-transition: all 2000ms ease;

	-moz-transition: all 2000ms ease;

	-ms-transition: all 2000ms ease;

	-o-transition: all 2000ms ease;

	transition: all 2000ms ease;

}

.about_item:hover .about_item_image 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);

}

.about_item_title

{

	margin-top: 22px;

}

.about_item_title a

{

	font-family: 'Roboto Slab', serif;

	font-size: 20px;

	font-weight: 700;

	color: #384158;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.about_item_title a:hover

{

	color: #14bdee;

}

.about_item_text

{

	margin-top: 12px;

}

.about_item_text

{

	line-height: 2;

}



li.user-profile img {

    width: 40px;

    height: 40px;

    object-fit: cover;

	border: 1px solid #a1a1a1;

	

}

li.user-profile{display: none;}



.dashboard-page li.user-profile{ display: inline-block;}

.dashboard-page li.login-btn{ display: none;}





.hide-footer .helpdecsk-sec, .hide-footer footer {

    display: none;

}



/* Back to top button */



.back-to-top {

	position: fixed;

	display: none;

	background: #4d9426;

	color: #fff;

	width: 44px;

	height: 44px;

	text-align: center;

	line-height: 1;

	font-size: 16px;

	border-radius: 50%;

	right: 15px;

	bottom: 15px;

	transition: background 0.5s;

	z-index: 11;

  }

  

  .back-to-top i {

	padding-top: 12px;

	color: #fff;

  }





/* Prelaoder */



#preloader {

	position: fixed;

	top: 0;

	left: 0;

	right: 0;

	bottom: 0;

	z-index: 9999;

	overflow: hidden;

	background: #fff;

  }

  

  #preloader:before {

	content: "";

	position: fixed;

	top: calc(50% - 30px);

	left: calc(50% - 30px);

	border: 6px solid #f2f2f2;

	border-top: 6px solid #18d26e;

	border-radius: 50%;

	width: 60px;

	height: 60px;

	-webkit-animation: animate-preloader 1s linear infinite;

	animation: animate-preloader 1s linear infinite;

  }

  

  @-webkit-keyframes animate-preloader {

	0% {

	  -webkit-transform: rotate(0deg);

	  transform: rotate(0deg);

	}

  

	100% {

	  -webkit-transform: rotate(360deg);

	  transform: rotate(360deg);

	}

  }

  

  @keyframes animate-preloader {

	0% {

	  -webkit-transform: rotate(0deg);

	  transform: rotate(0deg);

	}

  

	100% {

	  -webkit-transform: rotate(360deg);

	  transform: rotate(360deg);

	}

  }





  .border-right {

    border-right: 1px solid #dee2e6!important;

}



































  .wizard {

    margin: 20px auto;

    background: #fff;

}



.wizard .nav-tabs {

    position: relative;

    margin: 40px auto;

    margin-bottom: 0;

    border-bottom-color: #fff;

}



.wizard > div.wizard-inner {

    position: relative;

}



.connecting-line {

    height: 2px;

    background: #76869a;

    position: absolute;

    width: 80%;

    margin: 0 auto;

    left: 0;

    right: 0;

    top: 42%;

    z-index: 1;

}



.wizard .nav-tabs > li.active > a,

.wizard .nav-tabs > li.active > a:hover,

.wizard .nav-tabs > li.active > a:focus {

    color: #555555;

    cursor: default;

    border: 0;

    border-bottom-color: transparent;

}



span.round-tab {

	width: 40px;

    height: 40px;

    line-height: 40px;

    display: inline-block;

    border-radius: 100px;

    background: #e58c50;

    /* border: 2px solid #e0e0e0; */

    z-index: 2;

    position: absolute;

    left: 0;

    text-align: center;

	font-size: 18px;

	color:#fff;

}



span.round-tab i {

    color: #555555;

}



.wizard li a.active span.round-tab {

	background: #76869a;

    border: 2px solid #76869a;

    color: #fff;



}



.wizard li a.active span.round-tab i {

    color: #5bc0de;

}



span.round-tab:hover {

    color: #333;

    border: 2px solid #333;

}



.wizard .nav-tabs > li {

	width:25%;

	color: #000;

}



.wizard li a:after {

    content: " ";

    position: relative;

    left: 46%;

    top: -20px;

    opacity: 0;

    margin: 0 auto;

    bottom: 0px;

    border: 5px solid transparent;

    border-bottom-color: #5bc0de;

    transition: 0.1s ease-in-out;

}



.wizard li.active.nav-item:after {

    content: " ";

    position: relative;

    left: 46%;

    top: -20px;

    opacity: 1;

    margin: 0 auto;

    bottom: 0px;

    border: 10px solid transparent;

    border-bottom-color: #5bc0de;

}



.wizard .nav-tabs > li a {

    width: 40px;

    height: 40px;

    margin: 20px auto;

    border-radius: 100%;

    padding: 0;

    position: relative;

}



.wizard .nav-tabs > li a:hover {

    background: transparent;

}



.wizard .tab-pane {

    position: relative;

    padding-top: 50px;

}



.wizard h3 {

    margin-top: 0;

}



@media( max-width: 585px) {



    .wizard {

        width: 90%;

        height: auto !important;

    }



    span.round-tab {

        font-size: 16px;

        width: 50px;

        height: 50px;

        line-height: 50px;

    }



    .wizard .nav-tabs > li a {

        width: 50px;

        height: 50px;

        line-height: 50px;

    }



    .wizard li.active:after {

        content: " ";

        position: absolute;

        left: 35%;

    }

}









.gallery_item

{

	position: relative;

	width: calc((100% - 60px) / 4);

	margin-bottom: 18px;

	cursor: pointer;

}

.gallery_item img

{

	width: 100%;

}

.gallery_item_overlay

{

	display: block;

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: rgb(72 81 88 / 88%);

	opacity: 0;

	pointer-events: none;

	font-size: 33px;

	font-weight: 300;

	color: #FFFFFF;

	-webkit-transition: all 200ms ease;

	-moz-transition: all 200ms ease;

	-ms-transition: all 200ms ease;

	-o-transition: all 200ms ease;

	transition: all 200ms ease;

}

.gallery_item:hover .gallery_item_overlay

{

	opacity: 1;

}

span.head-box {

    font-size: 14px;

    font-weight: 800;

}



.shadow{

	box-shadow: 10px 25px 25px rgb(0 0 0 / 11%);



}

.camp-box .btn-sm {

	font-size: 10px;

	font-weight: 600;

}



.camp-box{ transition: 0.3s all; border-radius:1em;}

.camp-box:hover{

	transform: scale(1.1);

    z-index: 1;

}



.more-btn img {

    filter: invert(1);

}



#loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	/*	background: #fff;*/
	background-color: rgba(255,255,255,0.5);
}

#loader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #18d26e;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-loader {
	0% {
	  	-webkit-transform: rotate(0deg);
	  	transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes animate-loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}