body {
    font-size: 18px;
    color: #5b5b5b;
    font-family: 'proxima_nova_ltlight';
}

.site-header {
    background-color: #fff;
    padding: 28px 50px;
    z-index: 1;
    box-shadow: 3px 2px 1px #e6e6e6;
    -webkit-box-shadow: 3px 2px 1px #e6e6e6;
    -moz-box-shadow: 3px 2px 1px #e6e6e6;
}

.site-header:before {
    content: '';
    display: table;
    clear: both;
}

.logo {
    float: left;
}

a:focus {
    outline: none;
}

.logo img {
    vertical-align: top;
}

.main-navigation {
    float: right;
    clear: none;
}

.main-navigation a {
    font-size: 16px;
    color: #333333;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all 0.5s;
}

.main-navigation a:hover {
    color: #ff4d00;
}

.main-navigation li.current_page_item a,
.footer-right .menu-footer-menu-container ul li.current_page_item a {
    color: #ff4d00;
}

.site-content {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px !important;
}

.header-social {
    float: right;
    margin-left: 20px;
}

.header-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border: 1px #cacaca solid;
    border-radius: 50%;
    font-size: 14px;
    margin: 6px 0;
}

.h-banner-logo {
    margin-bottom: 23px;
}

.hp-banner-sec .hp-banner-txt {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px !important;
}

.hp-banner-sec .hp-banner-txt h1 {
    font-size: 22px;
    color: #fff;
    font-family: 'proxima_nova_ltlight';
    font-style: italic;
    padding-top: 0;
    margin-bottom: 50px;
}

.hp-banner-sec .hp-banner-txt h1 strong {
    font-size: 32px;
    font-family: 'proxima_nova_rgbold';
    font-style: normal;
}

.hp-banner-sec .hp-banner-txt h1:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #ff4d00;
    display: block;
    margin: 46px 0 0;
}

.hp-banner-sec .hp-banner-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    max-width: 685px;
    margin-bottom: 58px;
}

a.btn-orenge {
    min-width: 240px;
    height: 60px;
    background: #ff6600;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px 15px;
    line-height: 40px;
    font-size: 16px;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6700+0,ff4900+47,ff2700+100 */
    background: #ff6700; /* Old browsers */
    background: -moz-linear-gradient(top, #ff6700 0%, #ff4900 47%, #ff2700 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff6700 0%,#ff4900 47%,#ff2700 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff6700 0%,#ff4900 47%,#ff2700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#ff2700',GradientType=0 ); /* IE6-9 */
    transition: all 0.5s;
}
/*
a.btn-orenge:hover {

     Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff6700+0,ff4900+47,ff2700+100 
    background: #ff6700;  Old browsers 
    background: -moz-linear-gradient(top, #ff2700 0%, #ff4900 47%, #ff6700 100%);  FF3.6-15 
    background: -webkit-linear-gradient(top, #ff2700 0%, #ff4900 47%, #ff6700 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, #ff2700 0%, #ff4900 47%, #ff6700 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2700', endColorstr='#ff6700',GradientType=0 );  IE6-9 

}*/

.who-innovision-sec {
    padding: 116px 0 149px;
}

.who-innovision-sec > .vc_column_container {
    max-width: 1030px;
    margin: 0 auto;
    float: none;
}

h2 {
    font-size: 46px;
    color: #14131b;
    margin-bottom: 70px;
}

h2 strong {
    color: #ff4d00;
    font-weight: normal;
}

p {
    line-height: 38px;
    color: #5b5b5b;
    font-size: 18px;
    margin-bottom: 32px;
}

.innovision-service-sec {
    padding: 120px 0;
}

.cta-sec {
    padding: 94px 0;
}

.cta-sec h2 {
    color: #fff;
    line-height: 64px;
    margin-bottom: 41px;
}

.testimonial-sec {
    padding: 103px 0 118px;
}

.testimonial-sec .vc_column_container {
    max-width: 1000px;
    margin: 0 auto;
    float: none;    
}

.testimonial-sec h2 {
    margin-bottom: 37px;
}

.testimonial-sec h5 {
    font-size: 18px;
    color: #14131b;
    font-family: 'proxima_novabold_italic';
    padding: 0;
    text-transform: none;
    margin-bottom: 80px;
    letter-spacing: 0;
}

.testimonial-sec p {
    font-family: 'proxima_nova_ltlight';
}

.testimonial-sec  a.btn-orenge {
    margin-top: 47px;
    min-width: 200px;
}

.cta-sec  a.btn-orenge {
    min-width: 200px;
}

.innovision-service-sec h2 {
    margin-bottom: 50px !important; 
}

.innovision-piller {
    margin-top: -40px;
}

.innovision-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    margin-bottom: 50px;
    background: #fff url(../images/servise-shape.png) no-repeat top left;
    padding: 27px 80px 80px 0;
    box-shadow: 0 11px 21px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 11px 21px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 11px 21px rgba(0,0,0,0.1);
    min-height: 484px;
}

.innovision-row:last-child {
    margin-bottom: 0;
}

.innovision-piller-img {
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    max-width: 31.5%;
    padding: 0 0 0 20px;
}

.innovision-piller-txt {
    -ms-flex: 0 0 68.5%;
    flex: 0 0 68.5%;
    max-width: 68.5%;
    padding-top: 60px;
}

.innovision-piller-img h3 {
    font-size: 40px;
    margin: -72px 0 0 0;
    padding: 0 70px 0 0px;
    text-align: center;
}

/*----Footer--------*/

.site-footer {
    margin-top: 0;
    border-top: none;
    background: #212121;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    padding: 42px 50px;
}

.footer-left {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
}

.footer-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.footer-left .footer-logo {
    float: left;
}

.footer-left .copyright {
    float: left;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 70px;
}

.footer-right .menu-footer-menu-container {
    float: right;
}

.footer-right .menu-footer-menu-container ul {
    list-style-type: none;
    margin-bottom: 0;
}

.footer-right .menu-footer-menu-container ul:before {
    content: '';
    display: table;
    clear: both;
}

.footer-right .menu-footer-menu-container ul li {
    float: left;
    margin: 13px 0;
}

.footer-right .menu-footer-menu-container ul li a {
    color: #fff;
    font-size: 16px;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    padding: 15px 20px;
    transition: all 0.5s;
}

.footer-right .menu-footer-menu-container ul li a:hover {
    color: #ff6600;
}

.footer-right .footer-social {
    float: right;
    margin-left: 25px;
}

.footer-right .footer-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 50%;
    font-size: 14px;
    margin: 6px 0;
    color: #fff;
}

.innovision-piller-txt p:last-child {
    margin-bottom: 0;
}

/*--------Meet the team------*/

.our-team-sec-dd {
    padding: 150px 0;
}

.our-team-sec-dd h1 {
    font-size: 46px;
    font-family: 'proxima_nova_ltlight';
    color: #14131b;
    margin-bottom: 130px !important;
}

.our-team-sec-dd h1 strong {
    font-weight: normal;
    color: #ff4d01;
}

.our-team-img {
    margin-top: -96px;
}
.our-team-row {
    box-shadow: 0 0 50px rgba(230, 230, 230, 0.8);
    -moz-box-shadow: 0 0 50px rgba(230, 230, 230, 0.8);
    -webkit-box-shadow: 0 0 50px rgba(230, 230, 230, 0.8);
    -o-box-shadow: 0 0 50px rgba(230, 230, 230, 0.8);
}

.our-team-row .our-team-img {
    width: 30.333333%;
}

.our-team-row .our-team-txt {
    width: 69.666667%;
}

.our-team-row .our-team-img > div {
    padding-left: 80px;
}

.our-team-row .our-team-txt {
    padding: 100px 0;
}

.our-team-row .our-team-txt h2 {
    font-size: 40px;
    margin-bottom: 5px;
}

.our-team-row .our-team-txt h5 {
    color: #ff4d00;
    text-transform: none;
    font-family: 'proxima_novalight_italic';
    font-size: 26px;
    padding-top: 0;
    font-weight: normal;
    margin-bottom: 30px;
}

.our-team-row .our-team-img img {
    box-shadow: 21px 31px 121px #e8e8e8;
    -webkit-box-shadow: 21px 31px 121px #e8e8e8;
    -moz-box-shadow: 21px 31px 121px #e8e8e8;
}

.our-team-row {
    margin-bottom: 100px;
}

.our-team-row:last-child {
    margin-bottom: 0;
}

/*------- Contact
----------------------------*/

.contact-sec-dd .conact-info-top {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    -moz-align-items: start;
    -ms-align-items: start;
    -o-align-items: start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    margin-bottom: 70px !important;
}

.contact-info-dd img {
    vertical-align: middle;
    width: auto;
    box-shadow: 3px 3px 11px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 3px 11px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 11px rgba(0,0,0,0.2);
    border-radius: 50%;
}

.contact-info-dd a,
.contact-info-dd strong {
    display: inline-block;
    vertical-align: middle;
    color: #14131b;
    font-size: 18px;
    font-family: 'proxima_nova_rgbold';
    padding-left: 20px;
}

.contact-info-dd {    
    padding-right: 15px;
}

.contact-info-dd:last-child {
    padding-right: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.contact-info-dd:first-child {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.contact-info-dd:nth-child(2) {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.contact-sec-dd.our-team-sec-dd h1 {    
    margin-bottom: 83px !important;
}

.contact-form-sec {
    padding: 100px;
    background: #fff;
    max-width: 1160px;
    margin: 0 auto !important;
    box-shadow: 0px 1px 31px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 31px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 31px rgba(0,0,0,0.1);
}

.contact-form-sec h2 {
    font-size: 40px;
    margin-bottom: 25px;
}

.gform_wrapper .top_label .gfield_label {
    display: none !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_wrapper {
    margin: 0 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {    
    padding: 15px 20px !important;
    letter-spacing: normal !important;
    font-size: 18px !important;
    color: #14131b;
    font-family: 'proxima_nova_ltlight' !important;
    height: 52px;
    border-radius: 0;
}

.gform_wrapper textarea {
    padding: 15px 20px !important;
    letter-spacing: normal !important;
    font-size: 18px !important;
    color: #14131b;
    font-family: 'proxima_nova_ltlight' !important;
    height: 126px;
    border-radius: 0;
}

body .gform_wrapper ul li.gfield {
    margin-top: 30px !important;    
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #5b5b5b;
    font-family: 'proxima_nova_ltlight';
}
::-moz-placeholder { /* Firefox 19+ */
    color: #5b5b5b;
    font-family: 'proxima_nova_ltlight';
}
:-ms-input-placeholder { /* IE 10+ */
    color: #5b5b5b;
    font-family: 'proxima_nova_ltlight';
}
:-moz-placeholder { /* Firefox 18- */
    color: #5b5b5b;
    font-family: 'proxima_nova_ltlight';
}

.gform_wrapper .gform_footer {
    padding: 40px 0 0px !important;
    margin: 0 !important;
    text-align: center;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {    
    min-width: 200px;
    height: 60px;
    background: #ff6600;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    padding: 10px 15px;
    line-height: 40px;
    font-size: 16px !important;
    font-family: 'proxima_nova_rgbold';
    text-transform: uppercase;
    background: #ff6700;
    background: -moz-linear-gradient(top, #ff6700 0%, #ff4900 47%, #ff2700 100%);
    background: -webkit-linear-gradient(top, #ff6700 0%,#ff4900 47%,#ff2700 100%);
    background: linear-gradient(to bottom, #ff6700 0%,#ff4900 47%,#ff2700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#ff2700',GradientType=0 );
    transition: all 0.5s;
    box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
}

.how-we-work-list ul{max-width: 1100px; margin: 0 auto;}
.how-we-work-list ul:after{content: ''; clear: both; width: 100%; display: block;}
.how-we-work-list ul li{width: 49%;     float: left; display: table; vertical-align: top; color: #14131b; font-size: 18px; padding: 0px 15px 0px 50px; position: relative; margin-bottom: 0px;    font-weight: 600; min-height: 64px;}
.how-we-work-list ul li strong{font-weight: 600;    display: table-cell;    vertical-align: middle;}
.how-we-work-list ul li:before{    content: '';position: absolute;top: 50%;left: 0;margin-top: -21px;width: 40px;height: 40px;background: url(../images/innovision-ul-icon.png) no-repeat 0 0;display: block;background-size: 100%;box-shadow: 0 0px 10px 3px rgba(151, 47, 46,0.25);border-radius: 100%;background-color: #ff4d00;}
.how-we-work-project-sec .innovision-service-list{padding-left: 150px;}
.how-we-work-project-sec .innovision-service-list:before{content: ''; background: #37ce09; height: 83%; width: 2px; position: absolute; left: 70px; top: 0;}
.project-list-number{    width: 100px;height: 100px;background: #37ce09;border-radius: 100%;position: absolute;top: -20px;left: -128px;box-shadow:0 38px 68px 0 rgba(55, 206, 9,0.23); }
.project-list-section figure img{width: 100%;}
.how-we-work-project{background: #fff;box-shadow:0 0px 20px 5px rgba(41, 41, 41, 0.07);padding: 50px;margin-top: -80px;width: 90%;margin-left: 5%;z-index: 999;position: relative;}
.project-list-section{margin-bottom: 80px; position: relative;}
.project-list-section:before{content: ''; position: absolute;top: 50%;left: -98px;margin-top: -31px;background: url(../images/arrow-list.png) no-repeat 0 0;width: 41px;height: 62px;/* border-left: 15px solid transparent;border-right: 15px solid transparent;border-top: 25px solid #f8cd06;*/}
.project-list-section:last-child:before{display: none;}
.how-we-work-foundation.innovision-service-sec h2{    margin-bottom: 20px !important;}


.how-we-work-project strong{ color: #14131b; font-size: 16px;}
.how-we-work-project ul li{padding-left: 30px; position: relative; list-style-type: none; margin-bottom: 25px;}
.how-we-work-project ul li:before{content: '';background: #ff5e26;width: 5px;height: 5px;border-radius: 100%;position: absolute;left: 0;top: 12px;}
.how-we-work-project ul li ul{margin-left: 0; margin-top: 25px; }
.how-we-work-project ul li ul li:before{background: #4dd12e;}
.how-we-work-foundation .innovision-row{
    padding-bottom: 0; padding-top: 0; min-height: 360px;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    background-size: 80%;
}

.how-we-work-foundation .innovision-piller-txt {
    padding-bottom: 50px;
}
.how-we-work-foundation .innovision-piller-txt h3{color: #14131b; font-size: 34px; font-weight: 300; margin-bottom: 30px;}
.how-we-work-foundation .innovision-piller-txt ul li{padding-left: 30px; position: relative; list-style-type: none; margin-bottom: 15px;}
.how-we-work-foundation .innovision-piller-txt ul li:before{content: '';background: #ff5e26;width: 5px;height: 5px;border-radius: 100%;position: absolute;left: 0;top: 12px;}
.how-we-work-foundation .innovision-piller-img img{    box-shadow: 0 56px 68px 0 rgba(151, 103, 46,0.25);    border-radius: 100%;    background-color: lightgray;}

.fixed-social{position: fixed; right: 0; top: 40%; z-index: 9999;}
.fixed-social a{width: 50px; height: 50px; background: #ff4d00; text-align: center; line-height: 62px; display: block; margin-bottom: 1px; }
.how-we-work-project .riadda-text-left{     line-height: 38px;color: #5b5b5b;font-size: 18px;font-weight: normal;padding-top: 5px;display: block;margin-left: -30px;}

/*--- About Us
--------------------*/

.aboutus-wrapper {
    padding: 120px 0;
}

.aboutus-wrapper h2 {
    margin-bottom: 185px !important;
}

.aboutus-wrapper .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 50px;
    box-shadow: 0px -1px 30px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 11px 21px rgba(0,0,0,0.1);
    background: #fff;
}

.aboutus-wrapper .vc_col-sm-4 .wpb_single_image {
    margin-top: -170px;
}

.aboutus-wrapper .vc_col-sm-4 .wpb_text_column {
    margin-bottom: 0;
}

.aboutus-wrapper .vc_col-sm-4 .wpb_text_column p {
    line-height: 36px;
}

.aboutus-wrapper .vc_col-sm-4 .wpb_text_column p br {
    display: none;
}

.innovision-wrapper {
    height: 910px;
}

/*---- What Makes Us diffrent
---------------------------------*/

.whats-makes-us-diff-wrapper {
    padding: 130px 0 100px;
}

.whats-makes-us-diff-wrapper h2 {
    background: #fff;
    padding: 0 40px;
    margin-top: -110px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.whats-makes-us-diff-wrapper .wpb_text_column > .wpb_wrapper {
    padding: 74px 80px;
    border: 3px #ff4d00 solid;
    text-align: center;
    max-width: 1240px;
    margin: 0 auto;
}

.whats-makes-us-diff-wrapper .wpb_text_column p {
    font-size: 26px;
    line-height: 42px;
}

.about-how-wrapper {
    padding: 100px 0;
}

.about-how {
    padding: 60px 80px;
    box-shadow: 0px -1px 30px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 11px 21px rgba(0,0,0,0.1);
    background: #fff;
}

.about-how-wrapper h2 {
    margin-bottom: 100px !important;
}

.about-how:after {
    content: '';
    display: table;
    clear: both;
}

.about-how-left {
    width: 66.66666667%;
    float: left;
    padding-right: 70px;
}

.about-how-right {
    width: 33.33333%;
    float: left;
    margin: -94px 0;
    position: absolute;
    right: 0;
}
.innovision-wrapper .innovation-graphic-img {
    position: absolute;
    bottom: 170px;
}


.email_share_wrap {
    position: absolute;
    right: 0;
    width: 100%;
    min-width: 220px;
    background: #fff;
    border: none;
    box-shadow: 0px 1px 31px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 1px 31px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 31px rgba(0,0,0,0.1);
    padding: 25px 20px;
    text-align: center;

    transform: translate(250px);
    -o-transform: translate(250px);
    -ms-transform: translate(250px);
    -moz-transform: translate(250px);
    -webkit-transform: translate(250px);

    transition: 1s ease-in;
    -o-transition: 1s ease-in;
    -ms-transition: 1s ease-in;
    -moz-transition: 1s ease-in;
    -webkit-transition: 1s ease-in;
}

.email_share_wrap.show {
    transform: translate(0px);
    -o-transform: translate(0px);
    -ms-transform: translate(0px);
    -moz-transform: translate(0px);
    -webkit-transform: translate(0px);
}

.email_share_wrap input[type="email"]{
    margin-bottom: 10px;
    height: 38px;
    font-size: 13px;
}

.email_share_wrap input[type="submit"]{
    background: #ff6700;
    background: -moz-linear-gradient(top, #ff6700 0%, #ff4900 47%, #ff2700 100%);
    background: -webkit-linear-gradient(top, #ff6700 0%,#ff4900 47%,#ff2700 100%);
    background: linear-gradient(to bottom, #ff6700 0%,#ff4900 47%,#ff2700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6700', endColorstr='#ff2700',GradientType=0 );
    transition: all 0.5s;
    box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
    -webkit-box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 5px 25px rgba(0,0,0,0.2);
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 13px;
}

/*------22nd jan------*/

.keyproject-list-dd ul {
    list-style: none;
    display: table;
}

.keyproject-list-dd ul:after {
    content: '';
    display: table;
    clear: both;
}

.keyproject-list-dd ul li {
    display: table-cell;
    width: 33.333%;
    color: #c5c5c5;
    padding: 28px 40px 28px 60px;
    border-left: 1px rgba(255,255,255,0.1) solid;
    position: relative;
}

.keyproject-list-dd ul li strong {
    color: #fff;
    font-family: 'proxima_nova_rgbold';
}

.keyproject-list-dd ul li br {
    display: none;
}

.keyproject-list-dd ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #ff4d00;
    position: absolute;
    left: 35px;
    top: 40px;
    border-radius: 50%;
}

.keyproject-list-dd ul li:first-child {
    border-left: none;
}

/*-16th april--*/

.keyproject-list-dd .tdt-slider .carousel-caption li {
    width: 100%;    
    text-align: left;
}

.keyproject-list-dd .tdt-slider .carousel-caption {
    border-left: 1px rgba(255,255,255,0.1) solid;
}

.keyproject-list-dd .tdt-slider .carousel-caption:first-child {
    border-left: none;
}

.keyproject-list-dd .tdt-slider .carousel-caption br,
.keyproject-list-dd .tdt-slider .carousel-caption .tdt-slider-heading {
    display: none;
}

.keyproject-list-dd .tdt-slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;  
}

.keyproject-list-dd .tdt-slider .slick-track .carousel-caption {
    height: auto;
}

/*------ New Home Page Update
-----------------------------------*/

.hp-banner-sec .hp-banner-txt-dd {
    margin-bottom: 60px;
}

.hp-banner-sec .hp-banner-txt-dd p {
    margin-bottom: 40px;
}

.hp-banner-sec .hp-banner-txt-dd p:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #ff4d00;
    display: block;
    margin: 40px 0 0;
}

.hp-banner-sec .hp-banner-txt-dd p:last-child:after {
    display: none;
}

.who-innovision-sec > .vc_column_container {
    max-width: 100%;    
}

.footer-left .footer-logo {
    margin-right: 80px;
}

.footer-left .footer-logo a {
    display: block;
}

.footer-left .footer-logo .copyright {
    margin-left: 0;
    float: none;
}

.footer-left .footer-contact-info {
    float: left;
}

.footer-left .footer-contact-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-left .footer-contact-info ul li {
    font-size: 18px;
    color: #ffffff;
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
}

.footer-left .footer-contact-info ul li:last-child {
    margin-bottom: 0;
}

.footer-left .footer-contact-info ul li i {
    position: absolute;
    left: 0;
    color: #ff3300;
    top: 5px;
}

.footer-left .footer-contact-info ul li a {
    color: #fff;
}

body .who-innovision-top {
    margin-bottom: 60px !important;
}

body .who-innovision-top p {
    font-size: 20px;
    margin-bottom: 20px;
}

body .who-innovision-top p strong {
    color: #000033;
    font-family: 'proxima_nova_rgbold';
}

body .who-innovision-challenges .vc_col-sm-2 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

body .who-innovision-challenges .vc_col-sm-2 p {
    margin-bottom: 14px;
    color: #666;
    line-height: normal;
}

body .who-innovision-btm {
    margin-bottom: 60px !important;
}

body .who-innovision-btm p {
    line-height: 36px;
}

body .who-innovision-btm p strong {
    color: #000033;
    font-family: 'proxima_nova_rgbold';
}

body .following-solution-dd .vc_col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
}

body .following-solution-dd .vc_col-sm-4 > div {
    padding: 50px;
    box-shadow: -9px 1px 51px rgba(0,0,0,0.2);
    -webkit-box-shadow: -9px 1px 51px rgba(0,0,0,0.2);
    -moz-box-shadow: -9px 1px 51px rgba(0,0,0,0.2);
}

body .following-solution-dd .vc_col-sm-4 p {
    color: #fff;
    line-height: 32px;
    margin-bottom: 22px;
}

body .following-solution-dd .vc_col-sm-4 h3 {
    font-size: 50px;
    color: #ffffff;
    padding: 0; 
}

.innovision-piller-txt p {
    line-height: 34px;
}

.innovision-piller-txt h3 {
    font-size: 18px;
    color: #000033;
    font-family: 'proxima_nova_rgbold';
    padding: 0;
    margin-bottom: 30px;
}

.innovision-piller-txt ul {
    list-style-type: none;
}

.innovision-piller-txt ul:last-child {
    margin-bottom: 0;
}

.innovision-piller-txt ul li {
    font-size: 18px;
    color: #666666;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative;
}

.innovision-piller-txt ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #ff6600;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
}

.innovision-piller-txt ul.column-count-dd {
    margin-bottom: 0;
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
}

/*------ New Home Page Update End
-----------------------------------*/

/*------ Flip Box
-----------------------------------*/

.flipbox-dd {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    /*margin-top: 50px;*/

    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

.flipbox-block {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;    

    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
    /*min-height: 600px;*/
}

.flipbox-block .flip-box-front,
.flipbox-block .flip-box-back {
    padding: 50px;
    box-shadow: -9px 1px 51px rgba(0,0,0,0.2);
    -webkit-box-shadow: -9px 1px 51px rgba(0,0,0,0.2);
    -moz-box-shadow: -9px 1px 51px rgba(0,0,0,0.2);

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    /*min-height: 600px;*/
}

.flipbox-block .flip-box-front {
    background: #ff6600;
    z-index: 2;    
    height: 100%;
}

.flipbox-block .flip-box-back {    
    background: #ff6600;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipbox-block:hover .flip-box-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flipbox-block:hover .flip-box-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-box-front-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    padding: 0 25px;
    transform: translateY(-50%);
}

.flip-box-front-inner h3 {
    font-size: 50px;
    color: #ffffff;
    padding: 0;
    margin: 25px 0 0;
}

.flipbox-block.flipbox2 .flip-box-front,
.flipbox-block.flipbox2 .flip-box-back {
    background: #ffcc00;
}

.flipbox-block.flipbox3 .flip-box-front,
.flipbox-block.flipbox3 .flip-box-back {
    background: #33cc00;
}

.flip-box-back-inner p {
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
}

.flip-box-back-inner ul {
    margin: 0;
    padding-left: 18px;
}

.flip-box-back-inner ul li {
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
}

.flip-box-back-inner ul li:last-child {
    margin-bottom: 0;
}

span#siteseal {
    display: block;
    /*text-align: center;*/
    padding: 5px;
}

#siteseal img {
    vertical-align: top;
}

/*------ Flip Box End
-----------------------------------*/

/*-------Media query-------*/

@media all and (max-width: 1600px) and (min-width: 1441px) {

    .hp-banner-sec .hp-banner-txt {
        max-width: 1360px;
    }

    .footer-right .footer-social {    
        margin-left: 20px;
    }

    .footer-right .menu-footer-menu-container ul li a {        
        padding: 15px 13px;    
    }

}

@media all and (max-width: 1440px) {

    p br {
        display: none !important;
    }

}

@media all and (max-width: 1440px) and (min-width: 1200px) {

    .hp-banner-sec .hp-banner-txt {
        max-width: 1100px;
    }

    .innovision-row {
        background-size: 1120px;
    }

    .innovision-piller-img h3 {
        font-size: 36px;        
        padding: 0 60px 0 0px;        
    }

    .footer-right .menu-footer-menu-container ul li a {        
        font-size: 14px;
        padding: 15px 10px;
    }

    .footer-right .footer-social {    
        margin-left: 15px;
    }

    .footer-left .copyright {        
        font-size: 16px;        
        margin-left: 30px;
    }

    .contact-info-dd a, .contact-info-dd strong {
        font-size: 17px;
    }

    .innovision-wrapper {
        height: 740px;
    }

    .footer-left {
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;        
    }

    .footer-right {
        -ms-flex: 0 0 52%;
        flex: 0 0 52%;
        max-width: 52%;
    }

    body .following-solution-dd .vc_col-sm-4 h3 {
        font-size: 44px;
    }

}

@media all and (max-width: 1199px) {

    .contact-info-dd img {        
        padding-right: 0;     
        display: block;
        margin: 0 auto 15px;
    }

    .contact-info-dd,
    .contact-info-dd:nth-child(2) {        
        text-align: center;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 0 15px;
    }

}

@media all and (max-width: 1199px) and (min-width: 992px) {

    .logo {    
        max-width: 220px;
        margin-top: 5px;
    }

    .main-navigation a {        
        padding: 15px;
    }

    .hp-banner-sec .hp-banner-txt {
        max-width: 900px;
    }

    .innovision-row {        
        align-items: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;        
        min-height: 10px;
        background-size: 830px;
        padding: 37px 50px 40px 0;
    }

    .how-we-work-foundation .innovision-row {
        align-items: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
    }

    .innovision-piller-img h3 {
        font-size: 32px;
        margin: -64px 0 0 0;
        padding: 0 40px 0 0px;     
    }

    .innovision-piller-txt p {
        line-height: 32px;
        margin-bottom: 20px;
    }

    .footer-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .footer-left .copyright {
        float: right;
    }

    .footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-left .footer-contact-info {
        float: right;
    }

    .footer-right .menu-footer-menu-container {
        float: left;
    }

    .footer-right .menu-footer-menu-container ul li:first-child a {
        padding-left: 0;
    }

    .our-team-row .our-team-img > div {
        padding-left: 40px;
        padding-right: 30px;
    }

    .how-we-work-foundation .innovision-row{padding-top: 50px; padding-bottom: 50px; min-height: inherit;}
    .how-we-work-foundation .innovision-piller-img{padding-right: 30px;}
    .how-we-work-project-sec .innovision-service-list:before{    height: 84%;}

    .about-how-right {        
        right: 60px;
    }

    .innovision-wrapper {
        height: 740px;
    }

    .site-header {
        padding: 25px 30px;
    }

    body .who-innovision-challenges .vc_col-sm-2 {
        width: 33.3333%;
        margin: 10px 0;
    }

    body .following-solution-dd .vc_col-sm-4 h3 {
        font-size: 34px;        
    }

    body .following-solution-dd .vc_col-sm-4 > div {
        padding: 50px 35px; 
    }

    /*------ Flip Box
        -----------------------------------*/ 

    .flip-box-front-inner h3 {
        font-size: 36px;    
    }

    .flipbox-block .flip-box-front, 
    .flipbox-block .flip-box-back {
        padding: 50px 40px;
    }
}

@media all and (max-height: 899px) {

    .hp-banner-sec {
        padding: 50px 0;
    }
}


@media all and (max-width: 991px) and (min-width: 768px) {

    .site-header {    
        padding: 25px 15px;
    }

    .logo {        
        max-width: 200px;
        margin-top: 5px;
    }

    .header-social {    
        margin-left: 15px;
    }

    .main-navigation a {
        font-size: 12px;
        padding: 16px 10px;
    }

    .site-footer {
        padding: 28px 15px;
    }

    .footer-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .footer-left .copyright {
        float: right;
    }

    .footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-left .footer-logo {		
        margin-right: 20px;		
    }		
    .footer-left .footer-contact-info {		
        float: right;		
    }

    .footer-right .menu-footer-menu-container ul li:first-child a {
        padding-left: 0;
    }

    .footer-right .menu-footer-menu-container {
        float: left;
    }

    .hp-banner-sec .hp-banner-txt {
        max-width: 710px;        
    }

    .who-innovision-sec {
        padding: 85px 0 89px;
    }

    h2 {        
        margin-bottom: 50px;
    }

    .cta-sec h2 {     
        line-height: 50px;
        margin-bottom: 42px;
        font-size: 36px;
    }

    .innovision-piller-img {
        -ms-flex: 0 0 41.5%;
        flex: 0 0 41.5%;
        max-width: 41.5%;
        padding: 0 0 0 20px;
    }

    .innovision-piller-txt {
        -ms-flex: 0 0 58.5%;
        flex: 0 0 58.5%;
        max-width: 58.5%;
    }

    .innovision-row {        
        align-items: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;        
        background: #fff url(../images/servise-shape.png) no-repeat top left;
        padding: 27px 40px 40px 0;        
        background-size: 960px;
        min-height: 10px;
    }

    .innovision-piller-img h3 {
        font-size: 30px;
        margin: -62px 0 0 0;
        padding: 0 40px 0 0px;        
    }

    .innovision-piller-txt p {
        line-height: 1.8;
        margin-bottom: 20px;
        font-size: 16px;
    }

    .our-team-row .our-team-img > div {
        padding-left: 40px;
    }

    .our-team-row .our-team-txt {
        padding: 50px 0;
    }

    .our-team-sec-dd {
        padding: 100px 0;
    }

    .our-team-row .our-team-txt h5 {        
        font-size: 22px;        
    }

    .our-team-row .our-team-txt h2 {
        font-size: 36px;        
    }

    .contact-info-dd, .contact-info-dd:nth-child(2), 
    .contact-info-dd:first-child, .contact-info-dd:last-child {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }

    .contact-info-dd a, .contact-info-dd strong {        
        font-size: 16px;        
    }

    .contact-sec-dd.our-team-sec-dd h1 {
        margin-bottom: 60px !important;
    }

    .contact-form-sec {
        padding: 80px 40px;
    }


    .how-we-work-foundation .innovision-row{padding-top: 50px; padding-bottom: 50px; min-height: inherit;}
    .how-we-work-foundation .innovision-piller-img{padding-right: 30px;}
    .how-we-work-project-sec .innovision-service-list:before{    height: 84%;}

    .aboutus-wrapper .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        padding: 80px 20px 40px;
    }

    .innovision-wrapper {
        height: 680px;
    }

    .innovision-wrapper .innovation-graphic-img {    
        bottom: 90px;
    }

    .about-how {
        padding: 40px;
    }

    .about-how-right {    
        right: 55px;
    }

    .about-how-left p {
        margin-bottom: 20px;
    }

    .whats-makes-us-diff-wrapper h2 {                
        padding: 0 20px;
        margin-top: -80px;
        max-width: 580px;        
        font-size: 44px;               
    }

    .whats-makes-us-diff-wrapper .wpb_text_column p {
        font-size: 18px;
        line-height: 32px;
    }

    .whats-makes-us-diff-wrapper .wpb_text_column > .wpb_wrapper {
        padding: 44px 80px;        
    }

    .whats-makes-us-diff-wrapper {
        padding: 100px 0 70px;
    }

    .about-how-wrapper {
        padding: 60px 0;
    }

    .footer-right .menu-footer-menu-container ul li a {        
        font-size: 16px;        
        padding: 15px 20px;        
    }

    body .following-solution-dd .vc_col-sm-4 {        
        width: 100%;
        margin-bottom: 25px;
    }

    body .following-solution-dd .vc_col-sm-4:last-child {
        margin-bottom: 0;
    }

    body .who-innovision-challenges .vc_col-sm-2 {        
        width: 33.3333%;
        margin: 10px 0;
    }

    .innovision-piller-txt ul li {
        font-size: 16px;
    }

    body .following-solution-dd .vc_col-sm-4 h3 {
        font-size: 34px;        
    }

    .how-we-work-foundation .innovision-row {
        align-items: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
    }
}

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

    /*------ Flip Box
        -----------------------------------*/ 

    .flipbox-dd {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
    }

    .flipbox-block {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .flipbox-block:last-child {
        margin-bottom: 0;
    }

    .flipbox-block .flip-box-front, .flipbox-block .flip-box-back {
        padding: 40px;
    }

}


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

    .site-header {    
        padding: 20px 15px;
    }

    .header-social {    
        margin-left: 15px;
    }

    .logo {    
        max-width: 180px;
        margin-top: 7px;
    }

    .menu-toggle {
        position: absolute;
        right: 60px;
        top: 20px;
        padding: 0 10px;
        font-size: 28px;
        text-align: center;
        height: auto;
    }

    .menu-toggle:focus {
        outline: none;
    }

    .menu-toggle .icon {
        margin-right: 0;
        top: 0;
    }

    .menu-main-menu-container {
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: 10;
    }

    .hp-banner-sec {
        padding: 80px 0;
    }

    .hp-banner-sec .hp-banner-txt h1 {
        font-size: 20px;        
        margin-bottom: 20px;
    }

    .hp-banner-sec .hp-banner-txt h1 strong {
        font-size: 22px;        
    }

    .hp-banner-sec .hp-banner-txt h1:after {        
        margin: 26px 0 0;
    }

    .hp-banner-sec .hp-banner-txt p {
        font-size: 18px;        
        line-height: 32px;        
        margin-bottom: 35px;
    }

    .who-innovision-sec {
        padding: 70px 0;
    }

    body {
        font-size: 16px;        
    }

    h2 {
        font-size: 34px;     
        margin-bottom: 20px;
    }

    p {
        line-height: 30px;     
        font-size: 16px;
        margin-bottom: 20px;
    }

    .innovision-service-sec {
        padding: 70px 0;
    }

    .innovision-row {
        background: #fff;
        padding: 25px 25px 35px;
        box-shadow: 0px 1px 21px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 1px 21px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 1px 21px rgba(0,0,0,0.1);
    }

    .innovision-piller-img {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    .innovision-piller-img h3 {
        font-size: 30px;
        margin: -62px 0 0 0;
        padding: 20px 0 0;
    }

    .innovision-piller-txt {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
        padding-top: 0;
    }

    .cta-sec h2 {    
        line-height: 40px;
        margin-bottom: 30px;
        font-size: 30px;
    }

    .cta-sec h2 br {
        display: none;
    }

    .testimonial-sec {
        padding: 60px 0 80px;
    }

    .testimonial-sec h5 {
        margin-bottom: 50px;
    }

    .site-footer {
        padding: 30px 15px;
    }

    .footer-left {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .footer-right {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
    }

    .footer-right .footer-social {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        float: none;
        margin-left: 0;
        order: 2;
        text-align: center;
        margin-top: 20px;
    }

    .footer-left .footer-logo {
        float: none;
        text-align: center;
        margin: 0;
    }

    .footer-left .copyright {
        float: none;     
        font-size: 16px;
        margin-top: 10px;
        margin-left: 0;
        text-align: center;
    }

    .footer-left .footer-contact-info {		
        float: none;		
        margin-top: 20px;		
        max-width: 420px;		
        margin-left: auto;		
        margin-right: auto;		
    }

    .footer-right .menu-footer-menu-container {
        float: none;
        text-align: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-right .menu-footer-menu-container ul li {
        float: none;
        margin: 7px 0;
        display: inline-block;
    }

    .footer-right .menu-footer-menu-container ul li a {        
        font-size: 14px;        
        padding: 5px 10px;
    }

    .main-navigation a {
        font-size: 14px;
        padding: 15px 25px;
    }

    .innovision-piller-img img {
        margin-left: 20px;
    }

    .our-team-sec-dd {
        padding: 70px 0;
    }

    .our-team-row .our-team-img,
    .our-team-row .our-team-txt {
        width: 100%;
    }

    .our-team-row .our-team-txt {
        padding: 0 0 50px 0;
    }

    .our-team-row .our-team-img > div {
        padding-left: 15px;
    }

    .our-team-row .our-team-img .wpb_single_image .vc_figure {
        display: block;
        text-align: center
    }

    .our-team-sec-dd h1 {
        font-size: 40px;    
        margin-bottom: 80px !important;
    }

    .our-team-row .our-team-txt h2 {
        font-size: 32px;
        margin-bottom: 5px;     
    }

    .our-team-row .our-team-txt h5 {
        font-size: 24px;
    }

    .our-team-img {
        margin-top: -76px;
    }

    .contact-info-dd, .contact-info-dd:nth-child(2), .contact-info-dd:first-child, .contact-info-dd:last-child {
        text-align: center;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;        
        padding: 0 15px;
    }

    .contact-info-dd {
        margin-bottom: 25px;
    }

    .contact-sec-dd.our-team-sec-dd h1 {
        margin-bottom: 45px !important;
    }

    .contact-info-dd a, .contact-info-dd strong {        
        font-size: 16px;        
    }

    .contact-sec-dd .conact-info-top {
        margin-bottom: 50px;
    }

    .contact-form-sec {
        padding: 50px 15px;        
    }

    .contact-form-sec h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        font-size: 16px;
    }

    body .gform_wrapper ul li.gfield {
        margin-top: 15px !important;
    }

    .gform_wrapper .gform_footer {
        padding: 25px 0 0px !important;        
    }

    .how-we-work-foundation .innovision-row{padding-top: 50px; padding-bottom: 50px; min-height: inherit;}
    .how-we-work-foundation .innovision-piller-img{padding-right: 30px;}
    .how-we-work-project-sec .innovision-service-list:before{    height: 86%;}

    .how-we-work-project-sec .innovision-service-list {    padding-left: 70px;}
    .how-we-work-project-sec .innovision-service-list:before{left: 40px;}

    .project-list-number{    width: 50px;    left: -54px;top: -10px;    font-size: 30px !important;    line-height: 53px !important;  height: 50px;}
    .project-list-section:before{    left: -49px;}
    .how-we-work-project{padding: 20px;}
    .project-list-section{margin-bottom: 30px;}
    .how-we-work-project-sec.innovision-service-sec h2{font-size: 30px;}
    .how-we-work-project{margin-top: -50px;}
    .how-we-work-list ul li{width: 100%; margin-bottom: 0;}

    .aboutus-wrapper {
        padding: 60px 0;
    }

    .aboutus-wrapper .vc_col-sm-4 {
        margin-bottom: 170px;
    }

    .aboutus-wrapper .vc_col-sm-4:last-child {
        margin-bottom: 0;
    }

    .aboutus-wrapper .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        padding: 50px 30px 40px;        
    }

    .aboutus-wrapper h2 {
        margin-bottom: 155px !important;
    }

    .innovision-wrapper {
        height: 320px;
    }

    .innovision-wrapper .innovation-graphic-img {    
        bottom: 40px;
    }

    .whats-makes-us-diff-wrapper h2 {        
        padding: 0;
        margin-top: 0;    
        margin-bottom: 20px;
    }

    .whats-makes-us-diff-wrapper .wpb_text_column > .wpb_wrapper {
        padding: 35px 30px;
        border: 2px #ff4d00 solid;        
    }

    .whats-makes-us-diff-wrapper .wpb_text_column p {
        font-size: 18px;
        line-height: 30px;
    }

    .whats-makes-us-diff-wrapper {
        padding: 70px 0;
    }

    .about-how {
        padding: 30px;        
    }

    .about-how-right {
        width: 100%;
        float: none;
        margin: -90px 0 0;
        position: static;     
        text-align: center;
    }

    .about-how-left {
        width: 100%;
        float: none;
        padding-right: 0;
        margin-top: 20px;
    }

    .about-how-wrapper {
        padding: 50px 0;
    }

    /*----22nd jan-----*/

    .keyproject-list-dd ul {    
        display: block;
    }

    .keyproject-list-dd ul li {
        display: block;
        width: 100%;
        border-left: none;     
        border-bottom: 1px rgba(255,255,255,0.1) solid;
    }

    .keyproject-list-dd ul li:last-child {
        border-bottom: none;
    }

    /*---- 16th aprill -----*/

    .keyproject-list-dd .tdt-slider .carousel-caption {
        border: none;
    }

    .keyproject-list-dd .tdt-slider .carousel-caption li {    
        text-align: left;
    }

    .keyproject-list-dd .tdt-slider .slick-track {
        display: block;
    }

    body .following-solution-dd .vc_col-sm-4 h3 {
        font-size: 34px;        
    }

    body .following-solution-dd .vc_col-sm-4 {
        margin-bottom: 25px;
    }

    body .following-solution-dd .vc_col-sm-4:last-child {
        margin-bottom: 0;
    }

    .innovision-piller-txt ul.column-count-dd {
        column-count: 1;
        -webkit-column-count: 1;
        -moz-column-count: 1;
    }

    .hp-banner-sec .hp-banner-txt-dd {
        margin-bottom: 40px;
    }

    body .who-innovision-btm p {
        line-height: 32px;
    }

    body .following-solution-dd .vc_col-sm-4 > div {
        padding: 40px;
    }

    .innovision-piller-txt p {
        line-height: 30px;
    }

    .innovision-piller-txt ul li {
        font-size: 16px;
    }

    body .who-innovision-top p {
        font-size: 18px;    
    }

    /*----22nd jan-----*/

    .keyproject-list-dd ul {    
        display: block;
    }

    .keyproject-list-dd ul li {
        display: block;
        width: 100%;
        border-left: none;     
        border-bottom: 1px rgba(255,255,255,0.1) solid;
    }

    .keyproject-list-dd ul li:last-child {
        border-bottom: none;
    }

    .how-we-work-foundation .innovision-piller-txt {
        padding-bottom: 0;
    }
}

@media (max-width: 480px){
    .how-we-work-project-sec .innovision-service-list:before {
        height: 90%;
    }
}