/** style **/
html {
  scroll-behavior: smooth;
}
body {
	font-family: 'Arial', Helvetica, sans-serif;
	margin: 0;
	-webkit-font-smoothing: antialiased;font-smoothing: antialiased;
/*
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;
*/
	font-size: 18px;
	font-size: 17px;
	color: #333;
	font-weight: normal;
    line-height: 1.5;
}
a {
  transition: all .5s ease-out;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Arial', Helvetica, sans-serif;
    line-height: 1.2;
}
h1, h2, h3, h4{
	color: #000;
	font-family: 'Fashion Fetish';
}
.pull-left{
	float: left;
	margin-right: 20px;
}
.pull-right{
	float: right;
	margin-left: 20px;
}
.clear{clear:both}
.cm-btn a {
	padding-left: 25px;
	color: #000;
	position: relative;
	font-size: 14px;
	font-family: 'Arial', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
    z-index: 2;
}
.cm-btn a:hover{
	color:#ffffff;
}
.cm-btn a:hover span:after{
	color:#ffffff;
}
.cm-btn a:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #eb6524;
	border-radius: 50%;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.cm-btn a:hover:before {
	left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.cm-btn a span:after {
	content: "\f120";
	font-family: Flaticon;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	color: #333333;
	transition: all .5s ease-out;
}




header {
	width: 100%;
	float: left;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	transition: all .5s ease-out;
}


header.lightheader {
    background: #ffffff;box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.1);
}
.logo.sticky {
    display: none;
}
header.lightheader .logo.sticky{
    display: block;
}
header.lightheader .logo{
    display: none;
}
.clr {
	clear: both;
}
.header-content {
	max-width: 1300px;
	padding: 0 10px;
	box-sizing: border-box;
	width: 100%;
	margin: auto;
}
.header-content ul {
	padding: 0;
	margin-top: 12px;
    margin-top: 7px;
    margin-bottom:0;
}
.header-content li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	font-family: 'Fashion Fetish';
	position: relative;
}
.header-content .logo {
	float: left;
	margin-top: 10px;
}
.header-right {
	float: right;
	text-align: right;
    position: relative;
}
.header-right:after {
    content: "";
    background-image: url(../images/speak-icon.png);
    background-size: 100%;
    width: 140px;
    height: 57px;
    background-size: contain;
    width: 105px;
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 0;
    right: -110px;
    margin-left: 5px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.header-landing {
    display: flex;
    align-items: center;
}
@media (max-width:1280px) {
    .header-right:after {
        background-image: url(../images/speak-icon-1.png);
        width: 80px;
        height: 50px;
        right: -85px;
    }
}
.top-social li {
	font-weight: normal;
	padding: 0;
	font-size: 16px;
	color: #fff;
}
.top-social li a{color: #fff; text-decoration:none;font-family: 'Arial', Helvetica, sans-serif;display: inline-block;line-height: 21px;}
.top-social li:first-child {
	padding-right: 25px;
	transition: all .5s ease-out;
}
.top-social li:hover:first-child:before{
	color:#eb6524;
}
.top-social li:hover:last-child:before{
	color:#eb6524;
}
.top-social li a:hover{
	color:#eb6524;
}
/*
.top-social li:first-child:before {
	content: "\f190";
	font-family: Flaticon;
	font-size: 24px;
	font-style: normal;
	margin-right: 10px;
	color: #fff;
	vertical-align: middle;
	transition: all .5s ease-out;
}
.top-social li:last-child:before {
	content: "\f18d";
	font-family: Flaticon;
	font-size: 24px;
	font-style: normal;
	margin-right: 10px;
	color: #fff;
	vertical-align: middle;
	transition: all .5s ease-out;
}
*/
.top-social li:first-child:before {
    background: url(../images/flaticon-email-white.png) no-repeat center center/contain;
	content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
	margin-right: 10px;
	vertical-align: middle;
	transition: all .5s ease-out;
}
.top-social li:last-child:before {
    background: url(../images/flaticon-phone-white.png) no-repeat center center/contain;
	content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
	margin-right: 10px;
	vertical-align: middle;
	transition: all .5s ease-out;
}
.light-theme .top-social li:first-child:before,
.lightheader .top-social li:first-child:before {
    background: url(../images/flaticon-email.png) no-repeat center center/contain;
}
.light-theme .top-social li:last-child:before,
.lightheader .top-social li:last-child:before {
    background: url(../images/flaticon-phone.png) no-repeat center center/contain;
}
.menu li {
	font-weight: normal;
	padding: 10px 25px;
	font-size: 16px;
}
.menu li:first-child {
	padding-left: 0px;
}
.menu li:last-child {
	padding-right: 0px;
}
.menu li a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
    width: 100%;
    line-height: 20px;
}

.menu li a:hover {
	color: #eb6524;
	text-decoration: none;
}
.light-theme .menu li a, .lightheader .menu li a {
    color: #000000;
}
.caret:before{
    content: "\f1c3";
    display: inline-block;
    font-family: "Flaticon";
    font-size: 9px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(90deg);
}
.menu li .caret {
    position: absolute;
    color: #ffffff;
    right: 0;
    top: 11px;
    cursor:pointer;
    transform: none;
}
.light-theme .menu li .caret, .lightheader .menu li .caret{color: #000000;}

.menu li .caret:before,
.menu li .caret:before{
    content: "";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: solid 9px #fff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
}
.light-theme .menu li .caret:before,
.lightheader .menu li .caret:before{
    border-top: solid 9px #000;
}
.menu li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 200px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #eb6524;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	overflow:hidden;
}
.open>.dropdown-menu {
    display: block;
}
.menu li:hover>.dropdown-menu{
	 display: block;
	
}
.light-theme .menu li .dropdown-menu>li>a, .lightheader .menu li .dropdown-menu>li>a{
    color: #ffffff;
}
.light-theme .menu li .dropdown-menu>li>a:hover, .lightheader .menu li .dropdown-menu>li>a:hover,
.light-theme .menu li .dropdown-menu>li>a.active, .lightheader .menu li .dropdown-menu>li>a.active{
  background: #ffffff;color: #eb6524;
}
.dropdown-menu>li>a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    clear: both;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: nowrap;
    border-bottom: 1px solid #efefef;
}
.dropdown-menu>li>a:hover{ background:#ffffff;}
.dropdown-menu>li {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.dropdown-menu>li:last-child>a {
    border-bottom: 0;
}
/*** slider ***/
.main-slider {
	background: #000 url(../images/slider-bg.png) no-repeat right center;
	padding-top: 145px;
	min-height: 500px;
}
.main-slider .slider-inner {
	max-width: 1300px;
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
	margin: auto;
}
.main-slider .owl-carousel .owl-item .img {
	float: left;
	width: 50%;
}
.main-slider .owl-carousel .owl-item .text-content {
	float: left;
	width: 50%;
}
.main-slider .owl-carousel .owl-item .text-content h2 {
	color: #fff;
	font-size: 40px;
	font-size: 32px;
	font-weight: normal;
	font-family: 'Fashion Fetish';
	line-height: 48px;
	margin-bottom: 0;
}
.main-slider .owl-carousel .owl-item .text-content p {
	color: #fff;
	font-size: 20px;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Arial', Helvetica, sans-serif;
	letter-spacing: 1.5px;
	padding-bottom: 20px;
}
.main-slider .owl-carousel .owl-item .text-content a {
	padding-left: 25px;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-weight: normal;
	font-family: 'Arial', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.main-slider .owl-carousel .owl-item .text-content a {
	-webkit-transition: all 0.3s ease 0.3s;
	-moz-transition: all 0.3s ease 0.3s;
	-o-transition: all 0.3s ease 0.3s;
	-ms-transition: all 0.3s ease 0.3s;
	transition: all 0.3s ease 0.3s;
}
.main-slider .owl-carousel .owl-item .text-content a span {
	position: relative;
	z-index: 2;
	font-weight: 600
}
.main-slider .owl-carousel .owl-item .text-content a span:after {
	content: "\f120";
	font-family: Flaticon;
	font-size: 12px;
	font-style: normal;
	margin-left: 15px;
	color: #fff;
	vertical-align: middle;
	display: inline-block;
    padding-bottom: 2px;
}
.main-slider .owl-carousel .owl-item .text-content a:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #eb6524;
	border-radius: 50%;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: 0;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.main-slider .owl-carousel .owl-item .text-content a:hover:before {
	left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.main-container {
	max-width: 1300px;
	width: 100%;
	margin: 50px auto 0px auto;
	padding: 0px;
	display: flex;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
.col-part-lft {
	width: 50%;
	height: auto;
	float: left;
}
.col-part-rgt {
	width: 50%;
	height: auto;
	float: left;
}
.txt-part {
	font-family: 'Fashion Fetish';
	font-size: 32px;
	text-align: left;
	border-left: 3px solid #000000;
	line-height: 50px;
	font-weight: 400;
	color: #333;
	padding: 15px 0 10px 30px;
    margin-left: -30px;
	text-transform: uppercase;
}
.inner-col-outer {
	width: 97%;
	height: auto;
	margin: 20px 0px 0px 1%;
	padding: 0px;
}
.inner-col1 {
	width: 47.5%;
	height: auto;
	float: left;
	
	border: 1px solid #cccccc;
	text-align: center;
	margin-right: 1%;
}

.inner-col-outer p {
	font-size: 20px;
	text-align: center;
	color: #545454;
	font-family: 'Fashion Fetish';
	letter-spacing: 2px;
	
}
.inner-col2 {
	width: 47.5%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	text-align: center;
	margin-left: 1%;
}
.flaticon-message:before {    content: "\f13c";
    font-family: Flaticon;
    font-size: 72px;
    font-style: normal;
    color: #eb6524;
    margin: 0px !important;}
.flaticon-edit-1:before {    content: "\f1b0";
    font-family: Flaticon;
    font-size: 72px;
    font-style: normal;
    color: #eb6524;
    margin: 0px !important;}
.flaticon-idea-1:before {    content: "\f1a4";
    font-family: Flaticon;
    font-size: 72px;
    font-style: normal;
    color: #eb6524;
    margin: 0px !important;}
.flaticon-wifi-1:before {    content: "\f1a3";
    font-family: Flaticon;
    font-size: 72px;
    font-style: normal;
    color: #eb6524;
    margin: 0px !important;}

.flip-card {
  background-color: transparent;
  width: 100%;
  height: 100%;
  cursor:pointer;
  perspective: 1000px; 
}
.flip-card:hover {
    background-color: #eb6524;
}

.flip-card-inner {
	padding: 70px 0px;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.flip-card-front{  
	width: 100%;
    height: 100%;
    display: inline-block;
    transition: all .5s ease-out;
}
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
  box-sizing: border-box;
}


.flip-card-back {
	background-color: #ffffff;
	color: #000000;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	opacity: 0;
	transition: all .5s ease-out;
}
.flip-card:hover .flip-card-inner .flip-card-front {
    opacity: 0;
}
.flip-card:hover .flip-card-inner .flip-card-back {
    opacity: 1;    background-color: #eb6524;
	color:#ffffff;
}
.flip-card-back h3 {
    font-size: 20px;
    margin: 0 0 15px;
	color:#ffffff;
}


.inner-col-outer-rgt {
	width: 97%;
	height: auto;
	margin: 0px 0px 0px 3%;
	padding: 0px;
}
.inner-col1-rgt {
	width: 47.5%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	text-align: center;
	margin-right: 1%;
}

.inner-col1-rgt p {
	font-size: 20px;
	text-align: center;
	color: #cccccc;
}
.inner-col2-rgt {
	width: 47.5%;
	height: auto;
	float: left;
	border: 1px solid #cccccc;
	text-align: center;
	margin-left: 1%;
}

.inner-col-outer-rgt p {
	font-size: 20px;
	text-align: center;
	color: #545454;
	font-family: 'Fashion Fetish';
	letter-spacing: 2px;
}
.flip-card-back p {
    font-size: 16px;
    margin: 0;
    font-family: 'Arial', Helvetica, sans-serif;
    color:#ffffff;
}
.txt-part-rgt {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 20px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 20px;
}
.main-container-2col {
	max-width: 1280px;
	width: 100%;
	margin: 50px auto 0px auto;
	padding: 0px;
	display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
	
}
.mc-col-lft {
	width: 50%;
	height: auto;
	float: left;
	padding-right: 20px;
    box-sizing: border-box;
	margin-top: 30px;
}
.col-pic {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
	box-shadow:0 0 10px 2px rgba(0, 0, 0, 0.1);
}
.col-pic img {
	width: 100%;
	height: auto;
	vertical-align: top;
	display: block;
}
.mc-col-rgt {
	width: 50%;
	height: auto;
	height: auto;
	float: right;
	margin: 0px;
	box-sizing: border-box;
	padding-left: 20px;
}
.head-txt {
	font-family: 'Fashion Fetish';
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	color: #333333;
}
.nrm-txt {
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 20px;
	font-size: 17px;
	text-align: left;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
}
.action-btn {
	margin-top: 22.5%;	
}
.mc-col-lft a {
	padding-left: 25px;
	color: #000;
	position: relative;
	font-size: 14px;
	font-family: 'Arial', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}
.mc-col-lft a:hover{
	color:#ffffff;
}
.mc-col-lft a:hover span:after{
	color:#ffffff;
}
.mc-col-lft a:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #eb6524;
	border-radius: 50%;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.mc-col-lft a:hover:before {

    left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.mc-col-lft a span:after {
	content: "\f120";
	font-family: Flaticon;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	color: #333333;
	transition: all .5s ease-out;
}
.mc-col-rgt a {
	padding-left: 25px;
	color: #000;
	position: relative;
	font-size: 14px;
	font-family: 'Arial', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}

.mc-col-rgt a:hover{
	color:#ffffff;
}
.mc-col-rgt a:hover span:after{
	color:#ffffff;
}
.mc-col-rgt a:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #eb6524;
	border-radius: 50%;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.mc-col-rgt a:hover:before {
	left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.mc-col-rgt a span:after {
	content: "\f120";
	font-family: Flaticon;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	color: #333333;
	font-weight: bold;
	transition: all .5s ease-out;
}
.main-container-2col .mc-col-rgt .col-pic:after {
	content: "";
	position: absolute;
	top: 0;
	right: -30px;
	width: 3px;
	height: 120px;
	background: #000000;
}
.main-container-2col .mc-col-rgt .col-pic {
	position: relative;
}
.main-container-3col {
	margin-top: 50px;
	width: 100%;
	height: auto;
}
.gray-bg {
	position: relative;
}
.gray-bg:before {
	background: #f8f8f8;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: calc(100% - 40px);
	width: 100%;
	z-index: 1;
}
.container {
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.partner-bg-sec {
	margin-top: 15px;
}
.partner-bg-sec .container {display: block;}
.partner-bg-sec .txt-part {
	max-width: 470px;
	margin-top: 100px;
}
.partner-bg {
	float: right;
	margin-left: auto;
	display: inherit;
}
.partner-items {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.partner-frame {
	display: flex;
	margin-top: 50px;
}
.partner-item {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	background: #ffffff;
	margin: 0 auto;
	width: calc(33.33% - 20px);
	padding: 15px;
	box-sizing: border-box;
	box-shadow:2px 12px 25px 3px rgba(0, 0, 0, 0.15);
}
.partner-head {
	display: flex;
	align-items: center;
	height: 70px;
	margin-bottom: 10px;
	width: 100%;
}
.partner-head h2{
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    padding: 10px 0 0 0;
}
.partner-content {
	margin-top: 0;
	height: 170px;
	font-family: 'Arial', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 16px;
	line-height: 28px;
	color: #666666;
}
.partner-content p {
    margin: 0;
	z-index: 1;
    position: relative;
}
.partner-content .txtcontent{
    font-size: 14px;
    line-height: 24px;
    min-height: 96px;
}
.partner-content a.more:hover {
    text-decoration: underline;
}

.partner-content a.more {
    color: #eb6525;
    font-weight: 500;
    text-decoration: none;
    padding-top: 10px;
    display: inline-block;
}
.partner-logo {
	flex-wrap: wrap;
	display: flex;
	margin-top: auto;
	width: 100%;
	height: 94px;
	align-items: center;
	justify-content: flex-end;
}
.partner-logo img {
	max-width: 50%;
	max-height: 70px;
}
.main-container-client-col {
	max-width: 1300px;
	width: 100%;
	margin: 50px auto 0px auto;
	padding: 0px;
}
.text-right {
	text-align: right;
}
.txt-part.text-right {
	border-left: 0;
	border-right: 3px solid #000000;
	padding-left: 0;
	padding-right: 20px;
}
.main-container-client-col .txt-part {
	max-width: 350px;
	float: right;	
}
ul.client-logo {
    display: inline-block;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}
ul.client-logo li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.66666667%;
    /*height: 160px;*/
    border-right: 1px solid #cccccc;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

ul.client-logo li:nth-child(6n) {
    border-right: 0;
}

/*
ul.client-logo li:nth-child(12) ~ li {
    border-bottom: 0;
}
*/
ul.client-logo li:nth-child(36) ~ li {
    border-bottom: 0;
}
.main-container-testimonial-col {
    padding: 30px 0;
}
.main-container-testimonial-col h3 {
    width: 100%;
    text-align: center;
    font-size: 24px;
	font-family: 'Fashion Fetish';
	font-weight: normal;
}
.main-container-testimonial-col h3:after{
content:"";
background-image: url(../images/emozy.png);
width:35px;
height:35px;
display:inline-block;
background-repeat: no-repeat;
position: relative;
top: 10px;
margin-left: 15px;
}
.testimonial-items {
    display: inline-block;
    width: 100%;
}

.testi-icon {
    display: inline-block;
    width: 100%;
    text-align: center;
	margin-bottom: 20px;
}

.testi-icon span {
    display: inline-block;
	text-align:center;
}

.testimonial-content {
    text-align: left;
    font-size: 18px;
    font-size: 17px;
    color: #666666;
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 30px;
	padding: 0 50px;
    box-sizing: border-box;
    display: flex;
}
.testimonial-content .testimonial-caption{
    order: 2;
    width: 75%;
}
.testimonial-content p {
    margin-bottom: 0;
    margin-top: 0;
}
.owl-carousel .owl-item .testimonial-logo img {
    width: auto;
    float: none;
    display: inline-block;
}
.testimonial-logo {
    display: inline-block;
    width: 25%;
    text-align: center;
    order: 1;
}
.testimonial-home.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 10%;
    margin: 0;
    padding: 0;
    font-size: 50px;
    font-weight: 300;
    color: #999;
}
:focus{outline:none; box-shadow:none;}
.testimonial-home.owl-theme .owl-nav [class*=owl-]:hover{
	background:none; color:#000000;
}
.testimonial-home.owl-theme .owl-nav [class*=owl-].owl-next {
    left: inherit;
    right: 0;
	font-size: 0;
}
.testimonial-home.owl-theme .owl-nav [class*=owl-].owl-next:before {
    display: inline-block;
    font-family: "Flaticon";
    font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f127";
}
.testimonial-home.owl-theme .owl-nav [class*=owl-].owl-prev{font-size: 0;}
.testimonial-home.owl-theme .owl-nav [class*=owl-].owl-prev:before {
	display: inline-block;
   font-family: "Flaticon";
    font-size: 36px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f126";
	
}
footer {
    background: #0d0c0c url(../images/inner-bg.png) no-repeat top right;
    color: #999;
    padding: 0;
    box-sizing: border-box;
	clear: both;
}
.footer-contact{
    background: rgba(215,215,215,0.05);
    color: #fefefe;
    padding: 0;
}
.footer-contact .page-content-wrapper{
    background: none;
    padding: 30px 0;
}
.footer-contact .pull-right{
    display: flex;
}
.footer-contact .pull-right .col{
    width: 50%;
}
.footer-content{
}
.footer-content .page-content-wrapper{
    background: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 20px 0;
}
.footer-content .page-content-wrapper .col{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-right: 20px;
    width: 25%;
}
.footer-content .page-content-wrapper .col1{
    padding-right: 30px;
    width: 30%;
}
.footer-content .page-content-wrapper .col2{
    padding: 0 10px;
    width: calc(50% / 3);
}
.footer-content .page-content-wrapper .col2.col2c{
    padding-left: 0;
}
.footer-content .page-content-wrapper .col3{
    padding-right: 0;
    width: 20%;
}
.footer-content p{
    font-size: 15px;
    margin-top: 0;
    padding-top: 0;
}
.footer-content .footer-logo{
    max-width: 90%;
}
ul.footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
}
ul.footer-social li a:before {content: "";padding: 5px;display: block;font-family: "Flaticon";font-size: 20px;}
ul.footer-social li a {
    color: #cccccc;
    text-decoration: none;
    display: block;
    margin-right: 10px;
}
ul.footer-social li a.instagram:before {
    content: "\f10d";
}
ul.footer-social li a.facebook:before {
    content: "\f110";
}
ul.footer-social li a.linkedin:before {
    content: "\f161";
}
ul.footer-social li a.twitter:before {
    content: "\f162";
}
.footer-copyright{
    background: rgba(0,0,0,0.65);
    color: #777;
    padding: 0;
}
.footer-copyright .page-content-wrapper{
    background: none;
    padding: 10px 0;
}
.copyright-col {
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.half-col {
    float: left;
    width: 50%;
}
.footer-content h3 {
    font-size: 16px;
    color: #ffffff;
    font-family: 'Arial', Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px;
	letter-spacing: 1px;
}

ul.footer-touch {
    margin: 0 0 30px 0;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

ul.footer-touch li a {
    color: #f26323;
    font-size: 18px;
    font-family: 'Arial', Helvetica, sans-serif;
    margin-bottom: 15px;
    display: inline-block;
	text-decoration: underline;
}
ul.footer-touch li a:hover {
    color: #fff;
    text-decoration: underline;
}
ul.quick-links {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.quick-links li a {
    display: inline-block;
    color: #999999;
    margin-right: 30px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Arial', Helvetica, sans-serif;
}
ul.quick-links li a:hover{
	color: #fff;
}
.light-theme .top-social li, .light-theme .top-social li a, .lightheader .top-social li, .lightheader .top-social li a {
    color: #000000;
}
.light-theme .top-social li a:hover, .lightheader .top-social li a:hover {
    color: #eb6524;
}
.light-theme .top-social li:hover:first-child:before, .lightheader .top-social li:hover:first-child:before {
    color: #eb6524;
}
.light-theme .top-social li:hover:last-child:before, .lightheader .top-social li:hover:last-child:before {
    color: #eb6524;
}
.light-theme header, .lightheader {
    float: none;
    display: inline-block;
}
.light-theme .top-social li:first-child:before, .lightheader .top-social li:first-child:before {
    color: #000000;
}

.light-theme .top-social li:last-child:before, .lightheader .top-social li:last-child:before {
    color: #000000;
}


.light-theme .menu li a:hover, .lightheader .menu li a:hover {
    color: #eb6524;
}

.light-theme .menu li a.active, .lightheader .menu li a.active{
	color: #eb6524;
}

header.lightheader .header-right:after, .light-theme .header-right:after {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}




.page-content-wrapper{
	padding-top: 160px;
	max-width: 1300px;
    margin: 0 auto;
	background: url(../images/inner-bg.png) no-repeat top right;
	padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
.page-content-wrapper.paddingtop50{
	padding-top: 50px;
}
.page-content-wrapper.paddingtop0{
	padding-top: 0;
}

.common-block-half {
    max-width: 60%;
}

.common-block-half h2 {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Fashion Fetish';
    letter-spacing: 1px;
    padding: 25px 0 15px 30px;
    border-left: 3px solid #000;
    line-height: 1;
    margin-left: -35px;
}

.common-block-half p{
	line-height: 30px;
}


.common-block-half p.big-text {
    font-size: 24px;
    font-family: 'Fashion Fetish';
	margin-top: 20px;
}

.common-block-half .cm-btn {
/*    margin: 40px 0 60px 0;*/
    padding: 40px 0 60px 0;
}






.orange-box{
	background: #eb6524;
	padding: 70px 0 50px 0;
	padding: 30px 0 40px 0;
	color: #fff;
	z-index: 0;
    position: relative;
}




.orange-box .cm-btn a {
	padding-left: 25px;
	color: #fff;
	position: relative;
	font-size: 14px;
	font-family: 'Arial', Helvetica, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 600;
}
.orange-box .cm-btn a:hover{
	color:#fff;
}
.orange-box .cm-btn a:hover span:after{
	color:#fff;
}
.orange-box .cm-btn a:before {
	content: '';
	width: 50px;
	height: 50px;
	background: #000;
	border-radius: 50%;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.orange-box .cm-btn a:hover:before {
	left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.orange-box .cm-btn a span:after {
	content: "\f120";
	font-family: Flaticon;
	font-size: 12px;
	font-style: normal;
	margin-left: 10px;
	color: #fff;
	transition: all .5s ease-out;
}

.about-missin {
	margin-top: 30px;
    display: inline-block;
    width: 100%;
}
.about-award {
    padding-top: 30px;
	padding-left: 10px;
    padding-right: 10px;
}
.page-container{
	max-width: 1300px;
	margin: 0 auto;
}

.common-block-full {
    max-width: 100%;
}

.common-block-full h2 {
    font-size: 36px;
    font-weight: 900;
    font-family: 'Fashion Fetish';
    letter-spacing: 1px;
    padding: 25px 0 20px 30px;
    border-left: 3px solid #fff;
    line-height: 1.2;
    margin-left: -35px;
	color: #fff;
}
.thankyou-content.page-content-wrapper h2 {
    line-height: 56px;
}
.common-block-full h5{
	font-size: 24px;
    font-weight: 500;
}
.common-block-full h6{
	font-size: 22px;
}
.common-block-full p{
	line-height: 30px;
	color: #fff;
	font-size: 20px;
}
.thankyou-content.page-content-wrapper p.big-text {
    line-height: 40px;
}
.thankyou-content {
    padding-bottom: 30px;
}

.common-block-full p.big-text {
    font-size: 24px;
    font-family: 'Fashion Fetish';
	color: #fff;
}

.common-block-full .cm-btn {
    margin: 40px 0 60px 0;
	color: #fff;
}
.orange-box .common-block-full .cm-btn {
    margin: 20px 0 30px 0;
}

.page-content-wrapper h1 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Fashion Fetish';
    color: #eb6524;
    margin-left: -35px;
    padding-bottom: 10px;
}


.service-section {
    padding: 40px 0;
}
.service-section.padding0{
    padding: 0;
}
.service-section.paddingbottom0{
    padding-bottom: 0;
}
.service-section.paddingbottom10{
    padding-bottom: 10px;
}

.service-section ul.services {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-right: -70px;
	counter-reset: counter;
}

.service-section ul.services > li {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding: 0 70px 10px 0;
    box-sizing: border-box;	
	position: relative;
	    margin-top: 50px;
}
.service-section.padding0 ul.services > li {
    padding-bottom: 0;
}
.service-section ul.services > li:before {             
    counter-increment: counter;
    content: "0 " counter(counter) " ";
    font-size: 100px;
    font-family: 'Anton', sans-serif;
    color: #efefef;
    position: absolute;
    top: -75px;
    z-index: -1;
} 
.service-section ul.services.nobefore > li:before {
    content: '';
    display: none;
} 
.service-section ul.services > li h2 {
    font-size: 24px;
    font-weight: 900;
	text-transform: uppercase;
}

.service-section ul.services > li p {
    letter-spacing: .5px;
    color: #666;
    line-height: 26px;
}

ul.tools {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.tools > li {
    display: inline-block;
    vertical-align: middle;
    margin: 35px 25px;
}
.whatwedo-box{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 70px;
    padding-bottom: 0;
}
.whatwedo-left{
    order: 1;
    width: 60%;
}
.whatwedo-right{
    order: 2;
    width: 40%;
}
.whatwedo-box ul.tools{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.whatwedo-box ul.tools > li{
	box-sizing: border-box;
    margin: 0;
    padding: 20px 40px 20px 0px;
    width: 16.66666666666667%;
}

.portfolio-section {
    clear: both;
/*
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.portfolio-section>div {
/*
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: inline-block;
    float: left;
*/
    width: calc(50% - 40px);
}
.portfolio-section .portfolio {
    vertical-align: top;
    margin-bottom: 70px;
    margin-bottom: 150px;
}
.portfolio-section .portfolio:nth-child(2n+1){
    margin-top: -350px;
}
.portfolio-section .common-block-half.full {
    margin-bottom: 150px;
}
.portfolio-section .portfolio h2 {
    font-size: 24px;
    font-weight: normal;
}

.portfolio-section .portfolio .website a {
    color: #000;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 18px;
    font-family: 'Fashion Fetish';
    display: inline-block;
    padding: 5px 0 15px 0;
}

.portfolio-section .portfolio .website {
    position: relative;
}

.portfolio-section .portfolio .framework {
    position: relative;
}

.portfolio-section .portfolio .website:after {
    width: 65px;
    height: 2px;
    background: #000;
    content: "";
    right: 0;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    transition: all .5s ease-out;
}

.portfolio-section .portfolio .website a:hover {
    color: #eb6525;
}

.portfolio-section .portfolio .website:hover:after {
    background: #eb6525;
}

.portfolio-section .portfolio img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}
.portfolio-section.portfolio-section-works .portfolio img {
    border-bottom: solid 3px #ddd;
    box-shadow: none;
}

.common-block-half.full {
    max-width: 100%;
}
.bxslider {
    margin-bottom: 50px;
}

/* slider
----------------------*/
.slide-wrap {
  margin: 0;
}
.slide-mask {
  position: relative;
  overflow: hidden;
  height: 100px;
}
.slide-group {
  position: absolute; 
  top: 0px; 
  left: 0;
	padding: 0;
}
.slide {
display:inline-block;
  height: 100px;
width:1120px;
	font-size: 18px;
}

/* nav
----------------------*/
.slide-nav {
  height: 30px;
}
.slide-nav ul {
	margin: 0;
	padding: 0;
}
.slide-nav li {
  border: 1px solid red;
width: 100px;
  cursor: pointer;
color: red;
}
.slide-nav li.current {
	background: rgb(144, 39, 39);
}
.slider-nav {
width:auto;
}
.slide p{margin-top: 0;}
span.bullet {
	display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    font-size: 0;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.bullet.current {
    background: #000;
}

.icon-contact{margin-top:-60px;}


.contact-form-section{
	clear: both;
/*	padding-top: 50px;*/
	padding-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
}
.contact-form-section address{
    font-style: normal;
    min-height: 200px;
}
.contact-form-section .col-left{
    box-sizing: border-box;
	float: left;
    padding-right: 30px;
	width: 50%;
}
.contact-form-section .col-right{
	float: left;
	width: 50%;
}
.contact-form-section p{
    font-size: 17px;
}
.contact-form-section iframe{
    display: block;
    border: solid 4px #fff;
    box-shadow: 1px 1px 3px 2px #ddd;
}
.contact-form-section p a {
    color: #333;
    text-decoration: none;
}
.contact-form-section p a:hover {
    color: #eb6525;
    text-decoration: underline;
}
.contact-form-section h3 {
	padding-top: 15px;
    padding-bottom: 10px;
}
.contact-form-section p {
    margin: 0 0 25px 0;
}
.contact-form-section .col-formbox p.big-text {
    margin: 25px 0;
}
.contact-form-section .col-formbox p {
    font-size: 16px;
    font-family: 'Fashion Fetish';
}
.contact-form-section .col-formbox .error-section {
    color: red;
    font-size: 12px;
}
.contact-form-section .col-formbox p.big-text {
    font-size: 24px;
}
.contact-form-section .col-formleft p.big-text {
    font-size: 24px;
}
.contact-form-section .col-formleft p.big-text2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
}
form.contact-form .form-row {
    margin-bottom: 20px;
    position: relative;
}
form.contact-form .form-row input.error{border-color: red;}
form.contact-form .form-row input.error ~ .error {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 12px;
    color: red;
}
form.contact-form .form-row input {
    height: 56px;
    line-height: 40px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: 'Fashion Fetish';
    font-family: 'Arial';
    padding: 5px 20px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    text-rendering: optimizeLegibility;
}

form.contact-form .form-row textarea {
    height: 110px;
    width: 100%;
    font-size: 16px;
    font-family: 'Fashion Fetish';
    font-family: 'Arial';
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
	line-height: 20px;
    width: 100%;
    display: inline-block;
}


form.contact-form .form-row .submit-btn {
    padding-left: 25px;
    color: #000;
    position: relative;
    font-size: 14px;
    font-family: 'Arial', Helvetica, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
	cursor: pointer;
	background: transparent;
    border: 0;
    width: auto;
	margin-top: 20px;
	    transition: all .5s ease-out;
}

form.contact-form .form-row .submit-btn:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #eb6524;
    border-radius: 50%;
    top: -15px;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
form.contact-form .form-row .submit-btn:hover:before {
    left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
form.contact-form .form-row .submit-btn:hover{
	color:#ffffff;
}
.service-section ul.services.half li {
    width: 49%;
}

.service-section ul.services.orange li ul li:before {
    display: none;
}

.service-section ul.services.orange li ul li:after {
    font-size: 0;
    content: "";
    background: #fff;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    position: absolute;
    margin-right: 5px;
    border-radius: 50%;
    opacity: 1;
	left: 0;
	top: 6px;
}

.service-section ul.services.orange li ul li {
    width: 100%!important;
    margin: 0;
    padding: 0 0 10px 20px;
	position: relative;
    list-style: none;
}

.service-section ul.services.orange li ul {
    padding: 0;
}

.service-section ul.services.orange li p {
    color: #fff;
    margin-top: 0;
}

.service-section ul.services.orange li h2 {
    border: 0;
    margin-bottom: 0;
    padding-top: 0;
}

.service-section ul.services.orange li:before {
    opacity: .16;
    content: "Step 0" counter(counter) " ";
    font-size: 60px;
    top: -30px;
    letter-spacing: 2px;
}

.service-section ul.services.orange li {
    padding: 0px 30px 0px 0;
    margin-top: 30px;
}

.orange-box .service-section {
    padding: 0;
}
/*adx*/
h2.title-content {font-size: 36px;font-weight: 900; font-family: 'Fashion Fetish'; letter-spacing: 1px;padding: 25px 0 15px 30px; border-left: 3px solid #000;line-height: 1; margin: 10px 0 50px -35px;}

body .service-section ul.services li .devle-procedure ul li {
    width: auto!important;
    padding: 0px 0 8px!important;
    margin: 0;
    display: list-item;
    font-size: 18px;
    color: #000;
	position:relative;
}
.devle-procedure ul {list-style: disc;}
body .service-section ul.services li .devle-procedure ul li:before{display:none;}
.bigcommlist li {width: 49%!important;}



.case-study-section1 {
    display: flex;
}

.case-study-section1 .case-review img {
    max-width: 800px;
    max-width: 600px;
}
.case-review-aspect {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.case-review-aspect .column {
/*
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
*/
    border-bottom: solid 1px #ddd;
    padding: 30px 0;
    font-size: 16px;
    font-family: 'Fashion Fetish';
    color: #666666;
    box-sizing: border-box;
}

.case-review-aspect .column h3 {
    font-size: 16px;
    font-family: 'Avenir Next Demi';
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.case-review-aspect .column a {
    text-decoration: none;
    color: #666666;
    position: relative;
}

.case-review-aspect .column a:after {content: "";width: 60px;height: 2px;background: #000000;position: absolute;left: 100%;bottom: 10px;margin-left: 25px;}
.case-review-steps {
    counter-reset: section;
    margin-bottom: 30px;
}
.case-review-step {
    position: relative;
    counter-reset: subsection;
    color: #666666;
}
.case-review-step:before {display: inline-block;position: absolute;counter-increment: section;content: "0" counter(section);font-size: 18px;text-align: center;line-height: 32px;top: 4px;left: -30px;color: #999999;font-family: 'Avenir Next Demi';font-weight: 600;}
.case-study-main-content blockquote{
    border-left: 3px solid #000;
    border-left: 3px solid #eb6524;
    margin: 20px 0;
    padding: 25px 0 15px 30px;
    position: relative;
    color: #666666;
}
.case-study-main-content blockquote .author-content{
    color: #333;
    font-family: 'Fashion Fetish';
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.case-study-main-content blockquote .author-info{
    color: #666;
    font-family: 'Avenir Next Demi';
    font-size: 16px;
    line-height: 1.25;
    text-align: right;
}
.brand-exp h4 {
    font-size: 24px;
    font-weight: 900;
}

.brand-exp {
    color: #666666;
}

.brand-exp img {
    max-width: 100%;
}

.brand-design h3 {
    font-size: 24px;
    font-weight: 900;
}

.brand-design img {
    max-width: 770px;
}

.brand-design p strong {
    font-weight: 400;
    color: #000000;
}
.brand-design {
    margin-bottom: 60px;
}

.case-review-step.half-column {
    display: inline-block;
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.case-review-step.half-column h3 {
    font-size: 24px;
    font-weight: 900;
    margin-top: 0;
}

.shallenge-design {
    padding-right: 30px;
}  

.strategy-design {
    padding-left: 30px;
}

.strategy-design:before {
    left: 0;
}
.navbar-toggle {
    display: none;
}
img{max-width:100%;}
.m-partner-logo ul {
    padding: 0;
    display: flex;
    align-items: flex-start;
    list-style: none;
}

.m-partner-logo ul li img {
    max-height: 120px;
}

.m-partner-logo ul li {
    margin-right: 10px;
}
.client-feedback .slide {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
	height: auto;
}

.client-feedback .slide .client-info {
    float: left;
    width: 40%;
    position: relative;
    padding-bottom: 15px;
	box-sizing: border-box;
}

.client-feedback .slide .feedback {
    float: left;
    width: 60%;
    padding-left: 60px;
    box-sizing: border-box;
	padding-top:30px;
}

.client-feedback .slide .client-info .big-text {
    margin-top: 0;
    margin-bottom: 10px;
}

.client-feedback .slide .client-info .client {
    margin-bottom: 0;
}

.client-feedback .slide .client-info .designation {
    margin-bottom: 0;
}

.client-feedback .slide .client-info:after {content: "";width: 100px;height: 3px;background: #000000;position: absolute;bottom: -1px;}
.client-feedback.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    text-align: left;
    padding-left: 55px;
    box-sizing: border-box;
    margin-top: 0;
}

.client-feedback {
    padding: 0;
}

.client-feedback.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #000000;
}
.award-section-row {
    display: flex;
    align-items: center;
}

.award-section-row .award-image {
    width: 100%;
}

.award-content {
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}

.award-content h3 {
    margin-top: 0;
    font-size: 36px;
	line-height: 45px;
    letter-spacing: 1px;
    font-weight: 900;
    font-family: 'Fashion Fetish';
    margin-left: -210px;
    position: relative;    margin-bottom: 15px;
}
.award-content h3 span {
    display: block;
    clear: both;
    padding-left: 195px;
}
.award-content h3:before {content: attr(data-title);position: absolute;z-index: 2;overflow: hidden;white-space: nowrap;left: 0;color: #ffffff;width: 185px;}
.partners-section-row {
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.partners-section-row .partners-content {
    width: 40%;
}

.partners-section-row .partners-images {
    width: 60%;
    box-sizing: border-box;
    padding-left: 60px;
}

.m-partners-logo ul {
    list-style: none;
    padding: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.partners-section-row .partners-content h2 {
    line-height: 50px;
}

.m-partners-logo ul li {
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-partners-logo ul li img {
    max-height: 60px;
    width: auto;
}
.custom-features-table .features div.three-line-height, .custom-features-table .plan div.three-line-height {
    height: 120px;    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-features-table .features div.four-line-height, .custom-features-table .plan div.four-line-height {
    height: 150px;    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-features-table .features div.five-line-height, .custom-features-table .plan div.five-line-height {
    height: 180px;    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-features-table .features div.six-line-height, .custom-features-table .plan div.six-line-height{
    height: 210px;    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-features-table .plan div.cm-btn.no-shadow {
    background: #eb6524;
}

.custom-features-table .plan div.no-shadow {
    background: #eb6524;
}

.custom-features-table .plan div.cm-btn.no-shadow a:before {
    background: #000000;
}

.custom-features-table .plan div.cm-btn.no-shadow a {
    color: #ffffff;
}

.custom-features-table .plan div.cm-btn.no-shadow span:after {
    color: #ffffff;
}
.orange-box.one-row .common-block-full .cm-btn {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}
.orange-box.one-row .common-block-full .page-cta-box img {
    max-width: 23px;
}
.custom-features-table.rapid-plan-table .plan {
    box-shadow: none;
}

.custom-features-table.rapid-plan-table .features div, .custom-features-table.rapid-plan-table .plan div {box-shadow: 0px 5px 8px 1px rgb(170 170 170 / 0.2);
}
.orange-box.one-row .common-block-full .page-cta-box span {
    width: 42px;
    height: 42px;
    background: #000000;
    display: inline-block;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
}
.footer-content .page-content-wrapper .col12 {
    width: 100%;
}
.landing-partner .smb-partners-logos img {   margin: 20px 25px 0 0;    height: 45px;}
.custom-features-table.rapid-plan-table.rapid-plan-table-plan .features div strong, .custom-features-table.rapid-plan-table.rapid-plan-table-plan .plan div strong {
    display: block;
    clear: both;
}

.custom-features-table.rapid-plan-table.rapid-plan-table-plan .features .low-height, .custom-features-table.rapid-plan-table.rapid-plan-table-plan .features .medium-height, .custom-features-table.rapid-plan-table.rapid-plan-table-plan .features .max-height, .custom-features-table.rapid-plan-table.rapid-plan-table-plan .plan .low-height, .custom-features-table.rapid-plan-table.rapid-plan-table-plan .plan .medium-height, .custom-features-table.rapid-plan-table.rapid-plan-table-plan .plan .max-height  {
    display: flex;
    align-items: center; 
    flex-wrap: wrap;    justify-content: flex-start;
    text-align: left;
}

.page-content-wrapper.landing-partner .smb-partners-logos {
    align-items: center;
}

.page-content-wrapper.landing-partner .smb-partners-logos span {
    margin: 20px 15px 20px 0;
}


@media only screen and (min-width: 1400px) {
.white-header .header-right:after {
    width: 140px;
    height: 60px;
    right: -120px;
    top: 20px;
}
}
@media only screen and (max-width: 1366px) {
	.header-content, .main-container-client-col, .main-container, .main-slider .slider-inner, .container, .main-container-2col {
		max-width: 1080px;
	}
	.page-content-wrapper, .page-container{max-width: 1080px;width:90%;}
	.service-section ul.services li h2{font-size: 20px;}

}
@media only screen and (min-width:1366px) and (max-width:1599px) {
	.txt-part{font-size: 26px;line-height: 40px;}
	header.lightheader .header-right:after, .light-theme .header-right:after {
		width: 130px;
		height: 60px;
		top: 30px;
	}
	
}

.awards-certification-logo{
	display: inline-block;
	float: right;
	margin: -10px 0 10px 20px;
	max-height: 100px;
}
@media only screen and (max-width: 599px) {
	.awards-certification-logo{
		display: block;
		float: none;
		margin: 0 auto 10px auto;
	}
}
.awards-certification-apac{
	border: solid 4px #fff;
	border-radius: 50%;
	box-shadow: 2px 2px 3px 1px #222;
	display: inline-block;
	float: right;
	height: 200px;
	margin: 0 0 10px 20px;
	width: 200px;
}
@media only screen and (max-width: 599px) {
	.awards-certification-apac{
		border: solid 3px #fff;
		height: 100px;
		width: 100px;
	}
}
.awards-certification-nomination{
	margin-top: -30px;
	margin-top: 0;
}
@media only screen and (max-width: 599px) {
	.awards-certification-nomination{
	}
}
.partner-pg-logo{
	display: block;
    height: 45px;
	margin: 0 0 10px 0;
	max-height: 60px;
}
@media only screen and (max-width: 599px) {
}
.service-section ul.services.plans li:before {
    content: "Plan " counter(counter) " ";
} 
.service-section ul.services.servicescounter li:before {
    content: "# " counter(counter) " ";
} 
.list-toc,
.list-toc > li,
.list-toc > li > a{
	border: 0;
	color: inherit;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.list-toc{
	background: #fefefe;
	border: solid 1px #ddd;
	border-radius: 2px;
	max-width: 100%;
	width: 320px;
}
.list-toc > li{
	border-bottom: solid 1px #ddd;
	color: #666;
	font-size: 15px;
	line-height: 22px;
}
.list-toc > li:last-child{
	border-bottom: 0;
}
.list-toc > li > a{
	background-color: #fefefe;
	font-weight: 500;
	padding: 5px 15px;
}
.list-toc > li > a:hover{
	background-color: #f9f9f9;
	border-left: solid 4px #eb6524;
}
.list-toc > li > a:before{
	content: '';
}
.gototoc{
	background: #111;
	bottom: 80px;
	color: #aaa;
	font-size: 15px;
	line-height: 25px;
	display: none;
	left: 0;
	padding: 8px 18px;
	position: fixed;
	text-align: center;
	text-decoration: none;
}
.gototoc>.flaticon-message,
.gototoc>.flaticon-message:before{
	font-size: inherit;
	height: 25px;
	line-height: inherit;
}
.partner-item{
    transition: all ease-in-out 200ms;
}
.partner-item:hover{
    transform: translateY(-20px);
}
ul.client-logo li,
ul.client-logo li img{
    transition: all ease-in-out 200ms;
}
ul.client-logo li img{
    filter: grayscale(1);
    opacity: 0.85;
}
ul.client-logo li:hover img{
    filter: grayscale(0);
    opacity: 1;
    transform: scale(0.95);
}
.wow { visibility: hidden; }
.col-pic{
    overflow: hidden;
    position: relative;
}
.col-pic img{
    position: relative;
    z-index: 1;
}
.col-pic .overlay{
    background: rgba(255,255,255,0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.col-pic.animated .overlay{
    -webkit-animation: show-img 1s normal;
    animation: show-img 1s normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
    animation-timing-function: cubic-bezier(.785,.135,.15,.86);
}
.portfolio-section .portfolio a{
    display: block;
    overflow: hidden;
    position: relative;
}
.portfolio-section .portfolio img{
    position: relative;
    z-index: 1;
}
.portfolio-section .portfolio .overlay{
    background: rgba(255,255,255,0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.portfolio-section .portfolio.animated .overlay{
    -webkit-animation: show-img 1s normal;
    animation: show-img 1s normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);
    animation-timing-function: cubic-bezier(.785,.135,.15,.86);
}
@-webkit-keyframes show-img{
    0% { left:0; right:auto; width:0; }
    1% { left:0; right:100%; width:0; }
    50% { left:0; right:0; width:100%; }
    99% { left:100%; right:0; width:100%; }
    100% { left:auto; right:0; width:0; }
}
@-moz-keyframes show-img{
    0% { left:0; right:auto; width:0; }
    1% { left:0; right:100%; width:0; }
    50% { left:0; right:0; width:100%; }
    99% { left:100%; right:0; width:100%; }
    100% { left:auto; right:0; width:0; }
}
@keyframes show-img{
    0% { left:0; right:auto; width:0; }
    1% { left:0; right:100%; width:0; }
    50% { left:0; right:0; width:100%; }
    99% { left:100%; right:0; width:100%; }
    100% { left:auto; right:0; width:0; }
}

.main-slider .owl-carousel .owl-item .text-content h2>span{
    display: block;
/*
    overflow: hidden;
    white-space: nowrap;
*/
    animation: typing 5s steps(40, end) normal;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* REVEAL EFFECT */
/*
.reveal-effect { float: left; overflow: hidden; position: relative;}
.reveal-effect>* { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: forwards;  animation-fill-mode: forwards;  -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86);  animation-timing-function: cubic-bezier(.785,.135,.15,.86); position: relative;}
.reveal-effect>* { -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }
.reveal-effect { -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform;}
.reveal-effect {-webkit-transition-duration: 1.2s; transition-duration: 1.2s; -webkit-transition-timing-function: cubic-bezier(.25,.1,.25,1); transition-timing-function: cubic-bezier(.25,.1,.25,1);}
.reveal-effect.animated {-webkit-transform: translate(0,0); transform: translate(0,0);}
.reveal-effect.animated * {-webkit-animation-name: show-img-1;animation-name: show-img-1;}
.reveal-effect:after {-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86); animation-timing-function: cubic-bezier(.785,.135,.15,.86);}
.reveal-effect:after { content:"";  width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0;}
.reveal-effect:after{-webkit-transform-origin: left top; transform-origin: left top; -webkit-transform: scale(.05,0); transform: scale(.05,0); -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(.785,.135,.15,.86); animation-timing-function: cubic-bezier(.785,.135,.15,.86);}
.reveal-effect.masker:after { background-color:#eee; }
.reveal-effect.animated:after { -webkit-animation-name: slide-bg-2; animation-name: slide-bg-2;}
*/

.cta-bg{
    background:#fff url(../images/cta-bg.jpg) no-repeat center center/cover;
    padding: 80px 0 180px 0;
}
.cta-bg .page-content-wrapper{
    padding-left: 30%;
    padding-top: 0;
}
.owl-theme .owl-dots{text-align:center;}
.owl-theme .owl-dots .owl-dot span, .owl-theme .owl-dots .owl-dot span{background:#869791;border-radius:50%;display:block;height:12px;margin:0 5px 5px 5px;width:12px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#d6d6d6}

html.noscroll,body.noscroll{height:100%;overflow:hidden;width:100%;}
.popup-quickform{
    background: #000;
    background: rgba(0,0,0,0.5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}
.popup-quickform form{
    background: #fff;
    box-shadow: 2px 2px 7px 0 #333;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin: 25% auto 0 auto;
    max-width: 100%;
    transform: translateY(-50%);
    width: 400px;
    z-index: 999;
}
form.enquiry-form .col{
    box-sizing: border-box;
    order: 2;
    padding: 20px;
    width: 100%;
}
form.enquiry-form .col-right{
    background: url(../images/enquiry-form-bg.jpg) no-repeat bottom center/cover;
    order: 1;
}
form.enquiry-form .close-popup{
    background: url(../images/close-popup.png) no-repeat center center/contain;
    border: 0;
    cursor: pointer;
    height: 30px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
}
form.enquiry-form h2{
    margin: 0 0 10px 0;
}
form.enquiry-form p{
    margin: 0 0 15px 0;
}
form.enquiry-form .form-row {
    margin: 0 0 15px 0;
    position: relative;
}
form.enquiry-form .form-row input.error{border-color: red;}
form.enquiry-form .form-row input.error ~ .error {
    position: absolute;
    left: 0;
    bottom: -18px;
    font-size: 12px;
    color: red;
}
form.enquiry-form .form-row input {
    height: 45px;
    line-height: 35px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-family: 'Fashion Fetish';
    font-family: 'Arial';
    margin: 0;
    padding: 5px 15px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
    text-rendering: optimizeLegibility;
}
form.enquiry-form .form-row textarea {
    height: 100px;
    width: 100%;
    font-size: 16px;
    font-family: 'Fashion Fetish';
    font-family: 'Arial';
    padding: 10px 15px;
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
	line-height: 20px;
    margin: 0;
    width: 100%;
    display: inline-block;
}
form.enquiry-form .form-row .submit-btn {
    padding-left: 25px;
    color: #000;
    position: relative;
    font-size: 14px;
    font-family: 'Arial', Helvetica, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
	cursor: pointer;
	background: transparent;
    border: 0;
    width: auto;
    margin: 0;
    transition: all .5s ease-out;
}
form.enquiry-form .form-row .submit-btn:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #eb6524;
    border-radius: 50%;
    top: -15px;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
form.enquiry-form .form-row .submit-btn:hover:before {
    left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
form.enquiry-form .form-row .submit-btn:hover{
	color:#ffffff;
}

/* portfolio-cards */
.portfolio-cards{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.portfolio-cards > div{
    background: #fff;
    box-shadow: 0 0 1px 0 #999;
    margin: 0 0 30px 0;
    width: calc(33.33% - 20px);
}
.portfolio-cards > div a,
.portfolio-cards > div a figure,
.portfolio-cards > div a figure img{
    color: inherit;
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
}
.portfolio-cards > div figure{
    max-height: 200px;
    overflow: hidden;
}
.portfolio-cards > div .name{
    color: #333;
    font-family: 'Fashion Fetish';
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 15px 15px 15px;
}
.portfolio-cards > div .website{
    color: #333;
    font-family: 'Fashion Fetish';
    font-size: 14px;
    line-height: 1.2;
    margin: 0 15px 15px 15px;
    text-decoration: underline;
}
.portfolio-cards > div .framework{
    color: #333;
    font-family: 'Arial', Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin: 0 15px 15px 15px;
}

/* case-study-main-content */
.case-study-main-content *{
    box-sizing: border-box;
}
.case-study-main-content{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.case-study-main-content > div{
    padding-right: 30px;
    width: 70%;
}
.case-study-main-content > div:nth-child(2){
    width: 30%;
}
.case-review-aspect {
    border-left: solid 1px #ddd;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.case-review-aspect .column{
    padding-left: 30px;
    width: 100%;
}

.testimonials-listing *{box-sizing:border-box;margin:0;padding:0;}
.testimonials-listing{border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;margin:40px 0;}
.testimonials-listing>div{clear:both;border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;padding:20px 0;display:flex;flex-wrap:wrap;width:100%;}
.testimonials-listing>div>.testimonial-pic{order:1;background:#fff;border:solid 1px #ddd;height:120px;width:120px;display:flex;align-items:center;}
.testimonials-listing>div>.testimonial-pic>img{display:block;max-height:100%;max-width:100%;}
.testimonials-listing>div>.testimonial-txt{order:2;width:calc(100% - 120px);padding-left:25px;}

.events-listing *{box-sizing:border-box;margin:0;padding:0;}
.events-listing{border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;margin:40px 0;font-size:15px;line-height:1.5;}
.events-listing>div{clear:both;border-top:solid 1px #ddd;border-bottom:solid 1px #ddd;padding:20px 0;display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;}
.events-listing>div>.events-pic{order:1;background:#fff;border:solid 1px #ddd;box-shadow:0 0 2px 0 #999;width:150px;height:auto;}
.events-listing>div>.events-pic>img{display:block;max-width:100%;}
.events-listing>div>.events-txt{order:2;width:calc(100% - 150px);padding-left:25px;}
.events-listing>div>.events-txt h6{color:#eb6524;font-family: 'Fashion Fetish';font-size:18px;font-weight:400;line-height:1.2;margin:0 0 12px 0;}
.events-listing>div>.events-txt p{font-size:15px;line-height:1.5;}
.events-listing>div>.events-txt .alignright{text-align:right;}
.events-listing>div>.events-txt a{color:#000;font-family: 'Avenir Next Demi';text-decoration:underline;}

.events-gallery *{list-style:none;box-sizing:border-box;margin:0;padding:0;border:0;display:block;}
.events-gallery{margin-bottom:50px;}
.events-gallery>ul{display:flex;flex-wrap:wrap;width:100%;}
.events-gallery>ul>li{width:25%;padding:10px;}
.events-gallery>ul>li>a{border:solid 1px #ddd;height:180px;width:100%;overflow:hidden;}

.page-cta-box{display:inline-block;font-size:25px;line-height:1.5}
.page-cta-box > div{display:inline-block;margin-right:50px;}
.page-cta-box span{color:#f2f2f2;font-size:20px;}
.page-cta-box a{color:#fff;font-weight:bold;text-decoration:none;}
.pagecontent-cta-boxicon .cm-btn{float:left;}
.pagecontent-cta-boxicon .page-cta-box{margin-top:15px;}
.pagecontent-cta-boxicon .page-cta-box > div{display:inline-block;margin-left:50px;margin-right:0;line-height:30px;}
.pagecontent-cta-boxicon .page-cta-box > div img{filter: invert(1);position:relative;top:5px;}

.privacy-content h3,.privacy-content h4{font-family: 'Arial', Helvetica, sans-serif;}

.workwithus-gallery{
    column-gap: 0;
    column-count: 3;
    margin: 0 -10px;
    margin-bottom: 50px;
}
.workwithus-gallery > div{
    padding: 10px;
}
.workwithus-gallery > div img{
    box-shadow: 0 0 4px 0 #999;
    display: block;
    margin: 0;
    transition: all ease-in-out 200ms;
}
.service-detail-mainimg{
    text-align: center;
}
.service-detail-mainimg img{
    margin: 5px auto;
    max-height: 80px;
    max-width: 250px;
}

/* SPACING */
.grecaptcha-badge{overflow:hidden!important;height:0!important;width:0!important;}


.smb-pack-2020-banner,
.smb-pack-2020-banner *,
.whats-inside-package,
.whats-inside-package *,
.package-overview-box,
.package-overview-box *{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.smb-pack-2020-banner{
	background: #222 url(../images/smb-pack-2020-bg3.jpg) no-repeat bottom center/cover;
	height: 100vh;
	padding: 120px 0 0 0;
	width: 100%;
}
.smb-pack-2020-banner .bnr-wrapper{
	display: flex;
	height: 100%;
	padding-left: 5%;
	width: 100%;
}
.smb-pack-2020-banner .bnr-wrapper aside{
	align-self: center;
	margin: 0;
	padding: 0 0 80px 0;
	width: 50%;
}
.smb-pack-2020-banner .bnr-wrapper figure{
	align-self: flex-end;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 50%;
}

.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper aside{
	width: 60%;
}
.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper figure{
	width: 40%;
}
.smb-pack-2020-banner .bnr-wrapper figure img{
	display: block;
	margin: 0 0 0 auto;
	padding: 0;
}
.smb-pack-2020-banner h1{
	color: #fff;
	color: #eb6524;
	font-family: 'Fashion Fetish';
	font-size: 40px;
	line-height: 1.2;
	margin: 30px 0;
	padding: 0;
}
.smb-pack-2020-banner p{
	color: #fafafa;
	font-family: 'Fashion Fetish';
	font-size: 22px;
	line-height: 1.7;
	margin: 0 0 40px 0;
	padding: 0;
}
.smb-pack-2020-banner ul{
	color: #fff;
	font-family: 'Fashion Fetish';
	font-size: 18px;
	line-height: 2;
	margin: 0 0 30px 35px;
	padding: 0;
}
.smb-pack-2020-banner ul li{
	margin-bottom: 20px;
}
.smb-pack-2020-banner .banner-price{
	border-bottom: solid 1px #f00;
	display: inline-block;
/*
    background: #f00;
    color: #fff;
	font-size: 22px;
    font-weight: bold;
	letter-spacing: 1px;
    padding: 5px 12px;
*/
}
.smb-pack-2020-banner .cm-btn {
    color: #fff;
    margin: 50px 0 30px 0;
}
.smb-pack-2020-banner .cm-btn a {
    padding-left: 25px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-family: 'Arial', Helvetica, sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
}
.smb-pack-2020-banner .cm-btn a span:after{
    color: #ddd;
}
.smb-pack-2020-banner .cm-btn a:before {
    content: '';
    width: 50px;
    height: 50px;
    background: #eb6524;
    border-radius: 50%;
    top: -15px;
    left: 0;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.smb-pack-2020-banner .cm-btn a:hover:before {
    left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.smb-headingbg{
	color: #ffa725;
	font-family: 'Fashion Fetish';
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 1.2;
	margin: 30px 0;
	padding: 0;
}
.smb-headingbg1{
	color: #eb6524;
	font-family: 'Fashion Fetish';
    font-size: 45px;
    line-height: 1.2;
    margin: 30px 0 30px 0;
    padding: 0;
	text-align: center;
}
.smb-headingbg2{
	color: #222;
	font-family: 'Fashion Fetish';
    font-size: 27px;
    line-height: 1.2;
    margin: 0 0 30px 0;
    padding: 0;
	text-align: center;
}
.smb-textcontent{
	font-family: 'Fashion Fetish';
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    padding: 0;
	text-align: center;
}
.smb-texthr{
    margin: 0 0 30px 0;
}
.package-overview-box{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.package-overview-box > figure{
	margin: 0;
	order: 2;
	padding: 0;
	width: 40%;
}
.package-overview-box > .package-overview-row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	order: 1;
	padding-right: 30px;
	width: calc(60% + 30px);
	counter-reset: counter;
}
.package-overview-row > .col{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0;
	padding: 15px;
	position: relative;
	width: 50%;
}
.package-overview-row > .col:before{
    counter-increment: counter;
    content: "0 " counter(counter) " ";
    font-size: 50px;
    font-family: 'Anton', sans-serif;
    color: #efefef;
    position: absolute;
    top: -30px;
    z-index: -1;
}
.package-overview-row > .col figure{
	margin: 0;
	padding: 0;
}
.package-overview-row > .col figure img{
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
}
.package-overview-row > .col h6{
	color: #f79621;
	font-family: 'Fashion Fetish';
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 16px 0;
	padding: 0;
}
.package-overview-row > .col p{
	color: #777;
	font-size: 14px;
	line-height: 1.32;
}
.whats-inside-package{
	align-content: center;
	display: flex;
	margin-top: 20px;
	width: 100%;
}
.whats-inside-package figure{
	order: 2;
    margin: 0;
    padding: 0 30px;
	width: 40%;
}
.whats-inside-package ul{
	font-size: 15px;
	line-height: 1.5;
	list-style: none;
	margin: 0;
	order: 1;
	padding: 0;
	width: 30%;
}
.whats-inside-package ul:last-child{
	order: 3;
}
.whats-inside-package ul li{
	list-style: none;
	margin: 0 0 18px 0;
	padding: 0 0 0 35px;
	position: relative;
}
.whats-inside-package ul li:before{
	background: url(../images/icon-list.png) no-repeat left center/contain;
	content: '';
	height: 22px;
	left: 0;
	position: absolute;
	top: 0;
	width: 22px;
}
.smb-package-portfolio h2{
	line-height: 1.4;
    width: 70%;
}
.smb-portfolio-list{
	display: flex;
	flex-wrap: wrap;
	margin: 25px -15px 0 -15px;
}
.smb-portfolio-list > .col{
	margin: 0px 25px 50px 25px;
	padding: 0;
	width: calc(33.33% - 50px);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.smb-portfolio-list > .col img{
	display: block;
	margin: 0;
}
.smb-portfolio-list > .col h6{
	font-family: 'Fashion Fetish';
    font-size: 20px;
    line-height: 1.2;
    margin: 15px 0;
    padding: 0;
}
.smb-portfolio-list > .col p{
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.smb-offer-cta{
    background: #fff;
    box-shadow: 2px 2px 5px 1px #aaa;
    display: flex;
    height: 240px;
    margin: 20px 0;
    width: 100%;
}
.smb-offer-cta .txtleft{
    background: #fff;
    padding: 30px;
    width: 70%;
}
.smb-offer-cta .txtleft h2{
	border: 0;
    color: #f5822e;
    font-size: 28px;
    line-height: 1.4;
    margin: 20px 0;
	padding: 0;
}
.smb-offer-cta .txtleft h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
	padding: 0;
}
.smb-offer-cta .txtright{
	align-items: center;
    background: #f6bb43;
    color: #fff;
	display: flex;
    position: relative;
    text-align: center;
    width: 30%;
}
.smb-offer-cta .txtright:before{
    border-right: solid 80px #f6bb43;
    border-bottom: solid 240px transparent;
    content: '';
    left: -80px;
    top: 0;
    position: absolute;
}
.smb-offer-cta .txtright a{
    color: #fff;
    display: inline-block;
	font-family: 'Fashion Fetish';
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    margin-left: -20px;
    text-decoration: none;
	width: 100%;
}
.smb-partners-logos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
.smb-partners-logos img {
    height: 40px;
    margin: 20px;
}
.smb-partners-logos .flexbreaker {
    height: 1px;
    width: 100%;
}


/* SMB MIGRATION PACKAGE */
.smb-pack-2020-banner.smb-migration-package{
	background: #000 url(../images/smb-pack-2020-bg4.jpg) no-repeat bottom center/cover;
	height: auto;
	padding: 140px 0 0 0;
	width: 100%;
}
.smb-pack-2020-banner.smb-migration-package .bnr-wrapper{
	display: flex;
	height: auto;
	padding: 0 5%;
	width: 100%;
}
.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside{
	padding: 0 0 30px 0;
}
.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside:first-child{
	width: 70%;
}
.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside:last-child{
	width: 30%;
}
.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside:last-child img{
	margin-top: 10px;
	max-height: 50px;
	max-width: 280px;
}
.smb-migration-package-issues{
    align-content: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.smb-migration-package-issues .txt{
    align-self: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.5;
    width: 30%;
}
.smb-migration-package-issues .txt1{
    width: 35%;
}
.smb-migration-package-issues .txt2{
    width: 25%;
}
.smb-migration-package-issues .img{
    text-align: center;
    margin: 0 -50px;
    width: calc(40% + 100px);
}
.smb-migration-package-issues .img img{
    display: block;
    margin: 0 auto;
    max-height: 280px;
    max-width: 100%;
    padding: 0;
}
.custom-features-table *{
	box-sizing: border-box;
}
.custom-features-table{
	/* align-items: end; */
    color: #000;
	display: flex;
	margin: 0 auto 20px auto;
	width: 100%;
}
.custom-features-table .features{
    background: #fafafa;
    border-radius: 3px;
    box-shadow: 0 0 6px -4px #999;
    color: #000;
    margin: 120px 0px 20px 0px;
	order: 1;
	text-align: left;
	width: 60%;
}
.custom-features-table .plan{
	background: #fafafa;
    box-shadow: 0px 5px 8px 1px #aaa;
	text-align: center;
	width: 20%;
}
.custom-features-table .plan1{
	order: 2;
}
.custom-features-table .plan2{
	order: 3;
}
.custom-features-table.rapid-plan-table .features {
    width: 40%;
}

.custom-features-table .plan3 {
    order: 4;
}
.custom-features-table .features div,
.custom-features-table .plan div{
	border-bottom: solid 2px #fff;
	font-size: 16px;
    font-weight: 500;
	line-height: 30px;
	height: 60px;
	padding: 15px;
}
.custom-features-table .features div.child{
	padding-left: 35px;
}
.custom-features-table .features div:nth-child(2n) {
    background-color: #f5f5f5;
}
.custom-features-table .plan div:nth-child(2n+1) {
    background-color: #f5f5f5;
}
.custom-features-table .plan>div:nth-child(1) {
    background: #000;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	height: 120px;
	padding: 20px;
}
.custom-features-table .plan1>div:nth-child(1) {
    background: url(../images/smb-package/table-th-1.png) no-repeat bottom center/cover;
}
.custom-features-table .plan2>div:nth-child(1) {
    background: url(../images/smb-package/table-th-2.png) no-repeat bottom center/cover;
}
.custom-features-table .plan3>div:nth-child(1) {
    background: url(../images/smb-package/table-th-3.png) no-repeat bottom center/cover;
}
.custom-features-table .plan img{
	display: block;
	height: 30px;
	margin: 0 auto;
	padding: 5px;
}
.custom-features-boxes{
	align-items: top;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.custom-features-boxes > aside{
	align-items: center;
	display: flex;
	margin-bottom: 10px;
	width: calc(50% - 30px);
}
.custom-features-boxes > aside img{
	height: auto;
	margin: 0 20px 20px 0;
	width: 100px;
}
.auto-height {
    height: 92px !important;
}

.custom-features-table .plan div.auto-height .cm-btn {
    border-bottom: 0;
}
.package-detail {
    background: #fff;
    box-shadow: 2px 2px 5px 1px #aaa;
    margin: 20px 0 50px;
       padding: 30px 90px;
}
.package-detail h2 {
    margin-left: 0;
}
.custom-features-table.rapid-plan-table.simple-header-plan .plan {
    width: 33.33%;
}
.custom-features-table.rapid-plan-table.simple-header-plan .auto-height .cm-btn {
    background: #fafafa;
}
div#starter {
    position: relative;
}

/* div#starter:before {content: "";width: 0;height: 0;border-style: solid;border-width: 130px 130px 0 0;border-color: #e24210 transparent transparent transparent;position: absolute;left: 0;top: 0;}
 */
div#express {
    position: relative;
    background: #f4f4f4;
}

div#express:before {content: "";width: 0;height: 0;border-style: solid;border-width: 0 130px 130px 0;border-color: transparent #008cc7 transparent transparent;position: absolute;right: 0;top: 0;}

div#accelerator {
    position: relative;
}
.long-height {
    height: 110px !important;
}
div#accelerator:before {content: "";width: 0;height: 0;border-style: solid;border-width: 130px 130px 0 0;border-color: #00c73e transparent transparent transparent;position: absolute;left: 0;top: 0;}

.custom-features-table.rapid-plan-table {
    margin-bottom: 50px;
}
.custom-features-table.rapid-plan-table.simple-header-plan .plan1>div:nth-child(1) {
    background: url(../images/smb-package/table-th-1.png) no-repeat bottom center/cover;
    position: relative;
    height: 120px;
}

.custom-features-table.rapid-plan-table.simple-header-plan .plan2>div:nth-child(1) {
       background: url(../images/smb-package/table-th-2.png) no-repeat bottom center/cover;
    position: relative;
    height: 120px;
}
.custom-features-table.rapid-plan-table.simple-header-plan .plan3>div:nth-child(1) {
       background: url(../images/smb-package/table-th-3.png) no-repeat bottom center/cover;
    position: relative;
    height: 120px;
}

.rapid-package-banner{    background: #222 url(../images/rapid-bg.jpg) no-repeat bottom center/cover;    display: flex;
    align-items: center;   }


.landing-contact .top-social li {
    color: #000000;
}

.landing-contact .top-social li a {
    color: #000000;
}


.top-social li:last-child {
    font-size: 22px;
    font-weight: 700;
}
.footer-content .page-content-wrapper .col.col6 {width: 50%;padding-left: 0;padding-right: 0;}
.footer-package ul li {
    text-align: center;
}
.footer-cerificate {
    display: inline-block;
    background: #ffffff;
    padding: 5px 10px 0 10px;
    vertical-align: top;
    border-radius: 8px;
}

.footer-cerificate img {
    vertical-align: top;
}
.copyright-col.text-center {
    text-align: center;
}
.white-header {background: #ffffff;}
.white-header .header-content {
    display: flex;
    
}

.white-header .header-right.landing-contact {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.white-header .header-right.landing-contact ul.top-social {
    margin-top: 0;
}
.lightheader .header-content.white-header {
    margin-top: 0;
}
.banner-box {
    align-self: flex-end;
    margin: 0;
    text-align: left;
    width: 38%;
    background: rgb(255 255 255 / 0.7);
    border-radius: 10px;
    color: #000000;
    padding: 20px;
    margin-right: 2%;
    margin-bottom: 2%;
}
.banner-box h2 {
    margin-top: 0;
    font-size: 22px;
}
.smb-pack-2020-banner .banner-box p {
    color: #333333;
    font-size: 16px;
	margin-bottom:20px;
}
.smb-pack-2020-banner .banner-box a {
    color: #000000;
}
.smb-pack-2020-banner .banner-box a span:after {
    color: #000000;
}
.logo2 {
    max-width: 250px;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.rapid-package-banner aside {
    float: left;
    width: 60%;
}
.banner-form {
    width: 40%;
    float: left;
}
.banner-form form{
    margin: 0;
    background: rgba(0, 0, 0, 0.85);
    padding: 0 30px 12px;
    border-radius: 15px 0;
    min-height: 440px;    width: 100%;
}
.banner-form form .col {
    padding: 0;
}
.banner-form form.enquiry-form h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: block;
    padding: 20px 0 0 0;
    text-align: center;
}
.banner-form form.enquiry-form h2:after{
	
	    content: "";
    width: 100%;
    background: #635d5a;
    height: 2px;
    display: inline-block;
    margin: 12px 0;
}
.banner-form form.enquiry-form p {
    color: #000000 !important;
    font-size: 14px;
    font-family: 'Arial', Helvetica, sans-serif;
    line-height: 1.4;
}

.banner-form form.enquiry-form .form-row input {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    width: 100%;
    font-size: 14px;
        padding: 12px 10px;
    margin-bottom: 0;
    height: auto;
        line-height: 1.42857143;
}

.banner-form form.enquiry-form .form-row textarea {
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
    width: 100%;
    font-size: 14px;
    padding: 4px 10px;
    margin-bottom: 0;
	height:70px;
}
.banner-form form.enquiry-form .form-row input.error {
    border-color: red;
}
.banner-form form.enquiry-form .submit-btn {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    background: #ef6730;
    border: 2px solid #ef6730;
    padding: 10px 0;    width: 100%;
}
.banner-form form.enquiry-form .submit-btn:hover {       background: #ffffff;
    color: #f87a12;}
.banner-form form.enquiry-form .submit-btn::before {
display:none;
}
.banner-form form.enquiry-form .form-row.no-margin {
    margin-bottom: 0;
}
.header-content .logo {
    margin-right: 15px;
}
.smb-pack-2020-banner.rapid-package-banner .cm-btn a:before {
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}
.smb-pack-2020-banner.rapid-package-banner .cm-btn a:hover{color: #000000;}
.smb-pack-2020-banner.rapid-package-banner .cm-btn a:hover:before {
    box-shadow: 0 8px 6px -6px #000;
    box-shadow: 5px 40px -10px rgba(0,0,0,.57);
}
.smb-pack-2020-banner.rapid-package-banner .cm-btn a:hover span:after {color: #000000;}
.rapid-plan-table .cm-btn a:before {
    left: 0;
    width: 100%;
    border-radius: 30px;
    padding-right: 20px;
}

.rapid-plan-table .cm-btn a span:after {
    color: #ffffff;
}
.rapid-plan-table .cm-btn a:hover{color: #000000;}
.rapid-plan-table .cm-btn a:hover:before {
    box-shadow: 0 8px 6px -6px #000;
    box-shadow: 5px 40px -10px rgba(0,0,0,.57);
}
.rapid-plan-table .cm-btn a {
    color: #ffffff;
}
.smb-pack-2020-banner.rapid-package-banner h1 {
    font-size: 36px;
}
@media (max-width: 599px) {
	.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside:first-child{
		width: 100%;
	}
	.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside:last-child{
		width: 100%;
	}
	.smb-pack-2020-banner.smb-migration-package .bnr-wrapper > aside{
		padding: 0 0 10px 0;
	}
	.smb-pack-2020-banner.smb-migration-package .bnr-wrapper p{
		margin: 0 0 18px 0;
	}
	.smb-pack-2020-banner.smb-migration-package .bnr-wrapper .cm-btn{
		margin: 30px 0 30px 0;
	}
	.smb-migration-package-issues{
		flex-wrap: wrap;
		margin: 0 0 25px 0;
	}
	.smb-migration-package-issues .txt{
		font-size: 22px;
		width: 100%;
	}
	.smb-migration-package-issues .img {
		margin: 20px 0;
		width: 100%;
	}
	.custom-features-boxes > aside{
		width: 100%;
	}
	.custom-features-boxes > aside img{
		width: 80px;
	}
	.custom-features-table{
		margin: 0 -20px 20px -20px;
		width: auto;
	}
	.custom-features-table .features{
		width: 45%;
	}
	.custom-features-table .plan{
		width: 27.5%;
	}
	.custom-features-table .features div, .custom-features-table .plan div{
        padding: 10px 5px;
	}
    .custom-features-table .plan div:nth-child(1) {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        height: 120px;
        padding: 40px 0;
    }
    .custom-features-table .features div, .custom-features-table .plan div {
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        height: 60px;
    }
    .custom-features-table .features div {
        font-size: 12px;
    }
    .custom-features-table .features div small, .custom-features-table .plan div small {
        font-size: 10px;
    }
	.pagecontent-cta-boxicon .page-cta-box{
		clear: both;
	}
	.pagecontent-cta-boxicon .page-cta-box > div{display:block;margin-left:0;margin-right:0;margin-bottom:15px;}
}
/* SMB MIGRATION PACKAGE */
@media (max-width: 767px) {
.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper aside{
	width: 100%;
}
.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper h1 {
    margin: 0 0 10px 0;
}
.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper p {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper ul {
    font-size: 16px;
    line-height: 1.6;
}
.smb-pack-2020-banner.rapid-pack-2020-banner .bnr-wrapper .cm-btn {
    margin: 40px 0 15px 0;
}
.rapid-plan-table-wrap {
    width: 100%;
    overflow-x: auto;
}


.custom-features-table.rapid-plan-table.simple-header-plan .plan {
    width: 100%;
    margin-bottom: 40px;
}

.custom-features-table.rapid-plan-table {
    flex-wrap: wrap;    margin-bottom: 0px;
}

.custom-features-table.rapid-plan-table .plan div:nth-child(1) {
    font-size: 22px;
    font-weight: 600;
}

.custom-features-table.rapid-plan-table .features div, .custom-features-table.rapid-plan-table .plan div {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-features-table.rapid-plan-table.simple-header-plan .auto-height .cm-btn {
    width: 100%;
    height: 60px;
}

.rapid-plan-table-wrap .rapid-plan-table {
    width: 900px;
    flex-wrap: nowrap !important;    margin-right: 0;
    margin-left: 0;
}
.custom-features-table .features div.three-line-height, .custom-features-table .plan div.three-line-height {
    height: 130px; 
}
.custom-features-table .features div.four-line-height, .custom-features-table .plan div.four-line-height {
    height: 160px; 
}
.custom-features-table .features div.five-line-height, .custom-features-table .plan div.five-line-height {
    height: 190px; 
}
.custom-features-table .features div.six-line-height, .custom-features-table .plan div.six-line-height{
    height: 220px;
}
.custom-features-table.rapid-plan-table .plan strong {
    text-align: center;
}
.page-cta-box > div {
    margin-bottom: 15px !important;
}
.page-content-wrapper.landing-partner .smb-partners-logos {
    flex-wrap: wrap;
}
.header-landing {
    float: left;
    width: 88%;
    display: flex;
}

.header-landing .logo {
    flex: 1;
    width: 55%;
}

.header-landing .logo2 {
    flex: 1;
    margin-left: 10px;
    width: calc(45% - 10px);
}

.header-landing .logo img {
    max-width: 100%;
}
.header-content .logo {
    margin-right: 0px;
}
.rapid-package-banner {
    height: auto;
    padding-bottom: 20px;
}
.banner-form form {
    width: 100%;
    margin-top: 20px;
}
.banner-form form.enquiry-form h2 {
    font-size: 18px;
}
.banner-form form.enquiry-form p {
    font-size: 16px;
}
.banner-form form.enquiry-form .form-row {
    display: inline-block;
    width: 100%;
}

.banner-form form.enquiry-form .form-row.half-col {
    width: 100%;
}
.banner-form form.enquiry-form .form-row input {
        height: 45px;
}

.banner-form form.enquiry-form .form-row textarea {
    height: 100px;
}

.banner-form form.enquiry-form .submit-btn {
    height: 45px;
}

.banner-form form.enquiry-form .form-row.no-margin {
    margin-bottom:15px;
}
.rapid-package-banner aside {
    width: 100%;
}

.banner-form {
    width: 100%;
}

.smb-pack-2020-banner.rapid-package-banner h1 {
    font-size: 22px;
}

.banner-form form .col {
    padding:0 !important;
}
}