body,div,p,a,ul,ol,h1,h2,h3,h4,h5,h6,span,b,li {  
    font-family: 'Asap', sans-serif;
}
.hidden {
    display: none;
}
.topbar-transparent {
    color: #6b3e9f;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    line-height: normal;
    -webkit-transition: 350ms;
    transition: 350ms;
}
#top-bar .top-info {
    margin: 0;
    float: left;
}
.top-info {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
    float: right;
}
.logo img {
    height: 55px;
}

span.info-icon {
    margin-right: 10px;
}
div#top-bar p {
    font-size: 13px;
}
.top-info li {
    display: inline-block;
}
#top-bar .top-info .info-icon {
    top: 0;
    margin-right: 5px;
}
.top-info .info-icon {
    font-size: 20px;
    color: #6b3e9f;
    display: inline-block;
    top: -15px;
    position: relative;
    margin-right: 10px;
}
#top-bar .top-info .i {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    font-size: 16px;
}
.top-info .info-wrapper {
    display: inline-block;
    margin-right: 30px;
    position: relative;
    padding-right: 10px;
}
.top-login p,.top-ph p {
    color: #000;
}
.top-social {
    list-style: none;
    margin: 5px 0 0 0;
    padding: 0;
}
.info-title {
    margin-bottom: 0;
}
.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topbar-transparent ul li a {
    color: #fff;
    font-weight: 600;
}
.top-social a {
    font-size: 18px;
    margin-left: 20px;
    color: #fff;
}
#top-bar .top-info i {
    color: #6b3e9f;
    font-weight: 400;
    font-size: 15px;
    font-size: 16px;
}
.icon {
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.banner img {
    width: 100%;
}
.contact-form {
    margin-top: 30px;
}
.contact-form h5 {
    margin-bottom: 20px;
}
/*carousel*/
#main-slide .carousel-indicators {
    display: none !important;
}
#main-slide .carousel-indicators {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#main-slide .carousel-item {
    min-height: 500px;
    color: #fff;
    background-position: 100% 100%;
    background-size: cover;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.carousel-inner .carousel-item.active h2, .carousel-inner .carousel-item.active h3, .carousel-inner .carousel-item.active p {
    -webkit-animation: fadeInLeft 1.5s ease-in-out 300ms both;
    animation: fadeInLeft 1.5s ease-in-out 300ms both;
}
#main-slide .carousel-item .slider-content {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
}
#main-slide .carousel-item.active .slider-content {
    opacity: 1;
    -webkit-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    padding: 50px 0 0 0;
    width: 100%;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 515px;
}
.slide-title {
    font-size: 30px;
    line-height: 48px;
    font-weight: 100;
    color: #fff;
    margin: 0;
}
.slide-sub-title {
    font-style: normal;
    font-size: 40px;
    line-height: 45px;
    margin: 10px 0 20px;
    color: #fff;
    background: #0000007d;
    width: 55%;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.slider-description {
    color: #fff;
    font-size: 20px;
    line-height: 34px;
    margin: 20px 0 20px;
}
.lead {
    font-size: 1rem!important;
    font-weight: 300;
}
.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

#main-slide .carousel-control.left, #main-slide .carousel-control.right {
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    transition: all .25s ease;
}
#main-slide .carousel-control .fa-angle-left {
    left: 20px;
}

#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
}
#main-slide:hover .carousel-control.left, #main-slide:hover .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
}
.i3x {
    /*font-size: 25px;*/
}
#main-slide .carousel-control .ii {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    transition: all 500ms ease;
}
#main-slide .carousel-control .i:hover {
    background: #6b3e9f;
    color: #fff;
}
.btn.btn-primary {
    background: yellow;
    border: 2px solid transparent;
    color: #000;
}
.btn.btn-primary, .btn-dark, .btn-border, .btn-white {
    font-size: 16px!important;
    font-weight: 600;
    padding: 10px 35px!important;
    line-height: 1.33;
    border-radius: 30px!important;
    border: 0;
    -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
    transition: color 400ms, background-color 400ms, border-color 400ms;
}
.btn-border {
    border: 2px solid #fff;
    background: none;
    color: #fff;
}
.slider.btn.btn-border {
    border: 2px solid #fff;
    color: #fff;
    background: green;
}
.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}
/*end carousel*/
ul.navbar-nav > li {
    float: none;
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
ul.navbar-nav > li > a {
    text-rendering: optimizeLegibility;
    display: inline-block;
    padding: 5px 15px;
    line-height: 65px;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    color: #220035;
}
ul.navbar-nav > li > a:hover{
    color: #6b3e9f;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6b3e9f!important;
    border-color: #6b3e9f!important;
}
ul.navbar-nav > li:hover > a:before, ul.navbar-nav > li.active > a:before {
    border-color: #6b3e9f;
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}
nav.navbar.navbar-expand-lg {
    padding: 0;
}
ul.navbar-nav > li.active > a {
    /*border-bottom: 3px solid #6b3e9f;*/
    color: #45288a;
}
.no-padding {
    padding: 0 !important;
}
section, .section-padding {
    padding: 100px 0;
    position: relative;
    z-index: 3;
}
.ts-features [class*=col] {
    padding: 0;
}
.ts-feature-info i {
    font-size: 60px;
}
.ts-feature-title {
    font-size: 28px;
    margin: 30px 0 20px;
    color: #fff;
}
.feature-box1, .feature-box2, .feature-box3 {
    position: relative;
    background-size: cover;
    background-position: center;
}
.text-center {
    text-align: center!important;
}
.ts-feature .ts-feature-info {
    color: #fff;
    z-index: 1;
    position: relative;
    padding: 50px;
}
.ts-feature-info i {
    font-size: 60px;
}
.ts-feature-info i {
    font-size: 60px;
}
.feature-box1 .ts-feature-info {
    background: #ffff00bf;
}
.feature-box2 .ts-feature-info {
    background: #008000d6;
}
.feature-box3 .ts-feature-info {
    background: #ff0000d1;
}
.bg-pattern-2 {
    position: relative;
    z-index: 2;
}
.bg-pattern-2:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../img/pattern/pattern_arrow.png) no-repeat top left;
    z-index: -1;
}
.section-title {
    font-size: 44px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 90px;
    position: relative;
}
.section-title span {
    font-size: 18px;
    margin-bottom: 15px;
    color: #626c84;
    text-align: center;
    display: block;
    font-weight: 400 !important;
    line-height: normal;
}
.section-title:after {
    content: '';
    position: absolute;
    bottom: -30px;
    height: 1px;
    width: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 0;
    border-bottom: 2px solid #6b3e9f;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
.ts-service-content {
    position: relative;
}
.ts-service-icon i {
    font-size: 70px;
    position: absolute;
    right: 0;
    color: #f2f2f2;
    z-index: -1;
}
.service-title {
    margin-top: 25px;
    font-size: 22px;
    color: #6b3e9f;
}
.gap-60 {
    clear: both;
    height: 60px;
}
p {
    font-family: 'Asap', sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.solid-bg {
    background: #f7f9fd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-facts-area .ts-padding {
    padding: 70px 0px 70px 0px;
}
.ts-facts-area .column-title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 10px;
}
.gap-20 {
    clear: both;
    height: 20px;
}
.ts-facts i {
    font-size: 48px;
    color: #a4a7af;
}
.ts-facts-num {
    font-size: 30px;
    font-weight: 700;
    color: #252a37;
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}

.ts-team-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
    text-align: center;
    min-height: 330px;
    margin-bottom: 30px;
}
.team-img-wrapper {
    position: relative;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    /*padding: 0;*/
}
.team-img-wrapper img {
    width: 100%;
}
.team-img-wrapper:after {
    position: absolute;
    content: '';
    background: rgba(31, 31, 31, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}
.ts-team-wrapper:hover .team-img-wrapper:after {
    opacity: 1;
    right: 0;
}
.ts-team-wrapper:hover .ts-team-content h3, .ts-team-wrapper:hover .ts-team-content p {
    color: #fff;
}
.ts-team-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    /*height: 60px;*/
    padding: 10px;
    margin-top: 0;
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
}
.ts-team-wrapper:hover .ts-team-content {
    position: absolute;
    /*top: 50%;*/
    /*margin-top: -50px;*/
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    padding: 0;
}
.ts-team-wrapper:hover .ts-team-content h3 {
    color: #ffffff;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: -180px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.ts-team-content .team-name {
    font-size: 20px;
    margin: 0;
    line-height: normal;
    color:#100f46;
}

.ts-team-content .team-designation {
    font-size: 14px;
    font-style: italic;
}
.team-social-icons {
    display: none;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}
.ts-team-wrapper:hover .team-social-icons {
    display: inline-block;
    /*height: 95px;*/
    padding: 10px 0;
}
.team-social-icons a {
    color: #026a2f;
    margin-right: 12px;
    text-align: center;
}
.testimonial-slide {
    padding: 50px 0;
}

.quote-area {
    background-image: url(../img/site/callus_background.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0px;
    background-position: center center;
}
.quote-item.quote-square .quote-text:before {
    content: "\e937";
    font-family: 'iconfont';
    font-size: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #6b3e9f;
    line-height: 50px;
    color: #fff;
    background: #6b3e9f;
    border-radius: 3px;
    left: 45px;
}
.quote-item .quote-text:before {
    content: "\e937";
    font-family: 'iconfont';
    position: absolute;
    font-size: 35px;
    top: -20px;
    left: 105px;
    color: #6b3e9f;
    background: none;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-align: center;
    border-radius: 3px;
    font-style: normal;
}
.quote-item .quote-text:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 55px;
    border-width: 0 0 20px 20px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5);
    display: block;
    width: 0;
}
.testimonial-slide .owl-nav {
    position: absolute;
    right: 40px;
    bottom: 95px;
}
.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    bottom: 90px;
}
.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    left: 0;
    top: 50%;
}
.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-prev] {
    right: auto;
    left: -40px;
}
.testimonial-slide.owl-carousel.owl-theme .owl-nav [class*=owl-next] {
    left: 0;
    right: 0;
}


.bg-overlay {
    position: relative;
}
.bg-overlay.overlay-color:after {
    background-color: rgba(15, 39, 101, 0.85);
}
.bg-overlay:after {
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 0;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.quote-item .quote-text {
    margin: 40px 0 10px;
    display: inline-block;
    padding: 50px 40px 30px 45px;
    background-color: #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: relative;
    font-size: 16px;
    font-style: italic;
}
.quote-item-footer {
    margin-top: 40px;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
img.testimonial-thumb {
    max-width: 80px;
    float: left;
    margin-right: 20px;
    border-radius: 100%;
}
.quote-item-info {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.quote-author {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 2px;
    font-weight: 600;
    display: block;
    color: #fff;
}
.quote-subtext {
    color: #fff;
    font-size: 14px;
}
.clients-area {
    /*background: #f7f9fd;*/
    padding: 70px 0 120px 0;
}
.owl-carousel.owl-theme.partners .owl-nav {
    margin: 0;
}

.partner-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    min-height: 32px;
    margin-bottom: 0;
}
.partner-logo img {
    -webkit-transition: 350ms;
    transition: 350ms;
    transition: 350ms;
    width: auto !important;
}


.owl-carousel.owl-theme.partners .owl-nav {
    margin: -10px;
}
.owl-carousel .owl-nav {
    text-align: center;
}
.owl-carousel.owl-theme.partners .owl-nav [class*=owl-] {
    bottom: -10px;
    /*margin-bottom: -12px;*/
}
.owl-carousel.owl-theme.partners .owl-nav .owl-prev {
    left: 0;
    right: auto;
    background: #6b3e9f;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background: #6b3e9f;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 34px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    border-radius: 0;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.link-more {
    color: #6b3e9f;
}
/*blog*/
.blog-box {
    position: relative;
    margin: 20px 0px;
}
.blog-box-img {
    margin-bottom: 50px;
}
.blog-box-img img {
    width: 100%;
    border-radius: 5px;
}
.blog-box-text {
    padding: 0px 20px;
}
.blog-box-text .blog-box-date {
    display: inline-block;
    background: #6b3e9f;
    border-radius: 3px;
    padding: 10px 25px;
    position: absolute;
    bottom: 230px;
}
.blog-box-text .blog-box-date h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding: 0px;
}
.blog-box-text .blog-box-date h5 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
}
.blog-box-text h6 {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.blog-box-text a h4 {
    color: #333;
    font-size: 23px;
    font-weight: 500;
    margin: 12px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.blog-box-text a h4:hover {
    color: #6b3e9f;
}
.blog-box-text p {
    color: #777;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}
.pricing-box-1-button {
    position: relative;
    margin-top: 25px;
}
.pricing-box-1-button a {
    background: transparent;
    color: #6b3e9f;
    display: inline-block;
    border: 2px solid #6b3e9f;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 500;
}
.pricing-box-1-button a:hover {
    background: #6b3e9f;
    color: #fff;
}
a:hover{
    text-decoration:none!important;
}

/*footer*/
.footer {
    position: relative;
    z-index: 4;
}
.footer-top {
    position: absolute;
    top: -60px;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
}
.footer-top-bg {
    background: #fcbc28;
    margin: 0;
    color: #fff;
}
.footer-top .footer-box {
    padding: 30px 45px 20px;
    min-height: 120px;
}
.footer-top .footer-box i {
    float: left;
    font-size: 28px;
    margin-top: 0px;
    background: rgb(107 62 159);
    text-align: center;
    width: 65px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
}
.footer-top .footer-box .footer-box-content {
    margin-left: 90px;
}
.footer-top .footer-box .footer-box-content h3 {
    margin-top: 6px;
    margin-bottom: 2px;
    font-size: 20px;
    color: #fff;
}
.footer-top .footer-box .footer-box-content p {
    margin: 0;
    font-size: 14px;
    color: #000;
}
.footer-main {
    background: url(../img/site/footer-bg.jpg);
    background-size: cover;
    background-position: 100%;
    color: #8c93a5;
    position: relative;
    padding: 120px 0 20px;
}
.footer-about {
    padding-right: 40px;
}

.footer-widget {
    padding-bottom: 40px;
}
.footer-social {
    margin-top: 25px;
}
.footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-social ul li {
    margin: 0 10px 0 0;
    display: inline-block;
}
.footer-social ul li a {
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
    color: #fff;
}
.footer-social ul li a i {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    text-align: center;
    -webkit-transition: 400ms;
    transition: 400ms;
    transition: 400ms;
}
.footer .widget-title {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.footer .widget-title {
    color: #fff;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 30px;
}
.footer-widget ul.list-dash li {
    width: 50%;
    float: left;
    line-height: normal;
    padding-bottom: 25px;
    font-size: 15px;
}
ul.list-dash li:before {
    font-family: FontAwesome;
    content: "\f068";
    margin-right: 10px;
    color: #6b3e9f;
    font-size: 10px;
}
.footer-widget ul.list-dash li a {
    color: #fff;
}
.bg-overlay {
    position: relative;
}
.footer-widget {
    z-index: 1;
}


.copyright {
    background: #00081d;
    color: #8c93a5;
    padding: 30px 0;
    font-size: 15px;
}
.footer-menu {
    float: right;
}
.footer-menu ul li {
    display: inline-block;
    padding-left: 8px;
}
.footer-menu ul li a {
    color: #8c93a5;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 10px;
    padding-right: 10px;
    margin-right: 5px;
}
/*end footer*/



#page-breadcrumb {
    background-image: url(/img/site/tour-bg.png);
    background-color: #fbfafa;
    background-repeat: repeat-x;
    height: 130px;
    background-position: center;
    display: table;
    position: static;
    width: 100%;
}
.vertical-center {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: statice;
    background-color: #6b3e9f0d;
}
.action h1 {
    margin-top: 0;
    font-size: 2rem;
    margin: 0;
}
.title {
    color: #45288a;
    font-weight: 300;
    text-transform: uppercase;
}
.action p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 300;
}
.qutoe-form-inner-left {
    position: relative;
}
img.bg-h {
    position: absolute;
    bottom: 0;
    z-index: 9;
    left: 0;
}
.ii{
    font-size: 30px;
}
i.icon.icon-map-marker2 {
    color: yellow;
}
i.icon.icon-phone3,i.icon.icon-users,.top-login svg {
    color: green;
}
i.icon.icon-envelope {
    color: red;
}
.ts-content {
    margin-bottom: 30px;
}




html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;

  /* Panel animation should last 200ms */
  transition: transform .2s;
  -webkit-transition: -webkit-transform .2s;
}

/* Body animation when left panel is opened */
body.ps-active {
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
  overflow: hidden;
  touch-action: none;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}
/*body.ps-active:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    z-index: 99999;*/
/*    background-color: rgba(0, 0, 0, 0.48);*/
/*}*/

/* Body animation when right panel is opened */
body.ps-active-right {
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
}

/* Panel styles */
.panel {
    position: fixed;
    top: 0;
    width: 260px;
    height: 100%;
    /*padding: 20px;*/
    background-color: #f7f7f7;
    color: #141042;
}

#left-panel {
  left: 0;

  /* Hide panel on the left of the page. When this panel is opened the
  class .ps-active will be apllied to body, and it's X translation will
  reveal the panel. */
  -webkit-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  transform: translateX(-260px);
}

#right-panel {
  right: 0;

  /* Hide panel on the right of the page. When this panel is opened the
  class .ps-active-right will be apllied to body, and it's X translation
  will reveal the panel. */
  -webkit-transform: translateX(260px);
  -ms-transform: translateX(260px);
  transform: translateX(260px);
}

/* Page style */
h1, h2 {
  margin-top: 0;
}

p {
  /*color: #ccc;*/
  line-height: 1.5;
}

#page {
  width: 940px;
  height: 400px;
  padding: 20px;
  margin: 0 auto;
  background: white;
}

.mb_box ul {
    list-style: none;
    padding:0;
}

.mb_box ul li {
    width: 100%;
    padding: 8px 5px;
}
.mb_box ul li a {
    width: 100%;
    padding: 8px 0;
    text-transform: uppercase;
    color: #220035;
    font-size: 14px;
    font-weight: 700;
}
.mb_box ul li a:hover {
    color: #45288a;
}
a:link, a:visited {
    text-decoration: none;
}

.navbar-toggler-icon {
    height: 1.2em!important;
}
.mb_box ul li.active a {
    color: #45288a;
}

.mb_log {
    background: #fff;
    /*border-right: 1px solid #0a0641;*/
    text-align: center;
}
.mb_box {
    padding: 20px;
}
.mb_log img {
    height: 70px;
    padding: 10px 25px;
}
.box-border {
    border: 1px solid #eaeaea;
    padding: 20px 30px;
}
.ts-contact-info .ts-contact-icon {
    float: left;
    font-size: 44px;
    color: #2154cf;
}
.ts-contact-info .ts-contact-content {
    margin-left: 70px;
}
.ts-contact-info .ts-contact-title {
    font-size: 20px;
    margin: 0;
}
.ts-contact-info .ts-contact-content p {
    margin: 0;
}
.ts-contact-info {
    height: 115px;
}
.map {
    margin-top: 30px;
}
.ts-contact-icon i.icon.icon-map-marker2 {
    color: #dede11;
}
.top-ph {
    position: absolute;
    top: 10px;
    /*right: 130px;*/
    right: 30px;
    display: inline-flex;
}
.top-login {
    position: absolute;
    top: 10px;
    right: 32px;
    display: inline-flex;
}











/*responsive*/
@media (min-width: 992px){
.text-lg-right {
    text-align: right!important;
}

    .logo img {
    padding-right: 60px;
}

ul.navbar-nav > li > a .i {
    padding-left: 5px;
}
.qutoe-form-inner-left {
    padding-right: 40px;
}

}
@media (max-width: 992px){

div#top-bar,#top-bar .top-info,.top-info li.last,.top-ph {
    display: none;
}
.top-login {
    position: absolute;
    top: 35px;
    right: 7px;
    display: inline-flex;
}
.qutoe-form-inner-left{
    display: none;
}
.footer-main {
    padding-top: 360px;
}
.mb_menu {
    position: absolute;
    left: 0;
}
.navbar .container {
    display: inline-block!important;
    text-align: center;
}
}
@media (min-width: 768px){
.text-md-center {
    text-align: center!important;
}
}
@media (max-width: 768px){
div#top-bar{
    display: none;
}
.top-social {
    list-style: none;
    margin: 5px 0 5px 0;
    padding: 0;
}
.top-social a {
    font-size: 18px;
    margin-left: 0px;
    color: #fff;
    margin-right: 8px;
}
.ts-service-box img {
    width: 100%;
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
    right: 15px;
}
.footer-menu {
    float: left;
}
.footer-menu ul li {
    display: inline-block;
    padding-left: 0;
}
.slide-sub-title {
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    margin: 10px 0 20px;
    color: #fff;
    width: auto;
}
}



/*minn*/
.blog-detail-entries .blog-detail-entry img {
    width: 100%;
}
.blog-detail-entries .blog-detail-entry .blog-content-body {
    padding: 20px;
    border: 1px solid #efefef;
    border-top: none;
    background: #fff;
    box-shadow: 1px 3px 5px 3px #f3f3f3;
}
.sidebar.sidebar-right {
    background: #704f9c;
    margin-top: 0;
    margin-bottom: 0;
}
.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar-right .widget {
    margin-left: 0;
}
.widget.recent-posts .com-title {
    text-align: left;
    margin-bottom: 0;
    position: relative;
    padding: 18px 10px;
}
.sidebar.sidebar-right ul {
    background: #fff;
    border: 1px solid #f9f9f9;
}
.widget.recent-posts ul li {
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.widget ul li {
    line-height: 30px;
}
.sidebar .widget ul li a {
    color: #303030;
}
.widget.recent-posts .com-title h2 {
    font-size: 20px;
    margin: 0;
    color: #fff;
}
.recent-posts .com-title span {
    color: #000;
}
.widget.recent-posts ul li a img, .widget.recent-posts ul li a .text {
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
}
.widget.recent-posts img {
    width: 85px;
    height: 65px;
}
.widget.recent-posts .post-info .entry-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.blog-detail-entries .post-meta {
    margin-bottom: 20px;
    font-size: 15px;
    color: #000;
}
.blog-detail-entries .blog-detail-entry p {
    font-size: 13px;
    color: grey;
}
.blog-content-body p {
    line-height: 30px;
    text-align: justify;
}
.page-content {
    line-height: 30px;
    text-align: justify;
    font-size: 17px;
    color: grey;
}
.ibox-content {
    color: inherit;
    padding: 5px 10px 10px 10px;
    border: 1px solid #076d32;
    color: #fff;
}
.guru .ibox-content {
    margin-bottom: 2px;
    background-color: #076d32;
}
.m-b-sm {
    margin-bottom: 10px;
    margin-top: 10px;
}
.ibox-content h5 {
    height: 35px;
}
.img-circle {
    border-radius: 50%;
}
header#header {
    /*box-shadow: 1px 1px 7px -5px #000;*/
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 0;
    background: #fff;
    height: auto;
}
.site-top {
    height: 75px;
}

.latest-post-media {
    position: relative;
}
a:link, a:visited {
    text-decoration: none;
}
.latest-post-media a {
    color: #ffca0a;
}
.latest-post img {
    width: 100%;
    background: #e8e8e8;
}
.latest-post-media .post-item-date {
    position: absolute;
    background: #111046;
    color: #fff;
    top: 15px;
    left: 15px;
    text-align: center;
    padding: 4px 13px 4px;
    border-radius: 3px;
    width: 52px;
    height: 52px;
}
.latest-post-media .post-item-date .day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -8px;
}
.latest-post .post-body {
    padding: 20px 0 5px;
}
.latest-post .post-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 700;
}
.latest-post .post-title a {
    color: #303030;
}
.guru-title {
    background: #f7f7f7;
    padding: 10px 15px;
    margin: 15px;
    border-radius: 3px;
}
.col-md-4.col-xs-12 {
    display: inline-block;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle!important;
    border-top: 1px solid #efefef!important;
}
.schedule-date {
    font-size: 24px;
    margin-bottom: 20px;
    color: #026a2e;
    text-align: center;
}
.schedule-venue {
    font-size: 18px;
    margin: 0 0 20px 0;
    color: #026a2e;
    text-align: center;
    margin-bottom: 30px;
}
.page-content h3 {
    font-size: 20px;
    padding-top: 30px;
}
.course_block .block_media {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    line-height: 0px;
}
.course_block img {
    width: 100%;
    display: block;
}
.block.postblock .block_content {
    padding: 15px;
    border: 1px solid rgba(0,0,0,.08);
    border-top: none;
    background: #fff;
    box-shadow: 1px 1px 7px -5px #000;
}
.dt-sc-course-overlay {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    left: 0;
    top: 0;
}
.dt-sc-course-overlay {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    filter: alpha(opacity=0);
    opacity: 0;
}

.dt-sc-course-overlay, .portfolio .image-overlay {
    background: rgba(0, 0, 0, 0.59);
}
.course_block .dt-sc-course-overlay a {
    width: 140px;
    height: 45px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    position: absolute;
    padding: 13px 20px 11px;
    font-size: 14px;
}
.course_block:hover .block_media .dt-sc-course-overlay {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.course_block:hover .block_media .dt-sc-course-overlay {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    -o-touch-callout: none;
    -ms-touch-callout: none;
    touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
.dt-sc-button.white {
    border-color: #6b3e9f;
    color: #ffffff;
    background: #6b3e9f;
}
.block_content a {
    font-size: 18px;
    color: #000;
}
.dt-sc-button {
    font-size: 14px;
    padding: 8px 15px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #201c1d;
    border-radius: 3px;
    color: #201c1d;
}
.course-details-img img {
    width: 100%;
}

.form-group.required label:after {
  content:"*";color:red;
}
.event-reg .form-control {
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 5px;
    padding: 10px 20px;
    border: 1px solid rgba(239, 239, 239, 0.03);
    outline: 0;
    width: 100%;
    height: calc(2em + .75rem + 2px);
}
.guru img {
    width: 250px;
}
.footer-social ul li a svg {
    font-size: 50px;
}

/*add comet*/
.o-service-img{
    width: 65%!important;
}
.ts-service-image-wrapper{
    text-align: center;
}
.client-block p {
    /*padding-left: 30px;*/
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.about_title {
    font-weight: 300!important;
    font-size: 17px!important;
    line-height: 29px!important;
}
.about_title h5, .about_content {
    font-size: 18px;
    margin: 15px 0;
}
blockquote {
    width: 90%;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: auto;
    margin-top: 0px;
    letter-spacing: 1px;
    text-align: center;
    border-left: transparent;
    padding: 0px 20px 10px 20px;
}
blockquote:before {
    content: "\201C";
    display: block;
    font-size: 4.0rem;
    line-height: 0;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 15px;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
.progress_bar {
    background: #f0f0f0;
    height: 37px !important;
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}
.progress_bar_content {
    height: 37px !important;
    -webkit-transition: width s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    border-radius: 5px;
}
.progress_bar_title {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 5px;
    left: 13px;
    font-weight: bold;
}
.post_img img {
    width: 100%;
}
.yellow{
    color: #fcbc28!important;
}
div#callus {
    padding: 60px;
}
div#call_now {
    padding: 60px 0;
    color: #fff;
}
.call_title h3 {
    font-size: 30px;
    margin-bottom: 25px;
    line-height: 50px;
}
.read_full {
    /*margin-bottom: 25px;*/
    padding: 20px 0;
}
.read_full .button {
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: .8em 1.5em .7em 1.5em;
    color: #fff;
    background: #6b3e9f;
    border: 1px solid #6b3e9f;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-size: 13px;
    text-shadow: none;
    margin-right: 5px;
    font-style: normal;
    text-shadow: none !important;
    -webkit-appearance: none;
}

@media (max-width: 992px)
{
.login-btn {
    display: none;
}
.site-top {
    height: 60px;
}
}

@media (max-width: 567px){
    #main-slide .carousel-item {
        max-height: 270px;
        min-height: auto;
    }
    #main-slide .slider-content {
        max-height: 270px;
        min-height: auto;
    }
    .slide-sub-title {
        font-style: normal;
        font-size: 20px;
        line-height: 30px;
        margin: 10px 0 20px;
        color: #fff;
        width: auto;
    }
    .btn.btn-primary, .btn-dark, .btn-border, .btn-white {
        font-size: 16px!important;
        font-weight: 600;
        padding: 6px 15px!important;
    }
    .footer-widget ul.list-dash li {
        width: 100%;
    }
    section, .section-padding {
        padding: 100px 0 100px 0;
    }
}



.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
    z-index: 99;
    position: absolute;
    top: 10px;
    font-size: 50px;
    outline: unset!important;
    border: none!important;
    background: transparent;
    color: #6b3e9f;
}
.next-arrow{
    right: 0px;
    z-index: 99;
    position: absolute;
    font-size: 50px;
    top: 10px;
    outline: unset!important;
    border: none!important;
    background: transparent;
    color: #6b3e9f;
}
section#shop-slider {
    padding: 50px 0;
}
.client_slider {
    height: 100px;
    overflow: hidden;
}
.slick-slide img {
    display: inline-block!important;
}
.slick-slide {
    text-align: center!important;
}
.next-arrow:hover,.prev-arrow:hover {
    cursor: pointer;
}



.gallery-title
{
    font-size: 36px;
    color: #6b3e9f;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    border: 1px solid #6b3e9f!important;
    border-radius: 5px!important;
    text-align: center;
    color: #6b3e9f;
    margin-bottom: 30px;

}
.filter-button.active
{
    color: #ffffff!important;
    background-color: #6b3e9f;
}
.filter-button:hover
{
    border-color: #6b3e9f;
    border-radius: 5px;
    text-align: center;
    color: #ffffff!important;
    background-color: #6b3e9f;

}
.btn-default:active .filter-button:active
{
    background-color: #fff;
    color: white;
}
.filter-button:focus
{
    background-color: #6b3e9f;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}