@font-face {
    font-family: bold;
    src: url(../font/Raleway-Bold.ttf);
}

@font-face {
    font-family: semibold;
    src: url(../font/Raleway-SemiBold.ttf);
}

@font-face {
    font-family: Medium;
    src: url(../font/Raleway-Medium.ttf);
}

@font-face {
    font-family: regular;
    src: url(../font/Raleway-Regular.ttf);
}

body {
    font-family: medium;
    font-feature-settings: 'lnum' !important;
}
.banner-wep{
    background: #540a69;
    background-size: cover; 
}
.mar-b-30 {
    margin-bottom: 30px !important;
}

.mar-b-40 {
    margin-bottom: 40px;
}

.mar-b-50 {
    margin-bottom: 50px;
}

.mar-t-60 {
    margin-top: 60px;
}

.mar-b-10 {
    margin-bottom: 10px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.pad-r-0 {
    padding-right: 0;
}

.pad-l-0 {
    padding-left: 0;
}

.mar-b-80 {
    margin-bottom: 80px;
}

.mar-b-20 {
    margin-bottom: 20px;
}

.mar-b-15 {
    margin-bottom: 15px;
}

.mar-t-30 {
    margin-top: 30px !important;
}

.LV_validation_message.LV_valid {
    display: none;
}

.LV_validation_message.LV_invalid {
    color: red;
    font-size: 12px;
    letter-spacing: 0.4px;
}

form {
    /*height: 700px;*/
}

input[type=text] {
    color: #333 !important;
}

.mar-t-40 {
    margin-top: 40px;
}

.mar-t-50 {
    margin-top: 50px;
}

.mar-t-80 {
    margin-top: 80px;
}

.mar-t-20 {
    margin-top: 20px;
}

.mar-t-15 {
    margin-top: 15px;
}

.mar-t-150 {
    margin-top: 150px;
}

.form .submit-button-style {
    width: 120px;
    font-size: 15px;
    background-color: #10b81a !important;
    color: #fff;
    border: none;
    padding: 8px 20px;
}

.form input[disabled='true'] {
    opacity: 0.4;
}

.modal-dialog {
    max-width: 450px !important;
}

.modal-title {
    color: #894694;
    font-family: semibold;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

#header_wrapper {
    padding: 20px 0;
    position: fixed;
    z-index: 1000 !important;
    width: 100% !important;
}

.header_box,
.hero_section,
.logo,
.white_pad {
    position: relative;
}

.logo {
    margin-top: 8px;
    z-index: 2;
}

.client_profile,
.logo {
    float: left;
}

.navbar {
    border: 0 solid #fff;
    min-height: 40px;
    margin-bottom: 0;
}

.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navStyle ul {
    padding: 0;
}

.navStyle ul,
.social_links,
.team_box ul {
    list-style: none;
}

.navStyle ul li {
    margin: 20px 15px 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background: 0 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-nav {
    float: right;
}

.nav>li>a {
    padding: 10px;
}

.navStyle ul li a {
    display: block;
    font-size: 14px;
    color: #222;
    text-decoration: none;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.navStyle ul li a,
a.read_more2 {
    transition: all .2s ease-in-out;
}

.banner-content {
    margin-top: 150px;
}

.nav-effect {
    background-color: rgba(255, 255, 255, .9);
    padding: 0 0 10px !important;
    box-shadow: 0px 0px 3px #555;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #868686 !important;
    color: #fff !important;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-inverse .navbar-toggle {
    border: none !important;
}

.navbar-toggle {
    margin-right: 0px !important;
}

.navStyle ul li a {
    cursor: pointer;
}

@media (max-width: 767px) {
    #header_wrapper {
        background: rgba(193, 193, 193, .9);
        padding: 0;
        border-bottom: 1px solid #fff;
        padding-left: 2% !important;
        padding-bottom: 4px !important;
        padding-right: 4% !important;
    }

    .header .container {
        width: 100% !important;
    }

    .navbar-nav {
        float: left;
    }

    .navbar-toggle {
        margin-top: 32px;
    }

    .navStyle ul li {
        margin: 0px !important;
    }
}

/*end of header*/
.banner {
    background: url(../img/banner.png)no-repeat;
    background-size: cover;
    padding-bottom: 180px;
    background-position: left;
}

.banner h1 {
    color: white;
    font-size: 40px;
    font-family: semibold;
    line-height: 1.15;
    margin-bottom: 0;
}

.banner p {
    color: #fff;
    font-size: 20px;
    margin:30px 0 10px;
    font-family: regular;
}
.banner .img-wrapper{display: inline-flex;align-items: center;margin-top: 15px;}
.banner .btn.btn-primary{
    margin-top: 5px;
}
img.img-responsive {margin-right: 2px;}

.banner .btn-primary,
.banner .btn-primary:focus,
.banner .btn-primary:hover {
    background: #fff700 !important;
    border: 1px solid #fff700 !important;
    font-size: 18px !important;
    padding: 10px 40px !important;
    border-radius: 0 !important;
    transition: 0.2s ease !important;
    color: #333 !important;
}

.red_c {
    color: #ffcc00;
    line-height: 25px;
}

.grid_a .strong, .grid h1{
    font-family: bold;
    font-size: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
    color: #333;
}

.sec_con {
    border: 1px solid #777;
    padding: 20px;
    height: 350px;
}

.banner .btn-primary:hover {
    box-shadow: 0px 6px 9px rgb(0 0 0 / 31%);
    /*transform: scale(1.03);*/
    transition: 0.2s ease;
}

.section {
    padding: 60px 0;
}

p,
li {
    font-family: Medium;
    font-size: 16px;
}

.video p {
    line-height: 27px;
    margin-bottom: 30px;
}

.video li {
    margin-bottom: 10px;
}

.grid .card {
    background: #eee;
    padding: 20px 20px 40px;
    height: 150px;
    /*position: relative;*/
}

.grid .card p {
    margin-top: 15px;
    color: #333;
    font-size: 14px;
}

.btn.purple {
    background: #530a68;
    border-radius: 0;
    color: #fff;
    border: 0;
    padding: 8px 16px;
    position: absolute;
    bottom: 30px;
    right: 100px;
}

.grid_a {
    background-color: #eee;
    color: #333;
}

.card h1 {
    color: #530a68;
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.card ul li {
    margin-bottom: 10px;
}

.cta-banner .btn.btn-warning {
    padding: 10px 40px;
}

.cta-banner {
    background: url("../img/cta-banner.png")no-repeat center;
}

.btn.btn-primary,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #ffcc00;
    color: #333;
    padding: 10px 15px;
    border-radius: 0;
    border: none;
    font-size: 18px;
    font-family: Medium;
    margin-top: 30px;
}

.grid_a .btn.btn-primary {
    font-size: 15px;
    margin-top: 20px;
}

.section.social img {
    margin: 0 5px;
}

.footer {
    background: #333;
    padding: 20px 0 10px;
    color: #fff;
}

.footer p,
.footer a {
    color: #fff;
    font-family: Medium;
    font-weight: 500;
}

@media screen and (max-width:992px) {

    p,
    li {
        font-family: Medium;
        font-size: 15px;
    }

    .video p {
        line-height: 23px;
        margin-bottom: 20px;
    }

    .strong {
        font-family: bold;
        font-size: 16px;
    }

    .sec_con {
        height: 390px;
    }

    .footer {
        text-align: center;
    }

    .grid .card {
        height: 170px;
    }

    .navStyle ul li {
        margin: 13px 5px 0;
        font-size: 13px;
    }

    .credits {
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    /*.container {
        max-width: 310px;
        margin: auto;
    }*/
    body{
        overflow-x: hidden;
    }
    .mob-cus-col{
        width: 83%;
    }

    .banner h1 {
        color: white;
        font-size: 38px;
        font-family: semibold;
        margin: -50px 0 0 0;
    }

    .banner .btn-primary {
        margin-top: 10px;
    }

    .video.section .col-sm-5 {
        padding-top: 20px;
    }

    .sec_con {
        height: auto;
        margin-bottom: 20px;
    }

    .grid .card {
        height: auto;
        padding: 15px;
        margin-bottom: 20px;
    }

    .section {
        padding: 40px 0;
    }

    .cta-banner.section h1 {
        font-size: 25px;
    }

    .btn {
        font-size: 15px !important;
    }

    .modal-dialog {
        width: 100%;
    }

    iframe.youtube-video {
        height: 200px !important;
    }
    .banner br{display:none;}

}

@media screen and (max-width:685px){
    .mob-cus-col {
    width: 100%;
  }
}