/*****************************common****************************/

/** {
    outline: 1px solid #f00 !important;
}*/
* {
    box-sizing: border-box;
    font-family: iransannumber;
}

@font-face {
    font-family: "iransannumber";
    src: url('../fonts/IRANSansXFaNum-Regular.woff');
    /* IE9 Compat Modes */
    src: url("../fonts/IRANSansXFaNum-Regular.woff?#iefix") format("embedded-opentype"), url("../fonts/IRANSansXFaNum-Regular.woff") format("woff"), url("../fonts/IRANSansXFaNum-Regular.woff") format("truetype");
    /* Safari, Android, iOS */
}
@font-face {
    font-family: "iransanlight";
    src: url('../fonts/IRANSansX-Light.ttf');
}
body {
    font-family: "iransannumber" !important;
    position: relative;
    overflow-x:hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/**********************top-header*********************/
.top-header {
    font-size: 14px;
    background-color: #37307d;
    color: #dededc;

}

.top-icon {
    color: #dededc;
}
.navbar-desktop-0 {
    color: #c08a11;
    
}
.top-header-0 > span {
    font-family: iransanlight;
    font-size:13px;
}
.navbar-desktop-1 {
    width: 160px;
    color: white;
    background: linear-gradient(-250deg,#c08a11 60%, #37307d 30%);
    padding: 10px;
    padding-left: 0;
    position: relative;
}
.navbar-desktop-1-0 {
    background-color:white;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 15px -4px #000000;
    box-shadow: 0px 0px 15px -4px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 43px;
    left:20px;
    z-index: 2000;
    
}
#searchDiv{
    display:none;
}

.navbar-desktop-1-0-0 {
    display: flex;
    width: 212px;
    border: 1px solid rgba(0,0,0,0.1);
}
    .navbar-desktop-1-0-0 input[type=text]{
        border:none;
        padding:7px;
        border-radius:4px 3px;
            }
    .navbar-desktop-1-0-0 input[type=text]:focus {
        border: none;
        outline:none;
    }
    .navbar-desktop-1-0-0 button[type=submit] {
        border: none;
        padding: 7px;
        color: white;
        background: #37307d;

    }
    .navbar-desktop-2 {
        /*width: 180px;
    margin: auto;*/
        color: white;
        background: linear-gradient(-250deg, #37307d 60%,#c08a11 30%);
        padding: 10px;
    }
.navbar-desktop-1 i{
    font-size:18px;
}
/******************menu-desktop*********************************/
.logo-img {
    padding-top: 3px;
    width: 150px;
}

.navbar-desktop {
    background-color: #ffffff;
}
.navigation-bar{
    min-height:50px;
}
.navigation-bar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .navigation-bar ul li {
        float: right;
        margin: 0;
        padding: 14px 10px;
    }

        .navigation-bar > ul > li > a {
            padding: 16px 5px;
            text-decoration: none;
            color: #1d1f2d;
            font-size:14px;
            font-weight:600;
            position: relative;
            top: 1px;
        }

            .navigation-bar > ul > li > a:hover {
                color: #c08a11;
                transition: ease 0.5s;
            }

            .navigation-bar ul li a.dropbtn {
                padding: 16px 5px;
                text-decoration: none;
                color: #1d1f2d;
                font-weight: 600;
                position: relative;
                top: 1px;
            }

                .navigation-bar ul li a.dropbtn:hover {
                    color: #c08a11;
                }


.dropdown {
    position: relative;
    float: left;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 55px;
    /*left: 10px;*/
    background-color: #ffffff;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 101;
}
.cool-link {
    display: inline-block;
    text-decoration: none;
    padding-right: 9px;
    padding-left: 9px;
}

    .cool-link::after {
        position: relative;
        bottom: -12px;
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #081c63;
        transition: width .3s;
        z-index: 6;
    }

    .cool-link:hover::after {
        width: 100%;
        //transition: width .3s;
    }
   /* .dropdown-content:before,
    .dropdown-content:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 75px;
        border: 11px solid transparent;
        border-bottom-color: #dddddd;

    }

    .dropdown-content:after {
        left: 75px;
        border: 10px solid transparent;
        border-bottom-color: #ffffff;
    }*/

.navigation-bar ul li .dropdown-content a {
    float: none;
    margin-right: 7px;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: right;
    color: #323436;
    font-size: 14px;
}



    .navigation-bar ul li .dropdown-content a:hover {
        color: #c08a11;
    }

.dropdown:hover .dropdown-content {
    display: block;
    z-index: 2000;
}

.price-btn {
    padding-top: 10px;
    text-align: left;
  
    font-stretch: expanded;
   
}
    .price-btn > a {
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        border: 1px solid #c08a11;   
        margin-left: 22px;
        color: #c08a11;
        font-size: 14px;
        font-weight: 600;
        font-stretch: expanded;
        display: inline-block;
        border-radius: .25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
       
    }
.price-btn > a:hover {
    text-decoration: none;
}

        .price-btn > a:hover {
            background-color: #c08a11;
            color:white;
            border: 1px solid #c08a11;
        }

.price-btn > a:focus {
    outline: 0;
    box-shadow: none;
}


/********************menu-mobile********************************/
#mobile-view {
    background-color: #f2f2f9;
    display: none;
    position: sticky;
    top: 0;
    z-index: 2000;
    border-bottom: 2px solid #081c63;
    overflow-x:hidden;
}
.mobile-view-1{
    width:180px;
    height:50px;
  
  
}
    .mobile-view-1 > img {
        width: 180px;
        height: 50px;
        object-fit:contain;
       
        margin-right:0;
    }
.mobile-view-0{
   
    padding:5px;
    margin-right:0;
}
    .mobile-view-0 span {
       /* border: 1px solid #081c63;*/
        border-radius: 100%;
        /*padding: 10px;*/
        /*box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);*/
    }
        .mobile-view-0 span i {
            font-size: 30px;
            color: #081c63;
          /*  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.2);*/
        }
.mobile-view-2{
    margin-left:0px;
}
    .mobile-view-2 span{
        padding:10px 5px;
    }
    .mobile-view-2 span img {
        width: 25px;
        height: 25px;
    }
        .mobile-view-2 > span:first-child img{
            width:23px;
            height:23px;
        }


/*******************************************************Footer**************************************************/
.footer {
    border-top: 1px solid #ededed;
    background-color: #f9f9f9;
}

.footerlink a {
    font-size: 12px;
    color: #8a8688;
    margin: 0;
    padding-right: 0;
}

    .footerlink a:hover {
        color: #c08a11;
    }

.footerlink p {
    font-size: 14px;
    color: #1d1f2d;
    font-weight: 400;
    margin-bottom: 3px;
}
.footerlink h6 {
    font-weight: 600;
    color: #37307d;
    font-size: 16px;
    border-bottom: 2px solid #c08a11;
    width: 75%;
    padding: 3px;
    margin-bottom : 10px;
    margin-top : 10px;
}


.emailsend > button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #37307d;
    color: white;
    font-size: 14px;
}

    .emailsend > button:hover {
        background-color: white;
        color: #37307d;
      border: 2px solid #37307d;
        /*margin: -1px;*/
    }

        .emailsend > button:focus {
            outline: 0;
            box-shadow: none;
        }


.emailinput::placeholder {
    text-align: right;
    font-size: 13px;
}

.social_link a {
    padding: 5px;
    font-size: 20px;
    color: #c08a11;
}

    .social_link a:hover {
        color: #37307d;
    }

.privacy-statement {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.footeprivacy {
    border-bottom: 1px solid #dcdcdc;
}

/*******************************************************Icon-Box**************************************************/
#icon-boxes{
    width:100%;
    overflow:hidden;
  
}
.icon-boxes {
    padding-top: 0;
    position: relative;
    z-index: 100;
    padding-bottom: 50px;
    overflow-x:hidden;
}
.icon-boxes-0 {
    margin-top: 50px;
    margin-bottom:50px;
}
    .icon-boxes-0 h3 {
        font-weight: 600;
        /* background-image: conic-gradient( #37307d 0%, #37307d 33%, #ee4b2b 33%, #c08a11 66%, #c08a11 66%, #00c2cb 99% );*/
        color: #081c63;
        
        background-clip: text;
        -webkit-background-clip: text;
    }
.icon-boxes .icon-box {
    padding: 10px 50px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 10px 29px 0 rgba(68, 88, 144, 0.2);
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
}

    .icon-boxes .icon {
        margin: 0 auto 20px auto;
        
        text-align: center;
        
        
    }

        .icon-boxes .icon i {
            font-size: 36px;
            line-height: 1;
            color: #c08a11;
            text-align:center;
        }

    .icon-boxes .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 16px;
    }

        .icon-boxes .title a {
            color: #37307d;
        }

    .icon-boxes .description {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0;
        color: #777777;
        text-align:justify;
    }


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    background: #f1f8ff;
    padding: 0;
    overflow-y:hidden;
}

    .why-us .content {
        padding: 60px 100px 50px 100px;
    }

        .why-us .content h3 {
            font-weight: 400;
            font-size: 34px;
        }

        .why-us .content h4 {
            font-size: 20px;
            font-weight: 700;
            margin-top: 5px;
        }

        .why-us .content p {
            font-size: 15px;
            color: #848484;
        }

    .why-us .video-box {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        min-height: 400px;
        position: relative;
    }

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius :3px;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.bg-primary {
    background-color: #c08a11 !important;
}

@media (max-width: 1024px) {
    .why-us .content, .why-us  {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .why-us .content {
        padding-top: 30px;
    }
}


/**********************footer-consulting********************************/

#footer .footer-counseling {
    padding: 30px 0 30px 0;
    background: #37307d;
    color: #fff;
    font-size: 14px;
}

#footer .footer-counseling h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
}

.btn-counseling {
    border: 2px solid #c08a11;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    background-color: #c08a11;
    display: inline-block;
}
    .btn-counseling:hover {
        border: 2px solid #c08a11;
        color: #c08a11;
        background-color: white;
    } 


/********************media-query*********************************/
@media screen and (max-width: 992px) {
    #nav-desktop, #header-desktop {
        display: none;
    }
    #mobile-view{
        display:block;
    }
}

/**********************************How-Do-It***************************************/
.iq-features {
    overflow-x: hidden;
    overflow-y: hidden;
}
.holderCircle {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    margin: 60px auto;
    position: relative;
}


.dotCircle {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: 20;
}

    .dotCircle .itemDot {
        display: block;
        width: 80px;
        height: 80px;
        position: absolute;
        background: #ffffff;
        color: #c08a11;
        border-radius: 15px;
        text-align: center;
        line-height: 80px;
        font-size: 30px;
        z-index: 3;
        cursor: pointer;
        border: 2px solid #c08a11;
    }

        .dotCircle .itemDot .forActive {
            width: 56px;
            height: 56px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
        }

            .dotCircle .itemDot .forActive::after {
                content: '';
                width: 5px;
                height: 5px;
                border: 3px solid #37307d;
                bottom: -31px;
                left: -14px;
                filter: blur(1px);
                position: absolute;
                border-radius: 100%;
            }

            .dotCircle .itemDot .forActive::before {
                content: '';
                width: 6px;
                height: 6px;
                filter: blur(5px);
                top: -15px;
                position: absolute;
                transform: rotate(-45deg);
                border: 6px solid #37307d;
                right: -39px;
            }

        .dotCircle .itemDot.active .forActive {
            display: block;
        }

.round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 410px;
    height: 410px;
    border: 2px dotted #37307d;
    border-radius: 100%;
    -webkit-animation: rotation 100s infinite linear;
}

.dotCircle .itemDot:hover, .dotCircle .itemDot.active {
    color: #ffffff;
    transition: 0.5s;
    background: #37307d;
    background: #37307d /* -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%)*/; /* FF3.6-15 */
    background: #37307d /* -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%)*/; /* Chrome10-25,Safari5.1-6 */
    background: #37307d /*linear-gradient(to right, #7d4ac7 0%, #a733bb 100%)*/; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1);*/ /* IE6-9 */
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0 30px 30px 0 #37307d;
    -moz-box-shadow: 0 30px 30px 0 #37307d;
    box-shadow: 0 30px 30px 0 #37307d;
}

.dotCircle .itemDot {
    font-size: 40px;
}

.contentCircle {
    width: 250px;
    border-radius: 100%;
    color: #222222;
    position: relative;
    top: 150px;
    right: 50%;
    transform: translate(50%, -50%);
}

    .contentCircle .CirItem {
        border-radius: 100%;
        color: #222222;
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        opacity: 0;
        transform: scale(0);
        transition: 0.5s;
        font-size: 15px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        margin: auto;
        line-height: 250px;
    }

.CirItem.active {
    z-index: 1;
    opacity: 1;
    transform: scale(1);
    transition: 0.5s;
}

.contentCircle .CirItem i {
    font-size: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    color: #000000;
    opacity: 0.1;
}

@media only screen and (min-width:300px) and (max-width:599px) {
    .holderCircle { /* width: 300px; height: 300px;*/
        margin: 110px auto;
    }

        .holderCircle::after {
            width: 100%;
            height: 100%;
        }

    .dotCircle {
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
}

.title-box .title {
    font-weight: 600;
    
    position: relative;
    z-index: -1;
}

.title-box span {
    text-shadow: 0 10px 10px rgba(0, 0, 0, .15);
    font-weight: 800;
    color: #37307d;
}

.title-box p {
    font-size: 17px;
    line-height: 2em;
}

/*--------------------------------------------------------------
# blogs
--------------------------------------------------------------*/
.blogs .icon-box {
    margin-bottom: 20px;
    padding: 20px 25px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
    .blogs .icon-box .icon-box-00 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
       
       
    }
.blogs .icon-box i {
    color: #f6b024;
    font-size: 30px;
    
}

    .blogs .icon-box .icon-box-00 h4 {
       
        font-weight: 600;
        font-size: 17px;
        
        margin-right:10px;
    }

    .blogs .icon-box .icon-box-00 h4 a {
        color: #05579e;
        transition: 0.3s;
        display: block;
    }

        .blogs .icon-box .icon-box-00 h4 a:hover {
            color: #0880e8;
        }

    .blogs .icon-box p {
       text-align:justify;
        font-size: 14px;
        margin-bottom: 0;
    }

/****************************SideNavigationMenu*****************************************************/
.side-navbar {
    width: 0px;
    min-height: 100%;
    position: fixed;
    top: 0px;
    right: 0;
    background-color: white;
    transition: all 0.5s;
    box-shadow: 0 0 0.625rem rgb(0 0 0 / 20%);
    overflow: auto;
    display: none;
    z-index: 3000;
}

    .side-navbar::-webkit-scrollbar {
        width: 7px;
    }

    /* Track */
    .side-navbar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    /* Handle */
    .side-navbar::-webkit-scrollbar-thumb {
        background: rgba(191,192,192,1);
        border-radius: 10px;
    }

        /* Handle on hover */
        .side-navbar::-webkit-scrollbar-thumb:hover {
            background: rgba(79,93,117,1);
        }

.nav-link:focus,
.nav-link:hover {
    /*background-color: rgba(79,93,117,1);
   color:rgba(79,93,117,1);*/
}
.side-navbar ul li.nav-item {
    background-color: rgba(0, 0, 0, 0.05);
    
    padding: 7px;
    cursor: pointer;
}
.nav-link:active {
    background-color: rgba(49,174,241,1);
}

.side-navbar > ul > li > a {
    color: #081c63;
    width: 215px;
    border-radius: 10px;
    margin: auto;
    padding: 10px 22px;
    font-size: 13px;
}

.side-navbar > ul > li:hover > a {
    color: #4bbaea;
}
.is-active {
    display: block;
    width: 280px;
}

.side-navbar button {
    text-align: right;
    color: #081c63;
}

.side-navbar .nav-item.active {
    background-color: rgba(192,138,17,0.5);
    color: #081c63;
    /* border-radius: 12px;*/
    display: block;
}

.side-navbar .dropdown-container {
    display: none;
}

    .side-navbar .dropdown-container a {
    }
.side-navbar .nav-item.active > .dropdown-container > a.active {
    color: #4bbaea;
    display: block;
}

.side-navbar .nav-item {
    margin: 4px;
}

    .side-navbar .nav-item:hover {
        color: #c08a11;
        background-color: white;
    }

.side-navbar .dropdown-container > button {
   
}


.side-navbar .dropdown-container > a {
    text-align: right;
    text-decoration: none;
    font-size: 12px;
    color: #081c63;
    display: block;
    border: none;
    
    width: 100%;
    padding: 7px 7px 7px 50px;
    cursor: pointer;
    outline: none;
    transition: color .2s linear, background .2s linear;
}

.side-navbar .dropdown-container > button {
    font-size: 13px;
}

.side-navbar .dropdown-container > a:hover {
    color: #4bbaea;
}

.side-navbar .dropdown-btn {
    text-decoration: none;
    font-size: 13px;
    color: #081c63;
    display: block;
    border: none;
    background-color:transparent;
    width: 100%;
    padding-right:22px;
    cursor: pointer;
    outline: none;
    transition: color .2s linear, background .2s linear;
}

    .side-navbar .dropdown-btn:hover {
        color: #4bbaea;
    }

   

   


/* Optional: Style the caret down icon */
.side-navbar .fa-angle-left {
    float: left;
    
    transition: 0.3s ease;
}

.rotate-angel {
    transform: rotate(-90deg);
}
/***************************************************SideNav Top Search********************************************/
.side-navbar-0{
    margin:20px auto;
}
.side-navbar-0-1{
    margin-bottom:20px;
}
    .side-navbar-0-1 > .price-btn {
        padding-top: 10px;
        text-align: center;
        margin-left: 0px;
        font-stretch: expanded;
    }

.search-container-0 > form {
    background-color: #f0f0f0;
    border-radius:8px;
    width:250px;
    margin:auto;
    padding:5px;
    display:flex;
    justify-content:space-between;
}
    .search-container-0 > form > input[type="text"] {
        border: none;
        outline: none;
        background-color: #f0f0f0;
        font-size: 13px;
        width: 80%;
        padding: 7px;
    }
       
        .search-container-0 > form > button[type="submit"] {
            border: none;
            outline: none;
            background-color: transparent;
            width: 10%;
            padding: 7px;
            text-align:left;
            margin-left:0;
        }
input:-internal-autofill-selected {
    background-color: #f0f0f0 !important;
}
/*************************************************************mobile view number******************************************************************/
.mobile-view-2-0{
   /* position:relative;*/
    text-align:center;
    height:50px;
    
    
}
    .mobile-view-2-0 > span {
        position: fixed;
        top: 48px;
        left: 0px;
        width: 170px;
        border-radius: 8px;
        display: none;
        padding: 10px;
        color: #c08a11;
        background-color: #081c63;
    }
.mobile-view-2-0 > span > a {
    color: #c08a11;
    text-decoration: none;
}
.mobile-view-2-0:hover span{
    display:inline-block;
}
.mobile-view-2-1 {
    position: relative;
    text-align: center;
    height: 50px;
}

    .mobile-view-2-1 > span {
        position: fixed;
        top: 49px;
        left: 5px;
        width: 170px;
        border-radius:8px;
        display: none;
        padding: 10px;
        z-index:1000;
        
        background-color: #081c63;
    }
        .mobile-view-2-1 > span > a {
            color: #c08a11;
            text-decoration:none;
        }
        .mobile-view-2-1:hover span {
            display:block;
        }

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    list-style: none;
    text-align: right;
    direction: rtl;
    font-size: 12px;
    box-shadow: 0px 10px 16px -10px #000000;
}

.breadcrumb-item + .breadcrumb-item {
    /*padding-left: .5rem;*/
}

    .breadcrumb-item + .breadcrumb-item::before {
        float: right;
      /*  padding-right: .5rem;*/
        color: #6c757d;
        content: var(--bs-breadcrumb-divider, "/")
    }

.breadcrumb-item.active {
    color: #6c757d
}

.breadcrumb-item > a {
    padding-right: 0.5rem;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    list-style: none;
    text-align: right;
    direction: rtl;
    font-size: 12px;
    box-shadow: 0px 10px 16px -10px #000000;
}

#bread {
    border: 1px solid white;
    box-shadow: 0px 10px 8px -13px #000000;
}

.breadcrumb-item + .breadcrumb-item > span {
    padding-right: .5rem;
}
