@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/DroidKufi-Regular.eot);
    src: url(../fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Regular.woff2) format('woff2'), url(../fonts/DroidKufi-Regular.woff) format('woff'), url(../fonts/DroidKufi-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/DroidKufi-Bold.eot);
    src: url(../fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/DroidKufi-Bold.woff2) format('woff2'), url(../fonts/DroidKufi-Bold.woff) format('woff'), url(../fonts/DroidKufi-Bold.ttf) format('truetype');
}

body {
    direction: rtl;
    font-size: 16px;
    font-family: 'Droid Arabic Kufi', sans-serif;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    font-family: 'Droid Arabic Kufi', sans-serif;
}

.navbar-brand img {
    height: 64px !important;
    width: 100%;
    margin-right: 0px;
}

.navbar-custom .navbar-nav {
    margin-top: 0px;
    background: #fff;
}

.navbar-custom .navbar-nav li a {
    font-size: 15px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
}


/* slider */

.slides .home-content {
    background-color: #0000005c;
    padding: 15px 0;
}

.mdi-arrow-right:before {
    content: "\F04D";
}


/* servises */

.services-box {
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
    box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    position: relative;
}

.services-box:hover {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px);
    border-bottom: 2px solid #f2a822;
}

.services-img img {
    width: 80px;
}


/* about */

.about .cta-repair-content h3 {
    color: #1e4870 !important;
}

.about .cta-repair-content p {
    color: #767676 !important;
}


/* conter */

#counter i {
    margin-bottom: 15px;
    color: #1e4870;
    font-size: 30px;
}


/* project */

.container-filter a {
    display: block;
    color: #1c4f81 !important;
    border-radius: 5px;
}

.container-filter a.active {
    border-color: #1c4f81;
    background-color: #1c4f81;
    color: #ffffff !important;
}

.container-filter a:hover {
    border-color: #1c4f81;
    background-color: #1c4f81 !important;
    color: #ffffff !important;
}

.item-mask {
    background-color: #1c4f81cc;
}

.bg-overlay {
    background-color: rgba(0, 0, 0, 0.6);
}

.cta-box p span {
    font-weight: 800;
    color: #fbbc34;
    font-size: 22px;
}

#counter h3 {
    color: #f2a823;
}

#counter p {
    color: #1c4f81;
    font-weight: 800;
    font-size: 17px;
}


/* contact us */

#contact {
    direction: rtl;
    text-align: right;
}

#contact .contact-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
}

#contact .contact-box .list-unstyled {
    padding-right: 0;
}

.contact-data ul li {
    text-align: right;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #004a80;
    padding: 20px 35px 20px 5px;
}

.contact-data ul li i {
    position: absolute;
    right: 5px;
    top: 13px;
    font-size: 25px;
    margin-left: .5rem!important;
    margin-right: unset!important;
}

.contact-data ul li a {
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}

.contact-data ul li span {
    display: block;
    font-weight: 400;
    font-size: 15px;
}

.btn-custom:hover {
    background-color: #ec8d25;
}


/* contact us measeg */

#alert_notif {
    display: none;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-success {
    color: #fff;
    background-color: #4CAF50;
}

.alert-error {
    color: #fff;
    background-color: #f44336;
}

.error {
    display: block;
}


/* partener */

.bg-client-logo .owl-theme .owl-controls {
    display: none !important;
}


.bg-client-logo .bg-overlay {
    background-color: rgba(244, 244, 244,0.5);
}

.client-images img {
    /* background: #fdfdfd; */
    background: unset;
    height: 114px;
}


/* testimonial */

#testimonial #owl-demo {
    direction: ltr;
}


/* partener */

#owl-partener {
    direction: ltr;
}


/* social */

a.share-facebook:hover {
    background-color: #3B5998;
    border-color: #3B5998;
}

a.share-twitter:hover {
    background-color: #00ACEE;
    border-color: #00ACEE;
}

a.share-pinterest:hover {
    background-color: #C8232C;
    border-color: #C8232C;
}

a.share-google-plus:hover {
    background-color: #DD4B39;
    border-color: #DD4B39;
}

a.share-instagram:hover {
    background-color: #EA4C89;
    border-color: #EA4C89;
}

a.share-whatsapp:hover {
    background-color: #05cd51;
    border-color: #05cd51;
}

a.share-youtube:hover {
    background-color: #f00;
    border-color: #f00;
}

a.share-linkedin:hover {
    background-color: #0073b1;
    border-color: #0073b1;
}

.ContactUsSocial a {
    color: #1c4f81;
    font-size: 14px;
    font-weight: bold;
}

.ContactUsSocial .LInksShar {
    height: 70px;
    display: block;
    background-color: #1c4f81;
    margin-bottom: 10px;
    border-radius: 7px;
}

.BtnSocial a i {
    font-size: 40px;
    color: #fff;
}


/* footer */

.footer-alt {
    color: #eee;
}

.bg-dark {
    background-color: #1c4f81!important;
}


/* contact us */

.cta-repair-img {
    text-align: right;
}

.bg-1c4f81 {
    background-color: #1c4f81;
}

.repair-cta-area {
    text-align: right;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cta-repair-content h3 {
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 17px;
}

.cta-repair-content p {
    color: #ffffff;
    opacity: .95;
    margin-bottom: 25px;
}

.btn-primary {
    border-color: #016ba1 !important;
    color: #016ba1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 13px 27px 0 rgba(3, 153, 207, 0.5);
    box-shadow: 0 3px 7px 0 rgba(3, 153, 207, 0.5);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    border-color: #f6a809 !important;
    color: #f6a809;
    background: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 13px 27px 0 rgba(238, 140, 8, 0.25);
    box-shadow: 0 3px 7px 0 rgba(238, 140, 8, 0.25);
}

.cta-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.text-revers {
    text-align: left !important;
}

.downSocial {
    border-bottom: 2px solid #ec8d25;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 10px;
}


/* ------------------------
    Social Icons
------------------------*/

.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.text-center.social-icons ul {
    display: inline-block;
}

.contact-data .social-icons ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 8px 0 0;
    background-color: unset;
}

.social-icons li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    color: #1e4870 !important;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.text-white .social-icons li a {
    color: #ffffff;
}

.contact-data .social-icons ul li i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
}


/*** Colored ***/

.social-icons.social-colored a,
.social-icons.social-hover a:hover {
    color: #ffffff !important;
    border: 0;
}

.social-icons.social-colored .social-rss a,
.social-icons.social-hover .social-rss a:hover {
    background-color: #faa33d;
}

.social-icons.social-colored .social-facebook a,
.social-icons.social-hover .social-facebook a:hover {
    background-color: #5d82d1;
}

.social-icons.social-colored .social-twitter a,
.social-icons.social-hover .social-twitter a:hover {
    background-color: #40bff5;
}

.social-icons.social-colored .social-vimeo a,
.social-icons.social-hover .social-vimeo a:hover {
    background-color: #35c6ea;
}

.social-icons.social-colored .social-myspace a,
.social-icons.social-hover .social-myspace a:hover {
    background-color: #008dde;
}

.social-icons.social-colored .social-youtube a,
.social-icons.social-hover .social-youtube a:hover {
    background-color: #ef4e41;
}

.social-icons.social-colored .social-instagram a,
.social-icons.social-hover .social-instagram a:hover {
    background-color: #EA4C89;
}

.social-icons.social-colored .social-gplus a,
.social-icons.social-hover .social-gplus a:hover {
    background-color: #db5442;
}

.social-icons.social-colored .social-stumbleupon a,
.social-icons.social-hover .social-stumbleupon a:hover {
    background-color: #ff5c30;
}

.social-icons.social-colored .social-lastfm a,
.social-icons.social-hover .social-lastfm a:hover {
    background-color: #f34320;
}

.social-icons.social-colored .social-pinterest a,
.social-icons.social-hover .social-pinterest a:hover {
    background-color: #e13138;
}

.social-icons.social-colored .social-google a,
.social-icons.social-hover .social-google a:hover {
    background-color: #eb5e4c;
}

.social-icons.social-colored .social-evernote a,
.social-icons.social-hover .social-evernote a:hover {
    background-color: #9acf4f;
}

.social-icons.social-colored .social-dribbble a,
.social-icons.social-hover .social-dribbble a:hover {
    background-color: #f7659c;
}

.social-icons.social-colored .social-skype a,
.social-icons.social-hover .social-skype a:hover {
    background-color: #13c1f3;
}

.social-icons.social-colored .social-forrst a,
.social-icons.social-hover .social-forrst a:hover {
    background-color: #45ad76;
}

.social-icons.social-colored .social-linkedin a,
.social-icons.social-hover .social-linkedin a:hover {
    background-color: #238cc8;
}

.social-icons.social-colored .social-wordpress a,
.social-icons.social-hover .social-wordpress a:hover {
    background-color: #2592c3;
}

.social-icons.social-colored .social-grooveshark a,
.social-icons.social-hover .social-grooveshark a:hover {
    background-color: #ffb21d;
}

.social-icons.social-colored .social-delicious a,
.social-icons.social-hover .social-delicious a:hover {
    background-color: #377bda;
}

.social-icons.social-colored .social-behance a,
.social-icons.social-hover .social-behance a:hover {
    background-color: #1879fd;
}

.social-icons.social-colored .social-dropbox a,
.social-icons.social-hover .social-dropbox a:hover {
    background-color: #17a3eb;
}

.social-icons.social-colored .social-soundcloud a,
.social-icons.social-hover .social-soundcloud a:hover {
    background-color: #ff7e30;
}

.social-icons.social-colored .social-deviantart a,
.social-icons.social-hover .social-deviantart a:hover {
    background-color: #6a8a7b;
}

.social-icons.social-colored .social-yahoo a,
.social-icons.social-hover .social-yahoo a:hover {
    background-color: #ab47ac;
}

.social-icons.social-colored .social-flickr a,
.social-icons.social-hover .social-flickr a:hover {
    background-color: #ff48a3;
}

.social-icons.social-colored .social-digg a,
.social-icons.social-hover .social-digg a:hover {
    background-color: #75788d;
}

.social-icons.social-colored .social-blogger a,
.social-icons.social-hover .social-blogger a:hover {
    background-color: #ff9233;
}

.social-icons.social-colored .social-tumblr a,
.social-icons.social-hover .social-tumblr a:hover {
    background-color: #426d9b;
}

.social-icons.social-colored .social-quora a,
.social-icons.social-hover .social-quora a:hover {
    background-color: #ea3d23;
}

.social-icons.social-colored .social-github a,
.social-icons.social-hover .social-github a:hover {
    background-color: #3f91cb;
}

.social-icons.social-colored .social-amazon a,
.social-icons.social-hover .social-amazon a:hover {
    background-color: #ff8e2e;
}

.social-icons.social-colored .social-xing a,
.social-icons.social-hover .social-xing a:hover {
    background-color: #1a8e8c;
}

.social-icons.social-colored .social-wikipedia a,
.social-icons.social-hover .social-wikipedia a:hover {
    background-color: #b3b5b8;
}

.social-icons.social-colored .social-android a,
.social-icons.social-hover .social-android a:hover {
    background-color: #A4C639;
}

.social-icons.social-colored .social-apple a,
.social-icons.social-hover .social-apple a:hover {
    background-color: #999999;
}


/*** Border ***/

.social-icons.social-border li a {
    border: 1px solid #efefef;
    background: transparent;
}


/*** Circle ***/

.social-icons.circle li a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* pre-servis */

.single-pricing-table {
    text-align: center;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-pricing-table .pricing-header img {
    width: 60px;
}

.single-pricing-table .pricing-header i {
    font-size: 2rem;
    color: #f6a809;
}

.single-pricing-table .pricing-header h3 {
    color: #016ba1;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 20px;
}

.single-pricing-table .price {
    margin-bottom: 20px;
    font-size: 2rem;
}

.single-pricing-table .price span {
    color: #0e314c;
    font-size: 14px;
    font-weight: 500;
    text-align: justify !important;
    display: block;
}


/*====================================================
INNER PAGE STYLE
======================================================*/


/******************************
	-	BASIC STYLES		-
******************************/

.rev_slider_wrapper {
    position: relative;
    z-index: 0;
}

.rev_slider {
    position: relative;
    overflow: visible;
}

.tp-overflow-hidden {
    overflow: hidden;
}

.tp-simpleresponsive img,
.rev_slider img {
    max-width: none !important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    border: none;
}

.rev_slider .no-slides-text {
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}

.rev_slider>ul,
.rev_slider_wrapper>ul,
.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    list-style: none !important;
    position: absolute;
    margin: 0px !important;
    padding: 0px !important;
    overflow-x: visible;
    overflow-y: visible;
    list-style-type: none !important;
    background-image: none;
    background-position: 0px 0px;
    text-indent: 0em;
    top: 0px;
    left: 0px;
}

.tp-revslider-mainul>li,
.rev_slider>ul>li,
.rev_slider>ul>li:before,
.tp-revslider-mainul>li:before,
.tp-simpleresponsive>ul>li,
.tp-simpleresponsive>ul>li:before,
.tp-revslider-mainul>li,
.tp-simpleresponsive>ul>li {
    visibility: hidden;
}

.tp-revslider-slidesli,
.tp-revslider-mainul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}

.rev_slider li.tp-revslider-slidesli {
    position: absolute !important;
}

.tp-caption .rs-untoggled-content {
    display: block;
}

.tp-caption .rs-toggled-content {
    display: none;
}

.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}

.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}

.rev_slider .tp-caption,
.rev_slider .caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
}

.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
    margin-bottom: 0;
}


/* CAROUSEL FUNCTIONS */

.tp-carousel-wrapper {
    cursor: url(openhand.cur), move;
}

.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.cur), move;
}


/* ADDED FOR SLIDELINK MANAGEMENT */

.tp-caption {
    z-index: 1
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important;
}

.tp-caption {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    position: absolute;
    -webkit-font-smoothing: antialiased !important;
}

.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {
    max-width: none !important
}


/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.rev_slider_wrapper {
    width: 100%;
}

.fullscreen-container {
    position: relative;
    padding: 0;
}

.fullwidthbanner-container {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}


/*
Page Title Area Style
=====================================================*/

.page-title-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 285px;
    /* padding-bottom: 150px;*/
    /*background-position: center center !important;*/
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    text-align: center;
}

.page-title-area::before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: unset;
    z-index: 1;
    -webkit-animation: 20s fadeOutRight both;
    animation: 20s fadeOutRight both;
}

.page-title-area::after {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: unset;
    -webkit-animation: 20s fadeOutLeft both;
    animation: 20s fadeOutLeft both;
    z-index: 1;
}

.page-title-area .page-title-content h2 {
    display: none;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
}

.page-title-area .page-title-content ul {
    padding: 10px;
    background: #1c4f81;
    margin: 0;
    color: #fff;
    float: right;
    list-style: none;
    text-align: center;
    text-transform: capitalize;
    margin-top: 150px;
}

.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
    content: '/';
    position: absolute;
    top: 0px;
    left: -3px;
    width: 5px;
    height: 5px;
    border-radius: unset;
}

.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}

.page-title-area .page-title-content ul li a {
    color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
    color: #f5bf3e;
}

.page-title-area .page-title-content ul li.tg-active {
    color: #f6ac19;
}

.services-content p {
    text-align: justify;
}


/* services peage */

.service-box {
    background: #ffffff;
    -webkit-box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
    box-shadow: 0 0 30px rgba(56, 46, 46, 0.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding: 40px;
}

.service_img img {
    max-width: 100%;
}


/* project service */

.item-box .item-container {
    height: 235px;
    width: 100%;
}


/* pagination */

.text-center {
    text-align: center !important;
}

.pagination {
    padding-right: 40%;
    margin: 40px 0 0;
    border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: -1px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default;
}


/* our story */

.cta-box h3 {
    max-width: 100%;
}

.title-heading p {
    max-width: 700px;
}

.navbar-custom {
    border-top-left-radius: unset;
    border-bottom-right-radius: unset;
    height: 100px;
}


/* _____________________________

   Slider
________________________________ */

.tp-rightarrow,
.tp-leftarrow {
    background-color: #1e3b64 !important;
}

.tparrows:hover {
    background: #f2a822 !important;
}

.tp-caption h3 {
    color: #1e3b64 !important;
    text-align: center;
}

.tp-caption p {
    color: #858585;
    text-align: center;
    font-size: 15px !important;
}


/*slider setting */

.slider-content {
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    margin: 9rem auto 0rem !important;
    direction: rtl;
}

.slider-content h3,
.slider-content p {
    /*direction: rtl;*/
    color: #ffffff !important;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.slider-content h3 {
    font-size: 2rem !important;
    padding: 10px 10px 0 !important;
    color: #f2a822 !important;
}

.slider-content {
    width: 100%;
    display: block;
}

.slider-content .btn-primary,
.slider-content .btn-primary a {
    color: #eee !important;
    border-color: #f2a822 !important;
    opacity: 1;
    padding: 10px !important;
    font-size: 12px !important;
}

.slider-content .btn-primary:hover,
.slider-content .btn-primary a:hover {
    color: #ffffff !important;
    border-color: #f2a822 !important;
    opacity: 1;
    text-decoration: none;
}

.slider-content .btn-primary:not(:disabled):not(.disabled).active,
.slider-content .btn-primary:not(:disabled):not(.disabled):active,
.show>.slider-content.btn-primary.dropdown-toggle {
    background-color: #f2a822;
}

.slider-content .btn-primary {
    background-color: unset;
}

.slider-content .btn-primary:hover {
    background-color: #f2a822;
}

.tparrows:before {
    font-size: 30px;
    font-weight: 800;
}

@media(max-width:500px) {
    .menuOpened .container {
        padding: 0;
    }
    .rtl .header-navigation {
        margin-right: 0;
    }
    .slider-content p {
        display: none;
    }
    .slider-content h3 {
        font-size: 12px !important;
        padding: 10px 5px 0 !important;
        color: #f2a822 !important;
    }
    .slider-content {
        margin: 1.7rem auto 0rem !important;
    }
}

.forcefullwidth_wrapper_tp_banner {
    margin-top: 100px !important;
}

.rev_slider_wrapper {
    width: 100% !important;
    left: unset !important;
}

.bg-home {
    background-image: unset;
}

.ow-break-word {
    overflow-wrap: break-word;
}

@media(max-width:500px) {
    .page-title-area {
        padding-top: 100px;
    }
}

#owl-clients {
    direction: ltr;
}


/* prodacts */

#owl-products {
    direction: ltr;
}

.fusion-image-wrapper {
    --image_gradient_top_color: rgba(160, 206, 78, .8);
    --image_gradient_bottom_color: #a0ce4e;
}

.fusion-image-wrapper {
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding-bottom: 3px;
    border-bottom: 2px solid #ebeaea;
}

.products .fusion-image-wrapper:before {
    content: '';
    background-color: #00529c;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    bottom: 0;
    -webkit-transform: perspective(300px) translateZ(100px);
    transform: perspective(300px) translateZ(100px);
    z-index: 10;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.products .fusion-post-wrapper:hover .fusion-image-wrapper:before {
    opacity: .75;
    -webkit-transform: perspective(300px) translateZ(0);
    transform: perspective(300px) translateZ(0);
}

.fusion-clearfix {
    zoom: 1;
    clear: both;
}

.fusion-clearfix:after,
.fusion-clearfix:before {
    content: " ";
    display: table;
}

.fusion-clearfix:after {
    clear: both;
}

.products .fusion-post-wrapper:after {
    content: "";
    height: 4px;
    width: 0;
    background-color: #00529c;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

.products .fusion-post-wrapper:hover:after {
    width: 90%;
    left: 15px;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}

.fusion-post-content-wrapper {
    direction: rtl;
    --blog_archive_grid_padding-top: 30px;
    --blog_archive_grid_padding-bottom: 20px;
    --blog_archive_grid_padding-left: 25px;
    --blog_archive_grid_padding-right: 25px;
}

.products .fusion-post-content-wrapper {
    background: #fff;
    padding: 21px !important;
}

.products .fusion-post-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.products .fusion-post-wrapper .fusion-post-content.post-content {
    margin-bottom: 20px;
    word-wrap: break-word;
    color: #727272;
    text-align: right;
}

.products .fusion-post-wrapper .fusion-post-content.post-content h2 {
    font-Size: 20px;
    line-height: 1.5;
}

.products .fusion-post-wrapper .fusion-post-content.post-content h2 a {
    color: #00529c;
}

.products .fusion-post-wrapper .fusion-single-line-meta {
    margin-bottom: 0;
}

.fusion-single-line-meta {
    font-size: 12px;
}

.products .post-content>div {
    margin-top: 25px !important;
    margin-bottom: 15px;
}

.products .fusion-post-content-container p:last-child {
    margin-bottom: 0;
}

.products .fusion-meta-info {
    width: 100%;
    text-align: center!important;
    justify-content: center;
    display: flex;
    margin-top: auto;
    border: 0;
    clear: both;
    overflow: hidden;
    padding: 5px 0;
    font-size: 12px;
}

.products .fusion-post-wrapper .fusion-image-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fusion-image-wrapper img {
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

.products .fusion-post-wrapper .fusion-image-wrapper img {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.products .fusion-post-wrapper:hover .fusion-image-wrapper img {
    transform: scale(1.1);
}

.products .fusion-alignleft a {
    background: #00529c;
    color: #fff!important;
    background-color: #00529c;
    display: inline-block;
    vertical-align: middle;
    font-weight: 600;
    color: #fff;
    padding: 12px 22.4px !important;
    transition: all .4s ease;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
}

.fusion-post-wrapper {
    -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / 9%);
    box-shadow: 1px 2px 10px rgb(0 0 0 / 9%);
}

.imgs .list-inline {
    padding-left: 0;
    padding-right: 0;
}

.whatsapp {
    left: 100px;
    bottom: 100px;
    right: auto;
    position: fixed;
    z-index: 600;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.whatsapp a,
.whatsapp a:visited {
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 15px 6px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 6px rgb(0 0 0 / 10%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 32px;
    color: #ffffff;
    /* background: #3e3e3d; */
    background: #198754;
}

.whatsapp a:hover,
.whatsapp a:focus {
    color: #198754;
    background: #ffffff;
}

@media (30em <=width <=50em) {
    .whatsapp {
        left: 15%;
    }
}


/* @media (orientation: landscape) {
   
} */

@media (orientation: portrait) {
    .whatsapp {
        left: 100px;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    .whatsapp {
        left: 10px;
    }
}

.social-icons.social-colored .social-whatsapp a,
.social-icons.social-hover .social-whatsapp a:hover {
    background-color: #198754;
}