*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/**====== Fonts ======**/

@font-face {
    font-family: 'IRS';
    src: url('../fonts/IRANSansWeb.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'Yekan';
    src: url('../fonts/yekan-webfont.woff') format('woff');
    font-style: normal;
}

/**====== html ======**/

html {
    min-height: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/**====== body ======**/

body {
    margin: 0 auto;
    line-height: 1.5em;
    vertical-align: baseline;
    font-family: 'IRS', sans-serif;
    direction: rtl;
    overflow-x: hidden;
}

/**====== selection ======**/
::selection {
    background: #D62027;
    color: #FFFFFF;
}

/**====== col-2-x ======**/
.col-2-x {
    width: calc(20% - 20px);
    height: auto;
    margin: 10px;
    position: relative;
}

/**====== col-3 ======**/
.col-3 {
    width: calc(25% - 30px);
    height: auto;
    margin: 15px;
    position: relative;
}

/**====== col-4 ======**/
.col-4 {
    width: calc(33.333% - 30px);
    height: auto;
    margin: 15px;
    position: relative;
}

/**====== col-4-x2 ======**/
.col-4-x2 {
    width: calc(33.333% - 30px);
    height: auto;
    margin: 15px;
    position: relative;
}

/**====== col-6 ======**/
.col-6 {
    width: calc(50% - 30px);
    height: auto;
    margin: 15px;
    position: relative;
}

/**====== col-8 ======**/
.col-8 {
    width: calc(66.666% - 30px);
    height: auto;
    margin: 15px;
    position: relative;
}

/**====== col-12 ======**/
.col-12 {
    width: calc(100% - 30px);
    height: auto;
    margin: 15px;
    position: relative;
}

/**====== all ======**/

.all {
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

/**====== header-contact ======**/
.header-contact {
    width: 100%;
    height: auto;
    background: #D62027;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
}

.header-contact-phone {
    display: flex;
    align-items: center;
}

.header-contact-phone span {
    color: #FFFFFF;
    font-size: 18px;
}

.header-contact-phone span i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.header-contact-social {
    display: flex;
    align-items: center;
}

.header-contact-social a {
    margin-top: 5px;
    margin-right: 10px;
}

/**====== top-header ======**/

.top-header {
    width: 100%;
    height: auto;
}

nav {
    background: #FFFFFF;
}

nav:after {
    content: '';
    clear: both;
    display: table;
}

nav ul {
    float: right;
    list-style: none;
    margin-right: 40px;
    position: relative;
}

nav ul li {
    float: right;
    display: inline-block;
    margin: 0px 5px;
}

nav ul li a {
    color: #231F20;
    text-decoration: none;
    line-height: 70px;
    font-size: 17px;
    padding: 8px 15px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

nav ul li a:hover {
    color: #D62027;
}

nav ul ul {
    position: absolute;
    top: 90px;
    background: #FFFFFF;
    opacity: 0;
    visibility: hidden;
    border-bottom: 4px solid #D62027;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -ms-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 999;
}

nav ul li:hover > ul {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

nav ul ul li {
    position: relative;
    margin: 0px;
    width: 240px;
    float: none;
    display: list-item;
}

nav ul ul li:hover {
    background: #E7E7E8;
}

nav ul ul li a {
    color: #818285;
    line-height: 50px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

nav ul ul li a:hover {
    color: #000000;
}

nav .logo {
    float: left;
    padding-left: 40px;
    margin-top: 10px;
}

nav .logo a img {
    width: 100%;
    height: 50px;
}

.show,
.icon,
input[type="checkbox"] {
    display: none;
}

nav ul li.sub a:after {
    content: url('../img/menu.svg');
    width: 11px;
    height: 7px;
    vertical-align: middle;
    margin-right: 5px;
}

nav ul li.sub ul a:after {
    content: none;
}

/**====== header ======**/
.header {
    width: 100%;
    max-width: 100%;
    height: 582px !important;
    /*background: url('../img/Image-header.png') no-repeat;*/
    background-size: 100% 100% !important;
    background-position: center !important;
}

/**====== badges ======**/
.badges {
    width: 100%;
    height: auto;
    background: #0B1920;
    display: flex;
    flex-wrap: wrap;
}

.i-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px 0;
}

.i-badges img {
    margin-bottom: 20px;
}

.i-badges h3 {
    color: #FFFFFF;
    font-size: 19px;
}

/**====== content ======**/
.content {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 60px 180px;
}

.content-info {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.content-info-head {
    text-align: center;
    margin-bottom: 60px;
}

.content-info-head h3 {
    margin-bottom: 25px;
    color: #231F20;
}

h1.title {
    color: #231F20;
}

h1.title:before {
    content: '';
    position: relative;
    top: 0;
    right: -20px;
    width: 100px;
    height: 5px;
    background: #D62027;
    display: inline-block;
}

h1.title:after {
    content: '';
    position: relative;
    top: 0;
    left: -20px;
    width: 100px;
    height: 5px;
    background: #D62027;
    display: inline-block;
}

.content-info-paraf {
    width: 100%;
    height: auto;
}

.content-info-paraf p {
    color: #231F20;
    font-size: 17px;
    text-align: justify;
    line-height: 2em;
}

.p-one {
    margin-bottom: 30px;
}

.content-service {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.content-service-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
}

.content-service-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.i-content img.img-content {
    width: 100%;
    height: 400px;
    border-radius: 25px;
}

.content-cover-one {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 400px;
    background: rgba(0,0,0,0.6);
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-cover-one h1 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.content-cover-two {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 400px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.content-link {
    padding: 3px;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}

.content-link a {
    color: #D62027;
    font-size: 20px;
    font-weight: bold;
    padding: 8px 32px;
    background: rgba(225, 210, 198, 0.5);
    border-radius: 5px;
    display: block;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.content-link a:hover {
    background: #FFFFFF;
}

.i-content:hover .content-cover-one {
    opacity: 0;
}

.i-content:hover .content-cover-two {
    opacity: 1;
}

/**====== laser ======**/
.laser {
    width: 100%;
    height: 633px;
    background: url('../img/Image2.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.laser-cover {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    padding: 0px 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.laser-cover h1 {
    color: #FFFFFF;
    font-size: 33px;
    margin-bottom: 20px;
}

.laser-cover img {
    margin-bottom: 40px;
}

.laser-cover p {
    color: #FFFFFF;
    font-size: 19px;
    line-height: 2em;
    text-align: justify;
}

/**====== customer ======**/
.customer {
    width: 100%;
    height: auto;
    padding: 70px 140px;
    margin-bottom: 30px;
}

.customer-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
}

.customer-slider {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    padding: 30px 0px 30px 70px;
    display: flex;
    direction: ltr;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.3);
}

.i-customer {
    display: flex;
    justify-content: center;
    align-items: center;
}

/**====== catalog ======**/
.catalog {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 100px;
}

.catalog-cover {
    width: 100%;
    height: 192px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/Image-2.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.catalog-cover h1 {
    color: #FFFFFF;
    position: relative;
    top: 110px;
}

.catalog-cover a {
    padding: 12px 32px;
    background: #FFFFFF;
    color: #231F20;
    font-size: 18px;
    font-weight: bold;
    border-radius: 25px;
    margin-top: 160px;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.4);
    -ms-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.4);
    -o-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.4);
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.catalog-cover a:hover {
    color: #D62027;
}

.catalog-cover a img {
    vertical-align: middle;
    margin-left: 2px;
}

/**====== gallery ======**/
.gallery {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 80px;
}

.gallery-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

.gallery-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.i-gallery {
    overflow: hidden;
    position: relative;
    border: 3px solid #D1D2D4;
    border-radius: 10px;
}

.i-gallery img {
    width: 100%;
    height: 250px;
    display: block;
}

.gallery-box-cover {
    position: absolute;
    top: 155px;
    right: 0;
    width: 100%;
    height: 250px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    text-align: center;
    padding: 20px 20px;
    line-height: 2em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.i-gallery:hover .gallery-box-cover {
    top: 0;
}

.gallery-box-cover h3 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 55px;
}

.gallery-box-cover a {
    color: #D62027;
    font-size: 19px;
    font-weight: bold;
    padding: 6px 18px;
    background: rgba(225, 210, 198, 0.5);
    border-radius: 5px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.gallery-box-cover a:hover {
    background: #FFFFFF;
}

/**====== blog ======**/
.blog {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 80px;
}

.blog-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 50px;
}

.blog-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.i-blog {
    border-radius: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 12px 24px 0px rgba(0,0,0,0.3);
}

.blog-box-head {
    width: 100%;
    height: auto;
    position: relative;
    border-bottom: 5px solid #E7E8E8;
    margin-bottom: 30px;
}

.blog-box-head img.blog-img {
    width: 100%;
    height: 300px;
    display: block;
    border-radius: 10px 10px 0 0;
}

.blog-date {
    position: absolute;
    bottom: -11px;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.blog-date span {
    padding: 5px 15px;
    color: #D62027;
    background: #FFFFFF;
    font-weight: bold;
    border-radius: 25px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
}

.blog-date span img {
    vertical-align: sub;
}

.blog-box-content {
    width: 100%;
    height: auto;
    padding: 20px 40px;
}

.blog-box-content a h3 {
    color: #231F20;
    margin-bottom: 30px;
    line-height: 1.7em;
}

.paraf-img {
    color: #231F20;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}

.paraf-img img {
    vertical-align: middle;
    margin-left: 1px;
}

.paraf-content {
    color: #231F20;
    text-align: justify;
    margin-bottom: 20px;
}

.link-blog {
    text-align: center;
}

.link-blog a {
    color: #D62027;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.link-blog a:hover {
    -webkit-text-shadow: 0px 5px 22px #e74c3c;
    -moz-text-shadow: 0px 5px 22px #e74c3c;
    -ms-text-shadow: 0px 5px 22px #e74c3c;
    -o-text-shadow: 0px 5px 22px #e74c3c;
    text-shadow: 0px 5px 22px #e74c3c;
}

.link-blog a img {
    vertical-align: middle;
    margin-right: 1px;
}

/**====== footer ======**/
.footer {
    width: 100%;
    height: auto;
    background: url('../img/Image-Footer.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.footer-box {
    width: 100%;
    height: auto;
    padding: 40px 140px;
}

.footer-header {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}

.footer-header h1 {
    color: #FFFFFF;
    margin-bottom: 25px;
}

.footer-header p {
    color: #FFFFFF;
    font-size: 17px;
    margin-bottom: 40px;
}

ul.social-media {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.social-media li {
    margin-left: 20px;
}

ul.social-media li a {
    width: 40px;
    height: 40px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

ul.social-media li a:hover {
    color: #D62027;
}

.footer-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.vector-footer {
    width: 100%;
}

.i-footer h3 {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-line {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    margin-bottom: 30px;
}

.i-footer p {
    color: #FFFFFF;
    font-size: 17px;
    text-align: justify;
    line-height: 2em;
}

.i-footer p img {
    vertical-align: middle;
    margin-left: 2px;
}

ul.footer-link {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

ul.footer-link li {
    margin-bottom: 5px;
}

ul.footer-link li a {
    color: #FFFFFF;
    position: relative;
    padding-bottom: 5px;
}

ul.footer-link li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    height: 2px;
    background: #D62027;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.footer-link li a:hover:after {
    width: 100%;
}

ul.footer-link li a img {
    vertical-align: middle;
    margin-left: 2px;
}

.bottom-footer {
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0px;
}

.bottom-footer p {
    color: #FFFFFF;
    font-size: 17px;
}


/**===============
Services
===============**/

/**====== service-header ======**/
.service-header {
    width: 100%;
    max-width: 100%;
    height: 507px;
    background: url('../img/services/Image1.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
}

.service-header-cover {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0;
    background: rgba(53, 68, 75, 0.8);
    color: #FFFFFF;
}

/**====== service-items ======**/
.service-items {
    width: 100%;
    height: auto;
    padding: 0px 80px;
    margin-bottom: 80px;
}

.service-items-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.s-items {
    overflow: hidden;
    border-radius: 7px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
}

.service-box {
    width: 100%;
    height: auto;
    position: relative;
}

.service-box-head {
    width: 100%;
    height: auto;
    border-bottom: 5px solid #D40000;
}

.service-box-head img {
    width: 100%;
    height: 239px;
    display: block;
}

.service-box-text {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 30px 0;
    color: #D40000;
}

.service-box-cover {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100%;
    background: #D40000;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-box-cover a {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 88%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.service-box-cover a img {
    margin-right: 5px;
    vertical-align: middle;
}

.s-items:hover .service-box-cover {
    top: 0;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/**====== service-content ======**/
.service-content {
    width: 100%;
    height: auto;
    padding: 0 140px;
    margin-bottom: 80px;
}

.service-content-one, .service-content-two {
    width: 100%;
    height: auto;
}

.service-content-one {
    margin-bottom: 100px;
}

.service-content-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
}

.service-content-paraf {
    width: 100%;
    height: auto;
}

.service-content-paraf p {
    color: #231F20;
    font-size: 17px;
    line-height: 2em;
    text-align: justify;
    margin-bottom: 20px;
}

ul.list-items {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

ul.list-items li {
    margin-bottom: 10px;
}

ul.list-items li span {
    width: 8px;
    height: 8px;
    background: #D40000;
    border-radius: 50%;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

/**====== service-serve ======**/
.service-serve {
    width: 100%;
    height: 193px;
    background: url('../img/services/vector1.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-serve h2 {
    color: #FFFFFF;
    margin-top: 15px;
}

/**====== service-contact ======**/
.service-contact {
    width: 100%;
    height: auto;
    padding: 0px 80px;
    margin-bottom: 80px;
}

.service-contact-box {
    width: 100%;
    height: auto;
    text-align: center;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.2);
}

.service-contact-box img {
    position: relative;
    top: -60px;
}

.service-contact-box h2 {
    position: relative;
    top: -50px;
    color: #D40000;
}

.service-contact-box p {
    color: #231F20;
    font-size: 20px;
    font-weight: bold;
    direction: ltr;
    position: relative;
    top: -20px;
}

/**===============
service-details
===============**/

/**====== service-header =======**/
.header-shadow {
    -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);
}

.service-details-header {
    width: 100%;
    height: auto;
    padding: 60px 250px;
    margin-bottom: 30px;
}

.service-details-head {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.service-details-head h1 {
    color: #D40000;
    margin-bottom: 15px;
}

.service-details-header-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.d-header img {
    width: 100%;
}

/**====== service-details-content ======**/
.service-details-content {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 80px;
}

.service-details-one, .service-details-two, .service-details-three, .service-details-four, .service-details-five {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

.bottom-line {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #E5E5E5;
    margin-bottom: 20px;
}

.bottom-line h2 {
    color: #96989A;
    padding-bottom: 15px;
}

.service-details-paraf {
    width: 100%;
    height: auto;
}

.service-details-paraf p {
    color: #231F20;
    line-height: 2em;
    text-align: justify;
}

.service-details-items {
    padding: 20px 30px;
}

.service-details-between {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.service-details-between p {
    color: #231F20;
    line-height: 2em;
    text-align: justify;
}

.service-details-between img {
    margin-right: 25px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.3);
}

.service-details-example {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.d-example img {
    width: 100%;
    height: 400px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 7px 14px 0px rgba(0,0,0,0.3);
}

.boresh-computing {
    width: 100%;
    height: auto;
    padding: 25px 0px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
}

.boresh-computing h3 {
    color: #D40000;
}

/**===============
gallery
===============**/

/**====== gallery ======**/
.gallery-container {
    width: 100%;
    height: auto;
    padding: 80px 140px;
}

.gallery-title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 80px;
}

.gallery-box-activity, .gallery-box-example, .gallery-box-other {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.gallery-box-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.g-activity a img {
    width: 100%;
    height: 350px;
    border: 3px solid #D1D2D4;
    border-radius: 15px;
    margin-bottom: 15px;
}

.g-activity h3 {
    color: #231F20;
    text-align: center;
}

.gallery-pic-example {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 15px;
    margin-bottom: 20px;
}

.gallery-pic-example img {
    width: 100%;
    height: 350px;
    border: 3px solid #D1D2D4;
    border-radius: 15px;
    display: block;
}

.gallery-pic-example-cover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 350px;
    background: rgba(0,0,0,0.4);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.gallery-pic-example-cover a {
    padding: 12px 18px;
    color: #D40000;
    font-size: 20px;
    font-weight: bold;
    background: rgba(255,255,255,0.5);
    border-radius: 7px;
}

.gallery-pic-example:hover .gallery-pic-example-cover {
    opacity: 1;
}

.g-example h3 {
    color: #231F20;
    text-align: center;
}

.g-other-pic a img {
    width: 100%;
    height: 350px;
    border: 3px solid #D1D2D4;
    border-radius: 15px;
    margin-bottom: 15px;
}

.g-other-pic h3 {
    color: #231F20;
    text-align: center;
}


/**===============
contact-us
===============**/

/**====== contact-header ======**/
.contact-header {
    width: 100%;
    height: auto;
    padding: 80px 140px;
}

.contact-title {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 80px;
}

.contact-header-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.c-head {
    display: flex;
    flex-direction: column;
}

.contact-header-head {
    display: flex;
    padding: 15px 0px;
    margin-bottom: 15px;
    border-bottom: 2px solid #D40000;
}

.contact-header-head h2 img {
    vertical-align: middle;
}

.c-head p {
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 7px;
}

/**====== contact-location ======**/

.contact-location {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 80px;
}

.contact-location-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.c-location {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.c-location h1 {
    color: #D40000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #D1D2D4;
}

.c-location p {
    font-size: 20px;
}

/**====== map ======**/
.map {
    width: 100%;
    height: 500px;
}

.map iframe {
    width: 100%;
    height: 100%;
}

/**====== contact-form ======**/
.contact-form {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 60px;
}

.contact-form-head {
    width: 100%;
    height: auto;
    text-align: center;
    border-bottom: 3px solid #E5E5E5;
}

.contact-form-head h2 {
    color: #96989A;
    padding-bottom: 15px;
}

.contact-form-row {
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.contact-form-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border: 3px solid #E5E5E5;
    border-radius: 20px;
    padding: 25px 30px;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}

.form {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.c-form {
    display: flex;
    flex-direction: column;
}

.c-form label {
    color: #231F20;
    margin-bottom: 5px;
    font-weight: bold;
}

.c-form input,select {
    width: 100%;
    height: 45px;
    background: #F2F2F3;
    border: 2px solid #F2F2F3;
    outline: 0;
    border-radius: 7px;
    padding: 0px 15px;
    font-size: 17px;
    font-family: 'IRS', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.c-form input:focus {
    border: 2px solid #D40000;
}

.textarea {
    width: 100%;
    height: 240px;
    background: #F2F2F3;
    border: 2px solid #F2F2F3;
    outline: 0;
    border-radius: 7px;
    padding: 10px 15px;
    font-size: 17px;
    font-family: 'IRS', sans-serif;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.textarea:focus {
    border: 2px solid #D40000;
}

.submit {
    float: left;
    background: #FFFFFF;
    padding: 8px 35px;
    color: #D40000;
    border: 2px solid #D40000;
    border-radius: 7px;
    font-size: 17px;
    font-family: 'IRS', sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
}

.submit:hover {
    color: #fFFFFF;
    background: #000000;
    border: 2px solid #000000;
    -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.3);
}


/**===============
blog-details
===============**/

/**====== blog-details-container ======**/
.blog-details-container {
    width: 100%;
    height: auto;
    padding: 80px 140px;
}

.blog-details-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-details-content, .blog-details-head, .blog-details-paraf {
    width: 100%;
    height: auto;
}

.blog-details-head {
    margin-bottom: 15px;
}

.blog-details-head h2 {
    color: #231F20;
    margin-bottom: 18px;
}

.blog-details-head span {
    color: #231F20;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.blog-details-head span img {
    vertical-align: middle;
    margin-left: 5px;
}

span.b-red {
    color: #D40000 !important;
    font-size: 15px !important;
}

.blog-details-paraf {
    margin-bottom: 100px;
}

.blog-details-paraf p {
    color: #231F20;
    text-align: justify;
    line-height: 2em;
    margin-bottom: 20px;
}

.b-bold {
    margin-bottom: 20px;
}

.blog-details-pic {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}

.blog-details-pic img {
    width: 90%;
    height: 398px;
}

.blog-details-label {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-details-label span {
    color: #231F20;
    margin-left: 20px;
}

.blog-details-label a {
    color: #231F20;
    background: #E5E6E7;
    padding: 6px 18px;
    margin: 0px 4px;
    border-radius: 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-details-label a:hover {
    color: #FFFFFF;
    background: #D40000;
}

/**====== sidebar ======**/
.sidebar {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 2px solid #D1D2D4;
    border-radius: 15px;
}

.sidebar-head {
    width: 100%;
    height: auto;
    text-align: center;
    background: #D40000;
    padding: 10px 0px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.sidebar-head h4 {
    color: #FFFFFF;
}

.sidebar-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.sidebar-box {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 20px;
}

.sidebar-box img {
    width: 150px;
    height: 120px;
    margin-left: 20px;
    border: 1px solid #D1D2D4;
}

.sidebar-box a {
    color: #231F20;
    margin-top: 5px;
    font-size: 15px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.sidebar-box a:hover {
    color: #D40000;
}


/**===============
blog-list
===============**/

/**====== blog-list-container ======**/
.blog-list-container {
    width: 100%;
    height: auto;
    padding: 80px 140px;
}

.blog-list-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.blog-list-content {
    width: 100%;
    height: auto;
}

.blog-list-box {
    width: 100%;
    height: auto;
    border: 2px solid #D1D2D4;
    border-radius: 15px;
    padding: 20px 15px;
    margin-bottom: 25px;
}

.blog-list-box-head {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.blog-list-box-head a h2 {
    color: #231F20;
    margin-bottom: 18px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.blog-list-box-head a h2:hover {
    color: #D40000;
}

.blog-list-box-head span {
    color: #231F20;
    margin-left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.blog-list-box-head span img {
    vertical-align: middle;
    margin-left: 5px;
}

.blog-list-box-content {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.blog-list-box-content p {
    color: #232021;
    font-size: 16px;
    text-align: justify;
    line-height: 1.8em;
}

.blog-list-box-content img {
    width: 407px;
    height: 270px;
    border-radius: 10px;
    margin-right: 15px;
}

a.next-btn {
    position: relative;
    padding: 5px 18px;
    display: inline-block;
    color: #D40000;
    border: 2px solid #D40000;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a.next-btn:hover {
    color: #FFFFFF;
    border: 2px solid #000000;
}

a.next-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #000000;
    border-radius: 25px;
    z-index: -1;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

a.next-btn:hover:before {
    width: 100%;
}

.page-navigation {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

ul.page-navigation-item {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

ul.page-navigation-item li {
    margin-left: 10px;
}

ul.page-navigation-item li a {
    position: relative;
    display: block;
    padding: 2px 10px;
    color: #231F20;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul.page-navigation-item li a:hover {
    background: #e7e7e7;
}

ul.page-navigation-item li a.active {
    background: #D40000;
    color: #FFFFFF;
}


/**===============
about-us
===============**/

/**====== about-container ======**/
.about-container {
    width: 100%;
    height: auto;
}

/**====== .about-box-one ======**/
.about-box-one {
    width: 100%;
    height: auto;
    padding: 80px 140px;
}

.about-box-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 80px;
}

.about-introduce {
    width: 100%;
    height: auto;
}

.about-introduce p {
    color: #231F20;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
}

/**====== .about-box-two ======**/
.about-box-two {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}

.about-box-two-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
}

.about-service {
    width: 100%;
    height: 516px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 80px;
    background: url('../img/blog-about/Image2.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
}

.about-service-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.a-service {
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 60px 0px;
}

.a-service img {
    margin-bottom: 30px;
}

.a-service p {
    color: #D40000;
    font-size: 20px;
    font-weight: bold;
}

.about-service-item {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    display: none;
}

ul.about-items {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

ul.about-items li {
    margin-bottom: 20px;
}

ul.about-items li a {
    color: #231F20;
    font-size: 18px;
    position: relative;
}

ul.about-items li a span {
    width: 8px;
    height: 8px;
    background: #D40000;
    border-radius: 50%;
    margin-left: 2px;
    display: inline-block;
    vertical-align: middle;
}

/**====== .about-box-three ======**/
.about-box-three {
    width: 100%;
    height: auto;
    padding: 0px 140px;
    margin-bottom: 80px;
}

.about-box-three-head {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    border-bottom: 3px solid #E5E5E5;
}

.about-box-three-head h2 {
    color: #96989A;
    padding-bottom: 15px;
}

.about-worth {
    width: 100%;
    height: auto;
    border-bottom: 3px solid #E5E5E5;
}

.about-worth-box {
    margin-bottom: 30px;
}

.about-worth-box h4 {
    margin-bottom: 7px;
}

.about-worth-box p {
    color: #231F20;
    font-size: 16px;
}

/**====== .about-box-four ======**/
.about-box-four {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-box-four h1 {
    color: #D40000;
    margin-bottom: 20px;
}

/**===============
catalog
===============**/

/**====== catalog-container ======**/
.catalog-container {
    width: 100%;
    height: auto;
    padding: 80px 140px;
}

.catalog-container-head {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 60px;
}

.catalog-container-box {
    width: 100%;
    height: auto;
}

    .catalog-container-box h2 {
        color: #231F20;
        text-align: center;
        margin-bottom: 60px;
    }

.catalog-box-row {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.c-box {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #F6F6F6;
    margin-bottom: 25px;
}

.c-full-box {
    width: 100%;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../img/catalog/Frame.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.catalog-size {
    width: 100%;
    height: auto;
    text-align: center;
}

    .catalog-size p {
        font-size: 15px;
    }

        .catalog-size p span {
            font-weight: bold;
        }