@font-face {
    font-family: "IRANYekanRegular";
    src: url('../fonts/IRANYekanRegular.ttf') format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
}

@font-face {
    font-family: "YekanBakh-Regular";
    src: url('../fonts/YekanBakh-Regular.ttf') format("truetype");
    font-weight: normal !important;
    font-style: normal !important;
}


html {
    font-size: 62.5%;
    text-rendering: geometricPrecision;
}

body {
    font-family: "IRANYekanRegular";
    overflow-x: hidden;
    font-size: 1.6rem;
    background-color: #f7f7f7;
}

body.noscroll {
    overflow-y: hidden;
}

* {
    font-weight: normal !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #012d9c;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
    outline: none;
}

textarea:focus,
button:focus,
input:focus,
select:focus {
    outline: 0 !important;
}

a:focus,
textarea:focus,
input:focus,
button:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.clearfix {
    zoom: 1;
}

i {
    font-style: normal;
}

ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
}

li {
    display: inline-block;
}

.hide-mob {
    display: flex !important;
}

.hide-des {
    display: none !important;
}

P {
    margin: 0 !important;
}

input::placeholder {
    font-size: 12px;
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

/* ------------------------------*/
/*-------------#color------------*/
/*-------------------------------*/
.bg-green {
    background-color: #007074;
}

.text-blue {
    color: #007074;
}

.bg-blue {
    background-color: #007074;
}

/* ------------------------------*/
/*-------------#font-size--------*/
/*-------------------------------*/
.font-6 {
    font-size: .6rem !important;
}

.font-7 {
    font-size: .7rem !important;
}

.font-8 {
    font-size: .8rem !important;
}

.font-9 {
    font-size: .9rem !important;
}

.font-10 {
    font-size: 1rem !important;
}

.font-11 {
    font-size: 1.1rem !important;
}

.font-12 {
    font-size: 1.2rem !important;
}

.font-13 {
    font-size: 1.3rem !important;
}

.font-14 {
    font-size: 1.4rem !important;
}

.font-15 {
    font-size: 1.5rem !important;
}

.font-16 {
    font-size: 1.6rem !important;
}

.font-17 {
    font-size: 1.7rem !important;
}

.font-18 {
    font-size: 1.8rem !important;
}

.font-19 {
    font-size: 1.9rem !important;
}

.font-20 {
    font-size: 2rem !important;
}

.font-21 {
    font-size: 2.1rem !important;
}

.font-22 {
    font-size: 2.2rem !important;
}

.font-23 {
    font-size: 2.3rem !important;
}

.font-24 {
    font-size: 2.4rem !important;
}

.font-25 {
    font-size: 2.5rem !important;
}

.font-26 {
    font-size: 2.6rem !important;
}

.font-27 {
    font-size: 2.7rem !important;
}

.font-28 {
    font-size: 2.8rem !important;
}

.font-29 {
    font-size: 2.9rem !important;
}

.font-30 {
    font-size: 3rem !important;
}

.font-33 {
    font-size: 3.3rem !important;
}

.font-34 {
    font-size: 3.4rem !important;
}

.font-35 {
    font-size: 3.5rem !important;
}

.font-40 {
    font-size: 4rem !important;
}

.font-41 {
    font-size: 4.1rem !important;
}

.font-42 {
    font-size: 4.2rem !important;
}

.font-43 {
    font-size: 4.3rem !important;
}

.font-44 {
    font-size: 4.4rem !important;
}

.font-45 {
    font-size: 4.5rem !important;
}

.font-50 {
    font-size: 5rem !important;
}

.font-60 {
    font-size: 5rem !important;
}

.font-70 {
    font-size: 7rem !important;
}

/* ------------------------------*/
/*-------------#color------------*/
/*-------------------------------*/
.text-blue {
    color: #0060ae;
}

.text-orange {
    color: #f07c00;
}

/* ------------------------------*/
/*-------------#my code----------*/
/*-------------------------------*/
.rounded-4 {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

.rounded-5 {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.rounded-10 {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}

.rounded-15 {
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}

.rounded-20 {
    border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -ms-border-radius: 20px !important;
    -o-border-radius: 20px !important;
}

.rounded-30 {
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    -ms-border-radius: 30px !important;
    -o-border-radius: 30px !important;
}

.rounded-50 {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    -o-border-radius: 50% !important;
}

.pointer {
    cursor: pointer !important;
}

.font-weight-bold {
    font-weight: bold !important;
}

.text-justify {
    text-align: justify;
}

.sticky-top {
    z-index: 9;
}

.see-all-orange {
    padding: 5px 15px;
    background-color: #f07c00;
    border-radius: 5px;
    color: #fff;
}

.see-all-green {
    padding: 5px 15px;
    background-color: #007074;
    border-radius: 5px;
    color: #fff;
    width: 20rem;
    height: 5rem;
}

@media (min-width :1550px) {
    .container {
        max-width: 1350px !important;
    }
}