﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/iransans/eot/IRANSansWeb_Black.eot);
    src: url(../fonts/iransans/eot/IRANSansWeb_Black.eot?#iefix) format("embedded-opentype"), url(../fonts/iransans/woff2/IRANSansWeb_Black.woff2) format("woff2"), url(../fonts/iransans/woff/IRANSansWeb_Black.woff) format("woff"), url(../fonts/iransans/ttf/IRANSansWeb_Black.ttf) format("truetype");
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/iransans/eot/IRANSansWeb_Bold.eot);
    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);
    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);
    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);
    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);
    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");
}


@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("/font/fontawesome/fa-thin-100.woff2") format("woff2"), url("/font/fontawesome/fa-thin-100.ttf") format("truetype");
}



/********** Template CSS **********/
:root {
    --primary1: #2124B1;
    --primary2: #4777F5;
    --primary3: #F7FAFF;
    --menuTextColor: #000;
    --footerTextColor: #ffffff;
    --dark: #1D1D27;
}

body {
    font-family: 'IRANSans';
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.bg-primary {
    background-color: var(--primary1) !important;
}

.bg-primary2 {
    background-color: var(--primary2) !important;
}

.text-primary {
    color: var(--primary1) !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

a:hover {
    color: var(--primary2);
}

/*** Heading ***/
h1,
h2,
h3,
.fw-bold {
    font-weight: 700 !important;
}

h4,
h5,
h6,
.fw-medium {
    font-weight: 500 !important;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-left: 25px;
    padding: 25px 0;
    color: var(--primary2) !important;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--primary3) !important;
}

/*.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary2) !important;
}*/

.navbar-light .navbar-brand h1 {
    color: #FFFFFF;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--primary1);
    opacity: 0.5
}

.logo img{
    max-height:150px;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: #FFFFFF;
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--primary1);
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(256, 256, 256, .1);
        z-index: 999;
    }

    .sticky-top.navbar-light {
        position: fixed;
        background: #FFFFFF;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary2);
        transition: .5s;
    }

/*    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }*/

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--primary1);
    }

}


/*** Hero Header ***/
/*.hero-header {
     background:
        url(../img/bg-dot.png),
        url(../img/bg-dot.png),
        url(../img/bg-round.png),
        url(../img/bg-tree.png),
        url(../img/bg-bottom-hero.png);
    background-position:
        10px 10px,
        bottom 190px right 10px,
        left 55% top -1px,
        left 45% bottom -1px,
        center bottom -1px;
    background-repeat: no-repeat; 
}*/

.hero-header{
    position:relative;
    z-index:1;
}

    .hero-header::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgb(255,255,255);
        background: linear-gradient(36deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.24) 72%, rgb(255, 255, 255) 90%);
        z-index: -1;
    }
/***Section About Area***/
.about-right {
    outline: 3px solid var(--primary2);
    padding: 20px 20px 50px 20px;
    border-radius: 10px;
    z-index: 3;
    outline-offset: 5px;
    border: 3px solid #ccc;

    position:relative;
    z-index:1;
}
    .about-right::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        clip-path: polygon(5.56% 5.56%, 50% 0%, 94.44% 5.56%, 100% 50%, 94.44% 94.44%, 50% 100%, 5.56% 94.44%, 10% 90%, 50% 94.44%, 90% 90%, 94.44% 50%, 90% 10%, 50% 5.56%, 50% 34.62%, 38.24% 38.24%, 34.62% 50%, 34.83% 50.37%, 35.05% 50%, 34.83% 50%, 65.38% 50%, 61.76% 38.24%, 50% 34.62%, 50% 20.37%, 72.22% 27.78%, 79.63% 50%, 72.22% 72.22%, 50% 79.63%, 27.78% 72.22%, 20.37% 50%, 27.78% 27.78%, 50% 20.37%, 50% 5.56%, 10% 10%, 5.56% 50%, 10% 90%, 5.56% 94.44%, 0% 50%);
        background-color: #acaaaa;
        z-index: -1;
        opacity: 0.12;
    }


@media only screen and (max-width: 992px)  {
    .about-right {
        margin: 0 auto;
        width: 90%;
    }
}

/* .about-right::before {
            content: "";
            position: absolute;
            background-image:url(../img/left-dots.svg);
            background-position:center center;
            background-repeat:no-repeat;
            background-size:cover;
            bottom: -49px;
            right: 250px;
            width:300px;
            height:150px;
            z-index: -1;
            border-radius: 15px;
        }*/

.about-left {
    position: relative;
    text-align: center;
    z-index: 2;
}

/*    .about-left:hover::after {
        top: 20px;
        background-color: var(--primary2);
    }*/

    .about-left img {
        position:relative;
        margin: 10px auto;
        border-radius: 10px;
        max-height: 430px;
        outline: 3px solid #ccc;
        outline-offset: 7px;
        /*clip-path: polygon(5.56% 5.56%, 50% 0%, 94.44% 5.56%, 100% 50%, 94.44% 94.44%, 50% 100%, 5.56% 94.44%, 5.56% 94.44%, 0% 50%);*/
        z-index:2;
    }

    /*.about-left::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;*/
        /*border-radius: 50%;*/
        /*background-color: rgba(236, 235, 235, 0.66);*/
        /*outline: 5px solid #E6E6E6;*/
        /*transition: 0.3s ease-in-out all;
        transform: rotate(35deg);
        opacity: 0.1;
        outline-offset: 10px;
        clip-path: polygon(5.56% 5.56%, 50% 0%, 94.44% 5.56%, 100% 50%, 94.44% 94.44%, 50% 100%, 5.56% 94.44%, 10% 90%, 50% 94.44%, 90% 90%, 94.44% 50%, 90% 10%, 50% 5.56%, 50% 5.56%, 10% 10%, 5.56% 50%, 10% 90%, 5.56% 94.44%, 0% 50%);
        background-color: #959393;
    }*/

    /*.about-left::before {
        content: "";
        position: absolute;
        top: 87%;
        left: 10%;
        width: 71%;
        height: 100px;
        z-index: -1;
        outline: 3px solid #E8E8E8;
        border-radius: 8px 8px 8px 150px;
        background-color: rgba(0,0,0,0.1);
        opacity: 0.5;
        outline-offset: 10px;
    }*/

/*** Section Title ***/
.section-title-about::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: 0;
    right: 0;
    background: var(--dark);
}

.section-title-about::after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    bottom: 0;
    right: 50px;
    background: var(--dark);
}

.section-title{
    position:relative;
    text-align:center;
    margin:50px auto;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    bottom: -10px;
    left: 50%;
    background: var(--primary1);
    right: 50%;
    transform: translate(50%,50%);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    bottom: -13px;
    left: 50%;
    background: var(--primary1);
    right: 52%;
}

.section-title.text-center::before {
    left: 50%;
    margin-left: -25px;
}

.section-title.text-center::after {
    left: 50%;
    margin-left: 25px;
}

.section-title h6::before,
.section-title h6::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 2px;
    left: -25px;
    background: rgba(33, 66, 177, .5);
}

.section-title h6::after {
    top: 5px;
    left: -30px;
}


/*** Service ***/
.service-item {
    position: relative;
    height: 350px;
    padding: 30px 25px;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    z-index: 20
}

    .service-item::after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-color: var(--primary2);
        z-index: -1;
        border-radius: 0 270px 0 0;
        left: 0;
        bottom: 0;
        transition: 0.7s;
        opacity: 0.1;
    }

    .service-item:hover::after {
        width: 100%;
        height: 100%;
        opacity: 1;
        border-radius: 10px;
        /*        background-image: url(../../image/bgTemplate2.jpg);*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        /*filter: opacity(0.6) blur(2px);*/
    }
    /*.service-item:hover {
        background: var(--primary1);
    }*/
    .service-item .service-icon {
        margin: 0 auto 20px auto;
        width: 90px;
        height: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary3);
        background: url(../img/icon-shape-primary.png) center center no-repeat;
        transition: .5s;
    }

    .service-item:hover .service-icon {
        color: var(--primary1);
        background: url(../img/icon-shape-white.png);
    }

    .service-item h5,
    .service-item p {
        transition: .5s;
    }

    .service-item:hover h5,
    .service-item:hover p {
        color: #000;
    }

    .service-item a.btn {
        position: relative;
        display: flex;
        color: var(--primary1);
        transition: .5s;
        z-index: 1;
    }

    .service-item:hover a.btn {
        color: var(--primary1);
    }

    .service-item a.btn::before {
        position: absolute;
        content: "";
        width: 35px;
        height: 35px;
        top: 0;
        left: 0;
        border-radius: 35px;
        background: #DDDDDD;
        transition: .5s;
        z-index: -1;
    }

    .service-item:hover a.btn::before {
        width: 100%;
        background: var(--primary3);
    }

.newsletter,
.testimonial {
    background: url(../img/bg-top.png), url(../img/bg-bottom.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary3) !important;
    border-color: var(--primary3);
}

    .testimonial-carousel .owl-item.center .testimonial-item * {
        color: #888888;
    }

    .testimonial-carousel .owl-item.center .testimonial-item i {
        color: var(--primary1) !important;
    }

    .testimonial-carousel .owl-item.center .testimonial-item h6 {
        color: var(--dark) !important;
    }


/*** Team ***/
.team-item {
    position: relative;
    transition: all ease-in-out .5s;
    z-index: 1;
}

    .team-item::after {
        position: absolute;
        content: "";
        top: 3rem;
        right: 3rem;
        bottom: 0;
        left: 0;
        border-radius: 10px;
        background: #FFFFFF;
        outline: 2px solid var(--primary1);
        outline-offset: 3px;
        box-shadow: 0 0 45px rgba(0, 0, 0, .1);
        transition: .5s;
        z-index: -1;
    }

    .team-item:hover::after {
        background: var(--primary1);
    }

    .team-item:hover img{
        transform:scale(1.02)
    }

    .team-item h5,
    .team-item small {
        transition: .5s;
    }

    .team-item:hover h5,
    .team-item:hover small {
        color: var(--primary3);
    }
    .team-item img{
        height:15rem;
        width:80%;
        object-fit:cover
    }
    /*** Project Portfolio ***/
    #portfolio-flters .btn {
        position: relative;
        display: inline-block;
        margin: 10px 4px 0 4px;
        transition: .5s;
    }

    #portfolio-flters .btn::after {
        position: absolute;
        content: "";
        right: -1px;
        bottom: -1px;
        border-left: 20px solid transparent;
        border-right: 0 solid transparent;
        border-bottom: 50px solid #FFFFFF;
    }

    #portfolio-flters .btn:hover,
    #portfolio-flters .btn.active {
        color: var(--primary3);
        background: var(--primary1);
    }

.portfolio-overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    background: var(--primary1);
    transition: .5s;
    z-index: 1;
    opacity: 0;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-item .btn {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/icon-shape-white.png) center center no-repeat;
    border: none;
    transition: .5s;
    opacity: 0;
    z-index: 2;
}

.portfolio-item:hover .btn {
    opacity: 1;
    transition-delay: .15s;
}

.footer {
    background: url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

    .footer a, .footer p, .footer li, .footer h5{
        color: var(--footerTextColor);
    }

    .footer .btn.btn-social {
        margin-right: 5px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary3);
        border: 1px solid rgba(256, 256, 256, .1);
        border-radius: 40px;
        transition: .3s;
    }

        .footer .btn.btn-social:hover {
            color: var(--primary1);
        }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 10px;
        padding: 0;
        text-align: right;
        color: var(--primary3);
        font-weight: normal;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f104";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            margin-left: 10px;
        }

        .footer .btn.btn-link:hover {
            letter-spacing: 1px;
            box-shadow: none;
        }

    .footer .copyright {
        padding: 25px 0;
        font-size: 14px;
        border-top: 1px solid rgba(256, 256, 256, .1);
    }

        .footer .copyright a {
            color: var(--primary3);
        }

    .footer .footer-menu a {
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }

        .footer .footer-menu a:last-child {
            margin-right: 0;
            padding-right: 0;
            border-right: none;
        }

/* Mizan*/
.processArea {
    padding: 20px 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
    position: relative;
    z-index: 100;
}

    .processArea::after {
        content: "";
        background-color: var(--primary1);
        opacity: 0.2;
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        transition: .7s;
        z-index: -1;
    }

    .processArea:hover {
        border-radius: 20px 40px 0px 100px;
    }

        .processArea:hover::after {
            height: 100%;
            opacity: 0.8;
            border-radius: 20px 40px 0px 60px;
        }

        .processArea:hover p, .processArea:hover h5 {
            color: #fff
        }

.card {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90, 97, 105, 0.1), 0 0.9375rem 1.40625rem rgba(90, 97, 105, 0.1), 0 0.25rem 0.53125rem rgba(90, 97, 105, 0.12), 0 0.125rem 0.1875rem rgba(90, 97, 105, 0.1);
    transform: scale(0.9);
}

    .card:hover {
        transform: scale(1);
    }

.l-bg-cherry {
    background: linear-gradient(to right, #fff, var(--primary1)) !important;
    color: var(--menuTextColor);
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas,
.card .card-statistic-3 .card-icon-large .far,
.card .card-statistic-3 .card-icon-large .fab,
.card .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.technology {
    position: relative;
    z-index: 1;
    background-image: url(../../image/bgTemplate2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;
    color: #eee;
}

    .technology::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
        opacity: 0.7;
    }

.technology-card {
    padding: 20px 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px;
}

    .technology-card i {
        font-size: 50px;
        line-height: 1;
        color: #fff;
    }

    .technology-card h5 {
        color: var(--primary3);
        margin-bottom: 0;
        margin-top: 15px;
        font-weight: 500;
    }

/*Swipper Carosel*/
.swiper-container {
    /* width: 750px;  */
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.swiper-slide {
    width: 300px;
}


.item {
    height: 10rem;
    padding: 2px;
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid var(--primary1);
}


@media only screen and (max-width: 768px) {
    .item {
        width: 90%;
    }
}

.owl-nav {
    display: none !important;
}

.owl-dots {
    margin: 30px auto;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary1);
    opacity:1;
}


@media screen and (max-width: 1024px) {
    .technology {
        margin-bottom: 150px !important;
    }
}

.location iframe {
    width: 100% !important;
    height: 200px !important;
}

#carouselExampleDark {
    margin-top: 28px !important
}

.carousel-control-prev, .carousel-control-next {
    background-color: transparent !important;
    border: unset !important;
    width: 5% !important;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators [data-bs-target] {
        box-sizing: content-box;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        padding: 0;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: var(--primary1);
        background-clip: padding-box;
        border: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        opacity: .5;
        transition: opacity .6s ease;
    }

    .carousel-indicators .active {
        opacity: 1;
    }

.img-slider img {
    max-height: 400px !important;
}

.service-item p, .processArea p, .testimonial-item p {
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 0.875rem;
}

#carouselExampleDark {
    /*height: 60vh !important;*/
}

.carousel-item {
    height: 60vh !important;
}

#carouselExampleDark img {
    object-fit: contain !important;
    height: 100% !important;
    margin: 0 auto;
}

#owl-demo{
    /*margin-top: 25px !important*/
}

    #owl-demo .item-slider{
        position: relative;
    }

        #owl-demo .item-slider img {
            display: block;
            width: 100%;
            height: 60vh;
            object-fit: cover;
        }

    #owl-demo .slider-text {
        text-align: center;
        position: absolute;
        right: 50%;
        left: 50%;
        bottom: 25%;
        background-color: rgba(0,0,0,0.5);
        padding: 20px 30px;
        width: 60%;
        border-radius: 10px;
        transform: translate(50%,50%);
    }

        #owl-demo .slider-text h3 {
            color: var(--primary2);
            margin-bottom: 30px;
            font-size: 3rem;
            font-weight: 700;
        }

        #owl-demo .slider-text p {
            color: var(--primary3);
            font-size: 1.25rem;
            font-weight: 600;
        }



#owl-demo .owl-item.active h3 {
    animation: fadeInUp 3s;
}

    #owl-demo .owl-item.active .blog-slider__button {
        animation: fadeInDown 3s;
    }

    #owl-demo .owl-item.active p {
        animation: fadeInLeft 3s;
    }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}




.navbar-template {
    height: 70px !important;
    background-color: var(--primary1) !important;
}

.btn-more {
    background-color: var(--primary2);
    padding: 5px 15px;
    color: var(--primary3);
    border-radius: 5px;
}

    .btn-more:hover {
        color: var(--primary1);
    }


/*BreadCrumb Start*/
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    .breadcrumb li {
        font-size: 18px;
        color: #fff;
        display: inline-block;
    }

.breadcrumb-item a {
    font-size: 18px;
    color: #fff !important;
    display: inline-block;
}

.breadcrumb-item:first-child a::before {
    font-family: 'FontAwesome';
    content: "\f015";
    margin-left: 5px;
    font-size: 16px;
}


.breadcrumb-item.active {
    color: var(--primary1);
}

/*BreadCrumb End*/

/*Blog Area Detail Start*/
.blog-article .blog-article-img {
    margin-bottom: 30px;
    position: relative;
    height: 20rem;
    object-fit: contain;
}

    .blog-article .blog-article-img img {
        border-radius: 15px;
        height: 100%;
    }

    .blog-article .blog-article-img .blog-article-tag {
        left: 30px;
        right: auto;
    }

    .blog-article .blog-article-img .blog-article-tag {
        background-color: #ffa600;
        padding: 15px 12px;
        position: absolute;
        bottom: -20px;
        border-radius: 3px;
        text-align: center;
    }

        .blog-article .blog-article-img .blog-article-tag h3 {
            font-size: 17px;
            color: #fff;
            line-height: 1;
            margin-bottom: 0;
            font-weight: 500;
        }

.blog-article .blog-article-title {
    margin-bottom: 20px;
}

    .blog-article .blog-article-title ul {
        list-style-type: none
    }

.blog-article .article-content {
    padding-bottom: 10px;
}

    .blog-article .article-content .blockquote {
        padding: 20px 60px 20px 30px;
        margin-right: 35px;
        margin-left: unset;
    }

    .blog-article .article-content .blockquote {
        position: relative;
        z-index: 1;
        margin-bottom: 30px;
        margin-top: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        padding: 20px 30px 20px 50px;
        margin-left: 35px;
    }

    .blog-article .article-content .blockquote {
        padding: 20px 60px 20px 30px;
        margin-right: 35px;
        margin-left: unset;
    }

        .blog-article .article-content .blockquote i {
            left: auto;
            right: -35px;
        }

        .blog-article .article-content .blockquote i {
            font-size: 35px;
            width: 70px;
            height: 70px;
            line-height: 70px;
            color: var(--primary3);
            background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(var(--primary2)));
            background-image: linear-gradient(to right, #070f60, var(--primary1));
            text-align: center;
            border-radius: 50px;
            position: absolute;
            top: 24%;
            left: -35px;
        }

        .blog-article .article-content .blockquote p {
            font-size: 15px;
            color: #444;
            font-weight: 500;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0;
        }

        .blog-article .article-content .blockquote span {
            font-size: 15px;
            color: #252525;
            font-weight: 600;
        }

.blog-article .blog-article-share {
    padding: 10px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 30px;
}

    .blog-article .blog-article-share .blog-tag ul li {
        display: inline-block;
        padding: 5px 3px;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        color: #252525;
        font-weight: 400;
        margin-right: 5px;
    }

        .blog-article .blog-article-share .blog-tag ul li a {
            color: #fff;
            background-color: var(--primary1);
            padding: 5px 12px;
            border-radius: 10px;
            font-size: 14px;
        }

        .blog-article .blog-article-share .blog-tag ul li i {
            color: var(--primary1);
            font-size: 18px;
            position: relative;
            top: 3px;
        }

/*Blog Area Detail End*/


/*******Client Area*****/
.blog-slider::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-color: #f0f0f1;
    left: -5%;
    top: -17%;
    border-radius: 30px;
    transform: rotate(26deg);
    /*border: 2px dashed var(--primary1);*/
    opacity: 1;
    box-shadow: 0px 14px 10px 0 rgba(34, 35, 58, 0.2);
}

.testimonial-item a {
    color: #fff;
}

.testimonial-carousel .owl-item.center .testimonial-item h6 a:hover{
    color:var(--primary1);
}

.testimonial-item a:hover {
    color: var(--primary2);
}

    @media only screen and (max-width: 1200px) {
        #owl-demo .slider-text {
        width: 80%;
    }
}

@media only screen and (max-width: 768px) {
    
        #owl-demo .slider-text h3 {
            font-size: 1.125rem;
        }

        #owl-demo .slider-text p {
            font-size: 1rem;
        }

    .about-left::after {
        display: none;
    }

    .blog-slider::before{
        display:none
    }

    #owl-demo .slider-text {
        bottom: 40%;
    }
    
}

.footer{
    position:relative
}

.footer-logo-container {
    width: 20%;
    padding: 10px 15px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top:-8%;
    left:50%;
    right:50%;
    transform:translate(50%,40%);
    background: #fafafa;
    border-radius: 0 0 20px 20px;
}
    .footer-logo-container::before {
        content: "";
        position: absolute;
        top: 0px;
        height: 50px;
        left: -25px;
        width: 25px;
        border-top-right-radius: 25px;
        box-shadow: 0 -25px 0 0 #fafafa;
    }
    .footer-logo-container::after {
        content: "";
        position: absolute;
        top: 0px;
        height: 50px;
        right: -25px;
        width: 25px;
        border-top-left-radius: 25px;
        box-shadow: 0 -25px 0 0 #fafafa;
    }
    .footer-logo-container img {
        display: block;
        margin: 0 auto;
        padding: 10px;
        max-width: 150px;
    }

.logo-head-name {
    margin: 10px;
    font-size: 1.25rem;
    color: var(--menuTextColor) !important;
}

@media only screen and (max-width: 1024px) {
    .footer-logo-container{
        display:none;
    }
}
/*
#owl-demo .owl-dots {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 35%;
    left: 10%;
}*/