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

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

@font-face {
    font-family: "IRANSans";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSansWeb_Light.woff2) format("woff2"), url(../fonts/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/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url(../fonts//IRANSansWeb_UltraLight.woff2) format("woff2"), url(../fonts/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/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url(../fonts/IRANSansWeb.woff2) format("woff2"), url(../fonts/IRANSansWeb.woff) format("woff"), url(../fonts/IRANSansWeb.ttf) format("truetype");
}

* {
    position: relative;
    box-sizing: border-box;
    outline: none;
}

.top-header {
    background: #0f2c49;
    color: #fff;
    padding: 15px;
}

.social-header li {
    display: inline-block;
    margin-left: 20px;
}

*:focus {
    outline: none!important;
}

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

body {
    text-align: right;
    color: #252525;
    font-size: 14px;
    direction: rtl;
    overflow-x: hidden;
    font-family: 'IRANSans';
    direction: rtl;
    text-align: right;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.social-header i {
    color: #ec2029;
    padding-left: 10px;
    font-size: 18px;
}

.no-scroll {
    overflow: hidden;
}


/*end css reset*/


/*start style header */

.header-page {
    position: relative;
}

.header-page::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 93%;
    background: #00000052
}

.header-page img {
    height: 630px;
    width: 100%;
    object-fit: cover;
}

.col-header {
    right: 0;
    top: 0;
    width: 100%;
    background: #191919;
    color: white;
    padding: 10px 15px;
}

.time-header {
    margin-left: 30px;
    margin-right: 70px;
}

header i {
    color: #ef2853;
    padding: 10px;
    font-size: 16px;
}

.icon-navmenu {
    margin-top: -7px!important;
}

.icon-navmenu i {
    font-size: 20px;
    color: black;
}

.comment-shop {
    padding: 20px 0;
}

.icon-navmenu .navbar-nav {
    flex-direction: row!important;
    padding: 0!important;
}

.navbar-brand img {
    height: 100px;
}

.icon-navmenu .dropdown-toggle::after {
    border-bottom: none;
    border-top: none;
}

.icon-navmenu li a i:hover {
    color: #ef2853;
}

.icon-navmenu .navbar-nav .dropdown-menu {
    position: absolute;
}

.list-icon-header {
    margin-bottom: 0px;
}

.submenu-user {
    display: none;
}

.user-header .icon-user:hover>.submenu-user {
    display: block!important;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    right: 0;
    border-bottom: 2px solid #ef2853;
}

.dropdown-menu li a:hover {
    color: #ef2853;
}

ul.list-icon-header li {
    display: inline-block;
    padding: 15px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white!important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px 0px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
    transform: rotate(180deg);
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

header {
    min-height: 100px;
}

.header-nav {
    transition: 0.2s linear;
    /* background: white; */
    /* padding: 20px; */
}

header .fixed-top {
    background: white;
}

.header-nav .navbar {
    max-width: 1400px;
    margin: auto;
}

.dropdown:hover>.dropdown-menu,
.btn-group:hover>.dropdown-menu {
    display: table;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-toggle {
    margin-bottom: 2px;
}

.navbar .dropdown-toggle,
.nav-tabs>.dropdown-toggle {
    margin-bottom: 0;
}

.navbar-nav li {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
}

.dropdown-item {
    text-align: right;
}

.dropdown-menu {
    background-color: white;
    width: fit-content;
    right: 0;
    border-radius: 0px!important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

@media only screen and (max-width: 992px) {
    .dropdown-menu {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -8px;
    right: 100%;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    border-radius: 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: table;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: left;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
    margin-top: 5px;
    transform: rotate(180deg);
    position: absolute;
    left: 5px;
    top: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #000;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media(max-width: 765px) {
    .col-header {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
    }
    .header-nav {
        padding-top: 0;
    }
    .header-page img {
        height: 350px
    }
    .header-page::after {
        height: 88%
    }
    .col-counter {
        border-left: none!important;
    }
}

.header-nav .navbar-brand img {
    /* max-height: 70px; */
}

.header-nav .nav-link {
    color: black;
    margin: auto 10px;
    transition: 0.3s;
}

.header-nav .nav-link:after {
    content: '';
    height: 2px;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 5px;
    border-radius: 2em;
    background-color: var(--main-primary);
    transition: 0.2s linear;
    color: #ef2853;
}

.header-nav .nav-link:hover:after,
.header-nav .nav-link.active:after {
    width: calc(100% - 10px);
}

.fixed-menu {
    background-color: rgb(175, 0, 2) !important;
    color: #333333;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.fixed-menu .nav-link {
    color: white;
}

.header-nav .navbar-toggler {
    outline: none !important;
    padding-top: 20px!important;
}

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

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

.header-nav .hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: black;
    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;
}

.box-search {
    position: fixed;
    background: rgba(33, 33, 33, 0.95);
    box-sizing: border-box;
    z-index: 3;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    min-height: 100%;
}

.icon-search {
    position: absolute;
    top: 65px;
    right: 150px;
    font-size: 30px;
    color: white!important;
    cursor: pointer;
    z-index: 90;
}

.form-search {
    height: 80px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 30% 30px;
    margin-top: 0px;
    z-index: 3;
    max-width: 80%;
}

.input-search {
    color: white;
    font-size: 45px;
    border: unset;
    background: transparent;
    height: inherit;
    width: 100%;
    text-align: center;
}


/*end header section*/


/* start style slider */

.carousel-caption {
    color: #000;
    text-align: right;
    right: 54%;
    bottom: 40%;
}

.owl-carousel .owl-item img {
    height: 650px;
}

.image-cool {
    margin: -142px 0 40px;
    z-index: 33;
    padding-bottom: 100px;
}

.image-cool img {
    margin: auto;
}

@media(max-width:820px) {
    .owl-carousel .owl-item img {
        height: 300px
    }
}

@media(max-width:766px) {
    .image-cool {
        margin-top: -80px;
        padding-bottom: 0px;
    }
}


/* end style slider */


/* start style about */

.about-box {
    background-image: url('../images/cond-control.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
}

.title-section {
    color: #ec2029;
    font-size: 20px;
    position: relative
}

.title-section::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #ec2029;
    top: 11px;
    right: -60px;
}

.box-about p {
    text-align: justify;
    line-height: 3;
    color: #565454;
    padding: 0 0px 0 40px;
}

.number-counter {
    font-size: 64px;
    color: #ec2029;
    margin-left: 31px;
    vertical-align: -webkit-baseline-middle;
}

.counter li {
    border-bottom: 2px dotted #0f2c49;
    padding: 15px;
}

.counter li:last-child {
    border-bottom: none;
}


/* start style service */

.carousel_se_01 {
    direction: ltr;
}

.service {
    background: #0f2c49;
    color: #fff;
}

.service .title-section::before {
    right: 29%;
}

.owl-carousel {
    overflow: hidden
}

.service .owl-carousel .owl-item img {
    height: 240px;
    border-radius: 0;
    object-fit: cover;
}

.owl-carousel .item {}

.main_services h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: right;
    line-height: 2;
}

.main_services p {
    text-align: justify;
    direction: rtl;
    line-height: 2
}

.feature_carsor_icon img {
    width: 50px!important;
    height: 50px!important;
}

.feature_carsor_icon {
    background: #ec2029;
    padding: 20px;
    width: 90px;
    border-radius: 100%;
    height: 90px;
    position: absolute;
    top: 14px;
    left: 20px;
}

.main_services {
    background: #fff;
    min-height: 480px;
    color: #000;
    transition: .4s;
    display: block;
    overflow: hidden;
    position: relative;
}

main_services img {
    transition: .4s;
}

.owl-carousel .main_services:hover img {
    transform: scale(1.1);
    transition: .4s;
}

.main_services h3,
.main_services p {
    padding: 0 20px
}

.main_services h3 {
    height: 70px
}

@media(max-width:1900px) {
    .service .title-section::before {
        content: none;
    }
}


/* start  section contact */

.contact {
    background-image: url('../images/form-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 580px;
}

.input-form {
    width: 100%;
    height: 60px;
    border: none;
    border-bottom: 1px solid #000;
}

.form-contact {
    background: #fff;
    height: 445px;
    margin-top: 50px;
}

.btn-contact {
    padding: 15px 80px;
    text-align: center;
    background: #ec2029;
    color: #fff;
    transition: .4s;
}

.btn-contact:hover {
    background: #0f2c49;
    color: #fff
}

.contact img {
    margin-top: -55px;
}

.input-form:focus {
    border-color: #ec2029;
}

@media(max-width:767px) {
    .contact .row {
        /* flex-direction: column-reverse; */
    }
    .title-section::before, .title-section-feature::before{
        content: none!important;
    }
}


/* start section feature */

.box-image-feature img {
    width: 80px;
    height: 80px;
    transition: .4s;
}

.title-box-feature {
    font-size: 16px;
    padding-top: 20px;
}

.box-feature {
    border-left: 2px dotted #0f2c49;
    margin-bottom: 50px;
}

.feature {
    padding: 70px 0;
}

.box-last {
    border-left: none;
}

.box-feature:hover img {
    transform: translateY(-10px);
}

.title-section-feature {
    font-size: 25px;
    padding-bottom: 45px;
    color: #ec2029;
}

.title-section-feature::before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #ec2029;
    top: 17px;
    margin-right: -60px;
}

.box-brand img {
    height: 100px;
    justify-content: center;
    transition: .4s;
}

@media(max-width:766px) {
    .box-feature {
        border-left: none;
    }
}


/* start style brands */

.brands {
    padding: 70px 0
}

.box-brand img:hover {
    transform: scale(1.2);
}


/* start section parallax */

.parallax {
    background-image: url('../images/multiv5-hero-1-d.webp');
    background-position: center;
    background-size: cover;
    height: 400px;
    position: relative;
}

.parallax::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000009e;
}

.text-parallax {
    color: #fff;
    font-size: 40px;
    padding-top: 180px;
}


/* start style faq */


/*-------- product ----------*/

.box-product {
    border: 2px solid #d1cdcd;
    transition: .3s;
    margin-bottom: 40px;
}

.box-product img {
    height: 230px;
    padding: 30px 20px;
    transition: .3s;
}

.box-product:hover {
    border-color: #ec2029
}

.box-product:hover img {
    transform: scale(1.1);
}

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


/* start style footer */

.box-footer i {
    font-size: 32px;
    color: #fff;
    background: #ec2029;
    height: 70px;
    width: 70px;
    border-radius: 100%;
    line-height: 2;
    transition: .4s;
}

footer {
    background: #0f2c49;
    color: #fff;
    overflow-x: hidden;
}

.title-footer {
    padding: 20px;
}

.box-footer:hover i {
    background: #FFF;
    color: #000;
}

.copyright {
    background: rgba(0, 0, 0, .2);
    padding: 20px 0 10px;
}


/* page-contact style */

.contact-page .col-md-3 {
    border-left: 2px dotted #000;
}

.contact-page .col-md-3:last-child {
    border-left: none;
}

.form-contact input {
    background: none;
}


/* page project style */

#gallery {
    padding-top: 40px;
}

@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
    }
}

.img-wrapper {
    position: relative;
    margin-top: 30px;
    box-shadow: 0 1px 1px hsl(0deg 0% 0% / 0.075), 0 2px 2px hsl(0deg 0% 0% / 0.075), 0 4px 4px hsl(0deg 0% 0% / 0.075), 0 8px 8px hsl(0deg 0% 0% / 0.075), 0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.img-wrapper img {
    width: 100%;
    height: 365px;
    object-fit: cover;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #fff;
    flex-direction: column;
}

.img-overlay i {
    color: #fff;
    font-size: 3em;
}

#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

.title-overlay {
    font-size: 19px;
}

@media screen and (min-width:768px) {
    #overlay img {
        width: 60%;
    }
}

@media screen and (min-width:1200px) {
    #overlay img {
        width: 50%;
    }
}

#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #nextButton {
        font-size: 3em;
    }
}

#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

#prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #prevButton {
        font-size: 3em;
    }
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

#exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width:768px) {
    #exitButton {
        font-size: 3em;
    }
}


/* start section team */

.team-page-section {
    position: relative;
    padding-top: 70px;
}

.team-page-section .team-block {
    margin-bottom: 60px;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 65px;
}

.sec-title .title {
    position: relative;
    font-size: 18px;
    color: #bd0000;
    font-weight: 700;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.sec-title .separator {
    position: relative;
    width: 40px;
    margin-top: 16px !important;
}

.sec-title .separator:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 10px;
    height: 2px;
    background-color: #ff9600;
}

.sec-title .separator:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 10px;
    height: 2px;
    background-color: #ff9600;
}

.sec-title .separator span {
    position: absolute;
    left: 50%;
    top: -2px;
    width: 10px;
    height: 5px;
    margin-left: -5px;
    display: inline-block;
    background-color: #bd0000;
}

.sec-title h2 {
    position: relative;
    color: #222222;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    margin-top: 35px;
}

.sec-title .text {
    position: relative;
    font-size: 14px;
    line-height: 1.9em;
    color: #555555;
    margin-top: 10px;
}

.sec-title.centered .separator {
    margin: 0 auto !important;
    float: none !important;
}

.sec-title.centered {
    text-align: center !important;
}

.sec-title.light .title {
    color: #ffffff;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.light .separator span {
    background-color: #ff9600;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
    background-color: #ffffff;
}

.team-section {
    position: relative;
    padding: 80px 0px 60px;
}

.team-section.style-two .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-position: center center;
    background-repeat: no-repeat;
}

.team-section .title-box {
    position: relative;
    text-align: center;
}

.team-section .title-box h2 {
    position: relative;
    color: #222222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 50px;
}

.team-section .title-box h2 span {
    color: #ff9600;
}

.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
    padding: 40px 70px 28px 0px;
}

.team-block .inner-box:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    left: 70px;
    bottom: 0px;
    border-radius: 10px;
    background-color: #f5f5f5;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.team-block .inner-box::after {
    position: absolute;
    content: '';
    top: 0px;
    left: 70px;
    bottom: 0px;
    width: 0%;
    border-radius: 10px;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-image: -ms-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: -moz-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: -o-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c91e26), color-stop(100, #ec2029));
    background-image: -webkit-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: linear-gradient(to bottom, #c91e26 0%, #ec2029 100%);
}

.team-block .inner-box:hover::after {
    width: 81%;
}

.team-block .inner-box .social-icons {
    position: absolute;
    right: 0px;
    top: 100px;
    z-index: 1;
    padding-right: 25px;
}

.team-block .inner-box .social-icons li {
    position: relative;
    margin-bottom: 20px;
}

.team-block .inner-box .social-icons li a {
    position: relative;
    color: #ec2029;
    font-size: 18px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box:hover .lower-content h3 a,
.team-block .inner-box:hover .social-icons li a,
.team-block .inner-box:hover .lower-content .designation {
    color: #ffffff;
}

.team-block .inner-box .image {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: inset 0px 0px 35px rgba(0, 0, 0, 0.20);
}

.team-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    height: 315px;
    object-fit: cover;
}

.team-block .inner-box .lower-content {
    position: relative;
    text-align: right;
    z-index: 1;
    padding: 30px 15px 0px 110px;
}

.team-block .inner-box .lower-content h3 {
    position: relative;
    color: #ec2029;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em;
}

.team-block .inner-box .lower-content h3 a {
    position: relative;
    color: #ec2029;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.team-block .inner-box .lower-content .designation {
    position: relative;
    margin-top: 5px;
    color: #777777;
    font-size: 14px;
}

.team-block.style-two .inner-box .lower-content h3 a,
.team-block.style-two .inner-box .social-icons li a {
    color: #ec2029;
}

.team-block.style-two .inner-box:hover .lower-content h3 a,
.team-block.style-two .inner-box:hover .social-icons li a {
    color: #ffffff;
}

.team-block.style-two .inner-box::after {
    background-image: -ms-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: -moz-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: -o-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c91e26), color-stop(100, #ec2029));
    background-image: -webkit-linear-gradient(top, #c91e26 0%, #ec2029 100%);
    background-image: linear-gradient(to bottom, #c91e26 0%, #ec2029 100%);
}


/* page about */

.about-counter .row {
    box-shadow: 0px 0px 52px 0px rgb(22 21 21 / 14%);
    padding: 30px;
}

.col-counter {
    border-left: 2px dotted #0f2c49;
}

.col-counter:last-child {
    border-left: none
}

.counter p {
    font-weight: 500;
    font-size: 16px;
}

.col-md-12.col-gif {
    background: #eeeeee80;
}

.col-gif img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.col-sm-3 .social-header {
    padding-top: 7px;
}

textarea {
    height: unset!important;
    padding-top: 15px;
    background: transparent;
}


.abouts .image-abouts {position: relative;}
.abouts .image-abouts::after{
    position:absolute;
    content:'';
    border:8px solid #ec2029;
    width: 100%;
    top: 25px;
    right: -29px;
    bottom: 25px;
    
 
left: 25px;transition: .4s;}
.abouts .image-abouts:hover::after{
    width: 100%;
    top:0;
    right: 0px;
    left: 0px;
    bottom:0;
   
}

/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    border-radius: 10px;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #ec2029;
    border-radius: 10px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.owl-nav button {position: absolute;top: -330px;background:none;}

.owl-nav {position: relative;}

.owl-prev {right: 10px;}
.owl-next {left: 10px;}