@font-face {
font-family: "Yekan";
src: url('../fonts/Yekan.ttf') format('truetype');
}
@font-face {
font-family: "iran";
src: url('../fonts/iran.ttf') format('truetype');
}
/*
-------------------------------------------------------------------------
* Template Name    : Busiapp - Multi Purpose Html5 Landing Page      *
* Author           : ParExcellence                                   *
* Version          : 1.0.0                                           *
* File Description : Main Css file of the template                   *
*------------------------------------------------------------------------
*/

/********************************
    1.BASIC                     *
    2.HELPER                    *
    3.NAVBAR                    *
    4.HOME                      *    
    5.ABOUTUS                   *
    6.FEATURES                  *
    7.HOW IT WORKS              *
    8.FAQ'S                     *
    9.TEAM                      *
    10.CLIENTS                  *
    11.CONTACT US               *
    12.FOOTER                   *
    13.RESPONSIVE               *
********************************/

/*======================
        1.BASIC
========================*/

body {
    direction: rtl;
    text-align: right;
    font-family: 'iran','Yekan','Poppins', sans-serif;
    overflow-x: hidden;
    font-weight: 300;
    background-color: #fff;
}
h1
h2,
h3,
h4,
h5,
h6 {
   font-family: 'iran','Poppins', sans-serif;
   font-weight: 500;
}
h1.font-sm-24{
    font-size: 24px;
}
p,ul li{
    line-height: 1.6;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
}
a,
a:hover,
a:focus,
button,
button:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.f-14{
    font-size: 14px;
    line-height: 24px;
}
.f-16{
    font-size: 16px;
}
.f-18{
    font-size:18px;
    line-height:normal;
}
.f-30{
    font-size: 30px;
    line-height: normal;
}
.f-34{
    font-size: 34px;
}
.f-40{
    font-family: 'Yekan';
    font-size: 40px;
    line-height: normal;
}
.font-weight-medium{
    font-weight: 500;
}
.z-index{
    z-index: 1;
}
.transition{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.link-border-right{
    border-left: 1px solid rgba(255,255,255,0.3) !important;
}
.back_top {
    position: fixed;
    bottom: 20px;
    height: 40px;
    width: 40px;
    display: none;
    left: 20px;
    z-index: 99;
    background-image: linear-gradient(to right, #1ACC8D, #1ACC8D,#235FCD, #1C4CA3);
    background-size:300%;
    background-position: 0 0;
}
.back_top:hover{
    background-position: 100% 0;
}
.back_top i {
    line-height: 40px;
    font-size: 25px;
}
/*==========================
        2.HELPER
============================*/

.form-control {
    padding: 7px 20px;
}

.section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}
.theme-btn {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #fff;
}

    .theme-btn:hover,
    .theme-btn:focus,
    .theme-btn:active {  
        color:#fff !important;
    }

.btn {
    height: 38px;
    line-height: 35px;
    text-align: center;
    padding: 0 18px;
    text-transform: uppercase;
    transition: background-image .3s linear;
    transition: box-shadow .3s linear;
}
.theme-color,
.navbar-toggler{
    color:#1C4CA3 !important;
}
.theme-bg{
    background-color: #1C4CA3;
}
.contact_btn .btn,
.theme-btn
{
    transition: all ease 1s;
    background-image: linear-gradient(to right, transparent, transparent,#1ACC8D, #1ACC8D);
    background-size:300%;
    background-position: 0 0;
}
.custom-nav.sticky-header .contact_btn .btn {
    background-image: linear-gradient(to right,#235FCD, #1C4CA3, #1ACC8D, #1ACC8D);
    border: 2px solid #235FCD;
}
.contact_btn .btn:hover,
.theme-btn:hover,
.custom-nav.sticky-header .contact_btn .btn:hover{
     background-position: 100% 0;
     color:#fff;
     border: 2px solid #1ACC8D;
}
/*==========================
        3.NAVBAR
============================*/

.custom-nav {
    padding: 18px 0px;
    z-index: 999;    
}
    .custom-nav .container-fluid {
        width: 90%;
    }
    .custom-nav.sticky-header {
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
        background-color: #fff;
    }
    .custom-nav .navbar-nav li a {
        position: relative;
        font-size: 16px;
        font-weight: 600;
        padding: 0 !important;
        margin: 0 16px;
        position: relative;
    }
    .custom-nav .navbar-nav li a::after{
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #1ACC8D;
        height: 2px;
        width:0;
        opacity: 0;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;   
    }
    .custom-nav .navbar-nav li:hover a::after,
    .custom-nav .navbar-nav li.active a::after{
        width: 25px;
        opacity: 1;
        left: 0;
    }
.custom-nav.sticky-header .navbar-nav li a{
    color: #000 !important;
}
.navbar-toggler {
    font-size: 28px;
}

.custom-nav .navbar-nav li.active a,
.custom-nav .navbar-nav li:hover a {
    color: #1ACC8D !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    background-color: transparent;
    border-color: #1C4CA3;
}

.brand-logo .logo-light {
    display: inline-block;
}

.brand-logo .logo-dark {
    display: none;
}

.sticky-header .brand-logo .logo-dark {
    display: inline-block;
}

.sticky-header .brand-logo .logo-light {
    display: none;
}
.contact_btn .btn {
    min-width: 140px;
}
.contact_btn .btn:hover{
    color: #fff !important;
}
.nav-bar.submenu {
    position: absolute;
    left: 15px;
    width: 150px;
    border-radius:2px;
    background-color: #fff;
    border:1px solid #fff;
    box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
    transition:all 0.3s ease;
}
.custom-nav .nav-bar.submenu li.nav-item .nav-link {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    transition:all 0.3s ease;
}
.custom-nav .nav-bar.submenu li.nav-item:hover .nav-link {
    background-color: #00ABF4;
    margin: 0;
    color: #fff !important;
}
.nav-bar.submenu a.nav-link {
    color: #000;
}
/*==========================
        4.HOME
============================*/
.bg-header{
    background-image: url(../images/parallax.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
    background-position: center;
    position: relative;
}
.bg-header::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-color: rgba(28, 76, 163, 0.9);
}
.bg-header::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 110px;
    display: block;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    z-index: 1;
}
.home-bg-img {
    z-index: 1;
    position: relative;
    padding: 150px 0 150px 0;
}
.banner-title{
    font-size: 50px;
    font-weight: 600;
}
/*==========================
        5.ABOUTUS
============================*/
.hover-block{
    transition: all ease 1s;    
    background-size:300%;
    background-position: 0 0;
}
.hover-block:hover{
    background-image: linear-gradient(to right, #235FCD, #1C4CA3,#1C4CA3, #235FCD);
    background-position: 100% 0;
    color: #fff !important;
}
.hover-block:hover .theme-color{
    color: #fff !important;
}
hr {
    border: 2px;
    border-top: 2px solid #1ACC8D;
    width: 60px;
    margin: 0 10px;
    height: 7px;
}
.about-list li::after{
    content: "";
    position: absolute;
    right: -25px;
    top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-image: linear-gradient(to right, #235FCD, #1C4CA3,#1C4CA3, #235FCD);
    background-position: 100% 0;
}
/*==========================
        6.FEATURES
============================*/
.hover-block:hover .theme-bg{
    background-color: #fff !important;
}
.hover-block:hover .theme-bg .text-white{
    color: #1C4CA3 !important;
}   
/*==========================
        7.HOW IT WORKS
============================*/
.block-item .circle-outline{
    border:2px solid #1C4CA3;
    height: 75px;
    width: 75px;
}
.text-lg-left {
    text-align: right;
}
.icon-block .icon{
    transform: rotateY(0);
}
.block-item:hover .icon-block .icon{
    transform: rotateY(180deg);
}
.modal-dialog iframe{
    width: 100%;
    min-height: 410px;
    border:none;
}

.play-btn {
    background-color: #1ACC8D;
    height: 105px;
    width: 105px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border:none;
}
.play-btn:hover,.play-btn:hover::after{
    background-color: #235FCD;
}
.play-btn::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1ACC8D;
    opacity: 0.5;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    z-index: -1;
    cursor: pointer;
    -webkit-animation: pulse 1.5s ease-out infinite;
    animation: pulse 1.5s ease-out infinite;
}
.play-btn .mdi{
    font-size: 70px;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.modal-dialog{
    max-width: 650px;
}
.modal .close {
    position: absolute;
    top: -27px;
    right: -1px;
    height: 30px;
    width: 30px;
    color: #fff;
    opacity: 1;
    background-color: transparent;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1
    }
    to {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
}

/*==========================
        8.FAQ'S
============================*/
.accordion-card{
    padding: 15px 15px;
}
.accordion-card.active .mdi-chevron-down {
    transform: rotateZ(-180deg);
}
.social-icon:hover .mdi{
    color: #1ACC8D !important;
}
/*==========================
        9.TEAM
============================*/
.owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center;
}
.owl-dot.active{
    background: #1ACC8D !important;
}
.owl-dot{
    background: #CCCCCC !important;
    height: 12px;
    width: 12px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 5px;
}
.border.bg-white:hover{
    border:1px solid #1C4CA3 !important;
}
.team-img img{
    height: 200px;
    width: 200px;
    object-fit: cover;
    object-position: center;
}
/*==========================
        10.CLIENTS
============================*/ 
.clients-section{
    background-image: url(../images/clients/clients-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 100px;
}
.clients-section::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(28, 76, 163, 0.9);
    height: 100%;
    width: 100%;
}
.user-pics{   
    position: absolute;
    right: 0;
    left: auto;
    top: 10%;
    transform: rotateX(0);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.owl-item .user-pics img{
     height: 120px;
    width: 150px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border:3px solid #CCCCCC;
}
.item:hover .user-pics{
    transform: rotateY(180deg);
}
.white-border{
    border-top-color: #fff;
}
.clients-card {
    padding: 25px 80px 25px 15px;
    margin: 0 43px;;
}
.owl-carousel .owl-item img{
    width: auto;
    margin:0 auto;
}
/*==========================
        11.CONTACT US
============================*/
.contact-form-btn{
    min-width: 140px;
    background-image: linear-gradient(to right,#1ACC8D, #1ACC8D, #235FCD, #1C4CA3) !important;
}
.contact-form-btn:hover{
    color: #fff !important;
}
.contactus-section .icon-block{
    height: 60px;
    width: 60px;
}
.contactus-section .icon-block .icon {
    line-height: 30px;
    font-size: 35px;
}
.contactus-section a{
    font-weight: 400;
}
.contactus-section input.form-control,
.contactus-section textarea.form-control{
    height: 58px;
    background: #F0F0F0;
}
.contactus-section textarea.form-control{
    height: auto;
}
.contactus-section input.form-control:focus,
.contactus-section textarea.form-control:focus{
    box-shadow: 0 0 0 2px #1ACC8D;
}
::placeholder{
    color: #000;
    font-weight: 500;
}
.contact-item:hover .icon-block{
    background-color:#1ACC8D !important; 
}
.contact-item:hover .icon-block .icon{
    color:#fff !important; 
}
/*==========================
        12.FOOTER
============================*/
.section.footer{
    padding-top: 120px;  
    background-image: linear-gradient(to right,#235FCD, #1C4CA3);
    background-position: 100% 0;
    background-size:300%; 
}
.section.footer li:hover a{
    transform: scale(1.1);
    font-weight: 600;
}
.icn-block:hover .icon{
    color: #1ACC8D !important;
}
.footer::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    width: 100%;
    height: 111px;
    background-image: url(../images/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    z-index: 1;
    transform: rotateX(180deg);
}
.footer .icon-block:hover{
    color: #1ACC8D !important;
    transform: rotateY(180deg);
}
/*==========================
       13.RESPONSIVE
============================*/

@media (max-width: 1199px) {
    .container {
        max-width: 99%;
    }
    .footer::after {
        background-size: contain;
        height: 111px;
        top: -50px;
    }
}
@media (max-width: 991px) { 
    .banner-title {
        font-size: 35px;
    }
    .home-bg-img{
        padding: 100px 0 100px 0;
    } 
    .owl-item .banner-img-02 img {
        max-width: 50%;
    }
    .bg-header::before {
        background-size: contain;
    }
    .custom-nav .brand-logo .logo-dark {
        display: inline-block;
    }
    .custom-nav .brand-logo .logo-light {
        display: none;
    }
    .contact_btn {
        display: flex;
    }
    .contact_btn .btn {
        background-image: linear-gradient(to right,#235FCD, #1C4CA3, #1ACC8D, #1ACC8D) !important;
        border: 2px solid #235FCD;
    }
    .custom-nav {
        position: fixed;
        background-color: #fff !important;
        margin-top: 0px;
        padding: 10px 0px !important;  
    }
        .custom-nav .navbar-nav li a {
            color: #333333 !important;
            text-align: center;
            margin: 0 0px;
            font-size: 14px;
            padding: 6px 0 !important;
        }
        .custom-nav .navbar-nav li.active a,
        .custom-nav .navbar-nav li:hover a {
            background: -webkit-linear-gradient(#235FCD, #1C4CA3);
            -webkit-text-fill-color: white;
            color: #fff !important;
            border-radius: 0;
        }
        .custom-nav > .container {
            width: 90%;
        }
        .custom-nav .brand-logo {
            padding: 0px;
        }
    .navbar-collapse {
        background: #fff;
        border-top: 2px solid #1C4CA3;
        position: fixed;
        top: 55px;
        left: 0;
        width: 100%;
        padding: 0;
        border-bottom: 2px solid #1C4CA3;
        border-radius: 0 0 25px 25px;
    }
    .navbar-nav {
        margin-top: 0px;
    }
    .custom-nav .navbar-nav li:hover a::after, .custom-nav .navbar-nav li.active a::after{
        width: 100%;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-nav {
        padding: 12px 0;
    }
    .container {
        max-width: 98%;
    } 
    .aboutus-inner .row {
        justify-content: center;
    }
    .custom-nav li.nav-item:hover .nav-bar.submenu{
        width: 100%;
        left: 0;
    }
    .owl-dots{
        display: none;
    }
    .team-slider{
        margin: 0 auto;
    }
    .section.footer{
        padding-top: 80px;
    }
    .footer::after {
        height: 88px;
        top: -30px;
    }
    .wrapper,.wrapper iframe{
        width: 100%;
    }
    .team-img img{
        height: 170px;
        width: 170px;
    }
}
@media (max-width: 900px) { 
    .footer::after {
        height: 80px;
    }
}
@media (max-width: 768px) { 
    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    } 
}
@media only screen and (max-width: 767px) {
    .container {
        max-width: 98%;
    }
    .title-section .f-40,.about-inner-text .f-40,.f-34{
        font-size: 24px;
    }
    h1.font-sm-24{
        font-size: 22px;
    }
    .link-btn {
        font-size: 16px;
    } 
    .subtitle,.f-16,.contactus-section input.form-control, .contactus-section textarea.form-control{
        font-size: 14px;
    }
    .about-bottom-section.mt-5 {
        margin-top: 35px !important;
    }
    footer h5,.f-20{
        font-size: 16px;
    }       
    .home-bg-img{
        padding: 100px 0 70px 0;
    }    
     .text-sm-center{
        text-align: center;
    }
    hr{
        margin: 0 auto;
    }
    .subtitle-hr{
        display: block !important;
        text-align: center;
    }
    .footer::after {
        height: 80px;
        top: -40px;
    }
    .banner-title,.para-txt{
        text-align: center;
    }
    .contactus-section input.form-control{
        height: 48px;
    }
}
@media (max-width: 640px) {
    .about-list li::after{
        top: 15px;
    }
}
@media (max-width: 600px) { 
    .footer::after {
        height: 73px;
    }
}
@media (max-width: 575px) {   
    .home-bg-img .banner-title {
        font-size: 26px;
    }
    .home-bg-img .para-txt{
        font-size: 14px;
    }
    .section.footer{
        padding-top: 40px;
    }
    .home-bg-img {
        padding: 100px 0 50px 0;
    }
    .user-pics {
        position: static;
        margin-bottom: -50px;
    }
    .clients-card{
        padding: 60px 15px 15px;
        margin: 0;
    }
    .play-btn .mdi{
        font-size: 50px;
    }
    .play-btn{
        height: 75px;
        width: 75px;
    }
    .play-btn::after{
        height: 100px;
        width: 100px;
    }
    .link-border-right{
        border:none !important;
    }
    .wrapper iframe{
        height: 500px;
    }
}
@media only screen and (max-width: 479px) { 
    .brand-logo.navbar-brand {
        margin-right: 5px !important;
    }
    .custom-nav .navbar-brand.brand-logo img {
        height: 15px;
    }
    .contact_btn .btn{
        padding: 0 15px;
        font-size: 12px;
        min-width: 100px;
        height: 35px;
        line-height: 30px;
    }
    .footer::after {
        height: 70px;
    }
}
@media only screen and (max-width: 440px) { 
    .footer::after {
        height: 65px;
    }
}
@media only screen and (max-width: 380px) { 
    .footer::after {
        height: 60px;
    }
    .contactus-section a{
        font-size: 13px;
    }
    .about-list li::after{
        top: 20px;
    }
}