

/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');*/
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

@import 'owl.carousel.min.css';
@import 'animate.css';
@import 'magnific-popup.css';
@import 'font-awesome.min.css';

@font-face {
  font-family: MM;
  font-display: auto;
  src: url(../fonts/Roboto/MyanmarSagar.ttf);
}
.mm {
    font-family: 'MM', sans-serif;
}

@font-face {
  font-family: Roboto;
  font-display: auto;
  src: url(../fonts/Roboto/Raleway-Regular.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-display: auto;
  src: local('Roboto'), url(../fonts/Roboto/Raleway-Regular.ttf) format('ttf');
}

/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #ac3d81;
    line-height: 1.2;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.welcome {
    font-size:15px;
}

.facebook, .call, .mm {
    color: black;
}

li {
    list-style: none;
}
.blog-area ul li {
    list-style:initial;
}
.color-1 {
    color: #663183;
}

p {
    font-family: 'Roboto', sans-serif;
    color: #323233;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    line-height: 1.9;
}

ul,
ol {
    margin: 0;
    padding: 0;
}
.alert-danger {
    background-color: red;
}
.alert-success {
    background-color: green;
}

img {
    max-width: 100%;
    height: auto;
}
.bg-gray {
    background: #f7f7f7;
}
button:focus {
    outline:none;
}
.margin-top-20 {
    margin-top: -20px;
}

.section_padding_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section_padding_100_0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section_padding_100_50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.section_padding_100_70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section_padding_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section_padding_50_20 {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section_padding_150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.section_padding_200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section_padding_0_100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section_padding_70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section_padding_0_50 {
    padding-top: 0;
    padding-bottom: 50px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-100 {
    margin-right: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-100 {
    margin-left: 100px;
}
.link-img {
    width: 15px;
}
.link-btn {
    transition-duration: 500ms;
    padding: 10px 20px;
    background-color: #663183;
    color: #ffffff;
    border-radius: 10px;
}

.link-btn:hover {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2),-1px 0px 3px rgba(0,0,0,0.2);
    color: white;
}

.ewhale-link {
    color: #fff;
}
.ewhale-link:hover {
    color: #fff;
}
.footer-logo {
    width: 150px;
}
.btn {
    cursor: pointer;
}

#preloader {
    overflow: hidden;
    background-color: #211b31;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.mosh-preloader {
    overflow: hidden;
    -webkit-animation: 3000ms linear 0s normal none infinite running mosh-preloader;
    animation: 3000ms linear 0s normal none infinite running mosh-preloader;
    background-color: transparent;
    border-color: #f1f2f3 #f1f2f3 #4a7aec;
    border-radius: 50%;
    border-style: solid;
    border-width: 4px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes mosh-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes mosh-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#scrollUp {
    bottom: 25px;
    font-size: 24px;
    right: 90px;
    width: 40px;
    background: #663183;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 38px;
    border-radius: 0;
    box-shadow: 2px 10px 8px rgba(0, 0, 0, 0.15);
}

.mosh-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.mosh-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading > p {
    font-weight: 700;
    color: #bec0cc;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-heading > h2 {
    font-size: 30px;
    margin: 0;
}

.section-heading > h5 {
    font-size: 22px;
    color: #abadbe;
    line-height: 1.8;
    font-weight: 500;
}

.mosh-btn, .mosh-btn-sm {
    background-color: #663183;
    height: 54px;
    padding: 0 30px;
    border-radius: 70px;
    color: #fff;
    font-size: 14px;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.mosh-btn {
    min-width: 150px;
}

.mosh-btn:hover {
    background-color: #1a3c8d;
    color: #fff;
}
.mosh-btn-sm:hover {
    background-color: #1a3c8d;
    color: #fff;
}

.bg-overlay,
.bg-overlay-white {
    position: relative;
    z-index: 1;
}

.bg-overlay:after,
.bg-overlay-white:after {
    background-color: rgba(33, 27, 49, 0.88);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: -1;
    position: absolute;
}

.bg-overlay-white:after {
    background-color: rgba(231, 235, 246, 0.89);
}

.bg-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.space {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* --------------------------
:: 2.0 Header Area CSS
-------------------------- */

.header_area {
    left: 0;
    /*position: absolute;*/
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 0 15px;
    /*height: 120px;*/
    background-color: transparent;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.menu_area {
    position: relative;
    z-index: 9999;
}
.navbar-brand img{
    width: 200px;
}

.menu_area #nav .nav-link {
    color: black;
    display: block;
    font-size: 15px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    padding: 0 15px;
}

.menu_area .dropdown-menu.show {
    border: none;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
}

.menu_area .dropdown-item {
    font-size: 14px;
    color: black;
    padding: 5px 30px;
}

.menu_area #nav .nav-link:hover,
.menu_area #nav .nav-item.active .nav-link,
.menu_area .dropdown-item:hover {
    color: #4a7aec;
}

.navbar-brand{
    padding:0;
    margin:0;
}

.search-button > a {
    margin: 0 15px;
}

.navbar-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}
.navbar-toggler {
    position: absolute;
    right: 0;
}
.multilink .active_language {
    background-color:#663183;
    color:#ffffff;
}
/* Search Form CSS */

.search-form-area {
    width: auto;
    height: 50px;
    display: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.search-form-open .search-form-area {
    display: block !important;
}

.search-form-open .navbar-nav {
    display: none !important;
}

.search-form-area #search {
    width: 550px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #663183;
    padding: 0 30px;
    color: #663183 !important;
    font-size: 14px;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* Sticky CSS */

.header_area.sticky {
    background-color: #fff;
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
}
.header_area {
    background-color: #fff;
    /*border-bottom: 1px solid #663183;*/
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);

}
.navbar-toggler {
    position:relative;
}
.app-content, .process{
    cursor: pointer;
}

/* --------------------------
:: 3.0 Welcome Area CSS
-------------------------- */

.welcome_area {
    position: relative;
    z-index: 2;
    /*height: 1200px;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-slides {
    position: relative;
    z-index: 2;
}

.single-hero-slide {
    /*height: 1200px;*/
    width: 100%;
    position: relative;
    z-index: 1;
}
.hero-slide-content img {
    height: 100%;
}

.hero-slide-content .slogan {
    font-size: 60px;
    color: #000;
    line-height: 1.8;
    border: 1px solid red;
}
.slogan {
    /*position: absolute;*/
}

/*.hero-slide-content h4 {
    color: #000;
    font-weight: 400;
    margin-bottom: 0;

}*/

.hero-slide-content .slide-img {
    color: #fff;
    /*margin-top: 100px;*/
    font-weight: 400;
}

.hero-slides .owl-prev,
.hero-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: 50px;
    border-radius: 50%;
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.hero-slides .owl-next {
    left: auto;
    right: 50px;
}

.hero-slides .owl-prev:hover,
.hero-slides .owl-next:hover {
    background-color: #663183;
}

/* -------------------------
:: 4.0 Service Area
------------------------- */

.mosh-service-slides {
    position: relative;
    z-index: 1;
}

.single-service-area h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #bec0cc;
}

.mosh-service-slides .center .single-service-area h2,
.single-service-area:hover h2 {
    color: #4a7aec;
}

.single-service-area h4 {
    margin-bottom: 20px;
}

.mosh-service-slides .owl-prev,
.mosh-service-slides .owl-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    line-height: 50px;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.mosh-service-slides .owl-next {
    left: auto;
    right: -25px;
}

/* -------------------------
:: 5.0 Clients Area
------------------------- */

.clients-logo-area > a > img {
    max-width: 170px;
    height: auto;
}

/* -------------------------
:: 6.0 Features Area
------------------------- */

.mosh-features-area {
    background-color: #e9e8ea;
    position: relative;
    z-index: 1;
}

.features-img > img {
    width: 80%;
    position: absolute;
    bottom: -30px;
    left: 30px;
    z-index: 9;
}

.mosh-features-area .section-heading {
    margin-bottom: 60px;
}

.mosh-features-area .section-heading h2 {
    color: #ac3d81;
}

.barfiller {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #4a7aec;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -35px;
    padding: 2px 4px;
    font-size: 15px;
    color: #4a7aec;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: transparent;
    font-weight: 500;
}

.barfiller .tip:after {
    display: none;
}

.single_progress_bar p {
    margin-bottom: 10px;
}

/* -------------------------
:: 7.0 More Service Area
------------------------- */

.single-more-service-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    /*max-width: 25%;*/
    padding: 20px 20px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 750ms;
    transition-duration: 750ms;
}

.single-more-service-area:hover {
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.1);
}

.more-service-content > img {
    margin-bottom: 40px;
}

.more-service-content h2 {
    margin-bottom: 25px;
    font-size:20px;
    text-transform: capitalize;
}

/* -------------------------
:: 8.0 Portfolio Area
------------------------- */

.portfolio-menu {
    margin-bottom: 100px;
    margin-top: -10px;
}
.category {
    margin-bottom: 20px;
}

.portfolio-menu > p {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
}

.portfolio-menu > p:hover {
    color: #4a7aec;
}
.portfolio-menu > a {
    display: inline-block;
    padding: 5px 15px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    /*border: 1px solid #663183;*/
    /*border-radius: 4px;*/
    margin: 5px;
}
.portfolio-menu > a:hover {
    color: #4a7aec;
}
.portfolio-menu .active {
    background-color: #663183;
    color: #fff;
}

.single_gallery_item {
    width: 25%;
    display: inline-block;
    float: left;
    z-index: 3;
    position: relative;
    overflow: hidden
}

.single_gallery_item > img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover > img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="8" /></filter></svg>#filter');
    -webkit-filter: blur(8px);
    filter: blur(8px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=8);
}

.gallery-hover-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background-color: rgba(74, 122, 236, 0.85);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_gallery_item:hover .gallery-hover-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.port-hover-text h4 {
    color: #fff;
    margin-bottom: 10px;
}

.port-hover-text > a {
    color: #fff;
    font-size: 15px;
}

/* -------------------------
:: 9.0 Workflow Area
------------------------- */

.workflow-img {
    position: relative;
    z-index: -10;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-workflow-area > h2 {
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47px;
    flex: 0 0 47px;
    width: 47px!important;
    height: 47px!important;
    text-align: center;
    background-color: #f3f5f9;
    line-height: 47px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.workflow-content h4 {
    margin-bottom: 30px;
}

.single-workflow-area:hover h2 {
    background-color: #4a7aec;
    color: #fff;
}

.workflow-slides-area {
    position: relative;
    z-index: 99;
    /*top: -100px;*/
}

.mosh-workflow-slides .owl-dots {
    margin-top: 60px;
    text-align: center;
}

.mosh-workflow-slides .owl-dot {
    background-color: #daddeb;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px;
    display: inline-block;
}

.mosh-workflow-slides .owl-dot.active {
    background-color: #4a7aec;
}

/* -------------------------
:: 10.0 CTA Area
------------------------- */

.mosh-call-to-action-area {
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}

.cta-content .section-heading {
    margin-bottom: 0;
}

.cta-content .section-heading h2 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 44px;
}

/* -------------------------
:: 11.0 FAQ Area
------------------------- */

.panel {
    background-color: #fff;
    border: 0 solid transparent;
    border-radius: 4px;
    box-shadow: 0 0 0 transparent;
    margin-bottom: 15px;
}

.single-accordion:last-of-type {
    margin-bottom: 0px;
}

.single-accordion h6 a {
    background-color: #663183;
    border-radius: 0;
    color: #fff;
    display: block;
    margin: 0;
    font-weight: 400;
    padding: 15px 15px 15px 60px;
    position: relative;
    font-size: 15px;
    text-transform: capitalize;
}

.single-accordion h6 a.collapsed {
    background-color: #663183;
    color: #fff;
}

.single-accordion h6 a span {
    font-size: 10px;
    position: absolute;
    left: 20px;
    text-align: center;
    top: 17px;
}

.single-accordion h6 a.collapsed span.accor-close {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

span.accor-open {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.single-accordion h6 a.collapsed span.accor-open {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-accordion h6 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.single-accordion .accordion-content {
    border-top: 0 solid transparent;
    box-shadow: none;
}

.single-accordion .accordion-content p {
    padding: 10px 15px 0;
    margin-bottom: 10px;
}

/* --------------------------
:: 12.0 Footer Area CSS
-------------------------- */

.footer-area {
    position: relative;
    z-index: 1;
    background-color: #211b31;
}

.single-footer-widget h5 {
    color: #fff;
    margin-bottom: 50px;
}
.single-footer-widget p, .copyright-text p {
    color:#A5A5A5;
}
.single-footer-widget ul li a {
    color:#A5A5A5;
}

.single-footer-widget ul > li > a {
    /*color: rgba(226, 219, 243, 0.30);*/
    margin-bottom: 10px!important;
    display: block;
    font-weight: 500;
}

.single-footer-widget ul > li > a:last-child {
    margin-bottom: 0;
}

.single-footer-widget ul > li > a:hover {
    color: #ffffff;
}

.copyright-text > p {
    margin-bottom: 0;
    font-size: 13px;
}

.footer-social-info > a {
    color: #abadbe;
    padding: 0 15px;
    display: inline-block;
    font-size: 13px;
}

.footer-social-info > a:hover {
    color: #fff;
}

.footer-single--blog-post {
    margin-bottom: 30px;
}

.footer-single--blog-post:last-child {
    margin-bottom: 0;
}

.footer-single--blog-post .blog-post-date > p {
    font-size: 12px;
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-title > h6 {
    font-size: 14px;
    margin-bottom: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.footer-single--blog-post .blog-post-date > p:hover,
.footer-single--blog-post .blog-post-title > h6:hover {
    color: #4a7aec;
}

.footer-single-contact-info .contact-icon {
    margin-right: 15px;
}

.footer-bottom-area {
    background-color: #000000;
    height: 60px;
}
/*====== For career page ===*/
.career-form {
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2),-1px 0px 3px rgba(0,0,0,0.2);
}

/* --------------------
:: 13.0 Breadcumb CSS
-------------------- */

.mosh-breadcumb-area {
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.bradcumbContent h1 {
    color: #fff !important;
    /*font-size: 40px;*/
    font-size:36px;
    font-weight: 600;
}

.bradcumbContent .breadcrumb {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
}

.bradcumbContent .breadcrumb-item a,
.bradcumbContent .breadcrumb-item {
    color: black;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* -----------------------
:: 14.0 About Us CSS
----------------------- */

.few-words-from-ceo {
    overflow-x: hidden;
}

.mosh-about-us-content .section-heading {
    margin-bottom: 50px;
}

.few-words-contents,
.few-words-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: 770px;
}

.few-words-contents {
    background-color: #211b31;
}

.few-words-text .section-heading {
    margin-bottom: 50px;
}

.few-words-text .section-heading h2 {
    color: #fff;
}

.few-words-text > p {
    margin-bottom: 0;
}

.ceo-meta-data .ceo-thumb {
    width: 52px;
    height: 52px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    border-radius: 50%;
    margin-right: 20px;
}

.ceo-meta-data .ceo-name h6 {
    color: #fff;
    margin-bottom: 10px;
    line-height: 1;
}

.ceo-meta-data .ceo-name p {
    margin-bottom: 0;
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
}

/* -------------------------
:: 15.0 Services Area CSS
------------------------- */

.services-content-area {
    position: relative;
    z-index: 98;
    padding: 100px 0 200px 0;
}

.services-text h2 {
    font-size: 55px;
    margin-bottom: 50px;
}

.services-text p {
    line-height: 2;
    margin-bottom: 50px;
}

/* -------------------------
:: 16.0 Team Member Area
------------------------- */

.team-thumbnail {
    width: 189px;
    height: 189px;
    border-radius: 50%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-thumbnail:after {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background-color: rgba(74, 122, 236, 0.75);
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-thumbnail > img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.team-meta-info {
    margin-bottom: 50px;
}

.team-meta-info h4 {
    line-height: 1;
    margin-bottom: 10px;
}

.team-meta-info span {
    font-size: 12px;
    font-weight: 900;
    color: #abadbe;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 35px;
    display: block;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.team-social-info {
    margin-top: 30px;
}

.team-social-info > a {
    font-size: 13px;
    color: #abadbe;
    display: inline-block;
    padding: 0 15px;
}

.single-team-slide:hover .team-meta-info span,
.team-social-info > a:hover {
    color: #4a7aec;
}

.single-team-slide:hover .team-thumbnail:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.mosh-team-slides {
    position: relative;
    z-index: 2;
}

.mosh-team-slides .owl-prev,
.mosh-team-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.mosh-team-slides .owl-next {
    left: auto;
    right: -25px;
}

.mosh-subscribe-newsletter-area {
    background-attachment: fixed;
}

.subscribe-newsletter-content p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.subscribe-newsletter-content h2 {
    font-size: 44px;
    margin-bottom: 30px;
}

.subscribe-newsletter-content form {
    position: relative;
    z-index: 1;
}

.subscribe-newsletter-content form > input {
    width: 60%;
    height: 55px;
    border-radius: 70px;
    border: none;
    padding: 0 30px;
    font-style: italic;
    font-size: 14px;
    color: #abadbe;
}

.subscribe-newsletter-content form > button {
    width: 150px;
    height: 55px;
    border-radius: 0 70px 70px 0;
    border: none;
    padding: 0 30px;
    font-size: 14px;
    color: #fff;
    background-color: #4a7aec;
    position: absolute;
    right: 20%;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    top: 0;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.subscribe-newsletter-content form > button:hover {
    color: #fff;
    background-color: rgb(16, 54, 145);
}

/* -------------------------
:: 17.0 Clients Area
------------------------- */

.mosh-clients-testimonials-area {
    background-color: #211b31;
    position: relative;
    z-index: 1;
}

.mosh-clients-testimonials-area .section-heading h2 {
    color: #fff;
}

.testimonial-content span {
    font-size: 60px;
    color: #fff;
    line-height: 1;
    font-weight: 900;
}

.testimonial-content p {
    margin-bottom: 0;
}

.testimonials-meta .testimonial-thumb {
    width: 52px;
    height: 52px;
    margin: 0 auto 20px;
    border-radius: 50%;
    border: 3px solid #211b31;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.testimonials-meta > h6 {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 5px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-meta > p {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
}

.testimonials-slides {
    position: relative;
    z-index: 1;
}

.testimonials-slides:before {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Previous";
    top: 0;
    left: 0;
    z-index: -5;
    height: 100%;
    color: #fff;
}

.testimonials-slides:after {
    position: absolute;
    width: 33.33333%;
    text-align: center;
    content: "Next";
    top: 0;
    right: 0;
    z-index: -5;
    height: 100%;
    color: #fff;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    line-height: 60px;
    text-align: center;
    top: 21%;
    margin-top: -30px;
    left: -25px;
    border-radius: 50%;
    color: #a2baff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.testimonials-slides .owl-next {
    left: auto;
    right: -25px;
}

.testimonials-slides .single-testimonial-area .testimonial-content {
    display: none;
}

.testimonials-slides .center .single-testimonial-area .testimonial-content {
    display: block;
}

.single-testimonial-area:hover .testimonials-meta > h6,
.testimonials-slides .center .single-testimonial-area .testimonials-meta > h6 {
    color: #fff;
}

.single-testimonial-area:hover .testimonials-meta .testimonial-thumb {
    border: 3px solid #4a7aec;
}

/* Sonar CSS */

.testimonial-thumb:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 50%;
    top: 3px;
    left: 3px;
    -webkit-animation: sonar-effect 1s ease-in-out 0s infinite;
    animation: sonar-effect 1s ease-in-out 0s infinite;
    z-index: -1
}

.testimonials-slides .center .testimonial-thumb:before {
    display: none;
}

@-webkit-keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
    }
    100% {
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


@keyframes sonar-effect {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
    }
    100% {
        box-shadow: 0 0 0 3px #4a7aec, 0 0 5px 5px #4a7aec, 0 0 0 5px #4a7aec;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.mosh-cool-facts-area.service-page {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 500px;
}

.mosh-cool-facts-area.service-page .counter-area h3,
.mosh-cool-facts-area.service-page .cool-facts-content p {
    color: #fff;
}

.skills-text > p {
    padding-right: 30px;
}

.skills-text > p:last-child {
    padding-right: 0;
}

/* -----------------------
:: 18.0 Blog Area CSS
----------------------- */

.blog-area {
    position: relative;
    z-index: 5;
}


.single-blog .blog-post-thumb {
    margin-bottom: 40px;
}

.single-blog h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.post-meta {
    margin-bottom: 10px;
}

.post-meta h6 {
    color: #b1b3c3;
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 12px;
}

.post-meta h6 a {
    color: #b1b3c3;
    display: inline-block;
    margin-right: 5px;
}

.post-meta h6 a:hover {
    color: #4a7aec;
}

.single-blog > a {
    color: #6270ff;
    font-size: 14px;
    text-transform: uppercase;
}

.single-blog p {
    /*margin-bottom: 40px;*/
}

.pagination .page-item {
    padding: 0;
    line-height: 42px;
    color: #007bff;
    border: none;
    border-radius: 0;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    margin: 5px;
}
.page-item.active .page-link {
    border: none;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 0;
}
.pagination li {
    display:inline !important;
    margin:10px 20px !important;
}
.blog-post-search-widget form {
    position: relative;
    z-index: 1;
}

.blog-post-search-widget form > input {
    width: 100%;
    height: 50px;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    border-bottom: 2px solid #e6e7f4;
}

.blog-post-search-widget form > button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: none;
    background-color: transparent;
    cursor: pointer
}

.blog-post-archives > h5,
.blog-post-categories > h5,
.latest-blog-posts > h5,
.instagram-feeds > h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.blog-post-archives ul > li > a,
.blog-post-categories ul > li > a {
    color: #abadbe;
    font-size: 15px;
    display: block;
    padding: 5px 0;
    font-weight: 500;
    margin-left: 20px;
}

.latest-blog-post-content h6 > a {
    color: #404551;
}

.latest-blog-post-content h6 > a:hover,
.blog-post-archives ul > li > a:hover,
.blog-post-categories ul > li > a:hover {
    color: #4a7aec;
}

.single-latest-blog-post {
    margin-bottom: 20px;
}

.latest-blog-post-thumb {
    width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 20px;
}

.instagram-feeds ul > li {
    width: calc(33.3333333% - 8px);
    margin: 4px;
    display: inline-block;
    float: left;
}

/* ----------------------
:: 19.0 Contact Page CSS
---------------------- */

.contact-form-area h2,
.contact-information h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-weight: 900;
}

.contact-form-area .form-control {
    font-size: 14px;
    color: #323233;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #ebebeb;
    border-radius: 0;
    height: 50px;
    margin-bottom: 10px;
    padding: 15px;
    /*font-style: italic;*/
}

.contact-form-area .form-control:hover,
.contact-form-area .form-control:focus {
    box-shadow: none;
}

.contact-form-area textarea.form-control {
    height: 140px;
}

.contact-social-info > a {
    color: #cbcddc;
    padding: 0 10px;
    display: inline-block;
}

.contact-social-info > a:hover {
    color: #4a7aec;
}

#googleMap {
    width: 100%;
    height: 680px;
}

/* -----------------------
:: 20.0 Elements Area CSS
----------------------- */

.elements-title h2 {
    margin-bottom: 60px;
    font-size: 24px;
}

.mosh-btn.mosh-btn-2 {
    border: 1px solid #663183;
    color: #663183;
    background-color: #fff;
}

.mosh-btn.mosh-btn-2:hover,
.mosh-btn.mosh-btn-2:focus {
    border: 1px solid #663183;
    color: #fff;
    background-color: #663183;
}

.mosh-btn.mosh-btn-3 {
    border: none;
    color: #404551;
    background-color: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.mosh-btn.mosh-btn-3:hover,
.mosh-btn.mosh-btn-3:focus {
    color: #fff;
    background-color: #4a7aec;
}

.mosh-cool-facts-area {
    width: 100%;
}

.mosh-cool-facts-area .counter-area > h3 {
    color: #4a7aec;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.mosh-cool-facts-area .cool-facts-content > p {
    color: #292d4f;
}

/* --------------------------------
============= The End =============
---------------------------------*/
.box {
    border-radius: 5px;
    border: 1px solid #ddd;
}
.abour-road ul li {
    padding: 5px 10px;
}
.new_list ul li {
    margin: 50px 0px;
}
.page-item.active .page-link{
    background-color: #663183;
    padding:10px;
}
.blog-post-categories {
    height: 100%;
    /*overflow-y: scroll;*/
}
.blog-post-categories ul .active {
    background-color: #663183;
    padding-top: 15px;
}
.blog-post-categories ul .active a {
    color: #fff;
}
.app_dev .card {
    border: none;
    transition-duration: 500ms;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.card .card-body {
    z-index: 1;
    background-color: #fff;
}
.app_dev .card:hover {
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3),-1px 0px 5px rgba(0,0,0,0.3);
}
.card img {
    transition-duration: 500ms;
}
.app_dev .card:hover .card-img-top {
     transform: scale(1.3);
}
.more-arr {
    width: 20px;
    margin-left: 5px;
}
.card a img {
    /*width: 20px !important;*/
    display: initial !important;
}
.navbar-toggler {
    color: #fff;
    background-color: #663183 !important;

}
.modal {
    z-index: 99999;
    /*position: absolute;*/    
}
.cat-list {
    z-index: 100;
    position: absolute;
    width: 100%;
    padding-right: 30px;
}
.cat-list ul {
    background-color: #fff;
}
.modal-content {
    border-radius: 0px;
}
.modal-body {
    padding: 0px;    
}
.btn-popup {
    background-color: rgba(0,0,0,0);
    border: 0px;
    color: #fff;
    cursor: pointer;
}
.btn-popup:focus{
    border: none;
    box-shadow: none;
}
.mosh-breadcumb-area {
    height: 100%;
}
.bradcrumb-text {
    position: absolute;
    padding-right: 5%;
    padding-left: 5%;
}
.main-slide-text {
    position: absolute;
    margin-top: 10%;
}
.col {
    justify-content: center;
}
.message_mb {
    margin-bottom: -350px;
}
.message-box {
    width: 300px;
    height: 400px;
    position: fixed;
    right: 80px;
    bottom: 0px;
    z-index: 99999;
    border: 1px solid #663183;
    background: #fff;
    border-radius: 10px 10px 0px 0px;
    transition-duration: 500ms;
}
.message-hd {
    width: 100%;
    height: 50px;
    padding: 20px;
    background-color: #663183;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
    border: 1px solid #663183;

}
.message-hd .down {
    width: 20px;
    position: absolute;
    right: 15px;
    /*border-radius: 10px 10px 0px 0px;*/
}
.message-body{
    height: 300px;
    padding: 20px 10px;
}
.message-body ul li img {
    width: 40px;
    height: 40px;
    border: 1px solid #663183;
    border-radius: 100%;
}
.message-body ul li p{
    font-size: 12px;
    font-weight: 0px;
    line-height: 1.0;
    color: #666666;
}
.message-hd .message-title {

}
.send {
    background-color: #ddd;
}
.send .form-group input {
    color: #663183 !important;
}
.send{
    cursor: pointer;
}
.finish-projects .card {
    border: none;
    border-radius: 0px;
}
.finish-projects .card img {
    border-radius: 0px;
}

.product ul li a {
    color:rgba(0,0,0,0.3);
}

.product ul li .active {
    border: none;
    color: #007bff3 !important;
    border-radius: 0px;
    margin: 0px 5px;
}
.mosh-features-thumb figure {
    overflow: hidden;
}
.mosh-features-thumb figure img {
    transition-duration: 500ms;
}
.mosh-features-thumb figure img:hover {
    transform: scale(1.2);
}

/*=========== Steps =========*/

.circle {
          padding: 15px 13px;
          border-radius: 50%;
          background-color: #663183;
          color: #fff;
          max-height: 50px;
          z-index: 2;
        }

        .how-it-works.row .col-2 {
          align-self: stretch;
        }
        .how-it-works.row .col-2::after {
          content: "";
          position: absolute;
          border-left: 3px solid #663183;
          z-index: 1;
        }
        .how-it-works.row .col-2.bottom::after {
          height: 100%;
          left: 50%;
          /*top: 50%;*/
        }
        .how-it-works.row .col-2.full::after {
          height: 100%;
          left: calc(50% - 3px);
        }
        .how-it-works.row .col-2.c-full::after {
          height: 80%;
          left: calc(50% - 3px);
          top: 0;
          /*bottom: 5px;*/
        }
        .how-it-works.row .col-2.top::after {
          height: 50%;
          left: 50%;
          top: 0;
        }


        .timeline div {
          padding: 0;
          height: 40px;
        }
        .timeline hr {
          border-top: 3px solid #663183;
          margin: 0;
          top: 17px;
          position: relative;
        }
        .timeline .col-2 {
          display: flex;
          overflow: hidden;
        }
        .timeline .corner {
          border: 3px solid #663183;
          width: 100%;
          position: relative;
          border-radius: 15px;
        }
        .timeline .top-right {
          left: 50%;
          top: -50%;
        }
        .timeline .left-bottom {
          left: -50%;
          top: calc(50% - 3px);
        }
        .timeline .top-left {
          left: -50%;
          top: -50%;
        }
        .timeline .right-bottom {
          left: 50%;
          top: calc(50% - 3px);
        }
        .li-dot {
            width: 10px;
        }
        .team {
            width: 30px;
        }

/*=========== End Team Structure ========*/
.office img {
    transition-duration: 500ms;
    cursor: pointer;
}
.office img:hover {
    /*box-shadow: 0 2px 5px 5px rgba(0, 0, 0, 0.1);*/
    transform: scale(1.1);
}
.head h5 {
  color: #fff;
}
.demo-card .body ul li img{
    width: 25px !important;
    padding-right: 10px !important;
}
.btn-custom {
    background-color: rgba(0,0,0,0);
    color: #663183;
}
.hero-slide-content {
    width:100%;
}

/*================= For Carrier =============*/
.carrier-card {
    transition: 0.5s;
    /*height: 100%;*/
    height: 400px;
    overflow: hidden;
}
.carrier-card .card-text {
    margin-bottom: 50px;
    overflow: hidden;
    height: 150px;
}
.carrier-card .card-text > p,
.carrier-card .card-text > h1,
.carrier-card .card-text > h2,
.carrier-card .card-text > h3,
.carrier-card .card-text > h4,
.carrier-card .card-text > h5,
.carrier-card .card-text > h6,
.carrier-card .card-text > span {
    color: #666 !important;
    font-size: 14px !important;
}
.carrier-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


/*========== For Banner =========*/
@media screen and (min-width: 380px) {
    .ban-mob, .slide-mob {
        display: none;
    }
}
@media screen and (max-width: 379px) {
    .ban-web, .slide-img {
        display: none !important;
    }
    .ban-mob, .slide-mob {
        display: block ;
    }
}
@media screen and (min-width: 767){
    .ban-mob, .slide-mob {
        display: none;
    }
}

/*==================== For Services Timeline ===============*/

@media (min-width: 1000px) {
  #timeline .demo-card:nth-child(odd) .head::after, #timeline .demo-card:nth-child(even) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  #timeline .demo-card:nth-child(odd) .head::before, #timeline .demo-card:nth-child(even) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #663183;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {
  order: 1;
}
.demo-card:nth-child(2) {
  order: 4;
}
.demo-card:nth-child(3) {
  order: 2;
}
.demo-card:nth-child(4) {
  order: 5;
}
.demo-card:nth-child(5) {
  order: 3;
}
.demo-card:nth-child(6) {
  order: 6;
}
/* Border Box */
* {
  box-sizing: border-box;
}
/* Fonts */
body {
  font-family: Roboto;
}
#timeline {
  padding: 20px 0px 0px 0px;
  background: #f7f7f7;
  /*border-top: 1px solid rgba(191, 191, 191, 0.4);*/
  border-bottom: 1px solid rgba(191, 191, 191, 0.4);
}
#timeline h3 {
  text-align: center;
  /*font-size: 3rem;*/
  font-weight: 500;
  margin-bottom: 20px;
}
#timeline p.leader {
  text-align: center;
  /*max-width: 90%;*/
  max-width: 65%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper {
    display: flex;
    flex-flow: column wrap;
    width: 1170px;
    height: 1300px;
    margin: 0 auto;
  }
}
#timeline .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid #663183;
}
@media (min-width: 1000px) {
  #timeline .demo-card-wrapper::after {
    border-left: 1px solid #663183;
  }
}
#timeline .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 94%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline .demo-card {
    max-width: 60%;
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 720px) {
  #timeline .demo-card {
    max-width: 40%;
  }
}
@media (min-width: 1000px) {
  #timeline .demo-card {
    max-width: 450px;
    /*height: 400px;*/
    margin: 90px;
    /*margin-top: 45px;
    margin-bottom: 45px;*/
  }
  #timeline .demo-card:nth-child(odd) {
    margin-right: 45px;
  }
  #timeline .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline .demo-card:nth-child(odd) .head::before {
    left: 491.5px;
  }
  #timeline .demo-card:nth-child(even) {
    margin-left: 45px;
  }
  #timeline .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline .demo-card:nth-child(even) .head::before {
    right: 489.5px;
  }
  #timeline .demo-card:nth-child(2) {
    margin-top: 180px;
  }
}
#timeline .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: inherit;
  letter-spacing: 2px;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 {
    font-size: 165%;
    line-height: 1.2rem;
  }
}
#timeline .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 15px;
}

#timeline .demo-card .body p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
#timeline .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline .demo-card--step {
  background-color: #663183;
}
#timeline .demo-card--step .head::after {
  border-color: #663183;
}

/*================= CSS By Thaw Zin ============= */
.main-featured
{
    background-color:#f4f4f4;
    margin-top: -50px;
    padding: 50px 0;
}
.featured-txt
{
   text-align:center; 
}
.featured-txt h1
{
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}
.featured-txt p
{
    font-size: 16px;
    margin-bottom: 1.8em;
}

.build-business h3
{
    color:#fff;
    font-weight:600;
    margin-bottom:1em;
}
.build-business p
{
    text-transform:none;
    color:#f4f4f4;
    font-size:16px;
}
.build-business p a
{
    color: #ddd;
}

.main-service-content
{
    background:#f4f4f4;
    border-bottom:solid 2px #f4f4f4;
}
.get-service
{
    margin-top:3em;
    margin-bottom:3em;
}
.get-service h2
{
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
}
.service-action
{
    border-top:solid 2px #f7f7f7;
    padding-top: 2em;
    margin-bottom: 2em;
}
.service-action p
{
    font-size:18px;
    color: #663183;
    font-weight: 600;
}

.delight-business
{
    padding-top: 3em;
    padding-bottom: 2em;
}
.delight-business h2
{
    margin-bottom:1em;
    font-weight:600;
}
.ready-to-help ul
{
    margin-left:2em;
}
.ready-to-help ul li
{
    margin-top:4px;
    margin-bottom:4px;
}
.ready-to-help ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 18px !important;
    margin-right: 10px;
    color: #06b11a;
}


.mobile-world
{
    background:#f8f8f8;
    border-top:solid 2px #666;
    padding-top:3em;
    padding-bottom:3em;
}

.why-iot
{
    margin-top:3em;
    margin-bottom:2em;
}
.using-iot ul
{
    margin-left:2em;
}
.using-iot ul li
{
    font-weight:400;
    margin-top:4px;
    margin-bottom:4px;
}
.using-iot ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 20px !important;
    margin-right: 10px;
    color: #06b11a;
}


/********* News Page ********/
.article-title
{
    font-size: 20px;
}
.article-title a
{
    color: #ac3d81;
}


/*=============== For Responsive ===============*/

@media (min-width:992px) and (max-width:1199px) {
    .search-button>a {
        margin: 0 40px
    }

    .menu_area #nav .nav-link {
        padding: 0 10px
    }

    .search-form-area #search {
        width: 450px
    }

    .hero-slides .owl-next {
        right: 20px
    }

    .hero-slides .owl-prev {
        left: 20px
    }

    .workflow-slides-area {
        top: 0;
        padding-bottom: 100px
    }
}

@media screen and (max-width:769px) {
    .d-side {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    .navbar-toggler {
        border: 2px solid #fff;
        background-color: #f2f4f6;
        margin: 32px 0
    }

    .sticky .navbar-toggler {
        margin: 11px 0
    }

    #mosh-navbar {
        padding: 30px;
        border-radius: 5px;
        background-color: #fff;
        text-align: left
    }

    .header_area.sticky .navbar {
        height: 70px
    }

    .menu_area #nav .nav-link {
        font-size: 14px;
        padding: 6px 0
    }

    .search-button>a {
        margin: 15px 0;
        display: block
    }

    .hero-slide-content h2 {
        font-size: 36px
    }

    .hero-slides .owl-next {
        right: 5px
    }

    .hero-slides .owl-prev {
        left: 5px
    }

    .clients-logo-area>a>img {
        max-width: 100px;
        height: auto
    }

    .single-more-service-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .mosh-more-services-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .single_gallery_item {
        width: 50%
    }

    .workflow-slides-area {
        top: 0;
        padding-bottom: 100px
    }

    .testimonial-content p {
        font-size: 13px
    }

    .mosh-cool-facts-area .counter-area>h3 {
        font-size: 40px
    }
}

@media (min-width:320px) and (max-width:767px) {
    .header_area {
        padding: 0;
        /*height: 150px;*/
    }

    .navbar-toggler {
        border: 2px solid #fff;
        background-color: #f2f4f6;
    }

    .sticky .navbar-toggler {
        margin: 11px 0
    }

    #mosh-navbar {
        padding: 30px;
        border-radius: 5px;
        background-color: #fff;
        text-align: left
    }

    .header_area.sticky .navbar {
        height: 70px
    }

    .menu_area #nav .nav-link {
        font-size: 14px;
        padding: 6px 0
    }

    .search-button>a {
        margin: 15px 0;
        display: block
    }

    .hero-slide-content h2 {
        font-size: 20px
    }

    .hero-slide-content h4 {
        font-size: 18px
    }

    .cta-content .section-heading h2,
    .section-heading>h2 {
        font-size: 24px
    }

    .hero-slides .owl-next {
        right: 5px
    }

    .hero-slides .owl-prev {
        left: 5px
    }

    .search-form-area #search {
        width: 200px;
        border-radius: 10px;
        padding: 0 15px
    }

    .clients-logo-area>a>img {
        max-width: 100px;
        height: auto;
        margin: 15px
    }

    .features-img>img {
        width: 100%;
        position: relative;
        bottom: -30px;
        left: 0;
        z-index: 9
    }

    .single-more-service-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .mosh-more-services-area {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .single_gallery_item {
        width: 50%
    }

    .workflow-slides-area {
        top: 50px;
        padding-bottom: 150px
    }

    .mosh-service-slides .owl-prev {
        left: -15px
    }

    .mosh-service-slides .owl-next {
        left: auto;
        right: -15px
    }

    .footer-bottom-area {
        height: 100px;
        text-align: center;
        padding: 25px 0
    }

    .bradcumbContent h2 {
        font-size: 40px
    }

    .mosh-about-us-thumb {
        margin-top: 100px
    }

    .mosh-features-thumb {
        margin-bottom: 100px
    }

    .few-words-contents,
    .few-words-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 770px
    }

    .mosh-team-slides .owl-prev {
        left: -10px
    }

    .mosh-team-slides .owl-next {
        left: auto;
        right: -10px
    }

    .subscribe-newsletter-content h2 {
        font-size: 24px
    }

    .subscribe-newsletter-content form>input {
        width: 100%
    }

    .subscribe-newsletter-content form>button {
        width: 120px;
        padding: 0 15px;
        right: 0
    }

    .testimonials-slides .owl-prev {
        left: -10px
    }

    .testimonials-slides .owl-next {
        left: auto;
        right: -10px
    }

    .testimonial-content p {
        font-size: 13px
    }

    .mosh-cool-facts-area .counter-area>h3 {
        font-size: 20px
    }

    .testimonials-slides:after {
        text-align: right
    }

    .testimonials-slides:before {
        text-align: left
    }
}

@media screen and (min-width:768px) {
    .cat-mob {
        display: none;
    }
    
}

@media screen and (max-width:767px) {
	.facebook,
	.call,
	.bar,
	.welcome-txt {
		display: none;
	}

	.m-language {
	    display:block;
	}
    .cat-web {
        display: none
    }

    .cat-mob {
        display: block
    }

    .message-box {
        right: 0 !important
    }
    
    .bradcumbContent h1
    {
        font-size:25px;
    }
}

@media screen and (max-width:379px) {
    .single_gallery_item {
        width: 50%
    }

    .features-img>img {
        width: 100%
    }

    .latest-news {
        display: none
    }

    #scrollUp {
        display: none !important
    }
}

@media screen and (min-width:379px) {
    .latest-news-mob {
        display: none
    }
}

@media (min-width:480px) and (max-width:767px) {
    .clients-logo-area>a>img {
        max-width: 75px;
        height: auto;
        margin: 0 15px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .hero-slide-content h2 {
        font-size: 30px
    }

    .single-more-service-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
@media screen and (max-width:1024px) {
    .circle{
        padding:2px;
        max-height:25px;
    }
}

@media screen and (min-width:1024px) {
    .mosh-projects-menu {
        padding: 0 10%
    }
}

/*Edited by Leon on Nov 15, 2019, 1652H*/

.text-black, .facebook, .call, .mm {
    color: black;
}

.action-content {
    padding-top: 70px;
}

.nav-link {
    font-family: 'Roboto', sans-serif;
}

.leon-text-color-edited {
    color: black;
}

@media (max-width: 768px) {
    .bradcumbContent {
        display: none;
    }
}

