﻿html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

a:focus{
   color:inherit; ;
}

::-moz-selection {
    background: #cc1c30;
    text-shadow: none;
    color: #fff;
}

::-webkit-selection {
    background: #cc1c30;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #cc1c30;
    text-shadow: none;
    color: #fff;
}
img{
    max-width: 100%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}



.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; 
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    
}



@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; 
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body{
    color: #050505;
    font-family: 'Lora', serif;
    padding-top: 82px;
    font-size: 15px;
}
h1,h2,h3,h4,h5,h6,.btn{
    font-family: 'Montserrat', sans-serif;
}
p{
    font-size: 15px;
    line-height: 28px;
}
a{
    color: #ec6100;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
}
a:focus, a:hover {
    text-decoration: none;
    color: #000;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    opacity: 0.8;
}
.text-white{
    color: #fff!important;
}
.text-primary{
    color: #454545;
}
.text-dark{
    color: #050505!important;
}
.text-orange {
    color: #ec6100!important;
}
.font-25{
    font-size: 25px!important;
}
.p-0{
    padding:0!important;
}
.pb-0{
    padding-bottom:0!important;
}
.p-1{
    padding:10px;
}
.p-2{
    padding:20px;
}
.p-3{
    padding:30px;
}
.p-4{
    padding:40px;
}
.p-5{
    padding:50px;
}
.pr-10{
    padding-right: 10%;
}
.pl-10{
    padding-left: 10%;
}
.mt-50{
    margin-top: 50px;
}
.bg-light{
    background-color: #f8f8f8;
}
.bg-dark{
    background-color: #020c16;
}
.bg-gray {
    background-color: #f1f1f1!important;
}
.bg-white {
    background-color: #ffffff;
}
.common_btn.bg-white {
    background: transparent;
}
.bg-orange-half:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #ec6100;
    z-index: -1;
}
.text-uppercase {
    text-transform: uppercase!important;
}
h5 {
    line-height: 26px;
}

.navbar-toggle .icon-bar{
    background: #ec6100;
}
.navigation {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
   
    font-family: 'Montserrat', sans-serif;
}
.navigation.sticky{
    background: rgba(255,255,255,0.9);
   
    animation-direction: normal;
    animation-duration: 1s;
    position: fixed;
    top: 0px;
}
@keyframes slide-down {
        0% {
            opacity: 0;
            transform: translateY(-100%);
        } 
        100% {
            opacity: 1;
            transform: translateY(0);
        } 
    }

.sticky .container.bg-nav {
    padding: 0;
}
.container.bg-nav {
    padding: 0px 0;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a {
    background: transparent;
    color: #d01e33;
}
.navbar-brand.logo {
    margin: 18px 4px 0;
    padding: 0;
}
.nav.navbar-nav {
    float: none;
}
.navbar-nav>li>a {
    padding: 6px 0px;
    margin: 10px 1px;
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 20px;
}
.navbar-nav>li>a.nav-btn {
    border: 1px solid #888888;
    border-radius: 5px!important;
}
li.active a {
    color: #ec6100;
}

.navbar-nav>li {
    float: left;
    margin-left: 18px;
}
.navbar-collapse.collapse {
    padding: 15px 0px 10px;
    text-align: right;
    display: inline-block!important;
}
.navigation.sticky{
    background:#fff;
    border-bottom: 1px solid #d3d3d3;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li:hover>a,.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: transparent;
    color: #ec6100;
}
.navbar-brand.logo img{
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 190px;
}
.bars {
    position: relative;
}
.bars-animate .fa {
    margin-right: 6px;
}
.header-right li {
    display: inline-block;
    line-height: 1;
    position: relative;
}
.inline-header {
    text-align: right;
}
.header-right {
    margin: 10px 0px 10px 30px;
    float: right;
}
.header-right li a {
    font-size: 24px;
    padding: 6px 0;
    margin: 11px 3px 11px 0px;
    display: block;
}



.sub_menu{
    position: absolute;
    top:100%;
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    left: 50%;
    min-width: 1000px;
    padding: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    
    border: 0;
    border-radius: 0;
    pointer-events: none;
}
.navbar-nav li:hover > .sub_menu{
    visibility: visible;
    opacity: 1 !important;
    pointer-events: auto;
}

.navbar-nav li:hover > .sub_menu > .has_sub_menu > .sub_menu{
    position: absolute;
    left: 100%;
    top: 0;
}
.nav .has_sub_menu{
    position: relative; 
}
.sub_menu li {
    display: inline-block;
    padding: 0;
    width: 33%;
}
.sub_menu .dropdown-inner {
    padding: 40px 20px 20px;
}
.dropdown-inner li a {
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
}
.dropdown-inner li a span {
    width: 45px;
    display: inline-block;
}
.dropdown-inner li i {
    color: #ec6100;
    font-weight: 400;
    font-size: 25px;
    width: 45px;
    vertical-align: middle;
}
.dropdown-inner li p {
    color: #8b8b8b;
    font-family: Lora;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 50px;
}



#banner {
   
    color: #fff;
    padding: 90px 0 110px;
}
.main_banner h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 16px;
}
.main_banner h2 {
    font-style: italic;
    font-size: 45px;
    text-transform: capitalize;
    font-family: 'Lora', serif;
    line-height: 1;
    margin-top: 16px;
    letter-spacing: 2px;
}
.main_banner p {
    font-size: 23px;
    text-transform: inherit;
    font-family: 'Lora', serif;
    line-height: 34px;
    margin-top: 18px;
}
.common_btn .btn {
    background: #ec6100;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    margin: 28px 0 20px;
    font-size: 13px;
    padding: 20px 55px;
    line-height: 1;
    letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif;
}
.common_btn .btn.btn-sm {
    padding: 10px 20px;
    margin: 15px 0;
}
.common_btn .btn:nth-child(2) {
    margin-left: 15px;
}



.common_padd {
    padding-top: 70px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative;
}
#expertise {
    background: #fff;
}
.head_title h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 600;
}
.head_title h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
}
.subtitle {
    font-size: 20px;
    padding: 10px 0;
    color: #454545;
    font-style: italic;
}
.expertise-row ,.common-row{
    padding-top: 55px;
}
.expertise-left, .expertise-right {
    display: inline-block;
    vertical-align: top;
}
.expertise-left {
    width: 85px;
}
.expertise-right {
    width: 75%;
}
.expertise-right h3 {
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 25px;
}
.expertise-right p {
    color: #454545;
}
.expertise-body {
    margin-bottom: 30px;
}
.expertise-row .col-sm-6:nth-child(even) {
    padding-left: 75px;
}




#technologies{
    
}
.slick-track{
    padding: 10px;
}
.slick-slide{
    padding-right: 20px;
}
.inner-item {
    padding: 75px 30px 35px;
     background: #fff; 
    text-align: center;
    border-radius: 10px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    font-family: 'Montserrat', sans-serif;
}
.slick-slide:hover .inner-item {
    box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow: 0px 0px 10px #bbb;
}
.technologies-carousel .item-media img {
    margin: 0 auto;
    width: 85px;
}
.technologies-carousel .item-content .tech_link img {
    display: inline-block;
    max-width: 40px;
    margin-right: 30px;
}
.technologies-carousel .item-content .tech_link{
    text-align: left;
}
.technologies-carousel .item-content .tech_link li {
    padding: 15px 0;
    line-height: 1;
}
.technologies-carousel .item-content .tech_link li:nth-child(even) {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.technologies-carousel .item-content .tech_link li a {
    color: #050505;
    line-height: 36px;
}
.technologies-carousel .item-content .tech_link li a:hover {
    color: #ec6100;
}
.item-content h3 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 26px;
}
.slick-arrow{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 90;
}
.slick-prev.slick-arrow {
    background: transparent;
    font-size: 0;
    width: 100px;
    height: 35px;
    border: none;
    right: 70px;
    padding: 0;
}
.slick-prev.slick-arrow:after {
    content: "\f133";
    font-family: Flaticon;
    font-size: 35px;
    font-style: normal;
    color: #ec6100;
    line-height: 1;
}
.slick-prev.slick-arrow.slick-disabled{
    
}
.slick-next.slick-arrow {
    background: transparent;
    font-size: 0;
    width: 70px;
    height: 35px;
    border: none;
    left: 70px;
    padding: 0;
}
.slick-next.slick-arrow:after {
    content: "\f132";
    font-family: Flaticon;
    font-size: 35px;
    font-style: normal;
    color: #ec6100;
    line-height: 1;
}
.slick-next.slick-arrow.slick-disabled:after,.slick-prev.slick-arrow.slick-disabled:after{
    
    color: #979797;
}
.technologies-carousel {
    padding: 60px 0 80px;
}
.technologies-carousel .item {
    padding-right: 20px;
    width: 25%;
    float: left;
}
.item-media {
    min-height: 75px;
}



.industry-tabs{
    display: inline-block;
}
.industry-tabs li {
    padding: 0;
    text-align: center;
    width: 23%;
    margin-right: 13px;
    margin-bottom: 13px;
    box-shadow: 0px 0px 1px 1px #eaeaea;
    -webkit-box-shadow: 0px 0px 1px 1px #eaeaea;
    float: left;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #010100;
    cursor: pointer;
}
.industry-tabs li:nth-child(4n+4) {
    margin-right: 0;
}
.industries_text {
    padding-top: 15px;
    line-height: 33px;
}
.indus_icon {
    min-height: 65px;
    display: inline-block;
    margin-right: 0;
    position: relative;
}
.indus_icon img {
    max-width: 40px;
}
.hover_img {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.industry-tabs li a {
    color: #010100;
    display: block;
    padding: 20px 5px 10px;
}
.industry-tabs li p {
    line-height: 20px;
    min-height: 28px;
    margin-bottom: 0;
}
.industry-tabs li:hover{
    background: #ec6100;
    color: #fff;
}
.industry-tabs li:hover img {
    opacity: 0;
}
.industry-tabs li:hover .hover_img {
    opacity: 1;
}
.industry-tabs li:hover i,.industry-tabs li:hover a{
    color: #fff;
}
.industry-tabs {
    margin-top: 35px;
    width: 100%;
}
#industries .head_title h2{
    padding-top: 30px;
}
.industries-row{
    position: relative;
}
.industries-right img{
    position: absolute;
    left: 50%;
    bottom: 0;
}



.first-col {
    float: left;
    width: 58%;
}
.second-col {
    float: left;
    width: 42%;
    padding-right: 5%;
}
.divimage {
    height: 140%;
}
.dzsparallaxer .container {
    height: 100%;
}
.dzsparallaxer.height-is-based-on-content.common_padd {
    padding: 70px 0 100px;
}
.testimonial-item {
    background: #fff;
    border-radius: 5px;
}
.testimonial-row{
    margin-top: 80px;
}

.testimonial-item img {
    margin-top: -40px;
    border-radius: 5px;
    -webkit-box-shadow: 32px 0px 100px -30px rgba(0,0,0,0.4);
    -moz-box-shadow: 32px 0px 100px -30px rgba(0,0,0,0.4);
    box-shadow: 30px 0px 70px rgba(0,0,0,0.2);
}

.slider-img {
    padding-right: 40px;
}
.testimonial-item .left-col {
    width: 130px;
}
.testimonial-item .left-col img{
    max-width: 100%;
}
.left-col, .right-col {
    display: inline-block;
    vertical-align: bottom;
}
.right-col {
    margin-left: 20px;
}
.right-col h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: #ec6100;
    margin-bottom: 5px;
    font-size: 25px;
}
.right-col a {
    font-family: 'Lora', serif;
    font-size: 16.67px;
    font-style: italic;
    margin: 0 0 10px;
    display: block;
    color: #050505;
}
.short-content {
    padding: 40px 0 60px;
    color: #454545;
}
.testimonial-carousel .slick-track {
    padding:  0px 0;
}
.testimonial-carousel .slick-slide{
    padding-left:10px;
    padding-right:10px;
}

.slider-content {
    position: relative;
}



.small_padd {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
#fact {
    margin-top: 20px;
}
.fact-icon {
    margin-bottom: 30px;
    min-height: 80px;
}
.fact_item {
    text-align: center;
    float: left;
    width: 25%;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.fact_item:hover .flaticon{
    color: #000!important
}
.count_number {
    font-size: 35px;
    font-weight: 700;
    margin: 30px 0 10px;
    display: block;
    line-height: 1;
}
.count-text {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}



#contact h2 {
    font-family: 'Lora', serif;
    font-style: italic;
    padding: 0 40px;
    color: #000000;
}



#footer{
    font-family: 'Montserrat', sans-serif;
    padding-top: 80px;
    background:url(../image/footerBanner.jpg) no-repeat center;
    background-size: cover;
}
#footer h4,#footer h5{
    color: #fff;
    text-transform: uppercase;
}
.footer_links a,#footer {
    color: #818181;
    font-weight: 500;
}
.footer_links a:hover {
    color: #ffffff;
}
.footer_widget h4 {
    font-size: 20px;
    margin-bottom: 45px;
}
.footer_links li {
    line-height: 32px;
}
.footer_links li.add_ind {
    margin-bottom: 30px;
}
.footer_links li h5 {
    line-height: 32px;
    margin: 0;
}
.padd_left{
    padding-left: 50px;
}
.address{
    position: relative;
    margin: 0;
    line-height: 32px;
}
.address:after {
    content: url(../image/indiaFlag.jpg);
    position: absolute;
    left: -45px;
    top: 10px;
    line-height: 1;
}
.address.usa:after {
    content: url(../image/usaFlag.jpg);
}
.address.aus:after {
    content: url(../image/ausFlag.jpg);
}
.address.malaysia:after {
    content: url(../image/Flag_of_Malaysia.webp);
}
.contact_info {
    list-style: none;
    padding-left: 25px;
}
.footer_widget .contact_info li,.contactDetailWrapper .contact_info li{
    position: relative;
}
.footer_widget .contact_info li:after,.contactDetailWrapper .contact_info li:after{
    position: absolute;
    left: -25px;
    top: 9px;
    line-height: 1;
    font-family: FontAwesome;
    font-weight: bold;
    color: #959595;
}
.footer_widget .contact_info li.phone:after,.contactDetailWrapper .contact_info li.phone:after{
    content: "\f095";
}
.footer_widget .contact_info li.mail:after,.contactDetailWrapper .contact_info li.mail:after{
    content: "\f0e0";
}
.footer_widget .contact_info li.location:after,.contactDetailWrapper .contact_info li.location:after {
    content: "\f041";
}
.copyright {
    padding: 20px;
    border-top: 1px solid #545454;
    margin-top: 20px;
}



#inner_banner{
    
    color: #fff;
    padding: 90px 0 80px;
    min-height: 400px;
    display: table;
    width: 100%;
    margin-bottom: -1px;
}
#inner_banner > .container{
    vertical-align: middle;
    justify-content: center;
    display: table-cell;
}
#inner_banner .common_btn .btn {
    margin-bottom: 0;
}
#inner_banner .main_banner h1 {
    margin-top: 0;
    text-transform: uppercase;
}
.row>.head_title {
    padding: 0 15px;
}
.head_title.inner .subtitle {
    color: #050505;
    font-size: 16px;
    line-height: 30px;
    width: 75%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.icon-list {
    font-family: Lora;
    font-size: 15px;
    font-weight: 400;
    line-height: 42px;
    list-style: none;
    padding: 0;
}
.icon-list li {
    padding-left: 40px;
    position: relative;
}
.icon-list li:after {
    content: "\f134";
    position: absolute;
    left: 0;
    top: 10px;
    line-height: 1;
    font-family: Flaticon;
    font-size: 24px;
    font-style: normal;
    color: #eb6000;
    font-weight: 600;
}
.icon-list.text-white li:after {
    color: #fff;
}
.about-wp p {
    color: #454545;
    font-family: Lora;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.14px;
}
.about-wp h5 {
    color: #ec6100;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
}

.wp-services .icon-list li {
    font-size: 14px;
    line-height: 30px;
    margin: 25px 0 45px;
}
.wp-services .icon-list li:last-child {
    margin-bottom: 0;
}
#wp_services{
   position: relative;
   background: url(../image/wpServices.jpg) no-repeat center;
   background-size: cover;
}
#magento_services{   position: relative;
   background: url(../image/hire-magento-development-agency.jpg) no-repeat center;
   background-size: cover;
}



ul.list-inline.brand-list li {
    display: inline-block;
    width: 18%;
    
    padding: 0 20px 0 0;
    vertical-align: middle;
}
ul.list-inline.brand-list .slick-track li{
    height: 150px;
    line-height: 150px;
}
ul.list-inline.brand-list .slick-dots{
    padding: 0;
}
ul.list-inline.brand-list .slick-dots li{
    padding: 5px;
}
.brand-list img{
   margin: 0 auto; 
   display: inline-block;
}
.industry-tabs.php-tabs {
    margin: 20px 0 0;
}
.common_btn.bg-white .btn {
    background: #fff;
    color: #ec6100;
}
.work_box {
    box-shadow: 1px 2px 61px 9px rgba(62, 62, 62, 0.32);
    -webkit-box-shadow: 1px 2px 61px 9px rgba(62, 62, 62, 0.32);
    border-radius: 10px;
    background-color: #ffffff;
    padding: 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    position: relative;
}
#how_we_work{
    padding-bottom: 400px;
}
#how_we_work_2 {
    margin-top: -370px;
    padding-top: 100px;
    padding-bottom: 50px;
}
.work_box .icon-list li {
    line-height: 30px;
    margin-bottom: 20px;
}
.work_box .icon-list li:after{
    top: 5px;
}
.portfolio_img {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 40.9%;
    z-index: 0;
}
.work_box h3 {
    font-weight: 600;
    text-transform: uppercase;
}
.work_box p , .work_box .icon-list li {
    font-size: 14px;
}
.work_box.zoom_box {
    position: relative;
    width: 105%;
    top: -72px;
    right: -20px;
    z-index: 1;
}
.slick-dots li {
    width: auto!important;
    list-style: none;
    font-size: 0;
    border: 0;
}
.slick-dots li button {
    background: #ccc;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    padding: 0;
}
.slick-dots li.slick-active button {
    background: #ec6100;
}

#inner_banner.eCommerce{
    
}
.center-icon-services {
    text-align: center;
    padding: 0 25px;
}
.center-icon-services h4 {
    line-height: 28px;
    text-transform: uppercase;
    margin: 40px 0 20px;
    font-weight: 600;
}
.about-ecomm h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}
.ecommChoice_img{
    position: absolute;
    right: 0;
    top: 50px;
}
.customer-head {
    padding: 30px 30px 20px 40px;
    position: relative;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.03);
    background-color: #ffffff;
    margin-bottom: 35px;
}
.customer-head p {
    line-height: 25px;
}
.customer-head p:after {
    content: "\f10d";
    font-family: fontAwesome;
    position: absolute;
    left: 20px;
    top: -15px;
    color: #ec6100;
    font-size: 30px;
}
.customer-head:after,.customer-head:before {
    left: 25px;
    bottom: -15px;
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
}
.customer-head:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #ebeaef;
    bottom: -18px;
}
.customer-body img,.customer-body .customer-info {
    display: inline-block;
    vertical-align: middle;
}
.customer-body img{
    padding-right: 25px;
}
.customer-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    font-family: Montserrat;
    display: block;
}
.customer-post {
    color: #454545;
    font-family: Lora;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    display: block;
}

#inner_banner.iosApp{
    
}
.center-icon-body h3 {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: -1px;
}
.releted_pro {
    background: #fff;
    display: inline-block;
    padding: 25px 10px;
    border-radius: 10px;
}
.releted_pro h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 0;
}
.releted_pro img {
    max-width: 100%;
    border-radius: 10px;
    display: inline-block;
}

#inner_banner.joomla{
   
}
.bullet-list {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    list-style: none;
}
.bullet-list li:before {
    content: "\f111";
    color: #ec6100;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    font-family: fontAwesome;
    font-size: 8px;
    vertical-align: middle;
}
.center-icon-body h4 {
    color: #ec6100;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    margin-top: 30px;
}
#ios_services .center-icon-body h4 {
    font-size: 16px;
}
#our_promises .center-icon-body h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0;
}

#inner_banner.zend{
    
}
.list_padd {
    padding: 0 15px;
}
.center-icon-body.text-left h4:before {
    content: "\f111";
    color: #ec6100;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
    font-family: fontAwesome;
    font-size: 10px;
    vertical-align: top;
}
.left-icon {
    margin-left: 65px;
}
#zend_work .center-icon-body h4 {
    margin: 15px 0 0;
}
#zend_work .common_btn {
    margin-top: 40px;
}

.android_text {
    margin-top: 125px;
}
.android_list li {
    color: #000000;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 15px;
}
.progress.skill-bar {
    height: 12px;
    background:#e1e1e1;
    border:none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    position: relative;
    overflow: visible;
    margin: 50px 0;
}
.progress .skill {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -25px;
  color: #000000;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
  -webkit-transition-duration: 3s;
  height: 12px;
  background-color: #ec6100;
}
#android_serv .center-icon-body h3 {
    font-size: 22px;
    letter-spacing: 0;
}
.project_slider .slick-track {
    padding: 0;
}
.project_slider .slick-arrow {
    top: 47%;
}
.project_slider .slick-arrow.slick-prev {
    left: -50px;
    right: auto;
}
.project_slider .slick-arrow.slick-next {
    right: -50px;
    left: auto;
}
.flaticon{
    transition: 0.5s;
    -webkit-transition:0.5s;
}
.icon-40 {
    font-size: 40px;
    line-height: 1;
    color: #ec6100;
}
.icon-45 {
    font-size: 45px;
    line-height: 1;
    color: #ec6100;
}
.icon-65{
    font-size: 55px;
    line-height: 1;
    color: #ec6100;
}
.icon-75{
    font-size: 75px;
    line-height: 1;
    color: #ec6100;
}
.icon-90{
    font-size: 90px;
    line-height: 1;
    color: #ec6100;
}
.flaticon:hover {
    color: #000;
}

.center-icon-light:hover .flaticon{
    color: #000!important;
}
.text-white .center-icon-light:hover .flaticon{
    color: #fff!important;
}
.center-icon-light:hover .flaticon.text-white{
    color: #ec6100!important;
}
.center-icon-light:hover .flaticon.text-dark{
    color: #ec6100!important;
}
.center-icon-dark:hover .flaticon{
    color: #000!important;
}
.center-icon-light:hover .flaticon:not(.text-white,.text-dark){
    color: #ffffff!important;
}
.industry-tabs .slick-arrow {
    bottom: -30px;
}
.arrow-list {
    color: #454545;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
}
.arrow-list li:before {
    content: "\f105";
    display: inline-block;
    width: 15px;
    margin-left: -15px;
    font-size: 18px;
    vertical-align: middle;
    color: #454545;
    font-family: FontAwesome;
    font-weight: 700;
    margin-top: -3px;
}

.contactDetailWrapper h2 {
    color: #454545;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 29px;
    font-weight: 800;
    margin-bottom: 20px;
}
.contactDetailWrapper h3 {
    color: #454545;
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 0;
}
.contactDetailWrapper h3:after {
    background-color: #ec6100;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
}
.contactDetailWrapper {
    color: #454545;

    margin-bottom: 30px;
}
.contactDetailWrapper a{
    color: #454545;
}
.contactDetailWrapper a:hover{
    color: #ec6100;
}
.contactDetailBox{
    padding: 40px 30px 25px;
    background:#f1f1f1;
    margin-bottom: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.contactDetailBox:hover {
    box-shadow: 0px 0px 20px #c1c3c5;
    -webkit-box-shadow: 0px 0px 20px #c1c3c5;
    background: #ffffff;
}
.social-icon li i {
    color: #959595;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding-right: 5px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s 
}
.contact-head {
    color: #ec6100;
    font-family: Montserrat;
    font-size: 43px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    letter-spacing: 0.77px;
    padding: 0 15px;
}
.contactDetailWrapper .contact_info li:after{
    top: 10px;
    font-size: 18px;
}
.address_list>li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    padding-left: 50px;
    margin-bottom: 20px;
}
#footer .social-icon {
    margin-left: -30px;
}
.footer_links a:hover i {
    color: #fff;
}

.partnership .head_title h2 {
    font-size: 25px;
    text-transform: initial;
    font-weight: 600;
}
#longterm_partner{
    background: url(../image/partnerBanner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.partner-icon-body,.partner-icon {
    display: inline-block;
    vertical-align: middle;
}
.partner-icon {
    padding-right: 20px;
}

.form-control {
    border-radius: 3px;
    border: 1px solid #464646;
    min-height: 50px;
}
.bg-orange {
    background: #ec6100;
}
.tabs-section {
    padding: 50px 0 0;
    overflow: visible;
}

ul.partner_tabs li {
    display: inline-block;
    text-align: center;
    margin: 15px 0;
    position: relative;
}

ul.partner_tabs li a {
    color: #000000;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px; 
    padding: 0 20px;
    border-right: 2px solid #000;
}
ul.partner_tabs li a:hover {
    color: #fff;
}
ul.partner_tabs {
    text-align: center;
    padding: 15px 0 0;
    margin-bottom: 0;
}
ul.partner_tabs li:last-child a {
    border: 0;
}
ul.partner_tabs li a i {
    display: none;
}
ul.partner_tabs li.active a {
    color: #f8f8f8;
}

ul.partner_tabs li.active:after {
    content: '';
    position: absolute;
    bottom: -35px;
    font-family: fontAwesome;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ec6100;
    margin: 0 auto;
    z-index:9;
}
.align-item.row {
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.partnership #requestQuote .head_title h2 {
    font-size: 35px;
}
.partnership #requestQuote .head_title.small h2{
    font-size: 25px;
}
.request_form {
    padding-left: 90px;
}
.contact-form {
    padding: 30px 0 0;
}
.contact-form .common_btn .btn{
    margin: 0;
}
.scroll-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ec6100;
    position: fixed;
    right: 50px;
    bottom: 40px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0px 1px 5px #000;
    font-size: 24px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 9;
}
.scroll-top.show{
    opacity: 1;
    visibility:visible;
}
.scroll-top:hover{
    opacity: 0.8;
}
.img-partner {
    display: block;
    background: url(../image/requestBanner.jpg) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
}
.partnership_img {
    opacity: 0;
    visibility: hidden;
}
.partner-icon-body h4{
    font-size: 14px;
}

.testimonial .customer_sec{
    margin-bottom: 50px;
}
.testimonial .customer-head{
    margin-bottom: 20px;
}
.testimonial .customer-post {
    color: #959595;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.overview-row .col-sm-6 {
    background: #fff;
    padding: 30px 70px 30px 30px;
    min-height: 350px;
}

.center-icon-body h5, .center-icon-light .center-icon-body h4{
    color: #ec6100;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin-top: 15px;
}
.center-icon-light .center-icon-body h4:before{
    display: none;
}
#our-mission{
    position: relative;
    background: url(../image/overviewBanner2.jpg) no-repeat center;
    background-size: cover;
}
.circle_sec {
    background: url(../image/circle.png) no-repeat center;
    display: table-cell;
    height: 650px;
    vertical-align: middle;
}
.inner_circle {
    width: 65%;
    margin: 0 auto;
}
.about_sec{
    padding:30px;
}
.about_sec h3 {
    color: #050505;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
}
.vdo_popup{
    display: none;
}
.development-logo {
    padding: 0;
    list-style: none;
    margin-top: 30px;
}
.development-logo li {
    float: left;
    width: 30%;
    background: #fff;
    line-height: 80px;
    text-align: center;
    margin-right: 3%;
    margin-bottom: 3%;
    padding: 0 10px;
}
.development-logo li img{
    max-width: 100%;
}

#industrySection .center-icon-body h4{
    color: #000;
}
#softgrid_section .center-icon-light.text-center {
    background: #fff;
    padding: 35px 0;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
#softgrid_section .center-icon-light:hover {
    margin-top: -10px;
    background: #f8f8f8;
    cursor: pointer;
}

#softgrid_section .center-icon-body h5{
    color: #000;
}

#android_services .head_title.inner{
    padding-left: 75px;
}


.brand-list-gridview li{
    display: inline-block;
    vertical-align: top;
    margin: 6px 4px;
    width: 19.5%;
    padding: 0;
   
}
.brand-list-gridview li a{
    display: block;
    padding: 30px;
    line-height: 56px;
    background-color: #ebebeb;
    height: 116px;
}
.brand-list-gridview li a:hover{
    box-shadow: 0px 0px 10px #bbb;
    -webkit-box-shadow: 0px 0px 10px #bbb;
}
.brand-list-gridview li img {
    max-height: 116px;
    display: inline-block;
}
.technology_right_img{
    position: relative;
}
.tech_img_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.technology_right_img .head_title.inner .subtitle{
    width: 100%;
}   
.left_text_content{
    float: left;
    width: 47%;
}
.right_block_table{
    float: left;
    width: 53%;
    padding-left: 50px;
}
.technology_right_img{
    padding: 70px 0;
}
.left_text_content .head_title h2{
    margin-top: 0px;
}
.right_block_table li{
    width: 214px;
    border: 1px solid #acacac;
    background-color: #ffffff;
    float: left;
}
.right_block_table ul{
    list-style: none;
    padding: 0;
}
.technology_inner{
    position: relative;
    z-index: 2;
}
.right_block_table .center-icon {
    height: 78px;
    line-height: 78px;
}
.block_col_in{
    height: 217px;
    display: table-cell;
    width: 1%;
    vertical-align: middle;
}
.block_col_in h4{
    margin-bottom: 0;
    margin-top: 15px;
    color: #050505;
    letter-spacing: 0.18px;
}


.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.grid-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.grid-icon {
    padding: 50px 35px;
    margin-bottom: 20px;
    height: 100%;
}
.left-grid,.right-grid {
    display: inline-block;
    vertical-align: top;
}
.left-grid {
    width: 85px;
}
.right-grid {
    width: 75%;
}
.right-grid h5 {
    color: #ec6100;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 0;
}
.icon-list.line-30{
    line-height: 28px;
}
.icon-list.line-30 li{
    padding-bottom: 10px;
}

.img-vuejs {
    display: block;
    background: url(../image/vuejsLeftBanner.jpg) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 41.66666667%;
    height: 100%;
    background-size: cover;
}
.img-vuejs img{
    display: none;
}
.vuejs-overlay {
    position: absolute;
    right: 0;
    background: rgba(236, 97, 0, 0.9);
    padding: 45px;
    top: 20%;
    width: 430px;
}
.vuejs-overlay h1 {
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
    margin: .5em 0;
}

.vuejs-overlay h1 span {
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    display: block;
}

.graphic_img {
    right: -5%;
    width: auto;
    max-width: 50%;
}
.shopify_img{
    right: 0;
    width: auto;

max-width: 80%;
    bottom:0;
}
#shopify_sec{
    padding: 80px 0;
    background-attachment: fixed;
}
.bigcommerce_img{

left: 50%;
    width: auto;

max-width: 50%;
}
#hybrid_sec{
    overflow: visible;
    z-index: 9;
}
#hybrid_sec .portfolio_img{
    bottom: -60px;
}
#hybrid_section .center-icon-light {
    background: #fff;
    padding: 30px 15px;
    margin-bottom: 10px;
}
#hybrid_section .center-icon-light h4 {
    color: #050505;
    margin-top: 15px;
}
.common-list,.icon-check {
    font-family: Lora;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
    padding: 0;
}

.common-list li {
    padding-left: 25px;
    position: relative;
}
.common-list li:after,.icon-check li:after {
    content: '\f111';
    position: absolute;
    left: 0;
    top: 0;
    font-family: fontAwesome;
    font-size: 10px;
    font-style: normal;
    color: #fff;
    font-weight: 100;
}
.icon-check li {
    padding-left: 30px;
    position: relative;
}
.icon-check li:after {
    content: '\f046';
    top: 8px;
    line-height: 1;
    font-size: 16px;
    color: #eb6000;
}
.icon-check.col-3 li {
    float: left;
    width: 33%;
}
.listpadd_left{
    padding-left: 20px;
}
.development_progress_img{
    padding:44px 15px 0;
}
.popup_video_url{
    width: 700px;
}



@media(min-width: 1025px){
   .sub_menu .dropdown-inner{
        opacity: 0;
        visibility: hidden;
        
        box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 50px 100px -20px rgba(50,50,93,.25), 0 30px 60px -30px rgba(0,0,0,.3);
        background-color: #f8f8f8;
    }
    .navbar-nav li:hover > .sub_menu .dropdown-inner{
        opacity: 1;
        visibility: visible;
    }
    
    li.has_sub_menu:after, li.has_sub_menu:before {
        bottom: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in-out;
    }
    li.has_sub_menu:after {
        border-color: rgba(248, 248, 248, 0);
        border-bottom-color: #f8f8f8;
        border-width: 10px;
        margin-left: -10px;
    }
    li.has_sub_menu:before {
        border-color: rgba(204, 204, 204, 0);
        border-bottom-color: #ccc;
        border-width: 11px;
        margin-left: -11px;
    }

    li.has_sub_menu:hover:after, li.has_sub_menu:hover:before{
        opacity: 1;
        visibility: visible;
    }

    .animated {
      -moz-animation-duration: .4s;
      animation-duration: .4s;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      will-change: transform, opacity; 

      -moz-transform-origin: top;
      -moz-animation-name: swingOutX;
      -moz-backface-visibility: visible !important;
      transform-origin: top;
      animation-name: swingOutX;
      backface-visibility: visible !important; 

      transition: all .25s ease-in-out;
    }
 

    @-moz-keyframes swingInX {
      0% {
        -moz-transform: perspective(2000px) rotateX(-10deg); }
      100% {
        -moz-transform: perspective(2000px) rotateX(0deg); } }

    @keyframes swingInX {
      0% {
        transform: perspective(2000px) rotateX(-10deg); }
      100% {
        transform: perspective(2000px) rotateX(0deg); } }

  

    @-moz-keyframes swingOutX {
      0% {
        -moz-transform: perspective(2000px) rotateX(0deg); }
      100% {
        -moz-transform: perspective(2000px) rotateX(-10deg); } }

    @keyframes swingOutX {
      0% {
        transform: perspective(2000px) rotateX(0deg); }
      100% {
        transform: perspective(2000px) rotateX(-10deg); } }


    .navbar-nav li:hover .animated {
      -moz-transform-origin: top;
      transform-origin: top;
      -moz-backface-visibility: visible !important;
      -moz-animation-name: swingInX;
      backface-visibility: visible !important;
      animation-name: swingInX; 
    } 
}




.relatePro_slider .slick-slide{
    padding-right: 0px;
}
.relatePro_slider .slick-track{
    padding: 0px;
}
.relatedPro_left, .relatedPro_right{
    display: inline-block;
    vertical-align: middle;
}
.relatedPro_left{
    width: 50%;  
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    margin-right: -6.5%;
}
.relatedPro_left p{
    margin-bottom: 0;
}
.relatedPro_right{
    width: 50%;
}
.relatedPro_right img{
    width: 100%;
}
.relatePro_slider .slick-arrow{
    bottom: -50px;
}
.zoom_img {
    transform: scale(0.9);
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.zoom_img:hover {
    transform: scale(1);
}
.toggle_icon {
    
}
.toggle_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ec6100;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 0;
    cursor: pointer;
}
.toggle_icon.minus i {
    transform: rotate(90deg);
    line-height: 30px;
}
.toggle_section{
    display: none;
}
.toggle_section h3 {
    text-transform: uppercase;
    font-weight: 600;
}
.toggle_section ul {
    padding-left: 20px;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}
#mhealth {
    background-image: url(../image/leftHealth.jpg), url(../image/rightHealth.jpg);
    background-position: left center, right center;
    background-size: 50%  100%, 50% 100%;
    background-repeat: no-repeat, repeat;
    color: #fff;
    padding: 70px 0;
}
#mhealth .icon-list{
    font-family: 'Montserrat', sans-serif;
}
#mhealth h4 {
    height: 40px;
}
.icon-list.dark li::after {
    color: #050505;
    font-weight: 200;
}
#bgSection h4 {
    margin: 35px 0 20px;
}
#listSec .center-icon-body h5 {
    height: 50px;
    align-items: center;
    vertical-align: middle;
    display: flex;
}
#graySec .icon-list{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 48px;
}
ul.tabList {
    list-style: none;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    position: relative;
}
ul.tabList li a {
    color: #050505;
    font-weight: 600;
    display: block;
    padding: 5px 0;
}
ul.tabList li.active a {
    color: #ec6100;
}
ul.tabList:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5px;
    background: #acacac;
}
ul.tabList li {
    position: relative;
}
ul.tabList li.active:after {
    content: '';
    position: absolute;
    right: -2px;
    top: 0;
    height: 100%;
    width: 10px;
    background: #ec6100;
    z-index: 9;
    border-radius: 10px;
}
.head_title.text-capitalize h3 {
    text-transform: initial;
}
#financeSec img {
    max-width: 150%;
    margin-left: -100px;
}
#financeSec .row {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
}






.inner-item .tech_link{
    max-height: 212px;
    overflow: hidden;
}
.inner-item .tech_link._mCS_1{
    overflow: auto;
}
.pagetab_sec .nav-tabs>li:not(:last-child){
    margin-right: 30px;
}
.pagetab_sec .nav-tabs>li{
    border-bottom-color: #e3e3e3;
}
.pagetab_sec .nav-tabs>li>a{
    border-radius: 0;
    font-size: 19px;
    line-height: 40px;
    font-weight: 600;
    color: #989696;
    margin: 0;
    position: relative;
    padding: 10px 15px;
    border: none !important;
    border-bottom: 1px solid #e3e3e3 !important;
}
.pagetab_sec .nav-tabs>li>a:hover{
    color: #1e1e1e;
    border-bottom: 1px solid #e3e3e3 !important;
}
.pagetab_sec .nav-tabs>li.active>a {
    color: #1e1e1e;
    border-bottom: 1px solid #f51a3e !important;
}
.pagetab_sec .tab-pane{
   padding-top: 60px; 
}
.tab_rightcontent .head_title h3{
    font-family: 'Lora', serif;
    margin-top: 0px;
    margin-bottom: 15px;
    text-transform: none;
}
.border_btn {
    background: transparent;
    border: 2px solid #f51a3e;
    padding: 10px 15px;
    font-size: 16px;
    color: #f51a3e;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}
.border_btn:hover{
    background: #f51a3e;
    color: #fff;   
}
.tab_leftimg{
    margin-bottom: 30px;
}

.faq_section .head_title h3{
    margin-top: 0;
    margin-bottom: 30px;
}
#faqAccordion  .panel{
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2) !important;
    margin-top: 15px;
}
#faqAccordion .panel .panel-heading{
    padding: 12px 15px;
    cursor: pointer;
}
#faqAccordion .panel .panel-heading .panel-title{
    margin: 0;
    padding: 0;
    padding-right: 20px;
    position: relative;
}
#faqAccordion .panel-heading.accordion-toggle .panel-title:after{
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    right: 0;
    top: 4px;
    transition: .4s ease;
    -webkit-transition: .4s ease;
    font-size: 10px;
}
#faqAccordion .panel-heading.accordion-toggle:not(.collapsed) .panel-title:after{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
#faqAccordion .panel-heading.accordion-toggle:not(.collapsed) .panel-title a{
    color: #ee2333;
}




.mobile-view-tabs .item-media img {
    max-width: 45px;
    margin: auto;
    display: block;
    opacity: 0;
}


.mobile-view-tabs .item-media {
    min-height: auto;
}
.mobile-view-technologies .mobile-view-tabs li {
    width: 25%;
    text-align: center;
}
.mobile-view-tabs li a {
    padding:10px 2px;
}
.mobile-view-tabs li a span {
    font-size: 12px;
    margin-top: 8px;
    display: block;
}

.mobile-view-tabs li a {
    border: none ;
}

.nav.nav-tabs.mobile-view-tabs {
    border: none;
    margin-bottom: 30px;
}

.technologies-list {
    padding: 0 15px;
}

.mobile-view-technologies .nav-tabs > li.active > a,
.mobile-view-technologies .nav-tabs > li.active > a:focus,
.mobile-view-technologies  .nav-tabs > li.active > a:hover {
    border-right: none;
    border-bottom-color: #eaeaea;
    color: #fff;
     background: #ec6100;
      border-bottom:1px solid #ec6100;
}
.mobile-view-technologies .nav-tabs > li.active > a {
    background: #ec6100;
    border-bottom:1px solid #ec6100;
}


.mobile-view-technologies .mobile-view-tabs li a {
    border:1px solid #a39d9d;
    border-radius: 0;
    background: none;
    margin: 0;
    border-right:none;
    color: #050505;
    background-color: #ebe8e5;
    font-weight: 600;
    color: #868584;
}
.technologies-list a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #a39d9d;
    color: #050505;
}

.mobile-view-technologies .mobile-view-tabs li:last-child a,
.mobile-view-technologies .mobile-view-tabs li.active:last-child a
 {
    border-right: 1px solid #a39d9d;
}

.mobile-view-technologies .head_title {
    margin-bottom: 30px;
}

.mobile-view-technologies {
    padding: 30px 0;
    font-family: 'Montserrat', sans-serif;
}




.technologies-list a img {
    margin-right: 15px;
}
.desktop-hidden{ display: none; }


.mobile-view-technologies .mobile-view-tabs li .item-media {
    min-height: 45px;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
}

.mobile-view-technologies .mobile-view-tabs li.active .cms .item-media {
    background-image: url("../image/cms-white.png");
}
.mobile-view-technologies .mobile-view-tabs li .cms .item-media {
    background-image: url("../image/cms.png");
}


.mobile-view-technologies .mobile-view-tabs li.active .front-end .item-media {
    background-image: url("../image/Front-End-white.png");
}
.mobile-view-technologies .mobile-view-tabs li .front-end .item-media {
    background-image: url("../image/Front-End.png");
}




.mobile-view-technologies .mobile-view-tabs li.active .server-side .item-media {
    background-image: url("../image/server-side-white.png");
}
.mobile-view-technologies .mobile-view-tabs li .server-side .item-media {
    background-image: url("../image/server-side.png");
}




.mobile-view-technologies .mobile-view-tabs li.active .mobile .item-media {
    background-image: url("../image/mobile-white.png");
}

.mobile-view-technologies .mobile-view-tabs li .mobile .item-media {
    background-image: url("../image/mobile.png");
}






.menu-bottom-block p .fa {
    margin-right: 10px;
}

.menu-bottom-block p {
    margin-bottom: 0;
}

.menu-bottom-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
    position: relative;
}
.view-more-btn a.btn {
    background: #fff;
    border-radius: 50px;
    color: #ec6100;
    min-width: 140px;
}




.menu-bottom-content .contact-details h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-bottom-content {
    background: #ec6100;
    color: #fff;
    margin: 0 -20px;
}

.menu-bottom-content {
    padding: 30px 50px;
    margin-top: 30px;
    position: relative;
    z-index: 9;
}

.menu-bottom-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("../image/ecommerce-app.png");
    left: 0;
    top: 0;
    z-index: 9;
    background-size: 100%;
    opacity: 0.5;
    background-position: center;
}




div#myNavbar {
  
    transition: 0.2s;
    -webkit-transition: 0.2s;
 
}


header .inline-header {
    z-index: 9;
    background: #fff;
}


.sub_menu .menu-block ul li {
    display: block;
    width: 100%;
}


.menu-block ul {
    padding-left: 0;
}


.menu-block {
    padding-left: 45px;
    position: relative;
}

.menu-block h4 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}
.menu-block img {
    max-width: 33px;
    max-height: 33px;
    position: absolute;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sub_menu .dropdown-inner {
    padding: 40px 20px 0 20px;
    background: #fff;

}
.menu-content-block .row:nth-child(2) .col-md-4:last-child .menu-block {
    border: none;
    margin-bottom: 0;
}

.sub_menu .menu-block ul li a {
    color: #808080;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 0;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}
.sub_menu .menu-block ul li a:hover {
    color: #4f4d4d;
}




@media(max-width: 1199px){
    .pagetab_sec .tab-pane {
        padding-top: 40px;
    }
    .pagetab_sec .nav-tabs>li>a{
        font-size: 14px;
        padding: 8px 0px;
        line-height: 22px;
    }
    .pagetab_sec .nav-tabs>li:not(:last-child){
        margin-right: 10px;
    }
}

@media(min-width: 767px){


    .open-mobile-menu-logo {
                display: none;
            
            }

}

@media(max-width: 767px){
    .pagetab_sec .nav-tabs>li{
        margin-bottom: 0px;
    }
    .pagetab_sec .nav-tabs {
        border-bottom: none; 
    }
    .pagetab_sec {
        text-align: center;
    }
    .pagetab_sec .nav-tabs>li{
        margin: 5px;
        float: none;
        display: inline-block;
        vertical-align: top; 
    }
    #faqAccordion .panel .panel-heading .panel-title{
        font-size: 14px;
    }


        .desktop-hidden{ display: block; }

        #technologies {
            display: none;
        }


        .menu-block img{ display: none; }


.menu-block {
    padding-left: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.menu-block h4 {
    margin-bottom: 10px;
    font-size: 14px;
}
.menu-block ul {
    padding-left: 10px;
}

header #myNavbar.collapse.in {
    width: 100%;
}

.sub_menu .dropdown-inner {
    max-height: 100%;
    
}


.sub_menu .col-md-4 {
    width: 100%;
    padding: 0;
}


.inline-header .nav.navbar-nav {
    padding: 0 15px;
}

.open-mobile-menu-logo {
                display: block;
                max-width: 120px;
                position: absolute;
                top: 15px;
            }





header #myNavbar.collapse.in {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

header div#myNavbar {
    width: 70%;
    visibility: hidden;
    transition:0.4s;
    -webkit-transition:0.4s;
    opacity: 0;


}





}





















@media(max-width: 340px){


.mobile-view-tabs li a span {
    font-size: 10px;
    margin-top: 5px;
    display: block;
}


}



@media(min-width: 1200px){
    .sm_banner_cap .container{
        padding-left: 0px;
        padding-right: 0px;
    }
}
.sm_banner_cap h1{
    color: #000;
    margin-top: 0px;
}
.sm_banner_cap h1 small {
    font-size: 32px;
    display: block;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}
.sm_banner_cap p{
    color: #333;
    font-size: 16px;
    line-height: 28px;
}
#inner_banner.sm_banner_cap{
    padding:0;
    display: block;
    margin: 0;
    min-height: inherit;
    position: relative;
}
.sm_banner_inner {
    width: 430px;
    max-width: 100%;
}
.social_topabout{
    padding-top: 80px;
}
.sm_section_top .head_title h3{
    text-transform: none;
}
.sm_section_top .head_title.inner .subtitle{
    width: 100%;
}
.social_media_banner img {
    max-width: 100%;
}
#inner_banner.sm_banner_cap > .container{
    display: block;
    justify-content: inherit;
}
.sm_bnr_cap{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}
#social_solution .arrow-list li:before{
    display: none;
}
#social_solution .arrow-list{
    padding-left: 0;
}
.emerging_sec .right_block_table{
    padding-left: 15px;
}





.head_title h3.text-capitalize {
    text-transform: capitalize;
}
.social_rightbg {
    background: #1b0d08 url(../image/smBanner.png) right no-repeat;
    background-size: contain;
    padding: 150px 0;
}
.social_rightbg .head_title h3 {
    font-size: 38px;
    font-weight: 100;
    line-height: 50px;
}
.social_rightbg .head_title h3 + h3 {
    font-weight: 700;
}
.emerging_sec .right_block_table .center-icon img {
    max-width: 70px;
}
.emerging_sec .right_block_table .center-icon img.hover_img {
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}
.emerging_sec 
 .block_col_in {
    background: #ebe6e2;
}
.emerging_sec .block_col_in:hover {
    background: #ec6100;
}
.emerging_sec .active .block_col_in {
    background: #ec6100;
}
.emerging_sec .block_col_in:hover .hover_img{
    opacity: 1;
}
.emerging_sec .right_block_table .block_col_in:hover .center-icon img {
    opacity: 0;
}
.emerging_sec .right_block_table .block_col_in:hover .center-icon img.hover_img {
    opacity: 1;
}
.emerging_sec .right_block_table .active .block_col_in .center-icon img {
    opacity: 0;
}
.emerging_sec .right_block_table .active .block_col_in .center-icon img.hover_img {
    opacity: 1;
}
.block_col_in:hover h4 {
    color: #ffffff;
}
.active .block_col_in h4 {
    color: #ffffff;
}
.right_block_table .center-icon {
    position: relative;
}
#requestQuote .arrow-list li:before {
    content: none;
}
.emerging_sec .right_block_table li {
    width: 45%;
}
.emerging_sec .right_block_table li a{
    display: block;
}
.emerging_sec .block_col_in {
    height: 250px;
}
.emerging_sec .head_title h1 {
    font-size: 60px;
    color: #ec6100;
    font-weight: 700;
    margin: 0;
}
.emerging_sec .head_title h5 {
    color: #050505;
    font-size: 32px;
}
.emerging_sec .head_title {
    margin-bottom: 30px;
}
.emerging_sec + .bg-light {
    background-color: #ece5e1;
}
.arrow-list.text-white .active a {
    color: #fff;
}
.arrow-list.text-white a {
    color: #fabf96;
}


@media(max-width: 1024px)
{


.menu-bottom-content {
    display: none;
}

.sub_menu .col-md-4 {
    width: 100%;
}

.sub_menu {
    background: #fff;
}

header div#myNavbar{
    background: #fff;
    color: #000;
}

#myNavbar .navbar-toggle {
    color: #000;
    font-size: 50px;
    right: 0px;
    top: 14px;
}
#myNavbar .navbar-nav > li > a {
 color: #000;
}

#myNavbar .navbar-nav > li > a {
    color: #181717;
    background: #e9e9e9;
    margin: 5px 0;
    padding: 15px 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
}

#myNavbar .has_sub_menu i.fa {
    color: #5e5a5b;
    top: 15px;
    font-weight: bold;
    font-size: 20px;

}

header .sub_menu
{
    background: #fff;

}

#myNavbar .has_sub_menu i.fa {
    color: #5e5a5b;
    top: 15px;
}


#myNavbar .has_sub_menu.open i.fa {
    transform: rotate(-90deg);
}



}

@media(max-width: 991px){
    .sm_banner_inner{
        display: none;
    }
    .img-partner{
        display: none;
    }
    #social_solution{
        background: #e06714;
    }
    .emerging_sec,
    #social_solution .text-left,
    #social_solution .industries_text {
        text-align: center;
    }
    .emerging_sec .right_block_table li{
        width: 50%;
    }
    .emerging_sec .head_title h1{
        font-size: 48px;
    }
    .emerging_sec .head_title h5{
        font-size: 20px;
    }
    .social_rightbg{
        background-size: cover;
    }
    .strategies_inner {
        background: rgba(0,0,0,.5);
        padding: 5px 15px;
    }
    .social_rightbg .head_title h3 {
        font-size: 20px;
        line-height: 30px;
    }
}




#inner_banner.foodindustry_banner > .container{
    display: block;
    text-align: left;
}
#inner_banner.foodindustry_banner .main_banner h1{
    text-transform: none;
    font-weight: 800;
    font-size: 42px;
}
#inner_banner.foodindustry_banner .main_banner p{
    font-size: 17px;
}
.foodindustry_banner .main_banner h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}
.headtitle_bold h3{
    text-transform: capitalize;
    font-weight: 800;
}





.management-solution {
    background: #eae4de;
}
.head_title p {
    color: #38383a;
    font-size: 16px;
}
.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 40px;
}
.solution-list .navbar li {
    display: block;
    font-size: 18px;
    padding: 5px 0;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
}
.solution-list .navbar {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

.solution-list h3 {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 25px;
}

.solution-img img {
    max-width: 500px;
    width: 100%;
}
.solution-list .navbar li::before, .list-icon li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 9px;
    border-bottom: 2px solid #42a100;
    left: 7px;
    bottom: 0;
    border-right: 2px solid #42a100;
    top: -1px;
    margin: auto;
    transform: rotate(45deg);
}





.solution-list .navbar li::after, .list-icon li::after {
    width: 20px;
    height: 20px;
    border: 2px solid #42a100;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50px;
    bottom: 0;
    margin: auto;
}
.marketplace-content .list-icon li::after
{
    bottom: auto;
    top: 3px;
}

.marketplace-content .list-icon li::before {
    top: 8px;
    bottom: auto;
}


.features-box li {
    padding: 0;
    margin: 0;
}

.feature.headtitle_bold h4 {
    font-weight: bold;
    font-size: 20px;
}

.feature h3 {
    font-size: 30px;
}
.feature p {
    font-size: 18px;
    color: #38383a;
}

.features-box {
    margin-top: 30px;
}

.features-box ul li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-right: 10px;
    
    padding-left: 0;
    margin-right: 10px;
    color: #38383a;
    position: relative;
}

.features-box ul li::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    background: #38383a;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 2px;
}

.features-box ul li:last-child::after {
    background: none;
}
.features-img img {
    max-height: 560px;
    border: none;
}

.orange-bg {
    background: #ba3105;
    position: relative;
}
.marketplace-content h3 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
}

.marketplace-content {
    color: #fff;
}
.marketplace-content .navbar {
    padding: 0;
}

.marketplace-content .navbar li {
    display: block;
    display: inline-block;
    padding-right: 20px;
}

.marketplace-content p {
    font-size: 18px;
    margin: 30px 0;
}

.online-marketplace {
     position: relative;
    background-image: url("../image/market-bg.png");
    background-attachment: fixed;
    background-size: cover;
}
.orange-bg {
    background-color: #ba3105;
   
}

.list-icon li {
    position: relative;
    padding-left: 30px;
}

.list-icon li::after, .list-icon li::before
{
    color: #fff;
    border-color: #fff;

}

.marketplace-content .navbar li {
    width: 50%;
    float: left;
    margin: 10px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}



.service-box {
    margin-bottom: 30px;
    text-align: center;
    display: block;
    padding: 20px 5px;
    min-height: 265px;
}

.service-box .icon {
    margin-bottom: 20px;
    display: block;
}

.service-box .icon img {
    height: 60px;
    object-fit: contain;
    object-position: center;
}
.restaurant-solution .head_title h3 {
    font-size: 30px;
    line-height: normal;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.management-solution .head_title h3 {
    font-size: 30px;
    
}



.asp-net-development .head_title h2 {
    font-weight: 700;
}


.headtitle_semibold h2 {
    font-weight: 700;
    font-size: 30px;
}

.ASP-net-services {
    background: #eae4de;
}

.sharepoint-bg{ position: relative; color: #fff; }
.sharepoint-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #001549;
    bottom: 0;
    left: 0;
    z-index: -9;
    opacity: 0.9;
}



.sharepoint-bg .head_title p {
    color: #fff;
}



.faq-block .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    padding: 15px 15px;
}

.faq-block .panel-group .panel + .panel {
    margin-top: 20px;
}

.faq-block .panel-body {
  padding: 30px;
  line-height: 30px;
}
.faq-block .panel-body ul li {
  display: block;

}
.faq-block .panel-body ul {
  padding: 0;
}


.faq-block .panel-body h5 {
    font-family: 'Lora', serif;
    font-size: 15px;
}

.faq-block .panel-body h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}

.faq-block .panel-body .panel-title {

    color: #333;
}



.Sharepoint-box {
    min-height: 270px;
}

.ASP-net-services .service-box h4 {
    color: #050505;
    font-weight: 600;
    font-size: 19px;
}


.faq-block {
    overflow: hidden;
    background: #fff;
}
.restaurant-solution .service-box {
    min-height: 100px;
}
.asp-net-development .col-md-6 img {
    max-width: 100%;
}

.faq-block.food-faq-block {
    background: #fbfbfbd9;
}







@media(max-width: 991px)
{


.features-box ul li{ display: inline-block; }



}



@media(max-width:767px)
{


.management-solution .head_title h3 {
    font-size: 25px;

}


.solution-list h3 {
    font-size: 22px;
}

.solution-list .navbar li 
{
    font-size: 16px;
}

.solution-list h3 {
    font-size: 22px;
    margin-bottom: 15px;
}


.service-box h4 {
    font-size: 14px;
    min-height: 38px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box {
    margin-bottom: 20px;
    border: 1px solid #f2e8e8;
}
.restaurant-solution .col-md-3 {
    padding: 0 10px;
}

.restaurant-solution .row {
    margin: 0;
}
.row > .head_title {
    
}


.restaurant-solution .head_title h3 {
    font-size: 25px;
}

.marketplace-content .navbar li {
    width: 100%;
}

.dot-net-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #0d0d1b;
    left: 0;
    top: 0;
    z-index: -9;
    opacity: 0.6;
}



.service-box {
    min-height: auto;
}


.Sharepoint-box {
    margin-bottom: 20px;
}

.sharepoint-bg {
    padding-left: 10px;
    padding-right: 10px;
}





}

@media(max-width:480px)
{

.marketplace-content h3 {
    color: #fff;
    font-size: 25px;
    line-height: normal;
    margin: 0;
}

.features-box ul li {
    display: block;
}

.features-img {
    margin-top: 15px;
}
.features-box ul li::after{display: none;}

}





.develop_banner{
    padding: 90px 0px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.develop_banner .main_banner{
    padding-right: 100px;
    padding-top: 70px;
}
.develop_banner .main_banner h1{
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0;
    line-height: 40px;
}
.develop_banner .main_banner p{
    font-size: 16px;
}
.devlop_banner_form {
    background: #e3e3e3;
    padding: 10px 20px;
    color: #000;
    border-radius: 5px;
}
.devlop_banner_form h4 {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0;
}
.devlop_banner_form .common_btn .btn{
    margin: 15px 0 15px;
    width: 100%;
}
.devlop_banner_form .form-control{
    border: none;
    min-height: 42px;
}
.devlop_banner_form label{
    font-weight: 600;
}
.devlop_banner_form label span{
    color: red;
}
.our_dev_sec{
    position: relative;
    z-index: 2;
    overflow: visible;
}
.bnr_overlay_list {
    position: absolute;
    left: 0;
    top: -30px;
    right: 0;
}
.bnr_overlay_list ul{
    background: #000;
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 0px;
    display: table;
}
.bnr_overlay_list ul li {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 10px 5px;
    border-right: 1px solid #fff;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    white-space: nowrap;
}
.bnr_overlay_list ul li:last-child{
    border-right: none;
}
.our_dev_sec{
    padding-bottom: 60px;
}
.indus_devops_sec {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.indus_devops_sec .head_title p{
    color: #fff;
}
.indus_devops_sec .head_title.inner .subtitle,
.our_dev_sec .head_title.inner .subtitle,
.dediDevops_sec .head_title.inner .subtitle{
    padding-top: 0px;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
}
.devops_icon_list ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0;
}
.devops_icon_list ul li {
    display: inline-block;
    vertical-align: bottom;
    width: 24%;
    text-align: center;
    padding-top: 20px;
}
.devops_icon_list ul li p{
    font-weight: 600;
    text-transform: uppercase;
}
.dediDevops_sec{
     font-family: 'Montserrat', sans-serif;
}
.dediDevops_sec .center-icon-body figure {
    margin: 0 0 10px;
    height: 50px;
    line-height: 50px;
}
.dediDevops_sec .center-icon-body figure{
    max-height: 50px;
}

.dediDevops_sec .center-icon-body {
    background: #ebeae7;
    padding: 30px 30px 20px;
    margin-top: 30px;
    min-height: 395px;
}
.dediDevops_sec .center-icon-body h4{
    font-size: 15px;
    text-transform: uppercase;
}
.devops_faq_sec .head_title h3{
    padding: 60px 0px;
}
.panel .panel-heading{
    background: #eae4de;
    border: none;
    border-radius: 0;
    line-height: 24px;
    padding:  15px
}
#faqAccordion .panel-body {
    background: #eae4de;
    border: none !important;
    box-shadow: none;
    padding-top: 0px;
}
#faqAccordion .panel {
    margin-top: 10px;
    border-radius: 0;
    border: 0;
    box-shadow: none !important;
}
#faqAccordion .panel-heading.accordion-toggle:not(.collapsed) .panel-title a{
    color: inherit;
}
#faqAccordion .panel-heading.accordion-toggle .panel-title:after{
    content: "\f067";
    font-size: 14px;
}
#faqAccordion .panel-heading.accordion-toggle:not(.collapsed) .panel-title:after{
    content: "\f068";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
@media(max-width: 1199px){
    .develop_banner .main_banner{
        padding-right: 0;
    }
    .devops_icon_list ul li figure{
        margin: 0 0 10px;
    }
    .devops_icon_list ul li figure img {
        width: auto;
        max-height: 50px;
    }
    .devops_icon_list ul li p {
        font-size: 12px;
        line-height: 20px;
    }
    .dediDevops_sec .center-icon-body{
        min-height: auto;
    }
    .bnr_overlay_list ul li{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .bnr_overlay_list ul li {
        font-size: 12px;
        padding: 2px;
    }
    .bnr_overlay_list {
        top: -23px;
    }
}
@media(max-width: 767px){
    .develop_banner .main_banner{
        padding-right: 0;
        padding-top: 0px;
    }
    .develop_banner .main_banner h1 {
        font-size: 18px;
        line-height: 25px;
    }
    .develop_banner{
        padding: 40px 0px;
    }
    .bnr_overlay_list ul li{
        display: inline-block;
        vertical-align: top;
        width: auto;
        border-right: 0;
    }
    .bnr_overlay_list ul{
        border-radius: 10px;
    }
    .bnr_overlay_list {
        position: inherit;
        top: inherit;
        margin-bottom: 20px;
    }
    .devops_icon_list ul li{
        width: 140px;
    }
    .devops_icon_list ul li{
        vertical-align: top;
    }
    .devops_icon_list ul{
        text-align: center;
    }
    .bnr_overlay_list ul li {
        font-size: 13px;
        padding: 8px 8px;
        background: #444;
        margin: 2px 0;
    }
    .bnr_overlay_list ul{
        display: block;
    }
}





.bg-warm {
    background: #eae4de;
}
#faqAccordion .panel-body {
    padding-right: 10%;
}
#faqAccordion .panel-title a {
    font-weight: 600;
}
.indus_devops_sec ul.list-unstyled {
    color: #68c5ed;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
}
.mr-2 {
    margin-right: 1rem;
}
.lms-icon-left {
    display: flex;
    margin: 20px 0;
}
.icon-body {
    padding-left: 15px;
}
.lms-icon-left img {
    width: 30px;
}
.lms-icon-left h5 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
}
.lms-icon-left .icon-body {
    width: 100%;
}

@media(max-width: 991px){
    #faqAccordion .panel-body {
        padding-right: 15px;
    }
}






.center-icon-body h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0;
}
#inner_banner > .container .row {
    max-width: 1170px;
    margin: 0 auto;
}
.sharepoint-bg .container {
    position: relative;
    z-index: 1;
}
.sharepoint-bg::after{
    z-index: 0;
}
@media(max-width: 991px){
    #social_solution .arrow-list{
      overflow: auto;
      white-space: nowrap;
      background: #050505;
      margin: 30px -15px 0;
    }

    ul.arrow-list li {
      display: inline-block;
      text-align: center;
      padding: 14px;
      text-decoration: none;
    }
    .mobile_showmore_div ul.arrow-list li{
        text-align: left;
    }
}




@media(max-width: 767px)

{

.hide-for-mobile {
    display: none;
}


.tab-content-mobile .tab-content > .tab-pane {
    display: block;
    opacity: 1;
    text-align: left;
}

.tab-content-mobile .tab-content > .tab-pane h3 {
    font-size: 15px;
    background: #f6af7d;
    padding: 15px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #505050;
    line-height: normal;
    cursor: pointer;
}
.tab-content-mobile .tab-content > .tab-pane h3.active-tab {
    background: #ec6100;
    color: #fff;
}

#social_solution {
    background: #fff;
}

#social_solution .head_title.text-left h2 {
    color: #050505;
    text-align: left;
}

.tab-description {
    display: none;
    padding: 15px 0;
}

}



.industry_icon_svg svg{
    height: 45px;
    width: 45px;
}
.industry_icon_svg svg,
.industry_icon_svg .st0{
    fill:#EA6324;
}
.industry_icon_svg:hover svg,
.industry_icon_svg:hover .st0{
    fill: #fff;
}




.poup-header-title {
    text-align: center;
    margin-bottom: 20px;
}
.poup-header-title h4 {
    font-size: 38px;
    font-weight: bold;
    color: #1e1e1e;
    margin-bottom: 0;
}

.poup-header-title h3 {
    margin-top: 0;
    color: #ec6100;
    font-weight: 700;
    font-size: 40px;
    margin:0;
}


.wlcpopup .form-control {
    border: none;
    background: #c8c8c8;
    box-shadow: none;
    border-radius: 3px;
    height: 38px;
    font-size: 16px;
    color: #666;
}

.wlcpopup .submit-btn .btn {
    width: 100%;
    display: block;
    border: none;
    background: #ec6100;
    color: #fff;
    padding: 12px 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 3px;
}

.poup-header-title p {
    color: #5e5e5e;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.wlcpopup textarea.form-control {
    height: auto;
    min-height: 100px;
}
.wlcpopup .form-group.submit-btn p {
    margin-top: 10px;
    color: #727272;
    text-align: center;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}


.wlcpopup .modal-content .modal-body {
    padding: 0 40px 15px 40px;
}

.wlcpopup .modal-header {
    border: none;
    padding: 0;
}
.wlcpopup .modal-header .close.close-icon {
    margin-right: 10px;
    margin-top: 10px;
}


.close.close-icon {
    opacity: 1;
    border: 2px solid;
    margin: 0;
    height: 25px;
    padding: 0;
    width: 25px;
    border-radius: 50px;
    text-align: center;
}

.close.close-icon span {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    margin: 5px 0;
}
.close.close-icon span:first-child {
    transform: rotate(-45deg);
    left: 3px;
    top: 4px;
}
.close.close-icon span:last-child {
    transform: rotate(45deg);
    top: -3px;
    right: -3px;
}
.close.close-icon span {
    display: block;
    width: 14px;
    height: 2px;
    background: #000;
    margin: 5px 0;
    position: relative;
}

@media(max-width: 767px)
{


.poup-header-title h4 {
font-size: 24px;

}

.poup-header-title h3 {
    font-size: 24px;
  
}
.wlcpopup .modal-content .modal-body {
    padding: 0 15px 15px 15px;
}

.poup-header-title p {
    font-size: 15px;
    line-height: normal;
}
.wlcpopup .form-group.submit-btn p {
    line-height: normal;
}
.wlcpopup .modal-content .modal-body {
    padding: 0 15px 10px 15px;
}


}




.portfolio_list_main > .row{
    margin-top: 80px;
}
.ourportfolio_sec.common_padd{
    padding-top: 0px;
}
@media(max-width: 767px){
   .portfolio_list_main > .row{
        margin-top: 40px;
    } 
    .portfolio_list_main img{
        margin-bottom: 30px;
    }
}







.softgrid_solution_list li {
    display: block;
    width: 14.28%;
    float: left;
    text-align: center;
    padding: 10px 0;
}
.softgrid_solution_list h4 {
    font-size: 14px;
    min-height: 45px;

}

.solution_icon img {
    max-height: 50px;
    display: none;
}

.gray-dark-bg {
    background: #eae4de;
}

#helps-us {
    background-color: #000;
    background-image:url("../image/helps-us-bg.jpg");
    background-size:cover;
    background-position:center;
}


#helps-us .nav-tabs > li > a {
  background: none;
  color: #fff;
  border: 1px solid #717171;
  border-radius: 0;
}
#helps-us .nav-tabs#expertise_Tab {
  border-bottom: 0;
}
#helps-us .nav-tabs#expertise_Tab .nav-item {
    width: 100%;
    max-width: 19.66%;
    text-align: center;
    min-width: 185px;
    float: none;
    display: inline-block;
    margin: 0 ;
}

#helps-us .nav-tabs > li.active > a {
  background: #ec6100;
  border-color: #ec6100;
}

.icon.jquery-icon img {
    max-height: 60px;
}

#helps-us .tab-box {
    display: inline-block;
    text-align: center;
    padding: 15px;
    min-width: 200px;
}

#expertiseTabContent {
    margin-top: 30px;
}

#helps-us .subtitle {
    color: #717171;
}

.Portfolio_text {
    margin-bottom: 15px;
    line-height: 28px;
}

#our-Portfolio-sec .row.common-row {
    display: flex;
    align-items: center;
}

#dream-developers .col {
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    min-width: 175px;
}

.select-box {
    background: #ebe6e0;
    border-radius: 6px;
    padding: 30px 10px;
}
.address-box {
    margin-bottom: 30px;
}
.address-box h4 {
  font-weight: 800;
  text-transform: uppercase;
}
.address-box ul {
  padding: 0;
}
.address-box ul li {
  display: block;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
.address-box ul li::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background: #000;
  border-radius: 50px;
  left: 0;
  top: 10px;
  bottom: auto;
  margin: auto;
}

#dream-developers .select-box img {
    max-width: 40px;
}

#dream-developers .select-box h4 {
    font-size: 18px;
    margin-top: 15px;
    display: block;
    margin-bottom: 0;
}

#contact_us_taody .form-header {
    margin: 30px 0;
}

#contact_us_taody form .form-control {
    background: #d8d8d8;
    border: none;
    box-shadow: none;
}
#contact_us_taody .form-header p {
    margin-bottom: 0;
}

.solution_icon {
    width: 70px;
    height: 60px;
    margin: auto;
    position: relative;
    background-repeat: no-repeat;
    background-image: url("../image/solution-group.png");
    background-size: 600px;
    background-position: 10px 7px;
}

.solution_icon.fntech {
    background-position: -92px 7px;
}

.solution_icon.gaming {
    background-position: -179px 5px;
}

.solution_icon.healthcare {
    background-position: -280px 5px;
}


.solution_icon.manufacturing {
    background-position: -365px 10px;
}

.solution_icon.retails {
    background-position: -445px 6px;
}

.solution_icon.media-icon {
    background-position: -546px 5px;
}

.solution_icon.telecommunication {
    background-position: 15px -68px;
}

.solution_icon.transportation {
    background-position: -86px -68px;
}

.solution_icon.travel {
    background-position: -285px -70px;
}

.solution_icon.Logistic {
    background-position: -181px -73px;
}
.solution_icon.cyber {
    background-position: -361px -67px;
}

.solution_icon.real-estate {
    background-position: 84% -61px;
}

.solution_icon.hcm_icon {
    background-position: 103% -66px;
}

.solution_icon.VR {
    background-position: 10px -132px;
}

.solution_icon.bi {
    background-position: -90px -140px;
}

.solution_icon.BlockChain {
    background-position: -170px -137px;
}


.solution_icon.big-data {
    background-position: -272px -138px;
}

.solution_icon.software-dev {
    background-position: -358px -138px;
}

.solution_icon.web-app {
    background-position: -444px -138px;
}

.solution_icon.web-app {
    background-position: -451px -138px;
}
.solution_icon.cloud-solution {
    background-position: 0 -208px;
}

.solution_icon.cloud-solution {
    background-position: -539px -138px;
}
.solution_icon.Front-end-tech {
    background-position: 7px -204px;
}

.solution_icon.IoT {
    background-position: -79px -204px;
}

.solution_icon.ERP-solu {
    background-position: -176px -208px;
}

.solution_icon.cms-sulution {
    background-position: -260px -208px;
}


.solution_icon.E-commerce {
    background-position: -357px -202px;
}

.solution_icon.mobile-app {
    background-position: -444px -202px;
}

.solution_icon.digital-marketing {
    background-position: -535px -200px;
}


@media(max-width: 1024px)
{


.softgrid_solution_list li {
    display: inline-block;
    width: 100%;
    float: none;
    padding: 15px;
    max-width: 200px;
    margin: 2px 0;
    vertical-align: top;
    border: 1px solid #dddddd91;
}
.solution_list {
    text-align: center;
}

.softgrid_solution_list h4 {
    font-size: 14px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

#helps-us .nav-tabs#expertise_Tab .nav-item {
    margin: 5px 0;
}
#helps-us .nav-tabs#expertise_Tab {

    text-align: center;
}
}

@media(max-width: 768px)
{

#our-Portfolio-sec .row.common-row {
    display: block;
    align-items: unset;
}

#dream-developers .select-box {
  
    margin: 10px 0;
}
#our-Portfolio-sec .row.common-row {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#our-Portfolio-sec .row.common-row.right-text {
    flex-direction: column-reverse;
}

}

@media(max-width: 480px)

{

.softgrid_solution_list li {
    max-width: 48%;
    padding: 10px;
}
.softgrid_solution_list h4 {
    font-size: 12px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    min-height: 30px;
}

#dream-developers .col {
    width: 100%;
    max-width: 48%;
    min-width: 10px;
    padding: 0 7px;
}


#dream-developers .select-box h4 {
    font-size: 14px;
}

#helps-us .nav-tabs#expertise_Tab .nav-item {
    margin: 5px 0;
    max-width: 100%;
    width: auto;
    min-width: 140px;
}


}







    .full_stack_banner .main_banner h1{
        line-height: 1.16;
    }
    ul.technology_list {
            list-style: none;
            padding: 0;
            margin: 0;
            display: table;
            width: 100%;
            border: 1px solid #ccc;
        }
        ul.technology_list li {
            display: table-row;
            background: #fff;
        }
        ul.technology_list li:nth-child(2n) {
            background: #f1f1f1;
        }
        ul.technology_list li span{
            display: table-cell;
            width: 70%;
            padding: 15px 20px;
            color: #666;
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }
        ul.technology_list li span:first-child{
            background: #ec6100;
            color: #fff;
            width: 30%;
            font-weight: 600;
        }
        ul.technology_list li:nth-child(2n)  span:first-child{
            background: #f48e47;
        }
        .full_stack_banner{
            padding: 20px 0px;
            color: #fff;
            font-family: 'Montserrat', sans-serif;
        }

        .full_stack_banner p {
            font-size: 20px;
        }
        .full-stack-faq .devops_faq_sec .head_title h3 {
        
            padding-top: 0;
            padding-bottom:30px
        }

        .full-stack_techno .head_title {
            padding-bottom: 30px;
        }

        .full-stack_hire .center-icon-body figure {
            margin-left: 0;
        }
        


        .banner_btn_group .common_btn .btn{
            padding-left: 15px;
            padding-right: 15px;
            width: 100%;
            margin-bottom: 0;
            margin-top: 15px;
        }
        .banner_btn_group{
            margin-bottom: 20px;
        }








.cloud-service-list ul li {
    display: block;
    padding: 8px 0;
}

.cloud-service-list ul {
    padding-left: 15px;
}

#google-cloud-services {
    background-image: url("../image/google-cloud-services.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: #000;
}


.tick-service-list li {
    display: block;
    position: relative;
    padding: 8px 0;
    padding-left: 30px;
}

.tick-service-list li::after {
    position: absolute;
    content: "\f00c";
    width: 18px;
    height: 18px;
    border: 2px solid;
    left: 0;
    margin: auto;
    top: 11px;
    bottom: auto;
    border-radius: 50px;
    font-family: fontawesome;
    text-align: center;
    line-height: 14px;
    font-size: 10px;
}


#what-google-cloud .center-icon {
    
    display: inline-block;
    width: 75px;
    height: 75px;
    background-image: url("../image/google-cloud-icon.png");
    background-repeat: no-repeat;
}

.center-icon.mobile-app {
    background-position: 0px 15px;
}

.center-icon.web-app-icon {
    background-position: -130px 10px;
}



.center-icon.develop-test-icon {
    background-position: -260px 10px;
}


.center-icon.big-data-icon {
    background-position: 0px -70px;
}


.center-icon.gaming-icon {
    background-position: -130px -76px;
}

.center-icon.iot-icon {
    background-position: -260px -76px;
}

#what-google-cloud .center-icon-body {
    min-height: 170px;
}


.cloud-box p {
    color: #454545;
    font-size: 15px;
}

.cloud-box {
    margin-bottom: 35px;
}

.cloud-box:last-child {
    margin: 0;
}

#why-choose-google-cloud-service .col-md-6 img {
    max-width: 500px;
    width: 100%;
}


#what-google-cloud .center-icon-body h3 {
    margin-top: 0;
}

#cloud-faq .devops_faq_sec .head_title h3 {
    padding: 0;
        padding-bottom: 0px;
    padding-bottom: 30px;
}










#why-choose-us .cloud-box {
    margin-bottom: 10px;
}

#aws-developments .center-icon-body {
    min-height: 220px;
}

#aws-faq .devops_faq_sec .head_title h3 {
    padding: 0;
}

@media(max-width: 768px)
{
#aws-developments .center-icon-body {
    min-height: 100px;
}
}



.hover_remove .center-icon-light:hover .flaticon:not(.text-white,.text-dark) {
    color: #ec6100 !important;
}



    
#helps-us.helpus_fullstack{
    background: #ec6100;
}
#helps-us.helpus_fullstack .nav-tabs > li > a{
    color: #ec6100;
    border: 1px solid #ffffff;
    border-radius: 0;
    background: #fff;
}
#helps-us.helpus_fullstack .nav-tabs > li.active > a{
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.right-col span {
    color: #050505;
}
.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  margin-top: -40px;
  overflow: hidden;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 66%;
}

.videoIframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background-color: transparent;
    transform: translate(-50%, -50%);
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 30px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
@media(max-width: 767px){
    #helps-us .tab-box{
        width: 49%;
        vertical-align: top;
        min-width: inherit;
    }
    #helps-us .tab-box h4 {
        font-size: 14px;
    }
    .videoWrapper {
        margin-top: 0px;
    }
}



section#azure-services {
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#azure_serv .center-icon-body h3 {
    font-size: 18px;
}
#azure-cloud-service .head_title h2 {
    font-size: 32px;
}
.icon-list h5 {
    margin: 0;
    line-height: 42px;
    font-size: 16px;
}
.f-16 {
    font-size: 15.5px;
}
.Sharepoint-box .icon > img{
    height: 51px;
    max-width: 100%;
}


.technology_right_img.bg-light .block_col_in:hover h4 {
    color: #000;
}
section#facts {
    background-image: url(../image/factBanner.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}





.portfolio_slider .row {
  display: flex;
  padding: 0;
}

.portfolio_slider .slick-track {
  padding: 0;
}

#Industries .navbar-nav {
  text-align: center;
  overflow: hidden;
  padding: 0;
  padding-bottom: 20px;
  border: none;
}

#Industries .navbar-nav li {
  display: inline-block;
  
  padding: 0;
  float: none;
  margin: 0;
  box-shadow: none;
}

#Industries .navbar-nav li a {
  border: 1px solid #535353;
  padding: 15px 15px;
  display: block;
  line-height: normal;
  margin: 5px 5px;
  color: #535353;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  min-width: 92px;
  border-radius: 0;
}
#Industries .navbar-nav li a:hover {
  color: #ec6100;
}
.portfolio_slider{
  
}


.common-box {
  background: #e0d9d9;
  height: 100%;
  padding: 20px;

}


.common-box h3 {
  margin: 0;
}

.common-box p {
  text-transform: capitalize;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}

.common-box .common_btn .btn {
  width: 100%;
  margin: 10px 0;
  padding: 15px 0;
}

.left_box.common-box h3 {
  
  min-height: 135px;
  font-size: 32px;
  font-family: 'Lora', serif;
  font-weight: 600;
}
.left_box.common-box h3 {
  
}
.middle-content h3 {
  font-size: 30px;
  font-weight: 700;
}

.right_box.common-box p {
  color: #737272;
  font-size: 13px;
}
.right_box.common-box h3 {
  font-size: 32px;
  font-family: 'Lora', serif;
  margin-bottom: 0;
  font-weight: 600;
}
.right_box.common-box {

  position: relative;
}
.right_box.common-box .client_img {
  
  overflow: hidden;
  bottom: 0px;
  right: 0px;
}
.portfolio_slider .col-md-3 {
  width: 40%;
}


.portfolio_slider .slick-arrow {
  bottom: -50px;
  left: 0;
  width: 35px;
}

.portfolio_slider .slick-list {
  margin-bottom: 40px;
}
.slick-next.slick-arrow::after {
  content: "\f105";
  font-family: fontawesome;
  font-size: 40px;

}

.slick-prev.slick-arrow::after {
  content: "\f104";
  font-family: fontawesome;
  font-size: 40px;

}

.portfolio-box {
  background: #e0d9d9;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  color: #000;
}


.portfolio-box h3 {
  margin-top: 0;
}

.portfolio-box:hover {
  background: #ec6100;
  color: #fff;
}

.portfolio-left img {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.single-portfolio-banner {
  background: linear-gradient(90deg, rgb(39, 75, 101) 13%, rgb(39, 157, 135) 100%);
}
.portfolio_right h1 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 15px;
}
.portfolio-left {
  padding-right: 50px;
}

.portfolio_right p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

#banner.single-portfolio-banner {
  padding: 25px 0;
}

.milestones_box {
  background:#efeceb;
  border-radius: 0;
  height: 100%;
  padding: 50px;
  min-height: 200px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  overflow: hidden;
  color: #454545;
  transition: 0.4s ease-in-out;
}






.milestones_box:hover {
  
  
}



.milestones_box:hover {
  background: #ec6100;
  transition: all .3s ease-in-out;
  color: #fff;
}



.milestones_box p {
  margin: 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
#milestones_box .row {
  display: flex;
  flex-wrap: wrap;
}

#milestones_box .row.common-row .col-md-6 {
  margin: 15px 0;
}
.portfolio_slider-2 {
  position: absolute;
  bottom: 10px;
  right: 0;
  max-width: 750px;
  left: 0;
  padding-left: 55px;
  padding-right: 50px;
}




.portfolio_slider-2.portfolio_slider_overview::after {

    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: url("../image/laptop-frame.png");
    background-size: 100% 100%;
    background-position: center;
    transform: scale(1.05);
    z-index: 9;
    background-repeat: no-repeat;

}

.technologies-list .item_icon:hover {
  transform: scale(1.2);
}


.slick-dots {
  text-align: center;
}


.portfolio_slider_overview .slick-dots li {
  display: inline-block;
  margin: 0px 5px;

}


.portfolio_slider_overview .slick-arrow {
  display: none !important;
} {
  display: none !important;
}

.portfolio_slider_overview .slick-dots {
  padding: 0;
  position: absolute;
  bottom: -15px;
  left: auto;
  right: 0;
  margin: auto;
  width: 100%;
  display: none;
}



.portfolio_slider-2.portfolio_slider_overview .slick-dots {
  bottom: -50px;
}


.technologies-list .item_icon {
  padding: 0 20px;
  max-width: 130px;
  transition: all 0.4s ease-in-out;
}
.portfolio_slider-3 {
  position: absolute;
  bottom: -20px;
  max-width: 290px;
  right: 0;
  margin: auto;
  left: 0;
  border-radius: 42px;
  
  padding-left: 5px;
  padding-right: 5px;
}
.portfolio_slider-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 4px;
  left: 0;
  background: url("../image/mobile-frame.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.04);
}
.portfolio_slider-3 .slick-dots {
  margin-bottom: -25px;
}


.slider-bg-desktop img {
  width: 100%;
}


.filterDiv, .filterDiv2 {
  display: none;
}

.show {
    display: block;
}

#Industries .navbar-nav li.active a, #myBtnContainer li.active a {
  color: #ec6100;
  border: 1px solid #ec6100 !important;
}


.dedicated_developer_text p {
  font-family: 'Montserrat', sans-serif;
}


.tile { 
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;

}

.scale-anm {
  transform: scale(1) !important;
}

.portfolio-box .center-icon-body p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  text-overflow: ellipsis;
  overflow: hidden;
}


.portfolio_mobile_sec {
  z-index: 9;
}

.portfolio_slider-3 .slick-dots {
  margin-bottom: -30px;
}

.client_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
 

.right_box.common-box .client_img img {
  max-width: 180px;
}


.breadcrumb_nav li {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  font-size: 14px;
  color: #fff;
}
.breadcrumb_nav {
  padding: 0;
  margin-bottom: 15px;
}

.divider {
  display: inline-block;
  height: 10px;
  width: 1px;
  background: #ccc;
  margin: 0px 8px -1px 7px;
  transform: rotate(15deg);
}

.breadcrumb_nav li a:hover {
  color: #fff;
}

.portfolio_right h1 {
  margin-top: 0;
}

.breadcrumb_nav li a {
  color: #ccc;
}

#banner.single-portfolio-banner {
  padding-top: 15px;
}




@media(min-width:991px){

#banner.single-portfolio-banner .row {
  display: flex;
  align-items: center;
}
.portfolio_slider .row .col-md-6 {
  background: #f3efef;
  margin: 0 -15px;
  padding: 0 30px;
}


}




@media(max-width: 991px){


   .portfolio-left {
  padding-right: 20px;
} 

    .middle-content h3 {
  font-size: 24px;
  font-weight: 700;
}
.portfolio_right h1 {
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 10px;
}

.portfolio_right p {
  font-size: 13px;
}
#milestones_box .col-md-3 {
  margin-bottom: 15px;
}
.milestones_box {
  min-height: 100px;
}

.portfolio_slider-3 {
  max-width: 200px;
  width: 100%;
}

.technologies-list .item_icon {
  padding: 0 20px;
  max-width: 100px;
}
.portfolio_slider-2.portfolio_slider_overview::after
{
    background-size:contain;
    bottom: -2px;

}

.portfolio_slider-2 .slick-slide {
  padding-right: 0;
}

.portfolio_slider-2 {

  padding-left: 50px;
  padding-right: 50px;
}
.portfolio_slider-2 .slick-track, .portfolio_slider-3 .slick-track  {
  padding-left: 0;
}

.portfolio_slider-3 .slick-slide {
  padding-right: 0;
}

.portfolio_slider-3 .slick-dots {
  margin-bottom: -10px;
}

.right_box.common-box h3, .left_box.common-box h3{ font-size: 22px; }

}
   

@media(max-width: 767px){

  

    .portfolio_slider-2.portfolio_slider_overview .slick-dots {
  bottom: -25px;
}
.portfolio_slider-2 {
  bottom: 0;
}

.portfolio_slider-2 {
  padding-left: 30px;
  padding-right: 30px;
}
.portfolio_slider .row {
  display: block;
  padding: 0;
}

.middle-content {
  padding: 20px;
}

.right_box.common-box {
  background-position: top 5px right 10px;
  min-height: 150px;
  position: relative;
}



.portfolio_slider .col-md-3 {
  width: 100%;
}


.portfolio_slider .row {
  display: block;

}
.common-box .common_btn .btn {

  margin: 5px 0;
}

#milestones_box .row {
  display: block;
}

.portfolio-left {
  padding-right: 0;
}
.portfolio_right {
  margin-top: 15px;
}

.milestones_box {
  min-height: 61px;
}
.portfolio_slider-3 {
  bottom: -30px;
  top: auto;
  margin: auto;
  max-width: 120px;
}

.portfolio_slider-3 {
  left: auto;
  right: 20px;
}

.portfolio_slider-3 .slick-slide {
  padding-right: 0;
}
.breadcrumb_nav li{font-size: 12px;}

#banner.single-portfolio-banner .row {
  display: block;
}

}



@media(max-width: 420px){

.portfolio_slider-2.portfolio_slider_overview::after {

  transform: none;
}

.portfolio_slider-3 .slick-dots {
  margin-bottom: -10px;
}
.portfolio_slider-3 {
  max-width: 100px;
}

}









.socail_block .list-inline > li{
    vertical-align: top;
}
#footer .social-icon-footer li a {
    border: none;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #959595;
    color: #fff;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#footer .social-icon-footer li a:hover {
  background: #ec6100;
}

#footer .social-icon-footer li a svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.certifcations.logo_list .slick-slide img {
  max-width: 100%;
}

.scroll_logo {
  padding: 0;
  list-style: none;
}
.scroll_logo:not(.slick-initialized) li + li{
    display: none;
}

.certifcations.logo_list .slick-slide img {
  max-width: 100%;
  background:#312c2c;
  padding: 5px;
  border-radius: 5px;
}
.certifcations.logo_list {
  margin-left: -10px;
}

.certifcations_logo_sec {
  border-top: 1px solid #545454;
  padding-top: 30px;
}

#banner.single-portfolio-banner .row {
  display: flex;
  align-items: unset;
}
.socail_block h4 {
  margin-top: 0;
  font-size: 18px;
}

.socail_block {
  padding-left: 31px;
}

.certifcations.logo_list {
  pointer-events: none;
}

@media(max-width:991px)
{
    .socail_block {
      text-align: center;
    }

}


@media(max-width:767px)
{

.socail_block h4 {
  font-size: 16px;
  margin-bottom: 15px;
}

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

.certifcations.logo_list {
  margin-left: 0;
}

}







.hover_icon {
    position: relative;
    visibility: hidden;
    opacity: 0;
    bottom: -15px;
    transition: all .1s linear;
}
.hover_icon:after{
    content:"\f105";
    font-family: fontawesome;
    font-size:28px;
    font-style: normal;
    color: #ec6100;
    line-height: 1;

}
.expertise_slide{
    float: left;
    width: 25%;
    padding: 20px 15px 20px;
    text-align: center;
    position: relative;
}
.expert_info, .expertise_slide figure{
    position: relative;
    z-index: 1;
}
.expertise_slider{
    padding-top: 50px;
    padding-bottom: 60px;
}
.expertise_slide figure{
    height: 200px;
    margin: 0 auto;
    line-height: 200px;
}
.expertise_slide figure img {
    max-height: 200px;
    display: inline-block;
    max-width: 100%;
    padding: 0 30px;
}
.expertise_slide figure{
    margin: 0 0 30px;
}
.expertise_slide:after{
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
    width: calc(100% - 30px);
    height: calc(100% - 100px);
    z-index: 0;
    background: #f0f0f0;
    transition: all .2s ease-in-out;
    border-radius: 8px; 
}
.expertise_slide:hover .hover_icon,
.expertise_slide.slick-current .hover_icon{
    bottom: 0;
    visibility: visible;
    opacity: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    display: inline-block;
}
.expertise_slide:hover:after,
.expertise_slide.slick-current:after{
    height: 100%;
}
.exp_bg_mobile:after{
    background: #f6d6d6;
}
.exp_bg_web:after{
    background: #b3d8ff;
}
.exp_bg_ui_ux:after{
    background: #e0d2fe;
}
.exp_bg_devops:after{
    background: #c9e8db;
}
.expertise_slider:not(.slick-initialized) .expertise_slide + .expertise_slide{
    display: none;
} 
.expertise_slider  .slick-list{
    padding: 0 !important;
}


section#technologies_tab .nav-tabs>li>a:hover {
    border-color: #eee0 #eee0 #ddd0;
    border-bottom: 2px solid #ec6100;
        margin-bottom: -1px;

}

section#technologies_tab .nav-tabs li a::after
{
  content: '';
  border-bottom: 2px solid #ec6100;
  width: 10px;
}

section#technologies_tab .tech-tabs{
text-align:center
}

section#technologies_tab .tech-tabs li {
    padding: 30px 10px 25px 10px;
    text-align: center;
    width: 17%;
    margin-right: 13px;
    margin-bottom: 13px;
    box-shadow: 0px 0px 1px 1px #eaeaea;
    -webkit-box-shadow: 0px 0px 1px 1px #eaeaea;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #010100;
    cursor: pointer;
    margin: 10px 15px 30px 15px;
    background-color: #f9fafa;
    float:none;
    display:inline-block
}
section#technologies_tab .tech-tabs li a{
    display: block;
    padding: 30px 10px 25px 10px;
}

section#technologies_tab .tech-tabs {
    margin-top: 35px;
    width:100%;
    margin-left: 0;
}

section#technologies_tab .tech-tabs li p {
    line-height: 20px;
    min-height: 28px;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Montserrat";
        color: black;

}


section#technologies_tab .tech-tabs li:hover {
    background: #ec6100;
    color: #fff;
}

section#technologies_tab .tech-tabs li:hover p {
    color: #fff;
}

section#technologies_tab li {
    list-style-type: none;
}

section#technologies_tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #ec6100;
    cursor: default;
    background-color: #fff;
    border-bottom: 2px solid #ec6100!important;
    border-bottom-color: #ec6100 !important;
    border: 1px solid #ddd0;
    margin-bottom: -1px; 
    
}
section#technologies_tab .nav-tabs {
    border-bottom: 2px solid #ddd;
}

section#technologies_tab ul.nav.nav-tabs li {
    list-style-type: none;
    width: auto;
    text-align: center;
    padding-top: 2%;
}

section#technologies_tab ul.nav.nav-tabs {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: inline-flex;
}

section#technologies_tab . li:hover img {
    opacity: 1;
}


.tech-tabs li:hover {
    background: #ec6100;
    color: #fff;
}


section#technologies_tab .nav-tabs>li>a {
      line-height: 1.42857143;
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    color: #000;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
    font-family: "Montserrat";
    padding: 15px 5px;
}

.expert_info {
    text-align: left;
    padding: 0 20px;
    border-top: 1px dashed #999;
}

.expert_info > h4 > a {
    color: #000;
}

@media(max-width: 767px){
    .expertise_slider  .slick-list{
        padding: 0  100px!important;
    }   

section#technologies_tab ul.nav.nav-tabs li {
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding-top: 0%;
}

section#technologies_tab ul.nav.nav-tabs {
    width: 100% !important;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: inline-grid;
        padding-top: 20px;

}

section#technologies_tab .tech-tabs li {
    text-align: center;
    width: 45%;
    margin-right: 13px;
    border-radius: 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #010100;
    cursor: pointer;
    margin: 10px 2% 30px 2%;
    background-color: #ecedef;

}


section#technologies_tab ul.nav.nav-tabs{
display:block;
border:0;
}
section#technologies_tab ul.nav.nav-tabs li {
    display: inline-block;
    vertical-align: middle;
    width: auto;
float:none
}
section#technologies_tab .nav-tabs>li>a {
    background: #ec6100;
    padding: 5px 7px;
    color: #fff;
    border: 0;
    margin: 2px;
font-size: 12px;
    font-weight: 400;
}
section#technologies_tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    margin-bottom: 0px;

    border-bottom: 0px solid #ec6100!important;
}

section#technologies_tab .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0;
    background: #000;
    color: #fff;
    margin: 2px;
}
section#technologies_tab .nav-tabs li a::after{
display:none;
}
}

@media(max-width: 480px){
 .expertise_slider  .slick-list{
    padding: 0  40px!important;
 }   
}














 

.our-values-explore .our-values_block {
  display: block;
  padding: 15px;
  margin: 15px 0;
  text-align: center;
  background: #f4f3f2;
  border-top: 4px solid #ec6100;
  border-radius: 5px;
  padding-bottom: 30px;
  padding-top: 80px;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
}
.our-values-explore .row {
  display: flex;
  flex-wrap: wrap;
}
.our-values-detail p {
  font-family: 'Montserrat', sans-serif;
}

.our-values-detail h4 {
  font-weight: 700;
}

.our-values-icon {
  border: none;
  display: inline-block;
  background: #fff;
  background: linear-gradient(242deg, rgb(237, 115, 30) 33%, rgb(217, 95, 9) 73%);
  border-radius: 5px;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80px;
  padding: 15px 0;
}


.our-values-icon img {
  max-width: 40px;
  width: 40px;
}
.work-philosophy-inner ul {
  text-align: center;
  padding: 0;
}

.work-philosophy-inner ul li {
  list-style: none;
  width: 24%;
  display: inline-block;
  margin-right: 0;
  margin-bottom: 30px;
  vertical-align: top;
}

.work-philosophy-top {
  box-shadow: 0 0 22px 1px #d2d6dc;
  height: 130px;
  padding: 30px 0;
  width: 130px;
  position: relative;
  margin: 0 auto 15px;
  border-radius: 5px;
}


.work-philosophy-icons {
  height: auto;
  margin: 0 auto;
  width: auto;
  padding: 0 0;
  max-width: 65px;
  
}

.work-philosophy-top:hover .work-philosophy-icons {
  filter: brightness(0) invert(1);
}

.work-philosophy-top:hover {
  background: #ec6100;
}


.work-philosophy-icons img {
  max-width: 100%;
}
.work-philosophy-detail h4 {
  font-size: 16px;
}

.work-philosophy-inner {
  margin-top: 40px;
}

.common_btn .btn {
  border-radius: 0;
}
.work-philosophy-detail {
  max-width: 160px;
  margin: auto;
}




@media(max-width: 991px)
{

.work-philosophy-inner ul li
{
margin: 0px 20px;
}


}




@media(max-width: 767px)
{

.certifcations.logo_list
 {
margin-left: 0;
}

.work-philosophy-top {
  
  margin: 0 auto 0px;
}

.work-philosophy-inner ul li {
  margin: 8px 0;
  width: 150px;
}

.work-philosophy-detail h4 {
  font-size: 16px;
}


.our-values-icon {
  min-width: 70px;
}

.breadcrumb_nav {
  padding: 0;
  margin-bottom: 10px;
}

#banner.single-portfolio-banner {
  padding-top: 8px;
}

.our-values-explore .our-values_block
{
    padding-top: 50px;

}

}












.testimonial-slide {
  box-shadow: 0 0 10px 1px #d2d6dc;
  padding: 20px 50px;
  position: relative;
  margin: 0 15px;
  max-width: 700px;
  height: auto;
}
.client_pic img {
  border: 1px solid #ec6100;
  padding: 0;
  width: 100%;
  object-fit: cover;
  object-position: center top;
  height: 100%;
}
.client_pic {
  position: absolute;
  top: -50px;
  border-radius: 0;
  border: 1px solid #ec6100;
  padding: 5px;
  max-width: 120px;
  background: #fff;
  width: 120px;
  height: 120px;
}
.client_details {
  padding-left: 150px;
}


.row.testimonial-slider {
  padding: 30px 0;
}

.row.testimonial-slider .slick-track {
  padding-top: 100px;
  padding-bottom: 30px;
  display: flex;
}




.testimonial-slider .slick-list::after {

    position: absolute;
    content: "";
    width: 116px;
    height: 100%;
    background: linear-gradient(to left, rgb(255, 255, 255) 0%,rgba(81, 0, 0, 0) 100%);
    top: 0;
    right: 0;
    z-index: 9;

}

.testimonial-slider .slick-list::before {

    position: absolute;
    content: "";
    width: 116px;
    height: 100%;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgba(81, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    z-index: 9;

}
.testimonial-content {
  min-height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-top: 20px;
}
.short-text p {
  font-size: 16px;
  line-height: 27px;
  font-family: 'Montserrat', sans-serif;
}


.testimonial-slider .slick-prev.slick-arrow {
  left: 0;
  right: auto;
  top: 55%;
  width: 70px;
}


.testimonial-slider .slick-next.slick-arrow
{
    left: auto;
  right: 0;
  top: 55%;

}

.client_details h3 {
  margin-bottom: 0;
  margin-top:0;
}
.short-text p {
  font-size: 18px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
}
.Quote_left {
  font-size: 40px;
  line-height: 22px;
  padding-right: 15px;
  vertical-align: top;
}

.Quote_right {
  font-size: 40px;
  text-align: right;
  display: inline-block;
  line-height: 30px;
  vertical-align: bottom;
  padding-left: 10px;
}

.vedio_popup a {
  font-size: 35px;
  border: none;
  padding: 0;
  border-radius: 5px;
}
.vedio_popup {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.client_details p {
  color: #ec6100;
  font-size: 14px;
  margin-bottom: 0;
}

.short-text strong
{
    font-weight: normal;

}

.row.testimonial-slider .slick-track {
  padding-left: 0;
  padding-right: 0;
}

@media(max-width:767px)
{


.client_details {
  padding-left: 0;
  padding-top: 30px;
}

.testimonial-slide {
  padding: 20px;
}
.client_pic {
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  height: 90px;
}
.client_details {
  text-align: center;
}


.testimonial-slider .slick-list::after {
  width: 150px;
  display: none;

}

.testimonial-slider .slick-list::before 
{
 
  width: 150px;
   display: none;

}

.row.testimonial-slider {
  padding: 0 0;
}


.row.testimonial-slider .slick-track
{
    padding-top: 60px;
    padding-left: 0;
padding-right: 0;

}
.client_details h3 {
  font-size: 18px;
}
.short-text p {
  font-size: 15px;
  line-height: 27px;
  padding-top: 10px;
}


.row.testimonial-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.row.testimonial-slider .slick-dots 
{
    padding: 0;

}

.testimonial-content {
  margin-top: 0;
}
}



 



 

.brand-list_item li:nth-child(3n+2){
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.brand-list_item li {
  width: 33.33%;
  float: left;
  padding: 30px 10px;
  border-bottom: 1px solid #ddd;
  height: 137px;
  line-height: 77px;
}

.brand-list_item li:nth-last-child(3), .brand-list_item li:nth-last-child(2), .brand-list_item li:nth-last-child(1) {
  border-bottom: 0;
}

.brand-list_item li img {
  opacity: 0.6;
  max-height: 77px;
  max-width: 180px;
}

.brand-list_item li img:hover {
  opacity: 1;
}

@media(max-width:767px)
{

.brand-list_item li:nth-child(3n+2)
 {
  border-right: none;
  border-left: none;
}
.brand-list_item li:nth-child(2n+1) {
  border-right: 1px solid #ddd;
}

.brand-list_item li:nth-last-child(3)
{
    border-bottom: 1px solid #ddd;

}

.brand-list_item li {
  width: 50%;
  display: block;
}
.brand-list_item li img {
  max-width: 140px;
}

}






.python-services .col-md {
  flex: 1 0 0%;
}
.python-services-tabs .nav.nav-tabs a {
  font-size: 16px;
  background-color:#f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 16px 0;
  color: #222;
  border: none;
  border-bottom:2px solid #ec6100;
  border-radius: 0;
  font-weight: 700;
  height: 100%;
}
.python-services-tabs .nav.nav-tabs .active a {
  background: #ec6100;
  color: #fff;
}
.python-services-tabs .nav-tabs {
  border: none;
}
.python_box picture img {
  max-width: 60px;
}
.python_box picture img {
  max-width: 60px;
}

.python-services-tabs .tab-content {
  margin-top: 30px;
}
.python_box {
  display: flex;
  align-items: center;
  padding: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.python_box .text-black {
  padding-left: 15px;
  margin-bottom: 0;
}
.row.row-box {
  display: flex;
  flex-wrap: wrap;
}
.python-services-tabs .nav.nav-tabs a:focus{border:none; border-bottom: 2px solid #ec6100 ;}
.python-services-tabs .panel.panel-default {
  border: none;
  box-shadow: none;
}
@media(min-width:991px){
.python-services-tabs .tab-content .panel-heading {
  display: none;
}
.col-lg-4.python_box:nth-child(3n+2) {
  border-left: 1px solid #dee2e6;
}
.col-lg-4.python_box:nth-child(3n+3) {
  border-left: 1px solid #dee2e6;
}
.col-lg-4.python_box:nth-last-child(2), .col-lg-4.python_box:nth-last-child(3), .col-lg-4.python_box:nth-last-child(1){
    border-bottom:none  
}
.python_box:hover {
  box-shadow: 0 2.8125rem 3.75rem 0 rgba(34,34,34,.1);
}
.python-services-tabs .active .panel-collapse.collapse {
  display: block;
}
}
@media(max-width:991px){
.python-services-tabs .nav-tabs {
  display: none;
}
.python-services-tabs .tab-pane {
  display: block;
}
.python-services-tabs .panel-collapse.collapse.in {
  display: block;
}
.python_box picture img {
  max-width: 50px;
}
.python_box {
  width: 100%;
  padding: 10px 0;
}
.python-services-tabs .panel.panel-default {
  margin-bottom: 0;
  border-bottom: 1px solid #f0ebeb;
  border-radius: 0;
}
.python-services-tabs .panel-heading {
  background: none;
  border: none;
  position: relative;
  padding: 0;
}
.python-services-tabs .panel.panel-default .panel-title a {
  display: block;
  padding: 15px 0;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-right: 35px;
}
.python-services-tabs .panel.panel-default .panel-title a::after {
  position: absolute;
  content: "\f078";
  width: 20px;
  height: 20px;
  border: none;
  right: 0;
  top: 10px;
  bottom: 5px;
  margin: auto;
  font-family: fontawesome;
  font-size: 13px;
  color: #ec6100;
}
.python_box:last-child {
  border: none;
}
.python_box .text-black{ margin-bottom: 0; }
}


.table-technical-stack.tech-stck-old table tr td:nth-child(2n+1) {
  background-color:#ec6100;
  font-size: 1.125rem;
  font-weight: 700;
  width: 18.75rem;
  min-width: 18.75rem;
  color: #fff;
  padding: 1.1875rem 1.875rem;
}
.table-technical-stack.tech-stck-old table tr {
  display: block;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 0 .9375rem rgba(34,34,34,.1);
  box-shadow: 0 0 .9375rem rgba(34,34,34,.1);
}
.table-technical-stack.tech-stck-old table tr td:nth-child(2n) {
  background-color: #fff;
  width: 100%;
  padding: 1.1875rem 1.875rem;
}
.table-technical-stack.tech-stck-old table tr td span {
  padding: 0 .9375rem;
  border-right: .0625rem solid #dadada;
  display: inline-block;
}
@media(max-width:991px){
.table-technical-stack.tech-stck-old table tr td:nth-child(2n+1) {
  display: block;
  width: 100% !important;
}
.table-technical-stack.tech-stck-old table tr {
  background: #fff;
}
.table-technical-stack.tech-stck-old table tr td:nth-child(2n+1) {

  padding: 10px 15px;

}
.table-technical-stack.tech-stck-old table tr td span {
  padding: 10px;
  border-right: none;
  display: inline-block;
  background: #f4efef;
  border-radius: 5px;
  margin: 2px 2px;
  font-size: 14px;
  border:none;
 font-weight: 600px;
}
.table-technical-stack.tech-stck-old table tr td:nth-child(2n) {
  padding: 10px;
}
}






.cnt_us .main_banner h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

section#inner_banner .cnt_us {
    min-height: 600px;
}

section#get_touch a {
    font-family: 'Montserrat', sans-serif;
}


section#inner_banner_cnt {
    color: #fff;
    padding: 90px 0 80px;
    min-height: 500px;
    display: table;
    width: 100%;
    margin-bottom: -1px;
}

.address_in_cont li.location {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Montserrat';

}

.address_in_cont .contactDetailWrapper a {
    color: #454545;
    font-size: 13px;
}

.address_in_cont .contactDetailbox {
    text-align: center;
    margin: 20px 0 20px 0px;
    min-height: 130px;
    padding-top: 10px;

}

.address_in_cont .contact_info {
    padding-left: 0px;
}

.address_in_cont .contactDetail {
    padding: 0;
}

.address_in_cont .contactDetailbox h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 8px 0;
    text-transform: uppercase;
}




@media (min-width: 767px) {
    .address_in_cont .border_lft {
        border-right: 1px solid #e6e6e6;
    }

    .address_in_cont .border_btm {
        border-bottom: 1px solid #e6e6e6;
    }

}



.hs-form-1f68c2fe-9db5-40bb-8791-cd411868e605_202ba980-a1d4-4391-895c-3afcff62ce47 fieldset {
    margin: 0 auto !important;
    max-width: 100% !important;
}

fieldset.form-columns-2 {
    margin: 0 auto !important;
    max-width: 100% !important;
}

.contactDetailmap.col-md-6 {
    padding: 0;
}

.main_cont_us_sec {
    background: rgb(255 255 255);
    box-shadow: 0px 9px 29.44px 2.56px rgb(0 0 0 / 5%);
    margin-top: -220px;
}

.contactDetailform.col-md-6 {
    padding: 50px 0px 0px 50px;
}


.hubspot-link__container.sproket {
    display: none !important;
}

.contactDetail h3 {
    margin-bottom: 40px;
}




.touch_main_div.main_touch i.fa {
    height: 80px;
    width: 80px;
    background: #ec6100;
    color: white;
    line-height: 80px;
    border-radius: 5px;
    
}

ul.touch_ul {
    list-style: none;
    padding: 10px 0 10px 0px;
}

section#get_touch .col-md-12.head_title.text-center.inner.head_title h3 {
    margin-bottom: 40px;
}

section#get_touch .touch_main_div h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 15px 0 0 0;
    text-transform: capitalize;
}

section#get_touch .fa-envelope:before {
    font-size: 35px;
}

section#get_touch .fa-group:before,
.fa-users:before {
    font-size: 35px;
}

section#get_touch .fa-skype:before {
    font-size: 35px;

}

section#get_touch .social-icon-footer li a {
    border: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 29px;
    text-align: center;

    font-size: 16px;
}


section#get_touch .social-icon-footer li a:hover {
    color: #000;
}

.touch_main_div>i.fa {
    height: 80px;
    width: 80px;
    background: #ec6100;
    color: white;
    line-height: 80px;
    border-radius: 5px;
}

.touch_main_div {
  height: 220px;
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  box-shadow: 0px 2px 5px rgba(70, 70, 70, 0.08);
}



@media (max-width: 767px) {


.contactDetailform.col-md-6 {
    padding: 50px 0px 0px 25px;
}


    .contactDetailmap.col-md-6 iframe {
        height: 550px;
    }

    section#get_touch .touch_main_div h3 {
        font-size: 18px;
    }

    .address_in_cont .contactDetailbox {
        text-align: center;
        margin: 5px 0 10px 0px;
        min-height: 110px;
        padding: 10px;
    }

    .address_in_cont .contactDetailbox h3 {
        font-size: 17px;
        margin: 10px 0 8px 0;
    }

    section#form_cnt {
        padding-bottom: 0px;
    }

    section#get_touch {
        padding-top: 0;
    }

    .contactDetailform.col-md-6 {
        padding: 50px 0px 0px 30px;
    }

    section#get_touch .col-md-12.head_title.text-center.inner.head_title h3 {
        margin-bottom: 30px;
    }

    section#inner_banner_cnt {
        padding: 50px 0;
        min-height: 160px;
        min-height: 450px;

    }

    .cnt_us .main_banner h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.2;
    }

    .contactDetail h3 {
        margin-bottom: 20px;
    }
}










.mission-box {
  background: #f4f3f2;
  padding: 45px;
  position: relative;
  border-top: 4px solid #ec6100;
  height: 100%;
  text-align: center;
}

.mission-box .icon {
  position: absolute;
  max-width: 80px;
  top: -45px;
  background: #fff;
  border: 2px solid #ec6100;
  padding: 15px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 5px;
}

.mission-box .icon img {
  max-width: 100%;
}

.our-mission-main {
  margin-top: 30px;
}
@media(max-width:991px)
{

.mission-box {
  margin-bottom: 60px;
}
.our-mission {
  padding-bottom: 30px;
}

}

@media(max-width:767px)
{
.our-mission-main {
  margin-top: 30px;

}

}











#services {
    background-color: #f8f8f8;
    padding: 15px 0;
}

#services .bg-lite {
    
    
    padding: 30px;

}


#services .bg-lite .content p 
{
    margin-bottom: 40px;
}

.media-body h4 {
    color: #ec6100;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 32px;
    font-weight: 700;
}

.media {
    display: flex;
    align-items: flex-start;

}

.align-items-center {
    align-items: center;
}


.media-image {
  width: auto;
  display: block;
  padding:20px;
  min-width: 180px;
  border: none;
  text-align: center;
  margin-right: 0;
  background-color: #fff;
}



.service_content h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
}

.media {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media(min-width:991px)
{

    .position_fixed {
  position: sticky;
  top: 100px;
}

}


@media and (min-width:991px) and  (max-width:1299px) 
{
    #services .media {
  flex-wrap: wrap;
}

.media-image {
  padding: 10px 0px;
  text-align: left;
}

}

@media(max-width:991px)
{


#services .bg-lite {
  position: static;
  height: auto;
}
.media {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.media-body h4 {
  font-size: 18px;
  line-height: 30px;
  min-height: 60px;
  margin: 0;
}
.media-list .row {
  display: flex;
  flex-wrap: wrap;
}

.media-body {
  padding: 20px;
}
.media:nth-child(2n+1) {
  border-right: 1px solid #ddd;
}
.media:nth-child(n+1) {
  border-bottom: 1px solid #ddd;
}

.media-image {
  padding: 0;
}

}




@media(max-width:767px)
{

.service_content h3 {
  margin: 0;
  font-size: 24px;
}
#services .bg-lite {
  padding: 0;
}

.media-icon {
  text-align: center;
}



.media-body h4{ min-height: 30px; }

}











.gallery_sec {
  background: #f8f8f8;
}
.gallery_block {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;
}

.gallery_card {
  overflow: hidden;
  position: relative;
  box-shadow:0 5px 5px rgba(0,0,0,0.05);
  transition:0.2s ease-in-out;
  top: 0;
  border-radius: 5px;
  padding: 0;
  margin-bottom: 0;
  
  height: 100%;
  max-height: 250px;
}


.gallery_card .image {
  z-index: 1;
  height: 100%;
  cursor: pointer;
}


.gallery_card .image img {
  max-width: 100%;
  height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    object-fit: cover;
    object-position: center;

}

.gallery_card img {
  max-width: 100%;
  transition: all 0.2s
}
.gallery-col {
  margin-bottom: 15px;
  padding: 0px 10px;
}


.gallery_card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}

.gallery_card .content span:last-child {
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.gallery_silder.row {
  display: flex;
  flex-wrap: wrap;
}


.gallery_card .content {
  display: none;
}





 .gallery_sec_page .pagination {
  padding: 20px;
  text-align: center;
  margin: auto;
  display: block;
}
.gallery_sec_page .pagination a {
  display: inline-block;
  cursor: pointer;
  padding: 8px 13px;
  margin: 4px;
  min-width: 45px;
  border: 1px solid #ec6100;
  font-family: 'Montserrat', sans-serif;
  

}
  .gallery_sec_page .pagination a.disabled{
    opacity:.3;
        pointer-events: none;
      cursor:not-allowed;   
  }


.gallery_sec_page .pagination a.page.current {
  background: #ec6100;
  color: #fff;
  border: 1px solid #ec6100;
}


@media(max-width: 991px)
{

.gallery_card .content span:first-child{font-size: 18px;}

}




@media(max-width: 767px)
{



.gallery_card .content span:last-child {
  font-size: 10px;

}

.gallery_card .content span:first-child{font-size: 14px;}

#banner.single-portfolio-banner .row {
  display: block !important;
  align-items: unset;
}


}











#banner.home-video-banner {
  position: relative;
  padding:10% 0 12%;
}

.wrapper__video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  overflow: hidden;
  bottom: 0;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

.home-video-banner {
  overflow: hidden;
}






.search_block .form-group .fa {
  position: absolute;
  left: 15px;
  top: 16px;
  color: #acabab;
  font-size: 20px;
}
#searchInput {
  width: 100%;
  border-radius: 5px;
  height: 50px;
  padding-left: 45px;
  border:1px solid #ececec;
  box-shadow: 0 4px 8px rgba(0,0,0,.12);
  max-width: 100%;
}
#myUL {
  padding: 0;
}

#myUL li {
  display: inline-block;
}
#myUL li a {
  padding: 10px 15px;
  border-radius: 5px;
  margin: 5px 2px;
  color: #333;
  display: block;
  box-shadow: 0px 2px 5px rgba(70, 70, 70, 0.12);
  border: 1px solid #fdfdfd;
  font-family: 'Montserrat', sans-serif;
}
#myUL li a:hover {
  box-shadow:0 7px 8px rgba(0,0,0,.19);
}
#search_title  {
  font-size: 18px;
  margin-top: 40px;
}

input#searchInput:focus::placeholder {
  color: transparent;
  opacity: 0;
}
input#searchInput:focus::-moz-placeholder
{
    color: transparent;
    opacity: 0;

}
.search_block .form-group {
  max-width: 500px;
  position: relative;
  margin-left: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.search_list span {
  display:inline-block;
  vertical-align: text-bottom;
}

.search_list span img {
  max-width: 20px;
  margin-right: 8px;
  vertical-align: middle;
}

#empty-result {
  font-size: 14px;
}

.search_list #myUL {
  text-align: center;
}

#empty-result .btn .fa {
  font-size: 16px;
  margin-right: 6px;
}
.partnerNew .partner-icon img {
    max-height: 50px;
}


@media(max-width:767px)
{

#searchInput {
  max-width: 100%;
}
.search_block .form-group
{
   
  max-width: 400px;


}


}









.partnerNew .partner-icon,.partnerNew  .partner-icon-body {
    vertical-align: top;
}
.partnerNew .partner-icon-body h4 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0;
}
.partner-icon-light.partnerNew .partner-icon{
    height: 50px;
    width: 70px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
}
.partner-icon-light.partnerNew .partner-icon img{
    max-height: 50px;
    max-width: 100%;
}
@media(max-width: 767px){
    .partnerNew .partner-icon-body h4 {
        font-size: 14px;
        margin-top: 10px;
    }
    .partner_mobile_app .common-row{
        padding-top: 0;
    }    
}






.our-expertise-body {
  border: none;
  border-radius: 0;
  margin-bottom: 50px;
  padding: 20px;
  padding-left: 80px;
  position: relative;
  box-shadow: 0 0 22px 1px #d2d6dc;
  min-height: 190px;
}

.expertise-icon {
  position: absolute;
  left: 20px;
  text-align: center;
  top: -13px;
  color: #fff;
  z-index: 9;
}

.expertise-icon span {
  background: #ec6100;
  font-size: 20px;
  width: 45px;
  height: 30px;
  line-height: 30px;
  display: block;
  color: #fff;
  position: relative;
}
.expertise-icon span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 28px;
  left: 0px;
  top: -28px;
  z-index: 9;
  right: 0;
  margin: auto;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-bottom: 15px solid #ec6100;
}
.expertise-icon span::before {
  position: absolute;
  content: "";
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  border-top: 10px solid #ec6100;
  bottom: -10px;
  left: 0;
}
.expertise-icon::before 
{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  bottom: -155px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #ec6100;
  background: #fff;
  z-index: 9;
  transition: all .3s linear;
}
.expertise-icon::after {
  position: absolute;
  content: "";
  width: 1px;
  background: #ec6100;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  transition: all .3s linear;
}

.expertise-content h3 {
  font-size: 22px;
}

.expertise-icon i {
  font-size: 26px;
}
.our-expertise-body:hover .expertise-icon:before{
    bottom: -225px;
}
.our-expertise-body:hover  .expertise-icon:after{
    height: 100px;
    bottom: -100px;
}
.common_padd.our-expertise{
    padding-bottom: 50px;
}
@media(max-width:1199px){
    .our-expertise-body{
        min-height: 220px;
    }
    .common_padd.our-expertise {
        padding-bottom:0px;
    }
}
@media(max-width:991px){
    .our-expertise-body{
        min-height: 270px;
    }
    
}
@media(max-width:767px){
    .common_padd.our-expertise{
        padding-bottom: 00px;
    }   
    .our-expertise-body{
        min-height: inherit;
    }
    .our-expertise-row .col-sm-6:last-child .our-expertise-body{
        margin-bottom: 20px;
    }
}



.btn_style_cmn .btn_cmn_item{
    text-align: center;
    padding: 17px 25px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
}
.btn_style_cmn .btn_cmn_item h2{
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 3px;
}
.btn_style_cmn .btn_cmn_item span{
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.btn_style_1 .btn_cmn_item{
    background: rgb(240,60,55);
    background: linear-gradient(90deg, rgba(240,60,55,1) 0%, rgba(253,142,87,1) 100%);
}
.btn_style_2 .btn_cmn_item{
    background: rgb(40,97,0);
    background: linear-gradient(90deg, rgba(40,97,0,1) 0%, rgba(144,209,97,1) 100%);
}
.btn_style_3 .btn_cmn_item{
    background: rgb(4,0,142);
    background: linear-gradient(90deg, rgba(4,0,142,1) 0%, rgba(187,117,250,1) 100%);
}
.btn_style_1 .btn_cmn_item:hover{
    background: rgba(253,142,87,1);
    background: linear-gradient(90deg, rgba(253,142,87,1) 0%, rgba(240,60,55,1) 100%);
}
.btn_style_2 .btn_cmn_item:hover{
    background: rgba(144,209,97,1);
    background: linear-gradient(90deg, rgba(144,209,97,1) 0%,  rgba(40,97,0,1) 100%);
}
.btn_style_3 .btn_cmn_item:hover{
    background: rgba(187,117,250,1);
    background: linear-gradient(90deg, rgba(187,117,250,1) 0%, rgba(4,0,142,1) 100%);
}
@media(max-width:767px){
    .btn_style_cmn .btn_cmn_item h2{
        font-size: 16px;
    }
}


section#contact {
    background: #fff;
}
.hide_desktop{
    display: none;
}
.btn_show_more{
    margin-top: 10px;
}
.btn_show_more:hover, .btn_show_more:focus{
    text-decoration: underline;
    color: #ec6100;
}
@media(max-width:767px){
    .pb-mbl-0{
        padding-bottom: 0 !important;
    }
    .pt-mbl-0{
        padding-top: 0 !important;
    }
}

.shopify_scale_sec {
    background: #003952;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 60px;
    padding:20px 40px;
}
.shopify_scale_sec .btn_style_cmn .btn_cmn_item h2{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
}
.shopi_scale_head {
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 20px;
}
.shopi_scale_head span{
    display: block;
    color: #8FD061;
    font-size: 40px;
    padding: 5px 0;
}
.scale_right_content p {
    margin-bottom: 20px;
}
.shopify_scale_sec figure{
    margin: 0;
    text-align: center;
}
@media(max-width:767px){
    .shopify_scale_sec{
        text-align: center;
        padding: 30px 20px 40px;
        margin-bottom: 30px;
    }
    .shopify_scale_sec figure {
        margin: 0 0 30px;
    }
    .btn_style_cmn .btn_cmn_item{
        padding:17px 15px;
    }
}





@media(max-width: 991px){
    .dream-team .select-box {
      margin: 10px 0;
    }
    .md-mb-20 {
      margin-top: 20px;
    }
    .mean_stack_Expert img {
          text-align: center;
          margin: auto;
          margin-top: 20px;
    }
}



.contactDetailWrapper #footerHSForm,
.contact-form .hbspt-form,
#welcomePopupForm,
#footerHSForm,
#footerHSForm1,
.join_our_team .hbspt-form{
    overflow: hidden;
}
.contactDetailWrapper #footerHSForm > iframe.hs-form-iframe,
.contact-form .hbspt-form > iframe.hs-form-iframe,
#welcomePopupForm > iframe.hs-form-iframe,
#footerHSForm > iframe.hs-form-iframe,
#footerHSForm1 iframe.hs-form-iframe,
.join_our_team .hbspt-form iframe.hs-form-iframe{

}






.common_padd.creative-ui-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../image/process_bg.jpg");
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -9;
  opacity: 0.5;
  background-attachment: fixed;
} 
.gray-bg {
  background: #eef2fc;
}


 .marketing_list_block {
    padding: 0;
    margin: 0;
}

.marketing_list_block li {
    display: flex;
    align-items: first baseline;
}

.marketing_list_block li i {
    font-size: 15px;
    margin-right: 10px;
    background: #ec6100;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 31px;
    min-width: 30px;
}

.row.marketing_partner .contactDetailWrapper {
    box-shadow: 0px 9px 29.44px 2.56px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #fff;
}

.review_box .icon img {
    max-height: 38px;
}

.review_box {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-width: 200px;
    margin: 10px 0;
}

.review-star {
    font-size: 25px;
    color: #ffc600;
    margin-top: 15px;
}

.modal-body.contact_form .contactDetailWrapper {
    padding-left: 50px;
    padding-top: 20px;
}

.img_col img {
    min-height: 400px;
    object-fit: cover;
    object-position: center;
}


.marketing_partner_sec {
    padding-top: 60px;
    padding-bottom: 60px;
}

.services_box {
    border: 1px solid #ffffff4f;
    padding: 20px;
    text-align: left;
    height: 100%;
}
.white-text {
  color: #fff;
}

.common_padd.creative-ui-sec {
  background: #000;
  z-index: 9;
}

.white-text p {
  color: #fff !important;
}


@media only screen and (max-width:991px) {

    .review-star {
        font-size: 20px;
        color: #ffc600;
        margin-top: 10px;
    }

    .review_box .icon img {
        max-height: 30px;
    }


    .row.align-item.common-row.left_img {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

}


@media only screen and (max-width:767px) {

    .modal-body.contact_form .contactDetailWrapper {
        padding-left: 20px;
        padding-top: 20px;
    }


    .col-sm-12 {
        width: 100%;
    }

    .marketing_partner_sec {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .review_box {
        padding: 15px;
        min-width: 180px;
    }


    #inner_banner .common_btn .btn {
        white-space: normal;
        line-height: normal;
    }

    .services-col {
        
        margin: 10px 10px;
    }

    .img_col img {
        min-height: auto;
    }

}










#career_sec .row.common-row {
  display: flex;
  flex-wrap: wrap;
}


.job-list.job-grid {
  padding-bottom: 0px;
  border: 1px solid #dbd4d4;
  display: block;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
  position: relative;
  background-color: #fff;
  height: 100%;
}
.job-list .job-list-logo img {
    height: 100%;
}
#career_sec .row.common-row .col-lg-4 {
  margin-bottom: 30px;
}

.job-list.job-grid .job-list-logo {
    text-align: left;
    -webkit-box-flex: 0;
    margin-top: 20px;
    font-size: 27px;
    padding: 0 30px;
    color: #5e5959;
    line-height: normal;
}

.job-list-details {
  text-align: left;
  padding: 20px;
  position: relative;
}

.job-list-details::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ec6100;
  bottom: -1px;
  left: 0;
  transition: all 0.5s ease-in-out;
  right: 0;
  transform-origin: center;
  transform: scale(0);
}

.job-list-details:hover::after {
  width: 100%;
  transform: scale(1);
}


.job-list-option li {
    display: block;
    margin: 0 0;
    color: #454545;
    font-size: 13px;
    padding: 4px 0;
}

.job-list-favourite-time .job-list-position .fa::before {
    font-size: 12px;
}

.apply-now-btn {
  text-align: right;
  display: flex;
  justify-content: space-between;
}
.job-list-option li i {
    margin-right: 5px;
}

.job-list.job-grid .job-list-favourite-time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #eeeeee;
    margin-top: 20px;
    font-size: 13px;
    justify-content: space-between;
    padding: 10px;

}

.job-time {
    background-color: #ddd;
}

.full-time {
    background-color: #186fc9;
}

.part-time {
    background-color: #ffc107;
}


.job-list-time i {
    margin-right: 4px;
}

.top-span span {
    border: 1px solid #c7c9cc;
    border-radius: 2px;
    padding: 3px 5px;
    display: inline-block;
    margin-right: 7px;
    font-size: 12px;
    background: #f2f5f7;
    color: #080809;
    margin-top: 7px;
}

.top-span {
    text-align: right;
}
.job-list-title p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #454545;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.job-list-title h4 {
    margin-top: 0;
}
.modal-body.details-body ul {
  padding-left: 0;
  counter-reset: my-counter;
}

.details_list li {
  display: block;
}
.modal-body.details-body {
  padding: 30px;
  counter-reset: my-counter;
}
.details-body ul li {
  counter-increment: my-counter;
  position: relative;
  display: block;
  padding: 5px 0;
  padding-left: 20px;

}
.details-body ul li::after {
  content: ""counter(my-counter)".";
  border: none;
  left: 0;
  position: absolute;
  top: 4px;
  
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: ;
  
  
  font-size: 14px;
}
.apply-now-btn .apply-btn.btn {
  border: 1px solid;
  color: #ec6100;
  padding: 10px 10px;
  background: #fff;
  min-width: 104px;
}
.apply-now-btn {
    
}

.jobDetails .Responsibilities h3, .jobDetails .Requirements h3 {
  margin-bottom: 10px !important;
  font-size: 18px;
}
section#life-at-evince-sec h3 {
  margin-bottom: 10px;
}
.modal-body.details-body h4 {
  margin-bottom: 30px;
  font-size: 24px;
}
.details_list li {
  display: block;
  padding: 5px 0;
  font-size: 16px;
}

.details_list .list {
  padding: 5px 0;
  font-size: 16px;
}
.modal-body.details-body {
  padding: 30px;
}
.jobDetails .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -10px;
  right: -9px;
  font-size: 20px;
  z-index: 999;
  opacity: 1;
  border-radius: 50px;
  background: #000;
  text-shadow: none;
  color: #fff;
  font-size: 13px;
}

section#life-at-evince-sec .industry-tabs {
  padding: 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}


section#life-at-evince-sec .evince-life-grid-head ul li {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  list-style: none;
  box-shadow: none;
  float: none;
  width: 100%;
  margin: 0;
  border-radius: 0;
}


.main_li_div {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;

  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

section#life-at-evince-sec .evince-life-grid-main, section#life-at-evince-sec .evince-life-grid-detail
{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;

padding: 20px;
}


section#life-at-evince-sec .evince-life-grid-head ul li:hover .main_li_div, section#life-at-evince-sec .evince-life-grid-head ul li:focus .main_li_div {
  transform: rotateY(180deg);
}

section#life-at-evince-sec .evince-life-grid-head ul li:hover .evince-life-grid-detail {
  opacity: 1;
}
section#life-at-evince-sec .evince-life-grid {
    background-image: url(../image/evince-life-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: center;
    padding: 40px;
}

section#life-at-evince-sec .evince-life-grid-main {
    background-color: #ffffff;
    z-index: 9;
}

section#life-at-evince-sec .evince-life-grid-main .indus_icon img {
  max-width: 90px;
  opacity: 1 !important;
}

section#life-at-evince-sec .evince-life-grid-detail > p {
    font-family: 'Titillium Web', sans-serif;
    min-height: 28px;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

section#life-at-evince-sec .evince-life-grid-detail {

    background:#ec6100;
    background: linear-gradient(242deg, rgb(237, 115, 30) 33%, rgb(217, 95, 9) 73%);
color: white;
transform: rotateY(180deg);
z-index: 1;
 
   padding: 20px;
}

.evince-life-grid-main .indus_icon {
  margin-bottom: 15px;
  min-height: 90px;
}
section#life-at-evince-sec .evince-life-grid-head ul li {
    list-style: none;
}

section#life-at-evince-sec h3 {
    margin-bottom: 20px;
}




form#contact-us .form-control {
    min-height: 40px;
    border-radius: 0;
    border: 1px solid #dddddd;
    box-shadow: none;
}

form#contact-us input.btn.btn-upload {
    width: 100%;
    margin-top: 2%;
    background: #ec6100;
    color: white;
    text-transform: uppercase;
    height: 40px;
}

form#contact-us .upload-file {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #cfcfcf;
    padding: 7px 5px 10px 5px;
    margin-top: 8px;
    height: 40px;
    margin-bottom: 10px;
}
form#contact-us .upload-file .fa.fa-upload {
  position: absolute;
  right: 11px;
  top: 10px;
}
form#contact-us input#upload {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    max-width: 553px;
    cursor: pointer;
    z-index: 999;
    height: 40px;
    line-height: 40px;
}



html {
    scroll-behavior: smooth;
}

section#life-at-evince-sec .industry-tabs {
  padding: 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 0;
}
section#life-at-evince-sec .evince-life-grid-head ul li:hover .main_li_div a:hover {
  color: #000;
}
section#life-at-evince-sec .evince-life-grid-main .indus_icon img {
  max-width: 90px;
  opacity: 1;
}

 @media (max-width:1199px) 
 {
section#life-at-evince-sec .industry-tabs {

  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
 }          

@media (max-width: 991px) {
    section#life-at-evince-sec .industry-tabs li {
        width: 30%;
    }

    .job_opn_heading {
        text-align: center;
    }

    ul.job_opn_main {
        padding: 0;
    }
}

@media (max-width: 768px) {
    section#life-at-evince-sec .industry-tabs li {
        width: 39%;
        margin: 7px 0 14px 7px;
    }


    li.job_opn_sub_main {
        padding: 10px 0 10px 0;
        list-style: none;
        overflow: hidden;
        border-bottom: 1px solid #c9c9c9;
    }

    .job_opn_heading {
        font-size: 18px;
        color: #ec6100;
        font-weight: 600;
        list-style: none;
        text-align: center;
        padding: 5px;
    }

    li.job_opn_sub_main:last-child {
        border: none;
    }


section#life-at-evince-sec .evince-life-grid-detail > p {
  height: auto;
  padding: 10px;

}

section#life-at-evince-sec .industry-tabs li p {
  line-height: 23px;
  min-height: 0px;
  background: none;
  color: #fff;
  
  padding: 0;
}
section#life-at-evince-sec .industry-tabs li {
  list-style: none;
  height: auto;
  min-height: auto;
}

.industry-tabs li:hover a {
  color: #000;
}
section#life-at-evince-sec .evince-life-grid-main h4 {
  font-size: 16px;
}
section#life-at-evince-sec .evince-life-grid-detail, section#life-at-evince-sec .evince-life-grid-main {

  padding:10px;

}
section#life-at-evince-sec .evince-life-grid-head ul li:hover .evince-life-grid-detail {
  opacity: 1;
  transition: all 0.2s ease-in-out 0s;
}
section#life-at-evince-sec .industry-tabs li
{
    padding: 0;
    margin: 0;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;

}



section#life-at-evince-sec .industry-tabs {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding: 15px;
}
section#life-at-evince-sec .evince-life-grid {
  padding: 30px 15px;
}
.industry-tabs li a p {
  font-weight: 600;
  min-height: auto;
}
  
section#life-at-evince-sec .evince-life-grid {
  padding: 10px 0px;
}
section#life-at-evince-sec .evince-life-grid .col-md-12 {
  padding: 0 10px;
}

}

@media (max-width: 576px) 
{

    section#life-at-evince-sec .industry-tabs {

  grid-template-columns: 1fr;
}
  
}










.common_padd.seo_services::after {
 
  background-image: url("../image/seo_process.jpg");
 
}

.seo_slid_content {
  background: #ddd;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px;
}

.seo_slide_content {
  background: #eef2fc;
  padding: 30px;
  border-radius: 20px;
  margin: 0 15px;
  height: auto;
}

.seo_slider .slick-track {
  display: flex;
}


.seo_slider .slick-prev.slick-arrow {
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}



.seo_slider .slick-next.slick-arrow {
  right: 0;
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
}


.seo_left_content {
  padding-left: 50px;
}
.seo-icon i:hover {
  color: #fff;
}

.seo_slider .slick-next.slick-arrow {
  right: -50px;
  left: auto;
}
.seo_slider .slick-prev.slick-arrow {
  left: -45px;
}


@media (max-width: 767px) 
{

.seo_left_content {
  padding-left: 0;
}

.marketing_partner .left_block {
  margin-bottom: 20px;
}
.seo_slider .slick-next.slick-arrow {
  right: -5px;
  left: auto;
   width: auto;
}
.seo_slider .slick-prev.slick-arrow {
  left: -5px;
  width: auto;
}
.seo_slide_content {
  margin-left: -5px;
}

}



.testimonial-carousel .common_padd{
    background-attachment: fixed;
    background-position: center;
}


 .center-icon {
      min-height: 75px;
 }

.services-row {
  display: flex;
  flex-wrap: wrap;
}
.services-row .solutions_box {
  height: 100%;
}

.services-row .solutions_box p {
  margin: 0;
}
.services-row .solutions_box h3 {
  font-size: 20px;
}
.services-row {
  margin: 0;
}


.solutions_box p {
    color: #666;
}

.solutions_box {
    border: 1px solid #E0620B;
    text-align: center;
    padding: 20px;
    position: relative;
    transition: all 0.2s ease-in-out;
    height: 100%;
}

.solutions_box:hover {
    box-shadow: 0 40px 120px -20px rgba(0, 0, 0, 0.6);
    transform: scale3d(1.06, 1.06, 1);
}
.mb-3 {
  margin-bottom: 30px;
} 










.bottom_float_dd {
    display: flex;
    justify-content: space-between;
    padding:0;
    margin-top: -38px;
    position: relative;
}
.fload_dd_btn {
    display: block;
    white-space: nowrap;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    background: #EC6100;
    padding: 10px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    padding-right: 30px;
    position: relative;
    height: 38px;
}
.fload_dd_btn:hover,
.fload_dd_btn:focus{
    color: #fff;
}

.fload_dd_menu1,
.fload_dd_menu2{
    display: none;
    width: 100%;
    padding: 10px 0;
}
.fload_dd_menu{
    font-family: 'Montserrat', sans-serif;
    padding: 5px 0;
    list-style: none;
    margin: 0;
}
.fload_dd_menu li{
    display: inline-block;
    vertical-align: top;
    width: 24%;
}
.fload_dd_menu li a{
    display: block;
    padding: 8px 0;
    color: #000;
    font-size: 13px;
}
span.ddbtn_plus {
    position: absolute;
    height: 14px;
    width: 14px;
    right: 10px;
    top: 12px;
}
span.ddbtn_plus:after {
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 6px;
    left: 0;
}
span.ddbtn_plus:before {
    content: "";
    height: 100%;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 6px;
}
.fload_dd_btn.on span.ddbtn_plus:before{
    display: none;
}
.float_dd_cont h4 {
    font-size: 16px;
    font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
    .bottom_float_dd{
        margin-top: -100px;
    }
    .float_dd_cont {
        padding-top: 65px;
    }
}
@media (max-width: 767px) {
   .bottom_float_dd{
        background: #150f0f;
        padding: 0 15px;
        margin: 0 -15px;
   }
   .fload_dd_menu1,
   .fload_dd_menu2{
        padding: 10px 0px 0;
   }
   

}




.content_box {
  padding-left: 60px;
  position: relative;
}

.content_box .icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.content_box .icon img {
  max-width: 50px;
}

.dedicated_developer_form {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}









.content_box {
  padding-left: 60px;
  position: relative;
}

.content_box .icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.content_box .icon img {
  max-width: 50px;
}

.dedicated_developer_form {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
}
.blog-icon img {
    max-width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog_list {
    position: relative;
    margin-bottom: 2rem;
}

.blog-icon-body {
    position: absolute;
    top: 0;
    padding: 2rem;
    left: 0;
    color: #fff;
    background: #00000090;
    bottom: 0;
}

.blog-icon-body p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-icon-body h4 {
    font-size: 18px;
    line-height: 1.5rem;
    margin: 0;
    margin-bottom: 2rem;
}

.blog-icon {
    min-height: 200px;
}
.blog-icon-body a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}





.content-list {
        display: flex;
        border-bottom: 0;
      }

      .content-list h4 {
        
      }

      .content-list h4,
      .content-list p {
        width: 50%;
        padding: 20px 20px;
        margin: 0;
      }

      .conatnet_table .content-list:last-child {}

      .conatnet_table {
        padding: 0 15px;
        max-width: 800px;
        margin: auto;
        padding-left: 40px;
      }

      .ios_technologies-list {
        padding: 20px;
        border-radius: 20px;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 40px rgba(200, 200, 200, .3);
        transition: all 0.3s ease-in-out;
      }

      .ios_technologies-list .icon {
        margin-bottom: 20px;
        max-width: 50px;
        margin-left: auto;
        margin-right: auto;
      }

      .ios_technologies-list .head_title {
        font-size: 26px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 15px;
      }

      

      .row.common-row.d-flex {
          display: flex;
          flex-wrap: wrap;
        }
        .ios-service .center-icon-light {
          box-shadow: 0 15px 60px #bbbbbb7d;
          height: 100%;
          padding: 30px;
          width: 100%;
        }

      .ios_technologies-list .icon img {
        max-height: 50px;
      }

      .testimonials_sec .head_title h3 {
        margin-top: 0;
      }

      .row-effect {
        transition: all 0.3s ease-in-out;
      }

      
      .row-effect .ios_technologies-list:hover {
        opacity: 1;
        filter: none;
        transform: scale(1.03);
      }

      .native-ios .head_title.inner .subtitle {
        color: #fff;
      }

      .native-ios {
        visibility: visible;
        animation-name: fadeIn;
        background: url("../image/ios_native-bg.jpg");
        color: #fff;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
      }


      .content-list {
        display: flex;
        margin: 20px 0;
        border-radius: 5px;

        align-items: center;
        
        background: rgba(255, 255, 255, 0.1);
       box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        counter-increment: ol-counter;
        position: relative;
      }

     
.content-list::after {

    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
    content: "\f179";
    text-align: center;
    border-radius: 10px;
    left: -24px;
    background: #ec6100;
    z-index: 9;
    font-size: 22px;
    line-height: 48px;
    font-family: fontawesome;
    top: 0;
    bottom: 0;
    margin: auto;

}
      .content-list h4 {
        padding: 20px 0;
        padding-left: 60px;
      }

      .content-list p {
        padding-left: 26px;
        margin: 0;
      }

      @media only screen and (max-width: 767px) {
        .content-list {
          flex-wrap: wrap;
          display: block;
          padding: 15px 10px;

          border-radius: 10px;
          padding-left: 45px;
        }

        .content-list h4 {
          padding: 0;
          width: 100%;
        }

        .content-list p {
          padding: 0;
          width: 100%;
        }

        .testimonials_sec .col-md-4 {
          margin-bottom: 20px;
        }
      }








 .block_list {
         padding: 20px;
         box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
         border-radius: 5px;
         min-height: auto;
         height: 100%;
         margin: 0;
         background: #fff;
         display: flex;
         align-items: center;
         }
         .mb-2 {
         margin-bottom: 20px;
         }
         .block_list .icon img {
         max-width: 45px;
         }
         .block_list h4 {
         font-size: 14px;
         margin-bottom: 0;
         line-height: normal;
         margin-top: 0;
         padding-left: 15px;
         border: none;
         min-height: 38px;
         display: flex;
         align-items: center;
         width: 100%;
         }
         .order-md-2 {
         order: 2;
         }
         .hire_developer_list {
         display: flex;
         justify-content: center;
         }
         .hire_list {
         padding: 14px;
         max-width: 140px;
         position: relative;
         z-index: 9;
         font-size: 14px;
         text-align: center;
         background: #feefe8;
         border-radius: 10px;
         margin: 10px 15px;
         min-width: 140px;
         }
         .hire_list::after {
         position: absolute;
         content: "";
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
         z-index: -9;
         right: 0;
         bottom: 0;
         margin: auto;
         border-radius: 10px;
         border: 1px dashed rgba(0,0,0,.3);
         }
         .hire_developer_list .icon {
         text-align: center;
         display: flex;
         justify-content: center;
         min-height: 45px;
         }
         .hire_developer_list .icon img {
         max-height: 45px;
         margin-bottom: 10px;
         object-fit: contain;
         max-width:100%
         }
         .developer_icon_sec {
         position: relative;
         padding-top: 0;
         margin-top: 30px;
         }
         .developer_icon_sec::after {
         position: absolute;
         content: "";
         width: 100%;
         height: 75px;
         bottom: -10px;
         left: 0;
         border: none;
         z-index: -9;
         }
         .developer_icon_sec::before {
         width: 100%;
         height: 5px;
         position: absolute;
         content: "";
         top: 0;
         bottom: 0;
         margin: auto;
         border-bottom: 2px dashed #ddd;
         }
         .content_box {
         padding-left: 60px;
         position: relative;
         }
         .content_box .icon {
         position: absolute;
         left: 0;
         top: 5px;
         }
         .dedicated_developer_form {
         background: #fff;
         padding: 30px;
         border-radius: 20px;
         }
         .content_box .icon img {
         max-width: 50px;
         }
         .developer_list_block {
         display: block;
         text-align: center;
         }
         .developer_list_d {
         width: 180px;
         text-align: center;
         display: inline-block;
         border: 1px solid #ddd;
         padding: 14px;
         margin: 15px 15px;
         vertical-align: top;
         border-radius: 10px;
         }
         .developer_list_d .dev_img img {
         max-height: 43px;
         max-width: 50px;
         }
         .dev_img {
         height: 45px;
         display: flex;
         justify-content: center;
         align-items: center;
         }
         .developer_list_d h4 {
         min-height: 55px;
         margin: 0;
         font-size: 14px;
         display: flex;
         align-items: center;
         display: ;
         justify-content: center;
         }
         .full_stack_link {
         padding: 0 15px;
         }
         @media screen and (max-width:767px)
         {
         .hire_developer_list {
         flex-wrap: wrap;
         }
         .block_list {
         padding: 10px;;
         }
         .developer-section .row.grid-row {
         display: block;
         }
         .developer-section .row.grid-row .mb-3 {
         margin-bottom: 15px;
         }
         .developer_list_d {
         margin: 5px;
         }
         }

         .laravel_developer_row:hover .developer-box {
          opacity: 0.6;
          filter: grayscale(1);
        }
        .laravel_developer_row .developer-box:hover {
          opacity: 1;
          filter: grayscale(0);
        }
        .developer-box {
          position: relative;
          transition: all 0.2s ease-in-out;
        }

        .developer_icon img {
          border: none;
          background: #fff;
          position: relative;
          z-index: 9;
        }


        .developer-box:hover img {
          animation: bouncing 0.5s 0.3s;
        }


        .developer_content h4 {
          background: #EC6100;
          color: #fff;
          padding: 0px 35px;
          line-height: normal;
          display: flex;
          align-items: center;
          min-height: 70px;
          text-align: center;
          justify-content: center;
          font-size: 16px;
          margin: 20px 0;
        }

        .developer_content p {
          font-size: 16px;
          color: #000;
        }

        .developer_icon_sec::before {
          width: 100%;
          height: 5px;
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          margin: auto;
          border-bottom: 2px dashed #ddd;
        }



        .developer-box {
            position: relative;
            transition: all 0.2s ease-in-out;
        }

        .nav.right_side_tablist li a:hover {
            text-decoration: underline;
            color: #000;
        }

        .laravel_developer_row:hover .developer-box {
            opacity: 0.6;
            filter: grayscale(1);
        }


        .laravel_developer_row .developer-box:hover {
            opacity: 1;
            filter: grayscale(0);
        }








        
        @keyframes bouncing {

            0%,
            100% {
                transform: scale(1, 1);
            }

            25% {
                transform: scale(0.9, 1.1);
            }

            50% {
                transform: scale(1.1, 0.9);
            }

            75% {
                transform: scale(0.95, 1.05);
            }

        }


        @keyframes fadeInScale {

            0% {
                transform: scale(0.9);
                opacity: 0;
            }

            100% {
                transform: scale(1);
                opacity: 1;
            }

        }

        



        @media screen and (min-width:767px) {

            .pseudo_line::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 2px;
                border-bottom: 3px dotted #ddd;
                top: 50px;
            }

            .pseudo_line::before {
                position: absolute;
                content: "";
                width: 10px;
                height: 10px;
                border-top: 2px solid #ddd;
                top: 46px;
                right: -3px;
                border-right: 2px solid #ddd;
                transform: rotate(45deg);
            }

            .tap-mob-heading {
                display: none;
            }

        }
        @media screen and (max-width:767px)
        {

         .developer-box {
                border: 1px solid #ddd;
                padding: 20px;
            }

            .developer_content h4 {
                min-height: 50px;
            }
        }







.wp-project .developers_slide .content {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        padding: 30px 20px;
        border-radius: 20px;
        max-width: 700px;
        margin: 20px auto;
        background: #fff;
        position: relative;
        min-height: 300px;
        display: flex;
        align-items: center;
        text-align: right;
      }

      .wp-project .developers_content {
        text-align: right;
        width: 100%;
        padding-right: 250px;
      }

      .wp-project .content_img {
        position: absolute;
        max-width: 300px;
        border-radius: 10px;
        right: -100px;
        overflow: hidden;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      }

      .wp-project .developers_content h4 {
        font-size: 20px;
      }

      .wp-project .developer_slider .slick-dots li {
        display: inline-block;
        margin: 0px 5px;
      }

      .WordPress_item {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        text-align: left;
        min-height: 118px;
        justify-content: center;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        margin: 15px 0;
      }

      .WordPress_item .count_number {
        margin: 0;
        margin-right: 25px;
      }

      .WordPress_item h5 {
        max-width: 200px;
      }

      .WordPress_item:hover {
        background: #ec6100;
        color: #fff;
      }

      .WordPress_item .count_number {
        color: #ec6100;
      }

      .WordPress_item:hover .count_number {
        color: #fff;
      }

      @media only screen and (max-width:767px) {
        .wp-project .developers_slide .content {
          display: block;
          text-align: center;
           padding-top: 15px;
        }

        .wp-project .developers_content {
          text-align: center;
          padding: 0;

        }

        .wp-project .content_img {
          position: static;
          margin: auto;
          margin-bottom: -50px;
        }
        .developer_slider {
  padding-bottom: 30px;
}

        .order-md-2 {
          order: unset;
        }
      }









        .block_list 
        {
         padding: 20px;
         box-shadow: 5px 5px 30px 0px rgba(0,0,0,0.2);
         border-radius: 5px;
         min-height: auto;
         height: 100%;
         margin: 0;
         background: #fff;
         display: flex;
         align-items: center;
         }
         .mb-2
          {
         margin-bottom: 20px;
         }
         .block_list .icon img {
         max-width: 45px;
         }
         .block_list h4 {
         font-size: 14px;
         margin-bottom: 0;
         line-height: normal;
         margin-top: 0;
         padding-left: 15px;
         border: none;
         min-height: 38px;
         display: flex;
         align-items: center;
         width: 100%;
         }
         .order-md-2
         {
         order: 2;
         }
         .hire_developer_list {
         display: flex;
         justify-content: center;
         }
         .hire_list {
         padding: 14px;
         max-width: 140px;
         position: relative;
         z-index: 9;
         font-size: 14px;
         text-align: center;
         background: #feefe8;
         border-radius: 10px;
         margin: 10px 15px;
         min-width: 140px;
         }
         .hire_list::after {
         position: absolute;
         content: "";
         width: 100%;
         height: 100%;
         top: 0;
         left: 0;
         z-index: -9;
         right: 0;
         bottom: 0;
         margin: auto;
         border-radius: 10px;
         border: 1px dashed rgba(0,0,0,.3);
         }
         .hire_developer_list .icon {
         text-align: center;
         display: flex;
         justify-content: center;
         min-height: 45px;
         }
         .hire_developer_list .icon img {
         max-height: 45px;
         margin-bottom: 10px;
         object-fit: contain;
         }
         .developer_icon_sec {
         position: relative;
         padding-top: 0;
         margin-top: 30px;
         }
         .developer_icon_sec::after {
         position: absolute;
         content: "";
         width: 100%;
         height: 75px;
         bottom: -10px;
         left: 0;
         border: none;
         z-index: -9;
         }
         .developer_icon_sec::before {
         width: 100%;
         height: 5px;
         position: absolute;
         content: "";
         top: 0;
         bottom: 0;
         margin: auto;
         border-bottom: 2px dashed #ddd;
         }
         .content_box {
         padding-left: 60px;
         position: relative;
         }
         .content_box .icon {
         position: absolute;
         left: 0;
         top: 5px;
         }
         .dedicated_developer_form {
         background: #fff;
         padding: 30px;
         border-radius: 20px;
         }
         .content_box .icon img {
         max-width: 50px;
         }
         .developer_list_block {
         display: block;
         text-align: center;
         }
         .developer_list_d {
         width: 180px;
         text-align: center;
         display: inline-block;
         border: 1px solid #ddd;
         padding: 14px;
         margin: 15px 15px;
         vertical-align: top;
         border-radius: 10px;
         }
         .developer_list_d .dev_img img {
         max-height: 43px;
         max-width: 50px;
         }
         .dev_img {
         height: 45px;
         display: flex;
         justify-content: center;
         align-items: center;
         }
         .developer_list_d h4 {
         min-height: 55px;
         margin: 0;
         font-size: 16px;
         display: flex;
         align-items: center;
         display: ;
         justify-content: center;
         }
         .full_stack_link {
         padding: 0 15px;
         }
         .developers_slide .content {
         box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
         padding: 30px 20px;
         border-radius: 20px;
         max-width: 700px;
         margin: 20px auto;
         background: #fff;
         position: relative;
         min-height: 300px;
         display: flex;
         align-items: center;
         text-align: right;
         }
         .developers_content {
         text-align: right;
         width: 100%;
         padding-right: 250px;
         }
         .content_img {
         position: absolute;
         max-width: 300px;
         border-radius: 10px;
         right: -100px;
         overflow: hidden;
         box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
         }
         .developers_content h4 {
         font-size: 20px;
         }
         .developer_slider .slick-dots li {
         display: inline-block;
         margin: 0px 5px;
         }
         .developers_service {
         box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
         padding: 20px;
         margin-bottom: 30px;
         border-radius: 10px;
         border: 1px solid #dddddd94;
         height: 100%;
         display: block;
         transition: all 0.3s ease-in-out;
         }
         .developers_service:hover {
         border: 1px solid #ec6100;
         }
         .work_details .icon img {
         max-width: 50px;
         }
         .work_details {
         background: #fff;
         padding: 20px;
         border-radius: 10px;
         border: 1px solid #dddd;
         margin: 10px 0;
         height: 100%;
         transition: all 0.3s ease-in-out;
         }
         .work_details:hover {
         box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
         }
         .work_details .icon {
         margin-bottom: 20px;
         }
         .work_details p {
         margin: 0;
         }
         .developers_service .icon img {
         max-height: 45px;
         }
         
         .dev-effect-box {
         max-width: 500px;
         position: relative;
         min-height: 400px;
         }
         .center-dev-img img {
         max-width: 250px;
         width: 100%;
         animation: up-down 2s ease-in-out infinite alternate-reverse both;
         }
         .center-dev-img {
         text-align: center;
         }
         .dev-effect-box {
         max-width: 500px;
         position: relative;
         min-height: 450px;
         }
         .center-dev-img {
         text-align: center;
         position: absolute;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         margin: auto;
         height: 200px;
         width: 200px;
         z-index: 999;
         }
         .dev-icon .icon {
         width: 80px;
         height: 80px;
         background: #fff;
         text-align: center;
         padding: 10px;
         border-radius: 50%;
         line-height: 64px;
         display: block;
         position: absolute;
         box-shadow:rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
         transition: all 0.9s ease-in-out;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         margin: auto;
         transition-delay: 0.4s;
         overflow:hidden;
         z-index: 99;
         }
         .dev-icon::after {
         position: absolute;
         content: "";
         width: 100%;
         height: 100%;
         border: 1px dashed #bfbcbc;
         border-radius: 50%;
         z-index: 9;
         transform: scale(0);
         transition: all 0.9s ease-in-out;
         transition-delay: 0.3s;
         }
         .icon-animated .dev-icon::after
         {
         transform: scale(1);
         }
         .icon-animated .dev-icon .icon.icon-1 {
         position: absolute;
         transform: rotate(0deg) translateY(-167px) translateX(-171px) rotate(0deg);
         
         
         }
         .icon-animated .dev-icon .icon.icon-2 {
         transform: rotate(0deg) translateY(-21.5px) translateX(-245.5px) rotate(0deg);
         
         
         }
         .icon-animated .dev-icon .icon.icon-3 {
         transform:rotate(05deg) translate(-170.5px) translateY(164.5px) rotate(0);
         
         }
         .icon-animated .dev-icon .icon.icon-4 {
         transform: rotate(94deg) translate(230.5px) rotate(-100deg);
         transition-delay: 0.4s;
         }
         .icon-animated .dev-icon .icon.icon-5 {

         transform: rotate(119deg) translateY(-230px) translateX(64px) rotate(-119deg);
         
         }
         .icon-animated .dev-icon .icon.icon-6 {
         transform: rotate(0) translateY(-6.5px) translateX(238.5px) rotate(0);
         
         }
         .icon-animated .dev-icon .icon.icon-7 {
         transform: rotate(0) translateY(-196.5px) translateX(169.5px) rotate(0);
         
         }
         .icon-animated .dev-icon .icon.icon-8 {
         transform:rotate(0) translateY(-249.5px) translateX(-13.5px) rotate(0)
         
         }
         .dev-icon {
         transition: transform 0.7s linear;
         animation: rotate 80s infinite linear;
         transition-delay: 0.9s;
         height: 500px;
         width: 500px;
         
         border-radius: 50%;
         }
         .dev-icon .icon img {
         animation: Rotate-reverse 80s linear infinite;
         max-width: 100%;
         max-height: 100%;
         margin: auto;
         display: block;
         height: 70px;
         object-fit: contain;
         object-position: center;
         }

         .small_padd.developer-section {
              overflow: hidden;
            }



          

         @-webkit-keyframes rotate {
             from {
             -webkit-transform: rotate(0deg);
             }
             to {
             -webkit-transform: rotate(360deg);
             }
         }

         @keyframes Rotate-reverse {
             from {
             transform: rotate(360deg);
             }
             to {
             transform: rotate(0deg);
             }
         }
         @-webkit-keyframes Rotate-reverse {
             from {
             -webkit-transform: rotate(360deg);
             }
             to {
             -webkit-transform: rotate(0deg);
             }
         }


         @keyframes up-down 
         {
             0% {
             transform: translateY(10px);
             }
             100% {
             transform: translateY(-10px);
             }
             }

             @media (max-width:1200px)
             {
             .dev-effect-box {
             transform: scale(0.8);
             }
         }



         @media screen and (max-width:991px)
         {
         .dev-effect-box
         {
         margin: auto;
         }
         }



         @media screen and (max-width:767px)
         {
         .hire_developer_list {
         flex-wrap: wrap;
         }
         .block_list {
         padding: 10px;;
         }
         .developer-section .row.grid-row {
         display: block;
         overflow: hidden;
         }
         .developer-section .row.grid-row .mb-3 {
         margin-bottom: 15px;
         }
         .developer_list_d {
         margin: 5px;
         }
         .dev-effect-box {
         margin: auto;
         width: 400px;
         height: 400px;
         max-width: unset;
         min-height: unset;
         transform: scale(0.5);
         }
         .dev-icon {
         width: 450px;
         height: 450px;
         }
         .developers_slide .content {
         display: block;
         padding: 20px;
         }
         .developers_content {
         width: 100%;
         text-align: center;
         padding: 0;
         }
         .content_img {
         position: relative;
         right: 0;
         margin: auto;

         }
         .head_title_2 h2 {
         font-size: 24px;
         }
         .developers_service h3 {
         font-size: 20px;
         }





         }
         @media (max-width: 575px)
          {
             #hero .hero-img img {
             width: 80%;
             }
             #hero .btn-get-started {
             font-size: 16px;
             padding: 10px 24px 11px 24px;
             }
             .dev-effect-box {
             transform-origin: left;
             margin-left: 50px;
             }
             .developers-slider h2 {
             font-size: 24px;
             }
             .developer-section h2 {
             font-size: 24px;
             }

            .center-dev-img {
              top: 50px;
              left: 50px;
            }




       }






.shopify_approach_sec .center-icon-light{
    background: rgba(255,255,255,0.3);
    padding: 15px;
    min-height: 240px;
    margin-top: 30px;
}
.shopify_approach_sec .center-icon-light h3{
    margin-top: 0;
}
.shopify_approach_sec .center-icon-light p{
    margin-bottom: 0;
}
.shopify_approach_sec .common-row{
    padding-top: 0;
}
@media(max-width:1199px){
    .shopify_approach_sec .center-icon-light{
          min-height: 200px;
    }
}
@media(max-width:991px){
    .shopify_approach_sec .center-icon-light{
          min-height: 270px;
    }
}
@media(max-width:767px){
    .shopify_approach_sec .center-icon-light{
          min-height: inherit;
    }
}




#inner_banner.ai_ml_banner .main_banner h1{
    font-weight: 600;
    text-transform: capitalize;
}
#inner_banner.ai_ml_banner .main_banner p{
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.top_border_block{
    box-shadow: 0px 4px 13px 0px #00000040;
    padding: 30px 25px;
    border-top: 5px solid #DD7656;
    border-radius: 10px;
    margin-bottom: 34px;
    min-height: 255px;
}
.top_border_block h4{
    font-size: 17px;
    font-weight: 600;
}
.top_border_block p{
    font-size: 15px;
}
.ai_feature_sec .common_btn .btn{
    margin-top: 20;
}
.ai_feature_sec .head_title{
    margin-bottom: 50px;
}
.industry_we_surve_sec .head_title{
    margin-bottom: 60px;
}
.mb-0{
    margin-bottom: 0;
}
.mt-0{
    margin-top: 0;
}
.business_ai_sec .head_title{
    margin-bottom: 40px;
    margin-top: 30px;
}
.business_ai_sec  .our-values_block{
    min-height: 280px;
}

.btmrightimg_box {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #EC7D2F;
    padding: 16px 24px 75px;
    z-index: 4;
    min-height: 260px;
    margin-bottom: 35px;
}

.btm_right_icon {
    position: absolute;
    right: -110px;
    bottom: -130px;
    height: 294px;
    width: 294px;
    border-radius: 50%;
    background: #fadcc8;
    border: 38px solid #fdeee4;
    z-index: -1;
    padding: 45px 0 0 70px;
}

.btmrightimg_box h4 {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: 600;
}
.btmrightimg_box p {
    color: #808080;
}
.ai_why_choose_sec .head_title {
    margin-bottom:75px;
}
.why_choose_list_main{
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    text-align: center;
}
.why_choose_item_col{
    display: inline-block;
    padding: 0 15px;
    vertical-align: top;
    width: 32%;
    text-align: left;
}

.transform_tab_content {
    display: flex;
    align-items: center;
}
.transform_tab_content figure {
    width: 43%;
    padding-right: 20px;
    margin: 0;
}
.transform_tab_right {
    width: 57%;
}
.transfor_tab_sec .nav-tabs > li > a{
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding: 0 0 20px;
    position: relative;
    border: 0 !important;
    margin: 0 !important;
}
.transfor_tab_sec .nav-tabs > li.active,
.transfor_tab_sec .nav-tabs > li{
    margin-bottom: 0;
    border: 0;
}
.transfor_tab_sec .nav-tabs > li.active > a{
    color: #EC6100;
    border: 0 !important;
    background: transparent !important;
}
.transfor_tab_sec .nav-tabs > li > a:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 100%;
    background: #EC6100;
    border-radius: 4px;
    opacity: 0;
}
.transfor_tab_sec .nav-tabs > li.active > a:after{
    opacity: 1;
}
.transfor_tab_sec .head_title {
    margin-bottom: 60px;
}
.transfor_tab_sec .nav-tabs>li>a:hover {
    border-bottom:0 !important;
}
#faqAccordion .panel-body {
    background: #eae4de;
    border: none !important;
    box-shadow: none;
    padding-top: 0px;
}
#faqAccordion .panel {
    margin-top: 10px;
    border-radius: 0;
    border: 0;
    box-shadow: none !important;
}
#faqAccordion .panel-heading.accordion-toggle:not(.collapsed) .panel-title a{
    color: inherit;
}
#faqAccordion .panel-heading.accordion-toggle .panel-title:after{
    content: "\f067";
    font-size: 14px;
}
#faqAccordion .panel-heading.accordion-toggle:not(.collapsed) .panel-title:after{
    content: "\f068";
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
#faqAccordion .panel-heading{
    background: #eae4de;
}
@media(max-width:1199px){
    .top_border_block{
        min-height: 305px;
    }
    .business_ai_sec  .our-values_block {
        min-height: 330px;
    }
    .transfor_tab_sec .nav-tabs > li > a{
        font-size: 14px;
    }
    .transfor_tab_sec .nav-tabs{
        white-space: nowrap;
        overflow: auto;
    }
    .transfor_tab_sec .nav-tabs > li{
        float: none;
        display: inline-block;
    }
    .transfor_tab_sec .nav-tabs>li:not(:last-child) {
        margin-right: 15px;
    }
    .why_choose_item_col{
        width: 49%;
    }
    #inner_banner.ai_ml_banner .main_banner p{
        font-size: 16px;
    }
}
@media(max-width:991px){
    .top_border_block {
        min-height: inherit;
    }
    #inner_banner.ai_ml_banner .main_banner p{
        font-size: 14px;
    }
}
@media(max-width:767px){
    .why_choose_item_col {
        width: 100%;
        display: block;
    }
    .transform_tab_content figure {
        width:100%;
        padding-right: 0;
        margin: 0 0 20px;
    }
    .transform_tab_right {
        width: 100%;
    }
    .transform_tab_content{
        display: block;
    }
}





.hire_shopi_list{
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 0;
}
.hire_shopi_list li + li{
    padding-top: 5px;
}
.hire_shopify_expertise_wrap{
    background: #323131;
    -webkit-box-shadow: 0 4px 44px rgba(0,0,0,.08);
    box-shadow: 0 4px 44px rgba(0,0,0,.08);
    border-radius: 0 20px 20px 0;
    padding: 80px 0;
    position: relative;
}
.hire_shopify_expertise_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background: #323131;
    margin-left: -100vw;
}
.hire_dedicated_expert_sec .center-icon-light .center-icon {
    margin-top: -70px;
    border:2px solid #ec6100;
    padding: 15px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;

    border: 0;
    padding: 0;
    border-radius: 0;
}

.hire_dedicated_expert_sec .center-icon-light{
    transition: all .3s ease;
}
.hire_dedicated_expert_sec .center-icon-light:hover {
    -webkit-box-shadow: 0 0 14px 4px rgb(120 202 50 / 50%);
    box-shadow: 0 0 14px 4px rgb(120 202 50 / 50%);
    -webkit-transform: translate3d(0,-6px,0);
    transform: translate3d(0,-6px,0);
}

.hire_shopify_expertise_wrap,
.hire_shopify_expertise_wrap .head_title p{
    color: #fff;
}
.hire_shpi_exp_list li {
    display: inline-flex;
    vertical-align: top;
    width: 31.5%;
    position: relative;
    padding: 20px 15px 20px 90px;
    background: #000;
    border-radius: 10px;
    margin-right: 2%;
    margin-top: 30px;
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    transition: all .3s ease;
}
.hire_shpi_exp_list li:hover {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.hire_shpi_exp_list li:nth-child(3n) {
    margin-right: 0;
}
.hire_shpi_exp_list li figure {
    width: 58px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin: 0;
    transform: translate(0, -50%);
}
.hire_shpi_exp_list h4 {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}
.hire_shpi_exp_list p{
    margin-bottom: 0;
}
.hire_shopify_expertise_wrap {
    padding-right: 30px;
}
.meet_expert_left_list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.meet_expert_left_list li {
    display: block;
    position: relative;
    padding: 15px 10px 15px 42px;
    transition: all .2s linear;
}

.meet_expert_left_list li span {
    position: absolute;
    width: 31px;
    height: 31px;
    left: 0;
    top: 9px;
}
.meet_expert_left_list li:hover {
    transform: scale(1.05);
}
.clutch_logo{
    display: flex;
    align-items: center;
}
.clutch_logo img{
    margin-right: 20px;
}
.clutch_logo{
    margin-top: 20px;
}
.shopify_expert_item {
    display: inline-flex;
    vertical-align: top;
    width: 49%;
    align-items: center;
    margin-bottom: 40px;
    transition: all .2s linear;
}
.shopify_expert_item:hover {
    transform: scale(1.03);
}
.shopify_expert_item figure{
    margin: 0;
}
.shopi_exp_cont{
    padding-left: 20px;
}
.meet_expert_sec .head_title,
.hire_shopi_expert_sec .head_title,
.our_work_shopi_sec .head_title{
    margin-bottom: 50px;
}
.shopi_exp_cont h4 {
    margin: 0;
}
.hire_shopi_expert_sec{
    background: #f4faff;
}
.service_benefit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
}
.service_benefit .benefit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all .3s ease;
}
.service_benefit .benefit p {
    margin-bottom: 0;
    font-weight: 700;
    color: #001943;
    padding-left: 15px;
    line-height: normal;
}
.service_benefit .benefit:hover {
    transform: scale(1.06);
}
.hire_expert_slide_inr ul {
    padding-left: 20px;
    margin-bottom: 0;
}
.hire_expert_slide_inr ul li {
    margin-bottom: 12px;
}
.hire_expert_slide_inr h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 35px;
}
.hire_shopi_expert_slider {
    padding: 35px 40px;
    background: #fff;
}
.hire_expert_thumb_item .hire_expert_thumb_inr{
    display: block;
    width: 100%;
    border-left: 5px solid #eee;
    border-radius: 0;
    padding: 15px 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    font-size: 16px;
    line-height: 22px;
    color: #5a6a83;
}
.hire_shopi_expert_thumb .hire_expert_thumb_item {
    padding: 0;
    border: 0;
}
.hire_expert_thumb_item.slick-current .hire_expert_thumb_inr{
    font-size: 18px;
    line-height: 26px;
    background: #fff;
    color: #001943;
    font-weight: 700;
    border-color: #78ca32;
}
.hire_shopi_expert_thumb .slick-list,
.hire_shopi_expert_thumb .slick-track{
    padding: 0 !important;
}
.ps-0{
    padding-left: 0 !important;
}
.pe-0{
    padding-right: 0 !important;
}
.hire_shopi_expert_slider:not(.slick-initialized) .hire_expert_slide_item + .hire_expert_slide_item{
    display: none;
}
.hire_shopi_expert_slider .slick-dots li{
    display: inline-block;
    margin: 0 5px;
}
.hire_shopi_expert_slider .slick-dots {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    bottom: -30px;
}
.how_hire_shopify .center-icon-light {
    margin-top: 80px;
    min-height: 280px;
}


.our_work_shopi_sec .grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    position: relative;
}
.our_work_shopi_sec .grid:before {
    content: '';
    position: absolute;
    background-image: url(../image/shopi_work_bg.png);
    max-width: 623px;
    height: 400px;
    width: 100%;
    top: 96px;
    left: 113px;
}
.our_work_shopi_sec .grid .case_study_new {
    padding: 40px 30px;
    border-radius: 6px;
    position: relative;
    transition: -webkit-transform .6s cubic-bezier(.2,1,.25,1);
    transition: transform .6s cubic-bezier(.2,1,.25,1);
    transition: transform .6s cubic-bezier(.2,1,.25,1),-webkit-transform .6s cubic-bezier(.2,1,.25,1);
}
.our_work_shopi_sec .grid .case_study_new.dark {
    background: -webkit-gradient(linear,left bottom,left top,from(#242424),to(#242424)),#001943;
    background: -o-linear-gradient(bottom,#242424,#242424),#001943;
    background: linear-gradient(0deg,#242424,#242424),#001943;
}
.our_work_shopi_sec .grid .case_study_new .read_more {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
}
.our_work_shopi_sec .grid .case_study_new .thumbnail {
    margin-bottom: 30px;
    height: 226px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px;
    width: 100%;
}
.our_work_shopi_sec .grid .case_study_new h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #001943;
    margin-bottom: 30px;
}
.our_work_shopi_sec .grid .case_study_new.dark h3 {
    color: #fff;
}
.our_work_shopi_sec .grid .case_study_new .case_content .link_arrow {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
    font-size: 0;
    display: inline-block;
}
.our_work_shopi_sec .grid .case_study_new .case-tag {
    position: absolute;
    top: 50px;
    left: 30px;
    background: #40ffdc;
    border-radius: 0 6px 6px 0;
    padding: 8px 7px;
}
.our_work_shopi_sec .grid .case_study_new .case-tag p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #242424;
}
.our_work_shopi_sec .grid .case_study_new.dark .case-tag {
    left: 0;
}
.our_work_shopi_sec .grid .case_study_new:hover {
    -webkit-box-shadow: 0 4px 25px rgba(0,0,0,.25);
    box-shadow: 0 4px 25px rgba(0,0,0,.25);
    -webkit-transform: translate3d(0,-6px,0);
    transform: translate3d(0,-6px,0);
}
.our_work_shopi_sec .grid .case_study_new.dark:hover {
    -webkit-box-shadow: 0 4px 25px rgba(50,84,109,.38);
    box-shadow: 0 4px 25px rgba(50,84,109,.38);
}
.hire_shopify_expertise_wrap .corner_shape {
    position: absolute;
    right: 0;
    left: auto;
    bottom: 0;
    margin-right: -19%;
    margin-bottom: -29%;
    top: auto;
}
.wow{
    visibility: hidden;
}
.hire_shopify_page_main{
    overflow: hidden;
}
.hire_shpi_exp_list {
    position: relative;
    z-index: 2;
    padding-left: 0;
}
.our_work_shopi_sec .common_btn .btn,
.CTA_new .common_btn .btn {
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
}
.our_work_shopi_sec  .common_btn .btn svg{
    margin-left: 5px;
}
.hire_shopi_expert_thumb .slick-list, 
.hire_shopi_expert_thumb .slick-list .slick-track {
    height: auto!important;
}
.hire_shopi_expert_thumb .slick-list .slick-track {
    transform: translate(0, 0) !important;
}

.CTA_new {
    background: -o-linear-gradient(bottom,#242424,#242424),-o-linear-gradient(352.76deg,#8e1cb9 -.31%,#620dc9 72.83%,#271786 100%),#001943;
    background: linear-gradient(0deg,#242424,#242424),linear-gradient(97.24deg,#8e1cb9 -.31%,#620dc9 72.83%,#271786 100%),#001943;
    overflow: hidden;
}
.CTA_new .cta_content {
    max-width: 90%;
    width: 100%;
    padding-top: 100px;
}
.CTA_new .cta_content h2 {
    color: #fff;
    margin-bottom: 18px;
    line-height: 70px;
    font-size: 50px;
}
.CTA_new .cta_content p {
    color: #c8c8c8;
    max-width: 90%;
}
.CTA_new .cta_img {
    position: relative;
    padding: 100px 0 0;
}
.CTA_new .cta_img .cover_image {
    position: relative;
    z-index: 99;
}
.CTA_new .cta_img .shape1 {
    position: absolute;
    top: auto;
    bottom: 2%;
    right: -34%;
    left: auto;
    z-index: 99;
}
.CTA_new .cta_img .shape2 {
    position: absolute;
    top: 1%;
    bottom: auto;
    right: 0;
    z-index: 1;
}
.hire_expert_slide_inr figure{
    margin: 0;
}

@media(max-width:1199px){
    .hire_shpi_exp_list li{
        min-height: 140px;
    }
    .our_work_shopi_sec .grid .case_study_new h3{
        font-size: 20px;
        line-height: 32px;
    }
    .hire_shopi_list{
        font-size: 14px;
    }
    .CTA_new .cta_content{
        padding-top: 40px;
    }
}
@media(max-width:991px){
    .hire_shpi_exp_list li{
        width: 47%;
    }
    .hire_shpi_exp_list li:nth-child(2n){
        margin-right: 0;
    }
    .hire_shpi_exp_list li:nth-child(3n) {
        margin-right: 2%;
    }
    .hire_shopi_expert_thumb {
        display: none;
    }
    .hire_dedicated_expert_sec .center-icon-light{
        min-height: 280px;
    }
    .hire_shopify_expertise_wrap .corner_shape {
        margin-right: -27%;
        margin-bottom: -39%;
    }
    .clutch_logo{
        margin-bottom: 40px;
    }
    .hire_shopi_expert_sec .col-md-9.ps-0{
        padding-left: 15px !important;
    }
    .hire_dedicated_expert_sec .center-icon-light {
        min-height: 330px;
    }
    .our_work_shopi_sec .grid .case_study_new{
        padding: 20px 15px;
    }
    .our_work_shopi_sec .grid .case_study_new h3 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
    .CTA_new .cta_content h2 {
        line-height: 40px;
        font-size: 27px;
    }
}
@media(max-width:767px){
    .hire_dedicated_expert_sec .center-icon-light {
        min-height: inherit;
        text-align: left;
    }
    .hire_dedicated_expert_sec .center-icon-light {
        min-height: inherit;
        margin-top: 30px;
    }
    .hire_dedicated_expert_sec .col-sm-4{
        padding-bottom: 30px;
    }
    .hire_shpi_exp_list li {
        width: 100%;
        margin-right: 0;
    }
    .hire_shopify_expertise_wrap .corner_shape {
        margin-right: -5%;
        margin-bottom: -29%;
        width: 150px;
    }
    .shopify_expert_item{
        width: 100%;
    }
    .hire_shopi_expert_slider {
        padding: 15px 15px;
    }
    .service_benefit {
        display: block;
        margin-top: 10px;
    }
    .service_benefit .benefit{
        margin-top: 15px;
    }
    .hire_shopi_expert_sec.common_padd{
        padding-bottom: 80px;
    }
    .hire_dedicated_expert_sec .head_title{
        padding-bottom: 30px;
    }
    .hire_shopify_expertise_wrap {
        padding-right: 15px;
    }
    .hire_shpi_exp_list li {
        min-height: 90px;
    }
    .our_work_shopi_sec .grid .explore_btn {
        margin-top: 30px;
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .our_work_shopi_sec .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .CTA_new .cta_content{
        text-align: center;
        padding-top: 20px;
        padding-bottom: 40px;
        max-width: 100%;
    }
    .CTA_new .cta_content h2 {
        line-height: 40px;
        font-size: 26px;
    }
    .CTA_new .cta_img {
        position: relative;
        padding: 50px 0 0;
    }
    .CTA_new .cta_img .cover_image {
        height: auto;
    }
    .CTA_new .cta_img .shape1 {
        bottom: 2%;
        width: 70%;
        right: -32%;
    }
    .CTA_new .cta_content p{
        max-width: 100%;
    }
}

.shopify_banner_form{
    background: #fff;
    padding: 10px 20px;
    color: #000;
    border-radius: 12px;
}
.btn.btn-radius {
    border-radius: 8px;
}
.hire_dedicated_expert_sec .center-icon-light{
    border-radius: 12px;
    min-height: 330px;
}
.hire_dedicated_expert_sec .center-icon-light:hover {
    -webkit-box-shadow: 0 0 14px 4px rgb(236 99 3 / 20%);
    box-shadow: 0 0 14px 4px rgb(236 99 3 / 20%);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
}
.shopify_expert_item figure {
    max-width: 130px;
    border-radius: 8px;
    overflow: hidden;
}
.banner_btn_group {
    margin-bottom: 20px;
}
.full_stack_banner {
    background-size: cover;
}
.hire_dedicated_expert_sec .center-icon-light .center-icon{
    border-radius: 50%;
}
.our_work_shopi_sec .grid .case_study_new{
    border: 1px solid #e3e3e3;
}
.icon-list li:after{
    top: 5px;
}
@media only screen and (max-width: 767px){
    .hire_dedicated_expert_sec .center-icon-light{
        min-height: auto;
    }
    .hire_shpi_exp_list h4 {
        font-size: 30px;
    }
    .hire_shopify_expertise_wrap .corner_shape {
        display: none;
    }
    .meet_expert_sec .head_title, .hire_shopi_expert_sec .head_title, .our_work_shopi_sec .head_title {
        margin-bottom: 20px;
    }
    #faqAccordion .panel-body p {
        line-height: 1.4;
    }
}

.road-map-main {
  margin: 50px 0 51px;
}
.road-map-main .road-map-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 175px;
}
.road-map-main .road-map-wrapper::before {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.road-map-main .road-map-wrapper .road-map-circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 25px solid transparent;
  border-top-color: #ec7d2f;
  border-right-color: #ec7d2f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.road-map-main .road-map-wrapper .road-map-circle .road-map-circle-text {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #6f6f6f;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: 0px 0px 10px 5px #00000021;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.road-map-main .road-map-wrapper .road-map-card {
  width: 35%;
  padding: 20px 20px;
  z-index: 1;
  position: absolute;
  right: 0;
  color: #000;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #ccc;
}
.road-map-main .road-map-wrapper .road-map-card::before {
  content: "";
  width: 23%;
  height: 20px;
  background: #ec7d2f;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -23%;
  z-index: -1;
}
.road-map-main .road-map-wrapper .road-map-card .card-head {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 15px;
}
.road-map-main .road-map-wrapper .road-map-card .card-text {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
  border-bottom-color: #ec7d2f;
  border-left-color: #ec7d2f;
  border-top-color: transparent;
  border-right-color: transparent;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card {
  left: 0;
}
.road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
  right: -23%;
  left: unset;
}
.center-icon-light {
    box-shadow: 0 15px 60px #bbbbbb7d;
    padding: 30px;
    height: 100%;
}
@media (max-width: 1199px) {
    .road-map-main .road-map-wrapper .road-map-card .card-text {
        -webkit-line-clamp: 4;
    }
}
@media (max-width: 991px) {
    .road-map-main .road-map-wrapper .road-map-circle {
        position: unset;
        border: 5px solid #ec7d2f;
        width: 100px;
        height: 100px;
    }
    .road-map-main .road-map-wrapper {
        margin-bottom: 25px;
        height: auto;
        display: block;
    }
    .road-map-main .road-map-wrapper .road-map-card {
        width: 100%;
        margin-top: 30px;
        position: unset;
    }
    .road-map-main .road-map-wrapper .road-map-card::before {
        content: "";
        width: 5px;
        height: 13.5%;
        top: 36%;
        transform: translateX(-50%);
        left: 50%;
    }
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-circle {
        border-color: #ec7d2f;
    }
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        content: "";
        width: 5px;
        height: 10%;
        top: 36%;
        transform: translateX(-50%);
        left: 50%;
    }
}
@media (max-width: 425px) {
    .road-map-main .road-map-wrapper:nth-of-type(even) .road-map-card::before {
        height: 30px;
        top: 31%;
    }
    .road-map-main .road-map-wrapper .road-map-card::before{
        height: 30px;
        top: 31%;
    }
    .road-map-main .road-map-wrapper .road-map-card {
        top: 45%;
    }
}





.trusted_logo_sec{
    padding: 40px 0;
    background: #fff;
}
.logo_slide {
    padding: 0 30px;
    text-align: center;
}
.logo_slide figure{
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo_slider_for {
    margin-top: 40px;
}
.logo_slider_for:not(.slick-initialized) .logo_slide + .logo_slide{
    display: none;
}
.logo_slide figure img {
    display: inline-block;
    max-height: 60px;
    filter: grayscale(1);
}
.logo_slide:hover figure img{
    filter: grayscale(0);
}

.address_items h5 {
    border-bottom: 1px solid rgb(236 97 0 / 20%);
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}
.address_items {
    margin-bottom: 20px;
}
.ftr_add_box{
    padding-left: 23px;
    position: relative;
}
.ftr_add_box:after {
    content: "\f041";
    position: absolute;
    left: 0px;
    top: 9px;
    line-height: 1;
    font-family: FontAwesome;
    font-weight: bold;
    color: #959595;
}
.ftr_links_service li {
    display: inline-block;
    width: 32%;
    padding-right: 10px;
}
.ftr_add_block{
    margin-top: 40px;
}
@media (min-width:1200px){
    .address_list > .container{
        padding: 0;
    }
}
@media (max-width: 991px) {
    .ftr_links_service li{
        width: 49%;
    }
}
@media (max-width: 767px) {
    .ftr_add_block{
        margin-top: 0px;
    }
    .ftr_links_service li{
        width: 100%;
        padding-right: 0;
    }
}


section.contact_add {
    background: #fff;
}
#requestQuote #crmWebToEntityForm {
    background: #fff !important;
    padding: 15px;
    border-radius: 8px !important;
}
@media (min-width:768px){
    .row.eq_height_col {
        display: flex;
    }
}




.sub_menu_normal .sub_menu {
    min-width: inherit;
}
.sub_menu_normal .sub_menu .dropdown-inner {
    padding: 10px 0 0;
}
.sub_menu_normal .sub_menu .dropdown-inner ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sub_menu_normal .sub_menu .dropdown-inner ul li{
    display: block;
    width: 100%;
}
.sub_menu_normal .sub_menu .dropdown-inner ul li a {
    color: #444;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
}
.sub_menu_normal .sub_menu .dropdown-inner ul li a:hover{
    color: #000;
}
li.has_sub_menu:after{
    border-bottom-color:#fff ;
}
@media only screen and (max-width: 1024px) {
    .sub_menu_normal .sub_menu .dropdown-inner {
        padding: 0;
    }
}