@charset "utf-8";
body {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #FFF;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #94a3a8;
    line-height: 1.5
}

strong,
b {
    font-weight: 600
}

h1 h2,
h3,
h4,
h5,
h6 {
    color: #323e4f
}

h1 {
    font-size: 42px;
    line-height: 1.5;
    margin: 25px 0;
    padding-bottom: 3px;
    margin-bottom: 20px !important;
    color: #e35e5e;
}

h2 {
    font-size: 38px;
    line-height: 1.5;
    margin: 25px 0;
    padding-bottom: 3px;
    margin-bottom: 20px !important;
    color:#e35e5e !important;
}

h3 {
    font-size: 18px;
    margin: 10px 0;
    font-weight: 700
}

h4 {
    font-size: 38px;
    margin: 10px 0;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 3px;
    margin-bottom: 20px !important;
    color: #e35e5e !important;
}
h5 {
    font-size: 18px;
    margin: 15px 0
}

h6 {
    font-size: 16px;
    margin: 10px 0
}

a {
    color: #5173bd
}
p {
    letter-spacing: 0.1px;
    line-height: 22px;
    color:#000;
}
a:hover,
a:focus {
    color: #5173bd;
    text-decoration: none
}
ul{
    padding: 0;
    margin: 0;
}

.btn,
.btn-lg,
.input-lg {
    border-radius: 3px
}

.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.input-lg {
    height: 46px
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 13px 28px
}

.form-control:focus {
    border-color: #AFBDC8;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.breath {
    margin: 15px auto
}

.highlight {
    background: #f4f4f4;
    margin-top: 0;
    border-top: 1px solid #e7e7e7;
}

.has-no-margin {
    margin: 0
}

.has-no-padding {
    padding: 0
}

.has-no-padding-horizontal {
    padding-left: 0!important;
    padding-right: 0!important
}

.has-margin-vertical {
    margin: 20px 0 30px
}

.has-margin-top {
    margin-top: 40px
}

.has-margin-bottom {
    margin-bottom: 40px
}

.has-padding-top {
    padding: 25px 0;
}

.has-padding-bottom {
    padding-top: 40px
}

.subpage-head {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 40px
}

.masthead {
    position: relative;
    padding: 20px 15px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #323e4f
}

.masthead .main-title {
    margin-bottom: 0
}

.masthead .sub-title {
    color: #adb8c7;
    margin-top: 0
}

.bg-family {
    background-color: #323e4f;
    background-image: url(../images/header_bg_gradient.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.logo {
    padding: 15px 0;
    text-align: center
}

.btn-large {
    font-size: 18px;
    padding: 20px 50px;
    margin: 5px 10px
}

.btn-success {
    background: url(../images/bttn-get-ready.png);
    border: 1px solid;
    -webkit-box-shadow: 0 3px 0 rgba(2, 154, 67, 1);
    line-height: 1.8;
    color: #303030;
    text-align:center;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: url(../images/bttn-get-ready.png);
    color: #303030;
    border: 0;
    -webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
    background-repeat: no-repeat!important;
    background-color: #2ecc71
}

.btn-primary {
    background-color: #2db6d8;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #209ab8!important;
    color: #FFF!important
}

.btn-warning {
    line-height: 1.8;
    -webkit-box-shadow: 0 3px 0 #b1741d;
    box-shadow: 0 3px 0 #b1741d
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    -webkit-box-shadow: 0 3px 0 #b1741d;
    box-shadow: 0 3px 0 #b1741d
}

.subscribe {
    padding: 45px 0
}

.alertMsg {
    font-size: 14px;
    display: block;
    padding: 5px 17px;
    text-align: center
}

.masthead .form-control {
    border: 0
}
input{
    font-size: 14px !important;
}

.form-control::-moz-placeholder {
    color: #848E93;
}

.form-control:-ms-input-placeholder {
    color: #848E93;
}

.form-control::-webkit-input-placeholder {
    color: #848E93;
}

@keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-moz-keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-o-keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.scrollto,
.scrollto:hover {
    margin: 30px;
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 200px;
    margin: 0 auto
}

.scrollto small {
    color: #adb8c7
}

.scrollto--arrow {
    padding: 20px;
    padding-bottom: 0
}

.scrollto--arrow img {
    animation: arrowbounce 1s alternate infinite;
    -moz-animation: arrowbounce 1s alternate infinite;
    -webkit-animation: arrowbounce 1s alternate infinite;
    -o-animation: arrowbounce 1s alternate infinite
}

.contact-form {
    background: #4a5565;
    border-radius: 3px;
    padding: 15px;
    text-align: left;
    position: relative
}

.contact-form .mini-title {
    margin-bottom: 20px;
    line-height: 1.5;
    color: #FFF
}

.dark-input {
    background: #353f4d;
    color: #FFF
}

.loading p {
    margin: 10px 0 0;
    text-align: center
}

.point-arrow {
    position: absolute;
    left: -65px;
    top: -30px
}

.quick-features {
    text-align: left
}

.features-lead {
    margin-bottom: 30px;
    color: #323e4f
}

.featues-single {
    margin-bottom: 30px
}

.featues-single img {
    margin-right: 25px
}

.featues-single h5 {
    margin-bottom: 10px;
    margin-left: 85px;
    color: #323e4f
}

.featues-single p {
    color: #adb8c7;
    margin-left: 85px;
    margin-bottom: 0
}

.masthead .featues-single h5,
.masthead .features-lead {
    color: #fff
}

.section-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center
}

.section-title h2 {
    color: #384047;
    margin-top: 14px;
    display: inline-block;
    font-size: 27px;
    margin-bottom: 2px !important;
}

.section-title h4 {
    color: #2d2d2d !important;
    font-weight: 400;
    font-size: 18px;
    margin-top: 0
}

.heroimg img,
.clientlogo img {
    max-width: 100%
}

.features {
    margin: 15px 0
}

.thumbnail {
    border: 1px solid #e9e9e9;
    text-align: center;
    padding-top: 48px;
}

.thumbnail .caption p {
    color: #323e54
}

.mm-back p {
    color: #323e54
}

.thumbnail img {
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.thumbnail:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2
}

.video-block {
    margin: 0 auto
}

.videoWrapper {
    position: relative;
    padding-bottom: 43.65%;
    padding-top: 25px;
    height: 0
}

.videoWrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoWrapper > .frameCover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none
}

.testblock {
    width: 100%;
    height: auto;
    padding: 20px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    position: relative;
    line-height: 28px;
    font-size: 16px
}

.testblock:after {
    top: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px
}

.clientblock {
    margin-top: 40px;
    margin-left: 10px;
    text-align: center
}

blockquote {
    margin: 0 0 10px;
    font-size: 20px;
    border-left: none;
    text-align: center;
    font-family: Georgia, serif;
    font-style: italic
}

.clientblock img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.clientblock p {
    padding-top: 13px
}

.clientblock p strong {
    color: #384047;
    font-size: 16px
}

.testblock {
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.testblock:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2
}

.pricing {
    padding: 25px;
    color: #FFF;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.pricing .planname {
    text-transform: uppercase;
    font-weight: 600
}

.pricing .price {
    font-size: 52px;
    font-weight: 300;
    margin: 10px 0
}

.pricing .billing {
    text-transform: uppercase;
    color: #FFF;
    opacity: .7
}

.pricing .price .curr {
    display: inline-block;
    font-size: 20px;
    vertical-align: super
}

.pricing .price .per {
    display: inline-block;
    font-size: 20px;
    vertical-align: baseline
}

.color1 {
    background-color: #5ca2e0
}

.color2 {
    background-color: #7676c6
}

.color3 {
    background-color: #885fc1
}

.pricing {
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.pricing:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 2
}

.faq p {
    margin-bottom: 25px
}

.footercta {
    padding: 60px 15px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    background-color: #323e4f
}

.footercta .section-title {
    margin-top: 0
}

.footercta .section-title h2 {
    color: #FFF
}

.footerlinks {
    text-align: center
}

.footerlinks a {
    text-align: center;
    padding: 0 13px;
    display: inline-block;
    padding-bottom: 15px
}

@media (max-width: 991px) {
    h1 {
        font-size: 35px;
        line-height: 50px;
        margin: 15px 0
    }
    h2 {
        font-size: 35px
    }
    .testimonials [class*="col-"]:not(:first-child) {
        margin-top: 40px
    }
    .planpricing [class*="col-"]:not(:first-child) {
        margin-top: 30px
    }
    .breath {
        margin: 30px auto
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 40px
    }
    h2 {
        font-size: 30px;
        line-height: 40px
    }
    .subscribe [class*="col-"]:not(:first-child) {
        margin-top: 30px
    }
    .masthead {
        padding: 10px 15px
    }
}

@media (max-device-width: 992px) {
    .masthead {
        background-size: cover;
        background-attachment: scroll
    }
}

.signup-block {
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 7px;
    margin-bottom: 25px
}

.form-group.last {
    margin-bottom: 0
}

.multiple-btns .btn + .btn {
    margin: 10px
}

s
/*=== Navigation ===*/

.navbar-default {
    background-color: #FFF;
    border-color: #e0e0e0
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
    color: #FFF;
    font-weight: 700
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    text-transform: uppercase;
    font-weight: 700
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #333;
    background-color: rgba(255, 255, 255, 0.22)
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: rgba(0, 0, 0, 0.5);
    background-color: transparent
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #333;
    background-color: rgba(255, 255, 255, 0.21)
}

.navbar-brand {
    padding: 8px 15px
}

.light .masthead {
    background: url("../images/top-bg.png");
    height: 100vh;
    padding: 14px 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% center;
}
.light .masthead::before{
    content: '';
    background: #0f0f0fb8;
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.light .masthead .sub-title {
    color: #080808;
    font-weight: 400
}

.light .featues-single p {
    color: #323e54
}

.light .contact-form {
    background: #FFF;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    padding-bottom: 25px;

}

.light .form-control {
    border: 1px solid #ededed;
    color: #000;
    border-radius: 0;
}

.light .contact-form .mini-title {
    color: #2d2d2d;
    text-align: left
}

.light .masthead .featues-single h5,
.light .masthead .features-lead {
    color: #6C6C6C
}

.masthead .bg-image {
    background: url(../images/edu-bg.jpg) center center no-repeat;
    background-size: cover
}


/*.highlight .section-title{margin-top:0px}*/

.masthead.header-bg {
    background: url(../images/travel-bg.jpg) top center no-repeat;
    background-size: cover
}

.color-white {
    color: #FFF!important
}

.masthead.event {
    background: url(../images/event_bg.jpg) bottom no-repeat;
    background-size: cover
}

@media (min-width:767px) {
    .masthead.event {
        padding: 120px 15px
    }
}

.pagination>li>a,
.pagination>li>span {
    color: #483f34
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #917E68
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #3289D6;
    border-color: #3172AC;
    color: #FFF
}

.vertical-links li {
    border-bottom: 1px solid #E6DDD4;
    padding: 8px 0
}

.tag-cloud a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 2px 8px;
    border: 1px solid #eceae4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #f8f7f3;
    font-size: 12px
}

.tag-cloud a:hover {
    text-decoration: none
}

.comments-head {
    font-size: 35px;
    color: #53504c;
    border-bottom: 1px solid #F5F5F5;
    margin: 40px 0 20px;
    padding-bottom: 10px
}

.comments-block > .media {
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.comments-block > .media .media {
    border-top: 1px solid #F5F5F5;
    padding-top: 20px
}

.media-object {
    width: 40px
}

.subpage-head {
    background-color: #323e4f;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    background-image: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.subpage-head .section-title h2 {
    color: #FFF
}

.subpage-head .section-title h4 {
    color: #adb8c7
}

.subpage-head a {
    color: #FFF;
    border-bottom: solid 1px #FFF;
    text-decoration: none;
    padding-bottom: 5px
}

.subpage-head a:hover,
.subpage-head a:focus,
.subpage-head a:active {
    color: rgba(255, 255, 255, 0.7);
    border-bottom: solid 1px rgba(255, 255, 255, 0.7);
    text-decoration: none
}

#exit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#exit-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#exit-modal .exit-modal {
    width: 600px;
    height: 400px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin .3s;
    animation: popin .3s
}

#exit-modal .modal-title {
    font-size: 18px;
    background-color: #FFF;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center
}

#exit-modal h3 {
    color: #2B9DD8;
    font-size: 1.4em;
    margin: .6em;
    text-transform: uppercase;
    font-weight: 700
}

#exit-modal .modal-body {
    padding: 30px 40px
}

#exit-modal p {
    color: #344a5f;
    line-height: 1.7em;
    font-size: 16px
}

#exit-modal p strong {
    color: #F80
}

#exit-modal .popup-cta {
    margin-top: 20px;
    margin-bottom: 20px
}

#exit-modal form {
    text-align: center;
    margin-top: 35px
}

#exit-modal form input[type=text] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased
}

#exit-modal form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased
}

#exit-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: .8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: .9em
}

#exit-modal .modal-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%
}

#exit-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width:767px) {
    #exit-modal .exit-modal {
        width: 100%;
        height: 100%
    }
}

h1.main-title {
    font-weight: 800;
    text-align: left;
    padding-bottom: 3px;
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 73px;
}

.btn-success:hover {
    border: 1px solid #29c36a
}

h4.sub-title {
    font-size: 25px
}

img.img-responsive.mm_mobile_img {
    display: none
}

input.btn.btn-success.btn-lg.btn-block {
    height: 52px;
    background-size: contain;
    background-attachment: inherit!important;
    width: 100%!important;
    background-position: center;
    background-repeat: no-repeat color: #303030;
    border: 0;
    -webkit-box-shadow: 0 3px 0 rgba(2, 139, 61, 1);
    background-repeat: no-repeat!important;
    background-color: #2ecc71
}

@media (min-width: 320px) and (max-width: 767px) and ( orientation: portrait) {
    #videoBlock img {
        width: 100%
    }
    .section-title h2 {
        font-size: 26px
    }
    h1.main-title {
        font-size: 26px
    }
    .input-lg {
        height: 40px
    }
    .btn-success {
        background-size: cover
    }
    input.btn.btn-success.btn-lg.btn-block {
        height: 40px
    }
    .mm-tiger-img {
        padding: 0
    }
    .mm-form {
        padding: 20px 0px;
        margin-bottom: 10px
    }
    h2.section-title_h2 {
        font-weight: 400
    }
    img.img-responsive.mm_mobile_img {
        display: block!important
    }
    img.img-responsive.mm_desktop_img {
        display: none
    }
}

@media (min-width: 320px) and (max-width: 767px) and ( orientation: landscape) {
    #videoBlock img {
        width: 100%
    }
    .section-title h2 {
        font-size: 26px
    }
    h1.main-title {
        font-size: 26px
    }
    .input-lg {
        height: 40px
    }
    .btn-success {
        background-size: cover
    }
    input.btn.btn-success.btn-lg.btn-block {
        height: 40px
    }
    .mm-tiger-img {
        padding: 0
    }
    .mm-form {
        padding: 20px 0px;
        margin-bottom: 10px
    }
    img.img-responsive.center-block {
        width: 100%
    }
    h2.section-title_h2 {
        font-weight: 400
    }
    img.img-responsive.mm_mobile_img {
        display: block!important
    }
    img.img-responsive.mm_desktop_img {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1024px) and ( orientation: portrait) {
    .mm-form {
        width: 100%;
        float: left;
        padding: 20px 0px;
    }
    .mm-tiger-img {
        width: 100%;
        float: left
    }
    .light .contact-form{
        width: 50%;
        margin: 0 auto;
    }
    .mm-boy {
        width: 25%;
        float: left
    }
    .mm-content {
        width: 75%;
        float: left
    }
    h2.section-title_h2 {
        font-weight: 400
    }
    img.img-responsive.mm_mobile_img {
        display: block!important
    }
    img.img-responsive.mm_desktop_img {
        display: none
    }
    .contact-form {
        padding: 6px 15px 11px!important
    }
    input.btn.btn-success.btn-lg.btn-block {
        height: 30px!important;
        background-size: contain;
        background-attachment: inherit!important;
        width: 100%!important;
        background-position: center;
        background-repeat: no-repeat
    }
    .input-lg {
        height: 30px
    }
    .contact-form .mini-title {
        margin: 2px!important
    }
}

@media (min-width: 768px) and (max-width: 1024px) and ( orientation: landscape) {
    img.img-responsive.mm_mobile_img {
        display: block!important;
        width: 100%;
    }
    img.img-responsive.mm_desktop_img {
        display: none
    }
    .contact-form {
        padding: 6px 15px 11px!important
    }
    .mm-tiger-img {
        width: 100%;
        float: left
    }
    .light .contact-form{
        width: 50%;
        margin: 0 auto;
    }
    .mm-form {
        width: 100%;
        float: left;
        padding: 20px 0px;
    }
    #videoBlock img {
        width: 100%;
    }
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
    .col-sm-12.col-md-8.col-md-pull-4.mm-tiger-img {
        width: 50%;
        float: left;
    }
    background .col-sm-6.col-sm-offset-3.col-md-offset-0.col-md-4.col-md-push-8.mm-form {
        width: 45%
    }
    .mid-vtiger {
        height: 350px;
    }
    #videoBlock img {
        width: 100%;
    }
}


/*****************css by ashfaque***********/

.android_ios one {
    border-right: 1px solid #f4f4f4;
}

.android_ios one h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #323e54;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, sans-serif;
}

.android_ios h2 {
    font-family: 'Montserrat', Arial, sans-serif;
    color: #323e54;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, sans-serif;
}

.form-group {
    margin-bottom: 20px;
}

.background {
    background-color: #ffffff;
    padding: 20px 0px 20px 0px;
}

.container_desktop {
    background: #efeeee;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.android_ios p {
    margin-top: 20px;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    color: #323e54;
    line-height: 1.5;
    font-family: 'Montserrat', Arial, sans-serif;
}

.gray_color {
    padding: 30px 0px 30px 0px;
}

.col-md-6.android_ios.one {
    border-right: 2px solid #efeeee;
}


/*****************end of css by ashfaque***********/


/*****************css by rau***********/

/*sohan css start */
@media(min-width: 768px){
.call-now-button {
    position: fixed;
    top:  30%;
    right:  -4px;
    transform: rotate(270deg);
    z-index: 1;
}
}
@media(max-width: 767px){
.call-now-button {
    margin-top: 15px;
}
}
.call-now-button a.btn.btn-success {
    padding: 8px 20px;
    font-size: 20px;
    font-weight: bold;
    background:#c73537;
    -webkit-box-shadow:0 3px 0 rgba(160, 30, 32,1);
    box-shadow:0 3px 0 rgba(160, 30, 32,1);
}
a#call {
    color: #fff;
    border:0;
    box-shadow: 0px 0px 9px 2px #2c2c2c;
}
/*.phone {
    margin-right: 10px;
}*/
.mm-boy {
    margin-top: 43px;
}
.quick-features ul{
    margin-top:40px;
}
.quick-features ul li{
    padding: 10px 0;
    color: #272727;
    font-weight: 600;
    font-size: 16px;
}
.saleshigh{
    background: #257bbf;
    font-size: 18px;
    padding: 5px 15px;
    color: #fff;
}
.quick-features h3{
    padding: 30px 0;
}
.quick-features{
    margin-top: 40px;
}
.quick-features img{
    margin: auto;
    padding:0;
}
.thumbnail .caption h3{
    min-height: 50px;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize !important;
}
.thumbnail img{
    width: 92px;
    object-fit: scale-down;
    height: 100px;
}
.thumbnail.money img{
    width: 115px;
}
.list ul li{
    margin-left: 18px;
    margin-bottom: 5px;
    color:#000;
}
.list {
    margin-bottom: 50px;
}
img {
    vertical-align: middle;
    max-width: 100%;
}
.footerlinks p{
    margin: 0;
}
.btn.btn-success.btn-lg.btn-block {
    background: #e35e5e;
    box-shadow: none;
    border-radius: 50px;
    color: #fff !important;
    border-color: #e35e5e;
    transition: all ease-in .2s;
}
.btn.btn-success.btn-lg.btn-block:hover{
    border-color:#e35e5e;
    box-shadow: 0px 1px 8px 2px #c6c6c6;
}
.contact-form input::placeholder {
    color: #c4c4c4 !important;
}
textarea{
    font-size: 14px !important;
}
.contact-form textarea::placeholder {
    color: #c4c4c4 !important;
}
.mm_desktop_img{
    height: 422px;
}
.btn:focus{
    outline: 0;
    border-color: #e35e5e;
}
.btn-success:focus, .btn-success:active, .btn:active:focus{
    outline: 0;
    border-color: #e35e5e;
}
.list-0{
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.padd-0{
    padding-left: 0;
}
.quick-features h4 span{
    font-size: 13px;
}
.video-block h4{
    font-size: 25px;
    margin-bottom: 15px !important;
    color: #000 !important;
    margin-top: 0px;
}
.list h4{
    margin-bottom: 5px !important;
    margin-top: 45px;
    font-size: 25px;
    color: #000 !important;
}
.request{
    background: #e35e5e;
    box-shadow: none;
    border-radius: 50px;
    color: #fff !important;
    border-color: #e35e5e;
    transition: all ease-in .2s;
    text-transform: capitalize;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background: #d66d6d !important;
    border-color: #d66d6d;
    box-shadow: 0px 1px 8px 2px #c6c6c6;
}
.head-0, .head-2{
    position: relative;
}
.head-0 h2::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #e35e5e;
    -webkit-transition: width 2s;
    transition: width 2s;
}
.head-2 h1::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #e35e5e;
    margin: auto;
    transition: width 2s;
    -webkit-transition: width 2s;
}
.sales, .sal{
    position: relative;
}
.sales h1::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #e35e5e;
    -webkit-transition: width 2s;
    transition: width 2s;
}
.sales h1:hover::before{
    width: 400px;
}
.sal h4::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #e35e5e;
    -webkit-transition: width 2s;
    transition: width 2s;
}
.sal h4:hover::before{
    width: 100%;
}
.head-2 h1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.head-2 h1:hover::before{
    width: 462px;
}
.head-0 h2:hover::before{
    width: 565px;
}
.head-2 h1{
    margin-bottom: 35px !important;
}
.mm-tiger-img {
    display: flex;
    min-height: 400px;
    align-items: center;
    justify-content: left;
}
.titlle{
    position: relative;
}
h1.main-title::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 8px;
    background: #fff;
    bottom: 0;
    left: 5px;
    transition: width 2s;
    -webkit-transition: width 2s;
}
h1.main-title:hover::before{
    width: 574px;
}
.loading img{
    position: absolute;
    background: #25252594;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}
section.compare {
    background: #f9f8f8;
    padding: 0 0 52px;
}
section.about {
    padding: 10px 0 42px;
}
section.training-object {
    background: #f5f5f5;
    padding:25px 0 10px;
}
section.why {
    padding: 0 0 30px;
}
.training-object h2{
    margin-bottom: 34px !important;
}
.thumbnail:hover {
    box-shadow: 1px 1px 11px 2px #cacaca;
}

a#call i {
    transform: rotate(90deg);
}

h4 {position: relative;}

@media (max-width: 767px) and (min-width: 320px) {
    .col-md-6.android_ios.one {
        border-right: 0px solid #efeeee;
    }
    #videoBlock img {
        width: 100%;
    }
    .mm-tiger-img {
      min-height: initial;
    }
    h4 {
      position: relative;
    }
    .light .masthead {
      height: auto !important;
    }
    .padd-0 {padding-left: 15px;}
}
@media (max-width: 1024px) and (min-width: 768px) {
  .mm-tiger-img {
      min-height: initial;
    }
}