* {
    font-family: 'IRANSans',Tahoma;
}
a {
    text-decoration: none;
    color: #30c51e;
}
a:hover {
    text-decoration: none;
    color: #88bb30;
}
button,input[type=button],input[type=reset],input[type=submit] {
    outline: none;
}

.p10 {
    padding: 15px !important;
}

body.service-body {
    background: #f8f8f8;
    background: #f5f5f5;
}
body.login {
    background-attachment: fixed;
    background-image: url(../images/login-bg-2.png),url(../images/login-bg.jpg);
    background-position: 90%,top;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,cover;
}
@media (max-width: 991px){
    body.login {
        background-position: -100%,top;
    }
}
@keyframes login-back {
    0%   {left: 20px;}
    50%   {left: 15px;}
    100% {left: 20px;}
}
.login-back {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: #FFF;
    font-size: 1.1em;
    font-weight: 400;
    animation-name: login-back;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count:infinite;
}
.login-wrp {
    margin: 10vh auto 0;
    max-width: 364px;
}
.login-wrp .logo-frm {

    text-align: center;
    margin-bottom: 20px;
}

.login-wrp .lg-tt {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.login-wrp .lg-tt:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 0;
}
.login-wrp .lg-tt:after {
    content: '';
    width: 120px;
    height: 5px;
    background-color: #FFF;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.login-wrp .lg-tt span {
    position: relative;
    z-index: 1;
}
.login-wrp .lg-inp-frscha-fg {
    position: relative;
}

.login-wrp .lg-inp-frscha {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;

    font-size: 1.5em;
    text-align: center;
    padding-top: 9px;
    color: #999;
    border-right:1px dashed #ccc;
    pointer-events: none;
}
.login-wrp .lg-inp-frscha .fa-check{
    color: #00cc00;
    position: relative;
    top: 2px;
}

.login-wrp .lg-inp-frscha-fg .code,
.login-wrp .lg-inp-frscha-fg .mob {
    text-align: left;
    padding-left: 55px;
    font-size: 1.5em;

}
.login-wrp .lg-inp-frscha-fg .code {

    padding-left: 05px;
    text-align: center;


}

.login-wrp .lg-inp-frscha-fg .code::-webkit-input-placeholder ,
.login-wrp .lg-inp-frscha-fg .mob::-webkit-input-placeholder {
    font-size: 0.7em;
    color: #ccc;
}
.login-wrp .info {
    color: #FFF;
    font-weight: 300;
    text-align: center;
    padding: 30px;
}
.login-wrp .info a {
    color: #c7c7c7;
    text-decoration: underline;

}

.login-wrp .logo-frm img {
    width: 100%;
    max-width: 120px;
}
.login-wrp .login-box {
    width: 100%;
    background-color: #FFF;
    padding: 30px;
    border-radius: 10px;
}


.pbtm10 {
    margin-bottom: 10px;
}
.navbar .navbar-brand {
    padding-top: 21px;

}
.navbar {
    background: #fff;
    transition: all .3s ease 0s;
    padding-top: 10px;
    min-height: 84px;

}

@media screen and (min-width: 760px) {
    .nav-motion.motioned {
        top: -85px;
    }
    .navbar.nav-motion {
        min-height: 83px;
    }
}

.navbar .service-nav {
    background-color: #343b41;
    height: 55px;
    position: relative;
    top: 2px;
}

.navbar.active {
    box-shadow: 0 5px 50px rgba(40,40,40,.15);
}
.navbar-header .navbar-toggle {
    margin-top: 15px;
}

.navbar .navbar-nav {
    padding-top: 10px;
}
.navbar .navbar-nav .nav-item a {
    color: #485460;
}
.navbar  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.no-after:after {
    display: none;
}
nav .drop-megamenu {
    position: static !important;
}
nav .services-mega-menu {
    width: 100%;
    border: none;
    background-color: #f0f0f0 !important;
    right: 0;
    overflow-y: scroll;
}
nav .services-mega-menu .list-section {
    padding-top: 30px;
}
nav .services-mega-menu .list-section .section-bxes  {
    margin-bottom: 40px;
}
nav .services-mega-menu .list-section .section-title {
    margin-bottom: 30px;
    font-weight: 500;
}
nav .services-mega-menu .list-section .section-title img {
    width: 90px;
}
nav .services-mega-menu .list-section .service-box {
    width: 100%;
    background-color: #FFF;
    text-align: center;
    padding: 15px 0 ;
    margin-bottom: 30px;

}
nav .services-mega-menu .list-section .service-box img.text-logo {
    width: 80%;
}

header {
    width: 100%;

    margin-top: 75px;
}
header.nav-motion {
    margin-top: 110px;
}
header .slide {
    width: 100%;
    position: relative;
    background-color: green;
    text-align: left;
}
header .slide-text {
    color: #FFF;
    width: auto;
    height: 275px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50px;
    z-index: 10;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
}
header .slide-text .bigbutton {
    width: auto;
    height: auto;
    padding: 15px 50px;
    background-color: #009444;
    color: #FFF;
    border-radius: 10px !important;
    border: none;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}
header .slide-text span {
    font-size: 30px;
    font-weight: normal;
}
header .slide:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 30%;
    top: 0;
    right: 0;

}
header .slide #headSlide1 {
    max-width: 100%;
    max-height: 100%;


}
header .slide #headSlide2 {
    width: 100%;

}
header .slide #headSlide1 {
    display: inline-block;
}
header .slide #headSlide2 {
    display: none;
}
@media screen and (max-width: 760px) {
    header .slide #headSlide1 {
        display: none;
    }
    header .slide #headSlide2 {
        display: inline-block;
    }
    header .slide-text {
        text-align: center;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
header .slide .overshaddow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;

    /*box-shadow: inset -55vw 5vw 100vw -13vw rgba(0,0,0,1);*/
    z-index: 10;

}

section.section {
    padding-top: 80px;
    padding-bottom: 80px;

}
section .section-title {
    font-weight: 500;
    font-size: 18px;
    color: #658f27;
    margin-bottom: 15px;
}
.about-dsgo {
    background-color: #fafafa;
}
section.about-dsgo .heading-1 {
     font-weight: lighter;
    margin-bottom: 30px;


}
section.about-dsgo p {
    font-weight: 300;
}
.about-dsgo .vid {
    padding-right: 90px;
}
.about-dsgo .vid .vid-box {
    width: 100%;
    background-color: #FFF;
    position: relative;
    top: -60px;
}

.about-dsgo .vid .vid-box .video {

    width: 100%;
    position: relative;
    top: 60px;
    left: 60px;

}

.about-dsgo .vid .vid-box .play-button {
    width: 80px;
    height: 80px;
    border-radius: 100% !important;
    background-color: #658f27;
    border:none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30px;
    z-index: 1000;
    margin: auto;
    cursor: pointer;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.24);
    color: #FFF;

    overflow: hidden;




}
@media screen and (max-width: 768px) {
    .about-dsgo .vid {
        padding: 0;
    }
    .about-dsgo .vid .vid-box {
        top: 0;
        padding: 10px;
    }
    .about-dsgo .vid .vid-box .video {
        top: 0;
        left: 0;

    }
    .about-dsgo .vid .vid-box .play-button {

        right: 0;
        left: 0;




    }
}
.about-dsgo .vid .vid-box .play-button .pl-txt {
    position: absolute;
    width: 50px;
    height: 50px;
    color: #658f27;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: all .3s ease 0s;
    z-index: 10;
    opacity: 0;
}
.about-dsgo .vid .vid-box .play-button:hover .pl-txt {
    opacity: 1;
    padding-top: 5px;
}
.about-dsgo .vid .vid-box .play-button i {
    font-size: 30px;
    position: relative;
    left: 4px;
    top: 2px;
    transition: all .3s ease 0s;
}
.about-dsgo .vid .vid-box .play-button:hover i {
    top: -50px;
    right: -60px;
    font-size: 180px;

}
.about-dsgo .vid .vid-box .video video {
    width: 100%;
}
.about-dsgo .vid .vid-box .video .vid-pos {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.section.proj-slides {
    background-color: #f8f8f8;
    padding: 40px;
}

.proj-slides .sld-frm {
    padding-right: 90px;
    position: relative;
}
.proj-slides .sld-frm .slds {
    width: 100%;
    background-color: red;
}
.proj-slides .sld-frm .slds .sld {

}
.proj-slides .sld-frm .slds .sld img {
    width: 100%;
}
.sld-frm .nav {
    width: 90px;
    height: 250px;
    background-color: #343b41;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sld-frm .nav .btns {
    width: 40px;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sld-frm .nav .btns button {
    width: 40px;
    height: 40px;
    border: 2px solid #658f27;
    border-radius: 100%;
    background-color: transparent;
    outline: none;
    color:  #658f27;
    font-size: 18px;
    cursor: pointer;
    padding-top: 6px;
}
.sld-frm .nav .btns button:first-child {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .section.proj-slides {
        padding: 0;
    }
    .sld-frm .nav {
        width: 100%;
        height: 45px;
        z-index: 10;
        top: -44px;
        bottom: auto;
    }
    .proj-slides .sld-frm {
        padding-right: 0;

    }
    .sld-frm .nav .btns {
        width: 64px;
        height: 50px;
        padding-top: 10px;
    }
    .sld-frm .nav .btns button {
        width: 30px;
        height: 30px;

        font-size: 15px;

        padding-top: 4px;
    }
}

section.sub-prj {
    padding-top: 40px;
    background-color: #2c3c4b;
    background-color: #16222e;
}
.sub-prj .spsld-nav {
    background-color: #FFF;
    height: 80px;
    padding: 0 30px;
    position: relative;
}
.sub-prj .sld-stt {
    padding-top: 30px;
    color: #658f27;
}
.sub-prj .sld-lgo {
    width: 120px;
    position: absolute;
    top: 26px;

    left: 0;
    right: 0;
    margin: auto;
}
.sub-prj .sld-lgo img {
    width: 100%;
}

.sub-prj .sld-btns {
    width: 80px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;

    margin: auto;

}
.sub-prj .sld-btns button {
    width: 30px;
    height: 30px;
    border: 2px solid #30c51e;
    border-radius: 100%;
    background-color: transparent;
    outline: none;
    color:  #30c51e;
    font-size: 14px;
    cursor: pointer;
    padding-top: 3px;
}
.sub-prj .sld-btns button:first-child {
    margin-bottom: 10px;
}
.sub-prj .spsld-slds {
    width: 100%;

    position: relative;
    padding-top: 50px;
}
.sub-prj .spsld-slds:after {
    content: '';
    width: 100%;
    background-color:#191919 ;
    height: 50%;
    position: absolute;
    left: -20px;
    top: 0;
}
.sub-prj .spsld-slds:before {
    content: '';
    width: 60px;
    background-color:#191919 ;
    height: 50%;
    position: absolute;
    right: -20px;
    top: 0;
}
.sub-prj .spsld-slds .sldsfrm {
    position: relative;
    z-index: 5;
}

.sub-prj .spsld-slds .sp-sld-frm {
    width: 100%;
    padding: 30px 10px;
    direction: rtl;
}
.sub-prj .spsld-slds .sp-sld {
    width: 100%;
    background-color: #FFF;
    padding: 25px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.11);
}
.sub-prj .spsld-slds .sp-sld .thmb .merchDataOFFV {
    width: 60px;
    height: 60px;
    background-color: #30c51e;
    position: absolute;
    border: 3px solid #FFF;
    color: #FFF;
    border-radius: 100%;
    text-align: center;
    font-size: 1.5em;;
    top: 10px;
    left: 10px;
    padding-top: 15px;
    font-family: 'IRANSans';
}
.sub-prj .spsld-slds .sp-sld .thmb {
    width: 100%;
    position: relative;
    top: -50px;
    background-color: #FFF;
}


.sub-prj .spsld-slds .sp-sld .thmb > img {
    width: 100%;
}
.sub-prj .spsld-slds .sp-sld .thmb .cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;

    z-index: 23;
}
.sub-prj .spsld-slds .sp-sld .thmb .cover img {
    width: 120px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 23;
}
.sub-prj .spsld-slds .sp-sld .m-l a i {
    position: relative;
    top: 3px;
    left: -3px;
}
.sub-prj .spsld-slds .sp-sld .info {
    width: 100%;
    position: relative;
    top: -30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 150%;
    color: #485460;
    
}
@media screen and (max-width: 768px) {
    .sub-prj .sld-btns {
        top: auto;
        bottom: 5px;
        left: 0;
    }
    .sub-prj .sld-stt {
        text-align: center;
        padding-top: 0;

    }
}
section .tt {
    position: relative;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;

    z-index: 5;
}
section .tt small {
    font-size: 80%;
}
section .tt:after {
    content: '';
    width: 50px;
    height: 4px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #256e27;
    margin: auto;
    bottom: -20px;
}
section.nws-sec {
    background-color: #16222e;
    padding-top: 40px;
    position: relative;
}
section.nws-sec:after {
    content: '';
    width: 100%;
    background-color:#16222e ;
    height: 80%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.nws-sec .nwbtn-nav {
    position: absolute;
    top: 300px;
    left: 15px;
    color: #FFF;
    z-index: 50;
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    border-radius: 100%;
    background-color: transparent;
    outline: none;

    font-size: 19px;
    cursor: pointer;
    padding-top: 7px;
}
.nws-sec .nwbtn-nav.rg {
    left: auto;
    right: 15px;
}
.nws-sec .nws-slds {
    z-index: 5;
    position: relative;
    padding: 50px 60px 0 60px;
}

.nws-sec .nws-sld-f {
    width: 100%;
    padding: 0 15px;
    direction: rtl;
}
.nws-sec .nws-sld {
    width: 100%;
    position: relative;
}
.nws-sec .nws-sld:hover {
    cursor: pointer;
}
.nws-sec .nws-sld:hover  .rdm {
    display: block;
}

.nws-sec .nws-sld .rdm {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding-top: 140px;
    display: none;
}
.nws-sec .nws-sld .rdm a {
    display: inline-block;
    padding: 20px 40px;
    background-color: #30c51e;
    color: #FFF;
    border-radius: 10px !important;
}

.nws-sec .nws-sld .ttbox {
    background-color: #FFF;
    height: 160px;
    padding: 20px 15px;
    margin-bottom: 5px;
}
.nws-sec .nws-sld .ttbox .small {
    color: #658f27;
    margin-bottom: 15px;
}
.nws-sec .nws-sld .ttbox h3 {
    font-size: 16px;
    line-height: 150%;
    font-weight: lighter;
}
.nws-sec .nws-sld .tmb {
    width: 100%;

}
.nws-sec .nws-sld .tmb img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .nws-sec .nwbtn-nav {

        top: 40px;

    }
    .nws-sec .nws-slds {
        padding: 50px 10px 0 10px;
    }
}

section.mng-sec {
    background-color: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 130px;
}
section.mng-sec .container {
    background-color: #FFF;
    position: relative;
    padding-bottom: 40px;
}
section.mng-sec .container:before ,
section.mng-sec .container:after {
    content: '';
    background-color: #f8f8f8;

    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}
section.mng-sec .container:before {
    left: auto;
    right: 0;
}

.mng-sec .ttbox {
    height: 100px;
    padding-top: 20px;



}
.mng-sec .ttbox .tt {
    color: #658f27;
}
.mng-sec .mng-slds {
    position: relative;
    z-index: 5;
    padding-top: 40px;
}
.mng-sec .mng-slds .mng-sld {
    width: 100%;
    background-color: red;
    padding: 20px;
    height: 250px;
    color: #FFF;
    position: relative;
}
.mng-sec .mng-slds .mng-sld {
    margin-bottom: 60px;
}
.mng-sec .mng-slds .mng-sld .avatar {
    width: 100%;
    text-align: center;
    position: relative;
    top: -65px;
}
.mng-sec .mng-slds .mng-sld .avatar img {
    width: 90px;
    border-radius: 100% !important;

}
.mng-sec .mng-slds .mng-sld .text {
    font-weight: lighter;
    margin-bottom: 30px;
    margin-top: -20px;
    font-size: 12px;
    text-align: center;
    line-height: 150%;
}
.mng-sec .mng-slds .mng-sld .name {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
    font-size: 14px;
}
.mng-sec .mng-slds .mng-sld .name:after {
    content: '';
    width: 50px;
    height: 2px;
    background-color: #88bb30 ;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    top: -20px;

}
.mng-sec .mng-slds .mng-sld .name small {
    font-size: 70%;
    font-weight: lighter;
    margin-right: 10px;
}

.serv-content-sec {
    padding: 45px 0 20px 0;
}
.serv-content {
    padding: 50px 0;
    background: #FFF;
}
.sc-title {
    position: relative;
    font-size: 20px;
    color: #658f27;
    padding-right: 45px;
    margin-bottom: 50px;
}
.sc-title:before {
    content: '';
    width: 50px;
    height: 3px;
    background: #658f27;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -25px;
}
.serv-2colcon {
    margin-bottom: 100px;
    position: relative;
}
.serv-2colcon.s2c-left {
}
.serv-2colcon.s2c-right {
}
.serv-2colcon .sc-2cimg {
    width: 100%;
    position: relative;
}
.serv-2colcon.s2c-left .col-md-6 {
    left: -50px;
}
.serv-2colcon.s2c-right .col-md-6 {
    right: -50px;
}
.serv-2colcon .sc-2cimg img {
    width: 100%;
}
.serv-2colcon .sc-2cimg:after ,
.serv-2colcon .sc-2cimg:before {
    content: '';
    width: 50%;
    height: 40px;
    background: red;
    position: absolute;
}
.serv-2colcon .sc-2cimg:before {
    top: -40px;
}
.serv-2colcon .sc-2cimg:after {
    bottom: -40px;
}

.serv-2colcon:nth-child(1) .sc-2cimg:after ,
.serv-2colcon:nth-child(1) .sc-2cimg:before {
    background: #e8ebf2;
}
.serv-2colcon:nth-child(2) .sc-2cimg:after ,
.serv-2colcon:nth-child(2) .sc-2cimg:before {
    background: #658f27;
}
.serv-2colcon:nth-child(3) .sc-2cimg:after ,
.serv-2colcon:nth-child(3) .sc-2cimg:before {
    background: #1f4864;
}
.serv-2colcon:nth-child(4) .sc-2cimg:after ,
.serv-2colcon:nth-child(4) .sc-2cimg:before {
    background: #dbdbdb;
}
.serv-2colcon:nth-child(5) .sc-2cimg:after ,
.serv-2colcon:nth-child(5) .sc-2cimg:before {
    background: #658f27;
}
.serv-2colcon:nth-child(6) .sc-2cimg:after ,
.serv-2colcon:nth-child(6) .sc-2cimg:before {
    background: #e8ebf2 ;
}

.serv-2colcon.s2c-left .sc-2cimg:after ,
.serv-2colcon.s2c-left .sc-2cimg:before {
   left: 0;
}
.serv-2colcon.s2c-right .sc-2cimg:after ,
.serv-2colcon.s2c-right .sc-2cimg:before {
    right: 0;
}

.serv-2colcon .how-txt {
    width: 100%;
    padding-top: 70px;

}
.serv-2colcon.s2c-left .how-txt {
    padding-left: 50px;
}
.serv-2colcon.s2c-right .how-txt {
    padding-right: 50px;
}
.serv-2colcon .how-txt .hwtit {
    font-weight: lighter;
}
.serv-2colcon .how-txt .hwnot {
    font-weight: lighter;
    font-size: 18px;
    line-height:150%;
}
@media screen and (max-width: 992px) {
    .serv-2colcon .how-txt {

        padding-top: 0;
    }
    .serv-2colcon.s2c-left .how-txt {
        padding-left: 20px;
    }
    .serv-2colcon.s2c-right .how-txt {
        padding-right: 20px;
    }
    .serv-2colcon .how-txt .hwtit {
        font-size: 25px;
        font-weight: lighter;
    }
    .serv-2colcon .how-txt .hwnot {


        font-size: 15px;

    }

}
@media screen and (max-width: 768px) {
    .serv-2colcon .how-txt-col {
        width: 90%;
        position: absolute;
        z-index: 5;
        background-color: rgba(255,255,255,0.9);
        bottom: 0;
    }
    .serv-2colcon .sc-2cimg:after ,
    .serv-2colcon .sc-2cimg:before {
        width: 60%;
        height: 10px;
    }

    .serv-2colcon .sc-2cimg:before {
        top: -10px;
    }
    .serv-2colcon .sc-2cimg:after  {
        bottom: -10px;
    }
    .serv-2colcon .how-txt .hwtit {
        font-size: 18px;
        font-weight: 400;
    }
    .serv-2colcon .how-txt .hwnot {


        font-size: 16px;

    }
}



section.sv-mob-sec {
    margin-top: 150px;
    margin-bottom: 200px;
}
.sv-mob .mbfrm {
    width: 290px;
    height: 690px;
    background: url("../images/mobframe.png") no-repeat;
    position: absolute;
    right: 0;
    top: -100px;
    padding: 60px 12px;
}
.sv-mob .mbfrm .sldonmb {
    width: 265px;
    height: 471px;
}
.sv-mob {
    text-align: left;
    height: auto;
    background: url("../images/rectangle.png") ;
}
.sv-mob .mbs-sldscol {
    padding: 0;

}
.sv-mob .head ,
.sv-mob .ftd {
    width: 80%;
    background-color: #FFF;
    height: 100px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    font-weight: 300;
}
.sv-mob .head:after {
    content: '';
    width: 50px;
    height: 3px;
    background: #658f27;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 25px;

}
.sv-mob .mbs-slds mbs-slds-bx {

}
.sv-mob .mbs-slds {
    width: 100%;
    background: #658f27;
    position: relative;
    padding-right: 20%;
}
.sv-mob .mbs-slds .nwbtn-nav {
    position: absolute;
    top: 120px;
    left: 30px;
    color: #FFF;
    z-index: 50;
    width: 40px;
    height: 40px;
    border: 2px solid #FFF;
    border-radius: 100%;
    background-color: transparent;
    outline: none;

    font-size: 19px;
    cursor: pointer;
    padding-top: 7px;
}
.sv-mob .mbs-slds .nwbtn-nav.rg {
    left: auto;
    right:30px;
}
.sv-mob .mbs-slds:after {
    content: '';
    width: 100px;
    background: #658f27;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -90px;
    display: none;
}
.sv-mob .mbs-slds .mbs-slds-bx {
    width: 100%;
    padding: 20px 100px;
    position: relative;
}
.sv-mob .mbs-slds .mbs-slds-bx .sld {
    width: 100%;
    text-align: center;
    color: #FFF;
}

.sv-mob .mbs-slds .mbs-slds-bx .sld .num  {
    font-size: 40px;
    margin-bottom: 30px;
}
.sv-mob .mbs-slds .mbs-slds-bx .sld .txt  {
    min-height: 100px;
    line-height: 150%;
    font-weight: lighter;
}

.sv-mob .mbs-slds .mbs-slds-bx {
    width: 100%;
}

footer.footer {

    margin-top: 100px;
    background: #FFF;

    padding-top: 0;
    position: relative;
}
footer.footer:before {
    content: '';
    width: 100%;
    height: 80px;
    background: url("../images/footer-top-bg.png") repeat-x top;


    position: absolute;
    top: -80px;
    left: 0;
}
footer.footer .brs-hash {
    background: url("../images/footer-brush.png") no-repeat right bottom;

    height: 210px;
}

footer .logo-hm {
    width: 80px;

}
footer .lnk-bx .title {
 font-weight: 500;
}
footer .lnk-bx {
    list-style: none;
    font-size: 13px;
    line-height: 180%;
    margin-bottom: 10px;

}
.first-section-190 {
    margin-top: 180px;
}
.first-section-130 {
    margin-top: 130px;
}
.dsc-bre-cr {
    width: 100%;

}
.dsc-bre-cr li {
    display: inline-block;
    font-size: 0.9em;
}
.dsc-bre-cr li:before {
    font-family: "FontAwesome";
    content: "\f104";
    margin: 0 5px 0 7px;
    position: relative;
    top: 1px;


}
.dsc-bre-cr .br-ic:before {
    display: none;
}


.dsgo-form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c69090;
}
.dsgo-form-group ::-moz-placeholder { /* Firefox 19+ */
    color: #c69090;
}
.dsgo-form-group :-ms-input-placeholder { /* IE 10+ */
    color: #c69090;
}
.dsgo-form-group :-moz-placeholder { /* Firefox 18- */
    color: #c69090;
}

.dsgo-form-group {
    color: #a97f88;
}
.dsgo-form-group .help-block {
    color:#a94442;
    font-size: 0.9em;
    font-weight: 300;
    padding-top: 5px;
}
.dsgo-form-group label {
    color:#697b8c;
    font-weight: 500;

}

.dsgo-form-group textarea.form-control:focus  ,
.dsgo-form-group select.form-control:focus  ,
.dsgo-form-group input.form-control[type=tel]:focus ,
.dsgo-form-group input.form-control[type=text]:focus ,
.dsgo-form-group input.form-control[type=number]:focus ,
.dsgo-form-group input.form-control[type=password]:focus {
    border-color: #1ad9f8;
    border-image-slice: 1;
    border-image-source: linear-gradient(80deg, #1ad9f8, #0bb2ee);
    box-shadow: none;
}

.dsgo-form-group textarea.form-control ,
.dsgo-form-group select.form-control ,
.dsgo-form-group input.form-control[type=password] ,
.dsgo-form-group input.form-control[type=tel] ,
.dsgo-form-group input.form-control[type=number] ,
.dsgo-form-group input.form-control[type=text] {
    border-radius: 0 !important;


}

.dsgo-form-group select.form-control ,
.dsgo-form-group input.form-control[type=password] ,
.dsgo-form-group input.form-control[type=tel] ,
.dsgo-form-group input.form-control[type=number] ,
.dsgo-form-group input.form-control[type=text] {

    height: 48px;

}
.dsgo-form-group.has-error textarea.form-control ,
.dsgo-form-group.has-error select.form-control ,
.dsgo-form-group.has-error input.form-control[type=password] ,
.dsgo-form-group.has-error input.form-control[type=tel] ,
.dsgo-form-group.has-error input.form-control[type=number] ,
.dsgo-form-group.has-error input.form-control[type=text] {
    border: 1px solid #a94442;
    color:#a94442;

}

.dsgo-form-group textarea.form-control {
    height: auto;
    max-width: 100%;
    min-width: 100%;
}

.dsgo-form-group.radio label,
.dsgo-form-group.checkbox label{
    padding-right: 30px;
    display: inline-block;
    font-weight: 300;
    color: #343b41;
    min-height: 30px;
}
.dsgo-form-group.radio label input[type=radio] ,
.dsgo-form-group.checkbox label input[type=checkbox] {
    opacity: 0;
}


.dsgo-form-group.radio label:before ,
.dsgo-form-group.checkbox label:before {
    content: '';
    width: 20px;
    height: 20px;
    border:1px solid #c3c9d7;
    display: inline-block;

    top: 0px;
    right: 0;
    margin-left: 7px;
    position: absolute;


}

.dsgo-form-group.radio label:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.dsgo-form-group.checkbox label:after {
    font-family: 'FontAwesome';
    content: '\f00c';
    position: absolute;
    right: 3px;
    top: 0;
    color: #418f3d;
    display: none;
}
.dsgo-form-group.radio label:after {
    display: none;
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #418f3d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.checkbox.checked label:after ,
.radio.checked label:after {
    display: block;
}
.form-file-uploader {

}
.form-file-uploader .upl-btn i {
    font-size: 2em;
}
.form-file-uploader .upl-btn div {
    font-size: 0.8em;
}

.form-file-uploader .upl-btn {
    width: 70px;
    height: 70px;
    border:1px solid #dca2a2;

    box-shadow: none;
    text-align: center;
    color: #DCA2A2 ;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px !important;: ;
    padding-top: 12px;

}

.btn-light {
    width: 100%;
    font-size: 0.8em;
    font-weight: 500;
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #00d7b3;

    color: #FFF;
    border: none;
}
.btn-light:hover {
    background-color: #0ae7c2;
    color: #FFF;
}

.merch-ind-data {
    font-size: 1em;
}
.merch-ind-data-txt {
    font-size: 0.9em;
}

.nav-content-fake {
    height: 150px;
}
.static-box-content {
    height: 200px;
}
.banner {

    background-color: #16222e;
    min-height: 600px;
}
.banner-text {
    padding-top: 35%;
    padding-top: 17%;
}
.banner-text h1 {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    line-height: 48px;
    margin-bottom: 5%;
}
.banner-text span {
    font-weight: 300;
}
.banner-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 7%;
}
.banner-img {
    bottom: -186px;
    bottom: -60px;
    position: relative;
}
.banner-btn a {
    margin-right: 15px;
    display:inline-block
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {
    #banner {
        text-align:center;
    }
    .banner-text {
        padding-top: 30%;
    }
    .banner-text h1 {
        margin-top:70px;
        font-size: 33px;
        line-height:36px;
    }
    .banner-text p {
        font-size: 18px;
    }
    .banner-img {
        margin:auto;
    }
    .banner-btn a {
        margin-bottom: 100px;
    }

}
@media screen and (max-width: 640px) {
    #banner {
        text-align:center;
    }
    .banner-text h1 {
        margin-top:70px;
        font-size: 33px;
        line-height:36px;
    }
    .banner-btn a {
        margin-bottom: 70px;
    }
    .banner-text {
        padding-top: 35%;
    }

}
@media screen and (max-width: 480px) {
    #banner {
        text-align:center;
    }
    .banner-text {
        padding-top: 45%;
    }
    .banner-text h1 {
        margin-top:100px;
        font-size: 32px;
        line-height:36px;
    }
    .banner-btn a {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 320px) {
    .banner-text {
        padding-top: 55%;
    }

}


.main-content {
    padding-top: 50px;
}
.cupdis-bd-sing {
    background-color: #f6f5f4;
}
.cp-pg-sidbtn {
    background-color: #FFF;
}
.cp-pg-maincol {
    background-color: #FFF;
    padding: 0 85px;
}
.cp-pg-maincol.t-p {
    padding: 60px 85px;
}
.cp-pg-maincol.faq {
    padding: 20px 85px 60px 85px;
}
.cp-pg-sidecol {
    background-color: #FFF;
}
.cp-pg-sidecol.n-p {
    padding: 0;
}
.cp-pg-maincol .breadcrumb {
    padding: 20px 0;
    background-color: transparent;
}
.cp-pg-maincol .breadcrumb.btb {
    border-bottom: 1px solid #d8d8d8;

}
.cp-pg-maincol .cp-pg-maincol .title {
    font-size: 1.8em;
    margin-bottom: 30px;
}
.cp-pg-maincol .cp-data-box {
    font-size: 0.8em;
    margin-bottom: 30px;
}
.cp-pg-maincol .cp-data-box .writer {
    white-space: nowrap;
}
.cp-pg-maincol .cp-data-box .writer .wr-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}
.cp-pg-maincol .cp-data-box .text {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.cp-pg-maincol .cp-data-box .text.l {
    text-align: left;
}
.cp-pg-maincol .cp-pg-image {

}
.cp-pg-maincol .cp-pg-image .image {
    width: 100%;
}
.cp-pg-maincol .cp-cont {
    padding: 30px 0;
}
.cp-pg-maincol .cp-rel-link {
    margin-bottom: 10px;
}
.cp-pg-maincol .tags-cats {
    border-top: 1px solid #d8d8d8;

    padding: 30px 0;
}
.cp-pg-maincol .tags-cats-item {
    display: inline-block;
    background-color: #f2f2f2;
    padding: 5px 10px   ;
    border-radius: 30px;
    margin-left: 10px;

}
.cp-pg-maincol.maincol-wd {
    padding: 0 45px;
}

.cp-pg-sidecol {
    width: 100%;
    background-color: #FFF;
    padding: 10px 0;
    margin-bottom: 30px;


}
.cp-pg-sidecol .sd-rel-post {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
    padding: 10px;
    display: block;
}
.cp-pg-sidecol .sd-rel-post .tit-frm {
    width: calc(100% - 90px);
    float: left;
}
.cp-pg-sidecol .sd-rel-post .tit-frm .tit {
    margin-bottom: 5px;
}
.cp-pg-sidecol .sd-rel-post .tit-frm .date {
    font-size: 0.8em;
}


.cp-pg-sidecol .sd-rel-post .img-frm {
    width: 80px;
    float: right;
}
.cp-pg-sidecol .sd-rel-post .img-frm img {
    width: 100%;
}
.cp-title  {
    font-size: 1.1em !important;
    margin-bottom: 30px;
}
.cp-title .cp-title-txt  {
    font-size: 1.5em !important;
}


.posts-list .pb-100 {
    padding-bottom: 100px;
}
.posts-list .pt-100 {
    padding-top: 100px;
}
.posts-list .mb-100 {
    margin-bottom: 100px;
}
.posts-list a {
    text-decoration: none;
    color: #333;
    -webkit-transition: .4s;
    transition: .4s;
}

.posts-list .blog-img {
    position: relative;
}
.posts-list .blog-img img {
    width: 100%;
}
.posts-list .post-category a {
    display: inline-block;
    background-color: #FF7200;
    color: #fff;
    font-size: 15px;
    padding: 5px 20px;
}
.posts-list .single-blog:hover img {
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"
}
.posts-list .post-category {
    position: absolute;
    left: 0;
    bottom: 0;
}
.posts-list .blog-content {
    padding: 30px 20px;
}
.posts-list .single-blog {
    border: 1px solid #eee;
    margin-bottom: 30px;
}
.posts-list .blog-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.posts-list .meta ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.posts-list .meta {
    margin-bottom: 20px;
    opacity: .85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}
.posts-list .blog-content a.box_btn {
    display: inline-block;
    background-color: #FF7200;
    padding: 5px 15px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 20px;
}
.posts-list a.box_btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #CC5B00;
    left: -100%;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1;
}
.posts-list a.box_btn {
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    text-decoration:none;
}
.posts-list a.box_btn:hover::before {
    left: 0;
    z-index: -1;
}
.web-sib-list-001 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.web-sib-list-001 > li:last-child {
    border-bottom: none;
}
.web-sib-list-001 > li > a {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
    text-decoration: none;
    border-right: 4px solid #d8d8d8;


}
.web-sib-list-001 > li > a.active,
.web-sib-list-001 > li > a:hover {
    border-right-color: #FF7200;
}
.web-sib-list-001 > li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d8d8d8;


}
.psin-title {
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
