/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .swiper {
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: transparent;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
    overflow: hidden;
}

.testimonials .testimonial-item {
    box-sizing: content-box;   
    position: relative;   
}                    

.testimonials .swiper-wrapper {
    height: auto;
}

.testimonials .swiper-pagination {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

    .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgb(255,255,255);
        opacity: 1;
        border: none;
    }

    .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: rgb(71,178,228);
    }

@media (max-width: 767px) {

    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }    
    .navbar {
        transition: all 0.5s;
        background-color: rgba(55,81,126,0.8) !important;
        box-shadow: var(--box-shadow);
        color: var(--nav-color);
    }
    #imglogo {
        height: 48px !important;
        width: 48px !important;
        overflow: hidden;
        background-color: transparent !important;       
    }
    .social {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 10% !important;  
        left:0!important;
        width: 100% !important;
        height: 100px;
        font-family: 'IRANSansWeb_Bold';
        z-index: 999;
        background-color: transparent;
    }
    .header {     
        background:white !important;
        position: relative;
        text-align: center;             
    }
    .titrpage1 {
        color: black !important;
        font-weight: 500 !important;
    }    
    .product__price {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        top: 0;
        right: 10px;
        width: 30px !important;
        height: 100%;
        border-radius: 5%;
        font-family: 'IRANSansWeb_Bold';
        z-index: 999;
        writing-mode: vertical-rl !important;
        text-orientation: mixed !important;
    }
}

.scrolled {
    --nav-color: rgb(0,0,0);
    --box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
    --nav-background-color: rgba(55,81,126,0.8);
}

:root {
    --background-color: #ffffff;
    --background-color-rgb: rgb(255, 255, 255);
    --default-color: #212529;
    --default-color-rgb: 33, 37, 41;
    --primary-color: #e84545;
    --primary-color-rgb: 232, 69, 69;
    --secondary-color: #32353a;
    --secondary-color-rgb: 50, 53, 58;
    --contrast-color: #ffffff;
    --contrast-color-rgb: 255, 255, 255;   
    --nav-background-color: transparent;
    --nav-color: rgb(255,255,255);
}

.navbar {
    transition: all 0.5s;
    background-color: var(--nav-background-color);
    box-shadow: var(--box-shadow);
    color: var(--nav-color);
}
@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url('../font/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../font/IRANSansWeb.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSansWeb_Black';
    src: url('../font/IRANSansWeb_Black.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSansWeb_UltraLight';
    src: url('../font/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSansWeb_Medium';
    src: url('../font/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'IRANSansWeb_Light';
    src: url('../font/IRANSansWeb_Light.ttf') format('truetype');
}
body {
    font-family: 'IRANSansWeb';
    color: #9fa1a4;
    line-height: 1.5;
}

a {
    text-decoration: none;
}
/* Carousel base class */
.carousel {
    
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 4rem;
  
}

/* Declare heights because of positioning of img element */
.carousel-item {
    min-height: 100vh;
}
    .carousel-item > img {
        position: absolute;
        inset: 0;
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: -1;
    }

#img1 {
    background-color: rgba(0,0,0,0.4);
   
}

#img2 {
    background-color: rgba(0,0,0,0.4);
}

#img3 {
    background-color: rgba(0,0,0,0.4);
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }   
}
@keyframes html {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
h1,
h2,
.font-heading {
    font-family: 'IRANSansWeb_Bold';
    color: #000;    
}
@media (max-width: 576px) {
    #nav-mobile {
        float: right !important;
    }
}

.nav-link {
    color: white !important;
    font-family: 'IRANSansWeb_Bold';
}

    .nav-link.active {
        color: rgb(71,178,228) !important;
        font-weight: bolder;
    }

    .nav-link:hover {
        color: rgb(255,204,0) !important;
    }

.navbar-brand {
    color: white !important;
    font-family: 'IRANSansWeb_Bold';
}

    #imglogo{
        height: 55px;
        width: 55px;
        overflow: hidden;
        background-color: transparent;                   
    }

.pr {
    float: right !important;
}

.pl {
    float: left !important;
}


section{
    margin-top:8rem;
}

#introbox {
    padding-top: 2rem;
}
.introduction {
    line-height: 1.5;   
    text-align:justify;       
}
.color-b{
    color:GrayText;
}
.color-0 {
    color: black;
}
.productcard {
    box-shadow: none;
    transform-origin: center;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.bgcard1 {
    background: rgba(255, 192, 199,1);
}

.bgcard2 {
    background: rgba(255, 192, 199,1);
}

.bgcard3 {
    background: rgba(255, 192, 199,1);
}

.bgcard4 {
    background: rgba(255, 192, 199,1);
}

.bgcard5 {
    background: rgba(255, 192, 199,1);
}

.bgcard6 {
    background: rgba(255, 192, 199,1);
}

.productcard:has(:hover, :focus) {
    color: black;
    background-color: rgb(213,208,208);
    box-shadow: rgba(255,255,255, 0.32) 0px 20px 50px 0px, rgba(255,255,255, 0.06) 0px 0px 0px 4px;
}

.pad-overf {
    overflow: hidden;
}

.product-pad {
    padding-top: 8rem;
}

.bg-green {
    background-color: rgb(61,179,107);
}

.featurette-divider1 {
    margin-bottom: 8rem;
  
}
.card-certificate{
    text-align: center;
    background: white;
    Font-family: Montserrat;
    border: none;    
}
.card-certificate1 {
    text-align: center;
    border: 10px solid rgba(55,81,126,0.8);
}     
.servicebox {      
    font-family: 'IRANSansWeb_UltraLight';
}
.servicebox2 {    
    padding-top: 2rem;
    padding-bottom: 5rem;
    font-family: 'IRANSansWeb_UltraLight';
}
.imgpadingproduct {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    transition: transform .2s;
}
    .imgpadingproduct:hover {
        transform: scale(1.2);
    }
    .imagesize {
        height: 180px;
        width: 180px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
.btncolor {
    background-color: transparent;
    color: white;
    border-radius: 5px;
    border: 2px solid rgb(71,178,228);
}

    .btncolor:hover {
        background-color: rgba(0,174,239,1);
        color: rgb(0,0,0);
    }
.btncolorc {
    background-color: rgb(71,178,228);
    color: black;
    border-radius: 5px;
}

    .btncolorc:hover {
        background-color: rgba(0,174,239,1);
        color: rgb(255,204,0);
    }
.titrpage1 {
    color: white;
    font-weight: 900;
}
.titrpage2 {
    color: white !important;
    font-weight: 900 !important;
}
.bgfoter {
    background-color: rgba(6, 6, 6, 0.5);
}

.colorblue {
    color: darkblue;
}

.colorbg {
    background-color: #E7E7E7;
}

:root {   
    --main-backgroundcolor:white;
}

.productBox {    
    background-color: var(--main-backgroundcolor);
    text-align: center;    
    position: relative;
    z-index: 1;
    border-radius:10px;
}
    .productBox.yellow {
        --main-backgroundcolor: rgb(213,208,208);
    }
    .productBox.gray {
        --main-backgroundcolor: rgb(213,208,208);
    }

    .productBox.purple {
        --main-backgroundcolor: rgb(213,208,208);
    }

    .productBox.blue {
        --main-backgroundcolor: rgb(213,208,208);
    }
    .productBox.darkblue {
        --main-backgroundcolor: rgb(213,208,208);
    }
    .productBox.green {
        --main-backgroundcolor: rgb(213,208,208);
    }

.foterbox {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.bortherleft {
    border-left: 1px solid #d4d3d2;
}
.fonttahoma{    
    font-size:smaller;
}
.fotterheader {
    padding-top:20px;  
    padding-right: 0px;
    margin-bottom: 0;
    color: black;    
    text-align: center;
    align-content: center;
}
.txtjustify{
    text-align:justify;
}
.enddiv {
    color: white !important;
    font-size: smaller;
    background-color: rgb(55,81,126);
}
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    z-index: 9999;   
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.4s;    
}
.bgmenu {
    background-color: #05031F;
}
.font1 {
    font-family: 'IRANSansWeb_UltraLight';
}
.font2 {
    font-family: 'IRANSansWeb_Light';
}
.font3 {
    font-family: 'IRANSansWeb_Medium';
}
.font4 {
    font-family: 'IRANSansWeb';
}
.font5 {
    font-family: 'IRANSansWeb_Bold';
}
.font6 {
    font-family: 'IRANSansWeb_Black';
}
.logo {
    width: 50px;
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.fontw{
    font-size:medium;
}
.header {
    background: linear-gradient(90deg, rgba(47,68,102,0.4598214285714286) 0%, rgba(47,68,102,1) 92%),url('../image/picture1.jpg');
    position: relative;
    text-align: center;
    color: white;
}

.inner-header {
    height: 10rem;
    width: 100%;
    margin: 0;
    padding-top: 5rem;
}

.flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.waves {
    position: relative;
    width: 100%;   
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height:60px;
    max-height:70px;   
    bottom:0;
    top:34rem;
   
}
.waves1 {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 40px;
    max-height: 40px;
}
.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}
/* Animation */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
.bg-gray {
    background-color: rgb(216, 209, 209);
}
.service-pad{
    padding-top:2rem;
}
.cta {
    background: linear-gradient(rgba(2,2,2,0.3), rgba(0,0,0,0.3)), url("../image/cta-bg.jpg") fixed center center;
    background-size: cover;
    padding-bottom: 2rem;
    padding-top: 3px;
}
hr {   
    border: 2px inset white;
}
.colorwhite{
    color:white;
}
.margin5{
    margin-top:8rem;
}
.margin4 {
    margin-top: 4rem;
}
.margin2 {
    margin-top: 2rem;
}
.borderbox2 {
    border-left: solid 2px rgb(71,178,228);
    border-right: solid 2px rgb(71,178,228);
}
.borderbox1 {
    border-right: solid 2px rgb(47,68,102);
}
.p-top-3{
    padding-top:3rem;
}
ul{
    list-style:none;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    overflow: hidden;
    background: rgb(55,81,126);
}
    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 0px);
        left: calc(50% - 30px);
        border: 5px solid rgb(71,178,228);
        border-top-color: white;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.product__price {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 10px;
    width: 70px;
    height: 100%;
    border-radius: 5%;
    font-family: 'IRANSansWeb_Bold';
    z-index: 999;   
}

.colorspan1 {
    background-color: rgba(55,81,126,0.9);
    color: white;
}

.colorspan2 {
    background-color: rgba(55,81,126,0.5);
    color: black;
}
.colorbg3 {
    background: linear-gradient(90deg, rgba(231,231,231,1) 10%, rgba(231,231,231,0) 100%);   
}
.font-mon {
    Font-family: Montserrat;
    font-weight:bold;
}
.fontlarge{
    font-size:xx-large;
}
.social {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20%;
    left: 60px;
    width: 280px;
    height: 100px;
    font-family: 'IRANSansWeb_Bold';
    z-index: 999;
    background-color: transparent;   
}
.spansocial {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 65px;
    height: 65px;
    font-family: 'IRANSansWeb_Bold';
    border-radius: 50%;
    background-color: rgba(255,255,255,0.1);    
}
    .spansocial:hover {
        width: 80px;
        height: 80px;
        background-color: rgb(71,178,228);
        color: rgb(255,204,5);
    }

.colorspan {
    color: white;
}

.colorthem {
    color: rgb(55,81,126);
}

.colorthemw {
    color: rgb(71,178,228);
}

.ctathem {
    background-color: rgba(55,81,126,0.5);
}

.yellowcolor {
    color: red;
}