@charset "UTF-8";
.portfolio,
.portfolio_inner img {
    width: 100%
}

.circle>img {
    padding-top: 20px
}

.portfolio {
    float: left
}

.project_box {
    overflow: hidden;
    padding: 40px 0;
    width: 100%
}

.project_box ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.project_box ul li {
    padding: 0;
    width: 12%;
    text-align: center
}

.project_box ul li:first-child {
    margin-left: 0
}

.project_box ul li img {
    cursor: pointer;
    height: auto;
    max-width: 100%;
    min-width: auto;
    width: auto;
    transition: all .2s cubic-bezier(.39, .575, .565, 1) 0
}

.project_box ul li img:hover {
    transform: scale(1.1, 1.1)
}

.footer-main {
    background: url(../images/footer_bg.png) center top/cover no-repeat rgba(0, 0, 0, 0);
    padding: 50px 0 60px
}

.footer_box {
    width: 100%
}

.footer-main h3 {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
    
    font-weight: 600
}

.copyright-content,
.footer_box ul li,
.footer_box ul li a {
    
}

.footer_box ul {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    width: 100%;
    padding: 0
}

.footer_box ul.award {
    left: 18px;
    position: relative
}

.footer_box ul.award li {
    margin-bottom: 30px;
    width: 35%
}

.footer_box ul li {
    color: #cfcfcf;
    float: left;
    line-height: 1;
    margin: 0 0 8px;
    padding: 0;
    text-align: left;
    width: 100%;
    font-size: 14px
}

.copyright-content,
.copyright-content h3,
figure {
    text-align: center
}

.footer_box ul li a {
    color: #cfcfcf;
    display: block;
    font-size: 14px;
    text-decoration: none
}

.footer_box a:hover,
.footer_box ul li a:hover {
    color: #ed1c24
}

.footer_box p {
    font-size: 14px;
    color: #cfcfcf;
    margin-bottom: 8px
}

.footer_box p span {
    display: block;
    padding-bottom: 5px
}

.footer_box a {
    color: #cfcfcf;
    text-decoration: none
}

.work_with li a {
    border-right: 1px solid #fff;
    color: #cfcfcf;
    float: left;
    font-size: 14px;
    line-height: 1;
    padding: 0 10px 0 0;
    margin-right: 10px
}

.work_with li a:last-child {
    margin: 0;
    padding: 0
}

.border_none {
    border: none!important;
    display: block
}

.presentation {
    background: #7c0004;
    float: left;
    position: relative;
    width: 98%;
    padding: 12px;
    height: auto
}

.presentation h4 {
    margin: 0;
    padding-top: 0;
    color: #cfcfcf;
    font-size: 16px
}

.presentation span.fr {
    right: 53px
}

.presentation span {
    position: absolute;
    top: 6px
}

.presentation span.sec {
    right: 3px
}

.copyright-content {
    color: #9c9c9c;
    line-height: 1;
    margin: 30px 0 0;
    padding: 40px 0 0;
    position: relative;
    font-size: 14px
}

.copyright-content::before {
    background: #4a4a4a;
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 5px;
    width: 48%
}

.copyright-content .social-media {
    display: block;
    float: none;
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    text-align: center;
    width: 100%
}

.copyright-content .social-media li {
    display: inline-block;
    height: 42px;
    line-height: 32px;
    margin: 0 2px 0 0;
    padding: 0;
    width: 42px
}

.copyright-content .social-media li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    float: left;
    font-size: 20px;
    height: 38px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    width: 38px
}

.copyright-content .social-media li a:hover {
    background: #ed1c24;
    border-color: #ed1c24;
    color: #fff
}

.copyright-content p.footer-bottom-link a {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    color: #9c9c9c;
    text-decoration: none
}

.copyright-content p.footer-bottom-link a:hover {
    color: #ed1c24
}

.info-mail {
    display: none
}

h1.enhance span {
    display: block;
    font-size: 20px;
    line-height: 30px
}

.free {
    position: absolute;
    right: -13px;
    margin-top: 100px;
    z-index: 99
}

figure {
    float: left;
    height: auto;
    min-width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

figure.effect-portfolio figcaption {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    color: #fff
}

figure.effect-portfolio figcaption h2 {
    font-family: inherit
}

figure.effect-portfolio {
    margin: 0 0 30px
}

figure.effect-portfolio img {
    -webkit-transition: opacity .35s;
    transition: opacity .35s
}

figure.effect-portfolio figcaption:after,
figure.effect-portfolio figcaption:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s
}

figure.effect-portfolio figcaption:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1)
}

figure.effect-portfolio figcaption:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0)
}

figure.effect-portfolio h2 {
    opacity: 0;
    padding-top: 25%;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    color: #fff;
    font-size: 24px;
    text-shadow: none
}

figure.effect-portfolio p {
    padding: 10px 2.5em 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    line-height: 1.3;
    margin: 0
}

figure.effect-portfolio:hover figcaption:after,
figure.effect-portfolio:hover figcaption:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

figure.effect-portfolio:hover h2,
figure.effect-portfolio:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.effect-portfolio img {
    width: 100%
}

.slide_wrapper>img {
    height: 100%;
    position: absolute
}

.fixedSliding#verticalSlider .controls span {
    display: none
}

.sliderWrapper {
    position: relative
}

.sliderWrapper .banner_right {
    max-width: 550px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 15
}

.nav-controls .slideUp {
    background: url(../images/up_btn.png) no-repeat
}

.nav-controls .slideDown:hover,
.nav-controls .slideUp:hover {
    opacity: 1
}

.nav-controls .slideDown {
    background: url(../images/down_btn.png) no-repeat;
    top: 110px
}

.verticalSlider .slides div.background {
    top: 0
}

.verticalSlider .slides.animatingUp li.active div.background {
    top: -30%;
    transition: all ease 1s
}

.verticalSlider .slides.animatingDown li.active div.background {
    top: 30%;
    transition: all ease 1s
}

.w22.w12 {
    margin-top: 10px;
    width: 12%
}

.w22 {
    float: left;
    width: 25%
}

.menu_txt {
    border: 1px solid #d5d5d5;
    margin-bottom: 10px
}

.menu_txt h4 {
    background-color: red;
    color: #fff;
    margin: 0;
    padding: 4px 10px;
    text-align: left;
    font-size: 13px;
    font-weight: 700
}

.menu_txt>a {
    color: #333;
    display: block;
    font-size: 13px;
    padding: 0 10px 2px;
    text-decoration: none;
    width: 100%;
    overflow: hidden
}

.menu_txt>div {
    display: block;
    margin: 0 auto;
    padding: 4px
}

a.larvel {
    display: block;
    margin-bottom: 5px
}


.footer_box .global li {
    line-height: 20px;
    margin-bottom: 10px
}

.global li span {
    display: block
}

span.call_img {
    background: url(../images/sprite_small_icon.png) left 5px no-repeat;
    padding-left: 20px
}

p.email,
p.fax,
p.skype_img {
    padding-left: 25px
}

p.skype_img {
    background: url(../images/sprite_small_icon.png) left -75px no-repeat
}

p.email {
    background: url(../images/sprite_small_icon.png) left -104px no-repeat
}

p.fax {
    background: url(../images/calling.png) left 5px no-repeat
}

.helpline {
    margin-bottom: 10px;
    padding: 0 0 10px;
    position: relative
}

.helpline::after {
    background: #4a4a4a;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 80%
}

.start {
    font-weight: 700;
    padding-top: 0
}

.start a {
    color: #cfcfcf
}

.footer_box {
    margin-bottom: 30px
}

.footer_box .global li.us {
    background: url(../images/us.jpg) left 5px no-repeat;
    padding-left: 25px
}

.footer_box .global li.uk {
    background: url(../images/uk.jpg) left 5px no-repeat;
    padding-left: 25px
}

.footer_box .global li.ind {
    background: url(../images/india.jpg) left 5px no-repeat;
    padding-left: 25px
}

.callout_inner {
    width: 960px;
    margin: 0 auto
}

.choose .callout_sec li {
    text-align: left;
    width: 100%;
    padding-bottom: 8px;
    position: relative;
    margin: 0;
    background: url(../images/sep_img.png) 74px bottom no-repeat
}

.choose .callout_sec li:last-child {
    padding: 0;
    background: 0 0
}

.img_sec>img {
    vertical-align: middle
}

.choose .callout_right li:first-child {
    margin-bottom: 10px;
    padding-bottom: 30px
}

span.us_flag {
    background: url(../images/us.jpg) left 5px no-repeat rgba(0, 0, 0, 0);
    padding-left: 25px
}

span.uk_flag {
    background: url(../images/uk.jpg) left 5px no-repeat rgba(0, 0, 0, 0);
    padding-left: 25px
}

span.ind_flag {
    background: url(../images/india.jpg) left 5px no-repeat rgba(0, 0, 0, 0);
    padding-left: 25px
}

.bx-wrapper img {
    width: auto
}

.caret {
    border-top: 4px solid
}

.whatWedo .image-height>span {
    transition: all .4s
}

.footer-main a:hover {
    text-decoration: none;
    color: #ed1c24
}

.navbar .navbar-nav>li {
    padding: 0 17px 20px 0;
    margin-top: 40px
}

@media all and (min-width:1060px) {
    .service_txt {
        height: 140px
    }
}

@media screen and (max-width:1199px) {
    .navbar .navbar-nav>li>a {
        padding: 0 4px
    }
    .whatWedo .left-side::before,
    .whatWedo .right-side::before {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .navbar .navbar-nav>li>a {
        font-size: 12px
    }
    ul.navbar-right>li:last-child {
        margin: 10px 0 0
    }
    .info-mail {
        display: block;
        text-align: right;
        text-decoration: none;
        font-size: 16px
    }
    .info-mail a {
        color: #e96656
    }
    .banner_sec {
        margin-bottom: 50px
    }
    .choose ul li {
        width: 19.4%
    }
    .navbar .navbar-nav>li {
        padding-top: 15px;
        margin: 0
    }
    .whatWedo .wd50 {
        width: 100%
    }
    .whatWedo .wd50 span {
        background-position: top
    }
    .testimonial {
        margin-bottom: 0
    }
    .banner_txt span {
        font-size: 37px;
        line-height: 44px
    }
    .sliderWrapper .banner_right {
        right: 10px
    }
    .callout_sec {
        padding: 60px 20px
    }
    .callout_left {
        padding-right: 20px
    }
    .callout_right {
        padding-left: 20px
    }
    .free {
        position: absolute;
        right: -10px;
        z-index: 90;
        overflow: hidden
    }
    .nav>li.email {
        display: none
    }
    .navbar .navbar-nav>li>a {
        padding: 0 3px
    }
    .header-right {
        padding-top: 20px
    }
    .client_logo .flex-direction-nav .flex-prev {
        left: -13px
    }
    .client_logo .flex-direction-nav .flex-next {
        right: -13px
    }
    .presentation {
        padding: 10px;
        margin-bottom: 10px
    }
    .presentation span {
        position: static;
        display: inline-block
    }
    .presentation h4 {
        padding-bottom: 5px
    }
    .work_with li a {
        line-height: 20px
    }
    .service_txt {
        height: 160px
    }
    figure.effect-portfolio:hover p {
        transform: translate3d(0, 5px, 0);
        display: none
    }
    figure.effect-portfolio:hover h2 {
        transform: translate3d(0, 5px, 0)
    }
    .portfolio {
        float: none
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .megamenu {
        width: 97%
    }
    .navbar .navbar-nav>li {
        padding: 0 7px 0 0;
        margin: 10px 0 0
    }
    ul.navbar-right>li:last-child {
        padding: 0 0 0 10px;
        margin: 10px 0 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .service_sec h3 {
        font-size: 14px
    }
    .service_sec p {
        font-size: 13px
    }
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover,
    .navbar-toggle {
        background: #333
    }
    .about-menu .dropdown-menu,
    .lab-menu .dropdown-menu {
        height: auto;
        min-height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
    ul.navbar-right>li:last-child {
        padding: 0;
        margin-top: 10px
    }
    ul.navbar-right>li:last-child::before {
        border-left: 0;
        border-top: 1px solid #fc4349;
        width: 98%
    }
    header img.black {
        display: block
    }
    header img.white {
        display: none
    }
    .responsive-logo {
        float: none;
        margin-bottom: 5px;
        width: auto
    }
    .header-right,
    .w22,
    .w22.w12 {
        width: 100%
    }
    .navbar-toggle {
        margin-top: 30px
    }
    .navbar-nav {
        margin: 0 0 20px
    }
    .navbar-collapse {
        border: 0
    }
    .navbar .navbar-nav>li {
        display: block;
        margin: 0;
        position: relative!important;
        padding: 0
    }
    .navbar .navbar-nav>li>a {
        line-height: inherit;
        color: #404040
    }
    .navbar-nav>li>a.active,
    .navbar-nav>li>a:hover {
        border: 0;
        padding-bottom: 0
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff
    }
    .megamenu {
        top: auto;
        width: 100%!important;
        margin: 0
    }
    header {
        background: #fff;
        position: static
    }
    .info-mail {
        display: block
    }
    .info-mail a {
        color: #e96656;
        text-decoration: none
    }
    .info-mail a:hover {
        color: #444
    }
    .banner_sec {
        margin: 0 auto 40px;
        width: auto
    }
    .banner_right,
    .choose ul li,
    .project_box ul li,
    .testimonial_inner,
    .whatWedo .wd50 {
        width: 100%
    }
    .banner_txt {
        top: 15%
    }
    .banner_txt span {
        line-height: 40px;
        font-size: 35px
    }
    .free {
        position: absolute;
        right: 0;
        z-index: 9;
        display: none
    }
    .testimonial .t_left,
    .testimonial .t_right {
        display: inline-block;
        width: 100%;
        float: none
    }
    .banner_txt p {
        font-size: 18px
    }
    .banner_sec .container {
        top: 0
    }
    .banner_sec .bx-wrapper {
        margin: 0 auto
    }
    .service_sec h1 {
        font-size: 24px;
        padding-bottom: 30px
    }
    .choose h2,
    .portfolio h2 {
        font-size: 30px
    }
    .service_sec {
        padding: 0
    }
    .choose ul li {
        margin-bottom: 20px
    }
    .testimonial .t_left {
        margin-bottom: 30px
    }
    .circle,
    .service_txt::after {
        display: none
    }
    .client_text {
        border: 0;
        padding: 30px
    }
    .portfolio {
        padding: 50px 0;
        float: none
    }
    .portfolio h2 {
        padding-bottom: 40px
    }
    .project_box ul li {
        border-bottom: 1px solid #f1f2f2;
        float: none;
        margin: 0 auto;
        padding: 5px 0
    }
    .project_box ul li:last-child {
        border: 0
    }
    .footer_box ul.award li {
        padding-right: 10px;
        width: auto
    }
    .footer_box ul.award {
        left: 0
    }
    .copyright-content p {
        line-height: 22px;
        margin: 0
    }
    .testimonial {
        margin: 0;
        padding: 50px 0
    }
    .s_btn,
    .testimonial .bx-wrapper {
        margin: 0 auto
    }
    .callout_sec {
        padding: 60px 0
    }
    .callout_left {
        width: 100%;
        padding-right: 0;
        border: 0
    }
    .callout_right {
        padding: 0;
        width: 100%
    }
    .callout_left li:first-child .txt_sce,
    .s_btn {
        padding-top: 20px
    }
    .testimonial h2 {
        font-size: 25px;
        padding-bottom: 40px
    }
    .iso900 {
        right: 38px;
        position: static
    }
    .s_btn {
        text-align: center
    }
    .nav-controls .slideUp {
        bottom: 0
    }
    .presentation {
        margin-bottom: 10px
    }
    .controls {
        right: 0
    }
    .nav-controls .slideDown {
        top: 25px
    }
    .whatWedo .wd50 span {
        background-position: 50% 0
    }
    .portfolio_inner a {
        display: block;
        overflow: hidden
    }
    .sliderWrapper .banner_right {
        max-width: 100%!important
    }
    .client_logo .flex-direction-nav .flex-next,
    .client_logo .flex-direction-nav .flex-prev {
        background-size: 90%;
        outline: 0;
        top: 45%
    }
    .choose .callout_sec li,
    .choose .callout_sec li:last-child {
        background-image: url(../images/sep_img.png);
        background-position: 74px bottom;
        background-repeat: repeat-x;
        padding-bottom: 8px
    }
    ,
    .callout_left,
    .callout_right,
    .choose ul {
        float: none;
        width: 100%;
        display: block
    }
}

.home-flexslider .slides li,
a.lets-talk,
section.home-slider-wrapper {
    position: relative
}

@media screen and (max-width:479px) {
    .client_logo .flex-direction-nav .flex-next,
    .client_logo .flex-direction-nav .flex-prev {
        background-size: 60%;
        outline: 0;
        top: 35%
    }
    .copyright-content .social-media li {
        margin: 0 -4px 0 0
    }
}

header {
    background: 0 0
}

ul.navbar-right>li:last-child::before {
    border-left: 1px solid #fff
}

.home-flexslider-container {
    position: relative;
    display: block;
    width: 1200px;
    max-width: 100%;
    margin: 170px auto 0
}

span.home-flexslider-content {
    z-index: 9999;
    color: #fff;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 56%
}

span.sliderbold-content {
    display: block;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px
}

span.slidernormal-content {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin: 20px 0 30px;
    padding-right: 98px
}

a.lets-talk {
    display: block;
    vertical-align: top;
    width: 400px;
    height: 73px;
    line-height: 73px;
    background: #bd141b;
    background: -moz-linear-gradient(top, #bd141b 0, #f12121 39%, #f12121 64%, #bd141b 100%);
    background: -webkit-linear-gradient(top, #bd141b 0, #f12121 39%, #f12121 64%, #bd141b 100%);
    background: linear-gradient(to bottom, #bd141b 0, #f12121 39%, #f12121 64%, #bd141b 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bd141b', endColorstr='#bd141b', GradientType=0);
    text-align: center;
    color: #fff;
    border-radius: 7px;
    font-size: 28px;
    text-decoration: none;
    border: none
}

a.lets-talk::after {
    content: '';
    width: 100%;
    height: 101%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border: 1px solid #fff;
    border-radius: 7px;
    z-index: -1
}

a.lets-talk:hover {
    background: #c7131a
}

a.view-portfolio {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    margin-left: 43px;
    background: url(../images/home-right-arrow.png) center right no-repeat;
    padding-right: 36px;
    text-decoration: none
}

.home-flexslider ul.flex-direction-nav {
    display: none
}

.home-flexslider ol.flex-control-nav.flex-control-paging {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 9;
    top: -80px
}

.home-flexslider ol.flex-control-nav.flex-control-paging li {
    display: inline-block
}

.home-flexslider ol.flex-control-nav.flex-control-paging li a {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    font-size: 0;
    border: 3px solid #fff;
    margin: 0 3px;
    cursor: pointer
}

.home-flexslider ol.flex-control-nav.flex-control-paging li a.flex-active {
    border: 3px solid #e40434
}

li.art,
li.cmm,
li.fulltime,
li.partner,
li.yr_15 {
    border-bottom: none
}

ul.logo-list {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.logo-list li {
    vertical-align: top;
    display: none;
    width: 19%;
    margin-bottom: 15px
}

.client_logo-bg {
    background: url(../images/map-bg.png) center center no-repeat;
    padding: 60px 0 70px
}

ul.logo-list li img {
    max-width: 51%;
    display: block;
    margin: 0 auto
}

a.load-more-client {
    display: block;
    width: 185px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    margin: 30px auto 0;
    background: #ed1c24;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none
}

a.load-more-client img {
    vertical-align: text-top;
    margin-right: 6px
}

a.load-more-client:hover {
    background: #c7131a
}

.choose ul li {
    background-color: transparent;
    position: relative
}

li.art::after,
li.cmm::after,
li.fulltime::after,
li.partner::after,
li.yr_15::after {
    position: absolute;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    display: block;
    content: '';
    top: 0;
    right: 0;
    left: 0
}

li.fulltime::after {
    background: #eeab23
}

li.cmm::after {
    background: #239fd4
}

li.art::after {
    background: #fc6121
}

li.partner::after {
    background: #7cbb17
}

li.yr_15::after {
    background: #ed1c24
}

div#testimonial-slider,
span.author-pics {
    position: relative
}

.choose ul li .choose_content {
    padding: 0 15px
}

.choose h3 {
    font-size: 36px
}

.choose h3 span {
    display: block;
    font-size: 14px;
    color: #333
}

.img_sec,
.txt_sce {
    display: inline-block;
    vertical-align: middle
}

.choose ul li:hover {
    background: 0 0!important;
    border-bottom: none
}

.choose ul li:hover h3 {
    color: #323232
}

.choose h2 {
    padding-bottom: 35px
}

.testimonial-slider-wrapper h2,
.why-choose-us h2 {
    color: #040404;
    font-family: montserratsemibold;
    font-size: 43px;
    margin: 0;
    padding-bottom: 40px;
    text-align: center
}

.choose {
    padding-bottom: 50px
}

.callout_sec-wrapper {
    background: #f5f5f5;
    float: left;
    margin: 0 0 45px;
    width: 100%;
    padding: 60px 80px
}

.callout_left li:first-child .txt_sce,
.callout_right,
.txt_sce {
    padding-top: 0
}

.callout_sec {
    background: 0 0;
    float: none;
    margin: 0;
    width: 100%;
    padding: 0
}

.callout_sec ul {
    list-style: none
}

.callout_sec ul li {
    clear: both
}

.img_sec {
    width: 99px;
    float: none
}

.txt_sce {
    width: calc(100% - 104px);
    color: #333;
    font-size: 16px;
    float: none;
    margin-top: -21px
}

.testimonial-slider-wrapper::after,
.testimonial-slider-wrapper::before {
    content: '';
    display: table;
    width: 100%;
    height: 100%
}

span.author-name,
span.author-pics {
    display: inline-block;
    vertical-align: top
}

section.testimonial-slider-wrapper {
    float: left;
    margin-top: 50px;
    width: 100%;
    padding-bottom: 50px
}

#testimonial-slider.owl-carousel .owl-item img {
    width: auto
}

#testimonial-slider.owl-carousel .owl-item {
    padding: 15px 25px
}

#testimonial-slider.owl-carousel .owl-item .item {
    background: #fff;
    box-shadow: 0 0 18px #ddd;
    border-radius: 4px;
    padding: 20px 25px
}

span.author-pics {
    width: 87px;
    height: 87px;
    border-radius: 100%;
    overflow: hidden;
    margin: -50px 0 0;
    border: 1px solid #ed1c24;
    padding: 5px
}

span.author-name {
    width: calc(100% - 93px);
    padding-left: 15px;
    text-align: left
}

div#testimonial-slider:after,
div#testimonial-slider:before {
    width: 250px;
    height: 100%;
    z-index: 2;
    content: ''
}

span.author-name b {
    margin: 0;
    color: #353439;
    font-size: 20px;
    font-weight: 500
}

.author-comment {
    margin-top: 35px;
    padding-bottom: 40px
}

.author-comment p {
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #353439
}

div#testimonial-slider .owl-stage-outer {
    padding-top: 50px
}

#testimonial-slider.owl-carousel .owl-item span.author-pics>img {
    border-radius: 100%;
    border: 1px solid #ed1c24
}

div#testimonial-slider:after {
    position: absolute;
    right: 0;
    background: url(../images/slider-right-gradient.png) left center no-repeat;
    top: -70px
}

div#testimonial-slider:before {
    position: absolute;
    left: 0;
    background: url(../images/slider-left-gradient.png) right center no-repeat;
    top: 0
}

#testimonial-slider.owl-carousel .owl-item.active,
figure.effect-portfolio figcaption {
    z-index: 9
}

#testimonial-slider .owl-dots {
    display: none
}

#testimonial-slider .owl-nav {
    text-align: center;
    margin-top: 25px
}

#testimonial-slider .owl-nav>div {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    width: 17px;
    height: 13px;
    margin: 0 10px
}

.owl-nav>div.owl-prev {
    background: url(../images/testi-left.png) center center no-repeat
}

.owl-nav>div.owl-prev:hover {
    background: url(../images/testi-left-hover.png) center center no-repeat
}

.owl-nav>div.owl-next {
    background: url(../images/testi-rigth.png) center center no-repeat
}

.owl-nav>div.owl-next:hover {
    background: url(../images/testi-rigth-hover.png) center center no-repeat
}

.portfolio {
    background: #fff;
    padding: 0
}

.portfolio-container {
    background: #f5f5f5;
    padding: 65px 0;
    margin-top: 35px
}

figure.effect-portfolio:hover img {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
    border-radius: 0
}

.portfolio_inner img {
    border-radius: 0
}

figure.effect-portfolio:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 6, 6, 1);
    background: -moz-linear-gradient(-45deg, rgba(6, 6, 6, 1) 0, rgba(243, 41, 69, .88) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0, rgba(6, 6, 6, 1)), color-stop(100%, rgba(243, 41, 69, .88)));
    background: -webkit-linear-gradient(-45deg, rgba(6, 6, 6, 1) 0, rgba(243, 41, 69, .88) 100%);
    background: -o-linear-gradient(-45deg, rgba(6, 6, 6, 1) 0, rgba(243, 41, 69, .88) 100%);
    background: -ms-linear-gradient(-45deg, rgba(6, 6, 6, 1) 0, rgba(243, 41, 69, .88) 100%);
    background: linear-gradient(135deg, rgba(6, 6, 6, 1) 0, rgba(243, 41, 69, .88) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#060606', endColorstr='#f32945', GradientType=1)
}

.portfolio_inner {
    border-radius: 0;
    margin-bottom: 40px;
    background: url(../images/bottom-shadow.png) center bottom -11px no-repeat
}

figure.effect-portfolio:hover figcaption:after,
figure.effect-portfolio:hover figcaption:before {
    display: none
}

a.portfolio_inner-detail {
    color: #fff;
    display: block;
    margin-top: 30px;
    text-decoration: none;
    font-size: 14px
}

a.portfolio_inner-detail img {
    width: auto;
    max-width: 18px;
    margin-left: 5px
}

.red_btn a img {
    margin-right: 5px
}

.portfolio_inner::after,
.portfolio_inner::before {
    content: '';
    display: table;
    width: 100%;
    height: 100%
}



.footer-main {
    width: 100%;
    float: left
}


.new-btn-wrapper {
    text-align: center;
    width: 100%;
    float: left
}

a.new-btn {
    display: block;
    width: 185px;
    height: 55px;
    line-height: 55px;
    margin: 25px auto 0;
    color: #fff;
    text-decoration: none;
    background: #ed1c24;
    border-radius: 2px;
    font-weight: 500
}

a.new-btn:hover {
    background: #c7131a
}


.PhpColorCntr h4,
.SoftwareText .BtnnBx .view,
.exclusivCntr .right a.buttn,
.featureTxt,
.hireText a,
.imgList,
.portfolio h2,
.progrmTitle,
.red_btn,
ul.logo-list.logo_list_sprite {
    text-align: center
}


.imgList {
    list-style: none;
    padding: 46px 0 0;
    overflow: hidden
}

.imgList li {
    display: inline-block;
    padding: 0 18px
}

.imgList li img {
    display: block
}

.featureTxt {
    padding: 33px 0 0
}

.featureTxt p {
    font-size: 19px;
    line-height: 30px;
    font-weight: 300
}

.featureTxt .insdFtr h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 61px 0 22px
}

.featureTxt .insdFtr {
    width: 100%;
    max-width: 939px;
    margin: 0 auto 35px
}



.HirePhpCntr {
    width: 100%;
    display: block;
    padding: 115px 0 100px
}

.hireText h5 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif
}

.hireText a,
.hireText p {
    font-weight: 300;
    font-family: Lato, sans-serif
}

.portfolio h2,
.red_btn a,
.whatWedo .wd50 h3 {
    font-family: montserratsemibold
}


.portfolio h2 {
    font-size: 44px;
    color: #000;
    margin: 0;
    padding-bottom: 60px
}


.red_btn {
    width: 100%;
    margin-top: 35px
}

.red_btn a {
    background-color: #ed1c24;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 35px;
    max-width: 210px
}

@media (max-width:767px) {
    .anim-dots {
        bottom: 15px!important
    }
    .callout_sec-wrapper {
        padding: 40px 0
    }
    .callout_right {
        padding-top: 0
    }
    .testimonial-slider-wrapper h2,
    .why-choose-us h2 {
        font-size: 25px
    }
    div#testimonial-slider:after,
    div#testimonial-slider:before {
        display: none
    }
    span.author-name {
        display: block;
        width: 100%;
        padding-left: 0;
        text-align: center
    }
    span.author-pics {
        margin: -50px auto 15px;
        display: block
    }
    #testimonial-slider.owl-carousel .owl-item .item {
        padding: 20px 15px
    }
    .author-comment p {
        line-height: 21px
    }
    .author-comment {
        margin-top: 15px;
        padding-bottom: 0
    }
    #testimonial-slider.owl-carousel .owl-item img {
        margin: 0 auto
    }
    .client_logo-bg {
        padding: 30px 0
    }
    ul.logo-list li {
        width: 32%
    }
    ul.logo-list li img {
        max-width: 63%
    }
    a.load-more-client {
        width: 155px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
    .client_logo_sec h2 {
        font-size: 25px
    }
    .portfolio_inner {
        margin-bottom: 15px
    }
    span.sliderbold-content {
        font-size: 22px;
        text-align: center;
        padding-right: 15px;
        line-height: 28px
    }
    a.lets-talk,
    a.view-portfolio {
        height: 50px;
        line-height: 50px
    }
    a.lets-talk {
        width: 246px;
        font-size: 17px;
        margin: 0 auto
    }
    a.view-portfolio {
        font-size: 14px;
        margin-left: 13px
    }
   

.five_stars_client {
    display: block;
    width: 87px;
    height: 15px;
    padding: 0;
    margin: 0;
    background: url(../images/sprite_small_icon.png) -79px -10px no-repeat
}

.pdf_ico,
.psd_ico {
    display: inline-block;
    width: 45px;
    height: 31px
}

.psd_ico {
    background: url(../images/sprite_small_icon.png) -46px -37px no-repeat
}

.pdf_ico {
    background: url(../images/sprite_small_icon.png) left -37px no-repeat
}

@media(max-width:767px) {
    span.sliderbold-content {
        font-size: 22px;
        line-height: 28px
    }
    .client_logo_sec h2 {
        font-size: 22px;
        padding-bottom: 25px
    }
    
    .testimonial-slider-wrapper h2,
    .why-choose-us h2 {
        font-size: 22px
    }
    .why-choose-us h2 {
        padding-bottom: 20px
    }
    .testimonial-slider-wrapper h2 {
        padding-bottom: 0
    }
    
    .choose h3 {
        font-size: 25px
    }
    .footer-main {
        background: #181719;
        padding: 35px 0 30px
    }
    .footer_box ul {
        margin-bottom: 15px
    }
    a.new-btn {
        height: 40px;
        line-height: 40px
    }
    .choose h2 span,
    h1.enhance span {
        font-size: 14px;
        line-height: 20px;
        padding-top: 5px
    }
    .client_logo_sec {
        padding-bottom: 0
    }
    .portfolio-container {
        padding: 25px 0 40px
    }
    .portfolio-container .red_btn {
        margin-top: 15px
    }
    .portfolio-container .red_btn a {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        padding: 0 35px
    }
    .copyright-content p {
        line-height: 20px;
        margin: 0 0 5px
    }
    .copyright-content {
        margin: 25px 0 0;
        padding: 30px 0 0
    }
    .copyright-content .social-media {
        margin: 0 0 15px
    }
    .service_sec h1+.row {
        margin-bottom: 0
    }
    .service_txt {
        padding: 0 5px 10px
    }
    .callout_sec .txt_sce {
        font-size: 14px
    }
    .home-flexslider.right_bg_arw a.view-portfolio:after {
        top: 11px
    }
    .five_stars_client {
        margin: 0 auto
    }
    .portfolio-container>.container>.row:nth-child(2),
    .portfolio-container>.container>.row:nth-child(3) {
        display: block;
    }
}

@media(max-width:470px) {
    ul.logo-list.logo_list_sprite li {
        padding: 0 65px
    }
}

.service_sec.enhance_business_pro .row .col-lg-3:nth-child(4) .service_txt:after {
    border-left: none
}

span.stars_align {
    float: right;
    line-height: 14px
}

.mx_wd145>a {
    max-width: 145px
}

.shopify_btm_link {
    padding-top: 35px!important
}

.copyright-content span a {
    color: #9c9c9c
}

.footer_ms_gold_ico {
    padding: 0;
    margin: -20px 0 0
}

.footer_g_partner_ico {
    padding: 0;
    margin: -14px 0 0
}

.simob_show {
    display: none
}

@media(max-width:1024px) {
    .shopify_btm_link {
        padding-top: 0!important
    }
}

@media(max-width:767px) {
    .start.mrgn_bt_10 {
        margin-bottom: 10px
    }
    .footer_ms_gold_ico {
        margin: 0 0 17px
    }
    .footer_g_partner_ico {
        margin: 0 0 15px
    }
    .simob_show {
        display: block!important
    }
    .simob_hide {
        display: none
    }
    .footer_g_partner_ico.simob_show {
        margin-bottom: 0
    }
    .footer_ms_gold_ico.simob_show {
        margin: 7px 0
    }
    .footer_box ul li.shopify_btm_link {
        margin-top: 7px
    }
    .shopify_btm_link {
        padding-top: 0!important
    }
}

.flw {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

@media only screen and (max-width: 767px) and (min-width: 320px) 
{
    .footer_box ul li 
    {
      text-align: center!important;
    }
    .footer-main h3 
    {
      text-align: center;
    }
    .fb_hd
    {
      text-align: center;
    }
    .mob_screen
    {
      display: block!important;
    }
    .contact_dt
    {
      display: none!important;
    }
   
}