

/*start  Global*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	direction: rtl;
	color: #fff;
	font-family: 'Cairo', sans-serif;
	overflow-x: hidden;
	/*the white area damge the site*/
}

@font-face {
	font-family: JFFlat;
	src: url(../fonts/1_JF-Flat-regular.ttf) format("truetype")
}

@font-face {
	font-family: GESS;
	src: url(../fonts/2_GE_SS_TEXT_LIGHT.otf) format("truetype")
}

::-webkit-input-placeholder {
	color: #CED4DA !important;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #CED4DA !important;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #CED4DA !important;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #CED4DA !important;
}


/*loading*/

.loading {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	color: #FFF;
}


/*loading*/

#load {
	position: absolute;
	width: 600px;
	height: 36px;
	left: 50%;
	top: 40%;
	margin-left: -300px;
	overflow: visible;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

#load div {
	position: absolute;
	width: 20px;
	height: 36px;
	opacity: 0;
	font-size: 50px;
	animation: move 2s linear infinite;
	-o-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;
	-webkit-animation: move 2s linear infinite;
	transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	color: #E1041A;
}

#load div:nth-child(2) {
	animation-delay: 0.2s;
	-o-animation-delay: 0.2s;
	-moz-animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
}

#load div:nth-child(3) {
	animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

#load div:nth-child(4) {
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}

#load div:nth-child(5) {
	animation-delay: 0.8s;
	-o-animation-delay: 0.8s;
	-moz-animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}

#load div:nth-child(6) {
	animation-delay: 1s;
	-o-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

#load div:nth-child(7) {
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}
	35% {
		left: 41%;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	65% {
		left: 59%;
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	100% {
		left: 100%;
		-moz-transform: rotate(-180deg);
		-webkit-transform: rotate(-180deg);
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
}

@-moz-keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}
	35% {
		left: 41%;
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	65% {
		left: 59%;
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	100% {
		left: 100%;
		-moz-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
}

@-webkit-keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}
	35% {
		left: 41%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	65% {
		left: 59%;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	100% {
		left: 100%;
		-webkit-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
}

@-o-keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}
	35% {
		left: 41%;
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	65% {
		left: 59%;
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		opacity: 1;
	}
	100% {
		left: 100%;
		-o-transform: rotate(-180deg);
		transform: rotate(-180deg);
		opacity: 0;
	}
}

.cario_font {
	font-family: 'Cairo', sans-serif;
}

.Tajawal_font {
	font-family: 'Tajawal', sans-serif;
}

h1,
p {
	margin: 0;
}

ul {
	list-style: none;
}


/*start my framework*/

a {
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #4b4b4b;
}

.head:after {
	margin: 10px 0 0;
	height: 5px;
	width: 65px;
	background: #E1041A;
	content: '';
	display: block
}

.head-center:after {
	content: '';
	display: block;
	width: 55px;
	height: 4px;
	margin: 10px auto 1px;
	background: #E1041A;
}


}
.bold {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}
.upper {
	text-transform: uppercase;
}
.clearfix {
	clear: both;
}

/* Underline From Right */
.underline-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	/*  overflow: hidden;
*/
}
.underline-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0px;
	bottom: 0;
	background: #2b8f45;
	height: 3px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.underline-right:hover:before,
.underline-right:focus:before,
.underline-right:active:before {
	left: 0;
}

/*////////////////////*/
.main_color {
	color: #E1041A;
}
.head_color {
	color: #3C414C;
}
.text_color {
	color: #848484;
}
.main_background {
	background-color: #E1041A;
}

/* end my framework*/
.text-center {
	text-align: center
}
.facebook:hover {
	background-color: #3b5998;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.twitter:hover {
	background-color: #1da1f2;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.global:hover {
	background-color: #E1041A;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.instagram:hover {
	background-color: #833ab4;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.youtube:hover {
	background-color: #f00;
	border: 1px solid #ccc !important;
	color: #fff;
}
.google:hover {
	background: #dd4b39;
	border: 1px solid #ccc !important;
	color: #fff;
}
.instagram:hover {
	background: #5851db;
	border: 1px solid #ccc !important;
	color: #fff;
}
.margin-auto {
	margin: auto;
}

/* end my framework*/

/************************** header ***********************/
header {
	position: relative;
}

/*nav_header */
.nav_header {
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	margin: auto;
	z-index: 9999;
	padding-top: 15px;
	transition: all 0.3s ease-in-out;
}
.sticky {
	background: #fff;
	padding-bottom: 0px;
	padding-top: 10px;
}
.sticky .links_header ul {
	padding-top: 26px;
	position: relative;
	top: -11px;
}
.sticky .links_header ul a {
	color: #E1041A;
}
.sticky .links_header ul li:hover a {
	color: #fff !important;
}
.sticky .logo img {
	width: 30%;
}
.links_header ul {
	padding-top: 27px;
}
.bars {
	display: none;
	color: #E1041A;
	font-size: 40px;
	float: left;
	position: relative;
	z-index: 99;
	top: 22px;
	left: 25px;
}
.sticky_bar {
	top: -3px;
	left: 17px;
}
@media(max-width:991px) {
	.links_header ul {
		background: #fff;
		border-radius: 10px;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
	}

	.links_header ul li:hover a {
		color: #fff !important;
	}

	.bars {
		display: inline-block;
	}

	.logo {
		display: inline-block;
	}

	.sticky .logo img {
		width: 44%;
	}

	.sticky .links_header ul {
		padding-top: 26px;
		position: relative;
		top: 0;
	}

	.links_header ul li {
		display: block !important;
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.links_header ul a {
		color: #E1041A !important;
	}
}
.links_header ul li {
	display: inline-block;
	padding: 12px 33px;
	transition: all 0.4s ease-in-out;
	border-radius: 21px;
	/* font-family:GESS; */

	font-family: 'Tajawal', sans-serif;
}
.links_header ul li.active a {
	color: #fff !important;
}
.links_header ul li:first-of-type {
	margin-right: 0;
	margin-left: 25px;
}
.links_header ul li a {
	color: #ffffff;
	/* font-family:GESS; */

	font-family: 'Tajawal', sans-serif;
	font-size: 18px;
}

/* .links_header ul li:hover a{
  font-family: 'Tajawal', sans-serif;
} */
.links_header ul li.active,
.links_header ul li:hover {
	background: #E1041A;
	color: #fff;
	font-family: 'Tajawal', sans-serif;
	border-radius: 21px;
	font-weight: bold;
}
.links_header ul li.active a {
	font-family: 'Tajawal', sans-serif;
}

/* banner_header */
.banner {
	background: url("../images/img.png");
	background-size: cover;
	height: 720px;
}
.banner_header {
	background: #FFEEE1;
}
.overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.6);
}
.banner_info {
	position: relative;
	top: 25%;
}
.banner_info h1 {
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.45;
	margin-bottom: 21px !important;
	height: 145px;
	overflow: hidden;
	width: 70%;
	margin: auto;
}
.banner_info p {
	font-size: 28px;
	font-family: GESS;
	height: 38px;
	overflow: hidden;
	width: 70%;
	margin: auto;
}
.btn {
	padding: 12px 60px;
	color: #fff;
	border-radius: 15px;
	border: 2px solid #E1041A;
	background: rgba(255, 255, 255, 0.58);
	font-size: 20px;
	font-weight: 800;
	font-family: 'Cairo', sans-serif;
	margin-top: 67px;
	transition: all 0.4s ease-in-out;
}
.btn:hover {
	background: #E1041A;
	color: #fff;
	/* border:2px solid #ffffff; */
}
.owl-controls {
	position: relative;
	top: -150px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 21px;
	height: 21px;
	margin: 5px 7px;
	background: rgba(112, 112, 112, 0.16);
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #E1041A !important;
}
.oval {
	width: 100%;
	height: 172px;
	background: #FFEEE1;
	position: absolute;
	bottom: -37px;
	z-index: 99;
	border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}

/************************** header ***********************/

/************************** about_us ***********************/
.about_us {
	background: #FFEEE1;
	position: relative;
	z-index: 110;
}
.heading {
	font-size: 36px;
	font-weight: 400;
	font-family: JFFlat;
	color: #3C414C;
	margin: 0;
	margin-bottom: 20px;
	padding-top: 27px;
}
.head_desc {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Cairo', sans-serif;
	color: #001D32;
	margin: auto;
	overflow: hidden;
	line-height: 1.5;
}
.about_us .head_desc {
	width: 70%;
	margin: auto;
}
.more_height {
	height: 122px;
}
.oval1 {
	width: 100%;
	height: 338px;
	background: #FFFBF7;
	position: relative;
	bottom: 135px;
	z-index: 99;
	border-radius: 50% 50% 50% 50%/31% 31% 38% 38%
}
.icon_container {
	position: relative;
	top: 60px;
	margin: auto;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(225, 4, 26, 0.58);
	text-align: center;
	line-height: 45px;
	font-size: 21px;
}

/************************** about_us ***********************/

/************************** company_info ***********************/

/* company_data */
.company_info {
	position: relative;
	overflow: hidden;
}

/* .img{
  position: absolute;
    bottom: -66px;
    right: -28%;
}
.img img{
  float: left;
  position: relative;
  bottom: -50px;
  height: 980px;
} */
.img {
	position: relative;
	bottom: 55px;
	right: -76%;
}
.img img {
	height: 980px;
	position: absolute;
	max-width: 182%;
}
.company_info .more_height {
	height: 92px;
	margin-bottom: 35px;
}
.company_info .head_desc {
	color: #828282;
}
.change_size {
	font-size: 26px;
	/* margin-bottom:30px; */
}
.mp-40 {
	margin-bottom: 40px !important;
}
.see_more {
	height: 57px;
}
.see_more .btn {
	color: #3C414C;
	border-color: #707070;
	margin-top: 0;
	padding: 10px 34px;
}
.see_more .btn:hover {
	color: #fff;
	border-color: #E1041A;
}

/************************** company_info ***********************/

/************************** company_ex ***********************/
.company_ex {
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}
.img_right {
	position: absolute;
	right: 43%;
}
.ex_data {
	position: relative;
}
.ex_data::before {
	height: 417px;
	width: 1.5px;
	background: #848484;
	display: block;
	position: absolute;
	right: 14px;
	top: 0;
	content: "";
}
.ex_head {
	margin: 140px 0 80px;
}
.ex_data li::before {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	border-radius: 50%;
	background: #E1041A;
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 5;
	top: 5px;
	right: 5px;
}
.ex_data li p::before {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #848484;
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.ex_data li {
	position: relative;
	height: 105px;
	overflow: hidden;
	margin-bottom: 30px;
}
.ex_data li p {
	display: inline-block;
	margin-right: 40px;
	font-size: 18px;
	font-family: JFFlat;
	font-weight: 400;
	color: #848484;
}

/*tabs code css*/
.tabs-content section:not(.tab-one) {
	display: none;
}

/*tabs code css*/

/************************** company_ex ***********************/

/************************** products ***********************/
.products {
	padding-top: 80px;
	background: url("../images/back_4.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	overflow: hidden;
}
@media (min-width:1400px) {
	.products {
		background-position: center;
	}
}
ul.tab-switch {
	margin-bottom: 60px
}
ul.tab-switch li {
	display: inline-block;
	margin-right: 55px;
	width: 17%;
	/* overflow:hidden; */

	height: 40px;
	border-radius: 10px;
	padding: 3px 25px;
	cursor: pointer;
}
ul.tab-switch li:first-of-type {
	margin-right: 0;
	width: 100px;
}
ul.tab-switch li.selected,
ul.tab-switch li:hover {
	background: #E1041A !important;
	color: #fff;
}
ul.tab-switch li p {
	font-size: 24px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	color: #3C414C;
	transition: all 0.3s ease-in-out;
}
ul.tab-switch li.selected p,
ul.tab-switch li:hover p {
	color: #fff;
}
.tab_work_data {
	position: relative;
	overflow: hidden;
}
.img_work img {
	height: 182px;
	width: 288px
}
.img_work:hover {
	box-shadow: 0px 0px 12px 10px #CED4DA;
}
.tab_work_data:hover .triangle-bottomright {
	opacity: 1;
	visibility: visible;
}
.tab_work_data:hover .triangle-bottomright .text_info {
	top: 83px;
	right: 8px;
}
.tab_work_data:hover .triangle-bottomright a {
	top: 100px;
	right: 8px;
}
.triangle-bottomright {
	width: 0;
	height: 0;
	border-bottom: 174px solid #fff;
	border-left: 255px solid transparent;
	position: absolute;
	bottom: 4px;
	right: 3px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease-in-out;
}
.triangle-bottomright .text_info {
	font-size: 21px;
	font-family: 'Cairo', sans-serif;
	font-weight: 600;
	position: relative;
	top: 20px;
	display: block;
	width: 132px;
	height: 30px;
	overflow: hidden;
	color: #3C414C;
	transition: all 0.4s ease-in-out;
}
.triangle-bottomright a {
	position: relative;
	top: 150px;
	background: #E1041A;
	width: 55px;
	height: 36px;
	border-radius: 30px;
	color: #fff;
	font-size: 25px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	transition: all 0.5s ease-in-out;
	right: -50px;
}

/************************** products ***********************/

/************************** testimonial ***********************/
.testi_mb {
	margin-top: 80px;
	margin-bottom: 0;
}
.testi_item {
	height: 500px;
	padding: 0 15px;
}
.testi_item.active {
	position: relative;
	left: 85px;
}
.box_item:hover {
	box-shadow: 0px 0px 12px 10px #CED4DA;
}
.testi_slider .owl-item.center+.owl-item.active .box_item.active {
	z-index: 99;
	top: 125px;
	background: #F6F8F9;
	opacity: 1;
	transition: all 1s ease;
	width: 520px;
	position: relative;
	left: 80px;
}
.box_item {
	border: 1px solid #CED4DA;
	border-radius: 12px;
	position: relative;
	z-index: -18;
	top: 200px;
	transition: all 0.4s ease-in-out;
	opacity: 0.5;
}
.testi_item img {
	margin-top: -72px !important;
	height: 150px !important;
	width: 150px !important;
	border-radius: 50%;
	display: inline-block;
	margin: auto;
}
.person_testi_head {
	font-size: 21px;
	font-family: 'Cairo', sans-serif;
	color: #3C414C;
	height: 25px;
	overflow: hidden;
}
.person_testi_desc {
	font-size: 16px;
	font-family: JFFlat;
	font-weight: 400;
	color: #848484;
	width: 80%;
	height: 118px;
	overflow: hidden;
	margin: auto;
	margin-bottom: 20px;
}
.products .owl-theme .owl-dots .owl-dot span {
	height: 16px !important;
	width: 8px !important;
	background: #E6E6E6;
	transition: all 0.3s ease-in-out;
}
.products .owl-theme .owl-dots .owl-dot:hover span {
	background: #56CEEE !important;
}
.products .owl-theme .owl-dots .owl-dot.active span {
	background: #56CEEE !important;
	height: 25px !important;
	width: 8px;
}
.products .owl-dots {
	position: relative;
	top: 50px;
}
.products .owl-theme .owl-nav [class*="owl-"] {
	color: #E6E6E6;
	font-size: 14px;
	margin: 0;
	padding: 4px 45px;
	background: #fff;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
	border: 1px solid #CED4DA;
}
.products .owl-theme .owl-nav {
	margin-top: 20px !important;
}
.products .owl-theme .owl-nav div {
	font-size: 25px !important;
	height: 30px;
	line-height: 30px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.products .owl-theme .owl-nav div:hover {
	background: #fff !important;
	color: #56CEEE !important;
}
.products .owl-theme .owl-nav div i {
	position: relative;
	top: -3px;
}
.products .owl-theme .owl-nav .owl-next {
	border-radius: 19px 0 0 19px !important;
	position: relative;
	left: 1px;
}
.products .owl-theme .owl-nav .owl-prev {
	border-radius: 0 19px 19px 0 !important;
}

/************************** testimonial ***********************/

/************************** partners ***********************/

/* .partners{
  padding:80px 0;
} */
.parter_slider {
	margin-top: 60px;
}
.partner_m {
	padding-top: 0;
}
.img_slider img {
	height: 48px;
}

/************************ partners ***********************/

/************************ contact_us ***********************/
.contact_us {
	padding-top: 80px;
}
.contact_m {
	padding-top: 0;
	margin-bottom: 30px;
}
.add_back {
	background: #F7F7F7;
	position: relative;
	border-radius: 10px;
}
.contact_info {
	width: 60%;
	padding: 40px 0;
	margin: auto;
	overflow: hidden;
}
.how_can {
	position: absolute;
	top: 25%;
	right: 2%;
	font-size: 17px;
	font-weight: 400;
	color: #848484;
	direction: ltr;
}
.how_can_phone {
	position: relative;
	top: -50px;
}
.contact_info label {
	display: block;
	color: #2E3337;
	font-size: 14px;
	font-family: 'Tajawal', sans-serif;
	font-weight: 500;
	margin-bottom: 13px;
}
.contact_info input,
.contact_info textarea {
	width: 100%;
	height: 55px;
	border: 1px solid #F2F2F2;
	border-radius: 12px;
	color: #2E3337;
	padding: 0 15px;
}
.contact_info input[type='submit'] {
	background: #E1041A;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	font-family: 'Cairo';
	transition: all 0.4s ease-in-out;
	border: 2px solid transparent;
	width: 96.5%;
	display: block;
	margin: auto;
}
.contact_info input[type='submit']:hover {
	background: #fff;
	color: #E1041A;
	border: 2px solid #E1041A;
}
.contact_info textarea {
	height: 200px;
	padding: 20px 15px;
	resize: none;
}

/************************** contact_us ***********************/

/************************** footer ***********************/

/* footer */
footer {
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}
.bottom_back {
	position: absolute;
	top: 106px;
	left: 334px;
	height: 1200px;
	z-index: -1;
	width: 1510px;
	transform: rotate(-136deg);
}
.footer_head_two {
	font-size: 26px;
	font-family: JFFLAT;
	color: #3C414C;
	margin-bottom: 26px;
	font-weight: 400;
}
.head_dec_two {
	font-size: 16px;
	font-family: JFFLAT;
	color: #989898;
	width: 88%;
	height: 123px;
	overflow: hidden;
	text-align: justify;
}
.payment_img img {
	height: 50px;
	margin-top: 25px;
}
.links a {
	display: block;
	color: #848484;
	font-size: 18px;
	font-family: JFFLAT;
	margin-bottom: 20px;
	transition: all 0.3s ease-in-out;
	position: relative;
	right: 0;
	font-weight: 400;
}
.links a:hover {
	color: #E1041A;
	right: 20px;
}
@media(max-width:991px) {
	.social a {
		width: 34px;
		height: 34px;
		line-height: 41px !important;
	}

	.the_most .col-md-2 a span {
		line-height: 32px;
	}
}
.social a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 50%;
	display: inline-block;
	color: #fff !important;
	margin-right: 26px;
	display: inline-block;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}
.social a i {
	color: #707070;
}
.social .global {
	margin: 0;
	position: relative;
	left: 1px;
}
.social a:hover i {
	color: #fff !important;
}
.social {
	margin-bottom: 20px;
}
div.location a:before {
	font-family: "Font Awesome 5 Free";
	/* content:'\f879'; */

	font-weight: 900;
	font-size: 20px;
	padding: 5px;
	padding-top: 0;
	vertical-align: top;
	display: inline-block;
	color: #E1041A;
}
div.location a[data*="phone"]:before {
	content: "\f095";
}
div.location a[data*="email"]:before {
	content: "\f0e0";
}
div.location a[data*="location"]:before {
	content: "\f3c5";
}
.footer_contact {
	font-size: 26px;
	font-weight: bold;
	color: #E1041A;
}

/* footer */

/************************** footer ***********************/

/* addClasses */
#about {
	opacity: 0;
	visibility: hidden;
}

/* addClasses */

/*start responsive*/
@media(max-width:400px) {
	/* header */

	.banner_info h1 {
		font-size: 31px;
		height: 177px;
		width: 90%;
		margin-bottom: 0 !important;
	}

	.banner_info p {
		font-size: 25px;
		height: 67px;
	}
	/* header */
	/* about_us */

	.about_us .more_height {
		height: 191px;
		font-size: 14px;
	}

	.icon_container {
		position: relative;
		top: 0px;
	}

	.about_us .heading {
		padding-top: 34px;
		font-size: 30px;
	}
	/* about_us */

	.testi_slider .owl-item.center+.owl-item.active .box_item.active {
		width: auto;
		left: 0;
	}

	ul.tab-switch li {
		display: block;
		width: 100%;
		overflow: hidden;
		height: 40px;
		border-radius: 10px;
		padding: 3px 25px;
		margin: 0 auto;
		text-align: center;
		float: right;
		position: relative;
		z-index: 100;
	}

	ul.tab-switch li:first-of-type {
		width: 100%;
	}

	.person_testi_desc {
		font-size: 14px;
		height: 120px;
	}

	.head_dec_two {
		margin-top: 20px;
		height: 179px;
	}
}
@media(min-width:401px) and (max-width:768px) {
	/* header */

	.banner_info h1 {
		font-size: 38px;
		height: 178px;
		width: 90%;
	}

	.banner_info p {
		font-size: 25px;
		height: 67px;
	}
	/* header */
	/* about_us */

	.about_us .more_height {
		height: 194px;
		font-size: 16px;
	}

	.icon_container {
		position: relative;
		top: 0px;
	}
	/* about_us */

	.tab_work_data {
		text-align: center
	}

	.testi_slider .owl-item.center+.owl-item.active .box_item.active {
		width: auto;
		left: 0;
	}

	ul.tab-switch li {
		width: 50%;
		float: right !important;
		margin: 0;
		margin-bottom: 10px;
	}

	ul.tab-switch li:first-of-type {
		width: 50%;
	}

	ul.tab-switch li:nth-of-type(2n) {
		width: 48%;
		margin-right: 2%;
	}

	.head_dec_two {
		margin-top: 20px;
	}
}
@media(min-width:768px) and (max-width:991px) {
	/* about_us */

	.about_us .more_height {
		font-size: 17px;
		height: 125px;
	}
	/* about_us */

	ul.tab-switch li {
		width: 50%;
		float: right !important;
		margin: 0;
		margin-bottom: 10px;
	}

	ul.tab-switch li:first-of-type {
		width: 50%;
	}

	ul.tab-switch li:nth-of-type(2n) {
		width: 48%;
		margin-right: 2%;
	}

	.head_dec_two {
		font-size: 15px;
		font-family: JFFLAT;
		color: #989898;
		width: 88%;
		height: 131px;
	}

	footer .col-sm-6 {
		width: 50%;
		height: 319px;
	}

	footer .col-sm-6:nth-of-type(3) {
		height: 200px;
	}

	footer .col-sm-6:nth-of-type(4) {
		height: 250px;
	}
}
@media(min-width:991px) and (max-width:1199px) {
	/* about_us */

	ul.tab-switch li {
		width: 50%;
		float: right !important;
		margin: 0;
		margin-bottom: 10px;
	}

	ul.tab-switch li:nth-of-type(2n) {
		width: 48%;
		margin-right: 2%;
	}

	ul.tab-switch li:first-of-type {
		width: 50%;
	}

	ul.tab-switch {
		margin-bottom: 0;
		height: 167px;
	}

	.head_dec_two {
		font-size: 14px;
	}

	.testi_slider .owl-item.center+.owl-item.active .box_item.active {
		width: auto;
		left: 0;
	}
}
@media(min-width:1199px) {}
@media(min-width:320px) and (max-width:991px) {}
@media(max-width:991px) {
	.img,
	.img_right,
	.img_left {
		opacity: 0.2;
	}

	.company_info .head_desc,
	.ex_data li p {
		color: #605e5e;
	}

	.company_ex {
		padding-top: 0;
	}

	ul.tab-switch {
		margin-bottom: 0;
		height: 203px;
	}

	.tab_work_data {
		position: relative;
		z-index: 901;
	}

	.opinion,
	.social_conatct {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
	}

	.products {
		background-position: center;
	}

	.contact_m {
		padding-top: 0;
		margin-bottom: 30px;
		margin-right: 20px;
	}

	.how_can {
		top: 8px;
		left: 9px;
	}

	.contact_info {
		width: 86%;
	}

	.testi_slider .owl-item.center+.owl-item.active .box_item.active {
		width: auto;
		left: 0;
	}

	.links a {
		z-index: 136;
		position: relative;
	}
}

/*end responsive*/

/************************** Pages********************* */

/************ about_us_page *************/
.about_page_info {
	padding: 80px 0 30px;
	overflow: hidden;
}
.about_page_data p {
	font-size: 22px;
	font-family: JFFLAT;
	font-weight: 400;
	color: #828282;
	height: 167px;
	overflow: hidden;
	margin-bottom: 25px;
}
@media (max-width:600px) {
	.about_page_data p {
		font-size: 16px;
		height: 230px;
	}
}
@media(min-width:601px) and (max-width:1199px) {
	.about_page_data p {
		font-size: 18px;
		height: 150px;
	}
}

/************ about_us_page *************/

/************ our_experience *************/
.exper_page.company_ex {
	position: relative;
	top: -160px;
}
.company_ex1 {
	padding: 20px 0 0;
	overflow: hidden;
	position: relative;
	top: -150px;
}
.img_left {
	left: 50%;
	height: 100%;
	right: auto;
	position: absolute;
	float: left;
}
.company_ex1 .links_header ul li:first-of-type {
	margin-left: 0;
	margin-right: 25px;
}
.company_ex1 .ex_data li::before {
	margin-left: 0;
	margin-right: 10px;
	top: 5px;
	left: 5px;
	right: auto;
}
.company_ex1 .ex_data li p::before {
	margin-left: 0;
	margin-right: 10px;
	top: 0;
	left: 0;
	right: auto;
}
.company_ex1 .ex_data::before {
	left: 14px;
	right: auto;
}
.company_ex1 .ex_data li p {
	margin-right: 0;
	margin-left: 40px;
}
.company_ex1 .heading {
	text-align: left;
}
.head1::after {
	margin: 18px 0 0;
	height: 5px;
	width: 65px;
	background: #E1041A;
	content: '';
	display: block;
	text-align: left;
	position: absolute;
	left: 18px;
}

/************ our_experience *************/

/************ our_work *************/
.company_ex_work_page {
	padding: 0;
	margin-top: -50px;
}
.our_work_img {
	width: 100%;
	height: 400px;
	position: relative;
	top: 80px;
}
.company_ex_work_page .heading {
	margin-bottom: 40px;
	padding-top: 80px;
}
.our_work_img img {
	width: 100%;
	height: 100%;
}
.our_work_page .triangle-bottomright {
	display: none;
}
.our_work_page .work_head {
	position: relative;
	top: -50px;
}
.our_work_page {
	background: none;
	padding-bottom: 50px;
	padding-top: 23px;
}
@media (max-width:991px) {
	.our_work_img {
		height: 300px;
		top: 0;
		width: 70%;
		margin: auto;
	}
}

/************ our_work *************/

/************************** Pages********************* */
