body {
    background-color: #fff;
    font-family: 'PoppinsRegular';
    font-size: 14px;
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #515151;
}
/*Common styles*/
.pad-lzero{
    padding-left: 0;
}
.pad-zero{
    padding: 0;
}
.pad-rzero{
    padding-right: 0;
}
.sticky {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
}
a{
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
header {
    z-index: 4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.section-title,.small-title {
    color: #121212;
    letter-spacing: 0;
    margin: 0 auto 10px;
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
} 
.main-titles{
    width: 700px;
    margin: 0 auto 15px;
    line-height: 40px;
}
.small-title{
    font-size: 21px;
    text-align: left;
    margin: 45px 0 20px;
}
.section-description{
    font-size: 18px;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.seperatore-line {
    margin: 25px auto;
    width: 40px;
    height: 3px;
    display: block;
    background-color: #121212;
}
.common-sections {
    padding: 100px 0 70px;
}
.second-sections {
    background-color: #f1f1f1!important;
}
.common-sections h3{
    font-size: 18px;
    color: #43445c;
    font-weight: 600;
}
.truncate-multiline,.t3 {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    /* Fallback for non-webkit */
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 95px;
}
.t3 {
     -webkit-line-clamp: 3;
      height: 80px;
}
.link{
    /*width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 10px rgba(0,0,0,.12);
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
    color: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    outline: 0 !important;
    background-color: #d32f2f;*/
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    /*line-height: 48px;*/
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.16),0 2px 10px rgba(0,0,0,.12);
    box-shadow: 0 2px 5px rgba(0,0,0,.16), 0 2px 10px rgba(0,0,0,.12);
    color: #fff;
    overflow: hidden;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    outline: 0 !important;
    background-color: #d32f2f;
    padding: 7px 10px;
}
.link:hover,.link:focus {
    color: #121212;
    background-color: #fff;
    text-decoration: none;
}
.link-btn {
    display: inline-block;
    height: 44px;
    margin: 18px 0;
    padding: 0 30px;
    line-height: 44px;
    border-radius: 2px;
    width: auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    padding: 10px 30px;
    border-radius: 2px;
    margin: 65px 18px 0 0;
    text-decoration: none;
    color: #ffffff !important;
    /*background-color: #d32f2f !important;*/
    background-color: #eb4749 !important;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.link-btn:hover,.link-btn:focus {
    text-decoration: none;
    -webkit-box-shadow: 0 5px 11px rgba(0,0,0,.18), 0 4px 15px rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 11px rgba(0,0,0,.18),0 4px 15px rgba(0,0,0,.15);
    box-shadow: 0 5px 11px rgba(0,0,0,.18), 0 4px 15px rgba(0,0,0,.15);
}
.link-btn:after{
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 2px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.link-btn:hover .link-btn:after,.link-btn:focus .link-btn:after{
    opacity: 1;
}
.gray-section {
    background-color: #f7f7f7;
}
.main-title {
    margin: 0;
    line-height: 1.2;
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}
.sub-title{
    font-size: 26px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.tag-line {
    margin: 0!important;
}
.commonn-list li {
    padding: 0 0 10px;
    font-size: 18px;
}
/*Header section starts here*/
.navbar-default {
    background: none;
    border: none;
    margin: 0;
}
.navbar-brand {
    padding: 11px 0;
    font-size: 24px;
    font-family: 'Poppinsbold';
    color: #000!important;
    font-weight: 400;
    text-transform: uppercase;
    height: auto;
}
.navbar-brand img {
    width: 65px;
    display: inline-block;
    margin: 0px 8px 0 0;
}
.sticky .navbar-brand img{
    width: 50px;
}
.navbar-brand span{
    display: inline-block;
    position: relative;
    top: 5px;
}
.menus li {
    margin: 0 15px;
    position: static;
}
.menus li:first-child {
    margin-left: 0;
}
.menus a{
    opacity: .75;
    color: #121212!important;
    font-size: 14px;
    overflow: hidden;
    font-weight: 500;
    padding: 27px 0!important;
    line-height: 73px;
    position: relative;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    font-family: 'PoppinsMedium';
    outline: none;
}
.mega-dropdown-menu {
    padding: 30px 0px;
    width: 100%;
    border: none;
    border-radius: 0;
    top: 80px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 3px 12px rgba(0,0,0,.3);
}
.mega-dropdown-menu > li > ul {
    padding: 0 20px;
    margin: 0;
}
.mega-dropdown-menu .dropdown-header {
    color: #f6185c!important;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 25px;
    white-space: pre-wrap;
    height: 50px;
}
.mega-dropdown-menu .dropdown-header h3{
    font-size: 15px;
    font-weight: 500;
}
.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #5b5b5b!important;
    white-space: normal;
    font-size: 14px;
    margin: 0!important;
    text-transform: capitalize!important;
    padding: 0!important;
    text-decoration: none;
    border: none;
}
.mega-dropdown-menu > li > ul > li {
    list-style: none;
    padding: 0 0 15px;
    margin: 0;
}
.mega-dropdown-menu > li {
    margin: 0!important;
}
.sticky .menus a{
    padding: 20px 0!important;
}
.menus a:hover,.menus a:focus,.menus a.current {
    opacity: 1;
    border-bottom-color: #d32f2f;
    background-color: transparent;
}
.mega-dropdown-menu > li > ul > li a:hover, .mega-dropdown-menu > li > ul > li a:focus, .mega-dropdown-menu > li > ul > li a.current{
    border: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border: 0 0 3px!important;
    border-color: #d32f2f;
    background-color: transparent!important;
}
.navbar{
    width: 1170px;
    margin: 0 auto;
    position: inherit;
}
.sticky .mega-dropdown-menu a{
    padding: 0 !important
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 290px;
    min-height: 100vh;
    background: rgba(255, 255, 255, 1);
    z-index: 999;
    padding: 40px 0 0;
    box-shadow: inset 2px 0 7px 0px rgba(0,0,0,.03);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mobile-menu a{
    color: #777;
    font-size: 16px;
    display: block;
    padding: 7px 20px;
}
.mobile-menu .mclose{
    font-size: 21px;
    position: absolute;
    top: 15px;
    left: 20px;
    color: #d32f2f;
}
.nav-breadcrumb {
    position: absolute;
    top: 20px;
    z-index: 9;
}
.nav-breadcrumb a{
    display: inline-block;
    margin: 0 10px 0 0;
    color: rgba(255,255,255,0.7);
    position: relative;
    font-weight: 600;
    text-decoration: none;
}
.nav-breadcrumb li:after{
    color: rgb(153, 153, 153);
    content: "";
    font-family: FontAwesome;
    padding: 0px 5px;
}
.nav-breadcrumb li:last-child:after{
    display: none;
}
/*Banner section*/
#homebanner {
    position: relative;
}
.banner-quote {
    padding: 260px 0 0;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}
.parallex-banner {
    /* The image used */
    background-image: url("/assets/bk-parallex-1.jpg");

    /* Set a specific height */
    min-height: 90vh; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tech-icons {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.tech-icons-bar {
    text-align: center;
}
.tech-icons li {
    background: url('/assets/tech-icons.png') no-repeat;
    height: 60px;
    width: 75px;
    margin: 0 35px;
    cursor: pointer;
    position: relative;
}
.tech-icons li a {
    position: absolute;
    opacity: 0;
    height: 60px;
    top: 0;
    left: 0;
    width: 75px;
}
.tech-icons li.angular {
    background-position: 0px -90px;
}
.tech-icons li.angular:hover {
     background-position: 2px -10px;
}
.tech-icons li.react{
    background-position: -5px -257px;
}
.tech-icons li.react:hover {
     background-position: -3px -175px;
}
.tech-icons li.rails{
    background-position: -117px -103px;
}
.tech-icons li.rails:hover {
     background-position: -120px -13px;
}
.tech-icons li.node{
    background-position: -4px -425px;
}
.tech-icons li.node:hover {
     background-position: -4px -345px;
}
.tech-icons li.backbone{
    background-position: -120px -285px;
}
.tech-icons li.backbone:hover {
     background-position: -120px -196px;
}
.tech-icons li.Vue{
    background-position: -120px -435px;
}
.tech-icons li.Vue:hover{
    background-position: -120px -365px;
}
/*Wblocks*/
.Wblock {
    padding: 30px 0;
}
.wblcoks{
    position: relative;
    min-height: 200px;
    padding: 25px;
    font-size: 16px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.12);
}
.wblcoks h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 10px;
    color: #121212;
}
.wblcoks .link {
    position: absolute;
    bottom: -15px;
}



/*Our services*/
.technology-icons img {
    max-width: 180px;
    -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.technology-icons {
    text-align: center;
}
.technology-icons li {
    width: 33%;
 
}
.technology-icons img:hover {
 
}
.technology-icons a{
    display: block;
    padding: 85px 0;
    width: 70%;
    margin: 0 auto;
    text-decoration: none;
    min-height: 230px;
}
.technology-icons a:hover{
    background: #fff;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 2px rgba(0,0,0,.23);
    border-radius: 1px;
}
.tech-name{
    font-size: 16px;
    font-weight: 600;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
}
.technology-icons a:hover .tech-name{
    display: block;
}
/*Our Process*/
.timelines {
    padding: 260px 0 300px 20px;
}
.timelines li {
    position: relative;
    width: 24.8%;
    margin-left: -5px;
}
.timelines li:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #d32f2f;
    border-radius: 50%;
    left: 44%;
    border: 5px solid #fff;
    z-index: 1;
}
.timelines li:after {
    content: '';
    background: #d32f2f;
    padding: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 10px;
    border: 2px solid #fff;
    border-width: 3px 0;
}
.timeline-outer {
    position: absolute;
    top: -270px;
}
.evencard {
    top: 117px;
}
.oddcard:before{
    content: '';
    position: absolute;
    width: 4px;
    padding: 0 3px 0 2px;
    border: 2px solid #fff;
    border-width: 0 4px;
    background-color: #d73d32;
    height: 90px;
    top: 185px;
    left: 46%;
    z-index: 2;
}
.evencard:before {
    content: '';
    position: absolute;
    width: 4px;
    padding: 0 3px 0 2px;
    border: 2px solid #fff;
    border-width: 0 4px;
    background-color: #d73d32;
    height: 90px;
    left: 46%;
    z-index: 2;
    bottom: 210px!important;
}
.timline-block {
    padding: 25px;
    font-size: 14px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.12);
    box-shadow: 0 1px 6px rgba(0,0,0,.12), 0 1px 3px rgba(0,0,0,.12);
    min-height: 210px;
}
.oddcard .timline-block {
    min-height: 186px;
}
.timelines-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    margin: 0 0 10px;
    color: #121212;
}
/*Testimonials*/
.testimonial-wrapper{
    padding: 40px 0 0;
}
.testimonials-block{
    margin: 0 0 30px;
}
.testimonials-desc{
    position: relative;
    padding: 25px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.testimonials-desc:before{
    left: 18px;
    bottom: -29px;
    border-right: 32px solid transparent;
    border-top: 28px solid rgba(0, 0, 0, 0.05);
    width: 0;
    height: 0;
    content: '';
    position: absolute;
}
.testimonials-desc:after{
    left: 20px;
    bottom: -25px;
    border-top: 25px solid #ffffff;
    border-right: 30px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;

}

.tetimonial-pic{
    width: 64px;
    vertical-align: top;
    display: inline-block;
    margin: 15px 0 0 35px !important;
}
.tetimonial-pic img{
    width: 60px;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
}
.tetimonial-info {
    width: auto;
    vertical-align: top;
    display: inline-block;
    padding: 25px 0 0 10px;
}
.client-name{
    font-size: 18px;
    display: block;
    color: #121212;
    font-weight: 600;
}
.company-name {
    color: #d73d32;
}
.text-left{
    text-align: left!important;
}
.clients-logo li{
    width: 19%;
    vertical-align: bottom;
    text-align: center;
    padding: 0 0 15px;
}
.clients-logo ul{
    margin: 60px 0 0;
    text-align: center;
}
.clients-logo .c-img{
    width: 145px;
}
.clients-logo .v-img{
    height: 70px;
}
#mz-pb{
    font-size: 18px;
    line-height: 30px;
}
/*Contact us*/
#contactus input ,#contactus textarea{
    width: 100%;
    padding: 7px 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    outline: none;
}
#contactus textarea {
    height: 60px;
    overflow-y: auto;
}
#contactus .form-fields {
    padding: 40px 0 0;
}
#contactus .form-fields li {
    padding: 0 0 40px
}
#contactus input[type='submit'] {
    width: auto;
    padding: 10px 30px;
}
.contact-blocks {
    margin: 0 0 30px;
    padding: 20px;
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.contact-blocks a {
    color: #d32f2f;
}
.submit-text{
    padding: 95px 0 0;
    text-align: center;
    font-size: 21px;
    line-height: 37px;
    transition: 0.3s all ease-in;
    display: none;
}
.Ctitle  {
    font-size: 16px!important;
}

#inner-banner {
    height: 300px;
    background-image: url("/assets/bk-parallex-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#inner-page {
    padding: 70px 0;
}
.bottom-note {
    font-size: 18px;
    text-align: center;
}
/*Blog styles*/
.blog-card {
    border-radius: 2px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.12);
}
.blog-featured-img  {
    padding: 0!important;
}
.blog-featured-img img {
    width: 100%;
    max-height: 180px;
    min-height: 180px;
    object-fit: cover;
}
.blog-card {
    margin: 0 0 40px;
}
.blog-card h2 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
}
.blog-card h2 a {
    color: #222;
    text-decoration: none;
}
.blog-card h2 a:hover {
    color: #d73d32;
}
.blog-short-info {
    padding: 15px 15px 0;
}
.meta-block {
    color: #121212;
    font-weight: bold;
}
.meta-block i{
    color: #121212;
    margin-right: 8px;
}
.meta-block a {
    color: #121212;
    text-decoration: none;
}
.meta-block a:hover {
    color: #d73d32
}
.short-desc {
    font-size: 14px;
}
.pagination-nav a {
    border-radius: 50%;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #121212;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.pagination-nav a:hover,.pagination-nav a:focus {
    background-color: #d73d32;
    color: #fff;
    text-decoration: none;
}
.blog-detail-page {
    font-size: 16px;
    color: #515151;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
}
.blog-detail-page h1 {
    color: #222;
    margin: 0 0 10px;
    font-size: 27px;
    font-weight: bold;

}
.blog-detail-img {
    margin: 0 0 30px;
}
.tags  {
    padding: 30px 0 0;
}
.tags a {
    display: inline-block;
    padding: 2px 15px;
    font-size: 13px;
    border: 1px solid #e4e4e4;
    color: #888;
    text-decoration: none;
    margin: 0 0 10px;
}
.tags a:hover ,.tags a:focus{
    border-color: #d73d32;
    color: #d73d32;
}
.inner-quote {
    position: absolute;
    z-index: 2;
    padding: 100px 0 0;
}
.inner-quote .main-title {
    font-size: 40px;
}
.tech-cnt {
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
}
/*#inner-banner:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);_
}*/

/*Technology pages*/
.advantages-block {
    text-align: center;
    padding: 60px 0 0;
}
.ad-blk-new{
    padding: 60px 0 0;
}
.ad-blcoks {
    padding: 0 30px;
    font-size: 16px;
    margin: 0 0 60px;
}
.ad-blcoks img {
    width: 70px;
    margin: 0 0 30px;
} 
.ad-title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #121212;
    font-weight: bold;
    margin: 0 0 8px;
}
.tech-image {
    text-align: center;
    padding: 60px 0 0;
}
.tech-image img {
    max-width: 280px;
    text-align: center;
}
.tech-logos {
    text-align: center;
    padding: 20px 0 0;
}
.tech-service{
    text-align: left;
    line-height: 27px;
    padding: 15px 0;
    font-size: 16px;
}
.tech-service .ts-logo {
    padding: 0 0 25px;
}
.tech-service .ts-logo img{
    max-width: 180px;
}
.tech-service h3,.tech-service .ts-wrap .section-title{
    font-weight: 600;
    font-size: 18px;
}
.ts-wrap{
    margin: 0 0 30px;
}
.tech-stack {
    text-align: left;
    line-height: 21px;
    padding: 30px 0;
}
.tech-stack .tech-title{
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 16px;
}
.tech-stack .tech-dec{
    font-size: 16px;

}
.ts-wrap {
    padding: 0 25px 0 0;
}


/*footer*/
#footer {
    font-size: 14px;
    color: #121212;
    background-color: #f7f7f7;
}
.footer-cnt {
    padding: 85px 15px 50px;
}
#footer a {
    color: #121212;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.custom-footer {
    background-color: #f1f1f1!important;
    border-top: 1px solid #d9d9d9;
}
.comapny-info li {
    padding: 0 0 12px;
}
.comapny-info li label {
    width: 30px;
    float: left;
}
.comapny-info li .fa-phone {
    font-size: 21px;
    line-height: 21px;
    position: relative;
    top: 3px;
}
.ftitle,.Ctitle {
    font-size: 20px;
    padding: 0 0 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.ftitle {
    font-size: 16px;
}
.comapny-info li .fa-map-marker {
    font-size: 22px;
}
.services-blocks {
    border-bottom: 1px solid #d9d9d9;
    margin: 0 0 30px;
}
.services-blocks li{
    padding: 0 0 13px;
}
.finfo li {
    padding: 3px 0;
}
.fcenter {
    padding: 0 0 0 60px;
}
.address-label label{
    min-height: 90px;
}
.social-icons a{
    width: 100%;
    display: block;
    color: #515151;
    text-align: center;
    border-radius: 50%;
    outline: none !important;
}
.social-icons a i.fa{
    border-radius: 50%;
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.10), 0 1px 2px rgba(0, 0, 0, 0.20);
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
}
.social-icons a:hover i.fa-facebook {
    background-color: #3d5e99 !important;
    color: #ffffff !important;
}
.social-icons a:hover i.fa-linkedin {
    background-color: #0077b5 !important;
    color: #ffffff !important;
}
.social-icons a:hover i.fa-twitter {
    background-color: #55acee !important;
    color: #ffffff !important;
}
.social-icons a:hover i.fa-youtube-play {
    background-color: #cc181e !important;
    color: #ffffff !important;
}
.copy-right {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #d9d9d9;
    background-color: #fff;
}
.copy-right span {
    color: #d32f2f;
}


#company-process {
    font-size: 18px;
}
.custom-page .section-title{
    text-align: left!important;
}
.custom-page .section-description {
    width: 100%!important;
    text-align: left!important;
}

.job-req li{
    padding: 0 0 6px;
}

.Portfolio-section{
    padding: 40px 0 70px;
}
.Portfolio h3{
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 600;
}
.portfolio-card{
    background: #fff;
    overflow: hidden;
    margin: 0 0 15px;
}
.portfolio-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -o-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.portfolio-card img:hover{
    -webkit-transform: scale3d(1.1,1.1,1);
    -moz-transform: scale3d(1.1,1.1,1);
    -o-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.site-img{
    overflow: hidden;
}
.site-cnt{
    padding: 10px;
    font-size: 13px;
}
.site-cnt h2{
    font-size: 20px;
    font-weight: 600;
    color: #43445c;
    margin: 5px 0 10px;
}
.site-cnt div{
    font-size: 12px;  
}

/*New-Tech*/
.new-service-card{
    margin: 0 0 15px;
}
.new-service-card img{
    max-width: 150px;
}
.new-service-card a{
    display: block;
    text-align: center;
    height: 190px;
    padding: 48px 16px;
    background: #fff;
    position: relative;
    cursor: pointer;
}
.new-service-card a:hover,.odd-domain-cw a:hover,.odd-domain-cw a:focus,.even-domain-cw a:hover,.even-domain-cw a:focus,.new-service-card a:focus{
    text-decoration: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -ms-transform: translate(0px, -4px);
    -webkit-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    background: #fff;
}
.new-service-card h2,.odd-domain-cw h2,.even-domain-cw h2{
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    margin: 24px 0 0;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    padding: 0 8px;
}
.new-service-domain{
    position: relative;
}
.new-services-wrapper{
    background: url('/assets/technologies-bk.jpg') no-repeat;
    background-position: center right;
    padding: 60px 0;
    height: 90vh;
    background-size: 460px 100vh;
}
.tech-title{
    font-size: 36px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 270px 0 0 30px;
}
/*domains*/
#domains{
    background: #f4f4f4;
    padding: 40px 0;
}
.domain-wrapper{
    background: url('/assets/technologies-bk.jpg') no-repeat;
    background-position: center left;
    padding: 120px 0;
    height: 90vh;
    background-size: 460px 100vh;
}
.odd-domain-cw a,.even-domain-cw a{
    background: #fff;
    position: relative;
    cursor: pointer;
    margin: 0 0 30px;
    text-align: center;
    height: 210px;
}
.odd-domain-cw img,.even-domain-cw img{
    width: 90px;
    padding: 0 0 24px;
}
.odd-domain-cw a,.even-domain-cw a{
    display: block;
    padding: 24px;
}
.domain-wrapper h2{
    position: relative;
    margin: 0;
    bottom: 0;
}
.mobile-tech{
    background: url(/assets/technologies-bk.jpg) no-repeat;
    background-position: center right;
    padding: 24px;
    height: 180px;
    text-align: center;
    display: none;
}
.mobile-tech .tech-title{
    padding: 0 0 0;
    margin: 28px 0;
}
/*ProductCard*/
.product-card{
    padding: 8px;
    background: #fff;
    border-radius: 3px;
    min-height: 190px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.21);
}
.product-card h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
}
.product-card span.p-icon{
    display: inline-block;
    float: left;
    width: 54px;
    height: 54px;
    margin: 0 8px 0 0;
    background: url('/assets/glang-icon.png') no-repeat 0 0;
}
.product-name{
    padding: 16px 0 0;
    display: inline-block;
}
.product-card .uber{
    background-position: 0 0;
}
.product-card .ytube{
    background-position: -75px 0!important;
}
.product-card .bbc{
    background-position: -160px 0!important;
}
#company-numbers{
    background: #343434;
    padding: 40px 0;
    text-align: center;
}
#company-numbers ul li{
    display: inline-block;
    width: 24.5%;
}
.cy-number,.number-label{
    font-size: 40px;
    color: #fff;
    font-family: 'PoppinsBold';
    display: block;
}
.number-label{
    font-size: 18px;
    padding: 8px 0 0;
}
/*Tech Stack*/
.tech-stack-imgs img{
    background: #fff;
    max-width: 130px;
}
.tech-stack-imgs{
    text-align: center;
    padding: 32px 0 0;
}
.tech-stack-imgs li{
    width: 130px;
    height: 110px;
    background: #fff;
    text-align: center;
    vertical-align: top;
    margin: 8px;
}
@media screen and (min-width: 1024px) and(max-width:1340px){
    .banner-quote{
        padding: 175px 0 0;
    }
}
@media screen and (max-width: 768px){
    .menu-icon{
        float: right;
        top: 17px;
        position: relative;
        right: 10px;
    }
    .icon-bar {
        display: block;
        width: 24px;
        height: 3px;
        border-radius: 1px;
        background: #000;
        margin: 0 0 5px;
    }
}





@media screen and (max-width: 520px) {
    .parallex-banner {
        min-height: 94vh;
    }
    .mpad0 {
        padding: 0!important;
    }
    .tech-icons li {
        margin: 0;
    }
    .main-title {
        font-size: 30px;
    }
    .sub-title {
        font-size: 18px;
    }
    .common-sections {
        padding: 50px 0 30px;
    }
    /*Timwline*/
    .timelines {
        padding: 15px 0;
    }
    .timelines li {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }
    .timeline-outer {
        position: relative;
        top: 0;
        left: 0;
    }
    .timelines li:before {
        left: -15px;
        display: none;
    }
    .timelines li:after{
        width: 14px;
        position: absolute;
        left: 12px;
        z-index: 9;
        display: none;
    }
    .timelines:before{
        content: '';
        width: 4px;
        height: 100%;
        display: none;
    }
    .oddcard:before {
        top: 25px;
        left: -30px;
        height: 210px;
        display: none;
    }
    .evencard:before {
        left: -30px;
        bottom: -30px;
        height: 210px;
        top: 30px;
        display: none;
    }
    /*Wblocks*/
    .wblcoks {
        padding: 15px;
        min-height: 175px;
        margin: 0 0 50px;
    }
    /*Section description*/
    .section-description {
        width: 100%;
        font-size: 16px;
        line-height: 28px;
        text-align: justify;
    }
    .tech-cnt,.commonn-list li {
        font-size: 16px;
    }
    .tech-image img {
        max-width: 220px;
    }
    /*Footer*/
    .footer-cnt {
        padding: 30px 15px;
    }
    .fcenter {
        padding: 15px 0 15px 15px;
    }
    .tech-icons li {
        background: url('/assets/mobile-icons.png') no-repeat;
        height: 46px;
        width: 55px;
        cursor: pointer;

    }
    .tech-icons li.angular {
        background-position: -9px -65px;
    }
    .tech-icons li.angular:hover {
         background-position: -9px -8px;
    }
    .tech-icons li.react{
        background-position: -3px -627px;
    }
    .tech-icons li.react:hover {
         background-position:-3px -562px;
    }
    .tech-icons li.rails{
        background-position: -6px -349px;
    }
    .tech-icons li.rails:hover {
         background-position: -10px -270px
    }
    .tech-icons li.node{
        background-position: -4px -195px;
    }
    .tech-icons li.node:hover {
         background-position: 0 -124px;
    }
    .tech-icons li.backbone{
        background-position: 7px -487px;
    }
    .tech-icons li.backbone:hover {
         background-position: 7px -414px; 
    }
    .tech-icons li.Vue{
        background-position: -90px -57px
    }
    .tech-icons li.Vue:hover {
         background-position: -90px -6px
    }
    .inner-quote .main-title {
        font-size: 27px;
    }
    .section-title {
        font-size: 21px;
        margin: 0 auto 15px;
    }
    .blog-card h2 {
        font-size: 18px;
    }
    .meta-block {
        font-size: 12px;
    }
    .blog-detail-page h1 {
        font-size: 24px;
    }
    .blog-detail-page img {
        width: 100%;
    }
    .navbar {
        width: 100%;
    }
    .navbar-brand {
        padding: 10px 0;
    }
    .navbar-brand  img {
        width: 36px;
    }
    .sticky .navbar-brand img{
        width: 36px;
    }
    .sticky .navbar-brand span,.navbar-brand span{
        font-size: 18px;
        top: 2px;
    }
    .technology-icons li {
        width: 49%;
        padding: 5px;
    }
    .technology-icons img {
        max-width: 100px;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        width: 100%;
    }
    .ad-blcoks {
        padding: 0 10px;
        margin: 0 0 20px;
    }
    .Mobile-number {
        padding: 0;
        margin: 40px 0 0;
    }
    .link-btn {
        margin: 5px 18px 0 0;
    }
    .technology-icons a{
        min-height: 1px;
        padding: 0;
        width: 100%;
        background: #fff;
        padding: 8px;
        display: block;
        height: 120px;
    }
    .tech-name{
        display: block;
        position: inherit;
        color: rgba(85, 85, 85, 0.8);
        font-weight: 500;
    }
    .clients-logo li{
        width: 49%;
        padding: 0 0 20px;
    }
    .main-titles{
        width: auto;
        line-height: 30px;
    }
    .new-services-wrapper,.domain-wrapper{
        background: none;
        height: auto;
        padding: 24px 0 0;
    }
    .m-zero{
        padding: 0
    }
    .odd-domain-cw a, .even-domain-cw a{
        padding: 16px;
        height: auto;
        margin: 0 0 16px;
    }
    .mobile-tech{
        display: block;
    }
    #company-numbers ul li{
        width: 49%;
        padding: 0 0 16px;
    }
    .number-label{
        font-size: 14px;
    }
    .product-card{
        margin: 0 0 8px;
    }
}

@media screen and (max-width: 340px) {
    .banner-quote {
        padding: 130px 0 0;
    }
}





