@font-face {
    font-family: 'hacen_liner';
    src: url('../fonts/hacen_liner/hacen_liner-webfont.eot');
    src: url('../fonts/hacen_liner/hacen_liner-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hacen_liner/hacen_liner-webfont.woff') format('woff'),
         url('../fonts/hacen_liner/hacen_liner-webfont.ttf') format('truetype'),
         url('../fonts/hacen_liner/hacen_liner-webfont.svg#hacen_liner_print-outregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'droidkufi';
    src: url('../fonts/droidkufi/droidkufi-webfont.eot');
    src: url('../fonts/droidkufi/droidkufi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/droidkufi/droidkufi-webfont.woff') format('woff'),
         url('../fonts/droidkufi/droidkufi-webfont.ttf') format('truetype'),
         url('../fonts/droidkufi/droidkufi-webfont.svg#droid_arabic_kufiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}



@import url(https://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url('https://fonts.googleapis.com/css?family=Cairo');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Lobster');
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Reset----------------------------------- */
/* ---------------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,blockquote,big,body,center,canvas,caption,cite,code,command,datalist,dd,del,details,dfn,dl,div,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,keygen,label,legend,li,meter,nav,object,ol,output,p,pre,progress,q,s,samp,section,small,span,source,strike,strong,sub,sup,table,tbody,tfoot,thead,th,tr,tdvideo,tt,u,ul,var{background:transparent;border:0 none;font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:top;}ol, ul {list-style:none;}blockquote, q {quotes:none;}table, table td {padding:0;border:none;border-collapse:collapse;}img {vertical-align:top;}embed {vertical-align:top;}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}
input, textarea {border:0; padding:0; margin:0; outline: 0;}
iframe {border:0; margin:0; padding:0;}
input, textarea, select {margin:0; padding:0px;}


/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection{background: #ed6427 none repeat scroll 0 0;color: #fff;text-shadow:none}
::selection{background: #ed6427 none repeat scroll 0 0;color: #fff;text-shadow:none}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */


/*

Zerotheme.com | Free Html5 Responsive Templates

Zerogrid - A Single Grid System for Responsive Design

Author: Kimmy

Version : 3.0

Author URI: http://www.zerotheme.com/

*/

/* -------------------------------------------- */

/* ------------------Grid System--------------- */ 

.zerogrid{position: relative; margin: 0 auto; padding: 0px;}

.zerogrid:after{ content: "\0020"; display: block; height: 0; clear: both; visibility: hidden;}



.zerogrid.full{width: 100%;}



@media (min-width: 768px) {

  .zerogrid {width: 750px;}

}

@media (min-width: 992px) {

  .zerogrid {width: 970px;}

}

@media (min-width: 1200px) {

  .zerogrid {width: 1170px;}

}



.row{zoom: 1;}

.row:before,

.row:after{ content: '\0020';display: block;overflow: hidden;visibility: hidden;width: 0;height: 0;}

.row:after{clear: both;}



.wrap-col{margin: 0 2px;     height: auto;}



/* .zerogrid [class^="col-"],  */

/* .zerogrid [class*=" col-"]{ */

	/* display: inline-block;position: relative;min-height: 1px; */

/* } */



.column{display: inline-block;position: relative;min-height: 1px;float:right;}



.xs-1-2{width:50%;}

.offset-xs-1-2{margin-left: 50%;}



.xs-1-3{width:33.33%; float: left;}

.xs-2-3{width:66.66%; float: right;}

.offset-xs-1-3{margin-left: 33.33%;}

.offset-xs-2-3{margin-left: 66.66%;}



.xs-1-4{width:25%;}

.xs-2-4{width:50%;}

.xs-3-4{width:75%;}

.offset-xs-1-4{margin-left: 25%;}

.offset-xs-2-4{margin-left: 50%;}

.offset-xs-3-4{margin-left: 75%;}



.xs-1-5{width:20%;}

.xs-2-5{width:40%;}

.xs-3-5{width:60%;}

.xs-4-5{width:80%;}

.offset-xs-1-5{margin-left: 20%;}

.offset-xs-2-5{margin-left: 40%;}

.offset-xs-3-5{margin-left: 60%;}

.offset-xs-4-5{margin-left: 80%;}



.xs-1-6{width:16.66%;}

.xs-2-6{width:33.33%;}

.xs-3-6{width:50%;}

.xs-4-6{width:66.66%;}

.xs-5-6{width:83.33%;}

.offset-xs-1-6{margin-left: 16.66%;}

.offset-xs-2-6{margin-left: 33.33%;}

.offset-xs-3-6{margin-left: 50%;}

.offset-xs-4-6{margin-left: 66.66%;}

.offset-xs-5-6{margin-left: 83.33%;}



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

	

    .sm-1-2{width:50%;}

	.offset-sm-1-2{margin-left: 50%;}



	.sm-1-3{width:33.33%;}

	.sm-2-3{width:66.66%;}

	.offset-sm-1-3{margin-left: 33.33%;}

	.offset-sm-2-3{margin-left: 66.66%;}



	.sm-1-4{width:25%;}

	.sm-2-4{width:50%;}

	.sm-3-4{width:75%;}

	.offset-sm-1-4{margin-left: 25%;}

	.offset-sm-2-4{margin-left: 50%;}

	.offset-sm-3-4{margin-left: 75%;}



	.sm-1-5{width:20%;}

	.sm-2-5{width:40%;}

	.sm-3-5{width:60%;}

	.sm-4-5{width:80%;}

	.offset-sm-1-5{margin-left: 20%;}

	.offset-sm-2-5{margin-left: 40%;}

	.offset-sm-3-5{margin-left: 60%;}

	.offset-sm-4-5{margin-left: 80%;}



	.sm-1-6{width:16.66%;}

	.sm-2-6{width:33.33%;}

	.sm-3-6{width:50%;}

	.sm-4-6{width:66.66%;}

	.sm-5-6{width:83.33%;}

	.offset-sm-1-6{margin-left: 16.66%;}

	.offset-sm-2-6{margin-left: 33.33%;}

	.offset-sm-3-6{margin-left: 50%;}

	.offset-sm-4-6{margin-left: 66.66%;}

	.offset-sm-5-6{margin-left: 83.33%;}

}

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

	

    .md-1-2{width:50%;}

	.offset-md-1-2{margin-left: 50%;}



	.md-1-3{width:33.33%;}

	.md-2-3{width:66.66%;}

	.offset-md-1-3{margin-left: 33.33%;}

	.offset-md-2-3{margin-left: 66.66%;}



	.md-1-4{width:25%;}

	.md-2-4{width:50%;}

	.md-3-4{width:75%;}

	.offset-md-1-4{margin-left: 25%;}

	.offset-md-2-4{margin-left: 50%;}

	.offset-md-3-4{margin-left: 75%;}



	.md-1-5{width:20%;}

	.md-2-5{width:40%;}

	.md-3-5{width:60%;}

	.md-4-5{width:80%;}

	.offset-md-1-5{margin-left: 20%;}

	.offset-md-2-5{margin-left: 40%;}

	.offset-md-3-5{margin-left: 60%;}

	.offset-md-4-5{margin-left: 80%;}



	.md-1-6{width:16.66%;}

	.md-2-6{width:33.33%;}

	.md-3-6{width:50%;}

	.md-4-6{width:66.66%;}

	.md-5-6{width:83.33%;}

	.offset-md-1-6{margin-left: 16.66%;}

	.offset-md-2-6{margin-left: 33.33%;}

	.offset-md-3-6{margin-left: 50%;}

	.offset-md-4-6{margin-left: 66.66%;}

	.offset-md-5-6{margin-left: 83.33%;}

}

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

	

    .lg-1-2{width:50%;}

	.offset-lg-1-2{margin-left: 50%;}



	.lg-1-3{width:33.33%;}

	.lg-2-3{width:66.66%;}

	.offset-lg-1-3{margin-left: 33.33%;}

	.offset-lg-2-3{margin-left: 66.66%;}



	.lg-1-4{width:25%;}

	.lg-2-4{width:50%;}

	.lg-3-4{width:75%;}

	.offset-lg-1-4{margin-left: 25%;}

	.offset-lg-2-4{margin-left: 50%;}

	.offset-lg-3-4{margin-left: 75%;}



	.lg-1-5{width:20%;}

	.lg-2-5{width:40%;}

	.lg-3-5{width:60%;}

	.lg-4-5{width:80%;}

	.offset-lg-1-5{margin-left: 20%;}

	.offset-lg-2-5{margin-left: 40%;}

	.offset-lg-3-5{margin-left: 60%;}

	.offset-lg-4-5{margin-left: 80%;}



	.lg-1-6{width:16.66%;}

	.lg-2-6{width:33.33%;}

	.lg-3-6{width:50%;}

	.lg-4-6{width:66.66%;}

	.lg-5-6{width:83.33%;}

	.offset-lg-1-6{margin-left: 16.66%;}

	.offset-lg-2-6{margin-left: 33.33%;}

	.offset-lg-3-6{margin-left: 50%;}

	.offset-lg-4-6{margin-left: 66.66%;}

	.offset-lg-5-6{margin-left: 83.33%;}

}





/* 
 _____   _           _         _                        _                  
|_   _| | |         | |       | |                      | |                 
  | |   | |__   __ _| |_ ___  | |_ ___  _ __ ___   __ _| |_ ___   ___  ___ 
  | |   | '_ \ / _` | __/ _ \ | __/ _ \| '_ ` _ \ / _` | __/ _ \ / _ \/ __|
 _| |_  | | | | (_| | ||  __/ | || (_) | | | | | | (_| | || (_) |  __/\__ \
 \___/  |_| |_|\__,_|\__\___|  \__\___/|_| |_| |_|\__,_|\__\___/ \___||___/

Oh nice, welcome to the stylesheet of dreams. 
It has it all. Classes, ID's, comments...the whole lot:)
Enjoy responsibly!
@ihatetomatoes

*/

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
p {
    line-height: 1.33em;
    color: #7E7E7E;
}
h1 {
    color: #EEEEEE;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    right: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
        animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

    #loader-wrapper .loader-section {
        position: fixed;
        top: 0;
        width: 51%;
        height: 100%;
        background: #222222;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }
    
    /* JavaScript Turned Off */
    .no-js #loader-wrapper {
        display: none;
    }
    .no-js h1 {
        color: #222222;
    }

    #content {
        margin: 0 auto;
        padding-bottom: 50px;
        width: 80%;
        max-width: 978px;
    }  






/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* 
	Ok so you have made it this far, that means you are very keen to on my code. 
	Anyway I don't really mind it. This is a great way to learn so you actually doing the right thing:)
	Follow me @ihatetomatoes
*/


html {-webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe {width: 100%;min-height: 315px;}
img{max-width:100%;	height: auto;width: auto\9; /* ie8 */}

a{color: #ed6427;text-decoration: none;-moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
	transition-duration: 0.3s;}
a:hover {color: #ed6427;}

h1, h2 	{font-size: 25px;line-height: 25px;}
h3, h4	{font-size: 20px;line-height: 20px;}
h5, h6	{font-size: 16px;line-height: 16px;}
h1,h2,h3,h4,h5,h6{letter-spacing: 0px;font-weight: 700;line-height:1.2; }

p{margin: 10px 0;color: #777;}

label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}
input {display:block;width:100%;color:#222;border:1px solid #d1d1d1;padding:15px;margin: 5px 0 20px 0;font-size: 15px;}
textarea {display:block;width:100%;height:250px;background-color:#fff; color:#222;border:1px solid #d1d1d1;padding:10px;margin: 5px 0 20px 0;}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
	border-radius: 0 0 0 0;
    box-shadow: none;
    display: block;
    font-weight: normal;
    line-height: 1.2;
    outline: medium none;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
}

.t-center{text-align: center;}
.t-left{text-align: left;}
.t-right{text-align: right;}
.f-right{float: right;}
.f-left{float: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.list-inline li{display: inline-block;}

/* --Line-- */
hr{ margin: 20px auto 0; padding: 0; max-width: 210px;border: 0; border-top: double 4px;text-align: center;display: block; line-height: 1px; height: auto;-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;}

hr.line01:after, 
hr.line02:after,
hr.line03:after{content: url(../images/rose.png);display: inline-block;position: relative;top: -12px;padding: 0 10px;}

hr.line01 {border-color: #111;}
hr.line01:after {color: #111;background-color: #F7F7F7;}

hr.line02 {border-color: #111;}
hr.line02:after {color: #111;background-color: #ffffff;}

hr.line03 {border-color: #fff;}
hr.line03:after {color: #fff;background-color: #303231;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
margin: 0;
    font-family: hacen_liner, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
} 

body.index-page .main-header{height: calc(90vh - 60px);}
body.index-page .main-header2{height: calc(50vh - 40px);}
#header .main-header2 .zerogrid {
    display: none;
}
@media screen and (max-width:767px){
	body.index-page .main-header{height: calc(52vh - 72px);}
	body.index-page .main-header2{height: calc(52vh - 72px);}
}
@media screen and (max-width:500px){
	body.index-page .main-header{height: calc(52vh - 72px);}
	body.index-page .main-header2{height: calc(52vh - 72px);}
}
body .wrap-body{position: relative;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Header--------------------------------- */
/* ---------------------------------------------------------------------------- */
header#header{text-align: center;width: 100%;z-index: 2;position: relative;overflow: hidden;backface-visibility: hidden;display: block;}

header#header .main-header{background: url(../images/hero.jpg) 50%;background-size: cover;overflow: hidden;padding: 120px 0;position: relative}
header#header .main-header2{background: url(../images/hero2.jpg) 50%;background-size: cover;overflow: hidden;padding: 120px 0;position: relative}
header .main-header:before{position: absolute;content: ""; height: 100%; width: 100%;    background: rgba(255, 0, 0, 0); top: 0;left: 0;right: 0;bottom: 0;}
header .main-header2:before{position: absolute;content: ""; height: 100%; width: 100%;    background: rgba(255, 0, 0, 0); top: 0;left: 0;right: 0;bottom: 0;}

header .heading-text h2{font-family: 'Lobster', cursive;font-size: 65px;color: #fff; font-weight: 400;letter-spacing: 5px;margin: 40px 0 20px;}
header .heading-text p{color: #fff; font-size: 25px;font-family: 'Poppins', sans-serif;line-height: 35px;}

header #logo{}
@media screen and (max-width:767px){

	header .main-header{padding-top: 50px;}
	header .main-header2{padding-top: 50px;}
	header #logo{margin: 20px 0;}
	header .heading-text h2{font-size: 55px;letter-spacing: 4px;margin: 20px 0 20px;}
	header .heading-text p{font-size: 18px;line-height: 30px;}
}
@media screen and (max-width:500px){
	header .heading-text h2{font-size: 40px;letter-spacing: 3px;margin: 10px 0;}
	header .heading-text p{font-size: 15px;line-height: 23px;}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Container------------------------------ */
/* ---------------------------------------------------------------------------- */
#container {position: relative;overflow: visible;z-index: 2;}
#container:before{content: '';z-index: 3;background: url(../images/sketch.png) repeat center bottom; background-size: auto 100%;position: absolute;top: 0;left: 0;width: 100%;height: 40px;margin-top: -40px;visibility: visible;}
#container:after{content: '';position: absolute; bottom: 0; left: 0; width: 100%; z-index: 3; background: url(../images/sketch-header.png) repeat center bottom; background-size: auto 100%; height: 40px; margin-bottom: -10px;visibility: visible;}
#container .wrap-container{background: #ffffff;}


/* ----title---- */
.header .title {
    background: #707070;
    font-size: 20px;
    padding: 5px 0px;
}

.header .title a {
    color: #ffffff;
}



/* ---content-box--- */
.content-box {}
.content-box .wrap-box {padding:10px 10px; position: relative;     overflow: hidden;}
.content-box .header {text-align: center; margin: 20px 0 20px;}
.content-box .header h2{text-transform: uppercase;font-size: 30px;line-height: 40px;letter-spacing: 15px;font-weight: 500;color: #141414;margin-bottom: 25px;}
.content-box .header .intro {color: #555;font-size: 16px;line-height: 23px;font-weight: 300;margin-bottom: 10px;}
.content-box .content{margin: 20px auto 20px;}

.content-box.boxstyle-1{background: url(../images/bg-3.jpg) 0 65%;position: relative;}
.content-box.boxstyle-1:before{position: absolute;content: ""; height: 100%; width: 100%;background: rgba(45, 50, 56,0.55);top: 0;left: 0;right: 0;bottom: 0;visibility: initial;}
.content-box.boxstyle-2{background: url(../images/bg-2.jpg);background-size:cover;}
.content-box.box-style-3{background: url(../images/world-map.png) center center no-repeat;background-size: cover;position: relative;}
.content-box.box-style-3:before {content:"";display: block;height: 100%;position: absolute;top: 0;left: 0;width: 100%;visibility: visible;background-color: rgba(255, 255, 255, .7);}

.content-box.box-1 {}
.content-box.box-1 .wrap-box{padding: 20px 0;}
.content-box.box-1 .owl-carousel .item{box-shadow: 0 20px 40px 0 #aaa;
    margin: 0 12px;
    min-height: 320px;
    overflow: hidden;
    height: 320px;
    max-height: 320px;}
.content-box.box-1 .owl-carousel .item p{margin: 0; }

.content-box.box-2 .wrap-box{padding: 0 10px 100px;}

.content-box.box-3 .wrap-box{}

.content-box.box-3 .button-service {margin: 80px 0 80px 15px;}
.content-box.box-3 .button-service:hover{}
@media all and (max-width: 767px){
    .block_six .item .imgthumb {
	height: 100%;
    overflow: hidden;
    max-height: 290px;
    min-height: 290px;
}
	.content-box.box-3 .button-service {margin: 50px 0 50px 15px;}
}
@media all and (max-width: 500px){
	.content-box.box-3 .button-service {margin: 15px 0 15px 15px;}
}

.content-box.box-4 .box-entry {color: #4d4d4d; margin-bottom: 30px;background: #fff;box-shadow: 0 1px 21px rgba(0, 0, 0, 0.19);transition: all 300ms ease 0s;
    min-width: 100%;
}
.content-box.box-4 .box-entry .box-entry-inner{position: relative;z-index: 1;}
.box-entry-inner .image { height: 200px; overflow: hidden;}
.content-box.box-4 .box-entry img{border: none; width: 100%; min-height:200px;}
.content-box.box-4 .box-entry .entry-details{height: 170px; overflow: hidden;}
.content-box.box-4 .box-entry .entry-des {padding: 10px 20px 20px;}
.content-box.box-4 .box-entry .entry-des h3{margin-bottom: 20px;font-size: 19px;font-weight: 500;}
.content-box.box-4 .box-entry .entry-des h3 a{color: #141414;}
.content-box.box-4 .box-entry .entry-des span a{margin: 10px 0 5px; display:block;color: #aaa;font-size: 14px;}

.content-box.box-4 .pro-price-content{display: inline-block;font-size: 24px;font-weight: 500;margin-bottom: 0;margin-top: 7px;line-height: 26px;}


.content-box.box-4 .box-entry:hover{box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);    -webkit-transform: scale(0.99);
   -moz-transform: scale(0.99);
   -o-transform: scale(0.99);
   -ms-transform: scale(0.99);
   transform: scale(0.99);
   }


.content-box.box-5 .wrap-box {padding: 0;}

.content-box.box-6{color: #2b2d3f;text-align: center;}
.content-box.box-6 .heading h2{color: #1a1c1e;}
.content-box.box-6 .box-text{}

/* ---MainContent-Article--- */
#main-content{margin: 40px 0;}
#main-content .wrap-content{padding: 0 5px 5px;}
#main-content .wrap-content h3{margin-bottom: 10px;}

article{padding-bottom: 30px;margin-bottom: 30px;}
article .social-buttons li {    display: inline;}
article ul.social-buttons {text-align: center;}

article:last-child{border-bottom: none;padding-bottom: 0;}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}




/* ---------------------------------------------------------------------------- */
/* -------------------------------------Footer--------------------------------- */
/* ---------------------------------------------------------------------------- */
footer#footer{background: #171717;font-size: 14px;position: fixed;top: auto;bottom: 0;left: 0;width: 100%;display:block;}
footer a{color: #fff}
footer a:hover{color: #ed6427}
footer .widget-title{text-transform: capitalize;margin-bottom: 30px; color: #fff; text-align: center;}
footer .wrap-footer{padding: 70px 60px 0;}
footer .brand-footer{font-size: 57px;text-transform: uppercase;letter-spacing: 5px;color: #777;}
footer ul li{margin-bottom: 5px;padding: 10px 0 15px;display: inline-block;}
footer ul.quicklinks li{position:relative;padding: 0 10px;}
footer ul.quicklinks li:after{position: absolute;content: "";border-right: 1px solid #777;height: 16px;top: 5px;padding-left: 10px;}
footer ul.quicklinks li:last-child:after{display: none;}
footer ul.quicklinks li:first-child{padding-left: 0;}
footer .col-footer-1 {}

footer .col-footer-2 p{margin: 5px 0 0;}
footer .col-footer-2 strong{font-size: 17px;}

footer .col-footer-3{}
footer .col-footer-3 ul.social-buttons{}

.social-buttons li {
display: grid;
    padding:3%;
    font-size: 40px;
    text-align: center;

}

.social-buttons a:hover {
color:#ed6427;
}

.social-buttons li img {
    padding: 3%;
}


#box_article_tools .social-buttons li {
    padding: 10px 20px;
    font-size: 25px;
}



footer .col-footer-3 ul.social-buttons li a{font-size: 32px;margin: 15px;}

footer .bottom-footer{margin-top: 50px;}
.copyright{background: #1a1c1e;color: #777;padding: 20px;text-align: center;}

@media all and (max-width: 767px){
	footer#footer{position: relative;}
	.copyright{text-align: center;}
	.copyright ul.quick-link{float: none;margin-top: 10px;}
}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h3{margin-left: 30px;}
#contact_form {padding:0px 25px;}

#ff label {cursor:pointer;margin:5px 0;display:block;font-weight:bold;}

#ff input[type="text"], #ff input[type="email"]{display:block;width:100%;color:#111;border:1px solid #999;padding:13px;margin: 5px 0 25px 0;font-size: 16px;max-height: 45px;}

textarea {display:block;width:100%;height:200px;color:#111;border:1px solid #999;padding:10px;margin: 5px 0 25px 0;}



/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
.button{
	cursor: pointer;
	font-size: 13px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	margin: 5px 0;
	color: #fff;
	padding: 10px 15px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
	text-shadow: none;
}
.button:hover{text-decoration: none; background: #303030;}

.button-skin {background: #111;color: #fff;padding: 10px 25px;text-align: center;border:2px solid #111;font-weight: bold; font-size: 14px;letter-spacing: 2px;}
.button-skin:hover{background: transparent;color: #333;border:2px solid #333;}
.button-subcribe{background-color: #ed6427;color: #fff;font-weight: bold;}
.button-subcribe:hover{background-color: #333;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Carousel--------------------------------- */
/* ---------------------------------------------------------------------------- */
.owl-carousel .owl-stage-outer{padding-bottom: 50px;}
.owl-dots {margin: 0 auto;text-align: center;}
.owl-dot {width: 8px;height: 8px;border-radius: 50%;background: #ccc;margin-right: 10px;display: inline-block;}
.owl-dot.active {width: 15px;height: 8px;border-radius: 10px;background: #ed6427;}
#owl-slide {
    direction: ltr;
}
.owl-carousel .item{position: relative;}
.carousel-caption {    position: absolute;
    bottom: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    left: auto;
    right: auto;
    text-shadow: none;
    max-height: 100px;}
.carousel-caption a:hover {color: #ed6427;}
.carousel-caption-title {margin: 0;padding: 0;}
.carousel-caption-title a {font-size: 18px;font-size: 1.125em; text-transform: uppercase; color: #fff;}
.carousel-caption-title {;overflow: hidden;text-overflow: ellipsis; }
.carousel-caption-category {margin: 0;padding: 0;}
.carousel-caption-category a {color: #aaaaaa;font-size: 14px;font-size: 0.875em;letter-spacing: .5px;text-transform: lowercase;}
.carousel-caption-inner {          background: #0000003d;
    padding: 20px 20px;
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------Portfolio Box--------------------------------- */
/* ---------------------------------------------------------------------------- */	
.portfolio-box {display: block;position: relative;margin: auto;overflow: hidden;height: 300px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);border-left: 1px solid rgba(255, 255, 255, 0.3);}
@media all and (min-width: 768px){
.block_six .item .imgthumb {
    height: 100%;
    overflow: hidden;
    max-height: 290px;
    min-height: 290px;
}
	.portfolio-box:first-child,
	.portfolio-box:nth-child(5n+1) {border-left: none;}
	.portfolio-box:nth-child(n+6) {border-bottom: none;}
}
.portfolio-box .portfolio-image{background-position: center center;background-size: cover;height: 100%;width: 100%;opacity: 0;-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;transition: all .35s ease-in-out;z-index: 1;}

.portfolio-box .portfolio-caption {display: block;width: 100%;height: 100%;color: rgba(255, 255, 255, 0.7);z-index: 3;}

.portfolio-box .portfolio-time,
.portfolio-box .portfolio-details{position: absolute;left: 7%;}

.portfolio-box .portfolio-time{top: 5%;}

.portfolio-box .portfolio-day{font-size: 48px;margin-bottom:5px;line-height: 1;}
.portfolio-box .portfolio-month,
.portfolio-box .portfolio-year{font-size: 13px;text-transform: uppercase;line-height: 1.2;}

.portfolio-box .portfolio-details{bottom: 5%;width: 91%;}

.portfolio-box .portfolio-cat,
.portfolio-box .portfolio-comments{font-size: 14px;opacity:0;-webkit-transition: all .35s ease-in-out;-moz-transition: all .35s ease-in-out;transition: all .35s ease-in-out;}

.portfolio-box .portfolio-title{font-size: 20px;}
.portfolio-box .portfolio-cat{width: 87%;float: left;}
.portfolio-box .portfolio-comments{width: 13%;float: left;}
.portfolio-box .portfolio-comments i.fa{padding-right: 5px;line-height: 1.6}

.portfolio-box:hover .portfolio-image{backface-visibility: hidden;opacity: 1;}
.portfolio-box:hover .portfolio-caption {color: rgba(255, 255, 255, 1);}
.portfolio-box:hover .portfolio-cat,
.portfolio-box:hover .portfolio-comments{opacity:1;}


@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 15px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 19px;
    }
}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Crumbs---------------------------------- */
/* ---------------------------------------------------------------------------- */
.crumbs {-webkit-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);-moz-box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);box-shadow: 0px 25px 18px -26px rgba(0,0,0,0.75);padding:15px 0 15px 30px;margin: 10px 0 0px; text-align: right;}
.crumbs ul {list-style: none;display: inline-table;}
.crumbs ul li {display: inline;}
.crumbs ul li a {display: block;float: right;background: #27263e;text-align: center;padding: 7px 30px 8px 40px;position: relative;margin: 0 20px 0 0; font-size: 16px;text-decoration: none;color: #fff;}
.crumbs ul li a:after {content: "";  border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-right: 20px solid #27263e;position: absolute; left: -20px; top: 0;z-index: 1;-webkit-transition: border 0.3s, -webkit-transform 0.3s;-moz-transition: border 0.3s, -moz-transform 0.3s;-o-transition: border 0.3s, -o-transform 0.3s;transition: border 0.3s, transform 0.3s;}
.crumbs ul li a:before {content: "";  border-top: 20px solid transparent;border-bottom: 20px solid transparent;border-right: 20px solid #fff;position: absolute; right: 0; top: 0;}
.crumbs ul li:first-child a {border-top-right-radius: 6px; border-bottom-right-radius: 6px;}
.crumbs ul li:first-child a:before {display: none; }
.crumbs ul li:last-child a {padding-right: 40px;padding-right: 50px;border-top-left-radius: 6px; border-bottom-left-radius: 6px;}
.crumbs ul li:last-child a:after {display: none; }		
.crumbs ul li a:hover {background: #222;color: #fff;}
.crumbs ul li a:hover:after {border-right-color: #222;}
.crumbs ul li a:hover:after {border-right-color: #222;}




.hero-heading {display: none;font-weight: 300;letter-spacing: 4px;line-height: 41px;margin: 29px 15px 56px;min-height: 41px;padding-left: 0.3em;position: relative;text-transform: uppercase;}
.hero-heading::before {border-top: 2px solid transparent;content: "";display: block;height: 17px;left: 0;position: absolute;top: -29px;width: 100%;}
.hero-heading::after {border-bottom: 2px solid transparent;bottom: -31px;content: "";display: block;height: 17px;left: 0;position: absolute;width: 100%;}
.hero-heading > span {display: block;margin: 0 -17px;font-size: 30px;}
.hero-heading .tl,
.hero-heading .tr, 
.hero-heading .br, 
.hero-heading .bl {display: block;height: 30px;position: absolute;width: 0;}

.hero-heading .tl {border-right: 2px solid transparent;left: 0;top: -29px;}
.hero-heading .tr {border-left: 2px solid transparent;right: 0;top: -29px;}
.hero-heading .br {border-left: 2px solid transparent;bottom: -31px;right: 0;z-index: 100;}
.hero-heading .bl {border-right: 2px solid transparent;bottom: -31px;left: 0;z-index: 100;}
.hero-heading::before, .hero-heading::after, .hero-heading .tl, .hero-heading .tr, .hero-heading .br, .hero-heading .bl {border-color: #ed6427;}


header .hero-heading{color: #fff;}
header .hero-heading::before{top: -40px;}
header .hero-heading::after{bottom: -40px;}
header .hero-heading > span {font-size: 76px;margin: 10px -17px 0;font-family: 'Poppins', sans-serif;}
header .hero-heading .tl {top: -40px;height: 25px;}
header .hero-heading .tr {top: -40px;height: 25px;}
header .hero-heading .br {bottom: -40px;height: 25px;}
header .hero-heading .bl {bottom: -40px;height: 25px;}

@media(max-width:767px) {
    header .hero-heading::before{top: -30px;}
	header .hero-heading::after{bottom: -25px;}
	header .hero-heading > span {font-size: 56px;margin: 0 -17px 0;}
	header .hero-heading .tl {top: -30px;height: 20px;}
	header .hero-heading .tr {top: -30px;height: 20px;}
	header .hero-heading .br {bottom: -25px;height: 20px;}
	header .hero-heading .bl {bottom: -25px;height: 20px;}
}

@media(max-width:500px) {
    header .hero-heading::before{top: -20px;}
	header .hero-heading::after{bottom: -15px;}
	header .hero-heading > span {font-size: 30px;margin: 0px -15px 0;}
	header .hero-heading .tl {top: -20px;height: 15px;}
	header .hero-heading .tr {top: -20px;height: 15px;}
	header .hero-heading .br {bottom: -15px;height: 15px;}
	header .hero-heading .bl {bottom: -15px;height: 15px;}
	
	.hero-heading {letter-spacing: 3px;line-height: 32px;min-height: 32px;}
}


/* ---------------------------------------------------------------------------- */
/* -----------------------------------Subscribe-------------------------------- */
/* ---------------------------------------------------------------------------- */
.subscribe-form{margin-top: 60px;}
.subscribe-form input[type="text"],
.subscribe-form input[type="email"],
.subscribe-form textarea{background: transparent;border:none;border-bottom: 1px solid #2b2d3f; outline: medium none;box-shadow: none;}
.subscribe-form input::-webkit-input-placeholder,
.subscribe-form input::-webkit-input-placeholder{color: #333;}

.subscribe-form .button-subscribe{margin:0;padding: 14px 25px;width: auto}


.art-content img {
    text-align: center;
    width: 100%;
}

* {
      box-sizing: border-box;
    }

    .slider {
        width: 100%;
        margin: 10px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
    	width: 100%;
		max-height: 210px;	
    }

    .slick-slide .title {
		font-size: 12px;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }
	
	.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    .block_six .item .imgthumb {
    height: 490px;
    overflow: hidden;
}
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { w				/* this makes it possible to add next button beside scrollable */
			.scrollable {
				float:left;
			}
			
			/* prev, next, prevPage and nextPage buttons */
			a.browse {
				background:url(../img/hori_large.png) no-repeat;
				display:block;
				width:30px;
				height:600px;
				float:left;
				margin:0 5px;
				cursor:pointer;
			}
			
			a.left.off {
				cursor:default;
				background-position: -60px center !important;
			}
			
			a.right.off {
				cursor:default;
				background-position: -90px center !important;
			}
			
			/* right */
			a.right { background-position: -120px center; clear:right; margin-right: 0px;}
			a.right:hover { background-position:-150px center; }
			
			
			/* left */
			a.left { background-position:-30px center; margin-left: 0px; }
			a.left:hover  { background-position:0 center; }
			
			/* up and down */
			a.up, a.down  {
				background:url(../img/vert_large.png) no-repeat;
				float: none;
				margin: 10px 50px;
			}
			
			/* up */
			a.up:hover { background-position:-30px 0; }
			a.up:active { background-position:-60px 0; }
			
			/* down */
			a.down { background-position: 0 -30px; }
			a.down:hover { background-position:-30px -30px; }
			a.down:active { background-position:-60px -30px; }
			
			
			/* disabled navigational button */
			a.disabled {
				visibility:hidden !important;
			}
			
			
			/*
			  root element for the scrollable.
			  when scrolling occurs this element stays still.
			  */
			.scrollable {
				position: relative;
				overflow: hidden;
				width: 590px;
				height: 600px;
				direction: ltr;
			}
			
			/*
			   root element for scrollable items. Must be absolutely positioned
			   and it should have a extremely large width to accomodate scrollable
			   items.  it's enough that you set the width and height for the root
			   element and not for this element.
			*/
			.scrollable .items {
				/* this cannot be too large */
				width:20000em;
				position:absolute;
				clear:both;
			}
			
			.items .one_item {
				float:left;
				width:680px;
				overflow:hidden;
			}
			
			.one_item li {
				float: left;
				width: 191px;
				margin: 0 3px 10px 3px;
				font-family: Tahoma,Geneva,sans-serif;
				font-size: 14px;
				cursor: pointer;
				list-style: none;
				overflow: hidden;
				height: 200px;
			}
			
			.one_item li .text {
				direction: rtl;
				padding: 5px;
				min-height: 50px;
				background: rgba(223, 223, 223, 0.48);
				color: #000;
				font-weight: normal;
				font-family: ge_ss_two_light,tahoma;
				font-size: 13px;
				text-align: center;
			}
			
			.one_item li:hover div.text {
				background:#DDD;
				color: #222;
			}
			
			.one_item li .imge {
				height:140px;
				width:100%;
				overflow:hidden;
			}
			
			/* single scrollable item */
			.imge img {
				width:191px;
				min-height: 140px;
			}
			
			/* active item */
			.scrollable .active {
				border:2px solid #000;
				position:relative;
				cursor:default;
			}
			
			.read_more{
				width: 74px;
				height: 30px;
				background: url(../img/more.png) no-repeat;
				bottom: -28px;
				left: -4px;
				position: absolute;
			}
			
			.maqalat {
				background: #DDD;
				overflow:hidden;
				margin-bottom:10px;
			}

			.maqalat_inner {
				background: #fff;
				margin:10px;
				padding: 5px;
				overflow: hidden;
			}
			
			.vertical {
				position:relative;
				overflow:hidden;
				height: 350px;
			}
			
			.vertical .items {
				position:absolute;
				height:20000em;
			}
			
			.vertical .items .one_item{
				float:none;
				width: 300px;
				overflow: hidden;
			}
			
			.vertical .items .one_item li{
				float:left;
				width:300px;
				margin:3px 0;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:14px;
				cursor:pointer;
			}
			
			.next_ver , .prev_ver{
				height:30px;
				width:300px;
				float:right;
				background: url(../img/arrows_up_down.png) top left;
			}
			
			.next_ver{
				background-position: -300px 0px;
			}
			
			.next_ver:hover{
				background-position: -300px -30px;
				cursor:pointer;
			}
			
			.prev_ver{
				background-position: 0px 0px;
				margin-bottom: -5px;
			}
			
			.prev_ver:hover{
				background-position: 0px -30px;
				cursor:pointer;
			}idth: 100%; }
}

.image .title {
    white-space: nowrap;
    background: #000;
    color: #fff;
}

#box_pagination {
    width: 100%;
    display: inline-block;
}

			.maqalat {
				border: 1px solid #EEE;
				border-top: 2px solid #FC0;
				background: white;
				background: -moz-linear-gradient(top, white 0%, #EEE 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(100%,#EEE));
				background: -webkit-linear-gradient(top, white 0%,#EEE 100%);
				background: -o-linear-gradient(top, white 0%,#EEE 100%);
				background: -ms-linear-gradient(top, white 0%,#EEE 100%);
				background: linear-gradient(top, white 0%,#EEE 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
				overflow:hidden;
				margin-top:10px;
			}
			
			.vertical {
				position:relative;
				overflow:hidden;
				height: 350px;
			}
			
			.vertical .items {
				position:absolute;
				height:20000em;
				width: 100%;
			}
			
			.vertical .items .one_item{
				float:none;
				width: 300px;
				overflow: hidden;
			}
			
			.vertical .items .one_item li{
				float:left;
				width:300px;
				margin:3px 0;
				font-family:Tahoma, Geneva, sans-serif;
				font-size:14px;
				cursor:pointer;
			}
			
			.next_ver , .prev_ver{

			}
			
			.next_ver{
				background-position: -300px 0px;
			}
			
			.next_ver:hover{
				background-position: -300px -30px;
				cursor:pointer;
			}
			
			.prev_ver{
				background-position: 0px 0px;
				margin-bottom: -5px;
			}
			
			.prev_ver:hover{
				background-position: 0px -30px;
				cursor:pointer;
			}

div#admin_closed_site {
    display: none;
}

.grid2 {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.grid2 figure {
    position: relative;
    float: right;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 260px;
    max-width: 260px;
    max-height: 180px;
    width: 25%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    min-height: 140px;
}

.corners{
	background: url(../img/corners.png) no-repeat;
	height: 19px;
	margin: 0 -20px -10px;
}

.book_catt {
    text-align: center;
    margin: 20px;

}

.books_library{
	background: url(../img/shelf.png) no-repeat bottom;
	display: inline-block;
	height: 188px;
	position: relative;
	box-shadow: 0px 9px 10px -10px rgb(0, 0, 0);
}

.short_book{
	width: 110px;
	float: left;
	margin: 10px 0 0 49px;
	position: relative;
}

.short_book .image{
	width: 110px;
	height: 140px;
	background: #E1E4C5;
	margin-bottom: 19px;
	-webkit-box-shadow: 0px 1px 5px 0px #4A4A4A;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4A4A4A;
	position: relative;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	-ms-transition: all 250ms;
}

.short_book:hover .image{
	-webkit-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.75);
	-moz-box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.75);
	box-shadow: 0px 0px 1px 2px rgba(255, 255, 255, 0.75);
}

.short_book img{
	width: 100%;
	height: 160px;
	-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), color-stop(.8, rgba(0,0,0,0)), to(rgba(0,0,0,.25)));
}

.short_book .highlight{
	width: 130px;
	height: 140px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/highlight.png);
}

.short_book .short_book_title{
	color:#000;
	font-family: ge_ss_three_light;
	font-size: 14px;
	text-align: center;
	line-height: 18px;
	position: relative;
}

.short_book:hover .short_book_title{
	color: #fff;
}



.book_file {
	margin: 5px;
	background: url(../img/down_book.png);
	width: 60px;
	height: 60px;
	display: inline-block;
}

.book_view {
	margin: 5px;
	background: url(../img/view_book.png);
	width: 60px;
	height: 60px;
	display: inline-block;
}

.book_file2 {
	margin: 2px;
	background: url(../img/down_book2.png) no-repeat right;
	width: 171px;
	height: 20px;
	display: inline-block;
}

.book_view2 {
	margin: 2px;
	background: url(../img/view_book2.png) no-repeat right;
	width: 171px;
	height: 20px;
	display: inline-block;
}

.home_adv1, .home_adv2, .home_adv3{
	background: #eee;
	float: right;
	width: 215px;
	height: 330px;
	margin-left: 5px;
	overflow: hidden;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
}

.home_adv1:hover, .home_adv2:hover, .home_adv3:hover{
	transform: scale(0.96);
	-ms-transform: scale(0.96);
	-webkit-transform: scale(0.96);
	-o-transform: scale(0.96);
	-moz-transform: scale(0.96);
	box-shadow: 0 0 0 2px rgba(0, 60, 107, 0.35);
}

.home_adv3{
	margin-left: 0px;
}

.short22 {
	margin-top:-20px;
    margin-right: 23px;
    float: right;
    -webkit-box-shadow: 0px 8px 20px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 20px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 8px 20px -6px rgba(0,0,0,0.75);
}

.lib_bg {
    background: #e5e5e5 url(../img/library.jpg) 50% -188% no-repeat;
    padding: 0 12%;
    height: 200px;
    margin-top: 30px;
}


.lib_con {
    background-color: #e5e5e5;
}




.short22 .article_title {

	padding: 0 5px;

	color: #000;

	overflow: hidden;

	font-size: 13px;

	text-align: justify;

	padding-top: 3px;

	-webkit-transition: all 250ms ease-in-out;

	-moz-transition: all 250ms ease-in-out;

	-o-transition: all 250ms ease-in-out;

	-ms-transition: all 250ms ease-in-out;

}



.short22 .image {
    width: 100px;
    height: 140px;
    padding: 0px;
    position: relative;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    float: right;
}



.short22 .image_inner {

	overflow: hidden;

	width: 100%;

	height: 100%;

}



.short22 img {

	width: 100%;

	height: 100%;

}



.short22:hover .image {


}



.short22:hover .article_title {

	color: rgb(217,65,27);

}

/*** Article social bookmarks ***/

#box_social_bookmarks {

	background:#efefef url(../img/gradient_light.gif) top repeat-x;

	color:#777;

	padding:5px;

	margin:6px 0px 12px 0px;

	border:1px solid #ccc;

	font-size:11px;

	direction:ltr;

}



#box_social_bookmarks a {padding:0 5px; color:#555;}



#box_social_bookmarks img {vertical-align:bottom;}



#dynamic_box_right #box_social_bookmarks a span {display:none;}

#box_article_tools {margin-bottom:10px;}



#box_article_tools ul {font-size:11px; display: inline-block;}



#box_article_tools ul li { margin-bottom:3px; float: right;}



#box_article_tools ul li img {vertical-align:bottom;}



#box_article_tools ul li a {padding: 2px 11px 4px 0px; background:none; color:#666;}



#box_article_tools ul li a:hover {background:none; text-decoration:none; color:#ca0002;}



/*** Email friend box ***/

#send_article {padding:6px; background:#efefef;}



#email_to_a_friend_dump {font-size:14px; font-weight:bold; padding:6px;}



#email_to_a_friend_dump span.error {color:#f3735d;}



#email_to_a_friend_dump span.info {color:#6b99c5;}



/*** Article vote box ***/

#stars {padding:2px; width:150px; overflow:hidden;}



.article_rating {

	color:#cecece;

	font-weight:bold;

	font-size:14px;

	padding-top:10px;

	padding-left:10px;

	float:left;

}



div.standard_star {cursor:pointer;}


article * {
    font-family: FontAwesome, Droid Arabic Naskh, arial !important;
    line-height: 1.5em !important;
	color: #000000 !important;
	text-align: justify;
}


.art-content {
    color: #000 !important;
} 


.entry-title {
    text-align: center;
}
 

.entry-title2 {
    text-align: center;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1%;
	height: 4.75em;
	background: #79FAC4;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	visibility: hidden;

}

.hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 30px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px;
	display: inline-block;
}

.overlay p {
    /* float: right; */
    padding: 0 7%;
    /* width: 100%; */
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff;
}


.hovereffect p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

.hovereffect:hover p.icon-links a:hover,
.hovereffect:hover p.icon-links a:focus {
	color: #252d31;
}

.hovereffect h2,
.hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	visibility: visible;
}

.hovereffect p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.hovereffect:hover .overlay,
.hovereffect:hover h2,
.hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
    display: inline-flex;
    width: 100%;
}

.hovereffect:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.hovereffect:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.overlay a:hover {
    color: #ed6427;
}

.overlay a {
    color: #fff;
}

#wrap {
  margin: 5px 30px;
  display: inline-block;
  height: 60px;
  float: left;
  padding: 0;
  position: absolute;
	z-index: 999;
	left: 0;
	top: 55px;
}

.search1 input[type="text"] {
  height: 60px;
  font-size: 55px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #fff;
  padding: 3px;
  padding-left: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

.search1 input[type="text"]:focus:hover {
  border-bottom: 1px solid #fff;
}

.search1 input[type="text"]:focus {
  width: 300px;
  z-index: 1;
  border-bottom: 1px solid #fff;
  cursor: text;
}

.search1 input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: left;
  background: url(../img/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  cursor: pointer;
  transition: opacity .4s ease;
}

.search1 input[type="submit"]:hover {
  opacity: 1;
}


.clearer {
    display: block;
    height: 50px;
}

.responsive {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	float: right;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	    float: right;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
	float: right;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    min-height: 220px;
}
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}


.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.333333%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}


#cssmenu > ul > li {
    width: auto;
    text-align: right;
}


.header_ar {
    width: 100%;
    color: #fff;
}

.block_six .item {
    direction: rtl;
    margin: 0 10px;
}

.block_six .item .imgthumb a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.block_six .item .imgthumb a img {
    max-height: 290px;
    min-height: 290px;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.block_six .item h1 {
    color: #ffffff !important;
    background: #707070;
    border-color: #707070;
    font-size: 14px;
    text-align: center;
    margin: 0px 0px 5px 0px;
    padding: 5px 0;
    border: #707070 solid 1px;
    height: 40px;
    font-weight: normal;
}

#sliderposts6 .owl-stage-outer.owl-height {
    height: 350px !important;
}

.owl-nav {
    display: none;
}

