/* [Master Stylesheet] */

/* ------------------------------------------------
:: Template Name: Mosh - Creative Business Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Description: Mosh - is a Creative Business Template. It's very clean, creative & beautiful. It's super responsive & ultra light.
:: Tags: Colorlib, App Landing, Apps, Responsive App Landing, Bootstrap 4, Free Theme, Free HTML Template, HTML5 Template etc.
:: Version: v1.0.0
:: Created: 01/02/2018
------------------------------------------------ */

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

@import 'css/bootstrap.min.css';
@import 'css/owl.carousel.min.css';
@import 'css/animate.css';
@import 'css/magnific-popup.css';
@import 'css/font-awesome.min.css';
/* #### Generated By: http://www.cufonfonts.com #### */

    @font-face {
    font-family: 'Nunito Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Regular'), url('fonts/NunitoSans-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Italic'), url('fonts/NunitoSans-Italic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans ExtraLight';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraLight'), url('fonts/NunitoSans-ExtraLight.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans ExtraLight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraLight Italic'), url('fonts/NunitoSans-ExtraLightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Light'), url('fonts/NunitoSans-Light.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Light Italic'), url('fonts/NunitoSans-LightItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans SemiBold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans SemiBold'), url('fonts/NunitoSans-SemiBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans SemiBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans SemiBold Italic'), url('fonts/NunitoSans-SemiBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Bold'), url('fonts/NunitoSans-Bold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Bold Italic'), url('fonts/NunitoSans-BoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans ExtraBold';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraBold'), url('fonts/NunitoSans-ExtraBold.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans ExtraBold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans ExtraBold Italic'), url('fonts/NunitoSans-ExtraBoldItalic.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Black';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Black'), url('fonts/NunitoSans-Black.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Nunito Sans Black Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Nunito Sans Black Italic'), url('fonts/NunitoSans-BlackItalic.woff') format('woff');
    }
/* --------------------------
:: 1.0 Base CSS Start
-------------------------- */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: 'Nunito Sans Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
   line-height: 1.2;
}

a,
a:hover,
a:focus,
a:active {
    font-weight: 700;
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

li {
    list-style: none;
}

p {
   font-size: 16px;
    font-weight:normal;
    margin-top: 0;
   /* text-align:justify;*/
}

ul,
ol {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

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

.section_padding_100_0 {
    padding-top: 50px;
    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;
}

#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: 0;
    font-size: 24px;
    right: 30px;
    width: 40px;
    background: #4a7aec;
    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: 100px;
}

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

.section-heading > h2 {
    font-size:36px;
    margin: 0;
    font-weight: 900;
}

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

.mosh-btn {
    background-color: #4a7aec;
    min-width: 150px;
    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: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;
}

/* --------------------------
:: 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: #fff;
    -webkit-transition-duration: 700ms;
    transition-duration: 700ms;
}

.menu_area {
    position: relative;
    z-index: 2;
}

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

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

.menu_area .dropdown-item {
    font-size: 16px;
    color: #212529;
}

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

.login-register-btn a {
    color: #4a7aec;
    display: inline-block;
    font-weight: 500;
}

.login-register-btn a:hover {
    color: #fff;
}

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

.navbar-nav {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* 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: 2px solid rgba(255, 255, 255, 0.7);
    padding: 0 30px;
    color: #fff !important;
    font-size: 14px;
    background-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

/* Sticky CSS */

.header_area.sticky {
    background-color: #fafafa !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.38);
    height: 80px;
    position: fixed;
    top: 0;
    z-index: 999;
}

/* --------------------------
:: 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 h2 {
    font-size: 60px;
    color: #fff;
    line-height: 1.8;
}

.hero-slide-content h4 {
    color: #fff;
    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: #a2baff;
    -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: #4a7aec;
}

/* -------------------------
:: 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: #211b31;
    position: relative;
    z-index: 1;
}

.features-img > img {
    width: 47%;
    position: absolute;
    bottom:100px;
    left: 20px;
    z-index: 9;
}

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

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

.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 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 100px 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 > h4 {
    margin-bottom: 30px;
    text-transform: capitalize;
}

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

.portfolio-menu {
    margin-bottom: 50px;
    margin-top: -10px;
}

.portfolio-menu > p {
    display: inline-block;
    padding: 0 8px;
    cursor: pointer;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;font-weight: normal;
    color: #000; font-size: 14px;
}

.portfolio-menu > p:hover {
    color: #4a7aec;
}

.single_gallery_item {
    width: 33.33%;
    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;padding: 0px 50px;
    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-weight: normal;
    font-size: 16px;
}

/* -------------------------
:: 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: #4a7aec;
    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: #4a7aec;
    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 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: #191426;
    height: 60px;
}

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

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

.bradcumbContent h2 {
    color: #fff;
    font-size: 60px;
}

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

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

/* -----------------------
:: 14.0 Why Vijatshi Software CSS
----------------------- */

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

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

.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 {
    margin-bottom: 100px;
}

.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;
}

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

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.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;
}

.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: 12px;
    color: #cbcddc;
    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: 2px solid #4a7aec;
    color: #404551;
    background-color: #fff;
}

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

.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;
}
.features-list{
	padding: 0px; color: #fff
}.features-list li{margin-bottom: 20px; list-style:circle}
.servicesulli{width: 100%; height: 150px}
.servicesulli li{width: 100%; list-style: circle; font-size: 12px}
.nav-item > .sub-menu{display: none; position:absolute; right: 0px; width: 220px}
.sub-menu ul{background: #fff; padding: 10px;box-shadow: 0px 2px 2px #666;
    padding: 10px;border: 1px solid #e3e3e33d;}
.sub-menu li{font-size: 15px;}
.sub-menu li a{color: #000; display: block; font-weight: normal; text-transform: capitalize;padding:5px 10px; width: 100%; margin-bottom: 5px}
.sub-menu li a:hover{color: #fff; background:#3e53b7}
.nav-item:hover .sub-menu{display: block;}
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  margin: 0 auto;
    display: block;
  border-bottom: 5px solid #fff;
}
/* -------------------------
:: 4.0 Client Area
------------------------- */

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



.mosh-client-slides .owl-prev,
.mosh-client-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-client-slides .owl-next {
    left: auto;
    right: -25px;
}

.offers {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offers-tab {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 930px;
    margin-bottom: 70px;
    overflow: hidden;
}
.offers-tabcontent {
    margin: 0 auto;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    max-width: 1120px;
    max-height: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.03);
    -webkit-box-shadow: 0 3px 15px rgba(0,0,0,.03);
    box-shadow: 0 3px 15px rgba(0,0,0,.03);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.offers-tabcontent.active {
    max-height: none;
    height: 100%;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.offers-tabcontent .tabcontent-item:first-child {
    border-top-left-radius: 7px;
}
.offers-tabcontent .tabcontent-item {
    margin-bottom: 2px;
}
.offers-tabcontent .tabcontent-item:nth-child(3) {
    border-top-right-radius: 7px;
}
.offers-tabcontent .tabcontent-item:nth-child(7) {
    border-bottom-left-radius: 7px;
}
.offers-tabcontent .tabcontent-item:last-child {
    border-bottom-right-radius: 7px;
}
.offers-tabcontent .tabcontent-item {
    padding: 30px 20px 0 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.3333%;
    flex: 0 1 33.3333%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 372px;
    min-width: 300px;
    min-height: 190px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
.offers-tabcontent .tabcontent-item .offer-image {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 10px;
}
.offers-tabcontent .tabcontent-item .offer-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 260px;
    padding-left: 3px;
}
.offers-tabcontent .tabcontent-item .offer-content-title {
    max-width: 260px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    color: #323232;
    text-transform: capitalize;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.offers-tabcontent .tabcontent-item .offer-content-description {
    margin: 0 0 7px;
    font-size: 13px;
    line-height: 1.43;
    text-align: left;
    color: rgba(50,50,50,.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;    text-overflow: ellipsis;
    height: 75px;
    overflow: hidden;
}
.offers-tabcontent .tabcontent-item .offer-content-link-more {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* --------------------------------
============= The End =============
---------------------------------*/
.feature-icon img{width:30px}
.single-feature-area{margin-bottom:20px}
.board_investor{position: relative; margin-bottom:30px}
.investor_img{border: 5px solid #fff;width: 230px;box-shadow: 6px 2px 11px 3px #08070759; border-radius: 5px}
.investor_detail{position: absolute;
    background: #fff;
    color: #000;
    top: 0px;
    left: 300px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 6px 2px 11px 3px #08070759;}
.investor_detail strong{color:#000; font-size: 26px; margin-top: 10px; float: left; width: 100%}
.investor_logo{float: right; width: 150px}
.investor_designation{float: left; width: 100%; color: #26499e; margin-bottom:2px}
.investor_description{color: #000; font-weight: normal; line-height: 22px; font-size: 14px; text-align: justify}
.navbar-brand img{width: 180px}
.section-26 {
   padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #1b2341;
    background-image: url('../img/bg-img/aboutbg.webp');
    background-position: 0px 0px;
    background-size: cover;
}
.headerTop{position: relative;margin-top: 100px; text-align: center; border-bottom: 1px solid #cccccc80; border-top: 1px solid #cccccc80}
.heading-84 {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 48px;
    line-height: 1.5em;
    text-align: center;
}
.headerTop p{color: #fff}
.heading-84 span{color: #ff8c1a}
.text-block{color: #626679;     max-width: none;
    font-family: 'Nunito Sans', sans-serif;font-size: 18px;
    line-height: 1.61em;}
.our-mission {
    position: relative;
    padding: 50px 0px;
    background: #F7FAFD;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.our-mission .title-column .inner-column {
    position: relative;
   
    margin-right: -30px;
}
.sec2-title .title {
    font-weight: 400;
    font-size: 28px;
    color: #3B566E;
    letter-spacing: 1.75px;
    height: 45px;
    margin-bottom: 30px;
    position: relative;
}
.sec2-title .title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 25px;
    height: 2px;
    background:#ff8c1a;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.sec2-title .title:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 27px;
    width: 12px;
    height: 2px;
    background:#ff8c1a;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.left-text {
    font-weight: 400;
    font-size: 16px;
    color: #6F8BA4;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 33px;
}
.btn-home:hover, .btn-home.active {
    box-shadow: 0 4px 5px 0 rgb(103 67 213 / 24%);
}
.btn-home {
    width: 100%;
    margin: auto;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 15px 100px 100px 15px;
    background: #fff;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.88px;
    outline: none !important;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.btn-home:hover:before, .btn-home.active:before {
    opacity: 1;
}
.btn-home:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient( 
-135deg
 , #3A2CC2 0%, #695DE5 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}
.btn-home:hover i, .btn-home.active i {
    color: #fff;
/*    margin-left: 40px;*/
}
.btn-home i {
    margin-left: 30px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3B566E;
}
.btn-home:hover span, .btn-home.active span {
    color: #fff;
}
.btn-home span {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #3B566E;
}
.our-mission .image-column .inner-column {
    text-align: right;
}
.our-mission:before {
    position: absolute;
    right: 0;
    top: 80px;
    width: 243px;
    height: 853px;
    background-image: url(../img/bg-img/bg-8.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
.team-section {
    position: relative;
    padding: 70px 0 25px;
}
.sec-title {
    position: relative;
   /* margin-bottom: 65px;*/
}
.sec-title.text-center .title {
    padding-left: 0;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #999999;
    margin-bottom: 10px;
    padding-left: 85px;
    letter-spacing: .5px;
}
.sec-title h2, .sec-title h1 {
    position: relative;
    color: #3c4858;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
}
.team-section .team-block {
    position: relative;
    margin-bottom: 50px;
    padding: 0 18px;
}
.team-block .inner-box {
    position: relative;
}
.team-block .image-box .image {
    position: relative;
    overflow: hidden;
}
.team-block .image-box img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.team-block .image-box .social-links {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 15px 0 5px;
    background-color: #ffffff;
}
.team-block .image-box .social-links li {
    position: relative;
    display: block;
    height: 25px;
    width: 50px;
    margin-bottom: 10px;
    text-align: center;
}
.team-block .image-box .social-links li a {
    display: block;
    font-size: 12px;
    line-height: 25px;
    color: #111111;
    font-weight: 400;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.team-block .info-box {
    position: relative;
    background-color: #ffffff;
    text-align: center;
    padding: 35px 0 25px;
    -webkit-box-shadow: 0 14px 24px rgb(239 239 239 / 75%);
    -moz-box-shadow: 0 14px 24px rgba(239,239,239,.75);
    -ms-box-shadow: 0 14px 24px rgba(239,239,239,.75);
    -o-box-shadow: 0 14px 24px rgba(239,239,239,.75);
    box-shadow: 0 14px 24px rgb(239 239 239 / 75%);
}
.team-block .info-box .name {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #3c4858 !important;
    font-weight: 600;
    margin-bottom: 5px;
}
.team-block .info-box .name a{color: #3c4858 !important;}
.team-block .info-box .designation {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #f44437;
    font-weight: 400;
}
.bgcolor{background-color: #262e45!important}
.bg-image{background-image:url(../img/bg-img/bg6.webp)}
.bg-imageservice{background:linear-gradient(180deg,rgba(0,0,0,.5) 0%,rgba(0,0,0,.5) 100%),url(../img/bg-img/Application-Modernization.webp)!important; height: 400px; background-position: 50%; background-size: 100% !important; background-size: cover;}
.bgcolor .heading-84{color: #fff}
.bgcolor .heading-84 span{color: #ff8c1a}
.main-footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-image: url(img/bg-img/bg-4.png);
}
.main-footer .footer-upper {
    position: relative;
    padding: 185px 0 40px;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.main-footer .footer-upper .footer-column {
    position: relative;
    margin-bottom: 40px;
}
.logo-widget {
    position: relative;
    padding-right: 30px;
}
.logo-widget .logo {
    position: relative;
    margin-bottom: 20px;
    top: -10px;
}
.logo-widget .text {
    position: relative;
    margin-bottom: 25px;
}
.main-footer .footer-widget h2 {
    position: relative;
    color: #3c4858;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .8px;
    margin-bottom: 25px;
}
.main-footer .links-widget .list {
    position: relative;
}
.main-footer .links-widget .list li {
    position: relative;
}
.main-footer .links-widget .list li a {
    position: relative;
    font-size: 14px;
    line-height: 32px;
    color: #888888;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.newsletter-form {
    position: relative;
    max-width: 280px;
}
.newsletter-form p{font-size: 14px; margin-bottom: 4px}
.main-footer .social-links {
    position: relative;
}
.main-footer .social-links h2 {
    margin-bottom: 20px;
}
.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin-right: 17px;
    margin-bottom: 10px;
    display: inline-block;
}
.social-icon-one li a {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    font-size: 14px;
    color: #a7a7a7;
    line-height: 35px;
    text-align: center;
    background-color: #ebebeb;
    border-radius: 50%;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .footer-bottom {
    position: relative;
}
.main-footer .footer-bottom .copyright {
    padding: 40px 0px;
    text-align: center;
    border-top: 1px solid #dcdde2;
}
.main-footer .footer-bottom .copyright p {
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    font-weight: 400;
}
.main-footer .footer-bottom .copyright .link {
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}
.project-section {
    position: relative;
    padding: 90px 0 70px;
}
.project-section .outer-container {
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
}
.sec-title {
    position: relative;
  /*  margin-bottom: 65px;*/
}
.feature-block {
    position: relative;
    padding: 0 11px;
    /* margin-bottom: 40px; */
}
.feature-block .inner-box {
    padding: 60px 20px;
    float: left;
    background-color: #ffffff;
    text-align: center;
    outline: 1px solid transparent;
    outline-offset: -1px;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0 15px 46px rgb(0 0 0 / 10%);
    -ms-box-shadow: 0 15px 46px rgba(0,0,0,.1);
    box-shadow: 0 15px 46px rgb(0 0 0 / 10%);
}
    .feature-block .icon-box {
        position: relative;
        top: -30px;
        height: 55px;
        width: 120px;
        font-size: 70px;
        color: #3b566e;
        margin: 0 auto 30px;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
    }
    .feature-block h3 {
        display: block;
        font-size: 20px;
        font-weight:normal;
        line-height: 1.2em;
        color: #3b566e;
        margin-bottom: 15px;
    }
        .feature-block h3 a {
            color: #3b566e;
            font-weight:normal;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }
.feature-block p {
    font-size: 16px;
    line-height: 27px;
    
    height: 97px;
    margin-bottom: 30px;
}
.project-section:before {
    position: absolute;
    left: 0;
    top: 200px;
    width: 612px;
    height: 1261px;
    content: "";
    background-image: url(../img/bg-img/bg-2.png);
    background-repeat: no-repeat;
}
.features-small-item {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 10%);
    border-radius: 5;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.features-small-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(
135deg
,#3A2CC2 0%, #695DE5 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.features-small-item .icon {
    width: 67px;
    height: 67px;
    line-height: 70px;
    margin: auto;
    position: relative;
    margin-bottom: 20px;
    background: #F6F4FD;
    border-radius: 5px;
    font-size: 40px;
}
.features-small-item .features-title {
    font-weight: 400;
    font-size: 19px;
    color: #202020;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.features-small-item p {
    margin-bottom: 10px !important;
/*    border: 1px dotted #ccc;*/
    color: #000; font-size: 14px;
    border-radius: 3px;
}
.features-small-item .next {
    width: 58px;
    height: 58px;
    background-image: linear-gradient(
135deg
,#3A2CC2 0%, #695DE5 100%);
    line-height: 58px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    font-size: 28px;
    color: #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}
.sub-heading-h2 {
    color: #4739cb;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;width:100%
}
.team-section .row {
    margin: 0 -18px;
}
.section-sub-heading-h2 {
    color: #3c4858;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    margin-top: 45px;
    margin-bottom: 35px;
    width: 100%
}
.m-20 {
    margin-top: 20px;
}
.design_thinking_content .box-padding {
    padding: 50px 42px 0px 10px;
}
.design_thinking_content h2 {
    text-align: left;
    color: #1F1F1F;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.design_thinking_content p {
    text-align: left;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
}
.contact-form h2, .contact-info h2 {
    line-height: 1.2;
    color: #1c223a;
    margin-bottom: 1.5rem;
}
.contact-info .line-sm, .contact-form .line-sm {
    border-width: 2px;
}
hr.line {
    margin: 0;
    border-color: #1c223a;
    border-width: 1px;
    width: 4.5rem;
}
.contact-info .list-unstyled {
padding: 5px 0px
}
.contact-info .list-unstyled li {
        line-height: 30px;
    font-size: 16px;
}
.contact-info .list-unstyled li span {
    font-weight: 600;
}
.contact-info .list-unstyled li a{color: #ff8c1a; font-weight: normal}
.contact-info .line.max-w {
    border-color: #d6d6d6;
    width: 24.5rem;
}
.contact-info p{font-size: 16px; margin: 10px 0px 0px}
.contact-form {
    position: relative;
    padding-right: 35px;
}
.contact-form h2, .contact-info h2 {
    line-height: 1.2;
    color: #1c223a;
    margin-bottom: 1.5rem;
}
.contact-info .line-sm, .contact-form .line-sm {
    border-width: 2px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 30px;
    
}
.contact-form .form-group textarea {
    height: 150px;
    resize: none;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.contact-form .form-group input[type="submit"], .contact-form button {
    margin-top: 20px;
    padding: 14px 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="email"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="url"], .contact-form .form-group textarea, .contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #3c4858;
    font-weight: 500;
    padding: 10px;
    letter-spacing: .5px;
    border: 1px solid #cccccc80;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    height: auto;
}
.contact-form .form-control {
    margin-bottom: 2.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mb-40 {
    margin-bottom: 4rem !important;
}
.mt-5 {
    margin-top: 0.5rem !important;
}
.hrm_description{font-size: 16px !important; border: none !important; height: 162px}
.pt-20{padding-top: 20px}
.HRMFeatures{text-align: center; padding:15px 10px 10px 10px; margin-bottom: 15px}
.HRMFeatures img{border: 1px solid #ccc; padding: 20px; border-radius: 10px; width: 130px }
.HRMFeatures p{margin:10px 0px 0px 0px; font-weight: bold; font-size: 15px; letter-spacing: 1px}
.features{color: #fff; text-align: left; font-size: 18px; margin-left: 20px; margin-bottom: 0px; margin-top: 30px}
.features li{margin-bottom: 10px; list-style-image: url('img/core-img/right-arrow.png'); float: left; width: 50%}
.features li span{    float: left;
    margin-top: -7px;
    margin-left: 7px;}
.mt_80{margin-top: 100px !important}
.feature_img img{width: 180px}
.customdevelopmentImg{width: auto !important;
    margin: 50px auto;height:230px !important;
    display: block;}
.technology_img img{height: 40px; margin-bottom: 10px;}
.technology-small-item {
    display: block;
    background: #FFFFFF;
    box-shadow: 0 8px 28px 0 rgb(0 0 0 / 10%);
    border-radius: 5;
    padding:15px 10px 5px 10px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.technology-small-item:hover{background:#ddd; box-shadow: none}
.technology-small-item p{font-size: 13px; color: #000; margin: 0px;}
.tech-box{display: flex;    margin: 40px 0px !important;}
.tech-box .tech-container{width: 12%; margin: 0% 1%}
.main-footer .links-widget .list li a{color: #000}
.main-footer .links-widget .list li a:hover{color: red !important}
.bg-imagemobile{background: url(img/bg-img/panoramic.webp);
    object-fit: cover;}
.scroll-background {
    -webkit-animation: scroll-background 2000s linear infinite;
    animation: scroll-background 2000s linear infinite;
    background-repeat: repeat-x !important;
    top: 0 !important;
}
.intro {
    display: table;
    text-align: center;
    text-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100% !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@-webkit-keyframes scroll-background {from {background-position: 0 0 }to {background-position: -40000px 0 }}@keyframes scroll-background {from {background-position: 0 0 }to {background-position: -40000px 0 }}
.app_image img{height: 90px; margin-bottom: 20px}
.app_image .hrm_description{height: auto !important}
.custom-software-section {
    padding-bottom: 30px;
    margin-bottom: 0px;
    padding-top: 50px;
}
.serviceboxbg {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 0px 0 50px 0;
    border-radius: 10px;
  /*  background: -webkit-gradient(linear,right top,left top,from(#4742a8),color-stop(#dc2d3c),to(#4742a8));
    background: -o-linear-gradient(right,#4742a8,#dc2d3c,#4742a8);
    background: linear-gradient(270deg,#4742a8,#dc2d3c,#4742a8);
    background-size: 600% 600%;*/
}
.btn-theme-large {
    padding: 18px 40px;
    font-size: 18px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    box-shadow: 0 14px 108px rgb(0 0 0 / 10%), 0 10px 20px rgb(0 0 0 / 10%);
}
.btn-theme-d {
    background: #410f88;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    padding: 12px 40px;
    display: inline-block;
    border: 0;
    outline: 0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
}
.uiuxbg{background: linear-gradient(90deg, rgb(66, 133, 244), rgb(52, 168, 83))}
.design_height{min-height: 222px !important}
.design_img img{height: 90px; margin-bottom: 20px}
.design_img h5{font-weight: bold !important}
.IT_List{width: 100%}
.IT_List li{width: 100%; margin-bottom: 10px}
.IT_List img{height: 20px; margin: 3px 10px; float: left}
.social-part .fa{
    padding-right:20px;
}
.social-part{margin-left: 100px}
.about-us {
    position: relative;
    padding: 150px 0 110px;
}
.about-us .float-text {
    left: -120px;
    top: 50px;
}
.float-text {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 250px;
    font-weight: 700;
    line-height: 1em;
    color: #fafbfb;
    text-transform: uppercase;
}
.sec-title .title:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 65px;
    height: 4px;
    background-color: #f44438;
    border-radius: 0 2px 2px 0;
    content: "";
}
.sec-title h2 {
    position: relative;
    color: #3c4858;
    font-size: 35px;
    line-height: 50px;
    font-weight: 500;
}
.sec-title h4{font-size: 18px; font-weight: normal}
.feature-section {
    position: relative;
    padding:50px;
}.feature-section:before {
    position: absolute;
    right: 0;
    top: -280px;
    height: 1348px;
    width: 1032px;
    content: "";
    background-image: url(../img/bg-img/bg-1.png);
}
.feature-section .features {
    position: relative;
}

.feature-section .features:before {
    position: absolute;
    left: -60px;
    top: -40px;
    height: 490px;
    width: 290px;
    content: "";
    background-image: url(../img/bg-img/dots.png);
}
.feature-block {
    position: relative;
    padding: 0 11px;
    margin-bottom: 40px;
}
.mb_60{margin-bottom: 60px !important}
.fluid-section-one {
    position: relative;
}
.fluid-section-one .outer-container {
    position: relative;
    min-height: 350px;
}
.fluid-section-one .image-column {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    padding: 10px 15px 10px 0px;
    margin-left: -30px;
}
.fluid-section-one .content-column .sec-title {
    margin-bottom: 10px;
}
.fluid-section-one .content p {
    display: block;
    margin-bottom: 30px;
}
.fluid-section-one .services-list {
    position: relative;
    margin-left: 50px;
}
.fluid-section-one .services-list li {
    position: relative;
    display: block;
    margin-bottom: 20px;
    min-height: 85px;
    padding-top: 15px;
    padding-left: 100px;
    padding-right: 50px;
}
.fluid-section-one .services-list li .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    font-weight: 400;
    font-size: 36px;
    color: #ffffff;
    background-color: #5366cf;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    -o-box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    box-shadow: 0 10px 15px rgb(0 0 0 / 10%);
    border-radius: 50%;
}
.fluid-section-one .services-list li h4 {
    position: relative;
    font-size: 20px;
    line-height: 1.2em;
    color: #3c4858;
    font-weight: normal;
    margin-bottom: 10px;
}
.fluid-section-one .content p {
    display: block;
    margin-bottom: 30px;
}
.fluid-section-one .services-list li h4 a {
    color: #3c4858;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease; font-weight: 500;
}
.project-section {
    position: relative;
    padding: 90px 0 70px;
}
.project-section:before {
    position: absolute;
    left: 0;
    top: 200px;
    width: 612px;
    height: 1261px;
    content: "";
    background-image: url(../img/bg-img/bg-service.png);
    background-repeat: no-repeat;
}
.project-section .outer-container {
    max-width: 1390px;
    padding: 0 15px;
    margin: 0 auto;
}
.portfolio_heading {
    padding: 20px 10px 10px;
    float: left;
    width: 100%;
    font-size: 20px;
    color: #202020;
}
.project-section .btn-box {
    margin-top: 70px;
}
.btn-style-one:hover {
    background: none;
    color: #f44438;
    background-color: #ffffff;
}
.btn-style-one i {
    font-size: 12px;
    margin-left: 5px;
    line-height: 24px;
}
.btn-style-one {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    line-height: 24px;
    padding: 14px 40px;
    text-transform: capitalize;
    background: #f44438;
    border: 2px solid #f44438;
    font-weight: 500;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    box-shadow: 0 18px 22px rgb(0 0 0 / 10%);
}
.height{min-height: 150px}
.line_befor:before{left: 42% !important}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .tp-dottedoverlay{
    background:none !important;
}

.main-slider h2{
	font-size:40px;
	color: #3c4858;
	font-weight:700;
	line-height:55px;
	letter-spacing: 2px;
	z-index: 999999 !important;
}

.main-slider .text{
	position:relative;
	color:#555555;
	font-size:15px;
	line-height:25px;
	font-weight:400;
	z-index: 999999 !important;
}

.main-slider .title{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:400;
	letter-spacing:1px;
	line-height:1.2em;
	text-transform:capitalize;
	z-index: 999999 !important;
}

.main-slider .theme-btn{
	z-index: 999999 !important;
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Main Banner
====================================================================

***/

.main-banner{
	position:relative;
	padding:210px 0px 0px;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:cover;
	min-height:1080px;
}

.main-banner .text-column .inner{
	position:relative;
	padding-top:150px;
	z-index: 99;	
}

.main-banner h2{
	font-size:40px;
	color: #3c4858;
	font-weight:700;
	line-height:55px;
	letter-spacing: 2px;
	margin-bottom:20px;
	padding-right:40px;
}

.main-banner .text{
	position:relative;
	color:#555555;
	font-size:15px;
	line-height:25px;
	font-weight:400;
	padding-right:50px;
	margin-bottom:40px;
}

.main-banner .title{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:400;
	letter-spacing:1px;
	line-height:1.2em;
	text-transform:capitalize;
}

.main-banner .image-column .inner{
	position:relative;
	margin-right:-250px;	
}

/*subscribe widget*/

.subscribe-us{
	position:relative;
	max-width: 460px;
}

.subscribe-us .form-group{
	position:relative;
	display:block;
}

.subscribe-us .form-group input[type="text"],
.subscribe-us .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	font-size:12px;
	line-height:30px;
	color:#353535;
	padding:14px 30px;
	height:60px;
	border:1px solid #f5f5f5;
	padding-right: 60px;
	background-color: #ffffff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
	-webkit-box-shadow: 0 18px 20px rgba(0,0,0,.1);
	box-shadow: 0 18px 20px rgba(0,0,0,.1);
}

.subscribe-us .form-group input[type="text"]:focus,
.subscribe-us .form-group input[type="email"]:focus{
	border-color:#5366cf;	
}

.subscribe-us .form-group input[type="submit"],
.subscribe-us .form-group button{
	position: absolute;
	right: 3px;
	top: 3px;
	height: 54px;
	width: 54px;
	text-align: center !important;
	line-height: 54px;
	color: #ffffff;
	background-color: #5366cf;
	font-size: 16px;
	font-weight: 600;
	padding-left: 5px;
	border-radius: 50%;
	transition: all 300ms ease;
}
.card{padding:20px !important; float: left; width: 100%; box-shadow:0 4px 24px 0 rgb(34 41 47 / 10%); background: #fff;
    padding: 5px 20px 0px;
    margin-top: -9px;}

    @media (max-width: 480px){
        .content-image{
            display: none;
        }
        .row clearfix{
            width: 87vw !important;
        }
        .feature-section{
            padding: 8px !important;
        }
        .feature-block .inner-box {
            padding: 34px 0px;
        }
    }