@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Menu
4. Home
	4.1 Header
5. Elements
	5.1 Elements - Buttons
	5.2 Elements - Accordions
	5.3 Elements - Tabs
	5.4 Elements - Milestones
	5.5 Elements - Loaders
	5.6 Elements - Icon Boxes
6. Footer



******************************/

/***********
1. Fonts
***********/

/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,400i,500,600,700,800,900');*/
span.wpcf7-not-valid-tip {
	position: absolute;
	top: 0px;
	width: 100%;
	left: 100px;
	min-width: 200px;
}

.textarea-716 span.wpcf7-not-valid-tip {
	position: absolute;
	top: -50px;
	width: 100%;
	left: 100px;
	min-width: 200px;
}

.colclgpanels {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	height:100%;
	margin-bottom:20px;
	border-radius: 10px;
}
.colclgpanels .tab_text {
	overflow-wrap: break-word;
	padding-bottom: 0px;
	padding-top:10px;
}
.col-lg-8 .clgpanels {
	padding-bottom:35px;
}
.col-lg-8 .clgpanels p a {
	border-bottom:0px;
}
.col-lg-8 p a:hover {
	background: #535456;
}
.footer .footer_content {
	padding-top: 100px;
	padding-bottom: 100px;
}
.tab_panels .row .col .pagination {
	margin-top:0px;
}
.col-lg-8 .tab_image img {
	width:100%;
}

.overlay {
	position: fixed;
	display: none;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.8);
	background-size: cover;
	outline: none;
}

.overlay .popup {
	position: absolute;
	overflow: visible;
	margin: 0 auto;
	left: 50%;
	top: 50%;
	width: 280px;
	/*height: 300px;*/
	transform: translate(-50%, -50%);
	outline: none;
	background: #ededed;
	border-radius: 5px;
	padding: 10px 0 10px 0;
	/*overflow-y: scroll;*/
}

.overlay .popup-close {
	position: absolute;
	right: 8px;
	top: -3px;
	font-size: 30px;
	color: #484748;
	cursor: pointer;
	opacity: 0.8;
	outline: none;
	z-index: 300;
}

.overlay .popup-form {
	text-align: center;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.overlay .popup-form h2 {
	color: #484748;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	margin: 0;
}

.overlay .popup-form__descr {
	color: #484748;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
	padding-bottom: 15px;
}

.overlay .popup-form select,
.action-right form select {
	border-bottom: 1px solid #949494;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #949494;
	text-transform: uppercase;
	background: none;

	outline: none;
}

.overlay .popup-form input {
	border-bottom: 1px solid #949494;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #949494;
	text-transform: uppercase;
	background: none;
	border: 0px;
	border-bottom: 1px solid #ccc;
}

.overlay .popup-form textarea {
	border-bottom: 1px solid #949494;
	padding: 5px;
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #949494;
	text-transform: uppercase;
	background: none;
	border: 0px;
	border-bottom: 1px solid #ccc;
	font-style: italic;
}

.overlay .popup-form button.button-form {
	padding: 10px 30px;
}

body input::-webkit-input-placeholder {
	color: #6d6e6f;
}

body input:-moz-placeholder {
	color: #6d6e6f;
}

.button
{
	width: 205px;
	height: 52px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}
.button.contact_button span {
	z-index: 10;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Oswald', sans-serif;
}
.button::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	content: '';
	background-color: #e9c711;
	background-image: linear-gradient(to right, #e9c711, #d08600, #2e1f05);
	background: #e9c711;
	background: linear-gradient(to right, #e9c711, #d08600, #2e1f05);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	position: relative;
	line-height: 52px;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	z-index: 1;
}
.texter_container {
	margin-top:20px;
}
.home.nobackground {
	height:200px;
}
.button:hover::before
{
	left: -100%;
}
.button_2
{
	display: inline-block;
	height: 52px;
	background: #4c4c4c;
	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;
}
.button_2 a
{
	display: block;
	padding-left: 50px;
	padding-right: 46px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 52px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button_2:hover
{
	background: #cecece;
}
.button_2:hover a
{
	color: #4c4c4c;
}

/*********************************
3. Menu
*********************************/

.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #848484;
	background-image: linear-gradient(to right, #848484, #d9d9d9);
	background: #848484;
	background: linear-gradient(to right, #848484, #d9d9d9);
	z-index: 101;
	opacity: 0;
	visibility: hidden;
}
.menu a {
	font-size:20px;
}
.menu.active
{
	opacity: 0.98;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 38px;
}
.menu_logo a img
{

}
.menu_logo .logo_text,
.menu_logo .logo_sub
{
	color: #FFFFFF;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 52%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu_item:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #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;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #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;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #4867c0;
}
.menu_social
{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
}
.menu_social_title
{
	display: inline-block;
	font-weight: 500;
	color: #bbbbbb;
}
.menu_social ul
{
	display: inline-block;
	margin-left: 25px;
	white-space: nowrap;
}
.menu_social ul li
{
	display: inline-block;
}
.menu_social ul li:not(:last-child)
{
	margin-right: 15px;
}
.menu_social ul li a i
{
	color: #bbbbbb;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 5px;
}
.menu_social ul li a i:hover
{
	color: #FFFFFF;
}

/*********************************
5. Contact
*********************************/

.contact
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 158px;
	padding-bottom: 161px;
}
.contact_map_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.contact_map
{
	width: 100%;
	height: 100%;
}
.map
{
	width: 100%;
	height: 100%;
}
.google_map
{
	width: 100%;
	height: 100%;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
}
.contact_form_container
{
	width: 100%;
	background: rgba(134, 135, 137, 0.65);
	padding-top: 50px;
	padding-left: 59px;
	padding-right: 58px;
	padding-bottom: 61px;
}
.contact_form_title
{
	font-size: 30px;
	font-weight: 500;
	color: #000;
}
.contact_form
{
	margin-top: 33px;
}
.wpgs--with-images {
	max-width: 570px;
	overflow: hidden;
}
.subbar {
	position: absolute;
	bottom: -55px;
	width: 100%;
	height: 45px;
	background-color: #535456;
	z-index: 1;
	line-height: 55px;
}
.subbar .breadcrumbs {
	line-height: 48px;

}
.subbar .breadcrumbs ul li {
	color: #bbbbbb;
}
.subbar .breadcrumbs ul li a {
	color: #bbbbbb;
}
.subbar .breadcrumbs ul li a:hover {
	color:#e8c410;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	color:#c01d1d;
	border: 2px solid #8c8c8c;
}
.contact_input, .wpcf7-form-control
{
	width: 100%;
	height: 53px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 30px;
}
.category-sort-select select {
	width: 100%;
	height: 53px;
	background: #FFFFFF;
	border: 1px solid #f0f2f6;
	outline: none;
	padding-left: 30px;
	margin-left: 30px;
}
.contact_form input:not(:last-child), .wpcf7-form input:not(:last-child), .wpcf7-form-control
{
	margin-bottom: 24px;
}

.main_nav ul li::after
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #aaaaaa;
	background-image: linear-gradient(to right, #aaaaaa, #666666);
	background: #aaaaaa;
	background: linear-gradient(to right, #aaaaaa, #666666);
	opacity: 0;
	z-index: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav ul li:not(:last-child)
{
	margin-right: 26px;
}
.logo_text
{
	line-height: 0.94;
	font-size: 34px;
	font-weight: 500;
	text-align: left;
}
.logo_text_not_ie
{
	background-image: -webkit-linear-gradient(left, #000, #c01d1d); /* For Chrome and Safari */
	background-image: -moz-linear-gradient(left, #000, #c01d1d); /* For old Fx (3.6 to 15) */
	background-image: -ms-linear-gradient(left, #000, #c01d1d); /* For pre-releases of IE 10*/
	background-image: -o-linear-gradient(left, #000, #c01d1d); /* For old Opera (11.1 to 12.0) */
	background-image: linear-gradient(to right, #000, #c01d1d); /* Standard syntax; must be last */
	color:transparent;
	-webkit-background-clip: text;
	background-clip: text;
}
.logo_sub
{
	font-size: 12px;
	font-weight: 500;
	color: #4c4c4c;
	margin-top: 5px;
}
.contact_info_pin div {
	background: rgba(134, 135, 137, 0.65);
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	overflow:hidden;
}
.contact_info_container
{
	max-width: 354px;
	background: rgba(134, 135, 137, 0.65);
	padding-top: 53px;
	padding-bottom: 84px;
	padding-left: 41px;
	padding-right: 15px;
}
.contact_info_container .logo_text
{
	font-size: 27px;
}
.contact_info_container .logo_sub
{
	font-size: 9px;
	color: #000;
}
.contact_info_container .logo_image div
{
	width: 47px;
}

/*********************************
5. Elements
*********************************/

.elements
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 112px;
	padding-bottom: 115px;
}
.elements_title
{
	font-size: 30px;
	font-weight: 500;
	color: #4c4c4c;
	line-height: 0.75;
	overflow-wrap: break-word;
}

/*********************************
5.1 Elements - Buttons
*********************************/

.buttons_container
{
	margin-top: 114px;
}
.element_button
{
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 8px;
	vertical-align: middle;
}
.button_3
{
	border: solid 2px transparent;
	border-image: linear-gradient(to right, #4867c0, #329fec);
	border-image-slice: 1;
}
.button_3::before
{
	background: transparent;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button_3 a
{
	color: #4c4c4c;
}
.button_3:hover::before
{
	opacity: 1;
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
}
.button_3:hover a
{
	color: #FFFFFF;
}

.products-content {
	display:flex;
}

.products-sub-description {

}
.products-sub-description .bold {
	font-weight:bold;
}
.products-description {
	margin-left:20px;
}
.flaticon-back.slick-arrow {
	margin-left: 20px;
}
.flaticon-right-arrow.slick-arrow {
	margin-right:20px;
}
.wpgs-nav .slick-prev:before, .wpgs-nav .slick-next:before {
	font-size: 12px;
}
.slick-prev:before, .slick-next:before {
	color: #535456;
}
.wpgs-nav .slick-slide {
	margin-left: 20px;
}
.wpgs-nav .slick-prev {
	margin-left: 8px;
}
a {
	color: #535456;
}
.breadcrumbs ul li a {
	color: #e8c410;
}
/*********************************
5.2 Elements - Accordions
*********************************/

.elements_accordions_tabs
{
	margin-top: 115px;
}
.elements_accordions
{
	width: 100%;
}
.accordions_tabs
{
	width: 100%;
	background: #FFFFFF;
	margin-top: 100px;
}
.accordions_other
{
	margin-top: 65px;
}
.accordions
{
	margin-top: 115px;
}
.accordion_container:not(:last-child)
{
	margin-bottom: 14px;
}
.accordion
{
	height: 57px;
	width: 100%;
	background: #f0f2f6;
	padding-left: 42px;
	cursor: pointer;
	color: #888888;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion div
{
	max-width: 90%;
	overflow: hidden;

}
.clgpanels {
	margin-bottom:15px;
}
.accordion::after
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 12px;
	content: '+';
	font-size: 16px;
	color: #888888;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active {
	background-color: #535456;
	background-image: linear-gradient(to right, #535456, #d6d6d6);
	background: #535456;
	background: linear-gradient(to right, #535456, #d6d6d6);
	color: #FFFFFF;
}
.accordion.active::after
{
	content: '-';
	color: #FFFFFF;
}
.accordion_panel {
	width: 100%;
	background: #f0f2f6;
	padding-left: 12px;
	cursor: pointer;
	color: #888888;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion_panel ul {
	margin:0px;
	padding:0px;
}
.accordion_panel ul li {
	margin-bottom:10px;
	position:relative;
	padding-left: 33px;
}
.accordion_panel ul li:before {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12px;
	content: '-';
	font-size: 16px;
	color: #888888;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion_panel
{
	padding-right: 8px;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel > div
{
	padding-bottom: 11px;
}
.accordion_panel p
{
	font-size: 14px;
	font-weight: 500;
	padding-top: 21px;
	color: #888888;
	line-height: 2.14;
}

/*********************************
5.3 Elements - Tabs
*********************************/

.tabs
{
	width: 100%;
	margin-top: 114px;
	background: #FFFFFF;
}
.tabs_container
{
	width: 100%;
}
.tab
{
	height: 57px;
	background: #f0f2f6;
	font-size: 16px;
	color: #888888;
	font-weight: 500;
	line-height: 57px;
	text-align: center;
	cursor: pointer;
	flex-grow: 1;
	white-space: nowrap;
	margin-bottom: 9px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tab:not(:last-child)
{
	margin-right: 7px;
}
.tab.active
{
	background-color: #4867c0;
	background-image: linear-gradient(to right, #4867c0, #329fec);
	background: #4867c0;
	background: linear-gradient(to right, #4867c0, #329fec);
	color: #FFFFFF;
}
.tab_panels
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 40px;
	padding-bottom: 32px;
}
.tab_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.tab_panel.active
{
	display: block !important;
}
.tab_panel_content p:last-of-type
{
	margin-bottom: 0;
}
.tab_text
{
	margin-top: -2px;
}
.tab_text p
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.tab_image
{
	width: 100%;
}
.tab_image img
{
	max-width: 100%;
}

/*********************************
5.4 Elements - Milestones
*********************************/

.elements_milestones
{
	width: 100%;
	margin-top: 75px;
}
.milestones
{
	width: 100%;
	margin-top: 75px;
}
.milestones_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.milestones_container
{
	margin-top: 0px;
}
.milestone
{
	width: 100%;
}
.milestone_content
{
	padding-left: 33px;
	margin-top: 4px;
}
.milestone_counter
{
	font-size: 60px;
	font-weight: 500;
	color: #e1e1e1;
	line-height: 0.75;
}
.milestone_text
{
	font-size: 24px;
	font-weight: 500;
	color: #e1e1e1;
	line-height: 1.2;
}
.milestone_sub
{
	font-size: 14px;
	font-weight: 500;
	color: #e1e1e1;
	margin-top: 13px;
}

/*********************************
5.5 Elements - Loaders
*********************************/

.elements_loaders
{
	margin-top: 115px;
}
.loaders_container
{
	width: 100%;
	margin-top: 115px;
}
.loader
{
	width: 185px;
	height: 185px;
	margin: 0 auto;
}
.loader canvas
{
	max-width: 100%;
}
.loader strong
{
	font-size: 30px;
	font-weight: 500 !important;
	position: absolute;
	top: 53px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	color: #4c4c4c;
}
.loader span
{
	position: absolute;
	left: 50%;
	top: 57%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	font-weight: 500;
	color: #888888;
	margin-top: 4px;
}
.loader .progressbar-text
{
	top: 45% !important;
}

/*********************************
5.6 Elements - Icon Boxes
*********************************/

.elements_icon_boxes
{
	margin-top: 115px;
}
.icon_boxes_container
{
	margin-top: 115px;
}
.icon_box
{
	width: 100%;
}
.icon_box_num
{
	font-size: 60px;
	font-weight: 500;
	color: #888888;
	line-height: 0.75;
}
.icon_box_title
{
	font-size: 24px;
	font-weight: 500;
	color: #4c4c4c;
	margin-top: 23px;
}
.icon_box_subtitle
{
	font-size: 14px;
	font-weight: 500;
	color: #2b88cb;
	margin-top: -1px;
}
.icon_box_text
{
	margin-top: 29px;
}
.icon_box_text p
{
	font-weight: 500;
}

/*********************************
6. Footer
*********************************/

.footer
{
	width: 100%;
	background: #f0f2f6;
}
.footer_content
{
	padding-top: 108px;
	padding-bottom: 115px;
}
.footer_about
{
	width: 100%;
}
.footer .logo_sub
{
	color: #767676;
}
.footer_about_text
{
	margin-top: 49px;
}
.footer_about_text p
{
	color: #767676;
}
.footer_links
{
	padding-top: 32px;
}
.footer_links ul li:not(:last-child)
{
	margin-bottom: 14px;
}
.footer_links ul li a
{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.footer_extra
{
	width: 100%;
	background: #000000a6;
}
.footer_extra_content
{
	width: 100%;
	height: 134px;
}
.footer_social_title
{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	color: #bbbbbb;
	vertical-align: middle;
}
.footer_social_list
{
	display: inline-block;
	margin-left: 42px;
	vertical-align: middle;
}
.footer_social_list li
{
	display: inline-block;
}
.footer_social_list li:not(:last-child)
{
	margin-right: 30px;
}
.footer_social_list li a i
{
	color: #a09fa1;
	-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_list li a i:hover
{
	color: #329fec;
}
.footer_extra_links ul li
{
	display: inline-block;
	position: relative;
}
.footer_extra_links ul li a
{
	font-size: 12px;
	font-weight: 600;
	color: #bbbbbb;
	-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_extra_links ul li a:hover
{
	color: #d18700;
}
.footer_extra_links ul li:not(:last-child)::after
{
	display: inline-block;
	content: '|';
	margin-left: 6px;
	margin-right: 3px;
	font-size: 12px;
	font-weight: 600;
	color: #bbbbbb;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #bbbbbb;
	margin-top: 7px;
}

@media only screen and (max-width: 360px) {
    .home  .logo_text {
        font-size: 29px;
    }
    .footer_about_text p {
        font-size: 18px;
    }
    .footer .footer_links ul li a {
        font-size: 18px;
    }
}