
/*
Theme Name: mPhatek
Author: Prashant
*/

body {
    margin: 0;
    padding: 0;
    /*background-color: #f5f8fd!important;*/
    background-color: #ffffff !important;
    color: #4b4b4b !important;
    font-family: segoe UI !important;
}


.dropdown-item:hover {
    background: url(news/news.png);
}

a {
    text-decoration: none !important;
}

.displayIB {
    display: inline-block;
}

p {
    font-size: 15px;
}

.header-title {
    display: inline-block;
    margin: 0 0 10px;
    color: #6b7278;
    font-weight: 400;
    font-size: 2.75rem;
}

.bg-dark {
    background-color: #fff !important;
    /*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 0%, rgba(214,214,214,1) 32%, rgba(27,27,29,1) 72%, rgba(25,41,46,1) 100%);
    background-image: url('../images/bg_header.png');
    background-repeat: repeat-y;
    background-size: 100%;*/
    box-shadow: -1px 6px 10px 0px #444444;
    margin-top: -2px;
}


/*.bg-dark {
    background-color: #fff !important;
  
    box-shadow: -17px -4px 14px 2px #444444;
}*/

.mt-comment-text {
    text-align: justify;
}

.logo-img {
    width: 190px;
    margin-left: 20px;
}

.logo-img-small {
    width: 90px;
}

.logo-img-salesforce {
    width: 175px;
   
}

.logo-img-small-nas {
    width: 95px;
    margin-right: 12px;
}

.fa-gear {
    color: #969494;
    margin-right: 10px;
}

.nav-item .dropdown-item:hover .fa-gear {
    color: #1d5490;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px !important;
}

.heading-title {
    color: #1f3a7f;
    border-bottom: 3px solid #33e692;
    font-weight: 600;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.displayBlock {
    display: block;
}

.cust-MT {
    margin-top: 20px;
}

.cust-pad {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.m-t15 {
    margin-top: 15px;
}

.m-t25 {
    margin-top: 25px;
}

.m-t35 {
    margin-top: 35px;
}

.m-t40 {
    margin-top: 40px;
}

.m-t50 {
    margin-top: 50px;
}

.m-t60 {
    margin-top: 60px;
}

.m-t70 {
    margin-top: 70px;
}

.m-t80 {
    margin-top: 80px;
}

.m-r15 {
    margin-right: 15px;
}

.read {
    color: #5dd9ab;
}

.fontSize18 {
    font-size: 18px;
}

.LH {
    line-height: 1.7;
}

.cust-btn {
    border-radius: 0px !important;
    background-color: #1f3a7f !important;
    border-color: #1f3a7f !important;
    font-size: 14px;
    font-weight: 600;
}

.navDiv {
    /* padding-left: 4% !important; */
    /* padding-right: 7% !important; */
}

#demo {
    height: 400px;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    background-color: #33ffe7;
}
/*.navDiv{
    padding-left: 10%!important;
    padding-right: 10%!important;
}*/
.dropdown-divider {
    height: 0;
    margin: 0px;
    overflow: hidden;
    border-top: 1px solid #cfcfd0;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255, 255, 255, 0.9);
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #202435 !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #636fa2 !important;
}

.nav-item .dropdown-item {
    padding: 0.7rem 1.25rem;
    background-color: #21364b;
    color: #fff;
}

.arr {
    transform: rotate(270deg);
}

.small-text {
    font-style: normal;
    font-size: 18px;
    width: 42%;
    line-height: 1.6;
    margin-top: 15px;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: #fff;
        padding: 0px !important;
        margin-top: 0px;
        width: 270px;
        max-width: 270px;
        margin-left: -65px;
        border-radius: 0px;
        /* border-top: 4px solid #2d73bd; */
        border-radius: 4px;
        box-shadow: 0 0 20px rgba(0,0,0,0.25);
        border: none !important;
        transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    }

    .arrow {
        position: absolute;
        left: 120px;
        top: -15px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #21364b;
    }

    .dropdown-item {
        color: #202435;
        font-weight: 500 !important;
    }


        .dropdown-item:focus, .dropdown-item:hover {
            color: #fff;
            text-decoration: none;
            background-color: #24425f;
        }
}

.custDiv {
    padding-left: 15px;
    padding-right: 15px;
}

.box {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    height: auto;
    width: auto;
    box-shadow: -6px 4px 10px #eceaf1;
    overflow-y: auto;
    overflow-x: hidden;
}

.review-box {
    padding: 20px;
    background: #fff;
    height: auto;
    width: auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.border-div {
    border: 2px solid #ccc;
    height: 3px;
    width: 150px;
    position: absolute;
    top: 295px;
    left: 135px;
    border-color: #33e692;
}

.our-team {
    max-width: 1140px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 15px;
    padding-left: 15px;
}

.team-title {
    color: #31647d;
    margin-top: 20px;
}

.team-header {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
    font-weight: 600;
}

.cust-review {
    /*position: absolute;
    left: 105px;*/
    max-width: 1140px;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 50px;
    padding-left: 50px;
}

.border-div-heading {
    border: 2px solid #ccc;
    height: 3px;
    width: 122px;
    border-color: #33e692;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: 1.5rem !important; */
    font-weight: 600;
    color: #55585a !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
}

/*.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:active {
    color: #fff !important;
    background-color: #21364b;
    transition: background-color .3s,color .3s;
}*/



.navbar-light .navbar-nav .active:hover {
    color: #d5dee6 !important;
}

#about {
    /*background: #fff url(../img/bg.png);*/
    background: none;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    /* background: #f7f7f7; */
    /* padding-top: 156px; */
    /* padding-bottom: 144px; */
    color: #A3A3A3;
}

    #about .team-wrap .col {
        margin-bottom: 24px;
    }

.member-name-heading {
    margin-top: 10px;
    font-weight: 600 !important;
    /*margin-left: 20%!important;*/
}
/*.member-title{
    left:83px!important;
}*/

.customer-review {
    border: 1px;
}

.modal-backdrop {
    display: none;
    background-color: rgba(85, 85, 85, 0.8) !important;
}

.footer {
    background-color: #092240;
    /*height: 205px;*/
    margin-top: 10%;
    padding: 0px !important;
}

    .footer a {
        color: #fff;
    }

        .footer a:hover {
            color: #007bff;
            text-decoration: underline !important;
        }

.footer-icons {
    padding: 0px;
}

.list-icon {
    padding: 0px !important;
    padding-right: 10px !important;
}


.mt-comments .mt-comment {
    padding: 10px;
    margin: 0 0 10px;
}

    .mt-comments .mt-comment .mt-comment-img {
        width: 40px;
        float: left;
    }

    .mt-comments .mt-comment .mt-comment-body {
        padding-left: 20px;
        position: relative;
        overflow: hidden;
    }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
            display: inline-block;
            float: left;
            margin: 0 0 10px;
            color: #060606;
            font-weight: 600;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
            display: inline-block;
            float: right;
            margin: 0;
            color: #BABABA;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
            color: #999;
            font-size: 14px;
        }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-details {
            margin: 10px 0 0;
        }

    .mt-comments .mt-comment .mt-comment-img > img {
        border-radius: 50% !important;
    }

    .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
        color: #B8C0F5;
    }

    .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
        text-transform: uppercase;
        float: left;
    }

    .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
        float: right;
    }

        .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li {
            float: left;
            padding: 0 5px;
            margin: 0;
        }

.img-cir {
    list-style: none;
    position: absolute;
    top: 435px;
    right: 100px;
    z-index: 999;
}

    .img-cir li {
        display: inline-block;
        margin-right: 20px;
    }

.img-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #05b061;
}

.menu-list {
    list-style: none;
}

    .menu-list li {
        padding: 15px 0px;
        font-weight: 600;
        font-size: 14px;
        color: #6d6d6d;
    }

        .menu-list li a:hover {
            text-decoration: underline !important;
        }

        .menu-list li::before {
            content: "\2022";
            color: #ffae00;
            font-weight: bold;
            display: inline-block;
            width: 1rem;
            margin-left: -1em;
            font-size: 20px;
        }

.social-div {
    list-style: none;
    padding-inline-start: 5px !important;
}

    .social-div li {
        display: inline-block;
        padding-right: 5px;
    }

.gallary {
    margin-left: 20px;
}

.column-m {
    float: left;
    padding: 1px;
}

    /* Style the images inside the grid */
    .column-m img {
        opacity: 0.8;
        cursor: pointer;
        width: 100px;
        height: 100px;
    }

        .column-m img:hover {
            opacity: 1;
        }

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.flex-direction-nav a {
    top: 40% !important;
}

/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/
/*.icon-pad{
    padding: 25px 70px;
}*/
.main-div {
    position: absolute;
    top: 165px;
    left: 135px;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.tag-line1 {
    font-size: 40px;
    color: #fff;
    font-family: Segoe UI !important;
}

.it {
    /*font-size: 48px;*/
    color: #33e692 !important;
    font-family: Segoe UI !important;
}

.tag-line2 {
    font-size: 40px;
    color: #33e692;
    font-family: Segoe UI !important;
}

.tag-line3 {
    font-size: 40px;
    color: #fff;
    font-family: Segoe UI !important;
}

.resp-text {
    position: absolute;
    top: 320px;
    left: 137px;
    color: #ccc;
    width: 900px;
    font-size: 19px;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #33e692;
}



.four-col {
    text-align: center;
    float: left;
    padding: 15px 0;
}

.team .four-col {
    text-align: center;
    float: left;
    padding-right: 15px !important;
    padding-left: 15px !important;
}


.four-col h4 {
    font-size: 18px;
}

.main-icons {
    font-size: 50px;
    margin-right: 10px;
    /* position: absolute; */
    /* left: 0; */
    line-height: 0;
    color: #196ddd;
}

.tech .sector-icon img {
    width: 190px;
    height: 140px;
}

.sector-icon img {
    width: 125px;
    height: 125px;
}

.sector-header {
    font-size: 18px;
    color: #404040;
    margin-top: 20px;
    font-weight: 500;
}

.sector-icon {
    margin: 0 auto;
    transition: all 0.2s ease-in-out;
    background-size: cover;
    background-position: center;
    /*width: 125px;
    height: 125px;*/
}

.main-section {
    padding: 15px;
}

    .main-section .mt-comments .mt-comment {
        padding: 30px 10px;
        margin: 0 0 10px;
    }

        .main-section .mt-comments .mt-comment .mt-comment-img {
            float: left;
        }

        .main-section .mt-comments .mt-comment .mt-comment-body {
            padding-left: 130px;
            position: relative;
            overflow: hidden;
        }

            .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
                display: inline-block;
                float: left;
                margin: 0 0 10px;
                color: #6c7279;
                font-weight: 400;
                font-size: 2.75rem;
            }

            .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
                display: inline-block;
                float: right;
                margin: 0;
                color: #BABABA;
            }

            .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
                color: #847c7c;
                font-size: 17px;
                font-weight: 400;
                text-align: justify;
            }

            .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-details {
                margin: 10px 0 0;
            }

        .main-section .mt-comments .mt-comment .mt-comment-img > img {
            width: 136px;
            border-radius: 50% !important;
        }

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status.mt-comment-status-pending {
    color: #B8C0F5;
}

.main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-status {
    text-transform: uppercase;
    float: left;
}

.main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

    .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions > li {
        float: left;
        padding: 0 5px;
        margin: 0;
    }

.about-para {
    font-size: 18px;
    color: #444;
}

.hero-unit-small {
    background-color: #3c3c3e;
    padding: 13px 15px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

.page_head {
    color: #ffffff;
    /* font-family: 'Roboto';*/
    font-weight: 400;
    line-height: 40px;
    margin: 7px 0;
    font-size: 30px;
}

.about_space {
    margin-top: 0;
    padding: 0px;
}

input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #E4E8EA;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    padding: 6px 8px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px 0 0 4px;
}

.input-search {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.search_head {
    margin-top: 10px;
}

.Search_btn {
    color: #ffffff;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 700;
    border: 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.Search_btn, .search-btn {
    color: #1d5592;
    border: 0 none;
    padding: 7px 15px;
}

.section-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
    margin-bottom: 30px;
    box-shadow: 1px 1px 3px #ccc;
}



.contactus .form-group.form-md-line-input {
    position: relative;
    margin: 0 0 15px;
    padding-top: 20px;
}

    .contactus .form-group.form-md-line-input .form-control {
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #c2cad8;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #555;
        box-shadow: none;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
    }

.contactus .form-control {
    outline: 0 !important;
    box-shadow: none !important;
}

.contactus .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contactus .form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block;
}

.contactus .form-group.form-md-line-input .form-control ~ label {
    top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #888;
}

.contactus .form-group.form-md-line-input .help-block {
    position: absolute;
    margin: 2px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 13px;
}

.contactus .help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.contactus .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.contactus .form-control:focus {
    border-color: #1d5592 !important;
    border-width: 2px !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
}

.blog_single_post img {
    width: 100%;
}

.fa-heart {
    color: #96b9e0;
}

.searchAndFilter-3 .search-form .btn {
    border: 0;
    padding: 0;
    font-size: 1.4rem;
}

.searchAndFilter-3 .search-form .btn-light {
    background: transparent;
}

.filter {
    width: 100%;
    border: 0;
    height: 30px;
}

.footer .widget_title h2 {
    border-bottom: 3px solid #1bc8e4;
}

.footer .hero-widgets-section {
    background-color: #2a2b2e;
    padding: 25px 15px 3px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: inherit;
}

.footer .span4:nth-child(3n+1) {
    clear: left;
}

.footer .footer_widget .widget_title, .top-header-widget .widget_title {
    border-bottom: 1px solid #2a2b2e;
}

.footer .widget_title {
    border-bottom: 2px solid #eeeeee;
    display: block;
    margin: 10px 0 0px;
}

.footer .footer_widget .widget_title h2, .footer_widget.widget_rss h2 a.rsswidget {
    color: #ffffff;
    text-shadow: none;
    display: inline-block;
    margin: 0 0 -2px;
    padding-right: 10px;
    font-weight: 400;
    font-size: 24px;
    padding-bottom: 11px;
    line-height: 30px;
}

.footer .hero-widgets-section p, .footer_widget .textwidget {
    color: #cccccc;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer .textwidget {
    font-weight: 400;
    color: #767676;
    font-size: 14px;
    margin-bottom: 15px;
}

    .footer .textwidget p {
        padding: 0;
    }

.footer .hero-widgets-section p, .footer_widget .textwidget {
    color: #a0a0a0;
    font-weight: 400;
    margin-bottom: 15px;
}

.footer .widget_con_detail {
    margin-bottom: 5px !important;
    font-size: 15px !important;
}

.footer-icons {
    list-style: none;
    float: right;
}

    .footer-icons li {
        display: inline-block;
        color: #fff;
        padding: 0px 10px;
        font-size: 20px;
    }

.footer-section {
    border-top: 1px solid #2a2b2e;
    background-color: #2a2b2e;
    padding: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
}

    .footer-section p {
        color: #CCCCCC;
        font-family: 'Libre Franklin', sans-serif !important;
        font-weight: 400;
        font-size: 14px;
        margin: 5px 0;
        line-height: 25px;
        word-wrap: break-word;
    }

.PL30 {
    padding-left: 30px !important;
}

.IT-req {
    background-image: url('../images/bg_it_requier.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .it-req .sector-header {
        color: #eff0f3;
    }

.located {
    height: 600px;
    background-image: url('../images/we-locatedpage_16.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.border-div1 {
    border: 2px solid #ccc;
    height: 3px;
    width: 80px;
    position: absolute;
    top: 95px;
    left: 133px;
    border-color: #258bb3;
    background: #258bb3;
}

.border-div2 {
    border: 2px solid #ccc;
    height: 3px;
    width: 80px;
    position: absolute;
    top: 95px;
    left: 135px;
    border-color: #fff;
    background: #fff;
}

.border-div3 {
    border: 2px solid #ccc;
    height: 3px;
    width: 80px;
    position: absolute;
    top: 60px;
    left: 35px;
    border-color: #258bb3;
    background: #258bb3;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    display: table;
    width: 100%;
    height: 75vh;
    /*background: #000;*/
}

    #intro .carousel-item {
        width: 100%;
        height: 75vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        #intro .carousel-item::before {
            content: '';
            background-color: rgba(0, 0, 0, 0);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
        }

    #intro .carousel-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #intro .carousel-background img {
        max-width: 100%;
    }

    #intro .carousel-content {
        text-align: center;
    }

    #intro h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    #intro p {
        width: 80%;
        margin: 0 auto 30px auto;
        color: #fff;
        font-size: 18px;
    }

    #intro .carousel-fade {
        overflow: hidden;
    }

        #intro .carousel-fade .carousel-inner .carousel-item {
            transition-property: opacity;
        }

        #intro .carousel-fade .carousel-inner .carousel-item,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            opacity: 0;
        }

        #intro .carousel-fade .carousel-inner .active,
        #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
        #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
            opacity: 1;
            transition: 0.5s;
        }

            #intro .carousel-fade .carousel-inner .carousel-item-next,
            #intro .carousel-fade .carousel-inner .carousel-item-prev,
            #intro .carousel-fade .carousel-inner .active.carousel-item-left,
            #intro .carousel-fade .carousel-inner .active.carousel-item-right {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 10%;
    }

    #intro .carousel-control-next-icon,
    #intro .carousel-control-prev-icon {
        background: none;
        font-size: 32px;
        line-height: 1;
    }

    #intro .carousel-indicators li {
        cursor: pointer;
    }

    #intro .btn-get-started {
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin: 10px;
        color: #fff;
        background: #18d26e;
    }

        #intro .btn-get-started:hover {
            background: #fff;
            color: #18d26e;
        }

.serv .dropdown-toggle::after {
    display: none !important;
}

.PB-100 {
    padding-bottom: 50px;
}

.flip-card {
    background-color: transparent;
    /*width: 170px;*/
    height: 178px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /*box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

/* .flip-card:hover .flip-card-inner { */
/* transform: rotateY(180deg); */
/* } */

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-card-front {
    /*background-color: #bbb;*/
    color: black;
    z-index: 2;
}

.flip-card-back {
    /*width: 300px;
    height: 178px;*/
    background-color: #f5f5f5;
    color: #333;
    border-radius: 5px;
    transform: rotateY(180deg);
    z-index: 1;
    padding: 20px;
    font-size: 18px;
}

.aboutUs p {
    font-size: 17px;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

.ab {
    padding-bottom: 10%;
}

    .ab .mt-comments .mt-comment .mt-comment-body {
        padding-left: 75px;
    }

        .ab .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
            font-size: 17px;
        }

        .ab .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
            font-size: 25px;
            font-weight: normal;
            color: #6b7278;
        }

.joinUs {
    background: #04192a;
    padding: 10px;
    border-color: #04192a;
    box-shadow: none;
    border-radius: 7px;
}

.heading-career {
    padding: 10px 20px;
    color: #6c737b;
}

.position-boxes {
    padding: 0px 20px;
    color: black;
}

#one {
    text-transform: uppercase;
    color: black;
}

#two {
    color: black;
}

.position-boxes:hover {
    background: #1d5592;
    color: white;
}

.position-box {
    background: #fff;
    color: #4a4a4a;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
    border: 1px solid #a1a1a1;
    height: 205px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .position-box:hover {
        background: #1d5592;
        color: #fff !important;
        padding: 20px 20px 0px 20px;
        margin-bottom: 20px;
        border: 1px solid #a1a1a1;
        cursor: pointer;
    }

.job-title {
    display: block;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.job-description {
    display: inline-block;
    font-size: 15px;
    color: black;
    font-weight: normal;
    margin-right: 10px;
}

#loc {
    text-transform: uppercase;
}

.position-box:hover .job-description {
    color: #fff;
}


.position-box:hover .job-apply:hover {
    color: #fff;
}

.line {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
}

.form-section {
    padding: 15px 100px;
}

.astrik {
    color: red;
}

.contact-form {
    background-color: #f5f8fd;
}

    .contact-form small {
        font-size: 15px;
    }

.contact-heading {
    font-size: 17px;
    font-weight: 600;
    color: #3b5998;
}

.contact-heading-B {
    font-size: 16px;
    font-weight: 600;
    color: #0c0c0b;
}

.btn-primary-mphatek {
    background: #1d5592 !important;
    border-color: #1d5592 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #fff;
}

    .btn-primary-mphatek:hover {
        background: #2f77c5 !important;
        border-color: #1d5592 !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: #fff;
    }

    .btn-primary-mphatek:focus {
        background: #2f77c5 !important;
        border-color: #1d5592 !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: #fff;
    }

.btn-secondary-mphatek {
    background: #ebebeb !important;
    border-color: #a1a1a1 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #929292;
}

    .btn-secondary-mphatek:hover {
        background: #fefeff !important;
        border-color: #a1a1a1 !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: #929292;
    }

    .btn-secondary-mphatek:focus {
        background: #ebebeb !important;
        border-color: #a1a1a1 !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        color: #929292;
    }

.contact-form input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #acacac;
    box-shadow: none;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    display: inline-block;
    padding: 6px 8px;
    line-height: 20px;
    color: #555555;
    border-radius: 0px;
}

.contact-form .form-control {
    display: block;
    width: 100%;
    height: calc(2.0em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #acacac;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .contact-form .form-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: none;
    }

.career-tagline {
    font-style: italic;
    font-family: "Segoe UI",Arial,sans-serif !important;
}

    .career-tagline strong {
        color: #333;
        font-family: "Segoe UI",Arial,sans-serif !important;
    }

    .career-tagline span {
        font-family: "Segoe UI",Arial,sans-serif !important;
    }

.social {
    list-style: none !important;
    text-align: center;
    padding-inline-start: 0px;
}

    .social li {
        display: inline-block;
    }

        .social li a {
            padding: 10px 20px;
        }

            .social li a > i:hover {
                color: #606063 !important;
            }

.lg-img {
    margin-top: -75px;
    margin-left: -86px;
}

.p-t50 {
    padding-top: 50px;
}

.email-mphatek {
    color: #524fc1;
    font-weight: bolder !important;
}

.sidenav .navbar-nav {
    width: 100%;
}

    .sidenav .navbar-nav .nav-link {
        padding: 10px 20px;
        color: #333;
        border-bottom: 1px solid #bac2cc !important;
        font-weight: 600;
        font-size: 16px;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: -40px;
    background-color: #e3e9ef;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 0px;
    z-index: 9999;
}

.sidenav-inner {
    border: 2px solid #2d3e50;
    height: 100%;
    background: #2d3e50;
    border-radius: 6px;
    padding: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #333;
    display: block;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif !important;
}

    .sidenav a:hover {
        color: #333;
    }

.sidenav .nav-item .dropdown-item {
    color: #252424 !important;
    padding: 0.5rem 2rem !important;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif !important;
}

.sidenav .dropdown-divider {
    border-top: 1px solid #bec7d1;
}

.sidenav .dropdown-menu {
    background: #dde2e8 !important;
    border: 1px solid rgb(227, 233, 239);
    padding: 0;
    margin: 0;
}

.closebtn {
    position: absolute;
    color: #2d3e50;
    font-size: 42px;
    top: 20px;
    left: 40px;
}

.sidenav .navbar {
    align-items: flex-start;
}

.job {
    font-size: medium;
}

.same {
    color: blue;
    font-size: larger;
    font-style: bold;
}

.logo {
    border-radius: 100%;
    background-color: rgb(10, 65, 65);
    padding: 6px;
}

.sm-chev {
    color: #333;
    font-size: 12px;
    float: right;
    margin-top: 5px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    opacity: 0.9;
    background-image: linear-gradient(to right, #3879da, #0096e7, #00aee5, #00c4d9, #2fd6c8);
    color: white;
    cursor: pointer;
    padding: 7px 14px;
    border-radius: 3px;
}

    #myBtn:hover {
        background-color: #555;
    }

.contactus ::placeholder {
    font-size: 13px;
    color: #ccc;
}

.blog-header span {
    font-size: 23px;
}

.blog-img {
    background-image: url('../images/inside_banner.jpg');
    background-size: 100% 100%;
    border-radius: 10px;
    height: 245px;
    width: 100%;
}

.blog-img-1 {
    background-image: url(../images/inside_banner_o2.png);
    background-size: 85% 100%;
    border-radius: 10px;
    height: 260px;
    width: 100%;
}

.blg-txt {
    font-weight: bold;
    color: #113869;
    padding: 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.fixedbar-socialMedia {
    color: #fff;
    font-size: 11px;
    padding: 10px 10px 10px 8px;
    width: 45px;
    position: fixed;
    left: -5px;
    top: 50%;
    background: #0e284d;
    border: 2px solid #00bcea;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    .fixedbar-socialMedia .icon-circle:hover .icon-twitter_icon:before {
        color: #00acee;
    }

    .fixedbar-socialMedia .icon-circle:hover .icon-fb_icon:before {
        color: #3b5998;
    }

    .fixedbar-socialMedia .icon-circle:hover .icon-linked_in_icon:before {
        color: #0e76a8;
    }

    .fixedbar-socialMedia .icon-circle:hover .icon-mail_icon:before {
        color: #0e76a8;
    }

.icon-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    padding: 7px 6px;
}

.mt-cust {
    margin-top: 100px;
}

.keyword {
    list-style: none;
    padding-inline-start: 0px;
}

    .keyword li {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }

        .keyword li span {
            color: #000;
            font-weight: 600;
            font-size: 17px;
        }










@media (min-width: 1920px) {
    .located {
        height: 900px;
    }

    .big-container {
        width: 1620px !important;
        max-width: 1620px !important;
    }
}

@media screen and (max-width: 1223px) {
    .navDiv {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }

    .img-cir {
        top: 440px;
    }

    .carousel-fade .carousel-inner .item, .bgouterWrapp {
        padding-top: 33%;
    }
}

@media screen and (max-width: 1110px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 11px !important;
    }

    .resp-text {
        width: 698px !important;
    }

    .img-cir {
        top: 390px;
    }

    .carousel-fade .carousel-inner .item, .bgouterWrapp {
        padding-top: 33%;
    }
}

@media screen and (max-width: 1024px) {

    .carousel-fade .carousel-inner .item, .bgouterWrapp {
        padding-top: 40% !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1290px) {
    /* .logo-img-small {
        display: none;
    }*/

    /*  .logo-img-small-nas {
        display: none;
    }*/
    /*
    .logo-img-salesforce {
        display: none !important;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1020px) {
    /*   .logo-img-small {
        display: none;
    }
*/
    /* .logo-img-small-nas {
        display: none;
    }*/

    /*   .logo-img-salesforce {
        display: none !important;
    }*/

    .blue {
        height: 270px !important;
    }

    .transport-text {
        margin-left: 12% !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 767px) {


    /*.logo-img-small-nas {
        display: none;
    }*/

    .blue {
        height: 550px !important;
    }

    .partners-img {
        border-right: none !important;
    }

    .horizontal-line {
        border-bottom: 2px solid #268ab2;
        width: 40%;
        margin-left: 30%;
        margin-top: 20px;
    }

    .transport-text {
        font-size: 16px !important;
        margin-left: 16% !important;
        line-height: 4.4 !important;
    }
}



@media screen and (min-width: 768px) {
    .imgSet {
        position: relative;
        width: 100%;
    }

    .img-set-width {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}





@media screen and (max-width: 768px) {
    .social li a {
        padding: 10px 5px !important;
    }

    .aboutUs p {
        font-weight: normal;
    }

    .team img {
        width: 100%;
        height: 100%;
    }

    .sidenav .navbar-nav .nav-link:focus {
        color: #211894;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: #fff !important;
    }

    .sm-img1 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .sm-img {
        width: 40%;
        margin-top: 20px;
    }

    .form-section {
        padding: 30px;
    }

    .line {
        display: none;
    }

    .displayB {
        display: block;
    }

    .vg-center {
        text-align: center;
    }

    .displayNone {
        display: none;
    }

    .wd40 {
        width: 25% !important;
    }

    .sm-div {
        width: 100% !important;
        clear: both;
        text-align: center;
    }

    .p-tSM {
        margin-top: 10px;
        text-align: justify;
    }

    .centerDiv {
        display: block !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .pl-none {
        padding-left: 10px !important;
    }

    .img-cir {
        top: 310px;
    }


    #main-slide .slider-content {
        top: 40% !important;
    }

    .carousel-fade .carousel-inner .item, .bgouterWrapp {
        padding-top: 50% !important;
    }

    .carousel-fade .carousel-inner .item, .bgouterWrapp {
        padding-top: 40%;
    }
}

@media screen and (max-width: 440px) {
    .mt-cust {
        margin-top: 140px;
    }

    .located {
        height: 600px;
        background-position: 58% 50%;
    }

    .t-c {
        text-align: center;
    }

    .aboutUs p {
        font-weight: normal;
    }

    .serv .dropdown-item:focus, .dropdown-item:hover {
        color: #1d5592 !important;
        background-color: #e3e9ef !important;
    }

    .sidenav .navbar-nav .nav-link:focus {
        color: #113e6f;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: #fff !important;
        outline: none;
    }

    .sm-img1 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .sm-img {
        width: 40%;
        margin-top: 20px;
    }

    .form-section {
        padding: 30px;
    }

    .line {
        display: none;
    }

    .displayB {
        display: block;
    }

    .vg-center {
        text-align: center;
    }

    .displayNone {
        display: none;
    }

    .wd40 {
        width: 40% !important;
    }

    .sm-div {
        display:none;
    }

    .p-tSM {
        margin-top: 10px;
        text-align: justify;
    }

    .centerDiv {
        display: block !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .pl-none {
        padding-left: 10px !important;
    }

    .cust-MT {
        margin-top: 0px;
    }

    .border-div22 {
        top: 25px;
        left: 35px;
    }

    .img-resp-bg {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #202435 !important;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgb(41, 41, 42);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff !important;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    .dropdown-divider {
        border-top: 1px solid #d6dade;
    }

    .nav-link {
        border-bottom: 1px solid #d7dbde !important;
    }

    .nav-sm {
        display: none;
    }
    /*.navbar-nav{
        background: #29292a!important;
    }*/
    .logo-img {
        width: 185px;
    }

    .custDiv {
        padding-left: 15px;
        padding-right: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }

    .main-div {
        top: 70px;
        left: 30px;
    }

    .img-resp {
        height: 300px;
    }

    .tag-line1 {
        font-size: 30px;
    }

    .tag-line2 {
        font-size: 30px;
    }

    .tag-line3 {
        font-size: 30px;
    }

    .border-div-tagline1 {
        top: 205px;
        left: 30px;
    }

    .border-div-tagline2 {
        top: 205px;
        left: 30px;
    }

    .border-div-tagline3 {
        top: 205px;
        left: 30px;
    }

    .resp-text {
        width: 250px !important;
        top: 215px;
        left: 30px;
        font-size: 10px;
    }

    .img-cir {
        top: 355px;
        right: 10px;
    }

    .mt-sm20 {
        margin-top: 20px;
    }
    /*.icon-pad{
    padding: 25px 105px;
}*/
    .footer {
        background-color: #092240;
        height: 260px;
    }

    .clearBoth {
        float: none !important;
        clear: both !important;
    }

    .main-icons {
        font-size: 35px !important;
    }

    #about h3 {
        font-size: 23px !important;
    }

    .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
        font-size: 1.6rem;
    }

    .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
        font-size: 14px;
    }

    .main-section .mt-comments .mt-comment {
        padding: 20px 10px;
        margin: 0 0 10px;
    }

        .main-section .mt-comments .mt-comment .mt-comment-img > img {
            width: 65px;
            border-radius: 50% !important;
        }

        .main-section .mt-comments .mt-comment .mt-comment-body {
            padding-left: 40px;
        }

    .about-para {
        font-size: 14px;
        color: #444;
    }

    .PL100 {
        padding-left: 0px !important;
    }

    .cust-pad {
        padding-top: 120px !important;
        padding-left: 0px;
        padding-right: 0px;
    }

    .border-div1 {
        border: 2px solid #ccc;
        height: 3px;
        width: 80px;
        position: absolute;
        top: 30px;
        left: 40px;
        border-color: #258bb3;
    }

    .border-div3 {
        border: 2px solid #ccc;
        height: 3px;
        width: 80px;
        position: absolute;
        top: 30px;
        left: 30px;
        border-color: #258bb3;
    }

    .dropdown-menu {
        background: #f6f9fc !important;
    }

    .dropdown-item {
        color: #202435 !important;
    }

    #intro h2 {
        font-size: 30px;
    }

    .it {
        font-size: 28px;
    }

    .navDiv {
        padding-left: 12% !important;
        padding-right: 5% !important;
    }

    .m-s15 {
        margin-top: 15px;
    }

    .dropdown-menu {
        border: 1px solid rgb(255, 255, 255);
    }

    .flip-card-back {
        font-size: 18px;
    }

    .small-text {
        width: 100%;
        margin-top: 15px;
        font-size: 16px;
        line-height: 0;
    }

    .bgouterWrapp {
        padding-top: 100% !important;
    }

    .sm-top {
        margin-top: 15px;
    }
}

@media screen and (max-width: 320px) {
    .mt-cust {
        margin-top: 140px;
    }

    .t-c {
        text-align: center;
    }

    .aboutUs p {
        font-weight: normal;
    }

    .serv .dropdown-item:focus, .dropdown-item:hover {
        color: #1d5592 !important;
        background-color: #e3e9ef !important;
    }

    .sidenav .navbar-nav .nav-link:focus {
        color: #211894;
    }

    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: #fff !important;
    }

    .sm-img1 {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .sm-img {
        width: 40%;
        margin-top: 20px;
    }

    .form-section {
        padding: 30px;
    }

    .line {
        display: none;
    }

    .displayB {
        display: block;
    }

    .vg-center {
        text-align: center;
    }

    .displayNone {
        display: none;
    }

    .wd40 {
        width: 40% !important;
    }

    .sm-div {
        width: 100% !important;
        clear: both;
        text-align: center;
    }

    .p-tSM {
        margin-top: 10px;
        text-align: justify;
    }

    .centerDiv {
        display: block !important;
        margin: 0 auto !important;
        text-align: center;
    }

    .pl-none {
        padding-left: 10px !important;
    }

    .logo-img {
        width: 160px;
    }

    .cust-MT {
        margin-top: 0px;
    }

    .m-s15 {
        margin-top: 15px;
    }

    .border-div22 {
        top: 25px;
        left: 35px;
    }

    .navDiv {
        padding-left: 12% !important;
        padding-right: 5% !important;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255,255,255,.5);
        border-color: rgba(255, 255, 255, 0.9);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff !important;
    }

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff !important;
    }

    .dropdown-divider {
        border-top: 1px solid #616161;
    }

    .nav-link {
        border-bottom: 1px solid #616161 !important;
    }

    .fltNone {
        float: none !important;
    }



    .main-div {
        top: 20px;
        left: 50px;
    }

    .tag-line1 {
        font-size: 20px;
    }

    .tag-line2 {
        font-size: 20px;
    }

    .tag-line3 {
        font-size: 20px;
    }

    .border-div {
        top: 83px;
        left: 52px;
    }

    .resp-text {
        width: 250px !important;
        top: 97px;
        left: 50px;
        font-size: 10px;
    }

    .img-cir {
        top: 355px;
        right: 10px;
    }

    .mt-sm20 {
        margin-top: 20px;
    }
    /*.icon-pad{
    padding: 25px 135px;
}*/
    .img-circle {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #05b061;
    }

    .footer {
        background-color: #092240;
        height: 260px;
    }

    .main-icons {
        font-size: 35px !important;
    }

    #about h3 {
        font-size: 23px !important;
    }

    .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-text {
        font-size: 14px;
    }

    .main-section .mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-author {
        font-size: 1.2rem;
    }

    .main-section .mt-comments .mt-comment {
        padding: 20px 10px;
        margin: 0 0 10px;
    }

        .main-section .mt-comments .mt-comment .mt-comment-img > img {
            width: 65px;
            border-radius: 50% !important;
        }

        .main-section .mt-comments .mt-comment .mt-comment-body {
            padding-left: 40px;
        }

    .about-para {
        font-size: 14px;
        color: #444;
    }

    .PL100 {
        padding-left: 0px;
    }


    .cust-pad {
        padding-top: 77px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .border-div1 {
        border: 2px solid #ccc;
        height: 3px;
        width: 80px;
        position: absolute;
        top: 27px;
        left: 40px;
        border-color: #258bb3;
    }

    .border-div3 {
        border: 2px solid #ccc;
        height: 3px;
        width: 80px;
        position: absolute;
        top: 30px;
        left: 30px;
        border-color: #258bb3;
    }

    .dropdown-menu {
        background: #1b1b1d !important;
    }

    .dropdown-item {
        color: #fafcff !important;
    }

    #intro h2 {
        font-size: 30px;
    }

    .it {
        font-size: 23px;
    }

    .small-text {
        width: 100%;
    }

    .bgouterWrapp {
        padding-top: 100% !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #202435 !important;
    }

    .nav-link {
        border-bottom: 1px solid #d7dbde !important;
    }

    .sm-top {
        margin-top: 15px;
    }


    .forBigDevice {
        font-size: 23px;
        padding: 12px;
    }

    .forSmallDevice {
        display: none;
    }
}


@media screen and (max-width: 400px) {
    .it {
        font-size: 26px;
    }
}


@media screen and (min-width: 320px) and (max-width:640px) {
    .transport-text {
        font-size: 14px !important;
        margin-left: 15% !important;
        line-height: 5 !important;
    }
}


.blue {
    height: 315px;
    background-color: #003d73;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 400px) {
    .blue {
        height: 520px;
    }

    .partners-img {
        margin-left: -20px;
    }

    .partners-img {
        border-right: none !important;
    }

    .horizontal-line {
        border-bottom: 2px solid #268ab2;
        width: 40%;
        margin-left: 30%;
        margin-top: 20px;
    }

    .m-t40 {
        margin-top: 0px !important;
    }

    .m-t35 {
        margin-top: 18px !important;
    }

    /*.logo-img-small {
        margin-left: 20px;
    }*/


    /*    .logo-img-small-nas {
        display: none;
    }*/

    .navbar-brand {
        margin-right: 0px !important;
    }



    .vl {
        border-left: 2px solid #b1b1b1;
        height: 20px;
    }
}




.partners-img {
    border-right: 2px solid #268ab2;
    height: 80px;
}

.border-div2 {
    border: 2px solid #ccc;
    height: 3px;
    width: 80px;
    position: absolute;
    top: 60px;
    left: 0;
    border-color: #268ab2 !important;
    background: #268ab2 !important;
}

.silver-text {
    margin-top: 20px;
    font-weight: 400;
    color: #fff;
}


.partners-svg {
    width: 70%;
}

.partners-svg-sales {
    width: 90%;
}


@media screen and (max-width: 480px) {


    .fltNone {
        float: none !important;
    }
}

@media screen and (max-width: 380px) {

    .end-div {
        padding: 0px;
    }

    .fltNone {
        margin-left: 10%;
    }
}

@media screen and (max-width: 440px) and (min-width:382px) {
    .fltNone {
        margin-left: 20%;
    }
}

.pLR0 {
    padding-left: 0px;
    padding-right: 0px;
}

.transport-text {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-left: 8%;
    line-height: 3.4;
}

.small-container {
    height: 65px;
    background-color: #123b6f;
}

.trans-img {
    width: 28px;
    position: absolute;
    margin-top: 23px;
    margin-left: 5%;
}


/*what is new*/

.whatsnew {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #080151;
    margin-top: 20px;
}

.whats-new .card-title {
    margin-bottom: .75rem;
    font-size: 16px;
    color: #3b3b3b;
}

.whats-new .carousel-item {
    height: 385px;
}

.whats-new .hover1 {
    position: relative;
    transition: transform .2s;
}

.whats-new .card {
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: -2px 3px 10px 1px #787a79;
    height: 325px;
    z-index: -1;
    position: relative;
    transition: transform .2s;
    margin-top: 15px;
}

.whats-new .hover1:hover {
    transform: scale(1.05);
}


.whats-new .dot-1 {
    height: 55px;
    width: 55px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-top: -35px;
    margin-left: 40%;
    box-shadow: 1px 2px 7px 3px #787a79;
    margin-bottom: 10px;
}

.whats-new .dot-img {
    width: 60%;
    margin-left: 10px;
    margin-top: 10px;
}

.controls-top {
    text-align: center;
    display: flex;
    margin-left: 45%;
}

.prev-box {
    width: 50px !important;
    height: 50px;
    background-color: #080151;
    border-radius: 10%;
    margin-right: 10px;
    position: relative;
    opacity: 1;
    cursor: pointer;
}

    .prev-box .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        background-color: #161150;
        opacity: 1.3;
    }

.inline-check {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .inline-check input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px #d7d7d7;
    border-style: solid;
}

/* On mouse-over, add a grey background color */
.inline-check:hover input ~ .checkmark {
    background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.inline-check input:checked ~ .checkmark {
    background-color: #080151;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.inline-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.inline-check .checkmark:after {
    left: 12px;
    top: 7px;
    width: 6px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.inline-check .span-text {
    padding: 10px;
}



@media screen and (max-width: 440px) and (min-width:400px) {
    .controls-top {
        text-align: center;
        display: flex;
        margin-left: 35%;
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .whats-new .card-title {
        margin-bottom: .75rem;
        font-size: 12px;
        color: #3b3b3b;
    }

    .whats-new .card {
        height: 250px;
    }

    .whats-new .dot-1 {
        margin-left: 30%;
    }
}

.small-box {
    position: relative;
    text-align: center;
}

    .small-box .bottom-left {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 35%;
        padding: 5px;
        height: 20%;
        background-color: #04082c;
        color: #fff;
        opacity: 0.9;
    }


/*industry*/

.our-expert-btn {
    background-color: #00101d;
    border: none;
}

    .our-expert-btn:hover {
        background-color: #05243e;
        border: none;
    }

    .our-expert-btn:not(:disabled):not(.disabled).active, .our-expert-btn:not(:disabled):not(.disabled):active, .show > .our-expert-btn.dropdown-toggle {
        color: #fff;
        background-color: #00101d;
        border-color: #00101d;
        border: none;
    }

.white-div-1 {
    background-color: #fff;
    height: 258px;
    position: relative;
    animation-duration: 2.9s !important;
}

.right-animated {
    padding-right: 30px;
    margin-top: 15px;
}

.right-animated1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .right-animated1 p {
        font-size: 16px;
    }

.white-div-2 {
    height: 258px;
    background-image: url('../images/image_02.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.second-fluid {
    background-image: url('../images/01_13.png');
    height: 700px;
    transition: none;
}

.data-div {
    height: 620px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 6px #ccc;
    animation-duration: 3s !important;
}

.text-on-img {
    position: relative;
    text-align: center;
    color: white;
}


.top-left {
    position: absolute;
    top: 20px;
    left: 12px;
    font-size: 20px;
    text-align: left;
}

.data-div2 {
    height: 620px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 6px #ccc;
    animation-duration: 2.5s !important;
}

.data-div3 {
    height: 620px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 6px #ccc;
    animation-duration: 2s !important;
}

.heading {
    font-size: 28px;
}

@media screen and (max-width: 359px) and (min-width:320px) {
    .white-div-1 {
        height: auto;
        margin-bottom: 20px;
    }

    .right-animated {
        padding: 10px;
    }

    .second-fluid {
        height: auto;
        margin-bottom: 30px;
    }

    .top-left {
        position: absolute;
        top: 10px;
        left: 12px;
        font-size: 16px;
        text-align: left;
    }

    .data-div {
        height: 700px;
    }

    .data-div2 {
        height: 660px;
    }

    .aboutUs .card {
        height: 350px !important;
    }

    .aboutUs .card-block-1 {
        height: 350px !important;
    }

    .aboutUs .card-block {
        height: 350px !important;
    }

    .aboutUs .card-title {
        width: 85%;
    }

    .IOT-fluid {
        height: 480px !important;
        background-size: inherit !important;
    }

    .iot-fluid-text {
        font-size: 18px !important;
        text-align: justify !important;
    }


    .iot-fluid-text-1 {
        font-size: 18px !important;
        text-align: justify !important;
    }

    .first-nav {
        display: none;
    }

    .second-nav {
        margin-top: 0px !important;
    }


    #brochureModal .form-group {
        display: block !important;
    }

    #recipeCarousel .carousel-inner {
        position: relative;
        width: 100%;
        overflow: inherit;
    }

    .controls-top {
        text-align: center;
        display: flex;
        margin-left: 33%;
        margin-top: 15px;
    }

    #main-slide .move-top {
        top: -2% !important;
    }
}

@media screen and (max-width: 399px) and (min-width:360px) {
    .white-div-1 {
        height: auto;
        margin-bottom: 20px;
    }

    .right-animated {
        padding: 10px;
        margin-top: -10px;
    }

    .second-fluid {
        height: auto;
        margin-bottom: 30px;
    }

    .top-left {
        position: absolute;
        top: 10px;
        left: 12px;
        font-size: 19px;
        text-align: left;
    }

    .data-div {
        height: 660px;
    }

    .data-div2 {
        height: 615px;
    }

    .data-div3 {
        height: 600px;
    }

    .aboutUs .card {
        height: 380px !important;
    }

    .aboutUs .card-block-1 {
        height: 380px !important;
    }

    .aboutUs .card-block {
        height: 380px !important;
    }

    .aboutUs .card-title {
        width: 81%;
    }

    .IOT-fluid {
        height: 375px !important;
        background-size: inherit !important;
    }

    .iot-fluid-text {
        font-size: 18px !important;
        text-align: justify !important;
    }


    .iot-fluid-text-1 {
        font-size: 18px !important;
        text-align: justify !important;
    }

    .first-nav {
        display: none;
    }

    .second-nav {
        margin-top: 0px !important;
    }

    #brochureModal .form-group {
        display: block !important;
    }

    .controls-top {
        text-align: center;
        display: flex;
        margin-left: 35%;
    }
}

@media screen and (max-width: 419px) and (min-width:400px) {
    .white-div-1 {
        height: auto;
        margin-bottom: 20px;
    }

    .right-animated {
        padding: 10px;
    }

    .second-fluid {
        height: auto;
        margin-bottom: 30px;
    }

    .top-left {
        position: absolute;
        top: 20px;
        left: 21px;
        font-size: 21px;
        text-align: left;
    }

    .data-div {
        height: 620px;
    }

    .data-div2 {
        height: 600px;
    }

    .data-div3 {
        height: 560px;
    }

    .aboutUs .card {
        height: 400px !important;
    }

    .aboutUs .card-block-1 {
        height: 400px !important;
    }

    .aboutUs .card-block {
        height: 400px !important;
    }

    .aboutUs .card-title {
        width: 75%;
    }

    .IOT-fluid {
        height: 400px !important;
        background-size: inherit !important;
    }

    .iot-fluid-text {
        font-size: 20px !important;
        text-align: justify !important;
    }


    .iot-fluid-text-1 {
        font-size: 20px !important;
        text-align: justify !important;
    }

    .first-nav {
        display: none;
    }

    .second-nav {
        margin-top: 0px !important;
    }

    #brochureModal .form-group {
        display: block !important;
    }


    .navbar-light .navbar-toggler {
        margin-left: 25px;
    }

    .card-block-3 {
        height: 400px !important;
    }

    .card-block-2 {
        height: 400px !important;
    }
}

@media screen and (max-width: 440px) and (min-width:420px) {
    .white-div-1 {
        height: auto;
        margin-bottom: 20px;
    }

    .right-animated {
        padding: 10px;
    }

    .second-fluid {
        height: auto;
        margin-bottom: 30px;
    }

    .top-left {
        position: absolute;
        top: 20px;
        left: 21px;
        font-size: 21px;
        text-align: left;
    }

    .data-div {
        height: 620px;
    }

    .data-div2 {
        height: 600px;
    }

    .data-div3 {
        height: 560px;
    }

    .aboutUs .card {
        height: 420px !important;
    }

    .aboutUs .card-block-1 {
        height: 420px !important;
    }

    .aboutUs .card-block {
        height: 420px !important;
    }

    .aboutUs .card-title {
        width: 75%;
    }

    .IOT-fluid {
        height: 410px !important;
        background-size: inherit !important;
    }

    .iot-fluid-text {
        font-size: 21px !important;
        text-align: justify !important;
    }


    .iot-fluid-text-1 {
        font-size: 21px !important;
        text-align: justify !important;
    }

    .first-nav {
        display: none;
    }

    .second-nav {
        margin-top: 0px !important;
    }

    #brochureModal .form-group {
        display: block !important;
    }

    .navbar-light .navbar-toggler {
        margin-left: 25px;
    }
}

@media screen and (max-width: 1023px) and (min-width:768px) {
    .white-div-1 {
        height: auto;
        margin-bottom: 20px;
    }

    .white-div-1-p {
        font-size: 14px !important;
    }

    .right-animated1 p {
        font-size: 14px !important;
        margin-bottom: 5px;
    }

    .right-animated1 span {
        font-size: 14px !important;
    }

    .right-animated {
        padding-right: 15px;
        margin-top: 15px;
    }

    .second-fluid {
        height: auto;
        margin-bottom: 30px;
    }


    .top-left {
        position: absolute;
        top: 6px;
        left: 6px;
        font-size: 13px;
        text-align: left;
    }


    .data-div {
        height: 745px;
    }

    .data-div2 {
        height: 745px;
    }

    .data-div3 {
        height: 750px;
    }

    .aboutUs .card {
        height: 375px !important;
    }

    .aboutUs .card-block-1 {
        height: 375px !important;
    }

    .aboutUs .card-block {
        height: 375px !important;
    }

    .aboutUs .card-title {
        width: 85%;
    }


    .IOT-fluid {
        height: 270px !important;
    }

    .iot-fluid-text {
        font-size: 17px !important;
    }


    .iot-fluid-text-1 {
        font-size: 17px !important;
    }

    .first-nav {
        background-color: #e6e6e6;
        height: 50px;
        padding-left: 43% !important;
    }

    .navbar-light .navbar-toggler {
        margin-left: 25pc !important;
    }

    .vl {
      /*  border-left: 2px solid #b1b1b1;*/
      /*  height: 30px;*/
        display: inline;
       /* padding-left: 15px;*/
    }

  /*  .logo-img-small {
        
        margin-left: 20px;
    }*/
}



@media screen and (max-width: 1365px) and (min-width:1024px) {
  
    .white-div-1-p {
        font-size: 16px !important;
    }

    .data-div {
        height: 745px;
    }

    .data-div2 {
        height: 745px;
    }

    .data-div3 {
        height: 750px;
    }


    .second-fluid {
        height: 820px;
    }

    .top-left {
        position: absolute;
        top: 20px;
        left: 15px;
        font-size: 16px;
        text-align: left;
    }

    .aboutUs .card {
        height: 355px !important;
    }

    .aboutUs .card-block-1 {
        height: 355px !important;
    }

    .aboutUs .card-block {
        height: 355px !important;
    }

    .aboutUs .card-title {
        width: 85%;
    }

    .IOT-fluid {
        height: 360px !important;
    }

    .iot-fluid-text {
        font-size: 23px !important;
    }


    .navbar-expand-lg .navbar-nav .iot-menu {
        width: 88pc !important;
        max-width: 62pc !important;
    }

    .second-nav .nav-item .dropdown-item {
        font-size: 12px !important;
    }

    .services-menu {
        margin-left: -28pc !important;
    }

    .navbar-expand-lg .navbar-nav .services-menu {
        width: 88pc !important;
        max-width: 60pc !important;
    }

    .about-menu {
        margin-left: -36pc !important;
    }

    .benefit-box-1 {
        margin-left: 5% !important;
    }

    .m-t55 {
        padding-top: 30px !important;
    }
}

/*industry-iot*/
.iot-text {
    margin-left: 20px;
}

.IOT-fluid {
    background-image: url('../images/transporation_2.png');
    height: 465px;
    transition: none;
    background-size: 100%;
    background-repeat: no-repeat;
}

.iot-fluid-text {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 10%;
}

.iot-fluid-text-1 {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 4%;
}

/*navbar new*/
.second-nav {
    margin-top: 30px;
}

.first-nav {
    background-color: #e6e6e6;
    height: 30px;
    padding-left: 71%;
}

.ML {
    margin-left: 60%;
}


.navbar-expand-lg .navbar-nav .service-menu {
    position: absolute;
    background-color: #fff;
    padding: 0px !important;
    margin-top: 0px;
    width: 65pc;
    max-width: 70pc;
    margin-left: -29pc;
    border-radius: 0px;
    /* border-top: 4px solid #2d73bd; */
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    border: none !important;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.service-arrow {
    position: absolute;
    left: 135%;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #21364b;
}


.nav-item .dropdown-text {
    padding: 0.7rem 1.25rem;
    background-color: #21364b;
    color: #fff;
    font-weight: 500;
}

.nav-item .dropdown-text-1 {
    padding: 0.7rem 0px;
    background-color: #21364b;
    color: #fff;
    font-weight: 500;
}

.navbar-expand-lg .navbar-nav .iot-menu {
    position: absolute;
    background-color: #fff;
    background-color: #21364b;
    padding: 15px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
    width: 88pc;
    max-width: 79pc;
    margin-left: -17pc;
    border-radius: 0px;
    /* border-top: 4px solid #2d73bd; */
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    border: none !important;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.product-menu {
    margin-left: -23pc !important;
}

.about-menu {
    margin-left: -44.3pc !important;
}

.services-menu {
    margin-left: -31pc !important;
}

/*case-study*/

.case-study .card-text {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 50%;
    margin-left: 7%;
    margin-bottom: 15% !important;
}

.case-study .card-text-1 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 49%;
    margin-left: 7%;
    margin-bottom: 7% !important;
}

.case-study .card-text-2 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 55%;
    margin-left: 7%;
    margin-bottom: 7%;
}

.case-study .card-text-3 {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin-top: 48%;
    margin-left: 7%;
    margin-bottom: 7%;
}

@media screen and (min-width: 320px) and (max-width:359px) {
    .card {
        height: 360px !important;
    }
}

@media screen and (min-width: 400px) and (max-width:419px) {
    .card-text {
        margin-top: 38%;
    }

    .card-text-1 {
        margin-top: 38%;
    }

    .card-text-2 {
        margin-top: 44%;
    }

    .card-text-3 {
        margin-top: 40%;
    }

    /* .logo-img-small-nas {
        display: none;
    }*/
}

@media screen and (min-width: 420px) and (max-width:440px) {
    .card-text {
        margin-top: 35%;
    }

    .card-text-1 {
        margin-top: 35%;
    }

    .card-text-2 {
        margin-top: 38%;
    }

    .card-text-3 {
        margin-top: 35%;
    }
}

@media screen and (min-width: 1024px) and (max-width:1365px) {
    /*.card-text {
        margin-top: 45%;
    }*/

    .card-text-1 {
        margin-top: 45%;
    }

    .card-text-2 {
        margin-top: 58%;
    }

    .card-text-3 {
        margin-top: 48%;
    }
}

.bullet {
    height: 6px;
    width: 6px;
    background-color: #5b6163;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.opened {
    -webkit-transform: translate(0%,0);
    -moz-transform: translate(0%,0);
    -ms-transform: translate(0%,0);
    -o-transform: translate(0%,0);
    transform: translate(0%,0);
}

@media screen and (min-width: 320px) and (max-width:359px) {
    .bullet {
        display: none;
    }
}

@media screen and (min-width: 1920px) {
    .first-nav {
        padding-left: 80%;
    }
}

.bottom-dropdown {
    padding: 0px;
    height: 100%;
    background: #252c42;
}

.dropdown-menu2 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    /* background-color: #fff; */
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border: none;
    background: none !important;
}

.bottom-dropdown .nav-link {
    border-bottom: none !important;
}

.bottom-dropdown .dropdown-divider {
    border-top: 1px solid #252c42;
}

.bottom-dropdown .nav-item .dropdown-item {
    padding: 0.7rem 1.25rem;
    background-color: #333641 !important;
    color: #fff !important;
}

.bottom-dropdown .call {
    background-color: #fff;
    width: 37px;
    height: 35px;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
    margin-right: 15px;
    cursor: pointer;
}

.mail-call {
    margin-top: -45px;
}


@media screen and (min-width: 768px) and (max-width:1024px) {
    .bottom-dropdown {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (max-width:1920px) {
    .bottom-dropdown {
        display: none;
    }
}

.bottom-dropdown .nav-item .dropdown-item:hover {
    background-color: #3e414e !important;
}

.bottom-dropdown .dropdown-toggle {
    color: #5278ef;
}

@media screen and (min-width: 1366px) and (max-width:1920px) {
    .vl {
        display: none;
    }
}

.nav-links {
    font-weight: 600;
    color: #1c2d3e !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 14px;
    margin-right: 15px;
}

.navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-links:hover {
    color: #737577 !important;
    /*background-color: #21364b;*/
    transition: background-color .3s,color .3s;
}

/*.plus:hover {
    color: #1c2d3e !important;
}*/

@media screen and (min-width: 389px) and (max-width:399px) {
    .navbar-light .navbar-toggler {
        margin-left: 11px !important;
    }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
    .first-nav {
        background-color: #e6e6e6;
        height: 50px;
    }

    .second-nav {
        margin-top: 45px;
    }

    .app-imgs {
        width: 100%;
    }
    
}

@media screen and (min-width: 1024px) and (max-width:1365px) {
    .first-nav {
        background-color: #e6e6e6;
        height: 50px;
        padding-left: 60%;
    }

    .second-nav {
        margin-top: 45px;
    }

    .aboutUs .card-title {
        width: 92%;
    }

    .app-imgs {
        width: 100%;
    }
}

.drop-mt {
    margin-top: 24px;
}


.our-service {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

    .our-service .booking-card {
        width: 300px;
        height: 300px;
        display: flex;
        flex: 1;
        margin: 20px;
        box-shadow: 0px 0px 8px 4px #4c4c4e;
    }

    .our-service .booking-card {
        position: relative;
        width: auto;
        height: auto;
        display: flex;
        flex: 1;
        flex-direction: column;
        margin: 20px 0px 0px 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        text-align: center;
        color: #0a4870;
        transition: .3s;
        box-shadow: 0px 0px 8px 4px #bbbac2;
        cursor: pointer;
    }


/*IOT Consulting css*/
.ot-text {
    font-size: 20px;
    color: #fff;
    line-height: 2.5;
}

.talk-btn {
    height: 30px;
    margin-top: 10px;
    line-height: 0;
}

.book-container .top-left {
    color: #fff;
    line-height: 1.3;
    left: 20px;
}

.wrapper {
    position: relative;
    width: 100%;
}

    .wrapper img {
        max-width: 100%;
        height: auto;
    }

    .wrapper iframe {
        display: none;
    }

.play-btn {
    position: absolute;
    z-index: 666;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0;
}

    .play-btn:hover {
        cursor: pointer;
    }

    .play-btn:focus {
        outline: 0;
    }

.internet-video {
    width: 100%;
    height: 415px;
}

.device-img {
    width: 100%;
    height: 400px;
}

.animated-bottom {
    margin-bottom: 140px;
}
/*end*/

.info-box-topic {
    background-color: #fff;
    width: 250px;
    height: 285px;
    text-align: left;
    padding: 0;
    overflow: hidden;
    float: left;
    margin: 20px;
    transition: all .2s ease-in-out;
    transition: all 1s;
}

/*testing-serivce*/

.blue-text {
    font-size: 18px;
    color: #78e3f3;
}

.white-text {
    font-size: 14px;
    color: #fff;
}

.container-text {
    padding: 0;
    background-color: #1a428a;
    padding-top: 30px;
    padding-bottom: 30px;
}

.blue-div {
    background-color: #185a7d;
    border-radius: 10px;
    height: 270px;
    text-align: center;
    padding-top: 10px;
    animation-duration: 2.9s !important;
    margin-bottom: 20px;
}

    .blue-div span {
        font-size: 18px;
        color: #fff;
        line-height: 0;
    }

.MT {
    margin-bottom: 20px;
}

/*blockchain*/

.block span {
    color: #4a4f55;
    font-size: 22px;
}

.bigScale {
    overflow: hidden;
    height: 250px;
    margin-bottom: 20px;
}

.menu-div {
    height: 230px;
    background: #ccc;
    padding: 15px;
    margin-bottom: 0px;
    transition: all 0.5s;
    padding-top: 0px;
}

.bigScale-text {
    font-size: 22px;
    color: #fff;
    line-height: 1.1;
    margin-top: 10px;
}

.dosto {
    width: 350px;
}

.dosto-text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.m-t55 {
    padding-top: 85px;
}

.centeredd {
    position: absolute;
    top: 45%;
    left: 83%;
    transform: translate(-50%, -50%);
    font-size: 55px;
    font-weight: 100;
    width: 100%;
    color: #fff;
    line-height: 1;
    font-weight: 200;
}


.sales-text {
    font-size: 28px;
    font-weight: 500;
}

.white-small-box {
    height: 150px;
    background-color: #fff;
    border-radius: 10px;
    padding-left: 40px;
    padding-top: 20px;
}

.sales-service {
    height: 350px;
    background-color: #e6e2e7;
}

.blue-box {
    width: 85px;
    height: 85px;
    background-color: #0166ff;
    border-radius: 10px;
}

.sales-svg {
    width: 85px;
    padding: 10px;
}

.sales-texts {
    font-size: 18px;
    margin-left: -5px;
    line-height: 2;
    font-weight: 500;
}

.second-banner {
    background-image: url('../images/black_service_banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 820px;
}

.pdd {
    padding-bottom: 5%;
    padding-top: 10%;
}

.white-big-box {
    height: 240px;
    background-color: #fff;
    width: 220px;
    border-radius: 10px;
    padding: 10px;
}


.sales-inner {
    font-size: 18px;
    font-weight: 700;
    color: #435cc8;
}

.white-big-box ul li {
    font-size: 18px;
    color: #373a36;
}

.pddd {
    padding-left: 10%;
    padding-right: 10%;
}

.mobile {
    display: none;
}

.centereddd {
    font-size: 19px;
    top: 60%;
    position: absolute;
    left: 83%;
    transform: translate(-50%, -50%);
    font-weight: 100;
    width: 100%;
    color: #fff;
    line-height: 1;
}

.bottom-right {
    position: absolute;
    bottom: 60px;
    right: 22pc;
}

.start-content .nav-tabs li {
    margin-right: 0px;
    margin-left: 35px;
    color: #101820;
    text-align: center;
    line-height: 2;
}

.ledr-btn {
    background-color: #fff;
    border: 1px solid #ccc !important;
    color: #343434;
    padding: 0px 10px;
    height: 35px;
    border-radius: 10px;
    width: 175px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

    .ledr-btn:hover {
        background-color: #211261;
        color: #fff;
        border-color: #ccc;
    }


    .ledr-btn.focus, .ledr-btn:focus {
        box-shadow: 0 0 0 0.1rem #ccc;
    }

    .ledr-btn:not(:disabled):not(.disabled).active, .ledr-btn:not(:disabled):not(.disabled):active, .show > .ledr-btn.dropdown-toggle {
        color: #fff;
        background-color: #211261;
        border-color: #ccc;
    }

        .ledr-btn:not(:disabled):not(.disabled).active:focus, .ledr-btn:not(:disabled):not(.disabled):active:focus, .show > .ledr-btn.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.1rem #ccc;
        }


.content-div {
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
}

.info-box {
    background-color: #fff;
    width: 250px;
    height: 300px;
    box-shadow: 0px 0px 10px 5px #ccc;
    text-align: left;
    padding: 20px;
    overflow: hidden;
    float: left;
    margin: -5px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
}

    .info-box:hover {
        cursor: pointer;
        color: #fff;
        background-color: #1d5592;
    }

.circle-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 15%;
}

.info-box:hover .social li i {
    color: #fff !important;
}


/*.founder {
    font-size: 14px;
    color: #908d8d;
}
*/
.names {
    margin-top: 20px;
    line-height: 1.3;
}



.founder-1 {
    background-image: url('../images/pics/prashant_sathe.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .founder-1 {
    background-image: url('../images/pics/prashant_sathe_hover.png');
}


.founder-2 {
    background-image: url('../images/pics/Mahesh_lagvankar.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .founder-2 {
    background-image: url('../images/pics/Mahesh_lagvankar_hover.png');
}

.founder-3 {
    background-image: url('../images/pics/arvind_bangar.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .founder-3 {
    background-image: url('../images/pics/arvind_bangar_hover.png');
}

.start-content .nav-tabs li.active {
    background-color: #211261;
}
/* CSS for management section */

.management-1 {
    background-image: url('../images/pics/Nitesh_Doshi_black.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.info-box:hover .management-1 {
    background-image: url('../images/pics/Nitesh_Doshi.jpg');
}
.management-pop-2 {
    background-image: url('../images/pics/Nitesh_Doshi.jpg');
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}




.management-2 {
    background-image: url('../images/pics/De-Sambath-Margabandhu.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .management-2 {
    background-image: url('../images/pics/De-Sambath-Margabandhu_hover.png');
}
.management-pop-3 {
    background-image: url('../images/pics/De-Sambath-Margabandhu_hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}





.management-3 {
    background-image: url('../images/pics/Kunal_Sonar_black.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .management-3 {
    background-image: url('../images/pics/Kunal_Sonar.jpg');
}

.management-pop-4 {
    background-image: url('../images/pics/Kunal_Sonar.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}





.management-4 {
    background-image: url('../images/pics/Rachna1.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.info-box:hover .management-4 {
    background-image: url('../images/pics/Rachna1_Color.jpg');
}
.management-pop-5 {
    background-image: url('../images/pics/Rachna1_Color.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}






.management-5 {
    background-image: url('../images/pics/angushman.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .management-5 {
    background-image: url('../images/pics/angushman_hover.png');
}
.management-pop-1 {
    background-image: url('../images/pics/angushman_hover.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}






.management-6 {
    background-image: url('../images/pics/Biplab.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .management-6 {
    background-image: url('../images/pics/Biplab(1).jpg');
}
.management-pop-6 {
    background-image: url('../images/pics/Biplab(1).jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}





.management-7 {
    background-image: url('../images/pics/Sneha.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.info-box:hover .management-7 {
    background-image: url('../images/pics/Sneha(1).png');
}
.management-pop-7 {
    background-image: url('../images/pics/Sneha(1).png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
}

















.circle-2 {
    height: 170px;
    width: 170px;
    margin-left: 20%;
}


.leader-text-4 {
    position: absolute;
    top: 35%;
    left: 6.3%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.leader-text-2 {
    position: absolute;
    top: 35%;
    left: 5.2%;
    transform: translate(-20%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.leader-text-3 {
    position: absolute;
    top: 35%;
    left: 5.4%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.leader-text-5 {
    position: absolute;
    top: 35%;
    left: 9.2%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.leader-text-6 {
    position: absolute;
    top: 35%;
    left: 11.5%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.leader-text-7 {
    position: absolute;
    top: 35%;
    left: 8.5%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.mnn {
    padding: 10px;
    padding-top: 20px;
}

.info-box-2 {
    height: 270px;
}

.mergin-b {
    padding-bottom: 50px !important;
}


.AboutUs .modal-body {
    padding: 0px;
}

.leader-text {
    position: absolute;
    top: 35%;
    left: 8.3%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.leader-text-small {
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.blue-dv {
    background-color: #135091;
    padding: 30px;
    padding-left: 0;
    margin-left: 0px;
    margin-right: 0px;
}

.AboutUs hr {
    margin-top: 6rem;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #fff;
    margin-left: -55px;
}

.twtt {
    color: #fff;
    margin-left: -54px;
}

.clos {
    position: absolute;
    right: 10px;
    top: 5px;
    color: #fff;
    opacity: 1;
}

.twittt {
    width: 16px;
    margin-left: 5px;
}


.hide {
    display: none;
}

.m-t80 {
    margin-top: 80px !important;
}


.green-div {
    margin-top: 5px;
    margin-bottom: 5px;
}

.green {
    background-color: #daf5fe;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
}

.topp {
    margin-top: 20px;
}

    .topp span {
        font-size: 18px;
        font-weight: 500;
        color: #343434;
        line-height: 2.5;
    }

.hides {
    display: none;
}

.view-more-btn {
    background-color: #0033a1;
    border: none;
    width: 150px;
}

    .view-more-btn:hover {
        color: #fff;
        background-color: #062d82;
        border-color: #0d58a9;
    }

    .view-more-btn:not(:disabled):not(.disabled).active:focus, .view-more-btn:not(:disabled):not(.disabled):active:focus, .show > .view-more-btn.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgb(7 56 109 / 50%);
    }

    .view-more-btn:not(:disabled):not(.disabled).active, .view-more-btn:not(:disabled):not(.disabled):active, .show > .view-more-btn.dropdown-toggle {
        color: #fff;
        background-color: #0033a1;
        border-color: #0d58a9;
    }

.leader-home-1 {
    border-radius: 50%;
    height: 230px;
    width: 230px;
}

.home-page-founder-1 {
    background-image: url(../images/pics/prashant_sathe_hover.png);
    background-repeat: no-repeat;
    height: 200px;
    background-size: 100%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.home-page-founder-2 {
    background-image: url(../images/pics/Mahesh_lagvankar_hover.png);
    background-repeat: no-repeat;
    height: 200px;
    background-size: 100%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.home-page-founder-3 {
    background-image: url(../images/pics/arvind_bangar_hover.png);
    background-repeat: no-repeat;
    height: 200px;
    background-size: 100%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
}

.circle-img-home {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: #ccc;
    margin-left: 17%;
}


.arch-ul {
    font-size: 24px;
    color: #021d49;
    font-weight: 500;
}

.arch-li {
    line-height: 3;
    font-size: 22px;
    color: #6a6a6a;
}

.ul-architech {
    padding-top: 6pc;
}


.contact-dropdown {
    padding: 0px;
    height: 100%;
    background: #ecedef;
    margin-bottom: 10px;
}

.dropdown-menu3 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    border: none;
    background: none !important;
}

.contact-dropdown .nav-link {
    border-bottom: none !important;
}

    .contact-dropdown .nav-link:active {
        color: #007bff;
    }

.contact-dropdown .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-links:hover {
    color: #007bff !important;
}

.contact-dropdown .dropdown-divider {
    border-top: 1px solid #252c42;
}

.contact-dropdown .nav-item .dropdown-item {
    padding: 0.7rem 1.25rem;
    background-color: #333641 !important;
    color: #fff !important;
}

.contact-dropdown .call {
    background-color: #fff;
    width: 37px;
    height: 35px;
    border-radius: 5px;
    float: right;
    margin-bottom: 10px;
    margin-right: 15px;
    cursor: pointer;
}

.contact-dropdown .dropdown-menus {
    position: static;
    float: none;
    background-color: #fff !important;
}


.dis {
    display: inline-block;
    margin-left: 20px
}

.fmt {
    margin-top: -20px !important;
}


.menu {
    /*background-color: #a6a6a6;*/
    display: -webkit-box;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu a {
        /*background-color: gray;*/
        color: white;
        display: block;
        padding: 1em;
        text-decoration: none;
    }

    /*.menu a:hover {
            background-color: #9a9a9a;
        }*/

    .menu > li {
        display: block;
        position: relative;
    }

.sub-menu {
    clip: rect(1px, 1px, 1px, 1px);
    opacity: 0.1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1);
    transition: transform 0.1s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.2s cubic-bezier(0.2, 0, 0.2, 1), -webkit-transform 0.1s cubic-bezier(0.2, 0, 0.2, 1);
    -webkit-transform: translateY(-10px) scaleY(0.5);
    transform: translateY(-10px) scaleY(0.5);
    -webkit-transform-origin: top;
    transform-origin: top;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 20em;
}

.menu > li:hover > .sub-menu {
    clip: auto;
    opacity: 1;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
}



.cust-top {
    margin-top: 20px;
}

.video-text {
    font-size: 20px;
    font-weight: 500;
}

.start-content .tab-content .event-drop {
    background: #40b7f0;
}

    .start-content .tab-content .event-drop .nav-link {
        color: #000;
    }

        .start-content .tab-content .event-drop .nav-link:active {
            color: #000;
        }

        .start-content .tab-content .event-drop .nav-link:focus {
            color: #000;
        }

    .start-content .tab-content .event-drop .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-links:hover {
        color: #000 !important;
    }


.first-nav .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-links:hover {
    color: #007bff !important;
}

.start-content .nav-tabs li a.active {
    color: #0796da;
}


.start-content .nav-tabs li a {
    color: #555555;
}


.mob-show {
    display: none;
}


.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate( 180deg );
    transform: rotate( 180deg );
}

.fa-angle-down:before {
    line-height: 0;
    content: "\f107";
    font-size: 24px;
}

.navbar-expand-lg .navbar-nav .iot-menu {
    position: absolute;
    background-color: #fff;
    background-color: #21364b;
    padding: 15px !important;
    padding-bottom: 0px !important;
    margin-top: -10px;
    width: 88pc;
    max-width: 79pc;
    margin-left: 0pc;
    border-radius: 0px;
    /* border-top: 4px solid #2d73bd; */
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(0,0,0,0.25);
    border: none !important;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.product-menu {
    margin-left: -5pc !important;
}

.about-menu {
    margin-left: -27pc !important;
}

.services-menu {
    margin-left: -12pc !important;
}

.second-nav {
    margin-top: 80px;
    background-color: #e6e6e6;
    height: 35px;
    padding-left: 30px;
    /* box-shadow: -1px 6px 10px 0px #444444;*/
}

.miff {
    width: 65px;
    margin-left: 1rem;
}
.cmii{
    width: 250px;
    margin: 0px 50px 0px 15px;
}
.l1 {
    border-left: 2px solid #b1b1b1;
    height: 30px;
    display: inline;
}

.iso-text {
    color: #083879;
    font-size: 12px;
    margin-left: 5px;
    font-weight: 500;
    margin-right: 15px;
}

.logo-img-huawei{
    width:50px;
}

.gitex-logo {
    width: 215px;
    margin-left: 10.3pc;
    margin-top: -90px;
}

.gitex {
    padding-left: 10px;
    margin-top: -20px;
    padding-right: 10px;
    font-size: 32px;
    font-style: normal;
    margin-left: 6%;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 0px;
    /* background-color: #fff; */
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 1.3s !important;
    animation-delay: 0.7s;
}
.sm-gitx {
    font-size: 23px;
    line-height: 0;
    margin-left: 7.5pc;
    font-weight: 500;
}

.gitex-spans {
    padding-left: 10px;
    margin-top: -10px;
    padding-right: 10px;
    font-size: 35px;
    font-style: normal;
    margin-left: 44%;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 0px;
    /* background-color: #fff; */
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 1s !important;
    animation-delay: 0.7s;
}

.txt {
    margin-top: -40px;
    margin-right: -155px;
}

.mid-txt {
    margin-top: 12px;
}

.brochure {
    line-height: 2;
    margin-left: 225.1px;
    cursor: pointer !important;
}

.mpha-brochure {
    color: #ffffff;
    background-color: #ef4665;
    border-color: #d5305b;
    cursor: pointer !important;
    font-weight: 500;
    height: 28px;
    padding-top: 1px;

   
}
    .mpha-brochure:hover {
        color: #fff;
       
        background-color: #d73b59;
        border-color: #bf2d49;
    }

    .mpha-brochure:not(:disabled):not(.disabled).active, .mpha-brochure:not(:disabled):not(.disabled):active, .show > .mpha-brochure.dropdown-toggle {
        color: #fff;
        background-color: #ef3a6e;
        border-color: #ef3e6c;
    }

        .mpha-brochure:not(:disabled):not(.disabled).active:focus, .mpha-brochure:not(:disabled):not(.disabled):active:focus, .show > .mpha-brochure.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgb(175 53 88);
        }