body {
	padding: 0px;
	margin: 0px;
	font-family: 'Poppins';
}
img {
	max-width: 100%;
	height: 0 auto;
}
a {
	text-decoration: none !important;
}
a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
}
a:focus, a:hover {
	text-decoration: none !important;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0;
	background: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkHeader {
	background: #fff;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	padding: 5px 0;
}
.page-id-7 .header {
	background: none;
}
.page-id-7 .darkHeader {
	background: #fff;
}
.logo img {
	width: 275px;
}
.header_menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header_menu ul li {
	position: relative;
	margin-right: 18px;
}
.header_menu ul li a {
	display: block;
	color: #1b1b1b;
	font-style: normal;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 99;
	padding: 22px 0;
	font-weight: 500;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header_menu ul li a:hover, .header_menu ul li.active a {
	color: #b2946e;
}
.header_phone {
	font-size: 14px;
	margin-left: 20px;
	color: #666;
	line-height: 1.3;
}
.header_phone a {
	color: #222;
	font-weight: 600;
	font-size: 16px;
}
.header_phone img {
	width: 18px;
	margin-right: 10px;
}
.header_btn {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	font-size: 15px;
	padding: 11px 20px;
	font-weight: 500;
	margin-left: 20px;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_banner_section {
/* 	background: url("../images/banner_img.jpg") no-repeat;
	background-size: cover;
	padding: 280px 0 180px; */
}
.home_banner_section video {
	width: 100%;
	margin-bottom: -6px !important;
}
.home_banner_section:before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
}
.home_banner_section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: #FFFFFF;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 100%);
}
.home_banner_section_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translate(0, -50%);
}
.home_banner_section .container {
	position: relative;
	z-index: 9;
}
.home_banner_section_curve {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.banner_subheading {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.2;
}
.banner_heading {
	font-weight: 600;
	font-size: 70px;
	line-height: 1.2;
}
.banner_text {
	font-weight: 600;
	font-size: 20px;
	margin-top: 20px;
}
.banner_btn1 {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	padding: 11px 20px;
	font-weight: 500;
	margin: 25px 10px 0 0;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_btn2 {
	display: inline-block;
	width: 50px;
}
.banner_bottom_section {
	padding: 100px 0 0;
}
.banner_bottom_section_img img {
	border-radius: 0 25px 25px 0;
}
.banner_bottom_section_right {
	padding-right: 9%;
}
.banner_bottom_section_heading {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	color: #111;
	margin-top: 20px;
}
.banner_bottom_section_text {
	color: #666;
	margin-top: 20px;
}
.banner_bottom_section_btn {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	padding: 11px 20px;
	font-weight: 500;
	margin: 25px 0 0;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.banner_bottom_section_right2 {
	padding-left: 9%;
}
.banner_bottom_section_img2 img {
	border-radius: 25px 0 0 25px;
}
.banner_bottom_section_list ul {
	padding: 0;
	margin: 0;
}
.banner_bottom_section_list ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	color: #666;
	margin-top: 8px;
}
.banner_bottom_section_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	position: absolute;
	content: "";
	top: 1px;
	left: 0;
}
.home_technology_section {
	padding: 100px 0;
}
.home_technology_section_heading {
	color: #111;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
.home_technology_box {
	margin-top: 40px;
	padding: 0 20px;
}
.home_technology_box:nth-child(even) {
	margin-top: 100px;
}
.home_technology_box_inner {
	border-radius: 20px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	padding: 35px 15px;
}
.home_technology_box_text {
	color: #333;
	line-height: 1.3;
	margin-top: 20px;
	min-height: 42px;
}
.home_flimbase_section {
	padding: 70px 0;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.home_flimbase_text {
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	color: #111;
}
.home_flimbase_btn {
	background: #111;
	display: inline-block;
	padding: 11px 20px;
	font-weight: 500;
	color: #fff !important;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_stat_block_number {
	color: #111;
	font-weight: bold;
	font-size: 75px;
	line-height: 1;
	margin-top: 50px;
}
.home_stat_block_text {
	font-weight: 500;
	color: #333;
}
.home_service_section {
	padding: 90px 0;
}
.home_service_section_heading {
	color: rgba(0, 0, 0, 0.04);
	font-weight: bold;
	font-size: 90px;
	line-height: 1;
	position: relative;
}
.home_service_section_heading span {
	color: #111;
	font-size: 32px;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.service_slide_box {
	background: #f6f6f6;
	padding: 40px 20px 20px;
}
.service_slide_box_heading {
	font-weight: 600;
	color: #111;
	font-size: 26px;
	line-height: 1.2;
}
.service_slide_box_btn {
	font-weight: 500;
	color: #b2956e !important;
	border-bottom: 1px solid #b2956e;
	margin: 10px 0 30px;
	display: inline-block;
}
#service_slide {
	margin-top: 30px;
}
#service_slide .owl-prev {
	background: url("../images/prev_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 19px;
	height: 35px;
	border-radius: 0;
	font-size: 0 !important;
	float: left;
}
#service_slide .owl-next {
	background: url("../images/next_icon.png") no-repeat center !important;
	background-size: 100% !important;
	width: 19px;
	height: 35px;
	border-radius: 0;
	font-size: 0 !important;
	float: right;
}
#service_slide .owl-dots {
	display: none !important;
}
#service_slide .owl-nav {
	position: absolute;
	top: 50%;
	left: 20px;
	right: 20px;
	transform: translate(0, -50%);
	margin-top: 0;
}
.home_projects_section {
	padding: 0 0 100px;
}
.home_projects_section_heading {
	color: #111;
	font-size: 33px;
	line-height: 1.2;
	font-weight: bold;
}
.home_projects_box {
	margin-top: 40px;
}
.home_projects_box_inner {
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
	padding: 0 0 70px;
	position: relative;
	min-height: 100%;
}
.home_projects_box_heading {
	color: #222;
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	padding: 30px 20px 0;
}
.home_projects_box_text {
	font-size: 15px;
	color: #666;
	padding: 10px 20px 0;
}
.home_projects_box_spec ul {
	padding: 20px 20px 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.home_projects_box_spec ul li {
	list-style: none;
	width: 50%;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 15px;
	margin-top: 15px;
}
.home_projects_box_spec ul li img {
	width: 30px;
	margin-right: 10px;
}
.home_projects_box_btn {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	padding: 11px 20px;
	font-weight: 500;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home_gallery_section {
	background: #f6f6f6;
	padding: 70px 0;
}
.home_social_section {
	padding: 70px 0;
}
.home_social_section_subheading {
	font-weight: 500;
	color: #222;
}
.home_contact_section {
	padding: 30px 0 80px;
}
.home_contact_section_heading {
	color: #222;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	margin-top: 25px;
}
.home_contact_section_text {
	color: #666;
	margin-top: 10px;
}
.home_contact_section_number {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.2;
	margin-top: 30px;
}
.home_contact_section_number a {
	background: linear-gradient(to right, #d7d0a3, #b2946e);
	background-clip: text;
	color: transparent;
}
.footer {
	background: #111;
	background-size: cover;
	padding: 100px 0 20px;
}
.footer_curve {
	position: absolute;
	top: -2px;
	left: 0;
	width: 100%;
}
.footer .container {
	position: relative;
	z-index: 9;
}
.footer_logo img {
	width: 220px;
}
.footer_social {
	margin-top: 30px;
}
.footer_social img {
	width: 30px;
	border-radius: 50%;
	padding: 4px;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.footer_social a {
	margin-right: 5px;
}
.footer_top_heading {
    font-size: 23px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
.footer_contact_info ul {
	padding: 0;
	margin: 20px 0 0;
}
.footer_contact_info ul li {
	color: rgba(255, 255, 255, 0.9);
	position: relative;
	list-style: none;
	font-size: 15px;
	margin-top: 15px;
	padding-left: 42px;
}
.footer_contact_info ul li img {
	position: absolute;
	top: -5px;
	left: 0;
	width: 30px;
	border-radius: 50%;
	padding: 4px;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.footer_contact_info ul li a {
	color: rgba(255, 255, 255, 0.9);
}
.footer_menu ul {
    list-style-type: none;
    padding: 0;
    margin: 18px 0 0;
}
.footer_menu ul li {
    position: relative;
    margin-top: 3px;
}
.footer_menu ul li a {
	color: rgba(255, 255, 255, 0.9);
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	position: relative;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
	color: #b2946e;
	padding-left: 2px;
}
.footer_bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 20px 0 0;
	margin-top: 50px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
}
.footer_bottom a {
	color: #fff;
}
#back-to-top {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
	text-transform: uppercase;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top.show {
    opacity: 1;
}
.rl-gallery-item {
	border-radius: 10px !important;
}
.home_form p {
	margin-bottom: 0 !important;
}
.home_form input {
	border: none !important;
	border-bottom: 2px solid #ddd !important;
	border-radius: 0;
	margin-top: 15px;
	min-height: 44px;
	padding: 8px 0;
	width: 100%;
}
.home_form select {
	background: url("../images/dropdown.png") no-repeat center right;
	border: none !important;
	border-bottom: 2px solid #ddd !important;
	border-radius: 0;
	margin-top: 15px;
	min-height: 44px;
	padding: 8px 30px 8px 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.home_form textarea {
	border: none !important;
	border-bottom: 2px solid #ddd !important;
	border-radius: 0;
	margin-top: 15px;
	height: 120px;
	padding: 8px 0;
	resize: none;
}
.home_form .contact_btn input {
	border: none !important;
	border-radius: 0;
	margin-top: 15px;
	min-height: 44px;
	font-size: 17px;
	font-weight: 500;
	color: #111 !important;
	width: auto;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_banner.jpg") #eee no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 220px 0 120px !important;
    margin: 0 0 50px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.page .entry-content {
	max-width: 100% !important;
	padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
	position: relative;
    font-size: 35px;
	font-weight: bold;
    text-transform: uppercase;
    z-index: 99;
	margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
	color: #b2946e;
	position: relative;
	font-size: 15px;
}
.breadcrumb-container a {
	color: #b2946e;
}
.page {
	margin-top: 0 !important;
}
.inner_page_heading {
	color: #111;
	font-weight: 600;
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 12px;
}
.inner_page_heading:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 35px;
	border-radius: 30px;
	height: 4px;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.centered_heading:before {
	left: 50%;
	transform: translate(-50%, 0);
}
.inner_page_text {
	color: #666;
	margin-top: 20px;
}
.about_page_mid_section {
	padding: 60px 0;
	margin: 60px 0;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.about_page_box_inner {
	background: #fff;
	border-radius: 10px;
	min-height: 100%;
	padding: 30px 15px;
}
.about_page_box_inner img {
	width: 55px;
}
.about_page_box_heading {
	font-weight: 600;
	color: #111;
	text-transform: uppercase;
	font-size: 21px;
}
.about_page_box_text {
	color: #666;
	margin-top: 15px;
	font-size: 15px;
}
.inner_page_img img {
	border-radius: 10px;
}
.inner_page_btn {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	font-size: 15px;
	padding: 11px 20px;
	font-weight: 500;
	margin-top: 20px;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact_page_info {
	position:relative;
	padding-left:55px;
	color:#666;
	margin-top:25px;
}
.contact_page_info a {
	color:#666;
}
.contact_page_info strong {
	color:#222;
	font-weight: 500;
	font-size:18px;
}
.contact_page_info img {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	position: absolute;
	top: 5px;
	left: 0;
	width: 42px;
	border-radius: 50%;
	padding: 7px;
}
.contact_form {
	margin-top: 10px;
}
.contact_form p {
	margin-bottom: 0 !important;
}
.contact_form input {
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 0;
}
.contact_form select {
	background: url("../images/dropdown.png") no-repeat center right 10px;
    margin-top: 15px;
    min-height: 45px;
    border: 1px solid #ccc !important;
    width: 100%;
	border-radius: 0;
	padding: 0 30px 0 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contact_form textarea {
    margin-top: 15px;
    height: 150px;
    border: 1px solid #ccc !important;
	resize: none;
	border-radius: 0;
}
.contact_form .contact_btn input {
    min-height: 45px;
    border: none !important;
    width: auto;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
	color: #111 !important;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.contact_map {
	margin-top: 60px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background: #b2946e;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 9px 10px 0;
}
.footer_btn3 {
	background: #333;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
}
.thankyou_text {
	color: #666;
}
.thankyou_btn {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	font-size: 15px;
	padding: 11px 20px;
	font-weight: 500;
	margin-top: 20px;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.error_container {
	display: flex;
	min-height: 100vh;
	align-items: center;
	text-align: center;
}
.error_container img {
	margin-bottom: 20px;
}
.common_btn {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.common_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #111;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.common_btn:hover, .common_btn:focus, .common_btn:active {
  color: #fff;
}
.common_btn:hover:before, .common_btn:focus:before, .common_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.common_btn2 {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.common_btn2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.common_btn2:hover, .common_btn2:focus, .common_btn2:active {
  color: #111;
}
.common_btn2:hover:before, .common_btn2:focus:before, .common_btn2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.banner_bottom_heading {
	font-weight: 600;
	font-size: 22px;
	color: #111;
	line-height: 1.2;
	margin-top: 80px;
}

/*========= Landing Page Start ========*/

.landing_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	padding: 10px 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.darkheader_landing_header {
	background: #111;
	box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.2);
}
.landing_header_btn {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	font-size: 15px;
	padding: 11px 20px;
	font-weight: 500;
	margin-left: 20px;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_header_phone {
	font-size: 14px;
	margin-left: 20px;
	color: #fff;
	line-height: 1.3;
}
.landing_header_phone a {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}
.landing_header_phone img {
	width: 35px;
	margin-right: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 4px;
}
.landing_page_banner {
	background: url("../images/landing_banner.jpg") #111 no-repeat center;
	background-size: cover;
	padding: 130px 0 70px;
}
.landing_page_banner:before {
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.landing_page_banner .container {
	position: relative;
	z-index: 9;
}
.landing_page_banner_heading {
	font-size: 35px;
	line-height: 1.2;
	font-weight: 600;
}
.landing_page_banner_text {
	color: #ccc;
	margin-top: 20px;
	font-size: 17px;
}
.landing_page_banner_btn1 {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	padding: 12px 20px;
	font-weight: 500;
	margin: 25px 10px 0 0;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_page_banner_btn2 {
	border: 1px solid #fff;
	display: inline-block;
	padding: 11px 20px;
	font-weight: 500;
	margin: 25px 0 0;
	color: #fff;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_page_banner_right_box {
	background: rgba(255, 255, 255, 0.2);
	padding: 30px;
}
.landing_page_banner_right_heading {
	font-weight: 600;
	font-size: 25px;
	line-height: 1.2;
}
.landing_page_banner_form {
	margin-top: 10px;
}
.landing_page_banner_form p {
	margin-bottom: 0 !important;
}
.landing_page_banner_form input {
	border: none !important;
	width: 100%;
	border-radius: 0;
	min-height: 44px;
	margin-top: 10px;
}
.landing_page_banner_form textarea {
	border: none !important;
	resize: none;
	border-radius: 0;
	height: 80px;
	margin-top: 10px;
}
.landing_page_banner_form .wpcf7-submit {
	color: #111 !important;
	width: auto;
	border-radius: 0;
	min-height: 44px;
	font-size: 15px;
	font-weight: 500;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.landing_page_about_section {
	padding: 70px 0;
}
.landing_page_about_heading {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.2;
	color: #111;
}
.landing_page_about_text {
	color: #666;
	margin-top: 20px;
}
.landing_page_about_btn1 {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	padding: 12px 20px;
	font-weight: 500;
	margin: 25px 10px 0 0;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_page_about_btn2 {
	border: 1px solid #111;
	display: inline-block;
	padding: 11px 20px;
	font-weight: 500;
	margin: 25px 0 0;
	color: #111;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.landing_page_about_img img {
	border-radius: 10px;
}
.landing_installations_section {
	background: #222;
	padding: 70px 0;
}
.landing_installations_section_text {
	color: #ddd;
	padding: 15px 15% 0;
}
.landing_installations_block_inner {
	background: rgba(255, 255, 255, 0.1);
	padding: 30px 20px;
	min-height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 8px;
}
.landing_installations_block {
	margin-top: 35px;
}
.landing_installations_block_heading {
	color: #fff;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.2;
}
.landing_installations_block_text {
	color: #ddd;
	font-size: 15px;
	margin-top: 20px;
}
.landing_installations_block_inner img {
	width: 60px;
	margin-bottom: 20px;
}
.landing_solutions_section {
	padding: 70px 0;
}
.landing_page_about_list ul {
	padding: 0;
	margin: 0;
}
.landing_page_about_list ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	color: #666;
	margin-top: 6px;
}
.landing_page_about_list ul li strong {
	font-weight: 600;
	color: #444;
}
.landing_page_about_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
}
.landing_process_section {
	padding: 70px 0;
}
.landing_process_box {
	padding: 20px;
	border-radius: 8px;
	margin-top: 20px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.landing_process_number {
	font-weight: bold;
	font-size: 28px;
	line-height: 1.2;
	color: #222;
}
.landing_process_heading {
	font-weight: 600;
	color: #222;
	font-size: 18px;
	line-height: 1.2;
}
.landing_process_text {
	color: #666;
}
.landing_testimonial_section {
	background: #222;
	padding: 70px 0;
}
.landing_testimonial_box {
	margin-top: 40px;
}
.landing_testimonial_box_inner {
	background: #fff;
	border-radius: 8px;
	padding: 30px 20px;
	min-height: 100%;
}
.landing_testimonial_box_text {
	color: #666;
	margin: 15px 0 20px;
}
.landing_testimonial_box_name {
	color: #111;
	font-weight: 600;
	font-size: 18px;
}
.landing_faq_section {
	padding: 70px 0;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
	font-weight: 500 !important;
	font-size: 16px !important;
}
.landing_footer {
	background: #111;
	padding: 40px 0 20px;
}
.landing_footer_contact_box {
	color: #fff;
	font-size: 17px;
}
.landing_footer_contact_box a {
	color: #fff;
}
.landing_footer_contact_box strong {
	color: #ccc;
	font-weight: 500;
	font-size: 14px;
}
.landing_footer_contact_box img {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	border-radius: 50%;
	width: 50px;
	margin-right: 10px;
	padding: 5px;
}
.landing_page_bottom_section {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	padding: 50px 0;
}
.landing_logo img {
	width: 275px;
}
.landing_popup_form p {
	margin-bottom: 0 !important;
}
.landing_popup_form input {
	border: 1px solid #ddd !important;
	width: 100%;
	border-radius: 0;
	min-height: 44px;
	margin-top: 10px;
}
.landing_popup_form textarea {
	border: 1px solid #ddd !important;
	resize: none;
	border-radius: 0;
	height: 100px;
	margin-top: 10px;
}
.landing_popup_form .wpcf7-submit {
	border: none !important;
	color: #111 !important;
	width: auto;
	border-radius: 0;
	min-height: 44px;
	font-size: 15px;
	font-weight: 500;
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
}
.landing_popup_form {
	margin-top: 10px;
}
.landing_page_banner_subheading {
	color: rgb(215,208,163);
	font-weight: 600;
	font-size: 22px;
	line-height: 1.2;
	margin-top: 22px;
	animation: blinker 1s infinite;
}
.landing_page_banner_subheading strong {
	font-size: 28px;
}
@keyframes blinker {
        from { opacity: 1.0; }
        50% { opacity: 0; }
        to { opacity: 1.0; }
    }


/*========= Landing Page End ========*/

.inner_page_mid_section {
  background: #eee;
  padding: 60px 0;
  margin: 60px 0;
}
.inner_page_list ul {
	padding: 0;
	margin: 0;
}
.inner_page_list ul li {
	list-style: none;
	position: relative;
	padding-left: 24px;
	color: #666;
	margin-top: 4px;
}
.inner_page_list ul li strong {
	font-weight: 600;
}
.inner_page_list ul li:before {
	background: url("../images/check.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
}
.about_page_mid_section .inner_page_list ul li {
	color: #fff;
}
.about_page_mid_section .inner_page_list ul li:before {
	filter: brightness(0) invert(1);
}
.sidebar_fixed_btn1 {
	display: inline-block;
	background: #222;
	color: #fff;
	padding: 10px 20px;
	margin-right: 10px;
}
.sidebar_fixed_btn2 {
	background-image: -moz-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -webkit-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	background-image: -ms-linear-gradient( 1deg, rgb(215,208,163) 0%, rgb(178,148,110) 100%);
	display: inline-block;
	color: #111;
	padding: 10px 20px;
}
.sidebar_fixed_buttons {
	position: fixed;
	top: 50%;
	left: -100px;
	transform: rotate(-90deg);
	z-index: 999;
}
.home_area_list ul {
	padding: 0;
	margin: 30px 0 0;
}
.home_area_list ul li {
	list-style: none;
	display: inline-block;
	margin: 10px 5px 0;
}
.home_area_list ul li a {
	background: url("../images/footer_address.png") no-repeat center left 10px;
	background-size: 22px;
	display: block;
	border: 1px solid #b2946e;
	color: #b2946e !important;
	padding: 10px 20px 10px 35px;
}
.home_choose_section {
	background: #111;
	padding: 70px 0;
}
.home_choose_section .inner_page_list ul li {
	color: #fff;
}
.home_faq_section {
	padding: 70px 0;
}


/*========== Responsive =========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.landing_header_phone a {
  font-size: 14px;
}
.landing_header_phone img {
  width: 30px;
  margin-right: 8px;
}
.landing_logo img {
  width: 175px;
}
.landing_header {
  padding: 12px 0;
}
.landing_page_banner_heading {
  font-size: 26px;
}
.landing_page_banner_text {
  font-size: 16px;
}
.landing_page_banner_btn1, .landing_page_about_btn1 {
  padding: 10px 18px;
  margin: 20px 10px 0 0;
  font-size: 15px;
}
.landing_page_banner_btn2, .landing_page_about_btn2 {
  padding: 9px 18px;
  margin: 20px 0 0;
  font-size: 15px;
}
.landing_page_banner_right {
  margin-top: 30px;
}
.landing_page_banner_right_box {
  padding: 30px 20px;
}
.landing_page_banner {
  padding: 120px 0 40px;
}
.landing_page_about_section, .landing_installations_section, .landing_solutions_section, .landing_process_section, .landing_testimonial_section, .landing_faq_section, .landing_page_bottom_section {
  padding: 40px 0;
}
.landing_page_about_heading {
  font-size: 25px;
}
.landing_page_about_img {
  margin-bottom: 30px;
}
.landing_installations_section_text {
  padding: 15px 0 0;
}
.landing_installations_block, .landing_testimonial_box {
  margin-top: 25px;
}
.landing_installations_block_inner img {
  width: 50px;
}
.landing_process_heading {
  margin: 12px 0;
}
.landing_footer_contact_box img {
  width: 40px;
}
.landing_footer_contact_box {
  font-size: 16px;
  margin-top: 20px;
}
.landing_footer {
  padding: 20px 0 60px;
}
	
	
	
	
.header_right, .landing_header_btn {
  display: none;
}
.home_service_section_heading {
  font-size: 50px;
}
.header {
  padding: 9px 0 !important;
}
.logo img {
  width: 200px;
}
.home_banner_section video {
    min-height: 350px;
    object-fit: cover;
}
.banner_subheading, .home_contact_section_heading, .home_contact_section_number {
  font-size: 25px;
}
.banner_heading {
  font-size: 36px;
}
.banner_text {
  font-size: 15px;
}
.banner_btn1, .banner_bottom_section_btn, .home_flimbase_btn {
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 20px;
}
.banner_bottom_section {
  padding: 40px 0 0;
}
.banner_bottom_section_img img, .banner_bottom_section_img2 img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.banner_bottom_section_heading {
  font-size: 24px;
}
.banner_bottom_section_right {
  padding-right: 12px;
}
.banner_bottom_section_right2 {
  padding-left: 12px;
}
.banner_bottom_section_icon img {
	height: 35px;
}
.home_technology_section_heading {
  font-size: 23px;
}
.home_technology_section {
  padding: 40px 0;
}
.home_technology_box {
  margin-top: 30px;
  padding: 0 12px;
}
.home_technology_box:nth-child(2n) {
  margin-top: 30px;
}
.home_technology_box_inner img {
  width: 55px;
}
.home_flimbase_section, .home_service_section, .home_gallery_section, .home_social_section {
  padding: 40px 0;
}
.home_flimbase_text {
  font-size: 18px;
  margin-top: 20px;
}
.home_stat_block_number {
  font-size: 40px;
  margin-top: 30px;
}
.home_service_section_heading span, .home_projects_section_heading {
  font-size: 26px;
}
.service_slide_box_heading {
  font-size: 20px;
}
.home_projects_box_heading {
  font-size: 22px;
}
.home_projects_box_spec ul li img {
  width: 25px;
}
.home_projects_box_spec ul li {
  font-size: 14px;
}
.home_projects_box_btn {
  padding: 10px 20px;
  font-size: 15px;
}
.home_projects_section {
  padding: 0 0 60px;
}
.rl-gallery .rl-gallery-link img, .rl-gallery-item {
	height: 180px !important;
}
.home_contact_section {
  padding: 0 0 40px;
}
.footer {
  padding: 30px 0 60px;
}
.footer_top_block {
  margin-top: 40px;
}
.page .entry-title, .blog_page_title {
  font-size: 25px;
}
.page .entry-header, .blog_page_header {
  padding: 145px 0 75px !important;
  margin: 0 0 40px !important;
}
.inner_page_heading {
  font-size: 24px;
}
.inner_page_img {
  margin-bottom: 25px;
}
.about_page_box {
  margin-top: 10px;
  margin-bottom: 10px;
}
.about_page_mid_section {
  padding: 40px 0;
  margin: 40px 0;
}
.contact_page_info img {
  top: 6px;
  width: 35px;
  padding: 5px;
}
.contact_page_info {
  padding-left: 50px;
}
.contact_right {
  margin-top: 40px;
}
#back-to-top {
  bottom: 55px;
}
.banner_bottom_heading {
  font-size: 18px;
  margin-top: 40px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.contact_right {
  margin-top: 0;
}
.landing_page_banner_right {
  margin-top: 0;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.header_menu ul li {
  margin-right: 15px;
}
.header_menu ul li a {
  font-size: 15px;
}
.home_stat_block_number {
  font-size: 50px;
}
.footer_logo img {
  width: 200px;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.contact_right {
  margin-top: 0;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {

}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.contact_right {
  margin-top: 0;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {
.banner_bottom_section_right {
  padding-right: 16%;
}
.banner_bottom_section_right2 {
  padding-left: 16%;
}
}

@media screen and (min-width: 2048px) {
.banner_bottom_section_right {
  padding-right: 18%;
}
.banner_bottom_section_right2 {
  padding-left: 18%;
}
}

@media screen and (min-width: 2550px) {
.banner_bottom_section_right {
  padding-right: 24%;
}
.banner_bottom_section_right2 {
  padding-left: 24%;
}
}


