﻿
@font-face {
    font-family: 'SABASoft';
    src: url('../resources/tagIRAN.ttf');
}

@font-face {
    font-family: 'irsans';
    src: url('../resources/iransansweb.woff');
    font-style: normal;
    font-display: fallback;
}

/* For mobile phones: */


* {
    font-family: irsans;
    font-size: 10pt;
    text-align: right;
    box-sizing: border-box;
    direction: rtl;
}


a {
    text-decoration: none;
    color: #0963a2;
}

    a:hover {
        color: #0963a2;
    }


body {
    /*width: 1366px;*/
    margin: auto;
    padding: 0;
    background: #ffffff;
    user-select: none;
}

.navbar {
    background: #FFF;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    margin: 0;
}

.container {
    width: 1300px;
    margin: auto !important;
}

.NavbarHeader {
    display: flex;
/*    justify-content: space-between;
*/    /* flex-wrap: nowrap; */
    align-items: center;
}

.logoimg {
    margin-left: -15px;
    padding: 10px 0 0 0;
    height: 65px;
}

li, ul {
    list-style-type: none;
}

.active {
    cursor:pointer
}

.Navbarcollapse {
    margin-right: -15px;
    display: flex;
}


    .Navbarcollapse li a {
        color: #333;
        font-size: 14px;
        font-weight: 700;
        height: 65px;
        line-height: 38px;
        padding: 10px 15px;
    }


.Navitem:hover {
    color: #FFF !important;
    background-color: #ffa400;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /*    padding-bottom: 15px;
    margin-right: 10px;*/
}


.flexslider {
    margin: 0 0 60px;
    background: #fff;
    padding: 0;
    position: relative;
    zoom: 1;
    background-color: #371604;
    overflow: hidden;
    margin: 0;
}

.slides {
    padding: 0;
    zoom: 1;
}

.slideItem {
    padding: 0;
    position: relative;
    -webkit-backface-visibility: hidden
}

.slidesimg {
    width: 100%;
    min-width: 648px;
    min-height: 270px;
    display: block;
}

.sliderCaption {
    color: white;
    margin: auto !important;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
    z-index: 7;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

h1 {
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    /* line-height: 1.1; */
    /* margin: .67em 0; */
    /* text-align: center; */
}

.templatemohomewrapper {
    margin: auto !important
}

h2 {
    font-size: 20px;
}

.sliderBtn {
    background: #ffa400;
    border-radius: 0;
    border: 2px solid transparent;
    color: #053f67;
    font-weight: bold;
    margin: 40px 0 0 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 50px;
    width: 250px;
    padding: 12px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    cursor: pointer
}

p {
    text-align: justify !important
}


.sliderBtn:hover {
    background: #fff;
    color: #ffa400;
    border: 2px solid transparent;
}

#features {
    background: #F9F9F9;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
    text-align: center;
}

.colmd8 {
    width: 66.66666667%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin: auto !important
}

.colmd3 {
    width: 25%;
    cursor: pointer;
    margin-bottom: 50px;
    margin-right: 10px;
    background: #ebf0f7;
    border-top: 1px solid #ffa400;
    border-bottom: 1px solid #ffa400;
    box-shadow: 3px 3px 6px #d3e1f5;
}

    .colmd3:hover {
    }

a {
    color: #ffa400;
}

.faitem {
    background: #ffa400;
    border-radius: 50%;
    color: #FFF;
    font-size: 28px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.txtcenter {
    text-align: center !important
}

.flxcnt {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.collg4:hover {
    transform: translateY(-2px);
}

.faitem:hover {
    background: #303030;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pcol {
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 6px;
}

#about {
    color: #333;
    padding: 60px 0 60px 0;
    background: #fff;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.colmd8 {
    width: 66.66666667%;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.colmd6 {
    width: 45%;
    margin-left: 50px;
}

.abaitem {
    padding: 20px 0 0 0;
    display: flex
}

.pullright {
    float: left !important;
}

.progress {
    background: #d3e1f5;
    height: 6px;
    margin: 10px 0 16px 0;
}

.progressBar {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #ffa400;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

#team {
    background: #F9F9F9;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 60px 0;
}

.colsm6 {
    width: 30%;
    margin-bottom: 20px;
    cursor: pointer;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.teamimg {
    cursor: pointer;
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* max-width: 100%; */
    /* height: auto; */
    width: 130px;
    height: 130px;
    border: 1px solid #0963a2;
}


    .teamimg:hover {
        border-radius: 50%;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.7;
    }

img {
    vertical-align: middle;
}

.teamh3 {
    background: #FFF;
    color: #0963a2;
    font-weight: 600;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
    /* width: 100%; */
    width: 130px;
    margin-top: 0px;
}

    .teamh3:hover {
        background: #053f67;
        color: #ffa400;
    }

#portfolio {
    text-align: center;
    padding: 60px 0 100px 0;
    background-color: #FFF
}

.colsm5 {
    width: 25%;
    padding: 4px;
}

.imagethumb {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    cursor: pointer
}

.imgresponsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.imageoverlay {
    background: #ffa400;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    /*    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;*/
    top: 0;
    left: 0;
    bottom: 0;
    /* padding-top: 46px; */
    text-align: center;
}

.thumbsup {
    background: #EEE;
    border-radius: 50%;
    color: #444;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    opacity: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.hide {
    display: none !important
}

.collg4 {
    flex: 0 0 auto;
    width: 30.333333%;
}

.selected {
    background-color: #353760!important;
}

.serviceitem {
    position: relative;
    margin-top: 95px;
}

.icon {
    width: 140px;
    height: 140px;
    display: inline-block;
    text-align: center;
    line-height: 140px;
    background-color: #04295f;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -80px;
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
}

.iconimg {
    max-width: 70px;
    transition: all .2s;
}

.maincontent {
    border-radius: 25px;
    padding: 70px 20px 40px 20px;
    background-color: #e5ecf5;
    margin-bottom: 30px;
    margin-right: 60px;
    transition: all .4s;
    box-shadow: 4px 4px 15px rgb(1 41 112 / 30%);
}



.nwH {
    display: flex;
}

.orangeBullet {
    width: 7px;
    height: 7px;
    margin: 7px;
    background-color: orange;
    border-radius: 50%;
}

.normalText {
    max-width: 200px;
}

h3 {
    font-size: 15px;
}

.mainbutton {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}


    .mainbutton a {
        display: inline-block;
        background-color: #fff;
        color: #053f67;
        font-size: 13px;
        font-weight: 500;
        height: 35px;
        line-height: 35px;
        padding: 0px 18px;
        border-radius: 20px;
        transition: all .3s;
        cursor: pointer
    }

.trp {
    margin-top: -10px;
}

#contact {
    background: #303030 !important;
    color: #EEE !important;
    padding: 80px 0 80px 0;
}

.colmd2 {
    width: 66.66666667%;
}

.collg6 {
    margin-bottom: 1.5rem !important;
    flex: 0 0 auto;
}

.servicesthumb {
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 35%;
    margin-right: 20px;
}

.servicesimage {
    border-radius: 25px;
    display: block;
    margin: auto;
    transition: all 0.3s;
    max-width: 100%;
    height: auto;
}

.servicesinfo {
    border-radius: 25px;
    border: 1px solid white;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
    padding: 25px 30px;
    transition: all 0.3s ease;
    display: flex !important;
    align-items: flex-end !important;
}

.mb0 {
    color: #04295f;
    margin-bottom: 0 !important;
    font-size: 14px;
    background-color: #d6a354ad;
    padding: 10px;
    border-radius: 25px;
}

.br2 {
    border: 2px solid #d6a354
}

.address {
    padding: 20px;
    padding-top: 0;
    margin: 0;
    width: 100%
}

.colmd8 {
    width: 66.66666667%;
}

.evnt {
    padding: 6px 10px 6px 0;
    direction: ltr;
}

.colmd10 {
    display: flex;
}

.formcontrol {
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    /* color: #FFF; */
    /* margin: 10px 0 10px 0; */
    height: 60px !important;
    /* display: block; */
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555; */
    /* background-image: none; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 7px;
    width: 50%;
}

.fcontrol {
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    /* color: #FFF; */
    /* margin: 10px 0 10px 0; */
    height: 60px !important;
    /* display: block; */
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555; */
    /* background-image: none; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 7px;
    width: 99%;
    margin-top: 15px;
}

.fcntrl {
    background: transparent;
    border: 1px solid #444;
    border-radius: 0px;
    /* color: #FFF; */
    /* margin: 10px 0 10px 0; */
    height: 150px !important;
    /* display: block; */
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    /* color: #555; */
    /* background-image: none; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-right: 7px;
    width: 99%;
    margin-top: 15px;
}

.colmd12 {
    width: 33.33333333%;
}

.submit {
    color: #FFF;
    font-weight: 600;
    letter-spacing: 1px;
    width: 220px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #444;
    background: transparent;
    padding: 15px;
    text-align: center;
    float: left;
    cursor: pointer;
}

    .submit:hover {
        background: #ffa400;
        border-color: transparent;
        color: #FFF;
    }

#footer {
    border-top: 1px solid #404040;
    background: #202020;
    color: #FFF;
    padding: 80px 0 40px 0;
    text-align: center;
}

.imgevnt {
    width: 23px;
    height: auto
}

.socialicon a {
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 10px;
    cursor: pointer
}

    .socialicon a:hover {
        border-color: transparent;
        background: #ffa400;
    }

.socialicon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gotop {
    background-color: #ffa400;
    border-radius: 50%;
    display: none;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    cursor:pointer
}

.portfolioeshop {
    background-image: url(/images/55555.jpg);}

    .darkHeader{
    height: 195px;
    background-size: cover;
    position: relative;
    margin: 0 auto;
}
        .darkHeader h1 {
            font-size: 36px;
            color: #f16523;
            font-weight: 400;
            margin-top: -15px;
        }
.insideContentWithSidebar {
    display: flex;
    justify-content: space-between;
}
.insideSContent {
    width: 67%;
    padding-top: 30px;
    margin: 0;
}
.cpage {
    color: #353760;
    line-height: 30px;
    font-size: 15px;
    font-weight: 200;
    margin-bottom: 30px;
}
.portfolioListTitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.portfolioCats {
    display: flex;
    grid-gap: 20px;
    font-size: 16px;
    font-weight: 300;
}
    .portfolioCats > li > a {
        color: #74747a;
        padding: 10px 22px;
        line-height: 40px;
        border-radius: 21px;
        border: 1px solid #74747a;
        cursor:pointer
    }
        .portfolioCats > li > a:hover, .portfolioCats > li > a.active {
            color: #f16523;
            border-color: #f16523;
        }
.portfolioListTitle h2 {
    font-size: 25px;
    color: #f16523;
    line-height: 42px;
}

.portfolioList  a:hover span {
    opacity: 1;
} {
    opacity: 1;
}
.portfolioList {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.portfolioList > li {
    width: 31.33%;
    margin-bottom: 3%;
    border-radius: 15px;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.15);
}
    .portfolioList > li > a {
        display: block;
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        margin: 1px 1px 0;
    }

        .portfolioList > li > a figure {
           /* position: relative;*/
        }
            .portfolioList > li > a figure:before {
                display: block;
                padding-top: 60%;
                content: '';
            }
            .portfolioList > li > a figure img {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
            }
    .portfolioList > li a figure span {
        width: 140px;
        text-align: center;
        z-index: 3;
        margin-top: -21px;
        margin-right: -70px;
        opacity: 0;
        line-height: 40px;
        border-radius: 21px;
        border: 1px solid #f16523;
        color: #f16523;
        position: absolute;
        top: 50%;
        right: 50%;
    }
    .portfolioList > li a strong {
        height: 50px;
        display: block;
        color: #ffa400;
        padding: 10px 15px;
        text-align: right;
        line-height: 25px;
        position: relative;
        font-weight: 300;
        font-size: 13px;
        background-color: #04295f;
        display: flex;
        align-items: center;
        justify-content: center;
    }
   
.breadcrumb {
    padding: 50px 0 30px;
    color: #fff;
    font-size: 12px;
}
.breadcrumbList {
    display: flex;
    grid-gap: 10px;
    list-style: none;
    font-weight: 100;
}
ol {
    list-style: decimal;
}
.breadcrumbList > li > a {
    color: #fff!important;
}

    .breadcrumbList > li > a:hover {
        color: black !important
    }
.servicesthumb:hover {
    transform: scale(1.05);
}

.darkHeader:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    z-index: 1;
}

.servicesinfo:hover {
    border-color: #d6a354;
    border-width: 5px;
}

.orangeHeader {
    height: 400px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-image: url(/images/aboutheader.jpg);
}

    .orangeHeader:before {
        content: '';
        display: block;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgb(241 101 35 / 0.7);
        position: absolute;
        z-index: 1;
    }

    .orangeHeader:after {
        content: '';
        display: block;
        position: absolute;
        height: 260px;
        background: #fff;
        z-index: 2;
        bottom: -110px;
        right: -20px;
        width: 110%;
        transform: rotate(-6deg);
    }

.center {
    font: 14px / 25px yekan;
    font-weight: 300;
    max-width: 1200px;
    box-sizing: border-box;
    width: 94%;
    position: relative;
    z-index: 2;
    margin: auto;
}

.breadcrumb {
    padding: 50px 0 30px;
    color: #fff;
    font-size: 12px;
}

.breadcrumbList {
    display: flex;
    grid-gap: 10px;
    list-style: none;
    font-weight: 100;
}

.itemListElement {
    cursor: pointer;
    font-size: 12px;
}

    .itemListElement:hover {
        color: black
    }

.orangeHeader h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

.oContent {
    margin-top: -130px;
    position: relative;
    z-index: 5;
}

.englishTitle {
    position: absolute;
    top: 21px;
    left: 390px;
    font-size: 70px;
    z-index: 0;
    opacity: 0.05;
    transform: rotate(-6deg);
}

.aboutService {
    z-index: 2;
    position: relative;
    min-height: 400px;
}

.cmspageAboutService {
    color: #353760;
    line-height: 35px;
    font-size: 15px;
}

.aboutServiceImg {
    float: left;
    width: 500px;
    height: auto;
    margin: -140px 30px 30px 0;
    border-radius: 20px 30px 20px 20px;
}

p {
    margin: 0;
    padding: 5px 0px;
}

.portfolioServiceBox {
}

.sPortfolioTitle {
    margin-bottom: 40px;
    position: relative;
    display: flex;
    align-items: center;
}

    .sPortfolioTitle h2 {
        color: #353760;
        /* position: relative; */
        line-height: 42px;
        padding-left: 20px;
        font-size: 28px;
        /* font-weight: 400; */
        /* background: #fff; */
    }

        .sPortfolioTitle h2 span {
            color: #f16523;
            font-size: 22px;
        }

.allPortfolio {
    position: absolute;
    top: 22px;
    left: 0;
    background: #fff;
    line-height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 24px;
    border: 2px solid #74747a;
    color: #74747a;
}

    .allPortfolio:hover {
        color: #fff;
        border-color: #f16523;
        background: #f16523;
    }

.sPortfolio {
    display: flex;
    grid-gap: 20px;
}

.portItem {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 2px 2px 4px 2px;
    border-radius: 10px;
    overflow: hidden;
    width: calc(25% - 15px);
    /* border: 1px solid rgb(1 41 112 / 30%); */
}

.portItemhd {
    margin-bottom: 100px;
}

.sPortfolio {
    background-color: #fff;
    border-top: 15px solid #f16523;
    padding: 40px;
}

.portItem > a {
    display: block;
    position: relative;
}


    .portItem > a figure {
        position: relative;
    }

        .portItem > a figure:before {
            display: block;
            padding-top: 62.5%;
            content: '';
        }


        .portItem > a figure::after {
            background-color: red;
            position: absolute;
            padding-top: 62.5%;
            content: '';
        }


        .portItem > a figure img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
        }


.portItem a figure span {
    width: 140px;
    text-align: center;
    z-index: 3;
    margin-top: -21px;
    margin-right: -70px;
    opacity: 0;
    line-height: 40px;
    border-radius: 21px;
    border: 1px solid #f16523;
    color: #f16523;
    position: absolute;
    top: 50%;
    right: 50%;
    font-weight: 700;
}

.portItem a:hover span {
    opacity: 1;
}

.portItem a strong {
    height: 50px;
    display: block;
    color: #ffa400;
    padding: 10px 15px;
    text-align: right;
    line-height: 25px;
    position: relative;
    font-weight: 300;
    font-size: 15px;
    background-color: #04295f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section {
    background-image: url(/images/deal.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

.cmspage {
    flex: 0 0 50%;
    max-width: 50%;
}

.cmspagerightImg {
    flex: 0 0 50%;
    max-width: 50%;
}

.cprimg {
    position: relative;
    -webkit-animation-name: up-down;
    animation-name: up-down;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    width: 327px;
    /* margin-top: -80px; */
    top: -80px;
    right: 220px;
}

.roww {
    display: flex;
    justify-content: space-between;
}

.cmsp {
    padding: 20px;
}

.btncmspage {
    font-size: 15px;
    /* font-family: "futura_icgregular"; */
    text-transform: uppercase;
    padding: 12.5px 45px;
    font-weight: 400;
    border: 0;
    border-radius: 40px;
    position: relative;
    transition: .2s ease;
    background: #ff4135;
    color: #fff;
    cursor: pointer;
    width: max-content;
    float: left;
    margin-left: 20px;
}

    .btncmspage:hover {
        background: #ff7168;
        border-color: transparent;
    }

@keyframes up-down {
    /*  50% {
        transform: translate(-50%, -48%);
    }

    100% {
        transform: translate(-50%, -50%);
    }*/
    0% {
        transform: translateY(5px);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.cmspagettl {
    font-size: 30px;
    color: #3f434e;
    font-family: "futura_icgregular";
    font-weight: 400;
}

.fcSection {
    background: #414141;
    padding: 40px 0 70px;
    margin-bottom: 100px;
    background: #303030 !important;
    color: #EEE !important;
}

.fcPane {
    margin: 0 auto;
}

    .fcPane h2 {
        color: #f16523;
        font-weight: 400;
        font-size: 30px;
        line-height: 70px;
    }

        .fcPane h2 span {
            color: #fff;
            font-weight: 400;
            font-size: 30px;
            line-height: 70px;
        }

.fptxt {
    color: #fff;
    margin-bottom: 60px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 200;
}

.fcTabPane {
    display: flex;
    grid-gap: 40px;
}

.fcTabs {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 30px;
    list-style: none;
}

    .fcTabs > li {
        width: calc(33.33% - 20px);
    }

        .fcTabs > li > a {
            display: block;
            color: #fff;
            position: relative;
            padding: 10px 40px 10px 10px;
            height: 74px;
            line-height: 49px;
            background: #353535;
            border-radius: 15px;
        }

        .fcTabs > li.active > a {
            color: #fff;
            background: #f16523;
        }

        .fcTabs > li > a img {
            position: absolute;
            top: 16px;
            right: -10px;
            width: 34px;
            height: 34px;
            background: #262525;
            border-radius: 7px;
            padding: 5px;
        }

        .fcTabs > li > a:hover {
            background: #353760;
        }

.fcTabContent {
    width: 50%;
    list-style: none;
}

    .fcTabContent > li {
       
    }

        .fcTabContent > li > h4 {
            color: #f16523;
            line-height: 50px;
            font-weight: 400;
            font-size: 25px;
            margin-bottom: 10px;
        }

.faqSection {
    margin-bottom: 100px;
}

    .faqSection h2 {
        color: #353760;
        font-weight: 400;
        line-height: 50px;
        font-size: 26px;
        margin-bottom: 10px;
        text-align: center;
    }

.fxtitle {
    margin-bottom: 40px !important;
}

.faqItems {
    margin: 0 60px 60px 60px;
    /* border: 1px solid #e3e3e9; */
    border-radius: 20px;
    /* overflow: hidden; */
    list-style: none;

}

    .faqItems > li.open .faqQ {
        color: #f16523;
    }

.faqQ {
    /* line-height: 36px; */
    cursor: pointer;
    /* padding: 12px 12px 12px 40px; */
    /* border-bottom: 1px solid #e3e3e9; */
    position: relative;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d3e1f5;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 14px 10px -14px rgba(0, 125.00000000000001, 255, 0.17);

}

.faqA {
    padding: 12px;
    background: #f7f7f9;
    color: #0963a2;
    border-bottom: 1px solid #e3e3e9;
}

.faqItems > li.open .faqA {
    /* display: block;*/
}

.open {
    margin-right: -40px;
}


.mobImg {
    float: left;
    width: 422px;
    height: auto;
    margin: -140px 30px 30px 0;
    border-radius: 20px 30px 20px 20px;
}

.Appbox {
    flex: 0 0 auto;
    width: 25%;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    transition: 0.2s ease;
    background-color: #FFF !important;
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
    text-align: center !important;
    cursor: pointer;
    border: 1px solid #fadccf;
    color: #f16523;
    border-radius: 10px;
}

.apdv {
    display: flex;
    grid-gap: 20px;
}


.NavbarLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginimg {
    width: 35px;
    margin-left: 20px;
    cursor: pointer
}

.Appbox:hover {
    background: #252d39 !important;
    color: #FFF !important;
}

.iconAppbox {
    position: relative;
    background-color: #ffa40052;
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 120px 135px 110px 90px;
    /*    margin-bottom: 1.5rem !important;
*/ animation-name: water-wave;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

    .iconAppbox::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 100%;
        top: 0;
        left: 5px;
        background: #ffc1075c;
        border: 2px solid #ffc107;
        border-radius: 130px 120px 160px 130px;
        animation-name: water-wave;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@keyframes water-wave {

    0% {
        transform: translateY(5px);
    }

    25% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(5px);
    }

    75% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(0px);
    }
}

.AppDesignDV {
    padding: 50px;
    background-color: #d3e1f5;
}

.Apptxt {
    /* font-family: "Barlow Condensed", sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    transition: 0.2s ease;
    font-size: 20px;
    text-align: center;
}

.pap {
    margin: 0;
    padding: 5px 15px;
    color: #74747a;
}

.iconAppimg {
    width: 50px;
    height: 65px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    margin-right: 20px;
    margin-top: 15px;
}

.serviceForm {
    margin-bottom: 60px;
    position: relative;
    min-height: 300px;
}

    .serviceForm:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .serviceForm .cntr {
        position: relative;
        z-index: 2;
        display: flex;
    }

.serviceFormTitle {
    padding-top: 10px;
    /*    padding-right: 50px;*/
    width: 50%;
    box-sizing: border-box;
    margin: auto !important
}

    .serviceFormTitle h2 {
        color: #fff;
        line-height: 70px;
        font-weight: 400;
        font-size: 45px;
    }

#serviceFormRight {
    width: 50%;
    box-sizing: border-box;
    background: url(../images/bgform.jpg) center center no-repeat;
    background-size: cover;
}

serviceFormTitle h2 {
    color: #fff;
    line-height: 70px;
    font-weight: 400;
    font-size: 35px;
}

.serviceFormTitle h2 span {
    display: block;
    color: #f16523;
    text-align: right;
    font-size: 35px;
    font-weight: 400;
}

#serviceFormleft {
    width: 50%;
    background: url(../images/formbg.jpg) 0 0 no-repeat;
    background-size: cover;
    background-color: orange
}

.serviceFormPadding {
    padding: 50px 70px;
}

.sFormTwo {
    display: flex;
    grid-gap: 25px;
}

    .sFormTwo .sInput {
        width: 50%;
        margin: 0;
        position: relative;
        margin-bottom: 25px !important;
    }

.stxt {
    width: 100%;
    box-sizing: border-box;
    padding-right: 40px;
    height: 46px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    display: block;
    background: none;
}

input[type=text] {
    text-indent: 5px;
}

sFormTwo .sInput {
    width: 50%;
    margin: 0;
    position: relative;
    margin-bottom: 25px !important;
}

.stxtarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    padding-right: 40px;
    padding-top: 13px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    display: block;
    background: none;
}

.sButton {
    display: flex;
    justify-content: space-between;
}

.captcha {
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    align-items: center;
}

.grecaptcha {
    width: 304px;
    height: 78px;
}

.iframe {
    border: 0;
    margin: 0;
    padding: 0;
}

.sbtnHolder {
    position: relative;
    margin: 0;
}

.sbtn {
    color: #353760;
    background: #fff;
    font-weight: 300;
    border: none;
    border-radius: 10px;
    padding: 0 20px 0 50px;
    position: relative;
    line-height: 50px;
    height: 50px;
    cursor: pointer;
    width: max-content;
}

    .sbtn:hover {
        color: #fff;
        background: #353760;
    }

.flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#eNamad {
    border:1px solid silver;
}

.addr {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    justify-content: center;
    align-items: center;
}


.login {
    background-color: #cf8a0e;
    border-radius: .5rem;
    border-color: white;
    /* padding: 0.75rem 1.6rem; */
    font-weight: 400;
    /* font-size: 1.4rem; */
    cursor: pointer;
    transition: all 0.3s ease;
    color: #FFFFFF;
    padding: 10px;
    box-shadow: 4px 4px 15px #ffa40052;
}

    .login:hover {
        background-color: #8b5c08;
    }


.ingress {
    max-width: 1140px;
    margin:auto!important;
    display:flex;
}

#ingressRight {
    width: 50%;
    padding: 1.5rem !important;
    background-color:white;
}


.ingresslogoimg {
    margin: auto !important;
    width: 70px;
    height: 70px;
    margin: auto !important;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ingress {
    padding: 50px;
}

.ingresstabs {
    padding: .7rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    background-color: #000000;
    border: 0;
    border-radius: .25rem;
    width: 100%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    justify-content: center;
}
.lgi {
    width: 50%;
    background-color: black;
    color: white;
    border-radius: .25rem;
    padding: .5rem 1rem;
    text-align: center;
    cursor: pointer;
}
.enrollment {
    width: 50%;
    color: #fff;
    border: 0;
    transition: all .4s;
    border-radius: .25rem;
    padding: .5rem 1rem;
    text-align: center;
    cursor: pointer;
}

.BTNSelected {
    background-color: white;
    color: black;
}
.mbt {
    margin-top: 3.5rem !important;
}
.formControl {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
}
#cboxdv {
    position: relative;
}
.nput[type="checkbox"] {
    background-color: wheat;
}
.mt {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.buttons {
    align-items: center !important;
    display: flex !important;
}

.buttonsRight {
    background-color: #ffa400;
    color: #141414 !important;
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: .80rem 2.14rem;
    font-size: .99rem;
    WIDTH: 50%;
    /* HEIGHT: 40PX; */
    text-align: center;
    border: 1px solid #d6a354;
}
.buttonsLeft {
    border: 1px solid #0963a2;
    text-align: center;
    width: 40%;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: .125rem;
    padding: .80rem 2.14rem;
    font-size: .99rem;
    cursor: pointer;
    background-color: #053f67;
    color: white;
}

.p1 {
    padding: 1rem !important;
}
.characteristics {
    display: flex !important;
    margin-bottom: .25rem !important;
    width: 100%;
    justify-content: space-between;
}
.characteristicsTop {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 5px;
}
.name {
    display: block;
    width: 98%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.characteristicsDown {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-right: 5px;
}

* {
    .buttonsLeft:hover {
        background-color: #04295f
    }



    #ingressleft {
        width: 50%;
    }

.ingressimg {
    width: 100%;
    height: 738px;
    background-size: cover;
}

#indrs {
    display:flex;
}


.buttonsRight:hover {
    background-color: #d98e06;
}

.insideSidebar {
    width: 30%;
    margin: -50px 0 0;
    position: relative;
    z-index: 3;
}
.sideForm, .sideBox {
    border-radius: 15px;
    background: #fff;
    margin-bottom: 25px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sForm {
    padding: 25px;
    border-bottom: 1px solid #eeeef1;
}
    .sForm p {
        color: #74747a;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 30px;
        text-align: right;
    }
.txName {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 10px;
    border: 1px solid #e8e8ed;
    display: block;
    margin-bottom: 12px;
}
.txtarea {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #e8e8ed;
    display: block;
    margin-bottom: 12px;
}
.tCenter {
    margin-bottom: 20px;
    text-align: center;
}

.grecaptcha {
    width: 304px;
    height: 78px;
}

.cap {
    color: #000;
    direction: rtl;
    font: 14px/25px yekan;
    font-weight: 300;
    text-align: center;
    width: 304px;
    height: 78px;
    background: transparent;
    font-size: 100%;
    outline: 0;
    vertical-align: top;
    border: 0;
    margin: 0;
    padding: 0;
}

.Counselingbtn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    background: #f16523;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.Counselingbtn:hover {
    background: #d44c0d;
}

.installmentsbtn {
    color: #FFFFFF;
    border-style: none;
    border-radius: 9px 9px 9px 9px;
    padding: 10px 10px 10px 10px;
    box-shadow: 0px 0px 25px -6px #ff8800;
    font-size: 14px;
    font-weight: 400;
    background-color: #ff8800;
    cursor: pointer;
    margin-left: 10px;
    /* width: max-content; */
    display: flex;
    align-items: center;
    justify-content: center;
   
}

    .installmentsbtn:hover {
        color: #FFFFFF;
        border-style: none;
        box-shadow: 0px 0px 13px -4px #14213D;
        background-color: #14213D
    }


.elementorcontainer {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementorright {
    width:60%
}

.elementorleft {
  /*  width: 50%*/
}
.elementorrightcontainer {
    align-content: center;
    align-items: center;
    padding:30px;
}
.headline {
    font-size: 16px;
    font-weight: 300;
    color: #ff8800;
    margin-bottom: 30px;
}

.headlinetitr {
    font-size: 25px;
    font-weight: 900;
    color: #14213d;
    margin-bottom: 30px;
}
.pttl {
    margin-bottom:30px;
}

.DesignstepsDV {
    padding:10px;
    margin-top:50px;
}
.Designsteps {
margin-bottom:50px;
}

.Designstepsitem {
    width: 25%;
    margin: 10px 10px 10px 10px;
    padding: 50px 35px 40px 35px;
    background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 4px 23px -3px rgba(152, 189.0000000000001, 255, 0.21176470588235294);
}

    .Designstepsitem:hover {
        box-shadow: 0px 4px 23px -3px rgb(152 189 255 / 47%);
    } 

.callimg {
    height: 64px;
    width: 64px;
    text-align: center;
    margin: auto;
    display: flex;
    transition-duration: 0.3s;
}

.callimg:hover{
    transform: scale(1.1);
}

.boxtitle {
    margin-bottom: 10px;
    color: #14213d;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxdescription {
    color: #14213d;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8em;
    letter-spacing: -0.2px;
}

.InstallmenttermsDV {
    border-top: 1px dashed #dee4ff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.head1 {
    color: #FF8800;
    font-size: 25px;
    font-weight: 900;
}

.Installmenttermsright {
    width:60%
}
.newsH9 {
    display: flex;
    line-height: 35px;
    margin-top: 10px;
}
.orangeBullet {
    width: 7px;
    height: 7px;
    margin: 14px;
    background-color: #ff8800;
    border-radius: 50%;
}

.normalTxt {
    font-size: 12.5px;
    font-weight: 400;
}

.Installmenttermsleft {
/*    width:50%*/
}

.stepbystepDV {
    padding:10px
}

.bdr {
    border-top: 1px dashed #dee4ff;
    /* width: 284px; */
    width: 55%;
    margin-top: -17px;
}
.elementorbutton {
    font-size: 12px;
    font-weight: 400;
    fill: var(--e-global-color-23f41a1);
    color: var(--e-global-color-23f41a1);
    background-color: #F5F7FF;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    padding: 9px 18px 9px 18px;
    margin-top: -20px;
    cursor:pointer
}
    .elementorbutton:hover {
        background-color: #e9ecf9;
    }
    .stepbystephed {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.stepbystepitem {
    margin: 12px 12px 12px 12px;
    padding: 25px 15px 25px 15px;
    background-color: #FFFFFF;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #ff8800;
    border-radius: 10px 10px 10px 10px;
    width:25%
}

.stepimg {
    width: 65px;
    height: 65px;
    margin: auto;
    display: flex;
}

.Installmentbenefits {
    padding: 10px;
    margin-top: 100px;
}

.ItbenefitsRight {
    width:60%
}

.Itbenefitsleft {
/*    width: 50%*/
}

.fx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.elementorwidget {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 8px 0px;
    background-color: #14213D0A;
    border-radius: 5px 5px 5px 5px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 30px;
}

.Consultingdv {
    min-height: 150px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    /* margin-top: 100px; */
    background-color: #F9F9F9;
    align-items: center;
    padding: 30px;
    justify-content: space-between;
}

.headlinetitr1 {
    font-size: 25px;
    font-weight: 900;
    color: #14213d;
}
.stars {
    position: relative;
}
.staricon {
    width: 20px;
    height: 20px;
    background-image: url(../images/inactive.svg);
    margin-top: -11px;
    cursor:pointer
}

.async {
    background-image: url(../images/ssss.png);
    width:100%;
    height:500px;
    background-repeat:no-repeat
}

.startxt {
    font-size: 15px;
    margin-top: -7px;
    margin-right: 15px;
}
.ConsultingRecord {
}


.applicationformRight {
    width: 31%;
    border-radius: 10px 10px 10px 10px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;

}

.aprhed {
    color: #14213d;
    font-size: 20px;
}
.aplbtn {
    color: #ff8800;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    padding: 9px 20px 9px 15px;
    box-shadow: 0px 0px 14px -5px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.2px;
    width: max-content;
    margin-top: 20px;
    cursor:pointer;
}

    .aplbtn:hover {
        color: #FFFFFF;
        border-style: none;
        box-shadow: 0px 0px 13px -4px #14213D;
        background-color: #14213D
    }
.applicationformleft {
    width:60%
}
.pagesteps {
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 16px;
    display: flex;
}
.stepnumber {
    border-radius: 20px;
    border: 2px solid #cfd3d9;
    color: #585e6a;
    font-size: 14px;
    font-weight: 500;
    height: 40px;
    text-align: center;
    width: 40px;
    background: #cfd3d9;
    color: #607382;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
.steplabel {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding-left: 16px;
    margin-right: 10px;
    color: rgb(1 41 112 / 59%);
}
.pagestepsRight {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.pagestepsleft{
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

.applicationform {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.spnr {
    color: #f16523;
    display: inline-block;
    font-size: 11.008px;
    padding-left: .125em;
    padding-right: 5px;
    font-style: italic;
    font-weight:100;
}

.lbl {
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e
}

.gfieldinput {
    font-size: 14px;
    color: #7E7E7E;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DCDCDC;
    border-radius: 15px 15px 15px 15px;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
}

.ffx {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.pstepBTN {
    font-size: 15px;
    color: #FFFFFF;
    background-color: #FF8800;
    box-shadow: 0px 0px 13px -3px #FF8800;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 10px 10px 10px 10px;
    padding: 11px 25px 11px 25px;
    width: max-content;
    margin-top: 20px;
    cursor: pointer;
}

    .pstepBTN:hover {
        color: #FFFFFF;
        border-style: none;
        box-shadow: 0px 0px 13px -4px #14213D;
        background-color: #14213D
    }
    /*.elementorlisttext {
    font-size: 15px;
    font-weight: 400;
    color: black;
    padding-right: 10px;
}*/
    /*    .portItem a strong:before {
        content: "\e828";
        font-family: 'feather' !important;
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 18px;
        color: #ffa400;
    }
*/
    /* Mobile CSS */
    @media only screen and (max-width:450px) {
    }
