/* Import Fonts */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,700i&amp;display=swap');


/* 2 Reboot CSS */

@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/eot/IRANSansWeb_Black.eot');
	src: url('../fonts/eot/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/eot/IRANSansWeb_Light.eot');
	src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/eot/IRANSansWeb.eot');
	src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    font-family: 'IRANSans', Nunito Sans, sans-serif;
    background-color: #fff;
	direction: rtl;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'IRANSans', Nunito Sans, sans-serif;
    color: #0c0c0c;
    line-height: 1.5
}

a,
a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: none
}

p {
    color: #656565;
    line-height: 1.9;
    font-weight: 400;
    font-family: 'IRANSans', Nunito Sans, sans-serif;
    font-size: 15px
}

ol li,
ul li {
    list-style: outside none none
}

img {
    height: auto;
    max-width: 100%
}

.container-fluid {
    padding-left: 50px;
    padding-right: 50px
}

.mt-100 {
    margin-top: 100px;
}

/* 3.1 Header Area */
.header-area {
    position: relative;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    height: 80px;
    -webkit-box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.30);
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.30);

}

.nav-brand {
    max-width: 90px
}

.single_page_content {
    position: relative;
    z-index: 1;
}

.ribbon-info {
    background: #00c292;
}

.ribbon {
    padding: 0 30px;
    height: 35px;
    line-height: 35px;
    clear: left;
    position: absolute;
    top: 12px;
    left: -2px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.header-area .nav li a {
    font-size: 14px;
    text-transform: capitalize;
    padding: 0 20px;
    color: #656565;
    font-weight: 600
}

.header-area .nav li a:hover {
    color: #1b55e3;
}

.header-area .nav li a.btn-primary {
    padding: 10px 26px;
    border-radius: 4px;
    color: #fff
}

.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-gray {
    background-color: #f1f3f8;
}

.mt-30 {
    margin-top: 30px;
}

.btn-primary {
    height: 46px;
    min-width: 150px;
    line-height: 46px;
    padding: 0;
    font-size: 15px;
    font-weight: 700;
    background-color: #fff;
    color: #444;
    left: 1px;
    border: none;
}


/* 3.2 Hero Area */
.preview-welcome-area {
    position: relative;
    z-index: 99;
    padding: 100px 0
}


.intro-heading h4 {
    font-size: 46px;
    line-height: 1.4;
}

.intro-heading h6 {
    font-weight: 400;
    font-size: 18px;
}


/* 3.3 Features */

.btn.focus,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.elements {
    margin: 0;
}

.elements li img {
    max-height: 25px;
    margin: 0 15px;
}

.demo-title > p {
    font-size: 16px;
}

.feature_img > i {
    font-size: 50px;
    margin-bottom: 15px;
}

.text-big-md {
    font-size: 64px !important;
    font-size: 64px !important;
    font-size: 4rem !important;
}

.feature_text h4 {
    color: #fff;
    font-weight: 400
}

.single_page_icon {
    margin: auto;
    padding: 0 15px;
    font-size: 32px;
    color: #1b55e3;
}

.single_page_icon img {
    max-height: 40px
}

.single_page__content > h5 {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}

.single_page__content > p {
    margin-bottom: 0;
    font-size: 14px
}

.single_page__content {
    padding: 30px 20px;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    background-color: #fff
}

.single_page_content a {
    display: block;
    -webkit-box-shadow: 0 5px 15px -4px #cdcfe1;
    box-shadow: 0 5px 15px -4px #cdcfe1;
    -webkit-transition-duration: 400ms;
    -o-transition-duration: 400ms;
    transition-duration: 400ms;
}

.single_page_content a:hover {
    -webkit-box-shadow: 0 5px 50px -4px #cdcfe1;
    box-shadow: 0 5px 50px -4px #cdcfe1;
}

.single_page_content a img {
    border-radius: 5px
}

.title a h6 {
    font-size: 18px;
    display: inline-block;
    margin-top: 15px;
}

/* 4 Footer Area */
.footer_area {
    position: relative;
    z-index: 1;
    background-color: #1b55e3;
    padding: 30px 0
}

.footer_area p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff
}

.footer_area a {
    color: #fff
}

.footer_bottom p > i,
.footer_bottom p > a:hover {
    color: #fff
}

.footer_copywrite_area p,
.footer_copywrite_area a {
    color: #fff;
    font-size: 16px
}

/* 5 Responsive CSS */
@media only screen and (min-width:768px) and (max-width:991px) {
    .intro-heading h4 {
        font-size: 34px
    }
}

@media only screen and (min-width:320px) and (max-width:575px) {
    .header-area .nav li a {
        display: none
    }

    .header-area .nav li a.btn-primary {
        display: block
    }

    .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav-brand {
        max-width: 100px
    }

    .intro-heading h4 {
        font-size: 23px
    }

    .elements li img {
        max-height: 20px
    }

    .intro-heading h2 {
        font-size: 30px
    }

    .intro-heading h6 {
        font-size: 16px
    }

    .footer_area p {
        font-size: 12px
    }

    .welcome-thumb {
        margin-top: 50px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }

    .nav-brand {
        max-width: 100px;
    }

    .intro-heading h4 {
        font-size: 28px;
    }

    .welcome-thumb {
        margin-top: 50px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .header-area .nav li a {
        display: none
    }

    .header-area .nav li a.btn-primary {
        display: block
    }
}

.mb-50 {
    margin-bottom: 50px;
}