/**
 *  font-family: 'latobold';
 *  font-family: 'latolight';
 *  font-family: 'latoregular';
 *  font-family: 'montserratlight';
 *  font-family: 'montserratregular';
 *  font-family: 'montserratbold';
 *  font-family: 'robotobold';
 *  font-family: 'robotoregular';
 *  font-family: 'work_sanslight';
 *  font-family: 'montserratultra_light';
 *
 */

*:focus {
    outline: none;
}


/**
 * Header
 */

#header.affix-top {
    background-color: transparent;
    border-bottom: none;
}
.clear{
	clear:both;
}
#header.affix-top #logo .original-logo {
    display: none;
}

#header.affix-top #header_language_list ul li span,
#header.affix-top #header_language_list ul li a {
    color: #FFF;
}

#header.affix-top .btn-typ-new01,
#header.affix-top .btn-typ-new01:focus {
    background-color: #FFF;
    color: #000;
    border: 1px solid #FFF;
}

#header.affix-top .btn-typ-new01:hover {
    background-color: #000;
    color: #FFF;
}

#header.affix #logo .white-logo {
    display: none;
}

#wrapper {
    margin-top: 0 !important;
}

.logo-sideheader #secondary-header {
    margin-top: 11px;
}

/**
 * Menu
 */
 .header-side-menu #mobile-nav-button::before{
     background: linear-gradient(to right, #7e00cf, #f05047);
background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
 }
@media(min-width:992px){
.header-side-menu #main-navigation .main-nav > ul > li > a{
    font-size:13px;
    letter-spacing:1px;
    font-weight:bold;
    color:#FFF;
}
.header-side-menu #main-navigation .main-nav > ul > li > a:hover, .header-side-menu #main-navigation .main-nav > ul > li:hover > a, .header-side-menu #main-navigation .main-nav > ul > li:hover > a:hover{
    font-weight:bold;
    color: #cc3772;
}
.header-side-menu{
    margin-top:12px;
}
.ln-midbar .ln-midbar-inner .row.header-sec > .col-sm-9.col-xs-4{
    text-align:right;
}
}
@media(max-width:1199px){
    .header-side-menu #main-navigation .main-nav > ul > li > a{
        letter-spacing:0;
    }
    .header-side-menu #main-navigation .main-nav > ul > li{
        margin:0 6px;
    }
}
/**
 * Midbar
 */

.ln-midbar {
    position: relative;
    /*height: 779px;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
	padding:95px 80px;
	box-sizing:border-box;
}
.ln-midbar-inner{
	background-color:rgba(0,0,0,0.6);
}
.touch .ln-midbar {
    background-attachment: scroll;
}

.ln-midbar .ln-midbar-inner,
.ln-midbar .ln-midbar-inner .container {
    height: 100%;
}
.ln-midbar .ln-midbar-inner .row.header-sec{
    padding-top:40px;
}
.ln-midbar .ln-midbar-inner .row.top-inner {
    display: table;
    height: 100%;
    width: 100%;
}
/*.ln-midbar .ln-midbar-inner .row {
    display: table;
    height: 100%;
    width: 100%;
}*/
.ln-midbar .ln-midbar-inner .left .header-logo{
	position:absolute;
	top:0px;
}
.ln-midbar .ln-midbar-inner .col-sm-6.left {
    display: table-cell;
    vertical-align: bottom;
    float: none;
	padding-bottom: 60px;
}
.ln-midbar .ln-midbar-inner .col-sm-6.right {
    display: table-cell;
    float: none;
}

.ln-midbar .midbar-arrow {
    display: block;
    width: 22px;
    height: 22px;
    background: url('../images/right-arrows-couple.png') no-repeat;
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left:-10px;
}

.ln-midbar .left .title {
    max-width: 584px;
    font-size: 35px;
	font-family: 'work_sanslight';
    line-height: 40px;
    letter-spacing: 1.6px;
    color: #ffffff;
	text-transform:uppercase;
    margin:0 0 15px 0;
}

.ln-midbar .sub-title {
    max-width: 398.3px;
    font-family: 'montserratlight';
	   font-size: 15px;
	  font-weight: 300;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 1.64;
	  letter-spacing: normal;
	  color: #ffffff;
}
.midbar-enquire-now{
    text-align:center;
    margin-top:15px;
}
.midbar-enquire-now.button-sec .enquire-sec a{
    color:#FFF;
    background: none;
    -webkit-text-fill-color: white;
}
.midbar-enquire-now.button-sec .enquire-sec a:hover{
    color:#FFF;
}
/* css for portfolio hover */
.portflio-area .hover-image-text{
    position:absolute;
    top:60px;
    bottom:60px;
    left:60px;
    right:60px;
    z-index:99;
    background-color: rgba(47, 41, 51, 0.7);
    transform:scale(0);
    -webkit-transform:scale(0);
    transition:transform 0.3s ease;
    -webkit-transition:-webkit-transform 0.3s ease;
}
.portflio-area .table-hover-image{
    display:table;
    height:100%;
    width:100%;
}
.portflio-area .t-cell-hover-image{
    display:table-cell;
    vertical-align:middle;
}
.portflio-area .hover-image-text-inner{
    padding: 0px 24px;
    line-height: 26px;
    letter-spacing: 1.4px;
    font-size: 20px;
    font-family: 'tenor_sansregular';
    color: #fff;
    opacity: 1;
}
.portflio-area .hover-image:hover .hover-image-text{
    transform:scale(1);
    -webkit-transform:scale(1);
}

/* css for portfolio hover ends */

@media(min-width:1400px) {
    /*.ln-midbar {
        height: 735px;
    }*/
}
@media(max-width:1199px){
    .ln-midbar{
        padding:0 25px 25px;
    }
    .ln-midbar .ln-midbar-inner .row.header-sec{
        padding-top:25px;
    }
	/*****Portflio Hover*****/
	.portflio-area .hover-image{
        cursor:pointer;
    }
}
@media(max-width:991px) {
/* Menu */
.header-side-menu #main-navigation .main-nav > ul{
    border-top: 2px solid #7e00cf;
    border-bottom: 2px solid #f05047; 
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7e00cf), to(#f05047)); 
    background-image: -webkit-linear-gradient(#7e00cf, #f05047); 
    background-image: -moz-linear-gradient(#7e00cf, #f05047), -moz-linear-gradient(#7e00cf, #f05047);
    background-image: -o-linear-gradient(#7e00cf, #f05047), -o-linear-gradient(#7e00cf, #f05047); 
    background-image: linear-gradient(#7e00cf, #f05047), linear-gradient(#7e00cf, #f05047); 
    -moz-background-size: 2px 100%; background-size: 2px 100%; 
    background-position: 0 0, 100% 0; background-repeat: no-repeat; 
}
.header-side-menu #main-navigation .main-nav > ul{
    top:46px;
}
/*.ln-midbar .ln-midbar-inner .left .header-logo{
    position: relative;
}
.ln-midbar .ln-midbar-inner .left{
	text-align:center;	
}
.ln-midbar .left .title{
	max-width:100%;
}
.ln-midbar .sub-title{
	max-width:100%;
}
.ln-midbar .ln-midbar-inner .container {
    width: 100%;
}
.ln-top-quote-form {
    margin-top: 15px;
}*/
/*.ln-midbar {
    padding: 0px;
	height: 580px;
}*/
.ln-midbar .ln-midbar-inner .col-sm-6.left {
    vertical-align: middle;
    padding-bottom: 60px;
}
.ln-midbar .ln-midbar-inner .left .header-logo{
    position: relative;
	margin-bottom:25px;
}
.ln-midbar .left .title {
    font-size: 28px;
    line-height: 34px;
}
.ln-midbar .ln-midbar-inner .container {
    width: 100%;
}
.ln-midbar .ln-midbar-inner .row {
    width: auto !important;
}
.ln-midbar .midbar-arrow {
    bottom: 20px;
}
.ln-midbar .sub-title br{
	display:none;
}
.ln-midbar{
    padding:0;
}
.ln-midbar .ln-midbar-inner .row.header-sec{
    padding-bottom:25px;
}
.header-side-menu{
    float:right;
}
/*** portfolio hover ***/
.portflio-area .hover-image-text{
    top:40px;
    bottom:40px;
    left:40px;
    right:40px;
}
}
@media(max-width:767px) {
.ln-midbar .ln-midbar-inner .row {
    width: 100% !important;
}
.ln-midbar .left .title {
    max-width: 100%;
}
.ln-midbar .ln-midbar-inner .left .header-logo {
    text-align: center;
}
.ln-midbar {
    height: 390px;
}
.ln-midbar .ln-midbar-inner .row.top-inner{
    height:298px;
}
/*** portfolio hover ***/
.portflio-area .hover-image-text{
    top:20px;
    bottom:20px;
    left:20px;
    right:20px;
}
}
@media(max-width:767px) {
.ln-midbar .left .title br{
	display:none;	
}
.ln-midbar .left .title {
    font-size: 26px;
    line-height: 34px;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.ln-midbar .ln-midbar-inner .row {
    width: auto !important;
}
}

/**
 * Main Content Sections
 */

.ln-main-content {
    background-color: #c4beb2;
    padding: 80px 0 50px 0;
    overflow: hidden;
}

.ln-main-content .main-title {
    font-size: 30px;
    font-family: 'work_sanslight';
    line-height: 41px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.ln-main-content .main-title::after {
    content: '';
    width: 75px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 20px auto 0;
}

.ln-main-content .sub-title {
    width: 974px;
    margin: 0px auto 30px;
    max-width: 100%;
    font-family: 'montserratultra_light';
    font-size: 23px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ln-main-content .sdesc {
    width: 599px;
    max-width: 100%;
    margin: 0px auto 30px;
    font-family: 'montserratlight';
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    color: #000;
}


/**
 *  Content Sections
 */

.ln-content-section {
    overflow: hidden;
}


/**
 * Welcome Section 8
 */

.ln-content-section.landing-sec-01 {
    overflow: visible;
}

.welcome-section-08 {
    padding: 96px 0;
}

.landing-sec-01 .welcome-section-08 {
    padding: 41px 0 0;
}

.landing-sec-02 .welcome-section-08 {
    padding: 80px 0 40px 0;
}

.welcome-section-08 .section-wrapper {
    position: relative;
}

.welcome-section-08 .dis-t {
    display: table;
    width: 100%;
}

.welcome-section-08 .dis-tc {
    display: table-cell;
}
.welcome-section-08 .header-typ1 {
    font-family: 'montserratultra_light';
    font-size: 23px;
    font-weight: normal;
    line-height: 34px;
    color: #fff;
	margin:50px 0 25px 0;
}
.landing-sec-05 .welcome-section-08 .header-typ1 {
	margin-top:210px;
}
.landing-sec-02 .welcome-section-08 .header-typ1 {
    font-family: 'montserratlight';
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
  	-webkit-background-clip: text;
	color:transparent;
  	-webkit-text-fill-color: transparent;
	margin:100px 0 25px 0;
}
.landing-sec-03 .welcome-section-08 .header-typ1{
	color:#000000;
}
.welcome-section-08 .body-text {
    max-width: 504px;
    font-family: 'montserratlight';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    color: #aaaaaa;
}

.landing-sec-02 .welcome-section-08 .body-text {
    max-width: 504px;
    font-family: 'montserratlight';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
    color: #000;
}

.welcome-section-08 .read-more {
    margin-bottom: 30px;
}

.welcome-section-08 .image-left .header-typ1,
.welcome-section-08 .image-left .body-text {
    text-align: right;
}

.welcome-section-08 .image-left .header-typ1.no-mrg {
    margin-top: 65px;
}
.landing-sec-03 {
    overflow: hidden;
}

.landing-sec-03 .welcome-section-08 {
    position: relative;
}

.landing-sec-03 .welcome-section-08 .bg-full-img {
    position: absolute;
    right: -8%;
    top: -20%;
    max-width: 68%;
}

.landing-sec-03 .welcome-section-08 .body-text {
    margin-bottom: 40px;
    font-family: robotoregular;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000000;
}

/**
 * Section 4
**/
.landing-sec-04 .ln-main-content {
    background-color: #fff;
    padding: 80px 0 50px 0;
    overflow: hidden;
}
.landing-sec-04 .ln-main-content .sdesc {
    width: 771px;
}
.landing-sec-04 .ln-main-content .sub-title {
    width: 771px;
}

/**
 * Section 4
**/

.landing-sec-05 .welcome-section-08 {
    padding: 0;
}
/**
 * Pricing
 */

.ln-pricing-section .price-box .price-sec-content .price-desc {
    height: auto;
    min-height: 1px;
}

.ln-pricing-section .price-box .price-sec-content .price-desc {
    margin-bottom: 15px;
}

.ln-pricing-section .price-box.highlight-box .price-sec-content .price-desc {
    margin-bottom: 15px;
}

.ln-pricing-section .short-text {
    font-family: robotobold;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.62;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ln-pricing-section .highlight-box-inner .short-text {
    color: #ffffff;
}

.ln-pricing-section .price-content {
    min-height: 250px;
}

.ln-pricing-section .pricing-box .price-box .highlight-box-inner {
    padding: 35px 28px;
}

.ln-pricing-section .price-box .price-area .price-text .price-currency {
    bottom: 20px;
}

.ln-pricing-section .price-box .price-area .price-text sub {
    font-size: 13px;
    text-transform: uppercase;
}

.ln-pricing-section .price-box .price-area .price-text .ln-sub-custom-txt sub {
    line-height: normal;
}

.ln-pricing-section .price-box .price-area .price-text .ln-sub-custom-txt {
    line-height: 0;
}

.ln-pricing-section .price-box .price-area .price-text p {
    display: none;
}

.ln-pricing-section .price-box .price-area .price-text.custom-text {
    font-size: 45px;
}

.ln-pricing-section .price-box .price-area {
    margin-left: 0;
    display: block;
    min-height: 102px;
}

.ln-pricing-section .price-box.highlight-box .price-area {
    min-height: 120px;
}

.ln-pricing-section .price-sec-title {
    margin-bottom: 15px;
}

.ln-pricing-section .price-box .price-area .price-text.custom-text {
    margin-bottom: 25px;
}

.ln-pricing-section .price-box .price-area .price-text.custom-text {
    margin-left: 0;
}

.ln-pricing-section .pricing-box .price-box.highlight-box {
    background: none;
}


/**
 * Other Design section
 */

.ln-other-design-section {
    padding-bottom: 62px;
}

.ln-other-design-section .title {
    font-family: robotoregular;
    font-size: 20px;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.ln-other-design-section .desc {
    font-family: robotoregular;
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    width: 360px;
    max-width: 100%;
    margin: 0px auto;
}

.ln-other-design-section .enquiry-btn {
    text-align: center;
}

.ln-other-design-section .col-sm-4 {
    margin-bottom: 40px;
}

.ln-other-design-section img {
    display: block;
    margin: 0px auto;
}


/**
 * Process Section 05
 */

.process-section-05 {
    padding: 70px 0 75px 0;
    color: #FFF;
}

.process-section-05 .pos-rel {
    position: relative;
}

.process-section-05 .header-typ1 {
    font-family: montserratbold;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 4.3px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 15px;
}

.process-section-05 .sub-text {
    font-family: robotoregular;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 698px;
    max-width: 100%;
    margin: 0px auto 40px;
}

.process-section-05 .body-text {
    width: 301px;
    max-width: 100%;
    margin: 0px auto;
    font-family: robotoregular;
    font-size: 14px;
    line-height: 1.79;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.process-section-05 .section-inner .row {
    margin-right: 0;
    margin-left: 0;
}

.process-section-05 .col-sm-4 {
    padding-left: 0;
    padding-right: 0;
}

.process-section-05 .box-typ05 {
    text-align: center;
}

.process-section-05 .step-num {
    display: inline-block;
    width: 36px;
    height: 36px;
    border: solid 1.6px #fff;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 25px;
}

.process-section-05 .number-section {
    overflow: hidden;
}

.process-section-05 .number-section::before {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: inline-block;
    height: 1px;
    margin-bottom: 4px;
    margin-left: -100%;
    width: 100%;
}

.process-section-05 .number-section::after {
    background: rgba(255, 255, 255, 0.6);
    content: "";
    display: inline-block;
    height: 1px;
    margin-bottom: 4px;
    margin-right: -100%;
    width: 100%;
}

.process-section-05 .col-sm-4:first-child .box-typ05 .number-section::before,
.process-section-05 .col-sm-4:last-child .box-typ05 .number-section::after {
    display: none;
}

.process-section-05 .step-icon {
    margin-bottom: 25px;
    display: inline-block;
}

.process-section-05 .header-typ4 {
    font-family: montserratbold;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.43;
    letter-spacing: 3px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 15px;
}

.process-section-05 .enquire-btn {
    text-align: center;
}

.process-section-05 .section-inner {
    margin-bottom: 50px;
}


/**
 * Buttons
 */

.ln-pricing-section .indu-page-btn {
    padding: 12px 32px;
}

.ln-pricing-section .highlight-box-inner .indu-page-btn {
    padding: 15px 40px;
}

.btn-typ3,
.btn-typ3:focus {
    display: inline-block;
    font-family: montserratbold;
    position: relative;
    overflow: hidden;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    text-align: center;
    color: #000000;
    height: 41px;
    line-height: 36px;
    border-radius: 50px;
    background-color: #ffffff;
    border: 1px solid #FFF;
    padding: 0 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


/*.btn-typ3::before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    left: 130%;
    top: 0;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}*/

.btn-typ3:hover {
    color: #fff;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


/*.btn-typ3:hover::before {
    left: 85%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}*/

.btn-typ4,
.btn-typ4:focus {
    display: inline-block;
    font-family: montserratbold;
    position: relative;
    overflow: hidden;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1.9px;
    text-align: center;
    color: #fff;
    height: 41px;
    line-height: 36px;
    border-radius: 50px;
    background-color: #000;
    border: 1px solid #000;
    padding: 0 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19), inset 1px 1px 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}


/*.btn-typ4::before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    left: 130%;
    top: 0;
    height: 100%;
    font-size: 125%;
    line-height: 3.5;
    color: #000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}*/

.btn-typ4:hover {
    color: #000;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}


/*.btn-typ4:hover::before {
    left: 85%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .btn-typ3,
    .btn-typ3:focus {
        line-height: 38px;
    }
    .btn-typ4,
    .btn-typ4:focus {
        line-height: 38px;
    }
}

@media(max-width:767px) {
    .process-section-05 .col-sm-4:first-child .box-typ05 .number-section::before,
    .process-section-05 .col-sm-4:last-child .box-typ05 .number-section::after {
        display: inline-block;
    }
    .process-section-05 .detail-section {
        margin-bottom: 15px;
    }
}


/**
 *  Our Work
 */

.ln-our-work-section {
    background: none;
    background-position: center -198px;
    padding: 80px 0;
    overflow: hidden;
}

.ln-our-work-section .title {
    font-family: montserratbold;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 4.3px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.ln-our-work-section .desc {
    width: 698px;
    max-width: 100%;
    margin: 0px auto;
    font-family: robotoregular;
    font-size: 17px;
    line-height: 1.59;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

.our-work-slider .image {
    text-align: center;
}

.our-work-slider .image img {
    margin: 0px auto;
    width: 80%;
}


/**
 * Testimonials
 */

.ln-testimonial-section {
    padding: 60px 0;
    overflow: hidden;
}

.ln-testimonial-section .title {
    font-family: montserratbold;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 4.3px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
}

.ln-testimonial-section .logo {
    text-align: center;
    margin-bottom: 25px;
}

.ln-testimonial-section .logo img {
    margin: 0px auto;
}

.ln-testimonial-section .testimony {
    font-family: robotoregular;
    font-size: 16px;
    line-height: 2.13;
    letter-spacing: 0.4px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    font-style: italic;
}

.ln-testimonial-section .author {
    font-family: robotobold;
    font-size: 13px;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.ln-testimonial-section .quote-img {
    background: none;
    width: 32px;
    height: 30px;
    margin: 0px auto;
    font-size: 0;
    margin-bottom: 25px;
}


/**
 *  Slick
 */

.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 1;
	display:none !important; 
}

.slick-prev.slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    left: -50px;
}

.slick-next.slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    font-size: 0;
    right: -50px;
}


/**
 * Contact Form Bottom
 */

.ln-content-section.landing-sec-after-02 {
    overflow: visible;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.touch .ln-content-section.landing-sec-after-02 {
    background-attachment: scroll;
}

.ln-bottom-quote-form {
    padding: 90px 0;
}

.ln-bottom-quote-form .title {
    width: 770px;
    max-width: 100%;
    margin: 0px auto;
    font-family: robotoregular;
    font-size: 30px;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
}

.ln-bottom-quote-form .passion-form-area {
    background: none;
    margin-top: 40px;
}

.industry-form-sec.ln-free-quote-form .odd input {
    border-radius: 100px;
    background-color: #FFF;
    padding: 6px 20px;
}

.industry-form-sec.ln-free-quote-form textarea {
    border-radius: 14px;
    background-color: #FFF;
    padding: 15px 20px;
}

.industry-form-sec.ln-free-quote-form .submit-get-btn {
    position: relative;
    bottom: auto;
}

.power-your-passion-sec.power-your-passion-sec {
    background: none;
    height: auto;
}

.industry-form-sec.ln-free-quote-form .submit-get-btn input {
    border: none;
    background: #50978e;
    line-height: 18px;
}
.ln-content-section.landing-sec-03 {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/**
 * Top Form
 */

.ln-top-quote-form {
    margin-top: 50px;
    margin-bottom:65px;
}

.ln-top-quote-form .title {
    font-family: 'montserratlight';
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    width: auto;
	margin:0 0 20px 0;
}
.landing-form-sec.ln-free-quote-form{
	text-align:center;
}
.top-inner .landing-form-sec.ln-free-quote-form input::-webkit-input-placeholder,.top-inner .landing-form-sec.ln-free-quote-form textarea::-webkit-input-placeholder{
	 text-transform:uppercase;
}
.top-inner .landing-form-sec.ln-free-quote-form input::-moz-placeholder,.top-inner .landing-form-sec.ln-free-quote-form textarea::-moz-placeholder{
	 text-transform:uppercase;
}
.top-inner .landing-form-sec.ln-free-quote-form input::-ms-input-placeholder,.top-inner .landing-form-sec.ln-free-quote-form textarea::-ms-input-placeholder{
	 text-transform:uppercase;
}
.landing-form-sec.ln-free-quote-form input{
  width: 369px;
  height: 50px;
  border:none;
  background-color: #ffffff;
  color:#4a4a4a;
  font-family: 'montserratlight';
  letter-spacing: 2.1px;
  font-size: 10px;
  padding:0px 20px;
  margin-bottom:15px;
  text-appearance :none;
  -webkit-text-appearance :none;
}
.landing-form-sec.ln-free-quote-form .s-button input{
    margin-bottom:0px;
}
.landing-form-sec.ln-free-quote-form .s-button {
    margin-bottom:15px;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .s-button input{
    margin-bottom:0px;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .s-button {
    margin-bottom:15px;
}
.landing-form-sec.ln-free-quote-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    display: block;
	position:absolute;
	font-family: 'montserratlight';
	bottom:20px;
	right:90px;
}
.landing-form-sec.ln-free-quote-form textarea{
  width: 369px;
  height: 81px;
  border:none;
  background-color: #ffffff;
  color:#4a4a4a;
  font-family: 'montserratlight';
  letter-spacing: 2.1px;
  font-size: 10px;
  padding:10px 20px;
  margin-bottom:15px;
   text-appearance :none;
  -webkit-text-appearance :none;
}
.landing-form-sec.ln-free-quote-form .submit-get-btn .s-button{
  width: 165px;
  height: 51px;
  border-style: solid;
  border-width: 2px;
  background: transparent;
  text-align: center;
  border-image-source: linear-gradient(106deg, #7e00cf, #f05047);
  z-index:1;
  border-image-slice: 1;
  position:relative;
  margin:0 auto;
}
.landing-form-sec.ln-free-quote-form .submit-get-btn .s-button::before{
  width: 8.1px;
  height: 2px;
  position:absolute;
  border: solid 1px #7e00cf;
  content:"";
  left: 0;
  top: 46%;
}
.landing-form-sec.ln-free-quote-form .submit-get-btn .s-button::after{
  width: 8.1px;
  height: 2px;
   position:absolute;
  content:"";
  border: solid 1px #ed4e4c;
  right: 0;
	top: 46%;
}
.landing-form-sec.ln-free-quote-form .submit-get-btn input{
  width: 100%;
  background: transparent;
  font-size: 9px;
  font-family: 'montserratregular';
  line-height: 3.4;
  letter-spacing: 1.9px;
  text-align: center;
  color: #ffffff;
  position:relative;
  z-index:99;
}
.top-inner .google-recaptcha{
	margin-bottom:15px;
}

.ln-top-quote-form div.wpcf7-validation-errors,
.ln-bottom-quote-form div.wpcf7-validation-errors {
    display: none !important;
}

.ln-top-quote-form .wpcf7-form-control-wrap {
    display: block;
}

.ln-pricing-section-07 .pricing-section {
    padding-top: 0;
}

.ln-free-quote-form .google-recaptcha .wpcf7-not-valid-tip {
    bottom: 2px !important;
}


/**
 * Tick
 */

.tick-section {
    padding: 50px 0;
}

.tick-section .col-md-6 {
    margin-bottom: 30px;
}

.tick-section .media-left {
    padding-right: 30px;
    padding-top: 30px;
}

.tick-section .media {
    padding: 30px;
    border: 1px dotted #DDD;
    height: 100%;
}

.tick-section .media .media-object {
    max-width: none;
}

.tick-section .title {
    font-family: montserratbold;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 2.8px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tick-section .desc {
    font-family: robotoregular;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #000000;
}


/**
 * Footer
 */

.footer-top .widget-first .textwidget {
    font-size: 0;
}

#footer .footer-about img,
.footer-top .widget-first .textwidget p,
.footer-top .widget-first .textwidget {
    margin-bottom: 0;
}

.footer-top .copyright {
    text-align: right;
    padding-top: 25px;
}


/**
 * Contact Form
 */

.ln-top-quote-form div.wpcf7-mail-sent-ok,
.ln-bottom-quote-form .passion-form-area div.wpcf7-mail-sent-ok,
.ln-top-quote-form div.wpcf7-spam-blocked,
.ln-bottom-quote-form div.wpcf7-spam-blocked {
    display: none !important;
}


/*.ln-top-quote-form div.wpcf7-mail-sent-ok,
.ln-bottom-quote-form .passion-form-area div.wpcf7-mail-sent-ok {
    position: relative;
    bottom: auto;
    width: auto;
    background-color: #D7F0ED;
    border: none;
    padding: 5px 10px;
    margin: 20px 40px !important;
    color: #000;
    font-size: 14px;
}

.ln-bottom-quote-form div.wpcf7-mail-sent-ok {
    margin: 20px !important;
}

.ln-top-quote-form div.wpcf7-spam-blocked,
.ln-bottom-quote-form div.wpcf7-spam-blocked {
    background-color: #d9534f;
    border: none;
    padding: 5px 10px;
    margin: 20px 40px !important;
    color: #FFF;
    font-size: 14px;
}

.ln-bottom-quote-form div.wpcf7-spam-blocked {
    margin: 20px !important;
}*/


/**
 * Animation Effect
 */

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
.shake {
    -moz-animation: shake 4s infinite;
    -webkit-animation: shake 4s infinite;
    animation: shake 4s infinite;
}

@media (max-width:1199px) {
    #header.logo-sideheader #secondary-header {
        margin-top: 7px;
    }
    .slick-prev.slick-arrow {
        left: -20px;
    }
    .slick-next.slick-arrow {
        right: -20px;
    }
    .slick-arrow {
        margin-top: -60px;
    }
    .ln-pricing-section .price-content {
        min-height: 280px;
    }
    .ln-our-work-section {
        background-position: center -270px;
    }
	.landing-sec-05 .welcome-section-08 .header-typ1 {
	margin-top:145px;
}
.landing-form-sec.ln-free-quote-form span.wpcf7-not-valid-tip {
    right: 40px;
}
}

@media (max-width:991px) {
    .ln-pricing-section .pricing-box .price-box .highlight-box-inner {
        padding: 20px 23px;
    }
    .ln-pricing-section .price-content {
        min-height: 315px;
    }
    .ln-midbar .ln-midbar-inner .row {
        width: auto;
    }
    #header.logo-sideheader #secondary-header {
        margin-top: 11px;
    }
    .ln-top-quote-form {
        margin-top: 30px;
        margin-bottom:40px;
    }
    .ln-midbar .title {
        font-size: 36px;
    }
    .ln-top-quote-form .title {
        font-size: 15px;
    }
    .ln-midbar .sub-title {
        font-size: 19px;
    }
    .ln-main-content .sdesc {
        margin-bottom: 0;
    }
    .ln-main-content {
        padding: 70px 0;
    }
    .welcome-section-08 {
        padding: 70px 0;
    }
    .landing-sec-01 .welcome-section-08 {
        padding: 41px 0 40px 0;
    }
	.welcome-section-08 .image-left .header-typ1.no-mrg {
    margin-top: 0;
}
    .welcome-section-08 .header-typ1 {
        font-size: 28px;
        margin: 50px 0 30px;
    }
    .landing-sec-02 img {
        margin-top: 0px;
    }
    .landing-sec-03 .welcome-section-08 .body-text {
        margin-bottom: 0;
    }
    .landing-sec-03 .welcome-section-08 .bg-full-img {
        right: -10%;
        top: 0%;
        max-width: 72%;
    }
    .landing-sec-04 .welcome-section-08 .header-typ1 {
        margin-top: 0;
    }
    .ln-bottom-quote-form {
        padding: 70px 0;
    }
    .slick-prev.slick-arrow {
        left: 20px;
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .slick-next.slick-arrow {
        right: 20px;
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .slick-arrow {
        margin-top: -50px;
    }
	.landing-sec-05 .welcome-section-08 .header-typ1 {
    margin-top: 40px;
}
.landing-form-sec.ln-free-quote-form span.wpcf7-not-valid-tip {
    right: 5px;
}
}

@media (max-width:767px) {
    .footer-top .copyright {
        text-align: center;
        font-size: 11px;
    }
    .ln-midbar .ln-midbar-inner .col-sm-6:last-child {
        display: none;
    }
    .ln-midbar {
        height: 390px;
    }
    .ln-main-content {
        padding: 50px 0;
    }
    .welcome-section-08 {
        padding: 50px 0;
    }
    .landing-sec-01 .welcome-section-08 {
        padding: 40px 0;
    }
    .ln-content-section.landing-sec-03 .ln-content-section-inner{
        background-color: rgba(0,0,0,0.6);
    }
    .ln-content-section.landing-sec-03 .welcome-section-08 .header-typ1{
        color:#fff;
    }
    .landing-sec-03 .welcome-section-08 .body-text {
        color:#fff;
    }
    .ln-main-content .sub-title {
        font-size: 18px;
    }
    .welcome-section-08 .header-typ1 {
        margin: 0 0 20px;
    }
    .landing-sec-01 .welcome-section-08 .col-sm-7 {
        margin-bottom: 0;
    }
    .landing-sec-02 img {
        margin-top: 0;
    }
    .ln-content-section {
        text-align: center;
    }
    .ln-content-section .welcome-section-08 img {
        margin-top: 30px;
    }
    .ln-content-section .welcome-section-08 .image-left img {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .landing-sec-02 .welcome-section-08 {
        padding-top: 50px;
    }
    .welcome-section-08 .image-left .header-typ1,
    .welcome-section-08 .image-left .body-text {
        text-align: center;
        margin: 0 auto;
        max-width: none;
    }
    .landing-sec-03 .welcome-section-08 .bg-full-img {
        position: relative;
        right: auto;
        top: auto;
        max-width: 100%;
    }
    .process-section-05 {
        padding: 50px 0;
    }
    .ln-our-work-section {
        padding: 50px 0;
    }
    .ln-our-work-section .title {
        margin-bottom: 20px;
    }
    .ln-our-work-section .desc {
        font-size: 13px;
        margin-bottom: 20px;
    }
    .ln-testimonial-section .testimony {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 15px;
    }
    .ln-testimonial-section {
        padding: 50px 0;
    }
    .ln-other-design-section .title {
        margin-bottom: 15px;
    }
    .ln-bottom-quote-form {
        padding: 50px 0;
    }
    .ln-bottom-quote-form .passion-form-area {
        padding: 10px;
    }
    .ln-bottom-quote-form .passion-form-area {
        font-size: 26px;
    }
    .welcome-section-08 .body-text {
        margin: 0px auto;
        max-width: none;
    }
    .tick-section .media {
        text-align: left;
    }
    .ln-pricing-section .price-content {
        min-height: 1px;
        margin-bottom: 20px;
    }
    .ln-other-design-section .desc {
        width: 100%;
    }
    .slick-prev.slick-arrow {
        left: 0px;
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .slick-next.slick-arrow {
        right: 0px;
        width: 30px;
        height: 30px;
        background-size: 100%;
    }
    .ln-testimonial-section .slick-arrow {
        margin-top: -75px;
    }
    .welcome-section-08 .header-typ1 {
        font-size: 25px;
    }
    .ln-bottom-quote-form .title {
        font-size: 22px;
    }
    #site-branding {
        width: 100%;
    }
    /*#secondary-header {
        display: none;
    }*/
    .white-logo {
        display: block;
        text-align: center;
    }
    .ln-midbar .title {
        margin-top: 20px;
    }
    .ln-midbar .title,
    .ln-midbar .sub-title {
        text-align: center;
        margin: 0px auto 15px;
    }
    .ln-midbar .ln-midbar-inner .row {
        width: auto;
    }
	.landing-sec-05 .welcome-section-08 .header-typ1 {
    margin-top: 0;
}
    /*.ln-top-quote-form div.wpcf7-mail-sent-ok,
    .ln-bottom-quote-form .passion-form-area div.wpcf7-mail-sent-ok {
        margin: 20px 0px !important;
        color: #000;
        font-size: 14px;
    }
    .ln-top-quote-form div.wpcf7-mail-sent-ok {
        margin: 20px 0 !important;
    }
    .ln-top-quote-form div.wpcf7-spam-blocked,
    .ln-bottom-quote-form div.wpcf7-spam-blocked {
        margin: 20px 0px !important;
    }
    .ln-bottom-quote-form div.wpcf7-spam-blocked {
        margin: 20px 0 !important;
    }*/
}

@media (max-width:543px) {
    .ln-testimonial-section .title,
    .ln-our-work-section .title,
    .ln-main-content .main-title,
    .process-section-05 .header-typ1 {
        letter-spacing: 1px;
    }
    .tick-section .media {
        padding: 20px;
    }
    .tick-section .media-left {
        padding-right: 15px;
    }
    .ln-midbar .sub-title {
        font-size: 19px;
    }
}

@media(max-width:479px) {
    .tick-section .media-left {
        padding-top: 45px;
    }
    .tick-section .title {
        min-height: 30px;
    }
	.ln-midbar .left .title {
    font-size: 20px;
    line-height: 32px;
	}
	.ln-midbar .sub-title {
    font-size: 16px;
	}
}

/**
Footer section
**/
.scroll-top .fa-chevron-up:before{
	display:none;
}
.scroll-top .back-to-top span {
    display: inline-block;
    font-size: 9px;
	  letter-spacing: 1.9px;
	  color: #4a4a4a;
	  font-family: 'montserratlight';
	  margin-right:15px;
}
.site-footer #footer-base .scroll-top{
	text-align:right;
}
.scroll-top .fa-chevron-up {
    display: inline-block;
	vertical-align:middle;
    /*width: 22px;
    height: 22px;*/
    width: 15px;
    height: 15px;
    background: url('../images/up-arrows.png') no-repeat;
    background-size: 100% 100%;
}
 #footer-base .footer-logo{
	display:inline-block;
	margin-right:15px;
}
.site-footer #footer-base .copyright{
	display:inline-block;
}
.site-footer #footer-base .copyright,.site-footer #footer-base .copyright a{
	font-family: 'montserratlight';
	 font-size: 12px;
	  font-weight: 300;
	  font-style: normal;
	  font-stretch: normal;
	  line-height: 2.25;
	  letter-spacing: normal;
	  color: #000000;
}
.site-footer  #footer-base {
    padding: 30px 0 40px 0;
    background-color: #fff;
}
.site-footer .footer-widget{
	margin:0px;
}

/*** 
Section 10
****/
.landing-sec-10 .ln-main-content .main-title{
	color:#fff;
}
.landing-sec-10 .ln-main-content .sub-title{
	color:#fff;
	width: 873px;
}
.landing-sec-10 .ln-main-content .main-title::after {
    background-color: #fff;
}
.landing-sec-10 .ln-main-content .sdesc{
	color:#fff;
	width: 571px;
}
.landing-sec-10{
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}
.landing-sec-10 .ln-main-content {
    background-color: transparent;
	padding:130px 0;
}
/**** Our Client ****/
.our-client-sec{
	padding:70px 0px 30px 0px;
}
.main-heading-title {
    font-size: 30px;
    font-family: 'work_sanslight';
    line-height: 41px;
    letter-spacing: 1.4px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.main-heading-title::after {
    content: '';
    width: 75px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 20px auto 0;
}
.logo-loop-sec{
	padding:40px 0 0 0;
}
.our-client-sec .item {
    display: inline-block;
    width: 19.7%;
	padding-bottom:50px;
}
@media(max-width:1199px) {
.our-client-sec .item {
    display: inline-block;
    width: 19.6%;
    padding-bottom: 40px;
}
}
@media(max-width:991px) {
.our-client-sec .item {
    width: 19.5%;
    padding-bottom: 40px;
}
}
@media(max-width:767px) {
.our-client-sec .item {
    width: 23.6%;
    padding-bottom: 40px;
}
.logo-loop-sec {
    text-align: center;
}
}
@media(max-width:480px) {
.our-client-sec .item {
    width: 49%;
    padding-bottom: 40px;
}
.header-side-menu #main-navigation .main-nav > ul{
    right:0;
}
}

/**** footer contact *****/
.footer-contact-sec
{
	padding:125px 0 95px 0;
	 background-color: #f4f4f3;
}
.footer-contact-sec .con-title {
    font-size: 30px;
    font-family: 'work_sanslight';
    line-height: 41px;
    letter-spacing: 1.4px;
    color: #000000;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}
.footer-contact-sec .con-title::after {
    content: '';
    width: 75px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 20px 0 0;
}
.footer-contact-sec .con-sub-title {
    font-family: 'montserratultra_light';
    font-size: 23px;
    line-height: 34px;
    color: #000000;
	padding-right: 200px;
	margin-bottom:20px;
}
.footer-contact-sec .con-desc {
    font-family: 'montserratlight';
    font-size: 14px;
    line-height:27px;
    color: #000;
	padding-right: 170px;
}

.footer-contact-sec .landing-form-sec.ln-free-quote-form input {
    width: 100%;
	padding:0px;
    border: none;
	border-bottom: solid 1px #d9d9d9;
	 line-height: 0.86;
   letter-spacing: 0.2px;
    background-color: transparent;
    color: #a2a2a2;
    font-family: 'work_sansmedium';
    font-size: 22px;
    margin-bottom: 15px;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form input.focus,.footer-contact-sec .landing-form-sec.ln-free-quote-form textarea.focus{
  border:none;
  border-bottom-style: solid;
  border-bottom: solid 1px #d9d9d9;
  border-width: 0px 0px 1px;
  border-image: linear-gradient(to right, #7e00cf, #f05047) ;
  -webkit-border-image: -webkit-linear-gradient(to right, #7e00cf, #f05047);
  border-image-slice: 1;
  -webkit-transition: 1s ease;
  transition: 1s ease;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form textarea {
    width: 100%;
	padding:0px;
    border: none;
	border-bottom: solid 1px #d9d9d9;
    background-color: transparent;
    color: #a2a2a2;
    font-family: 'work_sansmedium';
    font-size: 22px;
	 line-height: 26px;
  letter-spacing: 0.2px;
    margin-bottom: 15px;
}
.footer-contact-sec .ln-free-quote-form span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    display: block;
    position: absolute;
    font-family: 'montserratlight';
    bottom: 0;
    right: 0;
}
.footer-contact-sec .ln-free-quote-form .wpcf7-form-control-wrap.your-message span.wpcf7-not-valid-tip {
    bottom: 25px;
    right: 0;
}
.footer-contact div.wpcf7-validation-errors,
.footer-contact div.wpcf7-validation-errors {
    display: none !important;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn{
	margin-top:30px;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn .s-button{
  width: 165px;
  height: 51px;
  border-style: solid;
  border-width: 2px;
  background: transparent;
  text-align: center;
  z-index:1;
  border-image-source: linear-gradient(106deg, #7e00cf, #f05047);
  border-image-slice: 1;
  position:relative;
  margin:0px;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn .s-button::before{
  width: 8.1px;
  height: 2px;
  position:absolute;
  border: solid 1px #7e00cf;
  content:"";
  left: 0;
  top: 46%;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn .s-button::after{
  width: 8.1px;
  height: 2px;
   position:absolute;
  content:"";
  border: solid 1px #ed4e4c;
  right: 0;
	top: 46%;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn .s-inner-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #7e00cf, #f05047);
	background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .s-inner-button:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input{
  width: 100%;
  background: transparent;
  font-size: 9px;
  font-family: 'montserratregular';
  background: linear-gradient(to right, #7e00cf, #f05047);
   background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	-webkit-opacity: 1;
	opacity: 1;
  line-height: 3.4;
  letter-spacing: 1.9px;
  text-align: center;
  position:relative;
  z-index:99;
}
.safari .footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input{
	color:#b5278e;
	-webkit-text-fill-color: #b5278e;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input:hover{
	color:#FFF;
}
.safari .footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input:hover{
	color:#FFF;
	-webkit-text-fill-color: #FFF;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form{
	text-align:left;
}
@media(max-width:991px) {
.footer-contact-sec {
    padding: 60px 0 60px 0;
    background-color: #f4f4f3;
}
.footer-contact-sec .con-sub-title {
    padding-right: 0;
}
.footer-contact-sec .con-desc{
	padding-right: 0;
	margin-bottom:40px;
}
}
/**** Footer Address Section*******/
 .footer-address-sec .colcarou.colcarou-frame{
	height:auto !important;
}
.footer-address-sec .colcarou-textbox.colcarou-rotate {
    top: 265px !important;
}
.footer-address-sec .colcarou-item.inactive .colcarou-textbox h2 {
    display: table-cell !important;
    vertical-align: bottom !important;
	padding-bottom:10px !important;
} 
.colcarou-item.active .colcarou-textbox{
	top:32% !important;
}
.footer-address-sec .colcarou-textbox .colcarou-title{
  font-family: 'montserratlight';
	font-size: 24px;
	font-weight: normal !important;
	line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
 	margin:0 0 23px 0 !important;
}
.footer-address-sec .colcarou-textbox .colcarou-title span{
  font-family: 'montserratlight';
	font-size: 24px;
	font-weight: normal !important;
	line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	display:inline-block !important;
}
.footer-address-sec .active .colcarou-textbox .colcarou-title::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #979797;
    display: block;
    margin: 8px 0 0;
}
.footer-address-sec .colcarou-item{
	border:none !important;
}
.footer-address-sec .address-detail .address{
	float:left;
	width:50%;
}
.footer-address-sec .address-detail .email-section{
	float:left;
	width:50%;
}
.footer-address-sec .colcarou-item.active .colcarou-textbox{
	width:80%;
}
.footer-address-sec .address-detail .address {
  font-family: 'montserratlight';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  color: #ffffff;
}
.footer-address-sec .address-detail a {
  font-family: 'montserratlight';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  color: #ffffff;
}
.footer-address-sec .address-detail a:hover {
	color: rgba(255,255,255,0.8);
}
.footer-address-sec{
	position:relative;
}
@media (min-width: 1600px) {
.footer-address-sec .colcarou-textbox.colcarou-rotate {
    top: 435px !important;
}
.colcarou-item.active .colcarou-textbox {
    top: 32% !important;
}
.footer-address-sec .colcarou-textbox .colcarou-title span {
    font-size: 30px;
    line-height: 40px;
}
.top-inner .ln-top-quote-form {
    margin-top: 40px;
}
}
@media (max-width: 1378px) {
.footer-address-sec .colcarou-textbox.colcarou-rotate {
    top: 265px !important;
}
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1279px){
.footer-address-sec .colcarou-textbox .colcarou-title span {
    font-size: 20px;
}
.footer-address-sec .colcarou-textbox.colcarou-rotate {
    top: 225px !important;
}
}
@media (max-width: 1280px) {
.footer-address-sec .colcarou-textbox.colcarou-rotate {
    top: 240px !important;
}
.footer-address-sec .colcarou-textbox .colcarou-title span {
    font-size: 22px;
}
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1275px){
.header-side-menu{
	display:block;
}
}
@media (max-width: 1199px) {
.footer-address-sec .colcarou-textbox .colcarou-title span,.footer-address-sec .colcarou-textbox .colcarou-title{
    font-size: 20px;
    line-height: 25px;
    margin: 0 0 7px 0 !important;
}
.footer-address-sec .address-detail a {
    font-size: 13px;
}
.footer-address-sec .address-detail .address {
    font-size: 13px;
}
.footer-address-sec .address-detail .address br{
    display:none;
}
.footer-address-sec .inactive .colcarou-textbox .colcarou-title span, .footer-address-sec .inactive .colcarou-textbox .colcarou-title {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 7px 0 !important;
}
.footer-address-sec .colcarou-textbox.colcarou-rotate {
    top: 175px !important;
}
}
@media (min-width: 1025px) {
.address-section-area{
	background: transparent !important;
}
}
@media (max-width: 1025px) {
.footer-address-sec img.back{
	display:none;
}
.footer-address-sec.mobile .address-section-area h2{
	cursor:pointer;
}
.footer-address-sec.mobile .address-section-area span {
    font-family: 'montserratlight';
    font-size: 24px;
    font-weight: normal !important;
    line-height: 35px;
    background: linear-gradient(to right, #7e00cf, #f05047);
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    display: inline-block !important;
}
.footer-address-sec.mobile .address-section-area{
	overflow: hidden;
	float: none !important;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover ;
	padding: 15px 15px;
	position:relative;
}
.address-detail.active{
	margin-bottom:40px
}
.footer-address-sec.mobile .address_open::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #979797;
    display: block;
    margin: 8px 0 0;
}
.footer-address-sec.mobile .clock-sec {
    position: absolute;
    right: 15px;
    top: 10px;
}
.address_open{
	margin-top:30px;
}
.footer-address-sec .address-detail a {
    font-size: 14px;
}
.footer-address-sec .address-detail .address {
    font-size: 14px;
}
.footer-address-sec .address-detail .address br{
    display:block;
}
}
@media (max-width: 767px) {
.footer-address-sec .address-detail .address {
    float: none;
    width: 100%;
}
.footer-address-sec .address-detail .email-section {
    float: left;
    width: 100%;
}
.footer-address-sec.mobile .address-section-area span {
    font-size: 22px;
    line-height: 33px;
}
.address-detail.active{
	margin-bottom:20px
}
.footer-address-sec.mobile .clock-sec {
    position: absolute;
    right: 5px;
    top: 10px;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
.colcarou-item.active .colcarou-textbox {
    top: 15% !important;
}
}



/* Gallery Type 1 */
.portfolio-section{
	padding:75px 0px;
}
.description {
  width: 629px;
  font-family: 'montserratlight';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin:0 auto;
}
.gallery-section .all.gallery1-item.col-sm-6,.gallery-section-typ1 .all.gallery1-item{
	padding:0px;
}
.gallery-section-typ1 {
	padding: 80px 0;
}
.gallery-rel-1 {
	position: relative;
}
/**** Isotope Filtering ****/

.gallery1 .isotope-item {
	z-index: 2;
}
.gallery1 .isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.gallery1 .isotope, .gallery1 .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.gallery1 .isotope {
	-webkit-transition-property: height;
	-moz-transition-property: height;
	-ms-transition-property: height;
	-o-transition-property: height;
	transition-property: height;
}
.gallery1 .isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.gallery1 .isotope.no-transition, .gallery1 .isotope.no-transition .isotope-item, .gallery1 .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.gallery1 ul#filters {
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	text-align: center;
}
.gallery1 ul#filters li {
	display: inline-block;
	margin-right: 30px;
}
.gallery1 ul#filters li .base-text {
	opacity: 0.3;
	display: inline-block;
	text-transform: uppercase;
}
.gallery1 ul#filters li .base-text.active, .gallery1 ul#filters li .base-text:hover {
	opacity: 0.8;
}
.gallery1 #gallery1 img {
	margin: 0px;
}
.gallery1 .gallery1_content {
	position: absolute;
	overflow: hidden;
	top: 100%;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.gallery1 .gallery1-item:hover .gallery1_content {
	top: 0px;
}
.gallery1 .gallery1-item a {
	height: 100%;
	width: 100%;
	display: block;
}
.gallery1 .gallery1-item .hover-image{
    cursor:pointer;
}
/*.gallery1 .gallery1_detail {
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 8px;
}
.gallery1 .gallery1_detail h2 {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: 400;
}*/
.gallery1 .gallery-box-thumb {
	box-sizing: border-box;
}
.gallery1 .text_holder {
	position: absolute;
	padding: 40px;
	box-sizing: border-box;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: 0.3s ease-in-out 0s;
	-webkit-transition: 0.3s ease-in-out 0s;
}
.gallery1 .text_outer {
	display: table;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	background: rgba(234,29,99, 0.6);
	position: relative;
}
.gallery1 .text_inner {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.gallery1 .image_holder:hover .text_holder {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.gallery1 .image_holder {
	text-align: center;
	position: relative;
}
.gallery-section .header-typ1 {
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 14px;
	text-align: center;
	margin-top: 0px;
}
.gallery-section .header-typ1::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 66px;
	height: 4px;
	background: #ea1d63;
	content: "";
	display: block;
	margin-left: -37px;
}
.gallery-section { 
	margin-top:60px;
}
.gallery1 .image_holder .header-typ4{
	text-transform: uppercase;
	padding-bottom: 12px;
	display: block;
	position: relative;
}
.gallery1 .image_holder .header-typ4::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 42px;
	height: 2px;
	background: #fff;
	content: "";
	display: block;
	margin-left: -22px;
}
.gallery1 .image_holder .body-text {
	padding: 0px 30px;
	text-align: center;
	margin-top: 14px;
}
.gallery1 .social-share {
	position: absolute;
	right: 20px;
	top: 15px;
}
.gallery1 .social-share span {
	cursor: pointer;
}
.gallery1 .see-more-sec {
	text-align: center;
	margin-top: 14px;
}
.gallery1 .see-more-sec a {
	padding: 12px 59px;
	display: inline-block;
	border: solid 2px #ea1d63;
	font-size: 14px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 600;
}
.gallery1 .see-more-sec a:hover {
	border: solid 2px #ea1d63;
	background: #ea1d63;
	color: #fff;
}
.portflio-area{
	margin-bottom:50px;
}
/* responsive Css */
@media (max-width: 1199px) {
.gallery1 .text_holder {
	padding: 20px;
}
.gallery1 .image_holder .body-text {
	padding: 0px 15px;
}
.ln-content-section.landing-sec-03 {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ln-content-section.landing-sec-03 .welcome-section-08 .header-typ1 {
    margin: 9px 0 25px 0;
}
}
 @media (max-width: 991px) {
.gallery1 .image_holder .body-text {
	margin-top: 5px;
}
.gallery1 .image_holder .header-typ4 {
	padding-bottom: 5px;
}
.gallery1 .social-share {
	position: absolute;
	right: 10px;
	top: 5px;
}
.ln-content-section.landing-sec-03 .welcome-section-08 .header-typ1 {
    margin: 37px 0 25px 0;
}
.ln-content-section.landing-sec-03 .welcome-section-08 .col-sm-4 {
    width: 50%;
}
#footer-base .copyright span {
    display: none;
}
}
@media (max-width: 767px) {
.gallery1_image, .gallery1_long_image {
	width: 50%;
}
.ln-content-section.landing-sec-03 .welcome-section-08 .col-sm-4 {
    width: 100%;
}
.description{
	width:100%;
}
.description br{
	display:none;
}
.landing-sec-01 .welcome-section-08 {
    padding: 40px 0 0 0;
}
.ln-content-section.landing-sec-03 .welcome-section-08 .header-typ1 {
    margin: 0px 0 25px 0;
}
.landing-sec-02 .welcome-section-08 .image-left .header-typ1.no-mrg {
    margin-top: 0px;
}
.landing-sec-04 .ln-main-content {
    padding: 40px 0;
}
.landing-sec-05 .welcome-section-08 {
    padding: 40px 0 0 0;
}
.portfolio-section {
    padding: 40px 0px;
}
.our-client-sec {
    padding: 40px 0 0 0;
}
.footer-contact-sec {
    padding: 40px 0 40px 0;
}
#footer-base .copyright span {
    display: none;
}
}
@media (max-width: 479px) {
.gallery1_image, .gallery1_long_image {
	width: 100%;
}
.gallery1 ul#filters li {
	display: inline-block;
	margin-right: 0;
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}
#footer-base .footer-logo {
    display: block;
    text-align: center;
    margin: 0 auto;
	margin-bottom:10px;
}
#footer-base .copyright span {
    display: none;
}

}

/**** Enquire Button *****/
.button-sec .enquire-sec{
  width: 165px;
  height: 51px;
  border-style: solid;
  border-width: 2px;
  background: transparent;
  text-align: center;
  border-image-source: linear-gradient(106deg, #7e00cf, #f05047);
  border-image-slice: 1;
  position:relative;
  margin:0 auto;
}
.button-sec .enquire-sec::before{
  width: 8.1px;
  height: 2px;
  position:absolute;
  border: solid 1px #7e00cf;
  content:"";
  left: 0;
  top: 46%;
}
.button-sec .enquire-sec::after{
  width: 8.1px;
  height: 2px;
   position:absolute;
  content:"";
  border: solid 1px #ed4e4c;
  right: 0;
	top: 46%;
}
.button-sec .enquire-sec a{
  display:block;
  background: transparent;
  font-size: 9px;
  line-height:47px;
  font-family: 'montserratregular';
  background: linear-gradient(to right, #7e00cf, #f05047);
  background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1.9px;
  text-align: center;
  position:relative;
  -webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.button-sec .enquire-sec a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #7e00cf, #f05047);
	background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.button-sec .enquire-sec a:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.button-sec .enquire-sec a:hover{ 
  color: #fff;
  -webkit-text-fill-color: #fff;
}
.landing-form-sec.ln-free-quote-form .submit-get-btn .s-inner-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to right, #7e00cf, #f05047);
	background: -webkit-linear-gradient(to right, #7e00cf, #f05047);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.landing-form-sec.ln-free-quote-form .s-inner-button:hover::before{
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.landing-form-sec.ln-free-quote-form .submit-get-btn input:hover{
  color: #fff;
  -webkit-text-fill-color: #fff;
}

/****Clock ****/
.clock-sec {
    position: absolute;
    right: 5px;
    top: -40px;
}

/**** Process section ****/
.process-section {

		background-color: #f4f4f3;
		padding: 65px 0 78px;
}

.process-icon-num .count-icon{

 background:#ee4f49;
 width: 36px;
 height: 36px;
 border-radius: 18px;
 display:table-cell;
 vertical-align: middle;
 text-align: center;
 cursor: pointer;
 font-family:'work_sansmedium';
 font-size: 16px;
 line-height: 1;
 color: #fff;
}
.process-icon-num .count-icon.step-3{
 background:#cc3772;
}
.process-section .process-desc.step-3{
color:#cc3772;
}
.process-icon-num .count-icon.step-2{
 background:#a51ba0;
}
.process-section .process-desc.step-2{
color:#a51ba0;
}
.process-icon-num .count-icon.step-1{
 background:#7e00cf;
}
.process-section .process-desc.step-1{
color:#7e00cf;
}

.process-icon-num {
	position: relative;
}
.process-icon-num .arrow-bg {
	background: url('../images/right-arrows-process.png') no-repeat center;
	z-index: 33;
	position: absolute;
	top: 20%;
	left:50%;
	height: 22px;
	width: 22px;
	transform: translateY(-11px);
	-moz-transform: translateY(-11px);
	-webkit-transform: translateY(-11px) translateX(7px);
	-o-transform: translateY(-11px);
	-ms-transform: translateY(-11px);

}
.process-slider-nav .process-item-nav:last-child .arrow-bg{
	background: none;
}
.process-slider-nav {
	position: relative;

}
.process-section .process-desc {

  font-family: 'montserratregular';
  font-size: 22px;
  line-height: 1.41;
  text-align: center;
  color: #ee4f49;
  margin: 0 auto 50px;
  max-width: 771px;

}
.process-slider-nav {
	margin: 50px 0 70px;
}

.process-slider-nav-line {
	position: relative;
}
.process-slider-nav-line .bg-line {

	display: block;
	width: 100%;
	left: 0;
	right: 0;
	height: 2px;
	background:#bcbcbc;
	top: 50%;
	transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	position: absolute;
	z-index: 0;
}
@media (max-width: 991px) {
.process-section .process-desc {
    font-size: 20px;
    line-height: 26px;
	margin: 0 auto 30px;
}
}
@media (max-width: 767px) {
.process-section {
		padding: 40px 0;
}
.process-section .process-desc {
    font-size: 18px;
    line-height: 24px;
	margin: 0 auto 20px;
}
}
@media screen\0 
{
   .landing-sec-02 .welcome-section-08 .header-typ1 {
    background: transparent;
    color: #000;
}
.button-sec .enquire-sec a{
  background: transparent;
    color: #000;
}
.footer-contact-sec .ln-free-quote-form.landing-form-sec .submit-get-btn input{
	background: transparent;
    color: #000;
}
.footer-address-sec .colcarou-textbox .colcarou-title span,.active.colcarou-item .colcarou-textbox h2{
	background: transparent;
    color: #fff;
}
.footer-address-sec .inactive.colcarou-item .colcarou-textbox h2{
	background: transparent;
    color: #fff;
}
.footer-address-sec .colcarou-image.back{
	width:100%;
}
.footer-address-sec .active.colcarou-item .colcarou-textbox{
	margin-top:0px !important;
}
}
/**** Thank you ******/
.thank-you{
	text-align:center;
}
.thank-you a{
	text-decoration:underline;
	color:#fff;
}
.thank-you a:hover{
	text-decoration:none;
}
.thank-you .smile{
	display:inline-block;
}
.thank-you .smile::before {
    content: "\f118";
	font-size: 18em;
	color:#fff;
	font-family:FontAwesome;
}
.thank-you .text {
    max-width: 500px;
    font-family: 'montserratlight';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #ffffff;
	margin: 0 auto;
}
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .row {
    display: block;
    height: 100%;
    width: auto;
}
@media (max-width: 1199px) {
.thank-you .text {
    max-width: 415px;
}
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .row {
    display: block;
    height: auto;
    width: 100%;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input{
    color: #000;
 -webkit-text-fill-color: #000;
}
}
@media (max-width: 991px) {
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .col-sm-6.left {
    vertical-align: middle;
}
.page-template-new-web-design-thank-you .ln-top-quote-form {
    margin-top: 18px;
    margin-bottom: 40px;
}
}
@media (max-width: 767px) {
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .col-sm-6.left {
    display: none;
}
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .row {
    width: 100% !important;
}
.page-template-new-web-design-thank-you .thank-you .smile::before {
    content: "\f118";
    font-size: 8em;
    color: #fff;
    font-family: FontAwesome;
}
.page-template-new-web-design-thank-you #footer-base .copyright span {
    display: none;
}
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .col-sm-6:last-child {
    display: block;
}
.page-template-new-web-design-thank-you .hidden-xs {
    display: block !important;
}
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .row {
    width: auto !important;
}
.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input{
    color: #000;
 -webkit-text-fill-color: #000;
}
}
@media (max-width: 480px) {
.page-template-new-web-design-thank-you .ln-midbar .ln-midbar-inner .row {
    width: auto !important;
}
.thank-you .text {
    padding: 0 15px;
}
}
div.wpcf7-spam-blocked{
    display: none !important;
}

/**** lazy load *****/

.placeholder {
  background-color: #f1f1f1;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.placeholder img {
  position: relative;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 1s linear;
}

.placeholder img.loaded {
  opacity: 1;
}

.img-small {
  filter: blur(50px);
  /* this is needed so Safari keeps sharp edges */
  transform: scale(1);
}

/*** end lazy load **/

.colcarou-item.active .colcarou-textbox.Find.us.in.London {
    top: 19% !important;
}
.sec-add{
    margin-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
/* Safari and Chrome */

::i-block-chrome,.footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input{
    color: #000;
 -webkit-text-fill-color: #000;
}
}
/******************************************

Web Design Dubai Page 2017-04-08

*******************************************/

.ln-main-content.wd-dubai{

	overflow:visible;

	background:#5b5b5b;

	padding-bottom:0px;

	margin-bottom:50px;

}

.ln-main-content.wd-dubai .main-title, .ln-main-content.wd-dubai .sub-title{

	color:#FFF;

}

.ln-main-content.wd-dubai .main-title::after{

	background:#FFF;

}

.ln-main-content.wd-dubai .sdesc{

	width:100%;

	max-width:800px;

	color:#FFF;

}

.ln-main-content.wd-dubai .wwa-img{

	position:relative;

	width:100%;

	text-align:center;

	left:0px;

	bottom:-50px;

	z-index:9999;

}

.welcome-section-08.wdd-in-store-section .header-typ1 .emerging-text{

	display:block;

	color:#e5007d;

	font-family: 'work_sanslight';

	font-size:15px;

	text-transform:uppercase;

	line-height:22px;

	margin-bottom:15px;

}

.welcome-section-08.wdd-in-store-section .header-typ1{

	color:#000;

	font-size:28px;

}

.welcome-section-08.wdd-in-store-section .body-text{

	color:#111;

}

.inv-recaptcha-holder{

	display:none;

}

.welcome-section-08.wdd-in-store-section{

	padding:0px;

}

.welcome-section-08.wdd-in-store-section img{

	position:relative;

	top:-30px;

	z-index:9;

}

/*********Integration in Dubai*****/

.integration-dubai-sec{

	text-align:center;

}

.it-teams-in-dubai-section{

	position:relative;

	top:-50px;

}

.integration-dubai-sec .integration-sub-sec, .exhibitions-section .integration-sub-sec{

	font-family: 'montserratultra_light';

	font-size:23px;

	color:#000000;

}

.integration-logo{

	display:table;

	width:100%;

	height:100%;

	margin:50px 0px;

}

.integration-logo .item{

	display:table-cell;

	padding:0 15px;

	width:20%;

	vertical-align:top;

}

.integration-logo .logo-item-inner{

	width:inherit;

	height:140px;

	border: solid 1px #d7d7d7;

	vertical-align:middle;

	display:table-cell;

	background:#FFF;

	padding:0px 10px;

}

.integration-inner-logo .integration-logo{

	padding:0px 50px;

	margin-top:40px;

}

.integration-inner-logo{

	padding-top:30px;

}

.integration-inner-logo .inner-sec-small-t{

	font-size:15px;

	text-transform:uppercase;

	letter-spacing:1.8px;

	color:#5b5b5b;

	font-family: 'work_sanslight';

	margin-top:60px;

}


/********Exhibitions Section*******/

.ln-content-section.exhibitions-section{

	padding:80px 0px 50px 0px;

}

.exhibitions-section{

	text-align:center;

}

.exhibitions-section .integration-logo .logo-item-inner{

	border:none;

	height:200px;

}

.new-dubai-landing-page .footer-contact-sec{

	background:#FFF;

	padding-top:50px;

}

/******Our Aim Section*******/

.it-teams-in-dubai-section{

	padding:80px 0px 80px;

}

.it-teams-in-dubai-section .main-heading-title{

	font-family: 'work_sanslight';

	font-size:15px;

	letter-spacing:2px;

	line-height:20px;

	color:#e5007d;

}

.it-teams-in-dubai-section .integration-sub-sec{

	font-family: 'montserratultra_light';

	font-size:28px;

	color:#000000;

}

.it-teams-in-dubai-section .it-teams-top-deta{

	text-align:center;

	max-width:800px;

	margin:0px auto;

}

.it-teams-in-dubai-section .text{

	font-family: 'montserratlight';

	font-size:14px;

	color:#686868;

	line-height:24px;

	margin:15px 0px 60px 0px;

}

.it-teams-in-dubai-section .our-aim-box-inner{

	padding:30px 30px 20px;

	border:1px #e5007d dashed;

}

.it-teams-in-dubai-section .our-aim-icon1{

	height:70px;

}

.it-teams-in-dubai-section .our-aim-box-inner .text{

	margin-bottom:0px;

	min-height:200px;	

}

.new-dubai-landing-page .our-client-sec, .new-dubai-landing-page .process-section{

	overflow:hidden;

}

/*****portfolio section******/

.new-dubai-landing-page .portfolio-section{

	background:#5b5b5b;

}

.new-dubai-landing-page .portfolio-section .main-heading-title{

	color:#FFF;

}

.new-dubai-landing-page .portfolio-section .main-heading-title::after{

	background:#FFF;

}

.new-dubai-landing-page .portfolio-section .button-sec .enquire-sec::after, .new-dubai-landing-page .portfolio-section .button-sec .enquire-sec::before{

	border:1px solid #fff;

}

.new-dubai-landing-page .portfolio-section .button-sec .enquire-sec{

	border-image-source:none;

	border-color:#FFF;

}

.new-dubai-landing-page .portfolio-section .button-sec .enquire-sec a{

	color:#FFF;

	-webkit-text-fill-color:#FFF;

}

.integration-in-dubai-section{

	padding:80px 0px 40px;

}

/*****Dubai Services Section*****/

.dubai-services-sec .process-item-nav{

	text-align:center;

	width:20%;

	padding-bottom:5px;

}

.dubai-services-sec .process-icon-num .count-icon{

	display:block;

	width:18px;

	height:18px;

	background:none;

	border:1px none solid;

	position:relative;

	margin:5px auto;

	z-index:2;

}

.dubai-services-sec .process-icon-num .count-icon:before{

	position:absolute;

	border-radius:10px;

	width:10px;

	height:10px;

	content:"";

	background:#5b5b5b;

	top:3px;

	left:3px;

}

.dubai-services-sec .process-icon-num{

	position:relative;

}

.dubai-services-sec .process-icon-num:before{

	position:absolute;

	width:50%;

	height:2px;

	content:"";

	background:#5b5b5b;

	bottom:9px;

	left:-15px;

}

.dubai-services-sec .process-icon-num:after{

	position:absolute;

	width:50%;

	height:2px;

	content:"";

	background:#5b5b5b;

	bottom:9px;

	right:0px;

}

.dubai-services-sec .process-item-nav:first-child .process-icon-num::before, .dubai-services-sec .process-item-nav:last-child .process-icon-num::after{

	display:none;

}

.dubai-services-sec .process-item-nav.slick-current .process-tab{

	color:#e5007d;

}

.dubai-services-sec .process-item-nav.slick-current .process-icon-num .count-icon::before{

	background-color: #e5007d;

}

.dubai-services-sec .process-item-nav.slick-current .process-icon-num .count-icon{

	background:#f3f3f3;

	border:1px #e5007d solid;

}

/*********pulse Animation************/



.dubai-services-sec .process-item-nav.slick-current .process-icon-num .count-icon{

  display: block;

  cursor: pointer;

  box-shadow: 0 0 0 rgba(229, 0, 125, 0.6);

  animation: pulse 1.5s infinite;

}



@-webkit-keyframes pulse {

  0% {

    -webkit-box-shadow: 0 0 0 0 rgba(229, 0, 125, 0.6);

  }

  70% {

    -webkit-box-shadow: 0 0 0 10px rgba(229, 0, 125, 0);

  }

  100% {

    -webkit-box-shadow: 0 0 0 0 rgba(229, 0, 125, 0);

  }

}



@keyframes pulse {

  0% {

    -moz-box-shadow: 0 0 0 0 rgba(229, 0, 125, 0.6);

    box-shadow: 0 0 0 0 rgba(229, 0, 125, 0.6);

  }

  70% {

    -moz-box-shadow: 0 0 0 10px rgba(229, 0, 125, 0);

    box-shadow: 0 0 0 10px rgba(229, 0, 125, 0);

  }

  100% {

    -moz-box-shadow: 0 0 0 0 rgba(229, 0, 125, 0);

    box-shadow: 0 0 0 0 rgba(229, 0, 125, 0);

  }

}

/**********Animation End**********/

.dubai-services-sec .process-item-nav .process-tab{

	font-family: 'work_sanslight';

	font-size:14px;

	letter-spacing:1px;

	color:#5b5b5b;

	cursor:pointer;

}

.new-dubai-landing-page .process-section .process-desc{

	max-width:1000px;

}

.new-dubai-landing-page .process-section  .process-desc .service-smaill-title{

	font-family: 'work_sanslight';

	font-size:15px;

	letter-spacing:1px;

	text-transform:uppercase;

	color:#e5007d;

}

.new-dubai-landing-page .process-section  .process-desc .integration-sub-sec{

	font-family:"montserratultra_light";

	color:#000;

	font-size:28px;

	margin:15px 0px;

	line-height:32px;

}

.new-dubai-landing-page .process-section  .process-desc .text{

	font-size:14px;

	color:#454545;

	font-family: 'montserratlight';

	line-height:24px;

}

.web-design-con .button-sec{

	margin-top:50px;

}

.development-con{

	text-align:left;

}

.development-con .dev-sec-icon, .ecommerce-con .dev-sec-icon{

	margin-bottom:20px;

}

.development-con .button-sec .enquire-sec{

	margin:0px;

}

.new-dubai-landing-page .cms-lists{

	margin:25px 0px 30px;

	padding:0px;

}

.new-dubai-landing-page .cms-lists li{

	font-family: 'montserratlight';

	font-size:14px;

	color:#686868;

	list-style:none;

	position:relative;

	padding-left:20px;

}

.new-dubai-landing-page .cms-lists li:before{

	border-radius:10px;

	height:5px;

	width:5px;

	content:"";

	position:absolute;

	top:11px;

	left:0px;

	background:#b5b5b5;

}

.new-dubai-landing-page .development-con .cms-lists li{

	display:inline-block;

	padding-right:20px;

}

.ecommerce-con{

	text-align:left;

}

.ecommerce-con .service-smaill-title{

	margin-bottom:15px;

}

.ecommerce-con .enquire-sec{

	margin:0px;

}

.mobile-applications .button-sec{

	margin-top:30px;

}

.development-con .webdesign-img{

	margin-top:80px;

}

.ecommerce-con .webdesign-img{

	margin-top:100px;

}

.ecommerce-con.mobile-applications .webdesign-img, .ecommerce-con.digital-marketing-se .webdesign-img{

	margin-top:0px;

}

.digital-marketing-se .button-sec{

	margin-top:30px;

}

.new-dubai-landing-page .process-section{

	padding-bottom:40px;

}

.new-dubai-landing-page .process-section .webdesign-img .mobile-img{

	display:none;

}

.exhibitions-section .integration-sub-sec{

	max-width:980px;

	margin:0px auto;

}

.new-dubai-landing-page .process-section  .process-desc.step-1 .text{

	max-width:780px;

	margin:auto;

}

/**

font-family: 'latobold';

font-family: 'latolight';

font-family: 'latoregular';

font-family: 'montserratlight';

font-family: 'montserratregular';

font-family: 'montserratbold';

font-family: 'robotobold';

font-family: 'robotoregular';

font-family: 'work_sanslight';

font-family: 'montserratultra_light';

 */

@media (max-width: 1199px) {

.it-teams-in-dubai-section .our-aim-box-inner .text{

	min-height:240px;

}

.it-teams-in-dubai-section{

	top:0px;

	margin-top:30px;

}

}

@media (max-width: 991px) {

.integration-logo .item{

	padding:0 5px;

}

.integration-logo .logo-item-inner{

	height:100px;

}

.integration-inner-logo .inner-sec-small-t{

	min-height:43px;

}

.exhibitions-section .integration-logo .logo-item-inner{

	height:150px;

}

.new-dubai-landing-page .welcome-section-08 .body-text{

	max-width:100%;

	text-align:center;

	padding-bottom:30px;

}

.new-dubai-landing-page .welcome-section-08.wdd-in-store-section .header-typ1{

	text-align:center;

}

.it-teams-in-dubai-section .our-aim-box-inner .text{

	min-height:342px;

}

.ecommerce-con.mobile-applications .webdesign-img{

	margin-top:90px;

}

.new-dubai-landing-page .cms-lists li{

	padding-left:10px;

}

.development-con .webdesign-img{

	margin-top:120px;

}

.ecommerce-con .webdesign-img{

	margin-top:150px;

}

.welcome-section-08.wdd-in-store-section img{

	top:0px;

}

}

@media (max-width: 767px) {

.it-teams-in-dubai-section .our-aim-box-inner .text{

	min-height:10px;

}

.it-teams-in-dubai-section .our-aim-box-inner{

	margin-bottom:30px;

}

.dubai-services-sec .slick-list.draggable{

	padding:0px 0px !important;

}

.development-con .webdesign-img, .ecommerce-con.mobile-applications .webdesign-img{

	margin-top:50px;

}

.ecommerce-con .webdesign-img{

	margin-top:0px;

	margin-bottom:50px;

}

.new-dubai-landing-page .process-section .webdesign-img {

	text-align:center;

}
.welcome-section-08.wdd-in-store-section{

	padding-top:50px;

}

.new-dubai-landing-page .process-section .webdesign-img .mobile-img{

	display:inline-block;

	padding-top:30px;

}

.new-dubai-landing-page .process-section .webdesign-img .desktop-img{

	display:none;

}

.development-con, .ecommerce-con{

	text-align:center;

}

.development-con .button-sec .enquire-sec, .ecommerce-con .enquire-sec{

	margin:auto;

}

.new-dubai-landing-page .dev-sec-icon img, .new-dubai-landing-page .webdesign-img img, .new-dubai-landing-page .process-section .webdesign-img img{

	display:inline-block;

}

.new-dubai-landing-page .cms-lists li{

	display:inline-block;

	padding-right:10px;

}

.new-dubai-landing-page .process-slider-nav{

	margin:20px 0px 30px;

}

.integration-inner-logo .integration-logo{

	margin-top:15px;

}

}

@media (max-width: 640px) {

}

@media (max-width: 540px) {

.integration-logo .item{

	width:30%;

	display:inline-table;

	margin-bottom:15px;

}

.integration-inner-logo .integration-logo .item{

	width:48%;

}

.integration-inner-logo .inner-sec-small-t{

	min-height:10px;

	margin-top:40px;

}

}

@media (max-width: 479px) {

.integration-logo .item, .integration-inner-logo .integration-logo .item{

	width:100%;

}

.ln-main-content.wd-dubai .wwa-img{

	bottom:-20px;

}



}



.gallery1 .image_holder .placeholder img.big-img-gallery{

	background:#f00;

}

.gallery1 .image_holder .placeholder .gallery-img-hover{

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:100%;

	background-attachment:scroll;

	background-position:center center;

	background-repeat:no-repeat;

	background-size:cover;

	opacity:0;

	cursor:pointer;

	z-index:3;

}

.gallery1 .image_holder .placeholder:hover .gallery-img-hover{

	opacity:1;	

}

/******************************************

Web Design Dubai Page 2017-04-08 END

*******************************************/

/********************************
***** Horizontal Accordion ******
********************************/
.accordion-horizontal {
list-style: none;
margin: 0px;
padding: 0;
height: 282px;
overflow: hidden;
background: #7d8d96;}
 
.accordion-horizontal .li-slide {
	box-sizing:border-box;
float: left;
display: block;
height: 282px;
width: 10%;
/*padding:0 15px 0 100px;*/
padding:0;
overflow: hidden;
color: #fff;
text-decoration: none;
font-size: 16px;
line-height: 1.5em;
position:relative;
background-size:contain;
background-position:left center;
background-attachment:scroll;
background-repeat:no-repeat;
cursor:pointer;
}
 
.accordion-horizontal .li-slide.active {
	width: 70%;
	padding:0;
}
.accordion-horizontal .address-section-area{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	transition:all 0.5s ease-out 0s;
	z-index:5;
	box-sizing:border-box;
	display:none;
}
.accordion-horizontal .li-slide.active .address-section-area{
	padding: 0 90px;	
	transition:all 0s ease-out 0s;
	display:block;
}
.accordion-horizontal .slide-sec-title{
	position:absolute;
	bottom:137px;
	left:-30px;
	min-width:280px;
	z-index:5;
	transition:all 0.5s ease-out 0s;
	-webkit-transition:all 0.5s ease-out 0s;
	display:block;
	transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.accordion-horizontal .li-slide.active .slide-sec-title{
	display:none;
	overflow:hidden;
	transition:all 0s ease-out 0s;
}
.accordion-horizontal .li-slide img.back{
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:100%;
	z-index:2;
	min-width:1050px;
	display:block !important;
}



.accordion-horizontal .li-slide .slide-sec-title1{
    display: table-cell !important;
    vertical-align: bottom !important;
	padding-bottom:10px !important;
	
	margin:0 !important;
} 
.accordion-horizontal .li-slide .address-section-area{
	top:32% !important;
}
.accordion-horizontal .li-slide .slide-sec-title-normal{
  font-family: 'montserratlight';
	font-size: 24px;
	font-weight: normal !important;
	line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
 	margin:0 0 23px 0 !important;
	display:block;
}

.accordion-horizontal .li-slide .slide-sec-title-normal span{
  font-family: 'montserratlight';
	font-size: 24px;
	font-weight: normal !important;
	line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	display:inline-block !important;
}
.accordion-horizontal .li-slide .slide-sec-title{
  font-family: 'montserratlight';
	font-size: 24px;
	font-weight: normal !important;
	line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
 	margin:0 0 0 0;
	display:block;
}
.accordion-horizontal .li-slide .slide-sec-title span{
  font-family: 'montserratlight';
	font-size: 24px;
	font-weight: normal !important;
	line-height: 35px;
	background: linear-gradient(to right, #7e00cf, #f05047);
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	display:inline-block !important;
}
.accordion-horizontal .li-slide .slide-sec-title-normal:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #979797;
    display: block;
    margin: 8px 0 0;
}
.accordion-horizontal .li-slide .address{
	float:left;
	width:50%;
}
.accordion-horizontal .li-slide .email-section{
	float:left;
	width:50%;
}
.accordion-horizontal .li-slide .address-detail .address {
  font-family: 'montserratlight';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  color: #ffffff;
}
.accordion-horizontal .li-slide .address-detail a {
  font-family: 'montserratlight';
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.64;
  color: #ffffff;
}
.accordion-horizontal .li-slide .address-detail a:hover {
	color: rgba(255,255,255,0.8);
}
.accordion-horizontal .clock-sec {
    position: absolute;
    right: 95px;
    top: -40px;
	display:block;
	width:76px;
	height:76px;
}
.accordion-horizontal .li-slide .address-section-area.Find.us.in.London {
    top: 19% !important;
}
.accordion-horizontal .li-slide .sec-add{
	margin-top:10px;
}
@media (min-width: 1600px) {
.accordion-horizontal {
    height: 350px;
}
.accordion-horizontal .li-slide {
    height: 350px;
}
.accordion-horizontal .slide-sec-title {
    left: 20px;
}
.accordion-horizontal .li-slide img.back{
	width:100%;
}
}
@media (min-width: 1169px) {
.accordion-horizontal .li-slide .address-detail{
	display:block !important;
}

}
@media only screen and (min-width: 1570px) and (max-width: 1800px) {
.accordion-horizontal .slide-sec-title{
	left:-10px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
.accordion-horizontal .li-slide img.back{
	min-width:1100px;
}
}
@media only screen and (min-width: 1169px) and (max-width: 1280px) {
.accordion-horizontal .li-slide img.back{
	min-width:1000px;
}	
.accordion-horizontal .slide-sec-title{
	left:-40px;
}
}
@media only screen and (min-width: 1870px) and (max-width: 1990px) {
.accordion-horizontal .li-slide {
	overflow:visible;
}
.accordion-horizontal .li-slide img.back{
	left:-1px;
}
}
@media only screen and (min-width: 1025px) and (max-width: 1168px) {
.accordion-horizontal .li-slide img.back{
	min-width:100%;
}	
}
@media (max-width: 1168px) {
.accordion-horizontal{
	height:auto;
}
.accordion-horizontal .li-slide{
	float:none;
	height:auto;
	width:100%;
}
.accordion-horizontal .li-slide .slide-sec-title{
	position:static;
	bottom:auto;
	left:auto;
	transform:rotate(0deg);
	-webkit-transform:rotate(0deg);
	min-width:0;
}
.accordion-horizontal .li-slide .slide-sec-title{
	cursor:pointer;
}
.accordion-horizontal .li-slide .address-section-area{
	top:auto !important;
	position:relative;
	top:auto;
	left:auto;
	display:block;
}
.accordion-horizontal .li-slide .address-detail{
	display:none;
}
.accordion-horizontal .li-slide .slide-sec-title{
	display:none !important;
	cursor:pointer;
}
.accordion-horizontal .li-slide .slide-sec-title-normal{
	margin:0px !important;
	padding-bottom:23px;
	margin-top:20px !important;
}
.accordion-horizontal .li-slide .address-section-area{
	padding:15px;
}
.accordion-horizontal .clock-sec {
    position: absolute;
    right: 15px;
    top: 10px;
}
.accordion-horizontal .li-slide .slide-sec-title-normal::after {
	display:none;
}
.accordion-horizontal .li-slide.active-tab .slide-sec-title-normal::after {
    margin: 20px 0 0;
}
.accordion-horizontal .li-slide .address-section-area {
    padding-bottom: 2px;
}
.accordion-horizontal .li-slide.active-tab .slide-sec-title-normal::after {
	display:block;
}
.accordion-horizontal .li-slide .address-detail{
	display:none;
}
.accordion-horizontal .li-slide{
	width:100% !important;
}
.accordion-horizontal .li-slide.active .address-section-area{
	padding:15px 15px 2px 15px;
}

}

@media (max-width: 767px) {
.accordion-horizontal .li-slide .address {
    float: none;
    width: 100%;
}
.accordion-horizontal .li-slide .email-section {
	margin-top:10px;
    float: none;
    width: 100%;
}
}
@media (max-width: 320px) {
.accordion-horizontal .li-slide .slide-sec-title-normal span {
	font-size:21px;
}
}
@media screen\0 {
.accordion-horizontal .li-slide .slide-sec-title {
   background: transparent;
   color: #fff;
}
.accordion-horizontal .li-slide .slide-sec-title span{
	background: transparent;
   color: #fff;
}
.accordion-horizontal .li-slide .slide-sec-title-normal,.accordion-horizontal .li-slide .slide-sec-title-normal span {
    background: transparent;
    color: #fff;
}
}

/***************
New toronto Page change 
*************/
.toronto-nw-landing-page .header-text-sec{
	padding:100px 0;
	text-align:center;
}
.toronto-nw-landing-page .ln-midbar .left .title{
	max-width: 770px;
	margin:0 auto;
	margin-bottom:10px;
}
.toronto-nw-landing-page .ln-midbar .sub-title{
	max-width: 770px;
	margin:0 auto;
	margin-bottom:30px;
}
.toronto-nw-landing-page .ln-midbar .midbar-arrow{
	left:49%;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide .slide-sec-title{
	display:none;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide{
	width:100%;
	background-size:cover;
}
.toronto-nw-landing-page .accordion-horizontal .address-section-area{
	display:block;
	position:relative;
	margin-top:8%;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide img.back{
	display: none !important;
}
.toronto-nw-landing-page .accordion-horizontal .clock-sec {
    right: 0;
}
.toronto-nw-landing-page .placeholder img{
	opacity:1;
}

.toronto-nw-landing-page .gallery1 .image_holder:hover .text_holder {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.toronto-nw-landing-page .gallery1 .image_holder {
    text-align: center;
    position: relative;
}
.toronto-nw-landing-page .gallery1 .text_holder {
    position: absolute;
    padding: 0px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out 0s;
}
.toronto-nw-landing-page .gallery1 .text_outer {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: rgba(47, 41, 51, 0.7);
    position: relative;
}
.toronto-nw-landing-page .gallery1 .image_holder:hover .text_holder {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.toronto-nw-landing-page .gallery1 .text_outer .port-title {
    font-family: 'montserratultra_light';
    font-size: 23px;
	display:inline-block;
    font-weight: normal;
    line-height: 34px;
    color: #fff;
    margin:0;
}
.toronto-nw-landing-page .ln-midbar .button-sec .enquire-sec a{
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.windows-safari .toronto-nw-landing-page .ln-midbar .button-sec .enquire-sec a{
	color: #fff;
	-webkit-text-fill-color: #fff;
}
.windows-safari .button-sec .enquire-sec a{
	color: #000;
	-webkit-text-fill-color: #000;
}
.windows-safari .button-sec .enquire-sec a::after{
	border:1px solid #000;
}
.windows-safari .button-sec .enquire-sec::before,.windows-safari .button-sec .enquire-sec::after{
	border:1px solid #000;
}
.windows-safari .ln-midbar .button-sec .enquire-sec a{
	border:1px solid #fff;
}
.windows-safari .ln-midbar .button-sec .enquire-sec a::after{
	border:1px solid #fff;
}
.windows-safari .ln-midbar .button-sec .enquire-sec::before,.windows-safari .ln-midbar  .button-sec .enquire-sec::after{
	border:1px solid #fff;
}
.windows-safari .footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn .s-button::before,.windows-safari .footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn .s-button::after{
	border:1px solid #000;
}
.windows-safari .footer-contact-sec .landing-form-sec.ln-free-quote-form .submit-get-btn input {
    color: #000;
    -webkit-text-fill-color: #000;
}
.windows-safari .accordion-horizontal .li-slide .slide-sec-title-normal span{
	color: #fff;
    -webkit-text-fill-color: #fff;
}
@media (min-width: 1600px) {
.toronto-nw-landing-page .accordion-horizontal .address-section-area{
	margin-top:12%;
}
.toronto-nw-landing-page .header-text-sec {
    padding: 150px 0;
    text-align: center;
}
.toronto-nw-landing-page .ln-midbar .left .title {
    font-size: 42px;
    line-height: 50px;
}
.toronto-nw-landing-page .ln-midbar .sub-title{
	font-size:16px;
}
}
@media (max-width: 1199px) {
.toronto-nw-landing-page .header-text-sec {
    padding: 80px 0 100px 0;
    text-align: center;
}
.toronto-nw-landing-page .ln-midbar .sub-title {
    margin-bottom: 15px;
}
.toronto-nw-landing-page .accordion-horizontal .address-section-area{
	background:none !important;
	margin-top:0px;
	padding: 0;
    height: 200px;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide .slide-sec-title-normal::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #979797;
    display: block;
    margin: 8px 0 0;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide .address-detail{
	display:block;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide .slide-sec-title-normal {
    margin-top: 60px !important;
}
.toronto-nw-landing-page .accordion-horizontal .clock-sec {
   top:20px;
}
.landing-sec-10{
	background-attachment:scroll;
}
.toronto-nw-landing-page .ln-midbar {
    padding: 25px 25px;
}
}
@media (max-width: 991px) {
.toronto-nw-landing-page .ln-midbar .sub-title {
    font-size:13px;
}
.toronto-nw-landing-page .header-text-sec {
    padding: 50px 0 100px 0;
    text-align: center;
}
.toronto-nw-landing-page .landing-sec-01 .welcome-section-08 {
    padding: 41px 0 0px 0;
    text-align: center;
}
.toronto-nw-landing-page .landing-sec-01 .welcome-section-08 .body-text{
	margin:0 auto;
	margin-bottom:30px;
}
.toronto-nw-landing-page .landing-sec-01 .welcome-section-08 .col-sm-6{
	width:100%;
}
.toronto-nw-landing-page .landing-sec-01 .welcome-section-08 .img-responsive{
	margin:0 auto;
}
.toronto-nw-landing-page .ln-midbar {
    padding: 0px;
}
}
@media (max-width: 767px) {
.toronto-nw-landing-page .header-text-sec {
    padding: 30px 0 100px 0;
    text-align: center;
}
.toronto-nw-landing-page .accordion-horizontal .address-section-area {
    height: 240px;
}
.toronto-nw-landing-page .accordion-horizontal .clock-sec {
    top: 25px;
}
.toronto-nw-landing-page .accordion-horizontal .li-slide .slide-sec-title-normal {
    margin-top: 65px !important;
}
}
@media (max-width: 480px) {
.toronto-nw-landing-page .header-text-sec {
    padding: 10px 0 100px 0;
    text-align: center;
}
.toronto-nw-landing-page .ln-midbar .sub-title {
    margin-bottom: 15px;
}
.toronto-nw-landing-page .ln-midbar .left .title {
    font-size: 22px;
    line-height: 28px;
}
}
@media (max-width: 374px) {
.toronto-nw-landing-page .ln-midbar .left .title {
    font-size: 21px;
    line-height: 29px;
}
.toronto-nw-landing-page .ln-midbar .sub-title {
    font-size: 12px;
}
}
@media screen\0 {
.landing-sec-10{
	background-attachment:scroll;
}
.landing-page-wrapper .ln-midbar {
    background-attachment: scroll;
}
}

/** London webdesign New Changes 15-9-2017 **/

.london-nw-landing-page .header-text-sec {
    padding: 100px 0;
    text-align: center;
}
.london-nw-landing-page .ln-midbar .left .title {
    max-width: 770px;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 10px;
}
.london-nw-landing-page .ln-midbar .sub-title {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 0px;
    margin-bottom: 15px;
}
.london-nw-landing-page .ln-midbar .button-sec .enquire-sec a {
    color: #fff;
    -webkit-text-fill-color: #fff;
}
.london-nw-landing-page .ln-midbar .visible-xs{
	display:inline-block !important;
}
.london-nw-landing-page .ln-midbar .midbar-arrow {
    left: 49%;
}

.london-nw-landing-page .gallery1 .image_holder {
    text-align: center;
    position: relative;
}
.london-nw-landing-page .placeholder img {
    opacity: 1;
}
.london-nw-landing-page .gallery1 .text_holder {
    position: absolute;
    padding: 0px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: 0.3s ease-in-out 0s;
    -webkit-transition: 0.3s ease-in-out 0s;
}
.london-nw-landing-page .gallery1 .text_outer {
    display: table;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: rgba(47, 41, 51, 0.7);
    position: relative;
}
.london-nw-landing-page .gallery1 .text_outer .port-title {
    font-family: 'montserratultra_light';
    font-size: 23px;
    display: inline-block;
    font-weight: normal;
    line-height: 34px;
    color: #fff;
    margin: 0;
}
@media (max-width: 1199px) {
.london-nw-landing-page .ln-midbar {
    padding: 25px 25px;
}
.london-nw-landing-page .header-text-sec {
    padding: 80px 0 100px 0;
    text-align: center;
}
.london-nw-landing-page .ln-midbar .sub-title {
    margin-bottom: 15px;
}
.footer-contact-sec .ln-free-quote-form .wpgdprc span.wpcf7-not-valid-tip{
    bottom: -15px;
}
}
@media (max-width: 991px) {
.london-nw-landing-page .ln-midbar {
    padding: 0px;
}
.london-nw-landing-page .header-text-sec {
    padding: 50px 0 100px 0;
    text-align: center;
}
.london-nw-landing-page .ln-midbar .sub-title {
    font-size: 13px;
}
.london-nw-landing-page .ln-midbar .ln-midbar-inner .row {
    width: 100% !important;
}
.london-nw-landing-page .landing-sec-01 .welcome-section-08 .col-sm-6 {
    width: 100%;
}
.london-nw-landing-page .landing-sec-01 .welcome-section-08 {
    padding: 41px 0 0px 0;
    text-align: center;
}
.london-nw-landing-page .landing-sec-01 .welcome-section-08 .body-text {
    margin: 0 auto;
    margin-bottom: 30px;
}
.london-nw-landing-page .landing-sec-01 .welcome-section-08 .img-responsive {
    margin: 0 auto;
}
}
@media (max-width: 767px) {
.london-nw-landing-page .header-text-sec {
    padding: 30px 0 100px 0;
    text-align: center;
}
.london-nw-landing-page .ln-midbar .ln-midbar-inner .row {
    width: auto !important;
}
}
@media (max-width: 480px) {
.london-nw-landing-page .ln-midbar .left .title {
    font-size: 22px;
    line-height: 28px; 
}
.london-nw-landing-page .ln-midbar .sub-title {
    margin-bottom: 15px;
}
.london-nw-landing-page .header-text-sec {
    padding: 10px 0 100px 0;
    text-align: center;
}
}