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

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

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

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

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

.fas,
.fa,
.fab {
    font-family: 'FontAwesome'
}

blockquote,
h1 {
    margin-bottom: 1.5rem;
}

.container.hero h1 {
    display: none;
}

.hero h2,
.hero p,
.navbar .navbar-nav .nav-item a,
.wide h2,
footer .container {
    text-transform: uppercase;
}

.main-body .container .block.image-block,
.wide h2,
footer .container {
    text-align: center;
}

body {
    font-family: "IRANSans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "IRANSans";
}

.hero h2,
.teasers .container h3,
.wide h2 {
    font-family: "IRANSans";
}

.container.hero {
    margin: 0;
    max-width: 100%;
    padding: 0;
}

.hero h2,
.hero p,
.hero p small,
.wide h2,
blockquote {
    font-weight: 300;
}

h2 {
    /* border-bottom: solid 1px #474747; */
    padding-bottom: 1rem;
    margin: 0.5rem 0 1.5rem;
}

h3 {
    margin: 0.5rem 0 1rem;
}

#mobileNavbar ul li a {
    text-align: left!important;
}

pre {
    background: #f4f4f4;
    padding: 1.5rem;
}

blockquote {
    color: #999;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 1.5rem 1.5rem 0.5rem;
    font-size: 1.1rem;
    box-shadow: 0 4px 0 #f2f2f4;
}

img {
    max-width: 100%;
}

img.primary-image {
    margin-bottom: 2rem;
}

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.1s ease-in-out;
}

.btn-default:hover {
    color: #fff;
    background: #337ab7;
    transition: all 0.1s ease-in-out;
}

.separator {
    margin-bottom: 1rem;
}

.separator hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-top-color: #eee;
}

a {
    color: #337ab7;
}

a:hover {
    color: #285f8f;
}

.sep {
    color: #337ab7;
    padding: 0 2px;
}

header[role="banner"] {
    background-color: #222;
    border-color: #080808;
}

.main-body {
    overflow: hidden;
}

.main-body .container.body-container {
    background: #fff;
    width: 100%!important;
    max-width: 100%!important;
}

.main-body .container.body-container {
    /* padding: 2rem 15px; */
    padding: 0;
}

.main-body .container.body-top {
    border-top: solid 6px #00a3d8;
    padding-top: 4rem;
    position: relative;
}

.main-body .container.body-top:before {
    content: " ";
    background: #00a3d8;
    position: absolute;
    height: 6px;
    width: 100%;
    top: -6px;
    left: 0;
    display: block;
    z-index: 2000;
}

.main-body .container.hero {
    /*background: url(../img/seigaiha-overlay.png) #116d9a;*/
}

.main-body .container.latest-post {
    background: #f0ad4e;
    color: #fff;
    padding: 1rem 0;
    font-weight: 300;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.main-body .container.latest-post a {
    color: #fff;
}

.main-body .container .block {
    margin-bottom: 2rem;
}

.main-body .container .block .block {
    height: 100%;
    margin-bottom: 0;
}

.main-body .container .gallery-block {
    margin-bottom: 2rem;
}

.main-body .container .columns img {
    object-fit: cover;
}

footer .container {
    padding: 0rem 15px;
    font-size: 0.85rem;
}

.navbar {
    padding: 0;
}

.navbar-nav li {
    padding: 10px;
    transition: .4s;
}

.navbar-nav li:hover {
    background: #ce0000
}

.navbar .navbar-toggler {
    border-color: #333;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    color: #fff;
    height: 1.5rem;
    font-size: 1.5rem;
}

.navbar .navbar-brand {
    position: absolute;
    top: 0.125rem;
    right: 0;
}

.navbar .navbar-brand a {
    margin-left: 0.5rem;
}

.navbar .navbar-brand a img {
    height: 20px;
}

.navbar .navbar-nav {
    width: 100%;
}

.navbar .navbar-nav .nav-item a {
    color: #fff;
    /* padding: 1rem; */
    opacity: 0.6;
    transition: opacity 0.1s ease-in-out;
    font-size: 14px;
    text-align: left;
}

.navbar .navbar-nav .nav-item a:hover {
    opacity: 1;
    text-decoration: none;
    transition: opacity 0.1s ease-in-out;
}

.navbar .navbar-nav .nav-item.active a {
    opacity: 1;
}

.hero {
    color: #fff;
    /*border-top: solid 6px #00a3d8;*/
    /* padding: 5rem 15px; */
}

.hero h2 {
    font-size: 1.8rem;
    border: 0;
}

.hero img {
    margin-bottom: 2.5rem;
}

.hero p {
    opacity: 0.7;
}

.hero p small {
    background: rgba(0, 0, 0, 0.2);
    font-size: 80%;
    padding: 0.25rem 0.5rem;
}

.hero p small strong {
    font-weight: 800;
}

.hero a {
    color: #f0ad4e;
}

.teasers .container {
    background: #fff;
}

.teasers .container .row {
    background: #fdf7ed;
    border-bottom: solid 4px #eef4f7;
    padding: 1.5rem 15px;
    text-align: center;
}

.teasers .container h3 {
    font-weight: 400;
}

.teasers .container img {
    max-width: 50%;
    max-height: 120px;
    margin: 0.5rem 0 1.5rem;
    opacity: 0.7;
    transition: all 0.2s ease-in-out;
}

.teasers .container img:hover {
    opacity: 1;
    transform: scale(1.1);
}

.teasers .container p {
    width: 80%;
    margin: 0 auto 1rem;
    font-weight: 300;
}

.quotes .quote {
    background: #fdf7ed;
    color: #78500d;
    padding: 2rem 3rem;
    border-radius: 0.5rem;
    margin-bottom: 3rem;
}

.quotes .quote img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto 1rem;
    border-radius: 50%;
}

.quotes .quote .quote-body {
    font-weight: 300;
}

.quotes .quote .quote-name {
    text-align: right;
}

.quotes .quote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #fdf7ed;
    position: absolute;
    margin-top: 30px;
    margin-right: 60px;
    right: 0;
}

.archive-item {
    padding-bottom: 1rem;
}

.archive-item h2 a {
    color: #212529;
    transition: color 0.1s ease-in-out;
}

.archive-item h2 a:hover {
    color: #23527c;
    text-decoration: none;
    transition: color 0.1s ease-in-out;
}

.archive-item p.lead {
    font-size: 1rem;
    font-weight: 400;
}

.archive-item img {
    margin-bottom: 1rem;
}

.archive-item .small a {
    color: #999;
}

.pagination .page-item {
    width: 38px;
    margin: 0 3px;
    text-align: center;
}

.pagination .page-item .page-link {
    color: #77acd9;
    border-radius: 2px;
}

.pagination .page-item.active .page-link {
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

@media (min-width: 768px) {
    .hero h2 {
        font-size: 2.7rem;
    }
    .hero p {
        font-size: 1.35rem;
    }
    .hero p small {
        font-size: 60%;
    }
    .navbar .navbar-brand {
        top: 1rem;
    }
}


/* Stat Added by Hosseini for Layout page */

body {
    /*color: #3b3b3b;*/
    font-family: "IRANSans";
    font-size: 13px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    font-weight: 400;
    line-height: 24px;
    direction: ltr;
    text-align: left;
    overflow-x: hidden;
}

* {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

.logo {
    margin-top: 10px;
}

.top-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    padding: 5px 0;
}

.list-hedaer li {
    margin-left: 14px;
    display: inline-block;
}

.top-nav>ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.top-nav li {
    border-right: 1px solid #ec0e21;
    display: inline-block;
    margin-right: 7px;
    padding-right: 10px;
    position: relative;
}

.top-nav a:hover {
    color: #ec0e21;
}

.top-nav a {
    color: #ccc;
}

.top-nav li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.header {
    font-family: "IRANSans";
    background: #0a0907 none repeat scroll 0 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    width: 100%;
}

header.section-header {
    padding: 50px;
}

.main-header {
    background: #252525;
}

.top-header {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
    padding: 5px 0;
}

.search-form {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border-radius: 4px;
    padding-left: 36px;
    position: relative;
    pointer-events: none;
}

.search-form>input[type="text"] {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #ccc;
    height: 30px;
    padding: 0 15px;
    width: 100%;
    text-align: right;
}

.search-form>input[type="submit"] {
    background: transparent;
    border: medium none;
    border-radius: 4px;
    height: 36px;
    position: absolute;
    width: 36px;
    z-index: 99;
    top: 0;
    left: 0;
}

.search-form::after {
    border-radius: 4px;
    height: 30px;
    position: absolute;
    width: 36px;
    display: block;
    font-family: "FontAwesome";
    content: "\f002";
    color: #ec0e21;
    font-size: 16px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 30px;
}

.mini-cart-icon {
    color: #ccc;
    margin-right: 7px;
}

.footer1 {
    background: #0a0907 none repeat scroll 0 0;
    padding: 50px 0 0px;
    font-family: "IRANSans";
    z-index: 9;
}

footer {
    position: relative
}

footer::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-image: url('../../../uploads/a378973d-eb52-4486-b453-bbf82959610b-footer-bg-layer.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
    background-position: center;
}

.footer-box>p {
    color: #ccc;
    text-align: justify;
    direction: ltr;
    margin-bottom: 24px;
    text-align: left;
}

.footer-box .readmore {
    color: #ec0e21;
}

.footer-box>ul {
    list-style: outside none none;
    margin: 0 0 17px;
    padding: 0;
}

.footer-box a {
    color: #ccc;
    text-transform: initial;
}

.footer-box li {
    margin-bottom: 10px;
    text-align: left;
}

.footer-contact-box p {
    margin-bottom: 14px;
    border-bottom: 1px solid #474747;
    padding-bottom: 15px;
}

.footer-contact-box p:last-child {
    border-bottom: none
}

.list-footer-box {
    position: relative;
}

.social-footer>a {
    color: #ccc;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin-right: 8px;
    text-align: center;
    width: 38px;
}

.social-footer {
    font-size: 0;
    margin-bottom: 40px;
    text-align: center;
}

.social-footer>a:hover {
    color: #ec0e21;
}

.footer-menu {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer-menu>li {
    display: inline-block;
    margin-right: 17px;
}

.footer-menu a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-menu a:hover {
    color: #ec0e21;
}

.footer-email>a:hover {
    color: #ec0e21;
}

.footer-box a:hover {
    color: #ec0e21;
}

.footer-box .readmore:hover {
    color: #fff;
}

.title-footer {
    font-family: "IRANSans";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: left;
    position: relative;
}

h2.title-footer::after {
    content: '';
    background: #fff;
    width: 120px;
    height: 1px;
    position: absolute;
    top: 35px;
    left: 0px;
}

.title-footer span {
    color: #fff;
}

.footer1.footer3 {
    background: #f4f4f4 none repeat scroll 0 0;
}

.footer1.footer3 .footer-box>p {
    color: #888;
}

.footer1.footer3 .title-footer {
    color: #3b3b3b;
}

.footer1.footer3 .footer-box a {
    color: #888;
}

.footer1.footer3 .footer-box .readmore {
    color: #ec0e21;
}

.footer1.footer3 .footer-box .readmore:hover {
    color: #3b3b3b;
}

.footer1.footer3 .footer-box a:hover {
    color: #ec0e21;
}

.footer1.footer3 .list-footer-box {
    border-color: #e5e5e5;
}

.footer1.footer3 .social-footer>a {
    color: #3b3b3b;
}

.footer1.footer3 .social-footer>a:hover {
    color: #fff;
    background: #ec0e21;
}

.footer1.footer3 .copyright {
    color: #3b3b3b;
}

.footer1.footer3 .footer-menu a {
    color: #3b3b3b;
}

.footer1.footer3 .footer-menu a:hover {
    color: #ec0e21;
}

.footer1.footer3 .newsletter-form>label {
    color: #3b3b3b;
}

.footer1.footer3 .newsletter-form input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
}

.footer1.footer3 .newsletter-form input[type="submit"] {
    background: #3b3b3b none repeat scroll 0 0;
}

.footer1.footer3 .newsletter-form input[type="submit"]:hover {
    background: #ec0e21;
}

.footer1 .back-to-top {
    display: none;
}

p.footer-address i,
p.footer-phone i,
p.footer-fax i,
p.footer-email i {
    padding-right: 15px;
    font-size: 16px;
    color: #fff;
}

.copyright p {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0;
}

.copyright {
    text-align: center;
}

.copyright a {
    color: #fff;
    font-weight: 700;
}

.copyright a:hover {
    color: #ec0e21;
}

.footer.footer3 .copyright {
    color: #3b3b3b;
}

.back-to-top {
    background: rgba(0, 0, 0, 0) url(../images/backtop.png) no-repeat scroll center center;
    bottom: 0;
    height: 46px;
    left: 50%;
    margin-bottom: -23px;
    margin-left: -23px;
    position: absolute;
    width: 46px;
}


/* End Added by Hosseini for Layout page */

.navbar-collapse {
    direction: ltr;
}

ul.navbar-nav {
    padding-right: 0;
}

ul.dropdown-menu.show {
    left: auto;
    right: 0;
    color: #212529;
    text-align: right;
    background-color: #222;
    font-size: 14px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #eef4f7;
    text-decoration: none;
    background-color: transparent;
}

ul.dropdown-menu.show a.nav-link {
    color: #0a0907;
    padding: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    margin-right: 0.255em;
}

.checkbox3 {
    opacity: 0
}

.header-nav .hamburger {
    width: 30px;
    height: 30px;
    position: relative;
}

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: white;
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute;
}

.header-nav .bar1 {
    top: 0;
}

.header-nav.bar2,
.header-nav .bar3 {
    top: 13.5px;
}

.header-nav .bar3 {
    right: 0;
}

.header-nav .bar4 {
    bottom: 0;
}


/* HAMBURGER 3 */

.header-nav .hamburger3 .bar1 {
    transform-origin: 5%;
}

.header-nav .hamburger3 .bar4 {
    transform-origin: 5%;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar1 {
    transform: rotate(45deg);
    height: 3px;
    width: 42px;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar3 {
    transform: rotate(45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar2 {
    transform: rotate(-45deg);
    height: 3px;
    background-color: transparent;
}

.header-nav .checkbox3:checked+label>.hamburger3>.bar4 {
    transform: rotate(-45deg);
    height: 3px;
    width: 42px;
}

@media (max-width: 992px) {
    .main-header>.container>.row {
        flex-direction: row;
    }
    .navbar {
        justify-content: flex-end;
    }
}

@media (max-width: 768px) {
    .top-header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        padding: 5px 0;
        text-align: center;
    }
    .main-header.scroll-fixed>div>.row {
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: nowrap;
        padding: 10px 0;
        /* flex-direction: row-reverse; */
    }
}


/*Start of news*/

.single-post-box .title-post {
    padding: 20px 25px;
    margin-bottom: 12px;
    border-bottom: 1px solid #f0f0f0
}

.single-post-box .title-post h1 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 8px
}

.single-post-box .share-post-box {
    margin-bottom: 10px;
    padding: 0 20px
}

.single-post-box .share-post-box ul.share-box {
    margin: 0;
    padding: 0
}

.single-post-box .share-post-box ul.share-box li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    margin-right: 8px;
    margin-bottom: 2px
}

.single-post-box .share-post-box ul.share-box li:first-child {
    float: left
}

.single-post-box .share-post-box ul.share-box li i.fa.fa-share-alt {
    font-size: 20px;
    margin-right: 12px;
    color: #999;
    float: left
}

.single-post-box .share-post-box ul.share-box li i {
    font-size: 20px;
    color: #999;
    float: left
}

.single-post-box .share-post-box ul.share-box li span {
    display: inline-block;
    line-height: 15px
}

.single-post-box .share-post-box ul.share-box li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #fff;
    padding: 8px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.single-post-box .share-post-box ul.share-box li a i {
    color: #fff
}

.single-post-box .share-post-box ul.share-box li a.whatsapp {
    background: #4FCE5D
}

.single-post-box .share-post-box ul.share-box li a.send {
    background: #08c
}

.single-post-box .share-post-box ul.share-box li a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.single-post-box .share-post-box ul.share-box li a.google i {
    margin-right: 0
}

.single-post-box .share-post-box ul.share-box li a.linkedin {
    background: #1879dd
}

.single-post-box .share-post-box ul.share-box li a.linkedin i {
    margin-right: 0
}

.single-post-box .share-post-box ul.share-box li a:hover {
    opacity: .7
}

.single-post-box>.post-content {
    margin-bottom: 10px;
    overflow: hidden
}

.single-post-box>.post-content p {
    padding: 0 20px;
    margin-bottom: 18px
}

.single-post-box>.post-content p a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #f44336;
    text-decoration: underline
}

.single-post-box>.post-content p a:hover {
    opacity: .6
}

.single-post-box>.post-content blockquote {
    padding: 20px;
    padding-right: 70px;
    background: #eee;
    border: none;
    margin: 0 0 20px;
    position: relative
}

.single-post-box>.post-content blockquote p {
    color: #222;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 0;
    line-height: 24px
}

.single-post-box>.post-content blockquote:before {
    content: '\201C';
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 72px;
    color: #222;
    line-height: 70px;
    font-weight: 700
}

.single-post-box>.post-content>h2 {
    color: #333;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 10px;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 24px;
    padding: 0 20px
}

.single-post-box.wide-version .share-post-box {
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px
}

.contact-form-box #contact-form,
.contact-form-box #comment-form {
    margin: 0
}

.contact-form-box #contact-form label,
.contact-form-box #comment-form label {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 16px;
    cursor: pointer
}

.contact-form-box #contact-form input[type="text"],
.contact-form-box #comment-form input[type="text"],
.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
    display: block;
    width: 100%;
    padding: 10px 20px;
    background: #fafafa;
    color: #333;
    font-size: 13px;
    outline: none;
    border: 1px solid #e1e1e1;
    margin: 0 0 16px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.contact-form-box #contact-form input[type="text"]:focus,
.contact-form-box #comment-form input[type="text"]:focus,
.contact-form-box #contact-form textarea:focus,
.contact-form-box #comment-form textarea:focus {
    border: 1px solid #f44336
}

.contact-form-box #contact-form textarea,
.contact-form-box #comment-form textarea {
    height: 130px
}

.contact-form-box #contact-form button,
.contact-form-box #comment-form button {
    color: #ccc;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    background: #222;
    padding: 8px 10px;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

.contact-form-box #contact-form button i,
.contact-form-box #comment-form button i {
    margin-right: 7px
}

.contact-form-box #contact-form button:hover,
.contact-form-box #comment-form button:hover {
    background: #f44336;
    color: #fff
}

.contact-form-box .title-section span.email-not-published {
    float: left;
    padding-left: 0;
    border: none;
    color: #999;
    font-size: 13px;
    text-transform: initial;
    font-weight: 400
}

ul.post-tags {
    margin: 0;
    padding: 0;
    direction: ltr
}

ul.post-tags li {
    display: inline-block;
    margin-right: 7px;
    color: #999;
    font-size: 12px;
    font-style: italic;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out
}

ul.post-tags li i {
    color: #ccc;
    margin-right: 9px
}

ul.post-tags li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    color: #999
}

ul.post-tags li a:hover {
    color: #f44336
}

ul.post-tags li:last-child {
    margin-right: 0
}

.title-section h1 {
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 30px;
    text-transform: uppercase;
    margin-bottom: -1px
}

.title-section h1 span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 5px;
    border-bottom: 1px solid #f44336
}

.block-content .owl-carousel .item {
    margin: 0 5px 10px
}

.block-content {
    padding: 30px 0 60px;
    position: relative;
    font-family: iransans
}


/*End of news*/


/*Start of Menu*/

ul.navbar-nav li ul.sub-menu {
    background-color: #fff;
    box-shadow: 0 3px 8px #000;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 210px;
    z-index: -99;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    list-style: none;
    padding: 0;
}

ul.navbar-nav li:hover ul.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    z-index: 9999;
}

ul.navbar-nav li {
    position: relative;
}

ul.navbar-nav li ul.sub-menu li {
    border-bottom: 1px solid rgb(16 59 127/0.1);
}

ul.navbar-nav li ul.sub-menu li:hover a {
    color: #fff;
}

ul.navbar-nav li ul.sub-menu li:hover {
    background: #ce0000;
}

ul.navbar-nav li a:before {
    content: "";
    width: 1px;
    height: 15px;
    top: 11px;
    left: 0;
    /* background: #f2d479; */
    padding-left: 1px;
    position: absolute;
}


/*End of Menu*/

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-menu li .nav-link {
    color: #000;
    text-align: left;
}

.sub-menu li {
    width: 100%;
}

.social-header {
    float: left;
}

.social-header span {
    font-family: 'IRANSans';
    margin-left: 5px;
}

.fa-user-plus::before,
.fa-sign-in::before {
    color: #ce0000!important;
}

.header li a {
    display: block;
    /* padding: 13px 8px; */
    text-decoration: none;
    text-align: right;
    line-height: 3;
    font-size: 15px;
    color: #fff;
}

a.logo img {
    max-width: 85% !important;
}

.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 0;
    text-decoration: none;
}

.list-hedaer li a {
    color: #cfcaca;
}

p#UserNameId {
    margin: 0;
    color: #fff;
    direction: rtl;
}


/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.alllangs {
    padding-top: 15px;
}


/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}


/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked~.menu {
    max-height: 240px;
}

.header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

.leftTopHeader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}


/* 48em = 768px */

@media (min-width: 1024px) {
    .header li {
        float: left;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}


/*div#ItemSearch {
    display: block !important;
}*/

div#ItemSearch {
    top: 0;
    position: absolute;
    right: 0;
    background-color: #fff;
    width: 95%;
    z-index: 999;
    top: 86px;
    box-shadow: 0px 7px 10px;
    display: none;
}

div#ItemSearch ul li {
    display: inline-block;
    width: 20%;
    padding: 0 5px;
}

div#ItemSearch ul h2 {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 900;
}

ul#myChild1 li {
    width: 100% !important;
}

div#ItemSearch a {
    font-size: 12px;
    padding: 0px 8px;
    text-align: center;
}

ul#myChild1 a {
    color: #6f6f6f;
    line-height: 2;
    font-size: 12px;
}

div#ItemSearch h2 a {
    font-size: 14px;
    line-height: 2;
}

div#ItemSearch>ul {
    padding: 15px;
}

ul#myChild1 li:hover a {
    color: red;
}

.li-mega-menu:hover div#ItemSearch {
    display: block;
}

.fa {
    font-family: 'FontAwesome';
}

.card.list-item-news.cardview2 {
    direction: rtl;
    font-family: 'IRANSans';
}

.card.list-item-news.cardview2 .card-title {
    font-family: 'IRANSans';
    font-size: 15px;
    line-height: 25px;
    width: 100%;
}

.card.list-item-news.cardview2 .card-title a {
    color: #ff5700!important;
}

.card.list-item-news.cardview2 .card-text.truncateinside {
    width: 100%;
}

.card.list-item-news.cardview2 ul.news-date {
    list-style: none;
    width: 100%;
}

.card.list-item-news.cardview2 .btn.btn-outline-info {
    border-color: #ff5700;
    color: #ff5700;
}

.card.list-item-news.cardview2 .btn.btn-outline-info:hover {
    background: #ff5700;
    color: white;
}

.slider {
    /* background-image: url('../../uploads/7600fbb7-89e6-4f10-815b-1762cac74e9f-SLIDE.jpg'); */
    /* background-position: center; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* height: 770px; */
    position: relative;
    background: #000;
}
@media (min-width: 1700px) {
    .kiloo {
        background-size: 38%!important;
        background-repeat: no-repeat;
        margin-top: 140px;
        background-position: 64%;
        background-position-y: top;
    }
    .cntent_azaranweb {
        margin-right: -30px;
        background: #fff;
        padding: 4px 20px 90px;
        /* margin-top: 70px; */
        min-height: 530px;
        margin: 70px auto 0 auto;
    }
}

@media (min-width: 1500px) and (max-width:1700px) {
    .kiloo {
        background-size: 43%;
        background-repeat: no-repeat;
        margin-top: 140px;
        background-position: 66%;
        background-position-y: top;
    }
    .cntent_azaranweb {
        margin-right: -70px;
        margin-top: 80px;
    }
}

@media (min-width: 1400px) and (max-width:1500px) {
    .kiloo {
        background-size: 44%;
        background-repeat: no-repeat;
        margin-top: 137px;
        background-position: 50%;
        background-position-y: top;
    }
    .cntent_azaranweb {
        margin-right: -50px;
        margin-top: 55px;
    }
}

@media (max-width: 1300px) {
    .kiloo {
        background-size: 47%;
        background-repeat: no-repeat;
        margin-top: 140px;
        background-position: 40%;
        background-position-y: top;
    }
    .cntent_azaranweb {
        margin-right: 0px;
        margin-top: 50px;
        width: 400px;
        min-height: 400px
    }
}

@media (max-width: 1200px) {
    .kiloo {
        background: none;
    }
    .cntent_azaranweb {
        margin-left: 110px;
        margin-top: 0px;
        width: 390px;
        min-height: 400px
    }
}

@media (max-width: 992px) {
    .kiloo {
        background: none;
        margin-top: 110px;
    }
    .cntent_azaranweb {
        margin-left: 110px;
        margin-top: 0px;
        width: 390px;
        min-height: 400px
    }
    .bannerText>ul {
        margin: 20px 0 30px 0;
        padding: 0;
    }
    .bannerText img {
        /* width: 257px; */
    }
}

@media (max-width: 900px) {
    .kiloo {
        display: none;
    }
}

@media (max-width: 375px) {
    .kiloo {
        background: 0 0;
    }
}

.kiloo {
    background: url('../../uploads/91c3e18b-d5bd-4bc9-a5b7-337cfa00cd1f-molp.png');
    height: 100%;
    background-size: 49%;
    background-repeat: no-repeat;
    margin-top: 139px;
    background-position: 200px;
    background-position-y: top;
    position: absolute;
    top: -100px;
    left: 0px;
}

.sitees {
    margin-top: -73px;
    text-align: right;
    font-family: IRANSans;
    font-size: 20px;
}

.cntent_azaranweb {
    margin-left: 250px;
    background: #fff;
    padding: 4px 20px 176px;
    margin-top: 50px;
    box-shadow: 4px 4px 8px #727272;
    width: 500px;
    min-height: 490px;
}

.bannerText {
    max-width: 100%;
}

.bannerText>ul {
    margin: 40px 0 30px 0;
}

.bannerText ul li {
    color: #fff;
    display: table;
    margin: 0 0 2px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 300;
}

#countdown ul {
    list-style: none;
    padding-left: 0;
}

.rr {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #000;
    margin-left: 7px;
}

#countdown>ul li:nth-child(1)>span {
    margin-left: 4px!important;
    position: relative;
    left: 4px;
}

#wrapper>section>div>div>div.col-md-6.col-xs-12.kiloo>div.cntent_azaranweb>div.bannerText>a {
    display: inline-block;
    text-align: center;
    position: relative;
    right: 76px;
}

a.quote-btn {
    margin-top: -34px;
    background: 0 0;
    border: none;
    color: #454545;
    padding: 14px 0;
    display: flex;
    flex-direction: row;
    margin-right: 85px;
}

.bannerText>h3 {
    color: #1a2325;
    font-size: 18px;
    line-height: 1;
    /* margin-bottom: 19px; */
    padding-top: 5px;
    animation: saeedsh 1s ease infinite;
    transition: all ease 1s;
    text-align: center;
}

.bannerText h3 a {
    color: #b50109;
    line-height: 15px;
    display: block;
    font-size: 34px;
    text-align: center;
    margin-top: 0px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #8e8d8d;
}

.countdown {
    margin-bottom: 40px;
}

.fi {
    display: block;
    float: left;
    /* padding: 30px; */
    background: #b50109;
    width: 65px;
    height: 65px;
    border: 2px solid #d8131c;
    /* border-radius: 50%; */
    margin: 6px;
    /* line-height: 1; */
    margin-top: 12px;
    /* padding-top: 19px; */
    /* padding-left: 18px; */
    font-size: 25px;
    /* text-align: center; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pluser {
    color: #000;
}

@media (max-width: 375px) {
    .kiloo {
        background: 0 0;
    }
}

@media (max-width: 1024px) {
    .kiloo {
        height: 515px;
        background-repeat: no-repeat;
        background-size: 53%;
    }
}

@media (max-width: 768px) {
    .sitees {
        margin-top: -128px;
    }
}

@media (max-width: 576px) {
    .fi {
        font-size: 20px;
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 414px) {
    .cntent_azaranweb {
        position: relative;
        box-shadow: 4px 4px 8px #727272;
        width: 100%;
        right: 0;
        border: 7px solid #b50109;
        top: -74px;
        margin-left: 0px;
    }
    .fi {
        font-size: 20px;
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 350px) {
    .fi {
        /* display: inline-block!important; */
        font-size: 20px;
        width: 45px;
        height: 45px;
    }
}


/* style sub-domain */

.col-domain {
    flex-direction: row-reverse;
}

.col-sub-domain {
    background: #000;
    padding: 20px;
    color: #fff;
}

.link-domain {
    color: #ce0000!important;
}

input#form1 {
    width: 100%;
    background: no-repeat;
}

.form-outline {
    width: 95%;
}

.col-sub-domain .fas.fa-search {
    position: absolute;
    left: 0px;
    line-height: 39px;
    background: #b50109;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 2px;
    font-size: 21px;
}

.flex.sub-domain {
    border-left: 1px solid #fff;
    padding: 0 20px;
    text-align: left;
}

.flex.sub-domain:last-child {
    border-left: none
}

.name-domain {
    font-size: 23px;
    font-weight: 700;
}


/* style section about */

.about {
    background: #f6f5f5;
    padding-bottom: 150px;
}

.title-about {
    color: #000;
    line-height: 35px;
    padding-top: 30px;
    font-size: 21px;
    /* text-align: justify; */
}

.about p {
    color: #727272;
    line-height: 37px;
    text-align: justify;
    direction: ltr;
}

.host {
    background: #eee;
}

.box-host {
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    height: 240px;
    position: relative;
}

.image-host {
    color: #ce0000;
    font-size: 35px;
    padding-top: 20px;
}

.title-host {
    color: #000;
    padding-top: 25px;
}

.price-host {
    color: #ce0000;
}

.text-host {
    padding-top: 10px;
    margin-bottom: 5px;
}

.col-host {
    margin-top: -115px;
    margin-bottom: 140px;
}

.title-section {
    color: #000;
    text-shadow: 0px 3px 0px #898885, 0px 14px 10px rgb(0 0 0 / 15%), 0px 24px 2px rgb(0 0 0 / 10%), 0px 34px 30px rgb(0 0 0 / 10%);
    margin-bottom: 25px;
}

.link-host {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}


/* section services */

.image-red {
    /* display: none; */
}

.box-services {
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
    padding: 20px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: .4s;
    height: 400px;
}

.image-services img {
    background: #b50109;
    width: 60px;
    box-shadow: -10px -10px #fa030e5e;
    margin-bottom: 30px;
}

.title-services {
    color: #000;
    transition: .4s;
}

.text-services {
    color: #727272;
    line-height: 30px;
    transition: .4s;
}

.image-services {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-services:hover {
    background: #b50109
}

.box-services:hover img {
    background: #fff;
}

.box-services:hover .image-red {
    display: none;
}

.box-services:hover .image-white {
    display: block;
}

.box-services:hover .title-services,
.box-services:hover .text-services {
    color: #fff
}

.link-services {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.text-title {
    /* padding: 20px; */
    color: #727272;
    font-size: 20px;
    line-height: 2;
}


/* start section parallax */

.parallax {
    background-image: url('../../../uploads/a04a629d-7152-440e-a95a-ad59a369442e-slide-3.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 400px;
    background-attachment: fixed;
}

.btn-about {
    padding: 15px 30px;
    background: #ce0102;
    color: #fff;
    transition: .4s;
}

.btn-about:hover {
    color: #b50109;
    background: #fff;
    border: 1px solid #b50109;
}

.carousel_se_01_carousel {
    padding-top: 40px;
}

.image-white {
    display: none;
}

.round_icon_img img {
    background: #eee;
    border-radius: 50%;
    transition: .4s;
}

.round_icon_img:hover img {
    background: #b50109
}

.round_icon_img:hover .image-white {
    display: block;
}

.round_icon_img:hover .image-black {
    display: none;
}

.main_services {
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
    padding: 30px;
    height: 490px;
}

.carousel_se_01_carousel .owl-stage-outer {
    padding: 8px;
}

.round_icon_img {
    display: flex;
    justify-content: center;
    text-align: center
}

.carousel_se_01_carousel .owl-nav {
    position: relative;
    font-size: 40px;
    color: #b50109
}

.carousel_se_01_carousel .owl-nav button {
    position: absolute;
    top: -280px;
}

.carousel_se_01_carousel .owl-prev {
    left: 0;
}

.carousel_se_01_carousel .owl-next {
    right: -15px;
}


/* start icon-customer */

.icon-customers {
    background: #b50109;
}

.footer:last-child {
    display: none;
}

.footer-bottom {
    background: #b50109;
    padding: 20px;
    margin-top: 20px;
}

.footer-bottom img {
    width: 30px;
    margin-left: 5px;
}

p.footer-email a {
    color: #b50109;
}

section.carousel_se_02.mx-5 {
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
    padding: 30px;
}

section.choose-azaran {
    background: #eee;
    padding: 40px;
}

.fas.fa-question-circle {
    font-size: 70px;
    color: #b50109;
    padding: 10px;
}

section.choose-azaran p {
    padding-top: 10px;
    line-height: 29px;
}

section.choose-azaran .title-about {
    padding-top: 10px;
}

#about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

#about .content ul {
    list-style: none;
    padding: 0;
    text-align: justify;
}

.fst-italic {
    text-align: justify;
}

#about .content ul li {
    padding-bottom: 10px;
    display: flex;
}

#about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #cc1616;
}

#about .content p:last-child {
    margin-bottom: 0;
}

.dropdown-submenu {
    width: 100%;
}

.navbar-nav li:hover .multi-level {
    /* opacity:1; */
    display: block;
    background: #252525;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.why-us {
    padding-top: 10px;
}

.why-us .box {
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    transition: all ease-in-out 0.3s;
    height: 470px;
    text-align: justify;
}

.why-us .box strong {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #b50109;
}

.why-us .box h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 20px 0;
    color: #191919;
}

.why-us .box p {
    color: #aaaaaa;
    font-size: 15px;
    margin: 0;
    padding: 0;
}

.why-us .box:hover {
    background: #b50109;
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

#about .fas.fa-check-circle {
    color: #b50109!important;
    padding-right: 5px
}

.why-us .box:hover strong,
.why-us .box:hover h4,
.why-us .box:hover p {
    color: #fff;
}

.fas.fa-check-circle {
    color: #00ABC9;
    font-size: 20px;
}

.container.body-container .kiloo {
    display: none;
}

.text-web-design {
    line-height: 30px;
    font-weight: 400;
}

.link-more {
    color: #b50109;
    font-weight: 700;
    transition: .4s;
}

.link-more:hover {
    color: #810404
}

.col-text-web-design {
    background: #000;
    padding: 20px;
}

.col-text-web-design p {
    color: #fff;
}

.col-text-web-design h4 {
    color: #fff;
}

.box-crm img {
    height: 430px;
    object-fit: cover;
}

.box-package {
    text-align: center;
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
    height: 300px;
    padding: 30px;
    margin-top: 30px;
    border-radius: 5px;
    background: #fff;
}

.title-box-package {
    font-weight: 800;
    font-size: 17px;
}

.price-old-box-package {
    color: #b50109;
    font-weight: 600;
    text-decoration: line-through;
    font-size: 17px;
}

.price-new-box-package {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.price-box-package {
    font-size: 17px;
    font-weight: 600;
}

.text-box-package {
    margin-bottom: 30px;
}

.text-box-package {
    font-size: 17px;
    font-weight: 500;
}

.btn-box {
    line-height: 135px;
}

.btn-box-package {
    border: 1px solid #ce0000;
    padding: 14px 30px;
    color: #ce0000;
    font-weight: 500;
    border-radius: 5px;
    margin-right: 10px;
}

.box-package .btn-about {
    border-radius: 5px;
    font-weight: 800;
}

.box-package-2 {
    background: #ce0000;
    height: 340px;
    margin-top: 10px;
}

.box-package-2 .price-old-box-package,
.box-package-2 .price-box-package {
    color: #fff;
}

.box-package-2 .btn-box-package {
    border-color: #fff;
    color: #fff;
}

.box-package-2 .btn-about {
    background: #fff;
    color: #ce0000;
}

.box-package-2 .btn-about:hover {
    border: none;
}

.box-package-2 .text-box-package {
    margin-bottom: 50px;
}

.background-package {
    background-image: url(../../../uploads/9e895bfd-8890-4265-8aec-a5d6ed6b323d-F.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: -175px;
    height: 760px;
    margin-bottom: 400px;
    padding-top: 230px;
}

.background-package img {
    padding-top: 200px;
}

.package .text-center {
    margin-bottom: 50px;
}

.image-azaran {
    height: 420px;
    object-fit: contain;
}

.text-azaran {
    text-align: justify;
}

.img1 {
    position: absolute;
    top: 15em;
    width: 60%;
    left: 20%;
    border-radius: 5px;
    box-shadow: 0 0 6px 2px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .18);
    -webkit-box-shadow: 0 0 6px 2px rgb(0 0 0 / 18%);
}

.a1 {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.a2 {
    line-height: 37px;
    margin-top: 13px;
    background-color: #ce0000;
    cursor: pointer;
    color: white;
    font-size: 15px;
}

.a22 {
    line-height: 37px;
    margin-top: 13px;
    background-color: #ce0000;
    cursor: pointer;
    color: white;
    font-size: 15px;
}

.img2 {
    float: left;
    margin-right: 8px;
}

.container.c1 {
    margin-top: 0em;
}

.pcol {
    background-color: #eee;
    margin-right: .5%;
    margin-left: .5%;
    padding: 25px 15px;
    margin-top: 20px;
    transition: all .4s linear;
    height: 190px;
}

.img3 {
    width: 30%;
    float: left;
    margin-top: 5px;
}

.aval {
    float: left;
    width: 100%;
}

.dovom {
    float: left;
    text-align: justify;
    min-height: 80px;
    font-size: 12px;
}

.pcol:hover {
    background-color: #fff;
    box-shadow: 4px 4px 27px #aaa;
}

.panel1 {
    display: none;
}

.panel1 .p11 {
    display: none;
}

.panel2 {
    display: none;
}

.row-title {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
    color: white;
    position: relative;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 17px;
}

.row-title::after {
    position: absolute;
    content: "";
    width: 58px;
    height: 2px;
    background-color: white;
    left: 50%;
    margin-left: -29px;
    bottom: -8px;
}

.text3 {
    font-size: 18px;
    text-align: center;
    margin-top: 27px;
}

.img4 {
    width: 15%;
}

.icon1 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border: 1px solid white;
}

.container.c2 {
    margin-top: 20px;
}

.icon1:hover {
    border: 1px solid #eeeef4;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
    box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
}

.text4 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 60px;
}

.h2-1 {
    font-family: raleway, sans-serif;
    font-weight: 700;
    color: #959595;
    font-size: 35px !important;
    margin: 0;
    border: none;
}

.p-1 {
    font-size: 13px;
    color: #b6b6b6 !important;
    line-height: 30px;
    margin-top: 5px;
}

.plan-0 {
    background: #fff;
    border-radius: 2px 2px 0 0;
    float: left;
    width: 100%;
    margin-top: 34px;
    text-align: center;
    height: 462px;
}

.plan-0 h1 {
    font-family: open sans, sans-serif;
    color: #000;
    font-size: 19px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 0;
    cursor: pointer;
}

.line-pp {
    margin: 20px 0;
}

.price {
    color: #c52d2f;
    font-size: 32px;
}

.time {
    color: #b2b2b2;
    font-size: 13px;
}

.brd-plan {
    background: #e3e3e3;
    height: 60px;
    margin-top: 50px;
}

.plan-icon {
    text-align: center;
    font-size: 35px;
    display: table;
    margin: -100px auto 0;
    background: white;
    border-radius: 100%;
    padding: 17px;
    cursor: pointer;
    transition: all .4s;
}

.plan-icon:hover {
    transform: rotate(360deg);
}

.features-plans {
    display: block;
    margin: 60px 0 0 0;
    padding: 0;
    list-style: none;
}

.features-plans a {
    color: #888686!important;
    font-family: open sans, sans-serif;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .3s;
    cursor: pointer;
}

a.order-plan {
    width: 100%;
    display: block;
    color: #fff;
    padding: 15px 0;
    font-family: open sans, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 39px;
    transition: all .3s;
    background: #c52d2f;
}

a.order-plan:hover {
    background: #000;
    color: #c52d2f;
    text-decoration: none;
}

ul.features-plans.fp {
    margin-top: 70px;
}

.ah1 {
    color: #f40076;
}

.page2 {
    background-color: #eee;
    padding: 30px;
    margin-top: 2rem;
}

.ah1:hover {
    color: #f40076;
    text-decoration: none;
}

.txt4 {
    margin-top: 150px;
}

@media screen and (max-width: 767px) {
    img.img1 {
        margin-top: 175px;
    }
    .container.c1 {
        margin-top: 7em;
    }
}

@media screen and (max-width: 357px) {
    img.img1 {
        margin-top: 280px;
    }
}

@media screen and (max-width: 991px) {
    .price {
        font-size: 28px;
    }
    a.order-plan.ppl1 {
        margin-top: 55px;
    }
    .container.c1 {
        margin-top: 8em;
    }
}

@media screen and (max-width:1199px) {
    .container.c1 {
        margin-top: 9em;
    }
}

@media screen and (max-width: 480px) {
    .container.c1 {
        margin-top: 6em;
    }
}

.features-grid {
    border: 3px solid #fff;
    padding: 5px;
}

.features {
    background: url(../../../uploads/f1064c04-0422-4556-9207-582c8f3b207a-contact-nl.jpg) no-repeat 0px 0px;
    background-size: cover;
    padding: 4em 0 5em 0;
    margin-bottom: -28px;
}

.features-head {
    padding-bottom: 4em;
    color: #fff;
}

.features-head h3 {
    font-weight: bold;
    font-size: 2.5em !important;
    color: #f5f3f3;
    margin: 0;
    padding: 0.2em 0;
}

.features-head span {
    color: #f5f3f3;
    font-weight: normal;
    font-size: 1.2em;
}

.features-grid span {}

.features-grid label {
    width: 30%;
    height: 3px;
    display: inline-block;
    border-radius: 5em;
    margin-top: 2em;
}

.features-grid h3 {
    color: #b50109;
    font-size: 1.8em;
}

.features-grid p {
    color: #f5f3f3;
    line-height: 1.5em;
    margin-top: 1.3em;
    min-height: 100px;
}

.clients {
    padding: 5em 0 8em;
}

.clients-left {
    float: left;
    width: 30%;
}

.clients-left h3 {
    color: #202242;
    font-weight: bold;
    font-size: 1.8em;
    margin: 0;
    padding: 0 0 0.5em 0;
}

.clients-left p {
    color: #adadad;
    line-height: 1.5em;
}

.clients-right {
    float: right;
    width: 68%;
}

.clients-right ul {
    margin: 0;
    padding: 0;
}

.clients-right ul li {
    display: inline-block;
    margin-right: 1.3em;
}

span.f-icon1 {
    background: url(/Editor/UploadFiles/images/ijn.png) no-repeat -10px 12px;
    background-size: 152px;
}

#second-container>div>section.zun-pad-btm.col-lg-12.col-md-12.col-sm-12.col-xs-12.part-1>div>div>div.features-grids.text-center>div:nth-child(3)>div>span {
    background: url(/Editor/uploadfiles/66.png) no-repeat -10px 12px;
    background-size: 157px;
}

#second-container>div>section.zun-pad-btm.col-lg-12.col-md-12.col-sm-12.col-xs-12.part-1>div>div>div.features-grids.text-center>div:nth-child(4)>div>span {
    background: url(/Editor/uploadfiles/321.png) no-repeat 7px 18px;
    background-size: 94px;
}

.features-grid:hover p {
    color: #000;
}

.features-grid:hover {
    background: #fff;
}

p.widget-address__text {
    line-height: 2;
}

.columns.small-12.medium-6.large-4 a {
    color: #b1001e;
    font-weight: 500;
    font-family: verdana;
    font-size: 14px;
}

p.widget-address__info.icon-phone-3 {
    margin: -6px 0 11px;
}

section>div>div>div>div:nth-child(2) p {
    line-height: 2;
    font-size: 14px;
}

section>div>div>div>div:nth-child(3) p {
    font-size: 14px;
    line-height: 2;
}

section.row-fluid.contacts-section {
    background-color: #fafafa;
}

h2.contacts-section__title {
    text-align: center;
    font-size: 22px !important;
    font-weight: 600 !important;
}

.col-md-4.col-xs-12 h4 {
    font-weight: 600;
}

.col-md-4.col-xs-12.contact_uus p {
    line-height: 3.2;
}

.col-md-4.col-xs-12 a {
    color: #b50109;
}

.col-md-4.col-xs-12 a:hover {
    text-decoration: none;
}

.sss {
    border: 4px solid #828282 !important;
    margin-top: 47px;
}

.map_ {
    margin: 0 auto;
    padding: 25px 29px;
}

.azw_40per {
    float: left;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    direction: ltr;
    height: 39px;
}

.azw_input_normalgray {
    border: 1px solid #E4E4E4;
    background-color: #FFF;
    direction: rtl;
    text-align: right;
    font-size: 9pt;
    line-height: 20px;
    color: #333;
}

.azw_row {
    float: right;
    width: 100%;
}

.azw_mar_b_10px {
    margin-bottom: 10px;
}

.azw_40per {
    float: left;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    direction: ltr;
    height: 39px;
}

.azw_font_color_red {
    color: #FC0A10;
}

input#ctl06_ctl00_ctl02_btnsend {
    background: #b50109;
    border: none;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    float: left;
    padding: 2px;
    width: 70px;
    height: 41px;
    font-size: 14px !important;
    font-family: verdana !important;
}

input#ctl06_ctl00_ctl02_btnCancel {
    display: none;
}

.azw_h_100px {
    height: 100px;
}

.a0 {
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
}

.page1 {
    margin-top: 20px;
}

.text-red {
    color: #b50109;
}

.a1 {
    width: 87%;
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
    padding: 30px;
}

img.img1 {
    width: 93%;
    height: 30em;
    object-fit: contain;
    margin-top: -160px;
    margin-left: -110px;
    background-color: #e3e3e38c;
    padding: 17px;
}

.text1 {
    font-weight: 700;
}

.text2 {
    line-height: 30px;
    font-weight: 400;
    font-size: 12px;
    text-align: justify;
}

.a1-1 {
    width: 80%;
    height: 26em;
    position: absolute;
    background-color: #f7f7f7;
    z-index: -1;
    left: 30px;
}

.pack1 {
    margin: 0 auto;
    line-height: 113px;
}

.pack1.pack2 {
    line-height: 70px;
}

.text3 {
    font-size: 18px;
    text-align: center;
    margin-top: 27px;
    color: white;
}

.icon1 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.5s ease 0s;
    border: 1px solid white;
}

.icon1:hover {
    border: 1px solid #eeeef4;
    -webkit-box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
    box-shadow: 0 8px 18px rgb(0 0 0 / 8%);
}

.tick1 {
    width: 15%;
    color: #ce0000;
    margin: 0 auto;
}

.p11 {
    color: white;
}

.panel1 .p11 {
    display: none;
}

.pack-1 {
    background-color: black;
}

.img5 {
    width: 100%;
    object-fit: cover;
    height: 100%;
    padding: 26px;
}

.t1 {
    margin-top: 75px;
    text-align: center;
}

.h2-1 {
    font-weight: 700;
    color: black;
    font-size: 35px !important;
    margin: 0;
    padding-bottom: 40px;
}

.pp-1 {
    font-size: 13px;
    color: gray !important;
    line-height: 15px;
}

.page5 {
    margin-top: 10px;
}

.title-1 {
    box-shadow: 0 4px 8px 3px rgb(0 0 0 / 20%);
    height: 400px;
    padding: 30px 7px 0px 7px;
    border-radius: 5px;
    text-align: center;
    transition: .7s;
}

p.p1-1 {
    padding-bottom: 3px;
    font-weight: 700;
    transition: .7s;
}

p.p1-2 {
    color: #b50109;
    font-weight: 600;
    font-size: 17px;
    text-decoration: line-through;
    transition: .7s;
}

p.p1-3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

a.href1 {
    background-color: #cc1616;
    color: white;
    border: 1px solid #ce0000;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
    transition: .7s;
}

a.href1:hover {
    text-decoration: none;
    background: #e82d2d;
    color: white;
}

.href2 {
    color: white;
    border: 1px solid #ce0000;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 13px;
    background-color: #ce0000;
    transition: .7s;
}

.href2:hover {
    background-color: white;
    color: #ce0000;
    text-decoration: none;
}

a.href1.href3 {
    color: white;
    border: 1px solid white !important;
}

a.href2.href4 {
    color: #ce0000;
    background-color: white;
}

a.href1.href3:hover {
    color: #ce0000;
    background-color: white;
}

.no1 {
    text-decoration: line-through;
    color: #ce0000;
    transition: .7s;
}

.p1-22 {
    color: white !important;
}

.p1-4 {
    font-weight: 700;
    font-size: 16px;
}

.f1 {
    font-size: 17px;
    font-weight: 600;
}

.title-2 {
    height: 340px;
    margin-top: -19px;
    background-color: #ce0000;
}

.a000 {
    background-color: black;
}

.ppp3 {
    margin-top: 30px;
}

.s2 {
    margin-top: 30px;
}

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

.ti1 {
    background-color: #ce0000;
}

ul.p-plan {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    color: black;
    transition: .7s;
}

a.p-plan1 {
    cursor: pointer;
}

@media screen and (max-width:1199px) {
    a.href2 {
        padding: 13px 17px;
    }
    a.href1 {
        padding: 13px 17px;
    }
    .p1-4 {
        margin-top: -25px;
    }
    .a0 {
        height: 500px;
    }
    .ppp3 {
        margin-top: -20px;
    }
    .sub1 {
        padding-top: 25px;
    }
}

.s2 {
    margin-top: 30px;
}

.title_h2_azw {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto;
    padding: 48px 0 16px;
}

.featureboxes_text {
    float: left;
    padding-left: 41px;
}

.featureboxes_icon {
    float: left;
}

.col-md-6.mycol60 {
    margin-bottom: 25px;
}

.featureboxes_text h2 {
    font-size: 22px !important;
}

.col-xs-12.caption_ {
    padding-left: 35px;
}

.col-xs-12.caption_ h2 {
    font-size: 36px !important;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 10px;
}

.col-xs-12.caption_ h5 {
    text-align: center;
    margin-bottom: 30px;
}

.col-xs-12.caption_ .btbt a {
    text-align: center;
    margin: 0 auto;
    transition: .4s;
}

.btbt a {
    display: block;
    background: #c52d2f;
    padding: 15px 8px;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: none;
}

.bg_gray {
    background-color: #f8f8f7;
    padding: 50px 0;
}

.text_document h2 {
    font-size: 31px !important;
    font-weight: 700;
    color: #000;
    padding-bottom: 0px;
    text-align: left;
    line-height: 1.4;
}

.col-xs-4.img_thumb img {
    margin-left: -30px;
}

.col-xs-4.img_thumb {
    margin: 15px 0;
}

p.disclaimeres {
    font-size: 14px;
    color: #9c9a9a;
    text-align: left;
    line-height: 1.6;
    padding-top: 20px;
    margin-left: -14px;
}

h2.section_titles {
    font-size: 31px !important;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.4;
    margin-top: 40px;
    padding: 0;
}

.content_sections h2 {
    font-size: 28px !important;
    font-weight: 600;
    color: #000;
    margin: 30px 0 10px 0;
    padding: 0;
}

.content_sections h5 {
    font-size: 20px;
    font-weight: 600;
    color: #666;
}

.content_sections p {
    padding: 25px 0 0;
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

section.job_offer.container {
    width: 100%;
    background-image: url('../../../uploads/c11c4d20-6c28-474a-9192-2b1602214616-gr-banner-bg.png');
    background-color: #f95e2e;
    color: #fff;
    overflow: hidden;
    padding: 50px;
    max-width: 100%;
}

.zun-pad-btm {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

section.laoder_ {
    padding: 61px 0;
}

section.laoder_ .col-md-4.col-xs-12 {
    padding-left: 5%;
}

section.laoder_ h2.section-title {
    padding-left: 11%;
    text-align: left;
    font-size: 28px !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.feature-checklist li {
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 15px 40px;
    color: #666;
    background-image: url('../../../uploads/a1abd427-ff8e-4c56-b9f7-5b2e0c8c06ea-tik.png');
    background-repeat: no-repeat;
    background-position: left 6px;
    list-style: none;
}

.ovalshop {
    background: #2dbdd1;
    border-radius: 50%;
    height: 330px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 330px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ovalshop::after {
    border: 1px dashed #0a8ead;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: 12px;
}

.shop-content {
    width: 90%;
    position: relative;
    z-index: 3;
}

.contentes p {
    font-size: 16px;
    color: #504f4f;
    line-height: 1.7;
    text-align: justify;
    padding-top: 35px;
}

section.contact_us_azw {
    padding: 20px 0;
    background: #ebebeb;
    margin-top: 45px;
    margin-bottom: -60px;
}

section.contact_us_azw h2 {
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    padding-right: 30px;
    font-size: 23px !important;
    text-align: left;
}

.shop-content>h3 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
}

.shop-content>p {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    padding-bottom: 15px;
}

a.page-btn.white {
    display: block;
    background-color: #fff;
    color: #2dbdd1;
    padding: 16px;
    width: 172px;
    margin: 0 auto;
}

.killer_sec .btbt a {
    background: #fff;
    color: #000;
}

h2.sections_title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 25px;
}

.killer_sec p {
    color: #fff;
    line-height: 1.7;
}

.killer_sec h3 {
    font-size: 28px !important;
    font-weight: 600;
    line-height: 1.4;
}

img.img-responsive.mypic1 {
    margin-top: -143px;
}

img.img-responsive.mypic2 {
    margin-bottom: -103px;
}

@media screen and (max-width:900px) {
    .a0 {
        height: 400px;
    }
}

@media screen and (max-width:650px) {
    .a0 {
        height: 300px;
    }
}

@media screen and (max-width:450px) {
    .a0 {
        height: 175px;
    }
}

@media screen and (max-width:991px) {
    .sub1 {
        padding-top: 25px;
    }
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td:nth-child(1),
td:nth-child(3),
td:nth-child(4) {
    background-color: #fff;
}

td:nth-child(2) {
    background-color: #F1F2F2;
}

th {
    background-color: #fff
}

td,
th {
    border: 1px solid #E6E7E8;
    text-align: center;
    padding: 8px;
}

th:nth-child(1) {
    text-align: left;
}

td:nth-child(1) {
    text-align: left;
}

.unchecked {
    color: #CE0102;
    font-size: 20px;
}

p {
    margin: 0;
    font-size: 15px;
}

strike {
    color: #CE0102;
}

.sub-menu li {
    padding: 0!important;
}

@media(width:768px) {
    .navbar-nav li a {
        font-size: 10px
    }
    .navbar-nav li {
        padding: 5px;
    }
}


/*-------web design------*/

.owl-nav {
    position: relative;
    font-size: 30px;
    color: #8a8383
}

.owl-nav button {
    position: absolute;
    top: -280px;
}

.owl-nav button i {
    font-style: normal !important;
}

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

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

.owl-next {
    background: 0 0;
}

button.owl-prev {
    background: no-repeat;
}

.step {
    background-color: #f2f2f2;
}

.steps {
    width: 80%;
    margin: 0 auto;
}

.steps>div {
    margin: 20px 0;
}

.number-steps {
    display: flex;
    align-content: center;
    justify-content: center;
}

.number-steps div {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e0edf3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number-steps p {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #bf1e2e;
    display: inline-block;
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    line-height: 53px;
    color: white;
    font-weight: 700;
}

.content-steps {
    padding-top: 1px;
}

.content-steps p,
.content-step h5 {
    font-size: 14px;
}

.number-steps:before {
    border: 1px dashed #acacac;
    position: absolute;
    left: 50%;
    top: 80px;
    height: 70px;
    content: '';
}

.step-title {
    padding: 30px 0;
}

.step-bottom h5 {
    margin: 60px 0 30px 0;
}

.step-bottom a {
    margin: 0 0 60px 0;
}

#accordion .card {
    margin: 7px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border: 0;
}

.card-header {
    background-color: #ffffff;
}

.card-header .rotate-icon {
    float: right;
}

button.btn.btn-link {
    color: black;
    text-decoration: none;
}

.btn-link:hover {
    color: black;
}

.faq a {
    margin-top: 30px;
}

@media (max-width:768px) {
    .number-steps {
        margin-right: 20px
    }
}

.form-wrap.form-builder {
    display: flex;
    flex-direction: column;
    text-align: center
}

.frmb {
    margin: 0 auto!important;
}

.row.firstreg {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

.vertical-carousel-formgenerator-title {
    text-align: center;
}

.btn-default {
    color: #212529;
    border-color: #337ab7;
    margin: 0.5rem 0;
    transition: all 0.3s ease-in-out;
    border-radius: 9px;
    padding: 10px 15px 10px 12px;
    box-shadow: 0px 2px 2px 2px;
}

.btn-default:hover {
    color: #fff;
    background: #337ab7;
    transition: all 0.1s ease-in-out;
}


/*-------- web design -------*/

.wd-video {
    position: relative;
}

.wd-video .title-video {
    position: absolute;
    top: 50%;
    margin-top: -75px!important;
}

.wd-video .title-video h1 {
    color: #fff;
    text-align: center;
    /* background-color: #109286; */
    display: block;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    font-size: 40px;
    padding: 0 0 0 15px;
    margin: 0;
    line-height: 1.3;
    font-family: "Canela Web", serif;
}

.wd-video .title-video h1 span {
    font-size: 25px;
    font-family: 'IRANSans';
}

.video-slider {
    /* position: absolute; */
    width: 100%;
    height: 550px;
    object-fit: cover;
}

@media(min-width:1500px) {
    .video-slider {
        width: 100%;
        height: 830px;
        object-fit: cover;
    }
}

.box-whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 0px;
    left: -2px;
    width: 366px;
    font-size: 40px;
    color: #7ed321;
    width: auto;
    padding: 0px 3px 4px 12px;
    display: block;
    background: #ffffff;
    box-shadow: 0 4px 10px 0 rgb(46 58 70 / 35%);
    border-radius: 5px;
}

.box-whatsapp:hover {
    cursor: pointer;
    /* background-image: linear-gradient( 80deg, rgb(110, 108, 105), rgb(131, 129, 127)); */
}

.box-whatsapp a i {
    background-color: rgba(255, 255, 255, 0.1);
    height: 55px;
    width: 55px;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    color: green;
    font-size: 33px;
    padding: 15px 10px 0 0;
    font-style: normal;
}

.box-whatsapp span {
    font-size: 16px;
    vertical-align: middle;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Ubuntu, "sans-serif" !important;
}

.box-whatsapp-desk {
    display: block;
}

.box-whatsapp-mobile {
    display: none;
}

@media(max-width:992px) {
    .box-whatsapp-desk {
        display: none;
    }
    .box-whatsapp-mobile {
        display: block;
    }
}
.slider-mobile {
    display: none;
}

@media(max-width:768px) {
    .slider {
        display: none
    }
    .slider-mobile {
        display: block;
        background: #000;
    }
}