@font-face {
    font-family: 'Nunito-Black';
    src: url('../../fonts/Nunito/Nunito-Black.ttf');
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../../fonts/Nunito/Nunito-Bold.ttf');
}
@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url('../../fonts/Nunito/Nunito-ExtraBold.ttf');
}
@font-face {
    font-family: 'Nunito-Regular';
    src: url('../../fonts/Nunito/Nunito-Regular.ttf');
}
@font-face {
    font-family: 'Nunito-SemiBold';
    src: url('../../fonts/Nunito/Nunito-SemiBold.ttf');
}
@font-face {
    font-family: 'PlayfairDisplay-Black';
    src: url('../../fonts/Playfair_Display/PlayfairDisplay-Black.ttf');
}
@font-face {
    font-family: 'PlayfairDisplay-Bold';
    src: url('../../fonts/Playfair_Display/PlayfairDisplay-Bold.ttf');
}
@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url('../../fonts/Playfair_Display/PlayfairDisplay-Regular.ttf');
}




 body {
     font-family: 'Nunito-Regular';
     overflow-x: hidden;
     font-size: 14px;
     background-color: #f2f5fa;
}
/*status css*/
.status-block{
    padding: 170px 0 40px;
}
.status-discription-block{
    text-align: center;
    margin: 20px 0;
}
.status-discription-block img{
    margin-bottom: 20px;
    width: 80px;
}
.status-discription-block h5{
        color: #5c5de8;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
}
.status-discription-block p {
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
    line-height: 15px;
}
.status-discription-block .btn-primary {
    margin: 35px 0;
    padding: 12px 65px;
    font-size: 10px;
    font-weight: normal;
    line-height: 12px;
}






/*css for pricing page*/
.price-box {
    padding: 30px 20px 50px;
    margin-bottom: 30px !important;
}
.price-box form, .price-box form .pos-relative{height: 100%;}
.pos-relative{position: relative;}
.price-box .foo-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: 2;
}
.price-box .checkbox {
    margin-bottom: 10px;
}
.price-box .card-footer {
    padding: 0;
    background-color: #FFF;
    border-top: none;
}
.price-box h4 {
    color: #6f89e3;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.price-box img {
    /* width: 250px; */
    height: 90px;
    max-width: 100%;
}
.price-box .price {
    font-weight: bold;
    font-size: 40px;
    margin: 20px 0 0;
    line-height: 40px;
}
.price-box .price sup {
    font-weight: normal;
    font-size: 20px;
    top: -20px;
}
.price-box .month {
    color: #b0b0b0;
    margin-bottom: 20px;
}
.price-box label{
    color: #b0b0b0;
}
.price-box .form-group {
    margin-bottom: 1.6rem;
}
.price-box .form-control {
    width: 140px;
    margin: 0 auto;
    text-align: center;
}
.price-box .plans {
    padding: 20px 0;
    text-align: left;
}

/* Checkmark style starts */
/*.plans{text-align: center;}
.plans input[type=checkbox]{
    display:none;
}
.check-box::before {
    top: 72px;
    left: 41px;
    box-shadow: 0 0 0 5px #667788;
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.check-box {
    height: 100px;
    width: 100px;
    background-color: transparent;
    border: 10px solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}
.check-box::after {
    top: 37px;
    left: 5px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.check-box::before, .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 20px;
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: ' ';
    -webkit-transition: opacity ease .5;
    -moz-transition: opacity ease .5;
    transition: opacity ease .5;
}
input[type="checkbox"]:checked + .check-box::before, .check-box.checked::before {
    height: 120px;
    -moz-animation: dothatopcheck 0.4s ease 0s forwards;
    -o-animation: dothatopcheck 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
    animation: dothatopcheck 0.4s ease 0s forwards;
}
input[type="checkbox"]:checked + .check-box::after, .check-box.checked::after {
    height: 50px;
    -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
    animation: dothabottomcheck 0.2s ease 0s forwards;
}
@-moz-keyframes dothabottomcheck{
    0% { height: 0; }
    100% { height: 50px; }
}

@-webkit-keyframes dothabottomcheck{
    0% { height: 0; }
    100% { height: 50px; }
}

@keyframes dothabottomcheck{
    0% { height: 0; }
    100% { height: 50px;  }
}

@keyframes dothatopcheck{
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 120px; }
}
@-webkit-keyframes dothatopcheck{
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 120px; }
}
@-moz-keyframes dothatopcheck{
    0% { height: 0; }
    50% { height: 0; }
    100% { height: 120px; }
}*/
/*radio and checkbox css*/

.display-4 {
    font-family: 'Nunito-Bold';
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}
.checkbox .cr, .radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
    color: #6f89e3;
}
.radio .cr {
    border-radius: 50%;
}
.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.radio .cr .cr-icon {
    margin-left: 0.04em;
}
.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    -webkit-transform: scale(3) rotateZ(-20deg);
        -ms-transform: scale(3) rotate(-20deg);
            transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    -webkit-transform: scale(1) rotateZ(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr{opacity: .5;
}
/*radio and checkbox css*/

/* Typography */
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
     color: #3f345f;
}
 h1 {
     font-size: 48px;
      font-family: 'Nunito-Bold';
}
h2 {
    font-size: 28px;
    font-family: 'PlayfairDisplay-Bold' !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}
 h2 span{
    font-size: 32px;
 }
 h4 {
     font-size: 30px;
}
 h5 {
     font-size: 20px;
     font-family: 'Nunito-Bold';
}
 h6 {
     font-size: 18px;
}
 p {
     color: #7d8b9b;
     font-size: 14px;
     line-height: 27px;
}
 a {
     text-decoration: none !important;
     color: #3f345f;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 a:hover, a:focus {
     text-decoration: none !important;
     color: #28223D;
     box-shadow: none;
     outline: none;
}
 img {
     -webkit-transform-style: preserve-3d;
             transform-style: preserve-3d;
}
/* Section */
 section {
     padding: 80px 0;
}
 .section-title {
     padding-bottom: 80px;
     background-attachment: scroll;
     background-clip: border-box;
     background-image: url("../img/path-2-copy-2.png");
     background-origin: padding-box;
     background-position: center top;
     background-repeat: no-repeat;
     background-size: 189px auto;
     padding-bottom: 80px;
}
 .section-title .badge {
     margin: 0 0 8px;
}
 .section-title-line {
     background: rgba(0, 0, 0, 0) url("../img/line.png") repeat scroll 0 0;
     display: inline-block;
     height: 5px;
     width: 53px;
}
/* Badge */
 .badge {
     border-radius: 100px;
     font-size: 12px;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1px;
     line-height: normal;
     padding: 4px 14px;
     text-transform: uppercase;
}
 .badge-primary {
     background-color: rgba(92, 93, 232, 0.1);
     color: #5c5de8;
}
 .badge-danger {
     background-color: rgba(250, 100, 35, 0.1);
     color: #fa6423;
}
 .badge-success {
     background-color: rgba(0, 216, 200, 0.09);
     color: #00d8c8;
}
 .badge-dark {
     background-color: rgba(52, 58, 64, 0.19);
     color: #343a40 !important;
}
 .badge-info {
     background-color: rgba(23, 160, 184, 0.17);
     color: #17a2b8;
}
 .badge-white {
     background-color: rgba(255, 255, 255, 0.81);
     color: #5c5de8 !important;
}
/* Button */
 .btn {
     border-radius: 100px;
     font-size: 13px;
     font-weight: bold;
     letter-spacing: 1px;
     padding: 17px 39px;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
     text-transform: uppercase;
     -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
             box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}
 .btn-primary {
     background: #5a7ce2;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #5a7ce2 0%,#8283e8 50%,#5c5de8 51%,#565bd8 71%,#575cdb 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #5a7ce2 0%,#8283e8 50%,#5c5de8 51%,#565bd8 71%,#575cdb 100%);
     background: -o-linear-gradient(315deg, #5a7ce2 0%,#8283e8 50%,#5c5de8 51%,#565bd8 71%,#575cdb 100%);
     background: linear-gradient(135deg, #5a7ce2 0%,#8283e8 50%,#5c5de8 51%,#565bd8 71%,#575cdb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a7ce2', endColorstr='#575cdb',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
     box-shadow: none !important;
}
 .btn-outline-primary:hover {
     background-color: #5a7ce2;
     border-color: #5a7ce2;
     color: #fff;
}
 .btn-secondary{
     background: #797b7f;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #797b7f 0%,#b5b8bf 50%,#8e9397 51%,#8e9397 71%,#828589 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #797b7f 0%,#b5b8bf 50%,#8e9397 51%,#8e9397 71%,#828589 100%);
     background: -o-linear-gradient(315deg, #797b7f 0%,#b5b8bf 50%,#8e9397 51%,#8e9397 71%,#828589 100%);
     background: linear-gradient(135deg, #797b7f 0%,#b5b8bf 50%,#8e9397 51%,#8e9397 71%,#828589 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#797b7f', endColorstr='#828589',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 .btn-success{
     background: #05ac50;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #05ac50 0%,#21dd72 50%,#05c44e 51%,#05ac50 71%,#05ac50 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #05ac50 0%,#21dd72 50%,#05c44e 51%,#05ac50 71%,#05ac50 100%);
     background: -o-linear-gradient(315deg, #05ac50 0%,#21dd72 50%,#05c44e 51%,#05ac50 71%,#05ac50 100%);
     background: linear-gradient(135deg, #05ac50 0%,#21dd72 50%,#05c44e 51%,#05ac50 71%,#05ac50 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ac50', endColorstr='#05ac50',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 .btn-danger{
     background: #e81216;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
     background: -o-linear-gradient(315deg, #e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
     background: linear-gradient(135deg, #e81216 0%,#f45355 50%,#f6290c 51%,#ed0e11 71%,#fc1b21 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e81216', endColorstr='#fc1b21',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 .btn-warning{
     background: #e5ae09;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #e5ae09 0%,#ffd044 50%,#ffc107 51%,#fc9014 71%,#f1890b 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #e5ae09 0%,#ffd044 50%,#ffc107 51%,#fc9014 71%,#f1890b 100%);
     background: -o-linear-gradient(315deg, #e5ae09 0%,#ffd044 50%,#ffc107 51%,#fc9014 71%,#f1890b 100%);
     background: linear-gradient(135deg, #e5ae09 0%,#ffd044 50%,#ffc107 51%,#fc9014 71%,#f1890b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5ae09', endColorstr='#f1890b',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
     color: #fff !important;
}
 .btn-info{
     background: #01a8c1;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #01a8c1 0%,#2adbf7 50%,#00b5d1 51%,#0aafc9 71%,#0599b1 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #01a8c1 0%,#2adbf7 50%,#00b5d1 51%,#0aafc9 71%,#0599b1 100%);
     background: -o-linear-gradient(315deg, #01a8c1 0%,#2adbf7 50%,#00b5d1 51%,#0aafc9 71%,#0599b1 100%);
     background: linear-gradient(135deg, #01a8c1 0%,#2adbf7 50%,#00b5d1 51%,#0aafc9 71%,#0599b1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01a8c1', endColorstr='#0599b1',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 .btn-light{
     background: #f2f2f2;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
     background: -o-linear-gradient(315deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
     background: linear-gradient(135deg, #f2f2f2 0%,#dddddd 50%,#ffffff 51%,#ffffff 71%,#f6f8fb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f6f8fb',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     color: #3f345f !important;
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 .btn-dark{
     background: #343a40;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
     background: -o-linear-gradient(315deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
     background: linear-gradient(135deg, #343a40 0%,#667584 50%,#4e5256 51%,#242a30 71%,#343a40 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343a40', endColorstr='#343a40',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
     background-size: 400% 400%;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     -webkit-animation: AnimationName 3s ease infinite;
     animation: AnimationName 3s ease infinite;
     border: medium none;
}
 @-webkit-keyframes AnimationName {
     0%{
        background-position:0% 31%
    }
     50%{
        background-position:100% 70%
    }
     100%{
        background-position:0% 31%
    }
}
 @keyframes AnimationName {
     0%{
        background-position:0% 31%
    }
     50%{
        background-position:100% 70%
    }
     100%{
        background-position:0% 31%
    }
}
 .btn-outline-light:hover{
     color: #3f345f;
}
 .btn-outline-warning:hover{
     color: #ffffff;
}
 .btn-sm {
     font-size: 12px;
     padding: 11px 25px;
}
 .elements-page-btn .btn {
     margin: 6px 3px;
}
 .custom-card{
     background-color: #ffffff;
     overflow:hidden;
     border: medium none;
     border-radius: 6px;
     -webkit-box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
             box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.12), 0 25px 65px 0 rgba(0, 0, 0, 0.08);
}
 .text-primary {
     color: #5c5de8 !important;
     text-decoration: none !important;
}
/* Particles */
 canvas {
     display: block;
     vertical-align: bottom;
}
 #particles-js {
     position: absolute;
     width: 100%;
     height: 100%;
}
/* Navbar */
 .osahan-navbar.fixed-top {
    /* border-bottom:2px solid rgba(255, 255, 255, 0.4);*/
     padding: 12px 0px;
     background: #6247e5;
background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    background-color: rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6247e5', endColorstr='#42b7f5',GradientType=1 );
}
.logo-main {
   height: 60px;
    margin: 0 25px;
}
 .osahan-navbar.fixed-top .navbar-brand img {
     height: 60px;
    margin: 0 25px;

}
 .osahan-navbar {
     padding: 18px 0;
     -webkit-transition: all 0.4s ease-in-out 0s;
     -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s;
}
 .osahan-navbar .nav-link {
     font-size: 14px;
     padding: 10px 12px !important;
     position: relative;
     color: #fff !important;
}
.osahan-navbar .nav-link.active::before, .osahan-navbar .nav-link:hover::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    bottom: -6px;
    content: "";
    height: 4px;
    left: 12px;
    margin: auto;
    position: absolute;
    right: 12px;
    text-align: center;
    width: auto;
}
 .osahan-navbar.fixed-top .nav-link.active::before, .osahan-navbar.fixed-top .nav-link:hover::before {
     background: #fff none repeat scroll 0 0;
     border-radius: 0;
     bottom: -5px;
     height: 4px;
     left: 12px;
     right: 12px;
     width: auto;
}
.dropdown-menu {
     border: none !important;
     border-radius: 3px;
     -webkit-box-shadow: 0 10px 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 10px 24px rgba(91, 94, 222, 0.16);
     margin: 16px 0 0 0;
     padding: 9px;
}
/* .dropdown-menu {
     border: 1px solid rgba(65, 77, 91, 0.1);
     border-radius: 3px;
     -webkit-box-shadow: 0 10px 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 10px 24px rgba(91, 94, 222, 0.16);
     margin: 16px 0 0 0;
     padding: 9px;
}*/
 .dropdown-menu::after {
     border-bottom: 10px solid #fff;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     content: "";
     position: absolute;
     right: 5px;
     top: -7px;
}
 .dropdown-menu .dropdown-item {
     border-radius: 2px;
     color: #7d8b9b;
     font-size: 14px;
     padding: 7px 13px;
}
 .dropdown-menu .dropdown-item:hover {
     background-color: #3f345f;
     -webkit-box-shadow: 0 6px 15px 0 rgba(29, 25, 122, 0.2);
             box-shadow: 0 6px 15px 0 rgba(29, 25, 122, 0.2);
     color: #ffffff;
}
.menu-btn {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 11px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1px;
    letter-spacing: normal;
    line-height: 41px;
    margin: 0 18px 0 16px;
    padding: 10px 17px;
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
}
.menu-btn:hover, .menu-btn:active, .menu-btn:focus{
background-color: transparent;
color: #fff;
}
.dash-progress-blcok .progress-bar div {
    display: none;
} 
.admission-progress .progress-bar div span {
    font-family: 'Nunito-Bold';
    line-height: 75px !important;
    font-size: 15px;
}
/* .inner-navbar .menu-btn {
     background-color: #ffffff;
     color: #3f345f;
}*/
/* Banner */
 header {
     position: relative;
     z-index: 3;
}
 .banner-block {
     padding-top: 0px;
}
 .dark-right-banner {
     position: absolute;
     right: 0;
     top: -10px;
}
 .dark-banner {
     min-height: 605px;
     position: relative;
}
 .dark-right-banner img {
     width: 700px;
}
 .effectiv {
     bottom: -1px;
     left: 0;
     position: absolute;
     right: 0;
     z-index: -1;
}
 .effectiv img {
     max-width: 100%;
     min-width: 100%;
     width: 100%;
}
 .bg-primary::after {
     background-attachment: scroll;
     background-clip: border-box;
     background-image: url("../img/bg-primary.png");
     background-origin: padding-box;
     background-position: 0 0;
     background-repeat: no-repeat;
     background-size: 100% auto;
     bottom: 0;
     content: "";
     position: absolute;
     top: 0;
     width: 100%;
     z-index: -1;
     opacity: 0.2;
}
 .bg-primary{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6247e5+0,42b7f5+100 */
     background: #6247e5;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
     background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
     background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6247e5', endColorstr='#42b7f5',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .bg-danger{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed0e11+0,f97861+100 */
     background: #ed0e11;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #ed0e11 0%,#f97861 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #ed0e11 0%,#f97861 100%);
     background: -o-linear-gradient(315deg, #ed0e11 0%,#f97861 100%);
     background: linear-gradient(135deg, #ed0e11 0%,#f97861 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0e11', endColorstr='#f97861',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .bg-success{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#05ac50+0,08dbb1+100 */
     background: #05ac50;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #05ac50 0%,#08dbb1 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #05ac50 0%,#08dbb1 100%);
     background: -o-linear-gradient(315deg, #05ac50 0%,#08dbb1 100%);
     background: linear-gradient(135deg, #05ac50 0%,#08dbb1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05ac50', endColorstr='#08dbb1',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .bg-warning {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fccf31+0,f55555+100 */
     background: #fccf31;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #fccf31 0%,#f55555 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #fccf31 0%,#f55555 100%);
     background: -o-linear-gradient(315deg, #fccf31 0%,#f55555 100%);
     background: linear-gradient(135deg, #fccf31 0%,#f55555 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccf31', endColorstr='#f55555',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .bg-info{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#09adc7+0,02ddff+100 */
     background: #09adc7;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #09adc7 0%,#02ddff 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #09adc7 0%,#02ddff 100%);
     background: -o-linear-gradient(315deg, #09adc7 0%,#02ddff 100%);
     background: linear-gradient(135deg, #09adc7 0%,#02ddff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#09adc7', endColorstr='#02ddff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .bg-dark{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#272d33+0,61676d+100 */
     background: #272d33;
    /* Old browsers */
    /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg, #272d33 0%,#61676d 100%);
    /* Chrome10-25,Safari5.1-6 */
     background: -webkit-linear-gradient(315deg, #272d33 0%,#61676d 100%);
     background: -o-linear-gradient(315deg, #272d33 0%,#61676d 100%);
     background: linear-gradient(135deg, #272d33 0%,#61676d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272d33', endColorstr='#61676d',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}
 .bg-image {
     background-attachment: fixed;
     background-clip: border-box;
     background-image: url("../img/index-banner.jpg");
     background-origin: padding-box;
     background-position: center top;
     background-repeat: repeat;
     background-size: 100% auto;
}
 .banner-block .img-fluid {
     margin: 0 0 -118px;
}
/* Testimonials */
 .testimonials-item {
     padding: 37px;
}
 .testimonials-item img {
     background: #fff none repeat scroll 0 0;
     border-radius: 90px;
     -webkit-box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
             box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     height: 107px;
}
/* Screens */
 .screens-block .owl-item {
     opacity: 0.5;
     padding: 25px;
}
 .screens-block .owl-item.center {
     opacity: unset;
     padding: 0px;
}
 .screens .item {
     border-radius: 7px;
     margin: 15px;
}
 .screens .item img {
     border: 25px solid #fff;
     border-radius: 12px;
     -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
             box-shadow: 0 0 11px rgba(0, 0, 0, 0.16);
}
.screens .owl-nav div {
    background: #6247e5 none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    -webkit-box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
            box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
    color: #fff !important;
    height: 60px;
    line-height: 54px;
    opacity: 0.8;
    width: 60px;
}
 .screens .owl-nav div:hover {
     opacity: unset;
}
 .screens {
     position: relative;
}
 .screens .owl-nav .owl-next {
     position: absolute;
     right: 20px;
     top: 37%;
}
 .screens .owl-nav .owl-prev {
     left: 20px;
     position: absolute;
     top: 37%;
}
/* Features */
 .features-block {
     background: rgba(0, 0, 0, 0) url("../img/path-2-copy-2.png") no-repeat scroll center center;
     padding-top: 120px;
}
 .features-item {
     background: rgba(0, 0, 0, 0) url("../img/icon-bg.png") no-repeat scroll center top;
}
 .features-item img {
     margin: 20px 0 40px !important;
}

.features-item h5.mb-4 {
    margin-bottom: 10px !important;
}
 .features-mid-left {
     padding-top: 58px;
}
.features-block .section-title h2{
    margin-top: 0px;
}
.modal-backdrop {
   background-color: yellow;
}
/* Sign Up */
 .sign-up-block {
     background: #f2f5fa none repeat scroll 0 0;
}
 /*.sign-up-form form {
     box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}*/
 .sign-up-form form .btn {
     font-size: 12px;
     font-weight: bold;
     padding: 13px 20px;
     text-transform: uppercase;
}
 .sign-up-form form .form-control {
     border-color: #d3d3d3;
     border-radius: 0;
     font-size: 14px;
     height: 44px;
     -webkit-box-shadow: none !important;
             box-shadow: none !important;
}
 .sign-up-form form .input-group .sign-block{
width: 35%;
 }
 .sign-up-form form .input-group .btn-primary{
    height: 44px;
 }


/* Why Us */
 .why-us-item i {
     font-size: 45px;
}
/* Video */
 .video-block {
     background: #f2f5fa none repeat scroll 0 0;
}
 .play-btn {
     background: #3f345f none repeat scroll 0 0;
     border-radius: 50px;
     color: #fff !important;
     display: inline-block;
     font-size: 29px;
     -webkit-box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
             box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     height: 100px;
     line-height: 103px;
     width: 100px;
}
 .modal-backdrop {
     background-color: #6051e8;
}
 .modal-backdrop.show {
     opacity: 0.8;
}
 .modal-content {
     -webkit-box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
             box-shadow: 0 0 24px rgba(11, 123, 255, 0.12);
     border: medium none;
     border-radius: 2px;
}
/* Pricing */
.pricing-block {
    background: #f2f5fa none repeat scroll 0 0;
    padding: 120px 0;
}
 .pricing-block .section-title p{
  font-family: 'Nunito-Regular';
  font-size: 15px;
  color: #000;
 }
 .pricing-block .section-title {
    padding-bottom: 30px;
}
.card.custom-card.price-box {
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    padding: 18px 16px;
    margin: 0 13px;
    /*background-color: #ECF0F1;*/
    width: 30.55%;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    max-width: 100%;
}
.card.custom-card.price-box h4 {
    font-size: 20px;
    letter-spacing: 1px;
    font-family: 'Nunito-Regular';
    font-weight: 600;
    margin: 16px 0 28px;
}
.card.custom-card.price-box .price {
    font-family: 'Nunito-Black';
    font-size: 40px;
    margin: 20px 0 0;
    line-height: 40px;
    text-align: center;
    margin: 20px auto 0;
}
.card.custom-card.price-box .price span{
position: relative;
}
.card.custom-card.price-box .price sup {
    font-family: 'Nunito-Regular';
    font-size: 18px;
    top: 15px;
    position: absolute;
    left: -15px;
}
.card.custom-card.price-box .month {
    font-size: 12px;
    margin-bottom: 12px;
}
.card.custom-card.price-box label {
    color: #b0b0b0;
    font-size: 11px;
    margin-bottom: 0;
}
.card.custom-card.price-box .form-control {
    border-radius: 7px;
    padding: 6px 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #ddd;
}
.card.custom-card.price-box .form-group {
    margin-bottom: 20px;
}
.card.custom-card.price-box .card-body {
    padding: 0 0 60px;
}
.card.custom-card.price-box .foo-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 2;
}
.card.custom-card.price-box .foo-button .btn {
    padding: 10px 57px;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.2);
}
.for-commn-check {
    width: 25px !important;
    height: 25px !important;
}
.card.custom-card.price-box .card-body .checkbox .cr {
    border: none;
    background-image: url(../img/Gray-Check.png);
    background-size: cover;
    height: 25px;
    width: 25px;
    margin-right: 15px;
    /*margin-bottom: 15px;*/
    /*overflow: hidden;*/
}
.card.custom-card.price-box .card-body .checkbox .cr .check-2 {
    -webkit-transform: scale(1.5) rotateZ(-20deg);
        -ms-transform: scale(1.5) rotate(-20deg);
            transform: scale(1.5) rotateZ(-20deg);
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    width: 25px !important;
    height: 25px !important;
}
.card.custom-card.price-box .card-body .checkbox label input[type="checkbox"]:checked + .cr > .check-2{
    -webkit-transform: scale(1) rotateZ(0deg);
        -ms-transform: scale(1) rotate(0deg);
            transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.card.custom-card.price-box .card-body .checkbox label {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* font-family: 'Nunito-Bold'; */
    font-size: 12px;
    color: gray;
}
.card.custom-card.price-box .card-body .plans {
    padding: 0 25px;
    /*max-height: 145px;
    overflow-y: scroll;*/
}
.card.custom-card.price-box .checkbox {
    margin-bottom: 5px;
    overflow: hidden;
}




 .pricing-item .list-group-item {
     border-color: rgba(204, 204, 204, 0.24);
     color: #7d8b9b;
     font-size: 14px;
     padding: 19px 33px;
     text-align: left;

}
 .pricing-item .list-group-item:last-child {
     text-align: center;
}
 .pricing-item .card-body {
     padding: 43px 30px;
}
 .pricing-item .card-body .font-italic {
     color: #a0a0a0;
}
 .pricing-item .list-group-item i {
     margin: 0 9px 0 0;
}
/* Team */
 .team-item h4 {
     font-size: 19px;
}
 .team-item h6 {
     font-size: 15px;
}
 .team-item .card-footer {
     background: transparent none repeat scroll 0 0;
     border-color: rgba(204, 204, 204, 0.24);
}
 .social-icons a {
     border-radius: 50px;
     -webkit-box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
             box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
     color: #3f345f;
     display: inline-block;
     height: 40px;
     line-height: 42px;
     width: 40px;
}
/* Blogs */
 .theme-card {
     background-color: #ffffff;
     border: medium none;
     border-radius: 4px;
     margin: 20px 13px;
     -webkit-box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     -webkit-transition: all 300ms linear 0s;
     -o-transition: all 300ms linear 0s;
     transition: all 300ms linear 0s;
}
 .owl-carousel .owl-item .blog-author img {
     display: block;
     width: auto;
}
 .blogs-block .card .card-img-top {
     width: 100% !important;
}
 .blog-author img {
     display: table-cell !important;
     height: 30px;
     margin: 0 13px 0 0;
     width: 30px !important;
}
 .blog-author p {
     font-size: 14px;
}
 .blog-author p strong {
     color: #414d5b;
}
 .blog-card h6 {
     margin: 10px 0 7px;
}
 .owl-theme .owl-dots .owl-dot span {
     background-color: #fff;
     border: 2px solid #3f345f;
     height: 10px;
     -webkit-transition: all 300ms linear 0s;
     -o-transition: all 300ms linear 0s;
     transition: all 300ms linear 0s;
     width: 10px;
     -webkit-box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}
 .owl-theme .owl-dots .owl-dot.active span {
     background: #3f345f !important;
     height: 14px;
     margin: 3px !important;
     -webkit-transition: all 300ms linear 0s;
     -o-transition: all 300ms linear 0s;
     transition: all 300ms linear 0s;
     width: 14px;
     -webkit-box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
}
/* Trial */
 .trial-block .form-control {
     border-color: #fff;
     border-radius: 0;
     -webkit-box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     font-size: 13px;
     padding: 16px 20px;
}
/* Help */
 .help-block ul {
     margin: 0;
     padding: 0;
}
 .help-block ul li {
     color: #dc3545;
     font-size: 11px;
     list-style: outside none none;
}
/* Sidebar */
 .sidebar-widget {
     border-radius: 2px;
     -webkit-box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     margin-bottom: 25px;
     padding: 25px;
}
 .sidebar-widget ul {
     margin: 0;
     padding: 0;
}
 .sidebar-widget ul li {
     list-style: outside none none;
}
 .widget-tag li a {
     display: inline-block;
     font-size: 14px;
     width: 100%;
     color:#7d8b9b;
}
 .widget-tag li {
     line-height: 32px;
}
 .widget-tag li a .fa {
     margin: 0 8px 0 0;
}
 .widget-tag li a .badge {
     border-radius: 12px;
     float: right;
     font-size: 11px;
     font-weight: 600;
     margin: 5px 0 0;
     padding: 3px 9px;
}
 .widget-post img {
     width: 100%;
}
 .widget-post li {
     border-radius: 3px;
     -webkit-box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
             box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
     margin: 0 0 20px;
     overflow: hidden;
     padding: 0;
}
 .widget-post-info {
     padding: 11px;
}
 .widget-post-info h6 {
     font-size: 15px;
     margin: 0;
}
 .widget-post-info span {
     color: #7d8b9b;
     font-size: 10px;
}
 .widget-post-info > h6 a {
     color: #414d5b;
}
 .widget-post li:last-child {
     margin: 0;
}
/* Inner Nav/Header */
 .inner-navbar {
     border-bottom: 1px solid rgba(65, 77, 91, 0.1);
     background: #fff none repeat scroll 0 0;
     -webkit-box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
             box-shadow: 2px 2px 5px rgba(91, 94, 222, 0.16);
}
 .inner-navbar .osahan-navbar {
     padding: 11px 0;
}
 .inner-navbar .nav-link {
     color: #fff !important;
}
 .inner-section-padding{
     padding: 100px 0;
}
 .inner-header-block {
     background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f0f7), to(#f9f9fd));
     background-image: -webkit-linear-gradient(bottom, #f0f0f7, #f9f9fd);
     background-image: -o-linear-gradient(bottom, #f0f0f7, #f9f9fd);
     background-image: linear-gradient(to top, #f0f0f7, #f9f9fd);
     padding: 100px 0;
}
 .inner-header-block h1 {
     font-weight: bold;
}
 .caption-text {
     font-size: 19px;
     line-height: 31px;
     margin-bottom: 0 !important;
}
/* Blog Page */
 .blog-image {
     text-align: center;
}
 .blog-page .theme-card{
     margin:0 0 26px 0;
}
 .blog-page .sign-up-form .form-control {
     border-radius: 50px 0 0 50px;
     padding: 0 0 0 23px;
}
 .blog-page .sign-up-form form {
     border-radius: 50px;
     overflow: hidden;
}
 .blog-page .sign-up-form form .btn {
     background: #503cbc none repeat scroll 0 0 !important;
     color: #fff !important;
     padding: 17px 35px 17px 27px;
}
 .blog-dediated-block {
     background: #fff none repeat scroll 0 0;
     border-bottom: 3px solid #f3f4f5;
     margin: -145px 0 45px;
     padding: 37px 50px 37px 114px;
     position: relative;
}
 .blog-status {
     left: 0;
     position: absolute;
     top: 0;
}
 .blog-date {
     background-color: #503cbc;
     color: #ffffff;
     font-size: 14px;
     height: 73px;
     padding-top: 17px;
     width: 73px;
}
 .blog-time {
     background-color: #eceff4;
     color: #7d8b9b;
     font-size: 14px;
     height: 73px;
     padding-top: 13px;
     width: 73px;
}
 .auther-widget {
     background: #f3f5f6 none repeat scroll 0 0;
     display: inline-block;
     padding: 50px 130px;
}
 .auther-widget img {
     border-radius: 100px;
     float: left;
     height: 118px;
     margin-right: 34px;
     width: 118px;
}
 .auther-widget p {
     color: #7d8b9b;
     font-stretch: normal;
     font-style: normal;
     font-weight: 500;
     letter-spacing: 1.2px;
     margin: 9px 0 7px;
     text-align: left;
}
.banner-main-img{
    height: 590px;
}
.banner-block .img-fluid {
    margin: 0 0 -110px;
}
#sign-up, #why-us{
    padding: 40px 0 !important;
}
.owl-item.active.center{
   opacity: 1;
    -webkit-transform: scale(1.40);
        -ms-transform: scale(1.40);
            transform: scale(1.40);
    z-index: 100; 
}
.owl-item{
 -webkit-transform: scale(1);
     -ms-transform: scale(1);
         transform: scale(1);
    //opacity: .5;
    -webkit-transition: .8s ease-in-out all;
    -o-transition: .8s ease-in-out all;
    transition: .8s ease-in-out all;
}
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.screens.owl-theme .owl-dots .owl-dot {
    display: none;
}
.clients-icon{
    text-align: center;
}
.clients-icon img{
    width: 160px;
    height: 70px;
}
/*.clients-icon img:hover{
-webkit-filter: grayscale(0%);  Safari 6.0 - 9.0 
    filter: grayscale(0%);
}*/
.fixed-navbar.inner-navbar.fixed-top .for-banner{
display: none;
}
.for-scroll{
    display: none;
}
.fixed-navbar.inner-navbar.fixed-top .for-scroll{
    display: block !important;
}
.awards-block{
    padding: 40px;
    border: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}
.awards-block .logo-block img {
    height: 40px;
    width: auto;
    margin: 0 auto;
}
.awards-block .star-block img {
    height: 20px;
    margin: 0 auto;
    width: auto;
}
.awards-block p {
    color: #7d8b9b;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}
.awards .owl-item.active.center .awards-block::before {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    bottom: -1px;
    background: #6247e5;
background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    background-color: rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6247e5', endColorstr='#42b7f5',GradientType=1 );
    height: 4px;
    width: 100%;
}
.awards .owl-item.active.center .awards-block {
    -webkit-box-shadow: 0px 10px 10px #000;
            box-shadow: 0px 10px 10px #000;
}

.for-award-center{
    overflow-x: hidden; 
    overflow-y: visible;
    padding: 65px 0 105px;
}
.awards.owl-theme .owl-dots .owl-dot {
    display: none;
}
.awards .owl-nav .owl-prev {
    left: 0px;
    position: absolute;
    top: 37%;
}
.award-section  .section-title{
    padding-bottom: 20px;
}
.awards .owl-nav div:hover {
    opacity: unset;
}
.awards .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 37%;
}
.awards .owl-nav div {
    background: #6247e5 none repeat scroll 0 0 !important;
    border-radius: 50px !important;
    -webkit-box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
            box-shadow: -1px 92px 99px -62px rgba(0, 0, 0, 0.68), 0 25px 65px 0 rgba(0, 0, 0, 0.27);
    color: #fff !important;
    height: 60px;
    line-height: 54px;
    opacity: 0.8;
    width: 60px;
}
.progress-bar {
    background-color: transparent !important;
}
.sec-impact{
    background-color: #fff;
}
.progress-bar {
    color: #000;
}
.sec-impact .section-title{
padding-bottom: 0;
}
.sec-impact .progress-bar::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-size: 92%;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    left: -5px;
    right: -3px;
    margin: 0 auto;
    top: 30px;
}
.sec-impact .progress-bar.one::before {

    background-image: url(../img/iconnew/01.png);
   
}
.sec-impact .progress-bar.two::before {

    background-image: url(../img/iconnew/02.png);

}
.sec-impact .progress-bar.three::before {

    background-image: url(../img/iconnew/03.png);

}
.sec-impact .progress-bar.four::before {

    background-image: url(../img/iconnew/04.png);
}
.sec-impact .progress-bar div span {
    color: #6247e5;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size:25px;
    padding-top: 25px;
    text-align: center;
}
.sec-impact .for-conent p{
color: #7d8b9b;
font-size: 13px;
line-height: 20px;
text-align: left;
}
.sec-impact h2{
    margin: 0px 0 50px;
}
#sign-up .section-title{
    padding-bottom: 20px;
}
.cs-modal {
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-transform: translateX(0) translateY(20px) scale(0.9);
        -ms-transform: translateX(0) translateY(20px) scale(0.9);
            transform: translateX(0) translateY(20px) scale(0.9);
}
.cs-modal.show {
    -webkit-transform: translateX(0) translateY(20px) scale(1);
        -ms-transform: translateX(0) translateY(20px) scale(1);
            transform: translateX(0) translateY(20px) scale(1);
}
.log-register-form .btn-primary {
    width: 100%;
    padding: 15px;
}
.log-register-form .btn-primary.rg {
    width: 310px;
    max-width: 100%;
    margin: 0 auto;
}
#myModal-login .modal-body {
    padding: 20px 45px 70px;
}
.cs-modal .modal-header {
    padding: 10px 15px 0px;
    border: none;
}
.sign-form-head{
    margin-bottom: 20px;
}
.log-register-form .form-control {
    margin-bottom: 5px;
    padding: 12px;
}
.log-register-form select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.forgot-pass-links a {
    color: #3f345f;
    margin: 8px 0;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}

#myModal-register .modal-dialog {
    max-width: 800px;
}
#myModal-register .modal-body {
    padding: 20px 45px 70px;
}
#myModal-forgot .modal-body {
    padding: 20px 45px 70px;
}
#myModal-verifiction .modal-dialog {
    max-width: 800px;
}
#myModal-verifiction .modal-body {
    padding: 20px 45px 70px;
}
#myModal-Msg-Show .modal-dialog {
    max-width: 500px;
    margin: 10% auto;
}
#myModal-Msg-Show .modal-body {
    padding: 35px 20px 40px;
}
#myModal-Msg-Show .modal-body img{
    margin-bottom: 10px;
}
#myModal-Msg-Show .modal-body h4 {
    margin-bottom: 5px;
}
#myModal-Msg-Show .modal-body .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    background-color: transparent;
    border: none;
    font-size: 17px;
    font-family: inherit;
font-weight: 500;
}
/*.fees-header .osahan-navbar{
    height: 400px;display: block;
}*/
.fees-header .fixed-navbar.inner-navbar.fixed-top{
    height: auto;
}
.fees-installmet-block {
   border-radius: 15px;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    position: relative;
   /* z-index: 100;*/
    background-color: #fff;
    margin: -105px 0 100px;
}
.fees-sec-strip {
    background: #6247e5;
    background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
    background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
    background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
    background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6247e5', endColorstr='#42b7f5',GradientType=1 );
    height: 420px;
    text-align: center;
    padding: 160px 0;
}

.fees-sec{
    padding: 0 0 100px;
}
.fees-sec-strip h2{
 color: #fff;
 margin-bottom: 20px;
}
.fees-sec-strip p {
    color: #fff;
    font-size: 17px;
}
.fees-main-heading h3 {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    font-family: 'Nunito-Bold';
    font-size: 23px;
    letter-spacing: 1px;
}
.main-info {
    padding: 30px 60px;
}
.main-info h3 {
    color: #6247e5;
    font-size: 23px;
    font-family: 'Nunito-Bold';
    letter-spacing: 1px;
    /* font-family: 'Nunito-SemiBold'; */
}
.main-info p span{
    width: 40%;
    display: inline-block;
}
.main-info p {
    margin-bottom: 2px;
    font-size: 13px;
}
.main-info p b {
    font-family: 'Nunito-SemiBold';
    font-weight: normal;
    color: #212121;
     letter-spacing: 1px; 
}
.extra-info p span{
    color: #6247e5;
    font-family: 'Nunito-Bold';
}
.main-info .for-amount, .main-info .for-amount span {
    font-size: 14px;
    font-family: 'Nunito-Bold';
    color: #000;
}

.extra-info{
    margin-top: 35px;
    background-color: #f2f5fa;
}
.student-info-bkock{
    border-bottom: 1px solid #ddd;
}

.fees-main-heading h4 {
    text-align: left;
    padding: 15px 30px;
    font-family: 'Nunito-Bold';
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.installmet-details-block .table thead{
    background: #6247e5;
background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}
.installmet-details-block .table thead th {
    color: #fff;
    width: 14.3%;
    padding: 15px 0 15px 35px !important;
    border: none;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Nunito-SemiBold';
}
.installmet-details-block .table tbody td {
    padding: 15px 0 15px 35px !important;
    font-family: 'Nunito-Bold';
    font-size: 13px;
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6;
    border-top: none !important;
}
.installmet-details-block .table tbody td:first-child, .installmet-details-block .table thead th:first-child{
    width: 10%;
    padding-left: 55px !important;
}
.installmet-details-block .table tbody td img {
    width: 24px;
}
.installmet-details-block{
    padding-bottom: 60px;
}
.installmet-details-block .table tbody .gray-row {
    background-color: #eee;
}

.detail-block-btn .btn {
    padding: 11px 57px;
    font-size: 13px;
    text-transform: none;
    position: static;
    top: -18px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 9px 9px 10px rgba(0,0,0,0.2);
    font-weight: normal;
}
.detail-block-btn {
    text-align: center;
    padding: 0;
    position: relative;
    bottom: -20px;
}

.fees-header .osahan-navbar{
padding: 5px 0px;
background: #6247e5;
background: -moz-linear-gradient(-45deg, #6247e5 0%, #42b7f5 100%);
background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6247e5', endColorstr='#42b7f5',GradientType=1 );
}

.fees-header.bg-primary {
    background: none !important;
   background-color: transparent !important;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
            box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}


.submition-header.bg-primary {
    background-color: transparent !important;
    background-image: none !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
/*.submition-header .osahan-navbar{
    background-color: transparent !important;
    background-image: none !important;
}*/
.submition-header.bg-primary::after{
    background-image: none;
}




.fees-header.bg-primary::after{
    background-image: none;
}
.price-table{
   padding: 0px 15px 10px;
}

.price-table .table tr:nth-child(2n) {
     background-color: transparent !important; 
}
.price-table .table thead th, .price-table .table tbody td {
    padding: 5px 15px;
    vertical-align: middle;
    font-family: 'Nunito-SemiBold';
}
.price-table .table thead th {
    font-size: 16px;
    font-family: 'Nunito-Bold';
    font-weight: normal;
    width: 33%;
    border: none;
    color: #fff;
}
.price-table .table thead {
    background: #6247e5;
    background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
    background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
    background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
    background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}
.price-table .table tbody td:first-child{
    font-family: 'Nunito-Bold';
font-weight: normal;
color: #212121;
letter-spacing: 1px;
}

.price-table .table tbody td:last-child{
    color: #6247e5;
font-family: 'Nunito-Bold';
letter-spacing: 1px;
}

.price-table .table .amount-row td {
    font-family: 'Nunito-Bold' !important;
    font-weight: normal;
    color: #212121 !important;
    letter-spacing: 1px;
    font-size: 16px;
}
.for-price-modal .modal-dialog .modal-header {
    border-bottom: none;
    padding: 15px 15px 0;
    background: -webkit-linear-gradient(-45deg, #6247e5 0%,#42b7f5 100%);
    background: -webkit-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
    background: -o-linear-gradient(315deg, #6247e5 0%,#42b7f5 100%);
    background: linear-gradient(135deg, #6247e5 0%,#42b7f5 100%);
}

.for-price-modal .modal-dialog .modal-header .close {
   color: #fff;
   opacity: 1;
   outline: none;
}


.for-price-modal .modal-dialog {
    margin: 90px auto;
}
.for-price-modal .modal-dialog .modal-content{
    border-radius: 12px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}

.for-price-modal .modal-dialog .modal-title {
    text-align: left;
    margin: 0 0px 20px 15px;
    font-size: 24px;
    color: #fff;
}
.for-price-modal .modal-dialog .pay_now {
    padding: 10px 40px;
    box-shadow: 8px 8px 10px rgba(0,0,0,0.5);
    font-size: 12px;
font-weight: normal;
}
.payment-info {
    position: relative;
    text-align: center;
 
}










/* Footer */
 footer {
     background-color: #fbfcfd;
     border-top: 3px solid rgba(65, 77, 91, 0.1);
     padding: 39px 0;
}
 footer p:last-child {
     color: #3f345f;
     font-size: 12px;
}
 footer p:last-child a {
     color: #3f345f !important;
     font-weight: 600;
}
 .heart-icon{
     -webkit-animation: 2.5s ease 0s normal none infinite running animateHeart;
             animation: 2.5s ease 0s normal none infinite running animateHeart;
     color: #e00404;
     font-size: 12px;
     margin: 0 5px;
}
 @-webkit-keyframes animateHeart {
     0% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
     5% {
         -webkit-transform: scale(1.2);
                 transform: scale(1.2);
    }
     10% {
         -webkit-transform: scale(1.1);
                 transform: scale(1.1);
    }
     15% {
         -webkit-transform: scale(1.25);
                 transform: scale(1.25);
    }
     50% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
     100% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
}
 @keyframes animateHeart {
     0% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
     5% {
         -webkit-transform: scale(1.2);
                 transform: scale(1.2);
    }
     10% {
         -webkit-transform: scale(1.1);
                 transform: scale(1.1);
    }
     15% {
         -webkit-transform: scale(1.25);
                 transform: scale(1.25);
    }
     50% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
     100% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
}
 @keyframes animateHeart {
     0% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
     5% {
         -webkit-transform: scale(1.2);
                 transform: scale(1.2);
    }
     10% {
         -webkit-transform: scale(1.1);
                 transform: scale(1.1);
    }
     15% {
         -webkit-transform: scale(1.25);
                 transform: scale(1.25);
    }
     50% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
     100% {
         -webkit-transform: scale(1);
                 transform: scale(1);
    }
}
/* Mobile Media */
 @media (min-width: 0px) and (max-width: 767px) {
     .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") !important;
    }
     .inner-navbar .osahan-navbar {
         padding: 11px 15px;
    }
     .blog-page .sign-up-form {
         display: none;
    }
     .blog-dediated-block {
         margin: 0;
    }
     .success-story-block .mx-auto {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .caption-text {
         font-size: 15px;
         line-height: 24px;
         margin-bottom: 0;
    }
     .blog-dediated-block h2 {
         font-size: 24px;
    }
     .success-story-block h2 {
         font-size: 20px;
    }
     .auther-widget {
         padding: 30px;
    }
     .dark-banner {
         min-height: 505px;
    }
     .dark-banner .text-left{
         text-align: center !important;
    }
     .dark-right-banner {
         display:none;
    }
     h1 {
         font-size: 42px;
    }
     h2 {
         font-size: 28px;
    }
     h5 {
         font-size: 18px;
    }
     p {
         font-size: 13px;
         line-height: 22px;
    }
     .banner-block .img-fluid {
         margin: 0 0 -60px;
    }
     .testimonials-item {
         margin-bottom: 15px;
    }
     .custom-card {
         margin-bottom: 15px;
         height: auto !important;
    }
     .sign-up-block .form-control, .sign-up-block .btn {
         border-radius: 2px !important;
         display: inline-block;
         margin-bottom: 4px;
         padding: 12px;
         width: 100% !important;
    }
     .sign-up-form form {
         -webkit-box-shadow: none;
                 box-shadow: none;
    }
     .sign-up-form form .input-group {
         display: inline-block;
    }
     .features-mid-left, .features-mid-right {
         text-align: center;
    }
     .why-us-item {
         margin: 15px 0;
    }
     .sign-up-block .mx-auto {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .amazing-dashboard-right {
         display: none;
    }
     section {
         padding: 60px 0;
    }
     .amazing-dashboard-block .col-md-6 {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         text-align: center;
         width: 100%;
    }
     .btn {
         padding: 14px 31px;
    }
     .pricing-item .card-body {
         padding: 33px 10px;
    }
     .pricing-item .list-group-item {
         font-size: 13px;
         padding: 13px 14px;
    }
     .download-app-block .mx-auto {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .lead {
         font-size: 16px;
    }
     .section-title {
         padding-bottom: 30px;
    }
     .container {
         max-width: 100%;
    }
     .osahan-navbar {
         padding: 15px;
    }
     .navbar-brand {
         padding: 0;
    }
     .osahan-navbar.fixed-top {
         padding: 12px 15px;
    }
     .navbar-toggler {
         background: #000 none repeat scroll 0 0;
         border-radius: 2px;
         padding: 3px 7px;
    }
     .navbar-collapse.collapse.show {
         margin: 17px 0 0;
    }
     .osahan-navbar .nav-link {
         background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
         border-radius: 2px;
         margin-bottom: 1px;
         text-align: center;
    }
     .osahan-navbar.fixed-top .nav-link.active::before, .osahan-navbar.fixed-top .nav-link:hover::before {
         display: none;
    }
     .osahan-navbar.fixed-top .nav-link {
         background: rgba(169, 169, 169, 0.12) none repeat scroll 0 0;
    }
     .menu-btn {
         display: inline-block;
         font-size: 12px;
         margin: 20px 0 0;
         padding: 11px 18px;
         text-align: center;
         width: 100%;
    }
     .info-banner img {
         width: 280px;
    }
     .info-banner div {
         text-align: center !important;
    }
     .info-banner {
         padding: 50px 0 90px !important;
    }
    .sign-up-form form .input-group .sign-block {
    width: 100%;
}
.banner-main-img {
    height: auto;
}
.features-block {
    padding-top: 95px;
}
section {
    padding: 30px 0 30px;
}
.navbar-dark .navbar-toggler {
    background-color: #0069d9;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
/*.navbar-toggler-icon {
    background-image: none;
    color: #3f345f;
    font-size: 24px;
    line-height: 0;
    padding: 0;
    height: auto;
    width: auto;
    opacity: 1;
}*/
.clients-icon img {
    width: auto;
    height: 70px;
    padding: 12px;
}
}
 @media (min-width: 768px) and (max-width: 1023px) {
    
     .navbar-toggler-icon {
         background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath stroke=\'rgba(255, 255, 255, 0.5)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/%3E%3C/svg%3E") !important;
    }
     .inner-navbar .osahan-navbar {
         padding: 11px 15px;
    }
     .sidebar-widget {
         border-radius: 2px;
         -webkit-box-shadow: none;
                 box-shadow: none;
         margin-bottom: 25px;
         padding: 0;
    }
     .blog-dediated-block {
         margin: 0;
    }
     .success-story-block .mx-auto {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .caption-text {
         font-size: 16px;
         line-height: 24px;
         margin-bottom: 0;
    }
     .blog-dediated-block h2 {
         font-size: 27px;
    }
     .success-story-block h2 {
         font-size: 26px;
    }
     .auther-widget {
         padding: 50px;
    }
     .dark-right-banner img {
         width: 370px;
    }
     .dark-banner {
         min-height: 465px;
    }
     .dark-right-banner {
         top: 60px;
    }
     h1 {
         font-size: 42px;
    }
     h2 {
         font-size: 34px;
    }
     h5 {
         font-size: 18px;
    }
     p {
         font-size: 13px;
         line-height: 22px;
    }
     .sign-up-block .mx-auto {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .amazing-dashboard-right {
         display: none;
    }
     .banner-block .img-fluid {
         margin: 0 0 -60px;
    }
     section {
         padding: 100px 0;
    }
     .amazing-dashboard-block .col-md-6 {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         text-align: center;
         width: 100%;
    }
     .btn {
         padding: 14px 31px;
    }
     .testimonials-item {
         padding: 6px;
    }
     .pricing-item .card-body {
         padding: 33px 10px;
    }
     .display-4 {
         font-size: 45px;
    }
     .pricing-item .list-group-item {
         font-size: 13px;
         padding: 13px 14px;
    }
     .download-app-block .mx-auto {
         -webkit-box-flex: 1;
             -ms-flex: 1 1 100%;
                 flex: 1 1 100%;
         max-width: 100%;
         width: 100%;
    }
     .lead {
         font-size: 16px;
    }
     .section-title {
         padding-bottom: 60px;
    }
     .container {
         max-width: 100%;
    }
     .osahan-navbar {
         padding: 15px;
    }
     .navbar-brand {
         padding: 0;
    }
     .osahan-navbar.fixed-top {
         padding: 12px 15px;
    }
     .navbar-toggler {
         background: #000 none repeat scroll 0 0;
         border-radius: 2px;
         padding: 3px 7px;
    }
     .navbar-collapse.collapse.show {
         margin: 17px 0 0;
    }
     .osahan-navbar .nav-link {
         background: rgba(255, 255, 255, 0.11) none repeat scroll 0 0;
         border-radius: 2px;
         margin-bottom: 1px;
         text-align: center;
    }
     .osahan-navbar.fixed-top .nav-link.active::before, .osahan-navbar.fixed-top .nav-link:hover::before {
         display: none;
    }
     .osahan-navbar.fixed-top .nav-link {
         background: rgba(169, 169, 169, 0.12) none repeat scroll 0 0;
    }
     .menu-btn {
         display: inline-block;
         font-size: 12px;
         margin: 20px 0 0;
         padding: 11px 21px;
         text-align: center;
         width: 100%;
    }



}
 @media (min-width: 1024px) and (max-width: 1200px) {
     .container {
         max-width: 100%;
    }
     .osahan-navbar .nav-link {
         font-size: 13px !important;
         padding:10px 7px !important;
    }
     .menu-btn {
         font-size: 12px;
         padding: 11px 21px;
    }
     .dark-right-banner img {
         width: 470px;
    }
     .dark-banner {
         min-height: 465px;
    }
     .dark-right-banner {
         top: 60px;
    }
}
/* End Mobile Media */
 .demos-block-item {
     -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
             box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     margin-bottom: 28px;
     overflow: hidden;
     position: relative;
     text-align: center;
}
 .demos-block-item .img-fluid {
     display: block;
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 .demos-block-item:hover .img-fluid {
     -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
             box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
     -webkit-transform: translateY(-10px);
         -ms-transform: translateY(-10px);
             transform: translateY(-10px);
}
 .demos-block-item h5 {
     font-size: 17px;
     font-weight: 500;
     margin: 20px 0 19px !important;
}

 @media (min-width: 992px) and (max-width: 1024px) {
.card.custom-card.price-box {
    width: 30%;
}
 }
  @media (min-width: 769px) and (max-width: 991px) {
.card.custom-card.price-box {
    width: 30%;
}
 }
  @media (min-width: 576px) and (max-width: 768px) {
.card.custom-card.price-box {
    width: 45%;
}
.extra-info {
    margin-top: 0;
}
.main-info {
    padding: 10px 60px;
}
.installmet-details-block .table tbody td:first-child, .installmet-details-block .table thead th:first-child {
    width: auto;
    padding: 0 20px !important;
}
.installmet-details-block .table tbody td {
    padding: 15px 15px !important;
}
 }
  @media (min-width: 320px) and (max-width: 575px) {
.card.custom-card.price-box {
    width: 100%;
    margin: 0;
}
.extra-info {
    margin-top: 0;
}
.main-info {
    padding: 10px 60px;
}
.installmet-details-block .table tbody td:first-child, .installmet-details-block .table thead th:first-child {
    width: auto;
    padding: 0 20px !important;
}
.installmet-details-block .table tbody td {
    padding: 15px 15px !important;
}
.fees-sec-strip {
    padding: 120px 0;
}
  }

