/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header Styles   		   */
/*   03 - Slider Styles   		   */
/*   04 - About Styles   		   */
/*   05 - Service Styles   		   */
/*   06 - Products Styles   	   */
/*   07 - Parteners Styles   	   */
/*   08 - Customers Styles   	   */
/*   09 - contact us Styles   	   */
/*   10 - Footer Styles   	       */
/*   11 - About Page Styles   	   */
/*   12 - Contact Page Styles      */
/*   13 - Service Details Page Styles */


/*   01 - General & Basic Styles   */
@font-face {
    font-family: 'DinNextLight';
    src: url('../fonts/din-next/light/DinNextLight.eot');
    src: url('../fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}
@font-face {
    font-family: 'DinNextRegular';
    src: url('../fonts/din-next/regular/DinNextRegular.eot');
    src: url('../fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}
@font-face {
    font-family: 'DinNextMedium';
    src: url('../fonts/din-next/medium/DinNextMedium.eot');
    src: url('../fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}
@font-face {
    font-family: 'DinNextBold';
    src: url('../fonts/din-next/bold/DinNextBold.eot');
    src: url('../fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}


@font-face {
    font-family: fairuz-light;
    src: url('fonts/fairuz_fonts/Fairuz-Light.otf');
}

@font-face {
    font-family:fairuz-regular;
    src: url('fonts/fairuz_fonts/Fairuz-Normal.otf');
}

@font-face {
    font-family: fairuz-bold;
    src: url('fonts/fairuz_fonts/Fairuz-Bold.otf');
}

@font-face {
    font-family: fairuz-black;
    src: url('fonts/fairuz_fonts/Fairuz-Black.otf');
}


*{
    font-family: 'fairuz-regular';
}
p{
  	font-family: 'fairuz-regular' !important;
	font-size: 15px;
	line-height: 25px ;
  	font-weight: 300;
  	color: #202020;
    text-align: justify;
	direction:ltr;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li{
	list-style: none;
}
img{
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6{ 
	font-family: 'fairuz-regular' !important;
}
.h4, h4 {
    font-size: 20px;
}
a{
	font-family: 'fairuz-regular';
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
a{
	text-decoration: none;
	o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
body{
  	overflow-x: hidden;
  	direction: ltr;
  	color: #202020;
	text-align:left;
}
b, strong {
	font-weight: 700 !important;
}
ul{
	padding: 0;
}
ul li{
	list-style: none;
}
.div-50{
	height: 50px;
	width: 100%;
	display: block;
}
.div-10{
	height: 10px;
	width: 100%;
	display: block;
}
.div-20{
  height: 20px;
  width: 100%;
  display: block;
}
.div-15{
  height: 15px;
  width: 100%;
  display: block;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
img{
	max-width: 100%;
}

/*   02 - Header Styles   		   */
.main-header .bg-light {
    background-color: #fff !important
}
.main-header{
	/*position: relative;*/
	background-color: #fff !important;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
	background: linear-gradient(to right , white, white , #040202,black);

}
.main-header .navbar-brand{
	padding-right: 0 !important;
	margin-right: 0;
}
.main-header .navbar {
	padding-right: 0;
	padding-left: 0;
}
.main-header .dropdown-toggle::after {
    display: none;
}
.lang-link {
    position: absolute;
    left: 7px;
    top: 30px;
    color: #faba05 !important;
}

.main-header .navbar-nav{
	margin-top: 55px;
}
.main-header .navbar-nav a{
	font-size: 16px;
	margin-left: 2px;
	color: #4c4c4c;
	padding-left: 10px !important;
    padding-left: 8px !important;
}
.main-header .navbar{
	padding-bottom: 20px;
}
.main-header .dropdown-menu {
    background-color: #26417c;
    border: 0;
    border-radius: 0;
    margin-top: 0px;
    padding: 0;
    width: 200px;
	text-align:left;
}
.main-header .dropdown-item{
	font-size: 13px !important;
	color: #fff !important;
	margin-right: 0 !important;
    padding: 8px 30px;
    white-space: pre-line;
    text-align: left;
}

.main-header .dropdown-item:hover{
	
    padding: 8px 20px !important;

}

.main-header .dropdown-item:hover{
	background: #040202 !important;
}
.dropdown-divider{
	margin: 0;
}
a.dropdown-item.more-item {
    background: #4c4c4c57 !important;
    color: #3b2b50;
    text-align: center;
}
/*   03 - Slider Styles   		   */
.slider{
	margin-top: 82px;
}
.slider h2{
	font-size: 35px;
	text-transform: uppercase;
}
.slider p{
	color: #ffffff;
    text-align: center;
    font-weight: 100;
    margin-bottom: 35px;
}
.slider .btn-success{
	background: #1b1a1a;
	padding: 10px 50px;
}
.slider .btn-success a{
	color: #ffffff;
}

/*   04 - About Styles   		   */
.about-sec{
	padding: 50px 0;
	position: relative;
}
.sec-title {
    text-align: left;
}
.sec-title p{
	color: #222222;
	font-size: 14px;
	margin-bottom: 0;
}
.sec-title h4{
	font-weight: bold;
	margin-bottom: 0;
}
hr.title-hr {
    border-top: 6px solid #faba05;
    width: 100px;
    float: right;
    margin: 6px 0;
}
.clearfix {
    clear: both;
}
.about-txt {
    text-align: right;
    width: 50%;
}
.about-txt h4{
	color: #1b1a1a;
	font-weight: bold;
}

.about-logo img {
    position: absolute;
    left: 100px;
    bottom: 100px;
}

/*   05 - Service Styles   		   */
.service-sec{
	padding: 100px 0 80px 0;
	background: url(../images/bgservice.png);
}
.service-sec .more-btn{
	background: #ffffff;
    color: #faba05;
}
.more-btn{
    border: 0;
    padding: 10px 30px;
    float: left;
    margin-top: 20px;
}
.service-sec .sec-title{
	float: left;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.service-sec .more-btn:hover , .service-sec .more-btn:focus , .service-sec .more-btn:active{
	background: #812993;
	color: #ffffff;
}
.service-block {
    /*background: #ffffff;*/
    margin-bottom: 20px;
}
.service-desc {
    padding: 15px;
}
.service-desc p {
    /*font-weight: 600;*/
    font-size: 16px;
    margin-bottom: 0;
}
hr.service-desc-rh {
    border-top: 2px solid #1b1a1a;
    width: 50px;
    float: right;
}


/*   06 - Products Styles   	   */
.product-sec{
	padding: 100px 0;
}
.product-sec .sec-title{
	float: left;
}
.product-sec .more-btn{
	background: #faba05;
	color: #ffffff;
}
.product-block {
    padding: 10px;
}
.product-desc p{
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
}
.product-desc{
	padding: 20px 0;
}


/*   07 - Parteners Styles   	   */
.partenrs-sec{
	/*direction: ltr;*/
	padding: 0 0 40px 0;
}
.partenrs-sec .owl-dots{
	display: none;
}

.partenrs-sec .owl-theme .owl-nav .disabled {
    opacity: 1;
    cursor: default;
}
.partenrs-sec .owl-prev{
	position: absolute;
    right: 0;
    top: 50px;
    /*font-size: 50px !important;*/
    color: #241644 !important;
    border: 1px dashed #241644 !important;
    width: 50px;
    height: 50px;
}
.owl-prev:focus, .owl-next:focus{
	outline: 0px auto -webkit-focus-ring-color !important;
}
.partenrs-sec .owl-prev span, .partenrs-sec .owl-next span{
	font-size: 50px;
    top: -25px;
    position: absolute;
    left: 9px;
}
.partenrs-sec .owl-next{
	position: absolute;
    left: 0;
    top: 50px;
    /*font-size: 50px !important;*/
    color: #241644 !important;
    border: 1px dashed #241644 !important;
    width: 50px;
    height: 50px;
}
.partenrs-sec .owl-stage-outer{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.partenrs-sec .item img{
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}

/*   08 - Customers Styles   	   */
.customer-sec{
	padding: 40px 0 30px 0;
	background: url(../images/bgcostumer.png);
}
.customer-block {
   /* background: #ffffff;*/
    padding: 35px 20px;
    margin-bottom: 20px;
}
.customer-desc{
	margin-top: 20px;
}
.customer-desc p{
	/*font-weight: 600;*/
	color: #faba05;
	margin-bottom: 0;
}

/*   09 - contact us Styles   	   */
.contact-sec{
	padding: 50px 0;
	background: url(../images/bgcontacts.png);
}
.contact-sec .sec-title h4{
	color: #ffffff;
}
.contact-txt p{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	font-weight: 100 !important;
}
.contact-txt a{
	padding: 15px 35px;
	background: #ffffff;
	color: #faba05;
	font-size: 18px;
}
.contact-txt{
	text-align: center;
}

/*   10 - Footer Styles   	       */
footer{
	padding: 50px 0 0 0;
	background: #040102;
}
.top-footer {
    text-align: left;
}
.footer-logo {
    margin-bottom: 20px;
}
.top-footer p{
	text-align:justify;
	font-size:15px;
}
.contact-info-ul{
	list-style-image: url(../images/pin.png);
	margin: 0;
    padding-left: 16px;
	list-style:none;
}

.top-footer h4{
	font-weight: bold;
	margin-top: 20px;
}
.main-footer .footer-hr{
	border-top: 1px solid #faba05;
}
.social-ico li{
	display: inline-block;
	margin-right: 20px;
}
.social-ico li a{
	color: #fff;
}
.copyright span{
	color: #1b1a1a;
}

/*   11 - About Page Styles   	   */
.breadcumb-sec {
    background: #040202;
    text-align: right;
    padding: 20px 0;
    margin-top: 82px;
}
.breadcumb-sec h4{
	color: #ffffff;
	font-size: 20px;
}
.breadcumb-sec p{
	margin-bottom: 0;
	color: #222222;
}
.breadcumb-sec .breadcrumb{
	background: transparent !important;
	float: left;
}
.breadcumb-sec .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-item a{
	color: #040202;
}
.breadcrumb-item.active {
    color: #222222;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
    padding-left: 5px;
    color: #ffffff;
    content: "|";
}

/*   12 - Contact Page Styles      */
.contact-us-sec {
    padding: 100px 0;
    text-align: right;
}
.margin-b-20{
	margin-bottom: 20px;
}
.message-btn{
	background: #faba05;
	padding: 10px 30px;
	color: #ffffff;
	border: 0;
}
.padding-top-100{
	padding-top: 100px;
}
.txt-center{
	text-align: center;
}

/*   13 - Service Details Page Styles */
.service-det-sec{
	padding: 40px 0;
}
.service-det-desc{
	margin-top: 30px;
	text-align: right;
}
.service-det-block .service-det-desc p{
	font-size: 18px;
	line-height: 1.8;
	font-weight: 100;
	margin-bottom: 40px;
}
.product-det-sec{
	padding: 100px 0;
	text-align: center;
}

.service_sec
{
	margin-top: -100px !important;
    position: relative;
    z-index: 999;
}


@media (min-width: 576px){
    
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 
    
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {  }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }

.close {
    float: left !important;
}

.field-signupform-address .help-block
{
	color:#274982;
	font-size:12px;
}

.help-block
{
	color:red;
	font-size:12px;
}

.has-error input
{
	border:1px solid red;
}

img
{
	max-width:100%;
}

.about-logo img {
    position: static;
}

.carousel-caption 
{
    bottom: 100px;
}

.logo img , .logo,.navbar 
{
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.amr
{
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.logo,.navbar-brand , .navbar ,.main-header
{
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.amr .logo img
{
	
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.amr .navbar-nav.mr-auto
{
	margin:0 auto;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.animation-element.product.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.product {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -300px, 0px);
    -webkit-transform: translate3d(0px, -300px, 0px);
    -o-transform: translate(0px, -300px);
    -ms-transform: translate(0px, -300px);
    transform: translate3d(0px, -300px, 0px);
}

.animation-element.title_animation.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.title_animation {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, -100px, 0px);
    -webkit-transform: translate3d(0px,-100px, 0px);
    -o-transform: translate(0px,-100px);
    -ms-transform: translate(0px,-100px);
    transform: translate3d(0px,-100px, 0px);
}

.animation-element.servicean.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.servicean {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.partneran.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.partneran {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.clientan.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.clientan {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(0px, 100px, 0px);
    -webkit-transform: translate3d(0px, 100px, 0px);
    -o-transform: translate(0px, 100px);
    -ms-transform: translate(0px, 100px);
    transform: translate3d(0px, 100px, 0px);
}

.animation-element.contactan.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element.contactan {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(1000px, 0px, 0px);
    -webkit-transform: translate3d(1000px, 0px, 0px);
    -o-transform: translate(1000px, 0px);
    -ms-transform: translate(1000px, 0px);
    transform: translate3d(1000px, 0px, 0px);
}

.service-block
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-block:hover
{
	margin-top:-10px;
}

.product-block
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product-block:hover
{
	margin-top:-10px;
}

.customer-block
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	background:#f2f2f2;
	border-radius:5px;
}

.customer-block:hover
{
	margin-top:-10px;
	background:#faba05;
}

.partneran .item
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.more-btn
{
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.more-btn:hover
{
	margin-top:-3px;
}

.slider .carousel-caption 
{
	left: 15%;
	right:auto;
}

#carouselExampleControls2 .carousel-item div
{
	display:inline-block;
	margin: 10px;
}

#carouselExampleControls .carousel-control-next-icon
{
	background-color: #812993;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
}

#carouselExampleControls .carousel-control-prev-icon
{
	background-color: #812993;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
}


#carouselExampleControls2 .carousel-control-next-icon
{
	background-color: #812993;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-size: 15px;
}

#carouselExampleControls2 .carousel-control-prev-icon
{
	background-color: #812993;
    width: 20px;
    height: 20px;
    padding: 10px;
    background-size: 15px;
}

.navbar-brand , .navbar
{
	padding:0 !important;
}

.carousel-caption h1
{
	font-family: 'fairuz-black' !important;
	color:#faba05;
	font-size:60px;
}

.carousel-caption h4
{
	color:#faba05;
	font-size:25px;
}

.main-header li.nav-item a:hover{
    color: #faba05 !important;
}

#carouselExampleControls .carousel-control-prev-icon {
    background-color: #040102;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

#carouselExampleControls .carousel-control-next-icon {
    background-color: #040102;
    width: 50px;
    height: 50px;
    padding: 10px;
    background-size: 28px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.orange_color
{
	color:#faba05 !important;
}
.breadcumb-sec h1
{
	font-family: 'fairuz-black' !important;
	color:#faba05;
	font-size:60px;
}

.breadcumb-sec h2
{
	color:#faba05;
	font-size:25px;
}


.breadcumb-sec h4
{
	font-size:28px;
}

.main-footer
{
	background:#faba05;
}

.top-footer , .top-footer p , .top-footer a
{
	color:#fff;
}

.top-footer a:hover
{
	color:#faba05;
}

.social-ico li a:hover 
{
    color: #faba05;
}

.footer-menu
{
	clear:both;
}

.footer-menu li
{
	display: inline-flex;
    width: 49%;
}

.mailllistsend
{
	background: #faba05;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
    margin: 0 auto;
    display: block;
    min-width: 160px;
	cursor:pointer;
}

.orange_bg 
{
	background:#faba05;
	border-radius:15px;
	padding:15px;
	margin-bottom: 20px;
	padding: 40px 15px;
	min-height: 236px;
}

.orange_bg img
{
	max-width: 78px;
    max-height: 78px;
    margin-top: calc((90px - 78px)/2);
}

.orange_bg_2 
{
	background:#f18535;
	border-radius:5px;
	padding:15px;
	margin-bottom: 15px;
}

.rtl
{
	direction:ltr;
}

.strip_inner_page
{
	background:#f2f2f2;
	height:50px;
	width:100%;
}
.owl-carousel .owl-next
{
	background: #faba05 !important;
	position: absolute;
    left: -21px;
    top: 35%;
    color: #ffffff !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
}
.owl-carousel .owl-next.disabled
{
    background: #f2f2f2 !important;
}


.owl-carousel .owl-prev
{
	background: #faba05 !important;
	position: absolute;
    left: auto;
	right:-21px;
    top: 35%;
    color: #ffffff !important;
    width: 35px;
    height: 35px;
    border-radius: 50% !important;
}
 .owl-carousel .owl-prev.disabled
{
	
    background: #f2f2f2 !important;
}

.question-sec .card-header
{
	border-bottom:none;
	border-radius: 6px;
	font-size: 20px;
	font-family: 'fairuz-bold';
	cursor:pointer;
	padding:0 0px 0 15px;
	overflow: hidden;
}
.question-sec .title
{
	float:left;
	width: 91%;
}
.question-sec .collapsed .up
{
	display:none;
}


.question-sec .collapsed .down
{
	display:block;
}
.question-sec .up
{
	background: #26417c;
    color: #ffcb00;
	float:right;
	padding:10px;
}

.question-sec .down
{
	background: #cecece;
    color: #686868;
	float:right;
	padding:10px;
	display:none;
}

.white_bg
{
	background:#fff;
}
.orange_bg_contact
{
	background: #ffb100;
}

.why-sec
{
	margin-top:-150px;
}

.message-btn
{
	background:#ffb100;
}
.learn_more
{
	background: #ffb100;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff !important;
}

.learn_more:hover
{
	background: #040202;

}

.service-block .img
{
	background: #f2f2f2;
    border-radius: 50%;
    padding: 32px;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
}
.service-block:hover .img
{
	background: #faba05;
}

.service-block h3
{
	color:#1b1a1a;
	font-size:22px;
	font-family: 'fairuz-bold';
}

.more
{
	color: #ffb100;
	text-align:left;
}

.testimonial-carousel 
{
	background:url(../images/icon-quote.png) no-repeat right;
}

.portfolio-filter {
    text-align: center;
    overflow: hidden;
    margin: 10px 0 15px;
	float:right;
}

.product-row h4
{
	float:left;
}
.product-row .sec-title
{
	overflow:hidden;
}
.portfolio-filter ul {
    list-style: none;
    padding-left: 10px;
}

.portfolio-filter li {
    display: inline;
    margin-right: 20px;
    padding: 0;
}
	
.portfolio-filter li a
	{
		padding: 3px 0px;
		color:#999;
		font-size: 17px;		
	}
	
.portfolio-filter li  .active
	{
		color:#1b1a1a;
		border-radius:0px;
		padding: 3px 0px;
		box-shadow:none; 
		border-bottom: 2px solid #faba05;
		display: inline-block;
		padding-bottom: 6px !important
	}
	
.portfolio-filter li a:hover
	{
		color:#1b1a1a;
		border-radius:0px;
		padding: 3px 0px;
		box-shadow:none;
		border-bottom: 2px solid #faba05;
		display: inline-block;
		padding-bottom: 6px !important
	}
	
.portfolio-filter a
	{
		text-decoration:none; 
	}
#boxed-portfolio .col-lg-3, #boxed-portfolio .col-sm-3, #boxed-portfolio .col-md-3, #boxed-portfolio .col-xs-12 {
    padding: 2px !important;
	display: inline;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope .isotope-item {
    height: auto;
}

#boxed-portfolio .portfolio_item {
    width: 100% !important;
    margin: 0 0 0px;
    overflow: hidden;
}

.portfolio_item {
    height: auto !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.entry {
    height: auto !important;
}
.entry {
    position: relative;
}

#boxed-portfolio:hover .magnifier {
    opacity: 0;
    background: #000;
}
.entry:hover .magnifier {
    opacity: 1;
    visibility: visible;
}
.entry:hover .magnifier {
    opacity: 0 !important;
    visibility: visible;
}
.magnifier {
    background: #000000;
    background: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.magnifier {
    cursor: pointer;
}

.team_member img, .portfolio_item img {
    min-height: 100%;
}
.team_member img, .portfolio_item img {
    width: 100%;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.entry:hover .buttons 
{
    top: 0;
    bottom: 0;
    padding-top: 40%;
	background: #00000047;
}

.buttons h3 {
    color: #fff !important;
    font-size: 13px !important;
    font-weight: normal !important;
    padding: 5px !important;
    margin: 0px !important;
}

.buttons h4 {
    color: #fff !important;
    font-size: 32px !important;
	font-family: fairuz-bold;
    font-weight: bold !important;
    padding: 5px !important;
    margin: 0px !important;
}

.buttons {
    position: absolute;
    background: #313434;
    color: #fff;
    min-height: 40px;
    width: 100%;
    padding: 5px;
    top: -200px;
    webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.portfolio-filter li a
{
	cursor:pointer;
}

.gray_bg
{
	background:#f2f2f2;
	padding:15px;
}

.white_bg
{
	background:#fff;
	padding: 20px;
	border-radius:5px;
}

.learn_more_contact
{
	background:#26417c;
	padding:10px;
	border-radius: 6px;
    color: #fff !important;
}
.learn_more_contact:hover
{
	background:#faba05;
}



.tp-banner .tp-caption.light_title
{
	color:#fff;
	font-size:40px;
}

.tp-banner .tp-caption.light_title span
{
	font-size:27px;
	color:#faba05;
}

.tp-banner .tp-caption.light_title p
{
	color:#fff;
	font-size:23px;
}
.tp-simpleresponsive .btn-primary
{
	text-decoration: none;
    background: #faba05;
    border: none;
}

.main-header
{
	background-color: #fff0 !important;
	background: #fff0 !important;
	box-shadow: none;
}

.fixed-top 
{
    position: absolute;
}

.main-header .bg-light 
{
    background-color: #fff0 !important;
}

.navbar-light .navbar-nav .nav-link , .navbar-light .navbar-nav .nav-link.active  {
    color: #fff !important;
}

.tp-bullets.simplebullets .bullet:hover, .tp-bullets.simplebullets .bullet.selected {
    border-color: #faba05 !important;
}
 .tp-leftarrow.default , .tp-rightarrow.default
{
		display: none;
}


.main-header ul > li > a:after {
    background-color: #faba05;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    margin-top: 7px;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.main-header ul > li > a:hover:after {
    background-color: #faba05;
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    margin-top: 7px;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.main-header li.nav-item.active > a:after
{
	background-color: #faba05;
    display: block;
    content: "";
    height: 2px;
    width: 100%;
    margin-top: 7px;
    -webkit-transition: width .2s ease-in-out;
    -moz--transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}

.dropdown-toggle::after
{
	border-top:0px;
}



.item.service-block
{
	background:#f2f2f2;
	padding: 10px;
    min-height: 450px;
	border-radius:5px;
}

.item.service-block:hover
{
	background:#faba05;
}
.why_bg
{
	background: #1c1c1c url('../images/bg_count_.jpg') center center/cover no-repeat scroll;
    margin-top: 70px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.why_warp.orange_bg:hover
{
	margin-top:-15px;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.item.service-block:hover .more
{
	color:#fff !important;
}

.sec-title
{
	padding-bottom: 15px;
    border-bottom: 2px solid #26417c;
	
}
.sec-title h4
{
	font-size: 45px;
    line-height: 64px;
}

.service-block h3 {
    font-size: 26px;
	font-family: fairuz-bold;
}

.service_sec  .owl-nav
{
	display:none;
}

.tp-bullets
{
	bottom: 40% !important;
    right: 10% !important;
    left: auto !important;
}

.tp-bullets.simplebullets .bullet
{
	height:30px !important;
	width:5px !important;
}
.testimonial_bg
{
	background: #1c1c1c url(../images/bg_count_.jpg) center center/cover no-repeat scroll;
    margin-top: 70px;
    margin-bottom: 200px;
    padding-top: 100px;
    padding-bottom: 100px;
	
}
/*
.testimonial h4 , .testimonial p ,.testimonial
{
	color:#fff;
}

.testimonial .sec-title 
{
    border-bottom: 2px solid #fff;
}
*/
.test_warp
{
	background: #ffb100;
    margin-bottom: -180px;
    margin-top: 40px;
    padding: 15px 20px;
    padding-bottom: 100px;
}
.testimonial  .owl-prev span, .testimonial .owl-next span 
{
    font-size: 39px;
    top: -19px;
    position: absolute;
    left: 7px;
}
.testimonial .owl-carousel .owl-prev
{
    position: absolute;
    left: auto;
    right: 50%;
    top: 71%;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}

.testimonial .owl-carousel .owl-next
{
	position: absolute;
    left: auto;
    right: 55%;
    top: 71%;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
}

.product-row
{
	padding:1px;
}
.footer-logo
{
	width:250px;
}

.contact-info-ul li
{
	margin-bottom:10px;
}

.testimonial .item img 
{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.overflow-hidden
{
	overflow:hidden;
}

.topheader-sec
{
	padding-top: 105px;
}
.breadcrumbtopheader 
{
	padding:0;
	padding-top:10px;
}
.breadcrumbtopheader li
{
	display:inline-block;
	list-style:none;
}
.topheader-sec h1 , .topheader-sec li, .topheader-sec li a
{
	color:#fff !important;
}

.topheader-sec
{
	background-size: 100% auto !important;
    background-repeat: repeat-x !important;
	background-position:center center !important;
}

.service_view img
{
	max-width: 90px;
}

.photo_de3aey h4
{
	font-size:20px;
}
.photo_de3aey img
{
	height:50px;
}
.modal
{
	z-index: 99999999;
}

.font_size_20 h4
{
	font-size:20px;
}

footer
{
	background:#1c1c1c url(../images/footer.png) center center/cover no-repeat scroll;
}

.min_height_100
{
	min-height:150px;
}

.nav-link.dropdown-toggle i
{
	margin-left: 7px;
    font-size: 12px;
}

.dropdown:hover .dropdown-menu
{
	display:block !important;
}

.service_sec .more
{
	position: absolute;
    bottom: 10%;
	left: 10%;
    text-align: right;
    direction: ltr;
}

.item.service-block:hover .more i
{
	background: #ffb100;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 18px;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.float
{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	left:40px;
	background-color:#25D366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:9999;
	box-shadow: 0px 0px 11px rgb(0 0 0 / 50%);
}

.my-float
{
	margin-top: 4px;
    font-size: 54px;
    color: #fff;
}

.why_warp  img
{
	max-width:120px;
}


.testimonial .owl-dots
{
	display:block !important;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 30px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
	webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #faba05;
	height: 40px;
}

.totop
{
	position:fixed;
	width:60px;
	height:60px;
	bottom:50px;
	right:40px;
	background-color:#00000075;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:9999;
	box-shadow: 0px 0px 11px rgb(0 0 0 / 50%);
	display:none;
}

.gotop
{
	margin-top: 14px;
	font-size: 21px;
    color: #fff;
}

html {
  scroll-behavior: smooth;
}
.show_in_small
{
	display:none;
}

.bold 
{
    font-size: 32px !important;
	font-family: fairuz-bold;
    font-weight: bold !important;
	line-height: 45px;
}
.contact_icon .gray_bg
{
	cursor:pointer;
}
.contact_icon .gray_bg:hover , .contact_icon .gray_bg:hover p
{
	background:#26417c;
	color:#fff;
}

.contact_icon .gray_bg:hover svg:not(:root) 
{
    overflow: hidden;
    filter: invert(1);
}

.orange_hover
{
	padding:15px;
}
.orange_hover:hover
{
	background:#faba05;
	border-radius:10px;
}

.text-right {
    text-align: left !important;
}

.service_6
{
	margin:0 auto;
}

.topheader-sec h1
{
	color: #ffffff;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    line-height: 80px;
	font-family: fairuz-bold !important;
}

.breadcrumbtopheader li
{
	font-size:14px;
}

.breadcrumbtopheader li.active
{
	font-size:12px;
}

.contact_icon , .contact_icon p
{
	text-align:center;
}

.free_consultation_in  a
{
	color:#fff;
	font-size:30px;
}
.free_consultation_in 
{
    background: #ffb100;
    color: #fff;
    margin: 0px auto 40px auto;
    border-radius: 10px;
    display: table;
    padding: 12px 30px;
    min-width: 250px;
    text-align: center;
    color: #fff;
}
.free_consultation_in:hover 
{
	background: #000;
}
.message-btn
{
	float:left;
}
.video_container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why_warp 
{
	min-height: 261px;
}

.why_warp h5
{
	color:#000;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #26417c;
}

.btn-primary:hover {
    color: #fff;
    background-color: #26417c;
    border-color: #26417c;
}

.price_div
{
	text-align: center;
    background: rgb(39 73 130);
    padding: 7px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    position: fixed;
    left: 22px;
    width: 100px;
    height: 100px;
    top: 46%;
    z-index: 9999;
    border-radius: 50%;
    padding-top: 25px;
	color:#fff;
}
.cart
{
	position: absolute;
    background: #feae32;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    padding-top: 3px;
    top: 0;
	left: 0;
	color: #fff;
}
.relative
{
	position:relative;
}

.delet_cart
{
	top: 0px;
    right: 0px;
	color: #fff !important
}

.downloadapp
{
	text-align: center;
}

.downloadapp div
{
    display: inline-block;
    border-radius: 10px;
	padding: 0 10px;
}

/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 768px) { 

	.about-txt {
	    text-align: right;
	    width: 100%;
	}
	.about-txt h4 {
	    font-size: 17px;
	}
	.about-txt p {
	    font-size: 16px;
	}
	.service-sec .sec-title {
	    float: none;
	}
	.more-btn {
	    padding: 5px 20px;
	    float: none;
	    margin-top: 25px;
	}
	.service-sec .more-btn {
	    margin-bottom: 10px;
	}
	.service-block img{
		width: 100%;
		height: auto !important;
		max-height: none !important;
	}
	.contact-txt p {
	    font-size: 20px;
	}
    .top-footer p {
	    width: 100%;
	    font-size: 16px;
	}
	.social-ico{
		text-align: center;
		margin-bottom: 15px;
	}
	.social-ico li {
	    margin-right: 10px;
	    margin-left: 10px;
	}
	.slider .btn-success {
	    padding: 5px 30px;
	    font-size: 13px;
	}
	.slider .carousel-caption {
	    position: absolute;
	    right: 15%;
	    top: 22px;
	    left: 7%;
	    padding-top: 0;
	    padding-bottom: 0;
	}
	.slider h2 {
	    font-size: 14px;
	}
	.slider p {
	    margin-bottom: 5px;
	    font-size: 12px;
	}
	.partenrs-sec .owl-prev span, .partenrs-sec .owl-next span {
	    font-size: 30px;
	    top: -18px;
	    position: absolute;
	    left: 5px;
	}
	.partenrs-sec .owl-prev , .partenrs-sec .owl-next{
	    width: 35px;
	    height: 35px;
	}
	.main-header .nav-item a{
		text-align: left;
	}
	.main-header a.navbar-brand {
	    width: 80%;
	}
	.main-header button.navbar-toggler {
	    margin-top: 0px;
	}
	.lang-link {
	    left: 1px;
	    top: 10px;
	}
	.breadcumb-sec .breadcrumb {
	    float: none;
	    margin-left: auto;
	    margin-right: auto;
	    padding-right: 0;
	}
	.partenrs-sec .item{
		text-align: center;
	}
	.about-logo img {
	    position: relative;
	    left: 10px; 
	    bottom: 10px;
	}
	.slider 
	{
		margin-top: 81px;
	}
	
	.wrap
	{
		overflow-x:hidden;
	}
	.navbar-collapse 
	{
		max-height: 350px;
		overflow-x: hidden;
		background: #212121;
	}
	.customer-block 
	{
		text-align: right;
		
	}
	.customer-block , .customer-desc p
	{
		text-align:center;
	}
	hr.service-desc-rh
	{
		float:none !important;
		margin-left: auto;
		margin-right: auto;
	}
	.partenrs-sec .owl-stage-outer
	{
		width:100%;
	}
	.owl-carousel .owl-prev span,  .owl-carousel .owl-next span 
	{
		font-size: 30px;
		top: -9px;
		position: absolute;
		left: 14px;
	}
	.owl-carousel .owl-prev   
	{
		right: -11px !important;
	}
	.owl-carousel .owl-next
	{
		left:-11px !important;
	}
	.customer-carousel  .owl-item
	{
		padding: 0px 43px !important;
	}
	.why-sec
	{
		margin-top:0px !important;
	}
	
	.carousel-caption h1 
	{
		font-size: 25px !important;
	}
	.carousel-caption h4 
	{
		font-size: 14px !important;
	}
	
	.main-header .logo
	{
		width: 150px;
	}
	.tp-simpleresponsive .btn-primary 
	{
		font-size: 12px;
	}
	.navbar-light .navbar-toggler-icon
	{
		filter: invert(1);
	}
	.main-header button.navbar-toggler 
	{
		margin-top: -10px;
	}
	.question-sec .title {
		float: left;
		width: 88% !important;
	}
	
	.service_sec {
		margin-top: -33px !important;
	}
	.tp-banner .tp-caption.light_title p , .tp-banner .tp-caption.light_title span 
	{
		font-size:15px !important;
	}
	.tp-banner .tp-caption.light_title
	{
		font-size:20px !important;
		line-height: 30px !important;
	}
	.sec-title h4 {
		font-size: 30px !important;
	}
	.why_bg
	{
		margin-top: 0px !important;
		margin-bottom: 0px !important;
	}
	.product-row 
	{
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	
	.testimonial_bg
	{
		margin-top: 0 !important;
	}
	.show_in_small
	{
		display:block !important;
	}
	.show_in_large
	{
		display:none;
	}
	.photo_de3aey  
	{
		width:100%;
		flex: auto;
	}
	.photo_de3aey img {
		height: auto !important;
	}
	.entry 
	{
		height: auto !important;
	}
	.portfolio_item 
	{
		height: auto !important;
	}
	.isotope .isotope-item 
	{
		height: auto !important;
	}
	.portfolio-filter li 
	{
		margin-right: 9px !important;
	}
	.topheader-sec h1
	{
		font-size:33px !important;
	}
	.topheader-sec 
	{
		padding-top: 70% !important;
	}
	.tp-bullets 
	{
		bottom: 20% !important;
		right: 10% !important;
	}
	.service-carousel
	{
		display:block;
	}
	.service_sec .more
	{
		position:static;
	}
	.hide_in_small
	{
		display:none;
	}
	.topheader-sec
	{
		background-size: auto 100% !important;
		background-repeat: repeat-x !important;
		background-position: right center !important;
	}
	.relative
	{
		display:none;
	}
}