
/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,500i,600,600i,700,700i,800');

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_Bold.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_Bold.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_Bold.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_Medium.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_Medium.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansWeb(FaNum)_Light.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_Light.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_Light.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot");
    src: url("../fonts/IRANSansWeb(FaNum)_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"), url("../fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/IRANSansWeb(FaNum).eot");
    src: url("../fonts/IRANSansWeb(FaNum).eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb(FaNum).woff2") format("woff2"), url("../fonts/IRANSansWeb(FaNum).woff") format("woff"), url("../fonts/IRANSansWeb(FaNum).ttf") format("truetype");
}
@font-face {
    font-family: IRANYekan;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/BYekan+.ttf");
    src: url("../fonts/BYekan+.ttf?#iefix") format("embedded-opentype"), url("../fonts/BYekan+ Bold.ttf") format("woff2");
}
@font-face {
    font-family: IRANVazir;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Vazir.ttf");
    src: url("../fonts/Vazir.ttf?#iefix") format("embedded-opentype"), url("../fonts/Vazir-Bold.ttf") format("woff2");
}
@font-face {
    font-family: IRANShabnam;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Shabnam.ttf");
    src: url("../fonts/Shabnam.ttf?#iefix") format("embedded-opentype"), url("../fonts/Shabnam-Bold.ttf") format("woff2");
}

body  {
    direction: rtl;
}
body a {
    font-family: IRANSans;
}

body p {
    font-family: IRANSans;


}

body h1 {
    font-family: IRANSans;
}

body h2 {
    font-family: IRANSans;
}

body h3 {
    font-family: IRANSans;
}

body h4 {
    font-family: IRANSans;
}

/* - General Style //---------------- */

::-moz-selection {
    background-color: #222;
    color: #FFF;
}

::selection {
    background-color: #222;
    color: #FFF;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    line-height: 24px;
    color: #6d6d6d;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    direction: rtl;
}

.container {
    padding-left: 0;
    padding-right: 0;
}

.main {
    background: #fff;
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

a, a:focus, a:active, a:link, img {
    outline: none;
    text-decoration: none;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #6d6d6d;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover {
    color: #f22a59 ;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

ul {
    list-style: none;
    padding-right: 0px;
    margin-bottom: 0;
}

.position-r {
    position: relative;
}

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

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p {
    color: #fff;
}

.dark-bg {
    background: #222;
    color: #fff;
}

.gray-bg {
    background: #f5f5f5;
}

.middle-800 p {
    display: inline-block;
    max-width: 800px;
}
.middle-580 p {
    display: inline-block;
    max-width: 580px;
}



/* - Headings Style   //---------------- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #222;
    /* font-family: 'Montserrat', sans-serif; */
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 46px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 21px;
    line-height: 32px;
}

h2.heading {
    font-size: 25px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}



/* - Button Style  //----------------*/

.btn, button {
    padding: 13px 25px;
    line-height: 16px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -o-border-radius: 25px;
}

.btn.full {
    width: 100%;
    text-align: center;
}

.btn.big-width {
    padding: 13px 30px;
}

.btn.big {
    padding: 18px 30px;
}

.btn i.fa {
    font-size: 18px;
    margin: 0 5px;
}

.btn-black {
    color: #fff;
    background: #2a2931;
    border: none;
}

.btn-black:hover {
    color: #fff;
    background: #f95200;
}

.btn-color{
    color: #fff !important;
    background: #fab100;
    border: none;
}

.btn-color:hover {
    color: #fff !important;
    background: #2a2931;
}


.btn-white {
    color: #2a2931;
    background: rgba(255,255,255,1);
    border: none;
}

.btn-white:hover {
    color: #fff;
    background: #349fe2;
}

.btn-white-border {
    color: #2a2931;
    background: rgba(255,255,255,1);
    border: 2px solid #e4e4e4;
}

.btn-white-border:hover {
    color: #fff;
    background: #349fe2;
    border: 2px solid #349fe2;
}


/* - Form Style */
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea;
    padding: 7px 24px 7px 5px;
}

.full select {
    width: 100%;
}

.main-form input, .main-form textarea, .main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eaeaea;
    min-height: 40px;
}

.check-box label {
    color: #222;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
}


/* - Spacer Style  //---------------- */

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.plr-40 {
    padding-left: 20px;
    padding-right: 20px;
}

.mlr_-40 {
    margin-left: -20px;
    margin-right: -20px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
    direction: ltr;
}

.p-0 {
    padding: 0px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-0 {
    margin: 0px;
}

.top-bg {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.bottom-part {
    background: none repeat scroll 0 0 #fff;
    display: inline-block;
    height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

/* - banner Style  //---------------- */
.banner {
    background:#fab100 url(../image/main-bg.jpg) no-repeat fixed center 0px;
    overflow: hidden;
    position: relative;
}

.banner-detail {
    /* position: absolute;
    top: 12%; */
    width: 100%;
    padding: 200px 0;
}

.page-screenshot {
    padding: 120px 0;
}

.logo {
    padding-left: 40px;
    padding-right: 40px;
}

.banner-detail .banner-detail-inner {
    text-align: center;
    color: #555;
}

.banner-detail .banner-detail-inner .banner-title {
    color: #222;
    font-size: 42px;
    /* text-transform: uppercase;
    font-family: "Raleway",sans-serif; */
    font-weight: 700;
    font-family: IRANSans;
}

.banner-detail-inner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin: 36px 0;
    font-family: IRANSans;
}

.banner-detail .banner-detail-inner span.slogan {
    color: #222;
    display: block;
    font-size: 26px;
    font-style: italic;
    margin-bottom: 30px;
    font-weight: 600;
}

.banner-detail .banner-detail-inner span.offer {
    background: rgba(185, 160, 111, 0.5);
    padding: 20px 70px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    letter-spacing: 3px;
}

.page-box {
    margin-bottom: 30px;
}

.heading-part {
    position: relative;
}

.title {
    padding-bottom: 20px;
    font-weight: 600;
    font-family: IRANSans;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
}
.heading-part > span {
    border-bottom: 3px solid #fab100;
    left: 50%;
    position: absolute;
    top: 65px;
    transform: translateY(-50%) translateX(-50%);
    width: 80px;
}

.header-text {
    background: #0eadc7 none repeat scroll 0 0;
    color: #fff;
    /* font-family: "Roboto"; */
    font-size: 30px;
    font-weight: 600;
    padding: 30px 20px;
    text-align: center;
}

.header-text span {
    color: #242425;
    font-style: italic;
}

.main-label {
    color: #ffffff;
    font-weight: 500;
    line-height: 45px;
    padding-left: 3px;
    position: absolute;
    text-transform: uppercase;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 1;
}

.new-label {
    background: #f22a59 none repeat scroll 0 0;
    left: 10px;
}

.demo-product .demo-box .coming-soon {
    display: inline-flex;
    position: relative;
    width: 100%;
}

.demo-product .demo-box .coming-soon::after {
    background: #f22a59 none repeat scroll 0 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.4);
    border-radius: 25px;
    color: #ffffff;
    content: "Coming-Soon";
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    padding: 10px 15px;
    position: absolute;
    text-transform: capitalize;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 1;
}

.demo-box {
    margin-top: 30px;
}

.demo-product .demo-box span {
    border: 1px solid #e7e7e7;
    display: inline-block;
    height: 500px;
    width: 100%;
    background-position: center 0;
    background-repeat: no-repeat;
    /* background-color: #000; */
    overflow: hidden;
    position: relative;
}
@media (max-width: 991px) {
    .demo-product .demo-box span
    {
        height: 550px;
    }
}
.demo-product .demo-box:hover span {
    /* border-color: #ffee00; */
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

/*.demo-detail {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
*/
/*.demo-box:hover .demo-detail {
    opacity: 1;
}*/

.demo-product .demo-box span img {
    position: absolute;
    /*top: 0;*/
    left: 50%;
    transition: all 4s ease-out 0s;
    -moz-transition: all 4s ease-out 0s;
    -webkit-transition: all 4s ease-out 0s;
    -o-transition: all 4s ease-out 0s;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

/* .demo-product .demo-box:hover span .demo-product-box {
    opacity: 0.5;
}
*/
.demo-product .demo-box:hover span img {
    -ms-transform: translateY(-100%) translateX(-50%);
    -webkit-transform: translateY(-100%) translateX(-50%);
    -o-transform: translateY(-100%) translateX(-50%);
    transform: translateY(-100%) translateX(-50%);
    margin-top: 500px;
}

.demo-title {
    margin-top: 20px;
}

.demo-title h3 {
    font-size: 24px;
    letter-spacing: 1px;

    font-family: IRANSans;
}

.demo-title a {
    font-weight: 600;
    text-transform: uppercase;
    font-family: IRANSans;
}

.demo-product .demo-box .purchase-btn {
    background: #fab100 none repeat scroll 0 0;
    color: #ffffff;
    transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    font-weight: 500;
}


.features-title {
    background: #222;
    display: inline-block;
    padding: 11px 30px;
    font-size: 30px;
    color: #fff;
    margin-bottom: 50px;
}

.feature-box {
    background: #fff;
    border: 1px solid #ebebeb;
    padding: 40px 0;
    margin-bottom: 30px;
    height: 203px;
}

.feature-box .title {
    color: #222;
    font-size: 16px;
    /* font-family: 'Montserrat', sans-serif; */
    margin-top: 27px;
    letter-spacing: 0.3px;
}

.bottom-bg {
    margin-bottom: 365px;
}


.coming {
    background: #f22a59;
    padding: 5px 10px;
    border-radius: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-transform: uppercase;
    top: 40%;
    line-height: 30px;
    transform: translateX(-50%);
}
/*header-styles CSS Start*/

.styles-header {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.header-styles {
    display: inline-block;
    max-width: 100%;
    width: 1322px;
}


.styles-header:hover .header {
    transform: scale(0.7);
}

.header-hover {
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transform: scale(1.3);
    transition: all 0.4s ease 0s;
}

.styles-header:hover .header-hover{
    opacity: 1;
    transform: scale(1);
}

/*preview-styles CSS Start*/
.preview-bg {
    background: url(../images/preview-bg.png) repeat scroll 0 0;
    position: relative;
}

.best-selling {
    left: 0;
    position: absolute;
    top: 0;
}

.owl-item:first-child .preview-item::after {
    background: rgba(0, 0, 0, 0) url("../images/new-img.png") repeat scroll 0 0;
    content: "";
    height: 78px;
    position: absolute;
    right: 0;
    top: 0;
    width: 78px;
    z-index: 1;
}
.preview-item  {
    position: relative;
}

#preview .item {
    padding: 0 15px;
}

.preview-inner {
    padding-top: 50px;
}

.preview-media {
    background: #000000;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.preview-media:hover img {
    opacity: 0.6;
}

.preview-detail {
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    padding-top: 10px;
}

.preview-btn {
    left: 40%;
    position: absolute;
    top: 45%;
    opacity: 0;
}

.preview-media:hover .preview-btn {
    opacity: 1;
}

.preview-title > a {
    color: #111111;
    font-weight: 500;
}

.preview-title > a:hover {
    color: #f22a59;
}

#preview .owl-prev, #preview .owl-next {
    background: #f5f5f5;
    position: absolute;
    height: 55px;
    width: 55px;
    text-align: center;
    letter-spacing: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#preview .owl-prev:hover, #preview .owl-next:hover  {
    background: #f22a59 ;
}

#preview .owl-next {
    right: -15px;
}

#preview .owl-prev {
    left: -15px;
}

#preview .owl-prev:after, #preview .owl-next:after {
    color: #a7a7a7;
    /* content: ""; */
    font-size: 30px;
    line-height: 52px;
    font-family: IRANSans;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#preview .owl-prev:after {
    content: "";
}
#preview .owl-next:after {
    content: "";
}

#preview .owl-prev:hover:after{
    color: #fff;
}
#preview .owl-next:hover:after {
    color: #fff;
}

/* Footer CSS Start */


.footer a:hover {
    color: #f22a59;
}
.footer {
    background: #eeeeee url(../image/main-bg.jpg) repeat scroll 0 0;
    color: #222;
    /* border-left: 40px solid #fff;
    border-right: 40px solid #fff; */
    bottom: 0px;
    left: 0;
    padding: 100px 0;
    /*position: fixed;*/
    width: 100%;
    z-index: -1;
}

.footer-title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 60px;
    font-family: IRANSans;
}

.footer-sub-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    font-family: IRANSans;
}

.footer .btn {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 30px;
    font-family: IRANSans;
}

.footer_social {
    max-width: 880px;
    margin: 70px auto 30px;
    position: relative;
}

.footer_social::before {
    background: none repeat scroll 0 0 #f22a59;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}

.footer_social ul {
    background: #fff;
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

ul.social-icon li {
    display: inline-block;
}

ul.social-icon li i.fa {
    color: #a4a4a4;
    padding: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 22px;
    height: 45px;
    width: 45px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.social-link ul.social-icon li i.fa {
    color: #a7a7a7;
    font-size: 18px;
    height: 36px;
    width: 36px;
    padding: 10px;
}

ul.social-icon li i.fa:hover {
    color: #fff;
}

ul.social-icon li i.fa.fa-facebook:hover {
    background: #3b5998;
}

ul.social-icon li i.fa.fa-twitter:hover {
    background: #1dcaff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    background: #0077b5;
}

ul.social-icon li i.fa.fa-rss:hover {
    background: #ff6600;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    background: #c8232c;
}

.copy-right {
    font-size: 18px;
    font-family: IRANSans;
}


.scroll-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
}

.scroll-top #scrollup {
    background: none repeat scroll 0 0 #ebebeb;
    color: #222;
    cursor: pointer;
    display: none;
    padding: 8px 15px;
}
.jalil{
    float: left;
    width: 100%;
}
@media (min-width: 992px) {
    .jalil{
        float: right;
        width: 33.33333333%;
    }

}