﻿#progress_div_with_gif {
    float: none;
    height: 100%;
    width: 100%;
    padding-top: 0%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0%;
    left: 0%;
    position: absolute;
}
#progress_div_with_gif img {
    height: 90px;
    width: 150px;
    margin-top: 145px;
    margin-left: 0px;
}
.logo_slide {
	width: 150px;
	float:right;
	display: inline-flex;
	direction: rtl;
	margin-bottom:15px
}
.contact_icons_section {
	float: right;
	width: 100%;
	display: inline-block;
	text-align:center;
	margin-top: 30px;
	direction:rtl;
}
.contact_icon_container {
	float: none;
	width: 20%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 0px;
	display: inline-block;
	margin-top: 0px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	box-sizing:border-box;
}
.contact_icon_container:nth-of-type(5n) {
	border-left-width: 0px;
	border-left-style: solid;
}
.contact_icon_container img {
	float: right;
	width: 30%;
	margin-right: 35%;
	margin-left: 35%;
	margin-bottom: 15px;
}
.contact_icon_container_svg {
	float: right;
	width: 30%;
	margin-right: 35%;
	margin-left: 35%;
	margin-bottom: 10px;
}
.contact_icon_container_svg i {
	float: right;
	width: 100%;
	text-align:center;
	font-size: 40px;
}
.contact_icon_container_text {
	float: left;
	width: 100%;
	text-align:center;
	font-size: 17px;
	direction: rtl;
}
.accessibillity_section {
	float: left;
	width: 100%;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
.site_grid_container {
	width: 80%;
	float: right;
	display: block;
	padding-left: 10%;
	padding-right: 10%;
}
.back-to-top {
	position: fixed;
	bottom: 6em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 1002 !important;
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	opacity: 0.8;
}
.back-to-top:hover {
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	opacity: 1;
}
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.logo {
	width: 250px;
	float: left;
	position: relative;
	z-index: 100 !important;
	background-color: transparent;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	margin: 0px;
	top: 30px
}
.header_btn {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #404041;
	margin-top: 30px;
	background-color: rgb(199 164 115 / 90%)
}
.header_btn_menu {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	margin-right: 20px;
	margin-top: 30px;
	background-color: rgba(0,0,0,0.3)
}
.full_screen_slideshow {
	width: 100%;
	height: 100%;
	float: right;
	position: absolute;
	z-index: 1;
}
.full_screen_content {
	width: 100%;
	float: right;
	position: absolute;
	top: 100%;
	background-color:#fff;
	z-index: 1 !important;
}
.full_screen_content_two {
	width: 100%;
	float: left;
	position: absolute;
	top: 300%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_content_tree {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	z-index: 1 !important;
	display: block;
}
.full_screen_sub_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 500%;
	z-index: 1 !important;
}
.fusion_vertical_middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
.slideshow_btn_container {
	width: 100%;
	float: right;
	display: inline-block;
	text-align: center;
}
.slideshow_caption .btn {
	float: right;
	width: auto;
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #c7a473;
	border: 1px solid #c7a473;
	direction: rtl;
	border-radius: 25px
}
.slideshow_caption .btn:hover {
	color: #fff;
	background-color: #c7a473;
}
/* css for fusion style
========================================================== */
.fS_title {
	float: right;
	width: 100%;
	font-size: 44px;
	text-decoration: none;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
}
.fS_sub_title {
	float: right;
	width: 100%;
	font-size: 30px;
	text-decoration: none;
	line-height: 1.1em;
	direction: rtl;
	margin-bottom: 5px;
}
.fS_p {
	float: right;
	width: 100%;
	font-size: 19px;
	line-height: 1.4em;
	direction: rtl;
	text-decoration: none;
}
.fS_regular {
	font-weight: 400;
}
.fS_light {
	font-weight: 300;
}
.fS_bold {
	font-weight: 700;
}
.fS_extra_bold {
	font-weight: 900;
}
.fS_center {
	text-align: center;
}
.fS_right {
	text-align: right;
}
.fS_white {
	color: #fff;
}
.fS_gold {
	color: #c7a473;
}
.fS_black {
	color: #000;
}
.fS_grey {
	color: #404041;
}

/* css for slideshow start here
========================================================== */
.slideshow_caption {
	position: absolute;
	z-index: 10;
	right: 10%;
	top: 250px;
	width: 850px;
}
.slideshow_caption .title {
	width: 100%;
	float: left;
	font-size: 60px;
	font-weight: 900;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.1em;
}
.slideshow_caption .text {
	width: 100%;
	float: left;
	font-size: 31px;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.2em;
}
.slideOverlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
}
.slideOverlay_down {
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #19195e;
}
.slideshow_arrow_down {
	z-index: 1002;
	position: absolute;
	display: block;
	width: 60px;
	right: 10%;
	bottom: 150px;
}
.slideshow_arrow_down_image {
	height: 60px;
	margin-left: 0px;
	position: absolute;
	width: 60px;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.slideshow_arrow_down_image:hover {
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* css for free_sections start
========================================================== */
.free_sections_home {
	float: right;
	width: 100%;
	display: block;
	padding-top: 90px;
	padding-bottom: 90px;
}
.free_sections_home_title {
	float: right;
	width: 800px;
	margin-left: calc(50% - 400px);
	margin-right: calc(50% - 400px);
	margin-bottom: 30px;
}
.free_sections_home_items_container {
	display: block;
	float: right;
	width: 100%;
}
.free_sections_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
	margin-bottom:5%;
}
.free_sections_item:nth-of-type(3n) {
	margin-left: 0%;
}
.free_sections_item_title_container {
	display: block;
	float: right;
	width: 90%;
	min-height: 35px;
	max-height: 35px;
	margin-right: 5%;
	margin-left: 5%;
	overflow: hidden;
	visibility: visible;
	margin-bottom: 15px
}
.free_sections_item .img {
	float: right;
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
}
.free_sections_item .icon {
	float: right;
	width: 90px;
	margin-right: calc(50% - 45px);
	margin-left: calc(50% - 45px);
	margin-bottom: 20px;
	text-align: center;
	font-size: 50px;
	color: #666;
}
.free_sections_item_line {
	display: block;
	float: right;
	width: 10%;
	margin-right: 45%;
	margin-left: 45%;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
}
.free_sections_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_sections_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/* css for footer_section
========================================================== */
.footer_section {
	width: 100%;
	float: left;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #232323;
}
.contact_home_form {
	width: 800px;
	margin-left: calc(50% - 400px);
	margin-right: calc(50% - 400px);
	float: right;
}
.contact_home_form_title {
	width: 100%;
	float: right;
	margin-bottom: 35px;
}
.footer_form_field_email {
	float: left;
	width: 100%;
	margin-bottom: 12px
}
.footer_form_field_email textarea {
	height:223px;
}
.footer_form_btn_container {
	width: 100%;
	float: right;
	margin-top:14px
}
.footer_form_btn {
	float: right;
	line-height: 2em !important;
	font-size: 22px;
	font-weight: 700;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #c7a473;
	padding: 0;
	border-radius: 3px
}
.footer_form_btn:hover {
	color: #fff !important;
	background-color: #404041;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_form_btn:focus {
	color: #fff !important;
	background-color: #c7a473;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_text {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.footer_info {
	width: 400px;
	margin-left: calc(50% - 200px);
	margin-right: calc(50% - 200px);
	float: right;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	direction: rtl;
	color: #9e99b7;
	line-height: 1.5em;
}
.footer_left_media {
	width: auto;
	float: right;
	text-align: center;
	margin-top: 35px;
	margin-right: 20px
}
.fotter_media_icon {
	float: none;
	color: #c7a473 !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-left: 10px;
}
.fotter_media_icon:hover {
	color: #fff !important;
}
.fotter_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 23px;
	font-weight: 400;
}
/* css for Sub Footer start here
========================================================== */
.sub_footer_section {
	width: 100%;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub_footer_text {
	float: right;
	width: auto;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: right;
	color: #fff;
	margin-top: 2px
}
.sub_footer_credit_icon {
	float: left;
	width: 30px;
	height: 25px;
}
/* css for testimonials here
=========================== */
.testimonials_section {
	width: 100%;
	float: right;
	padding-top: 120px;
	padding-bottom: 120px;
	display: block;
}
.testimonials_items_section {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: right;
}
.testimonials_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
}
#carusel5 .item5 {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	text-decoration: none !important;
}
.testimonials_grid {
	max-width: 800px;
	margin:auto;
}
.testimonials_home_item_img {
	float: right;
	width: 100px;
	margin-left:calc(50% - 50px);
	margin-right:calc(50% - 50px);
	margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-position: left center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	left: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_left.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-position: right center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	right: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_right.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
	border: 0px solid #79a524;
}
/* css for customers
========================================================== */
.our_customers_section {
	width: 100%;
	float: right;
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;
}
.our_customers_container {
	width: 100%;
	float: right;
	position: relative;
}
.our_customers_items {
	width: 100%;
	float: left;
	display: block;
}
.our_c_id {
	width: 10%;
	float: right;
	display: block;
	margin-right: 0%;
	margin-left: 5%;
	margin-bottom: 5%;
	border: 0px solid #ededee;
	box-sizing: border-box;
}
.our_c_id:nth-of-type(7n) {
	margin-left: 0%;
}
.our_c_id .img {
	width: 100%;
	float: right;
	display: block;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	height: 80px
}
.clients_item {
	float: right;
	background-color: #fff;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0%;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px;
	min-height: 80px;
	max-height: 100px;
}
.clients_item_img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0%;
}
.clients_item_img img {
	float: right;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	background:#fff;
}
#carusel3 .item3 {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing:border-box;
	padding:10px
}

.contact_form_right {
	width: 49%;
	float: right;
	margin-left: 2%;
}
.contact_form_left {
	width: 49%;
	float: left;
}
.accessibillity_section {
	padding-top:100px;
	padding-bottom:100px;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media (max-width: 1439px) and (min-width: 769px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
.site_grid_container {
	width: 80%;
	float: right;
	display: block;
	padding-left: 10%;
	padding-right: 10%;
}
.back-to-top {
	position: fixed;
	bottom: 6em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 1002 !important;
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	opacity: 0.8;
}
.back-to-top:hover {
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	opacity: 1;
}
header {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: transparent;
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
}
.logo {
	width: 250px;
	float: left;
	position: relative;
	z-index: 100 !important;
	background-color: transparent;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	margin: 0px;
	top: 30px
}
.header_btn {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #404041;
	margin-top: 30px;
	background-color: rgb(199 164 115 / 90%)
}
.header_btn_menu {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	margin-right: 20px;
	margin-top: 30px;
	background-color: rgba(0,0,0,0.3)
}
.full_screen_slideshow {
	width: 100%;
	height: 100%;
	float: right;
	position: absolute;
	z-index: 1;
}
.full_screen_content {
	width: 100%;
	float: right;
	position: absolute;
	top: 100%;
	background-color:#fff;
	z-index: 1 !important;
}
.full_screen_content_two {
	width: 100%;
	float: left;
	position: absolute;
	top: 300%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_content_tree {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	z-index: 1 !important;
	display: block;
}
.full_screen_sub_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 500%;
	z-index: 1 !important;
}
.fusion_vertical_middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
.slideshow_btn_container {
	width: 100%;
	float: right;
	display: inline-block;
	text-align: center;
}
.slideshow_caption .btn {
	float: right;
	width: auto;
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #c7a473;
	border: 1px solid #c7a473;
	direction: rtl;
	border-radius: 25px
}
.slideshow_caption .btn:hover {
	color: #fff;
	background-color: #c7a473;
}
/* css for fusion style
========================================================== */
.fS_title {
	float: right;
	width: 100%;
	font-size: 35px;
	text-decoration: none;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
}
.fS_sub_title {
	float: right;
	width: 100%;
	font-size: 28px;
	text-decoration: none;
	line-height: 1.1em;
	direction: rtl;
	margin-bottom: 5px;
}
.fS_p {
	float: right;
	width: 100%;
	font-size: 19px;
	line-height: 1.4em;
	direction: rtl;
	text-decoration: none;
}
.fS_regular {
	font-weight: 400;
}
.fS_light {
	font-weight: 300;
}
.fS_bold {
	font-weight: 700;
}
.fS_extra_bold {
	font-weight: 900;
}
.fS_center {
	text-align: center;
}
.fS_right {
	text-align: right;
}
.fS_white {
	color: #fff;
}
.fS_gold {
	color: #c7a473;
}
.fS_black {
	color: #000;
}
.fS_grey {
	color: #404041;
}

/* css for slideshow start here
========================================================== */
.slideshow_caption {
	position: absolute;
	z-index: 10;
	right: 10%;
	top: 180px;
	width: 850px;
}
.slideshow_caption .title {
	width: 100%;
	float: left;
	font-size: 50px;
	font-weight: 900;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.1em;
}
.slideshow_caption .text {
	width: 100%;
	float: left;
	font-size: 26px;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.2em;
}
.slideOverlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
}
.slideOverlay_down {
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #19195e;
}
.slideshow_arrow_down {
	z-index: 1002;
	position: absolute;
	display: block;
	width: 60px;
	right: 10%;
	bottom: 150px;
}
.slideshow_arrow_down_image {
	height: 60px;
	margin-left: 0px;
	position: absolute;
	width: 60px;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.slideshow_arrow_down_image:hover {
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* css for free_sections start
========================================================== */
.free_sections_home {
	float: right;
	width: 100%;
	display: block;
	padding-top: 90px;
	padding-bottom: 90px;
}
.free_sections_home_title {
	float: right;
	width: 800px;
	margin-left: calc(50% - 400px);
	margin-right: calc(50% - 400px);
	margin-bottom: 30px;
}
.free_sections_home_items_container {
	display: block;
	float: right;
	width: 100%;
}
.free_sections_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
	margin-bottom:5%;
}
.free_sections_item:nth-of-type(3n) {
	margin-left: 0%;
}
.free_sections_item_title_container {
	display: block;
	float: right;
	width: 90%;
	min-height: 35px;
	max-height: 35px;
	margin-right: 5%;
	margin-left: 5%;
	overflow: hidden;
	visibility: visible;
	margin-bottom: 15px
}
.free_sections_item .img {
	float: right;
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
}
.free_sections_item .icon {
	float: right;
	width: 90px;
	margin-right: calc(50% - 45px);
	margin-left: calc(50% - 45px);
	margin-bottom: 20px;
	text-align: center;
	font-size: 50px;
	color: #666;
}
.free_sections_item_line {
	display: block;
	float: right;
	width: 10%;
	margin-right: 45%;
	margin-left: 45%;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
}
.free_sections_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_sections_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/* css for footer_section
========================================================== */
.footer_section {
	width: 100%;
	float: left;
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #232323;
}
.contact_home_form {
	width: 800px;
	margin-left: calc(50% - 400px);
	margin-right: calc(50% - 400px);
	float: right;
}
.contact_home_form_title {
	width: 100%;
	float: right;
	margin-bottom: 35px;
}
.footer_form_field_email {
	float: left;
	width: 100%;
	margin-bottom: 12px
}
.footer_form_field_email textarea {
	height:223px;
}
.footer_form_btn_container {
	width: 100%;
	float: right;
	margin-top:14px
}
.footer_form_btn {
	float: right;
	line-height: 2em !important;
	font-size: 22px;
	font-weight: 700;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #c7a473;
	padding: 0;
	border-radius: 3px
}
.footer_form_btn:hover {
	color: #fff !important;
	background-color: #404041;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_form_btn:focus {
	color: #fff !important;
	background-color: #c7a473;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_text {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.footer_info {
	width: 400px;
	margin-left: calc(50% - 200px);
	margin-right: calc(50% - 200px);
	float: right;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	direction: rtl;
	color: #9e99b7;
	line-height: 1.5em;
}
.footer_left_media {
	width: auto;
	float: right;
	text-align: center;
	margin-top: 35px;
	margin-right: 20px
}
.fotter_media_icon {
	float: none;
	color: #c7a473 !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-left: 10px;
}
.fotter_media_icon:hover {
	color: #fff !important;
}
.fotter_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 23px;
	font-weight: 400;
}
/* css for Sub Footer start here
========================================================== */
.sub_footer_section {
	width: 100%;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub_footer_text {
	float: right;
	width: auto;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: right;
	color: #fff;
	margin-top: 2px
}
.sub_footer_credit_icon {
	float: left;
	width: 30px;
	height: 25px;
}
/* css for testimonials here
=========================== */
.testimonials_section {
	width: 100%;
	float: right;
	padding-top: 120px;
	padding-bottom: 120px;
	display: block;
}
.testimonials_items_section {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: right;
}
.testimonials_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
}
#carusel5 .item5 {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	text-decoration: none !important;
}
.testimonials_grid {
	max-width: 800px;
	margin:auto;
}
.testimonials_home_item_img {
	float: right;
	width: 100px;
	margin-left:calc(50% - 50px);
	margin-right:calc(50% - 50px);
	margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-position: left center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	left: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_left.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-position: right center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	right: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_right.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
	border: 0px solid #79a524;
}
/* css for customers
========================================================== */
.our_customers_section {
	width: 100%;
	float: right;
	padding-top: 100px;
	padding-bottom: 100px;
	display: block;
}
.our_customers_container {
	width: 100%;
	float: right;
	position: relative;
}
.our_customers_items {
	width: 100%;
	float: left;
	display: block;
}
.our_c_id {
	width: 10%;
	float: right;
	display: block;
	margin-right: 0%;
	margin-left: 5%;
	margin-bottom: 5%;
	border: 0px solid #ededee;
	box-sizing: border-box;
}
.our_c_id:nth-of-type(7n) {
	margin-left: 0%;
}
.our_c_id .img {
	width: 100%;
	float: right;
	display: block;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	height: 80px
}
.clients_item {
	float: right;
	background-color: #fff;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0%;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px;
	min-height: 80px;
	max-height: 100px;
}
.clients_item_img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0%;
}
.clients_item_img img {
	float: right;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	background:#fff;
}
#carusel3 .item3 {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing:border-box;
	padding:10px
}

.contact_form_right {
	width: 49%;
	float: right;
	margin-left: 2%;
}
.contact_form_left {
	width: 49%;
	float: left;
}
.accessibillity_section {
	padding-top:100px;
	padding-bottom:100px;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 481px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
.site_grid_container {
	width: 100%;
	float: right;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing:border-box;
}
.back-to-top {
	position: fixed;
	bottom: 6em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 1002 !important;
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	opacity: 0.8;
}
.back-to-top:hover {
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	opacity: 1;
}
header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.logo {
	width: 180px;
	float: left;
	position: relative;
	z-index: 100 !important;
	background-color: transparent;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	margin: 0px;
	top: 10px
}
.header_btn {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #404041;
	margin-top: 15px;
	background-color: rgb(199 164 115 / 90%)
}
.header_btn_menu {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	margin-right: 20px;
	margin-top: 15px;
	background-color: rgba(0,0,0,0.3)
}
.full_screen_slideshow {
	width: 100%;
	height: 100%;
	float: right;
	position: absolute;
	z-index: 1;
}
.full_screen_content {
	width: 100%;
	float: right;
	position: absolute;
	top: 100%;
	background-color:#fff;
	z-index: 1 !important;
}
.full_screen_content_two {
	width: 100%;
	float: left;
	position: absolute;
	top: 300%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_content_tree {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	z-index: 1 !important;
	display: block;
}
.full_screen_sub_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 500%;
	z-index: 1 !important;
}
.fusion_vertical_middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
.slideshow_btn_container {
	width: 100%;
	float: right;
	display: inline-block;
	text-align: center;
}
.slideshow_caption .btn {
	float: right;
	width: auto;
	display: inline-block;
	font-size: 21px;
	font-weight: 400;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #c7a473;
	border: 1px solid #c7a473;
	direction: rtl;
	border-radius: 25px
}
.slideshow_caption .btn:hover {
	color: #fff;
	background-color: #c7a473;
}
/* css for fusion style
========================================================== */
.fS_title {
	float: right;
	width: 100%;
	font-size: 30px;
	text-decoration: none;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
}
.fS_sub_title {
	float: right;
	width: 100%;
	font-size: 23px;
	text-decoration: none;
	line-height: 1.1em;
	direction: rtl;
	margin-bottom: 5px;
}
.fS_p {
	float: right;
	width: 100%;
	font-size: 19px;
	line-height: 1.4em;
	direction: rtl;
	text-decoration: none;
}
.fS_regular {
	font-weight: 400;
}
.fS_light {
	font-weight: 300;
}
.fS_bold {
	font-weight: 700;
}
.fS_extra_bold {
	font-weight: 900;
}
.fS_center {
	text-align: center;
}
.fS_right {
	text-align: right;
}
.fS_white {
	color: #fff;
}
.fS_gold {
	color: #c7a473;
}
.fS_black {
	color: #000;
}
.fS_grey {
	color: #404041;
}

/* css for slideshow start here
========================================================== */
.slideshow_caption {
	position: absolute;
	z-index: 10;
	right: 10%;
	top: 180px;
	width: 850px;
}
.slideshow_caption .title {
	width: 100%;
	float: left;
	font-size: 35px;
	font-weight: 900;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.1em;
}
.slideshow_caption .text {
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.2em;
}
.slideOverlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
}
.slideOverlay_down {
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #19195e;
}
.slideshow_arrow_down {
	z-index: 1002;
	position: absolute;
	display: block;
	width: 60px;
	right: 10%;
	bottom: 150px;
}
.slideshow_arrow_down_image {
	height: 60px;
	margin-left: 0px;
	position: absolute;
	width: 60px;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.slideshow_arrow_down_image:hover {
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* css for free_sections start
========================================================== */
.free_sections_home {
	float: right;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.free_sections_home_title {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.free_sections_home_items_container {
	display: block;
	float: right;
	width: 100%;
}
.free_sections_item {
	display: block;
	float: right;
	width: 47.5%;
	margin-left: 5%;
	margin-bottom:5%;
}
.free_sections_item:nth-of-type(2n) {
	margin-left: 0%;
}
.free_sections_item_title_container {
	display: block;
	float: right;
	width: 90%;
	min-height: 25px;
	max-height: 25px;
	margin-right: 5%;
	margin-left: 5%;
	overflow: hidden;
	visibility: visible;
	margin-bottom: 10px
}
.free_sections_item .img {
	float: right;
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
}
.free_sections_item .icon {
	float: right;
	width: 90px;
	margin-right: calc(50% - 45px);
	margin-left: calc(50% - 45px);
	margin-bottom: 20px;
	text-align: center;
	font-size: 50px;
	color: #666;
}
.free_sections_item_line {
	display: block;
	float: right;
	width: 10%;
	margin-right: 45%;
	margin-left: 45%;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
}
.free_sections_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_sections_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/* css for footer_section
========================================================== */
.footer_section {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #232323;
}
.contact_home_form {
	width: 100%;
	float: right;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}
.contact_home_form_title {
	width: 100%;
	float: right;
	margin-bottom: 35px;
}
.footer_form_field_email {
	float: left;
	width: 100%;
	margin-bottom: 12px
}
.footer_form_field_email textarea {
	height:223px;
}
.footer_form_btn_container {
	width: 100%;
	float: right;
	margin-top:14px
}
.footer_form_btn {
	float: right;
	line-height: 2em !important;
	font-size: 22px;
	font-weight: 700;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #c7a473;
	padding: 0;
	border-radius: 3px
}
.footer_form_btn:hover {
	color: #fff !important;
	background-color: #404041;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_form_btn:focus {
	color: #fff !important;
	background-color: #c7a473;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_text {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.footer_info {
	width: 400px;
	margin-left: calc(50% - 200px);
	margin-right: calc(50% - 200px);
	float: right;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	direction: rtl;
	color: #9e99b7;
	line-height: 1.5em;
}
.footer_left_media {
	width: auto;
	float: right;
	text-align: center;
	margin-top: 18px;
	margin-right: 20px
}
.fotter_media_icon {
	float: none;
	color: #c7a473 !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-left: 10px;
}
.fotter_media_icon:hover {
	color: #fff !important;
}
.fotter_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 23px;
	font-weight: 400;
}
/* css for Sub Footer start here
========================================================== */
.sub_footer_section {
	width: 100%;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub_footer_text {
	float: right;
	width: auto;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: right;
	color: #fff;
	margin-top: 2px
}
.sub_footer_credit_icon {
	float: left;
	width: 30px;
	height: 25px;
}
/* css for testimonials here
=========================== */
.testimonials_section {
	width: 100%;
	float: right;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}
.testimonials_items_section {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: right;
}
.testimonials_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
}
#carusel5 .item5 {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	text-decoration: none !important;
}
.testimonials_grid {
	max-width: 800px;
	margin:auto;
}
.testimonials_home_item_img {
	float: right;
	width: 100px;
	margin-left:calc(50% - 50px);
	margin-right:calc(50% - 50px);
	margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-position: left center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	left: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_left.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-position: right center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	right: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_right.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
	border: 0px solid #79a524;
}
/* css for customers
========================================================== */
.our_customers_section {
	width: 100%;
	float: right;
	padding-top: 100px;
	padding-bottom: 40px;
	display: block;
}
.our_customers_container {
	width: 100%;
	float: right;
	position: relative;
}
.our_customers_items {
	width: 100%;
	float: left;
	display: block;
}
.our_c_id {
	width: 10%;
	float: right;
	display: block;
	margin-right: 0%;
	margin-left: 5%;
	margin-bottom: 5%;
	border: 0px solid #ededee;
	box-sizing: border-box;
}
.our_c_id:nth-of-type(7n) {
	margin-left: 0%;
}
.our_c_id .img {
	width: 100%;
	float: right;
	display: block;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	height: 80px
}
.clients_item {
	float: right;
	background-color: #fff;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0%;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px;
	min-height: 80px;
	max-height: 100px;
}
.clients_item_img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0%;
}
.clients_item_img img {
	float: right;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	background:#fff;
}
#carusel3 .item3 {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing:border-box;
	padding:10px
}

.contact_form_right {
	width: 49%;
	float: right;
	margin-left: 2%;
}
.contact_form_left {
	width: 49%;
	float: left;
}
.logo_slide {
	width: 110px;
	margin-bottom:10px
}
.accessibillity_section {
	padding-top:100px;
	padding-bottom:100px;
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media all and (max-width:480px) and (min-width:319px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
.site_grid_container {
	width: 100%;
	float: right;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing:border-box;
}
.back-to-top {
	position: fixed;
	bottom: 6em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 1002 !important;
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	opacity: 0.8;
}
.back-to-top:hover {
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	opacity: 1;
}
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: rgb(64 64 65 / 60%);
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.logo {
	width: 150px;
	float: left;
	position: relative;
	z-index: 100 !important;
	background-color: transparent;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	margin: 0px;
	top: 5px
}
.header_btn {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #c7a473;
	margin-top: 7px;
	background-color: rgb(199 164 115 / 90%)
}
.header_btn_menu {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	margin-right: 20px;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.3)
}
.full_screen_slideshow {
	width: 100%;
	height: 100%;
	float: right;
	position: absolute;
	z-index: 1;
}
.full_screen_content {
	width: 100%;
	float: right;
	position: absolute;
	top: 100%;
	background-color:#fff;
	z-index: 1 !important;
}
.full_screen_content_two {
	width: 100%;
	float: left;
	position: absolute;
	top: 300%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_content_tree {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	z-index: 1 !important;
	display: block;
}
.full_screen_sub_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 500%;
	z-index: 1 !important;
}
.fusion_vertical_middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
.slideshow_btn_container {
	width: 100%;
	float: right;
	display: inline-block;
	text-align: center;
}
.slideshow_caption .btn {
	float: right;
	width: auto;
	display: inline-block;
	font-size: 19px;
	font-weight: 400;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #c7a473;
	border: 1px solid #c7a473;
	direction: rtl;
	border-radius: 25px
}
.slideshow_caption .btn:hover {
	color: #fff;
	background-color: #c7a473;
}
/* css for fusion style
========================================================== */
.fS_title {
	float: right;
	width: 100%;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
}
.fS_sub_title {
	float: right;
	width: 100%;
	font-size: 21px;
	text-decoration: none;
	line-height: 1.1em;
	direction: rtl;
	margin-bottom: 5px;
}
.fS_p {
	float: right;
	width: 100%;
	font-size: 19px;
	line-height: 1.4em;
	direction: rtl;
	text-decoration: none;
}
.fS_regular {
	font-weight: 400;
}
.fS_light {
	font-weight: 300;
}
.fS_bold {
	font-weight: 700;
}
.fS_extra_bold {
	font-weight: 900;
}
.fS_center {
	text-align: center;
}
.fS_right {
	text-align: right;
}
.fS_white {
	color: #fff;
}
.fS_gold {
	color: #c7a473;
}
.fS_black {
	color: #000;
}
.fS_grey {
	color: #404041;
}

/* css for slideshow start here
========================================================== */
.slideshow_caption {
	position: absolute;
	z-index: 10;
	right: 10%;
	top: 110px;
	width: 90%;
}
.slideshow_caption .title {
	width: 100%;
	float: left;
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.1em;
}
.slideshow_caption .text {
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.2em;
}
.slideOverlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
}
.slideOverlay_down {
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #19195e;
}
.slideshow_arrow_down {
	z-index: 1002;
	position: absolute;
	display: block;
	width: 60px;
	right: 10%;
	bottom: 150px;
}
.slideshow_arrow_down_image {
	height: 60px;
	margin-left: 0px;
	position: absolute;
	width: 60px;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.slideshow_arrow_down_image:hover {
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* css for free_sections start
========================================================== */
.free_sections_home {
	float: right;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}
.free_sections_home_title {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.free_sections_home_items_container {
	display: block;
	float: right;
	width: 100%;
}
.free_sections_item {
	display: block;
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:30px;
}
.free_sections_item:nth-of-type(2n) {
	margin-left: 0%;
}
.free_sections_item_title_container {
	display: block;
	float: right;
	width: 90%;
	min-height: 25px;
	max-height: 25px;
	margin-right: 5%;
	margin-left: 5%;
	overflow: hidden;
	visibility: visible;
	margin-bottom: 10px
}
.free_sections_item .img {
	float: right;
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
}
.free_sections_item .icon {
	float: right;
	width: 90px;
	margin-right: calc(50% - 45px);
	margin-left: calc(50% - 45px);
	margin-bottom: 10px;
	text-align: center;
	font-size: 50px;
	color: #666;
}
.free_sections_item_line {
	display: block;
	float: right;
	width: 10%;
	margin-right: 45%;
	margin-left: 45%;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
}
.free_sections_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_sections_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/* css for footer_section
========================================================== */
.footer_section {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #232323;
}
.contact_home_form {
	width: 100%;
	float: right;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}
.contact_home_form_title {
	width: 100%;
	float: right;
	margin-bottom: 15px;
}
.footer_form_field_email {
	float: left;
	width: 100%;
	margin-bottom: 12px
}
.footer_form_field_email textarea {
	height:223px;
}
.footer_form_btn_container {
	width: 100%;
	float: right;
	margin-top:14px
}
.footer_form_btn {
	float: right;
	line-height: 2em !important;
	font-size: 22px;
	font-weight: 700;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #c7a473;
	padding: 0;
	border-radius: 3px
}
.footer_form_btn:hover {
	color: #fff !important;
	background-color: #404041;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_form_btn:focus {
	color: #fff !important;
	background-color: #c7a473;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_text {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.footer_info {
	width: 400px;
	margin-left: calc(50% - 200px);
	margin-right: calc(50% - 200px);
	float: right;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	direction: rtl;
	color: #9e99b7;
	line-height: 1.5em;
}
.footer_left_media {
	width: auto;
	float: right;
	text-align: center;
	margin-top: 18px;
	margin-right: 20px;
	display:none
}
.fotter_media_icon {
	float: none;
	color: #c7a473 !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-left: 10px;
}
.fotter_media_icon:hover {
	color: #fff !important;
}
.fotter_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 23px;
	font-weight: 400;
}
/* css for Sub Footer start here
========================================================== */
.sub_footer_section {
	width: 100%;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub_footer_text {
	float: right;
	width: auto;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: right;
	color: #fff;
	margin-top: 2px
}
.sub_footer_credit_icon {
	float: left;
	width: 30px;
	height: 25px;
}
/* css for testimonials here
=========================== */
.testimonials_section {
	width: 100%;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}
.testimonials_items_section {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: right;
}
.testimonials_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
}
#carusel5 .item5 {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	text-decoration: none !important;
}
.testimonials_grid {
	max-width: 800px;
	margin:auto;
}
.testimonials_home_item_img {
	float: right;
	width: 100px;
	margin-left:calc(50% - 50px);
	margin-right:calc(50% - 50px);
	margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-position: left center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	left: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_left.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-position: right center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	right: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_right.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
	border: 0px solid #79a524;
}
/* css for customers
========================================================== */
.our_customers_section {
	width: 100%;
	float: right;
	padding-top:20px;
	padding-bottom: 40px;
	display: block;
}
.our_customers_container {
	width: 100%;
	float: right;
	position: relative;
}
.our_customers_items {
	width: 100%;
	float: left;
	display: block;
}
.our_c_id {
	width: 10%;
	float: right;
	display: block;
	margin-right: 0%;
	margin-left: 5%;
	margin-bottom: 5%;
	border: 0px solid #ededee;
	box-sizing: border-box;
}
.our_c_id:nth-of-type(7n) {
	margin-left: 0%;
}
.our_c_id .img {
	width: 100%;
	float: right;
	display: block;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	height: 80px
}
.clients_item {
	float: right;
	background-color: #fff;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0%;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px;
	min-height: 80px;
	max-height: 100px;
}
.clients_item_img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0%;
}
.clients_item_img img {
	float: right;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	background:#fff;
}
#carusel3 .item3 {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing:border-box;
	padding:5px
}

.contact_form_right {
	width: 100%;
	float: right;
	margin-left: 0;
}
.contact_form_left {
	width: 100%;
	float: left;
}
.logo_slide {
	width: 80px;
	margin-bottom:10px
}

.contact_icons_section {
	margin-top: 10px;
}
.contact_icon_container {
	width: 100%;
	margin-bottom:10px
}
.contact_icon_container_svg {
	margin-bottom: 5px;
}
.contact_icon_container_svg i {
	font-size: 30px;
}
.contact_icon_container_text {
	font-size: 15px;
}
.accessibillity_section {
	padding-top:100px;
	padding-bottom:100px;
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
.gridContainer {
	width: 89.0217%;
	max-width: 1170px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
}
.site_grid_container {
	width: 100%;
	float: right;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing:border-box;
}
.back-to-top {
	position: fixed;
	bottom: 6em;
	right: 0px;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 1002 !important;
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	opacity: 0.8;
}
.back-to-top:hover {
	background-image: url(../images/System/UpBtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 35px;
	opacity: 1;
}
header {
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2 !important;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	background-color: rgb(64 64 65 / 60%);
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.logo {
	width: 150px;
	float: left;
	position: relative;
	z-index: 100 !important;
	background-color: transparent;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	margin: 0px;
	top: 5px
}
.header_btn {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	border: 1px solid #c7a473;
	margin-top: 7px;
	background-color: rgb(199 164 115 / 90%)
}
.header_btn_menu {
	float: right;
	width: auto;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #666;
	margin-right: 20px;
	margin-top: 10px;
	background-color: rgba(0,0,0,0.3)
}
.full_screen_slideshow {
	width: 100%;
	height: 100%;
	float: right;
	position: absolute;
	z-index: 1;
}
.full_screen_content {
	width: 100%;
	float: right;
	position: absolute;
	top: 100%;
	background-color:#fff;
	z-index: 1 !important;
}
.full_screen_content_two {
	width: 100%;
	float: left;
	position: absolute;
	top: 300%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_content_tree {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	height: 100%;
	z-index: 1 !important;
	background-color: #ccc
}
.full_screen_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 400%;
	z-index: 1 !important;
	display: block;
}
.full_screen_sub_footer {
	width: 100%;
	float: left;
	position: absolute;
	top: 500%;
	z-index: 1 !important;
}
.fusion_vertical_middle {
	display: table-cell;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
}
.slideshow_btn_container {
	width: 100%;
	float: right;
	display: inline-block;
	text-align: center;
}
.slideshow_caption .btn {
	float: right;
	width: auto;
	display: inline-block;
	font-size: 19px;
	font-weight: 400;
	line-height: 2.2em;
	text-decoration: none;
	color: #fff;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	box-sizing: border-box;
	background-color: #c7a473;
	border: 1px solid #c7a473;
	direction: rtl;
	border-radius: 25px
}
.slideshow_caption .btn:hover {
	color: #fff;
	background-color: #c7a473;
}
/* css for fusion style
========================================================== */
.fS_title {
	float: right;
	width: 100%;
	font-size: 24px;
	text-decoration: none;
	line-height: 1.2em;
	text-align: right;
	direction: rtl;
}
.fS_sub_title {
	float: right;
	width: 100%;
	font-size: 21px;
	text-decoration: none;
	line-height: 1.1em;
	direction: rtl;
	margin-bottom: 5px;
}
.fS_p {
	float: right;
	width: 100%;
	font-size: 19px;
	line-height: 1.4em;
	direction: rtl;
	text-decoration: none;
}
.fS_regular {
	font-weight: 400;
}
.fS_light {
	font-weight: 300;
}
.fS_bold {
	font-weight: 700;
}
.fS_extra_bold {
	font-weight: 900;
}
.fS_center {
	text-align: center;
}
.fS_right {
	text-align: right;
}
.fS_white {
	color: #fff;
}
.fS_gold {
	color: #c7a473;
}
.fS_black {
	color: #000;
}
.fS_grey {
	color: #404041;
}

/* css for slideshow start here
========================================================== */
.slideshow_caption {
	position: absolute;
	z-index: 10;
	right: 10%;
	top: 110px;
	width: 90%;
}
.slideshow_caption .title {
	width: 100%;
	float: left;
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.1em;
}
.slideshow_caption .text {
	width: 100%;
	float: left;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	text-align: right;
	direction: rtl;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0;
	line-height: 1.2em;
}
.slideOverlay {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 10%, rgba(0,0,0,0.65) 21%, rgba(0,0,0,0.48) 42%, rgba(0,0,0,0) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0 );
}
.slideOverlay_down {
	width: 100%;
	height: 300px;
	display: block;
	position: absolute;
	bottom: 0;
	background-color: #19195e;
}
.slideshow_arrow_down {
	z-index: 1002;
	position: absolute;
	display: block;
	width: 60px;
	right: 10%;
	bottom: 150px;
}
.slideshow_arrow_down_image {
	height: 60px;
	margin-left: 0px;
	position: absolute;
	width: 60px;
	animation-name: floating;
	-webkit-animation-name: floating;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
	cursor: pointer;
	z-index: 999;
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
}
.slideshow_arrow_down_image:hover {
	background-image: url(../images/downBtnRoll.png);
	background-repeat: no-repeat;
	background-position: center top;
}
/* css for free_sections start
========================================================== */
.free_sections_home {
	float: right;
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 10px;
}
.free_sections_home_title {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.free_sections_home_items_container {
	display: block;
	float: right;
	width: 100%;
}
.free_sections_item {
	display: block;
	float: right;
	width: 100%;
	margin-left: 0;
	margin-bottom:30px;
}
.free_sections_item:nth-of-type(2n) {
	margin-left: 0%;
}
.free_sections_item_title_container {
	display: block;
	float: right;
	width: 90%;
	min-height: 25px;
	max-height: 25px;
	margin-right: 5%;
	margin-left: 5%;
	overflow: hidden;
	visibility: visible;
	margin-bottom: 10px
}
.free_sections_item .img {
	float: right;
	width: 16%;
	margin-right: 42%;
	margin-left: 42%;
}
.free_sections_item .icon {
	float: right;
	width: 90px;
	margin-right: calc(50% - 45px);
	margin-left: calc(50% - 45px);
	margin-bottom: 10px;
	text-align: center;
	font-size: 50px;
	color: #666;
}
.free_sections_item_line {
	display: block;
	float: right;
	width: 10%;
	margin-right: 45%;
	margin-left: 45%;
	margin-top: 10px;
	margin-bottom: 15px;
	height: 2px;
}
.free_sections_item .title {
	float: right;
	width: 100%;
	padding-bottom: 5px;
}
.free_sections_item .content {
	float: right;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
/* css for footer_section
========================================================== */
.footer_section {
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #232323;
}
.contact_home_form {
	width: 100%;
	float: right;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}
.contact_home_form_title {
	width: 100%;
	float: right;
	margin-bottom: 15px;
}
.footer_form_field_email {
	float: left;
	width: 100%;
	margin-bottom: 12px
}
.footer_form_field_email textarea {
	height:223px;
}
.footer_form_btn_container {
	width: 100%;
	float: right;
	margin-top:14px
}
.footer_form_btn {
	float: right;
	line-height: 2em !important;
	font-size: 22px;
	font-weight: 700;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
	text-align: center;
	cursor: pointer;
	color: #fff !important;
	background-color: #c7a473;
	padding: 0;
	border-radius: 3px
}
.footer_form_btn:hover {
	color: #fff !important;
	background-color: #404041;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_form_btn:focus {
	color: #fff !important;
	background-color: #c7a473;
	line-height: 2em !important;
	font-size: 22px;
	width: 120px;
	margin-left: calc(50% - 60px);
	margin-right: calc(50% - 60px);
}
.footer_text {
	width: 100%;
	float: left;
	margin-top: 60px;
}
.footer_info {
	width: 400px;
	margin-left: calc(50% - 200px);
	margin-right: calc(50% - 200px);
	float: right;
	font-size: 19px;
	font-weight: 400;
	text-decoration: none;
	text-align: center;
	direction: rtl;
	color: #9e99b7;
	line-height: 1.5em;
}
.footer_left_media {
	width: auto;
	float: right;
	text-align: center;
	margin-top: 18px;
	margin-right: 20px;
	display:none
}
.fotter_media_icon {
	float: none;
	color: #c7a473 !important;
	text-align: center;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	text-decoration: none;
	display: inline-block;
	direction: rtl;
	margin-left: 10px;
}
.fotter_media_icon:hover {
	color: #fff !important;
}
.fotter_media_icon i {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	font-size: 23px;
	font-weight: 400;
}
/* css for Sub Footer start here
========================================================== */
.sub_footer_section {
	width: 100%;
	float: right;
	padding-top: 15px;
	padding-bottom: 15px;
}
.sub_footer_text {
	float: right;
	width: auto;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 400;
	text-align: right;
	color: #fff;
	margin-top: 2px
}
.sub_footer_credit_icon {
	float: left;
	width: 30px;
	height: 25px;
}
/* css for testimonials here
=========================== */
.testimonials_section {
	width: 100%;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	display: block;
}
.testimonials_items_section {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	float: right;
}
.testimonials_item {
	display: block;
	float: right;
	width: 30%;
	margin-left: 5%;
}
#carusel5 .item5 {
	width: 100%;
	display: inline-block;
	background-color: transparent;
	text-decoration: none !important;
}
.testimonials_grid {
	max-width: 800px;
	margin:auto;
}
.testimonials_home_item_img {
	float: right;
	width: 100px;
	margin-left:calc(50% - 50px);
	margin-right:calc(50% - 50px);
	margin-bottom: 20px;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	background-position: left center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	left: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_left.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	background-position: right center;
	color: #fff;
	background-color: transparent;
	display: inline-block;
	zoom: 1;
	width: 50px;
	height: 80px;
	display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 0px;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: 0px solid #939598;
	filter: Alpha(Opacity=50);
	opacity: 1;
	position: absolute;
	right: -12.8%;
	top: 26%;
	font-family: 'arial';
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-o-transition: 0.3s all;
	background-image: url('../images/System/carusel_arrow_right.png');
	background-repeat: no-repeat;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none;
	background-color: transparent !important;
	color: #fff;
	border: 0px solid #79a524;
}
/* css for customers
========================================================== */
.our_customers_section {
	width: 100%;
	float: right;
	padding-top:20px;
	padding-bottom: 40px;
	display: block;
}
.our_customers_container {
	width: 100%;
	float: right;
	position: relative;
}
.our_customers_items {
	width: 100%;
	float: left;
	display: block;
}
.our_c_id {
	width: 10%;
	float: right;
	display: block;
	margin-right: 0%;
	margin-left: 5%;
	margin-bottom: 5%;
	border: 0px solid #ededee;
	box-sizing: border-box;
}
.our_c_id:nth-of-type(7n) {
	margin-left: 0%;
}
.our_c_id .img {
	width: 100%;
	float: right;
	display: block;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	text-align: center;
	height: 80px
}
.clients_item {
	float: right;
	background-color: #fff;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 0%;
	box-sizing: border-box;
	display: inline-block;
	padding: 7px;
	min-height: 80px;
	max-height: 100px;
}
.clients_item_img {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	margin: 0%;
}
.clients_item_img img {
	float: right;
	width: 100%;
	overflow: hidden;
	visibility: visible;
	background:#fff;
}
#carusel3 .item3 {
	display: inline-block;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	background-color: #f9f9f9;
	text-align: center;
	box-sizing:border-box;
	padding:5px
}

.contact_form_right {
	width: 100%;
	float: right;
	margin-left: 0;
}
.contact_form_left {
	width: 100%;
	float: left;
}
.logo_slide {
	width: 80px;
	margin-bottom:10px
}

.contact_icons_section {
	margin-top: 10px;
}
.contact_icon_container {
	width: 100%;
	margin-bottom:10px
}
.contact_icon_container_svg {
	margin-bottom: 5px;
}
.contact_icon_container_svg i {
	font-size: 30px;
}
.contact_icon_container_text {
	font-size: 15px;
}
}
