.section_fourth .logos .img_fig .fig_cap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 60%;
    width: 100%
}

.section_fourth .logos .img_fig .fig_cap p {
    color: #fff;
    font: 1.8125rem/1.5 "BitterItalic"
}

@media only screen and (max-width: 768px) {
    .section_fourth .logos .img_fig .fig_cap p {
        font: 3rem/1.5 "BitterItalic"
    }
}

.section_fourth .logos .logo_list {
    background-color: #443f48;
    padding: 20px;
    padding-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 30%
}

@media only screen and (max-width: 768px) {
    .section_fourth .logos .logo_list {
        height: 60%
    }
}

.section_fourth .logos .logo_list ul.list_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width: 992px) {
    .section_fourth .logos .logo_list ul.list_logo {
        display: none
    }
}

.section_fourth .logos .logo_list ul.list_logo li {
    width: 25%
}

@media only screen and (max-width: 768px) {
    .section_fourth .logos .logo_list ul.list_logo li {
        width: 50%;
        padding: 20px 0
    }
}

@media only screen and (max-width: 540px) {
    .section_fourth .logos .logo_list ul.list_logo li {
        width: 100%
    }
}

.section_fourth .logos .logo_list ul.list_logo li a img {
    margin: 0 auto;
    max-width: 70%
}

.section_fourth .logos .logo_list ul.list_logo:first-of-type {
    border-bottom: 1px solid #57535b
}

.section_fourth .logos .logo_newlist {
    display: none
}

@media only screen and (max-width: 992px) {
    .section_fourth .logos .logo_newlist {
        display: block;
        width: 100%
    }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clearfix {
    clear: both
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    vertical-align: middle
}

body {
    overflow-x: hidden
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

video {
    display: block;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 992px) {
    video {
        height: 100%;
        width: 100%
    }
}

.commansection {
    overflow: hidden
}

.bannerimg {
    overflow: hidden
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-sizer,
.grid-item {
    width: 100%
}

@media only screen and (min-width: 768px) {

    .grid-sizer,
    .grid-item {
        width: 20%
    }
}

.grid-item--width2 {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .grid-item--width2 {
        width: 40%
    }
}

.grid-item--width3 {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .grid-item--width3 {
        width: 60%
    }
}

.grid-item--height2 {
    height: 200px
}

.grid-item--height3 {
    height: 260px
}

.grid-item--height4 {
    height: 360px
}

.height_auto {
    height: auto
}

.grid-item-half {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .grid-item-half {
        width: 25%
    }
}

.grid-item-width6 {
    width: 100%
}

@media only screen and (min-width: 768px) {
    .grid-item-width6 {
        width: 40%
    }
}

.section-one.section.active h1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {
    .section-one.section.active h1 {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp
    }
}

.section-one.section.active p {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {
    .section-one.section.active p {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
}

.section-two.section.active h1 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {
    .section-two.section.active h1 {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown
    }

    .package-1.section.active h2 {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown;
    }

    .package-2.section.active h2 {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown;
    }

    .package-3.section.active h2 {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown;
    }

    .package-4.section.active h2 {
        -webkit-animation-name: bounceInDown;
        animation-name: bounceInDown;
    }

    .package-1.section.active p,
    .package-1.section.active .read_morebtn {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .package-2.section.active p,
    .package-2.section.active .read_morebtn {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .package-3.section.active p,
    .package-3.section.active .read_morebtn {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .package-4.section.active p,
    .package-4.section.active .read_morebtn {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight;
    }

    .package-1.section.active h3,
    .package-1.section.active .price-range-div ul {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUP;
    }

    .package-2.section.active h3,
    .package-2.section.active .price-range-div ul {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp;
    }

    .package-3.section.active h3,
    .package-3.section.active .price-range-div ul {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp;
    }

    .package-4.section.active h3,
    .package-4.section.active .price-range-div ul {
        -webkit-animation-name: bounceInUp;
        animation-name: bounceInUp;
    }

    /*	.services-page-listing.active h3 {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
.services-page-listing.active p {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}*/
}

a.cus_btn.white:hover,
a.cus_btn.white:focus {
    background: #fff;
    color: #663493;
}


/*.services-page-listing.first-section-services .inner_sec.opposite .img_wrap {
    width: calc(47% + 105px);
}

.services-page-listing.first-section-services .inner_sec.opposite .cont {
    width: 53%;
}*/

.cont-img {
    margin-bottom: 25px;
}

.com_heading.what-wedo-heading {
    font: 3.8rem/1.1 "BitterBoldItalic";
    padding: 0px 0 40px 0;
}


/*.services-page-listing.active p {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.services-page-listing.active h3 {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.services-page-listing h5 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
*/

.package-1.section.active p,
.package-1.section.active .read_morebtn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-2.section.active p,
.package-2.section.active .read_morebtn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-3.section.active p,
.package-3.section.active .read_morebtn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-4.section.active p,
.package-4.section.active .read_morebtn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-1.section.active h2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-2.section.active h2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-3.section.active h2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-4.section.active h2 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-1.section.active h3,
.package-1.section.active .price-range-div ul {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-2.section.active h3,
.package-2.section.active .price-range-div ul {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-3.section.active h3,
.package-3.section.active .price-range-div ul {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-4.section.active h3,
.package-4.section.active .price-range-div ul {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-two.section.active h1.zoom_title {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {
    .section-two.section.active h1.zoom_title {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp
    }

    /*.services-page-listing.active h5 {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}*/
    .package-1.section.active .price-range-div h5 {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp;
    }

    .package-2.section.active .price-range-div h5 {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp;
    }

    .package-3.section.active .price-range-div h5 {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp;
    }

    .package-4.section.active .price-range-div h5 {
        -webkit-animation-name: zoomInUp;
        animation-name: zoomInUp;
    }
}

.package-1.section.active .price-range-div h5 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-2.section.active .price-range-div h5 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-3.section.active .price-range-div h5 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.package-4.section.active .price-range-div h5 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.section-two.section.active p {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {
    .section-two.section.active p {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
}

.section-two.section.active .read_morebtn a {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media only screen and (min-width: 1023px) {
    .section-two.section.active .read_morebtn a {
        -webkit-animation-name: fadeInRight;
        animation-name: fadeInRight
    }
}

.section_three img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: all 3s;
    transition: all 3s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media only screen and (min-width: 1023px) {
    .section_three img:hover {
        -webkit-transform: scale(1.09);
        transform: scale(1.09);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        -webkit-animation-duration: 4s;
        animation-duration: 5s infinite
    }
}

.remark.section.active .logos p {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {
    .remark.section.active .logos p {
        -webkit-animation-name: fadeInUp;
        animation-name: fadeInUp
    }
}

.remark.section.active h1,
.remark.section.active h4 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media only screen and (min-width: 1023px) {

    .remark.section.active h1,
    .remark.section.active h4 {
        -webkit-animation-name: slideInLeft;
        animation-name: slideInLeft
    }
}

body {
    font-family: "BitterRegular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html,
body {
    font-size: 100%
}

@media only screen and (max-width: 1700px) {

    html,
    body {
        font-size: 90%
    }
}

@media only screen and (max-width: 1500px) {

    html,
    body {
        font-size: 80%
    }
}

@media only screen and (max-width: 1170px) {

    html,
    body {
        font-size: 70%
    }
}

@media only screen and (max-width: 1024px) {

    html,
    body {
        font-size: 60%
    }
}

@media only screen and (max-width: 768px) {

    html,
    body {
        font-size: 50%
    }
}

@media only screen and (max-width: 540px) {

    html,
    body {
        font-size: 30%
    }
}

@media only screen and (max-width: 768px) {
    .commansection .bannerimg img {
        max-width: none;
        min-width: 100%;
        max-height: none;
        min-height: 100%
    }
}

.desk_port {
    display: block
}

@media only screen and (max-width: 992px) {
    .desk_port {
        display: none
    }
}


/*# sourceMappingURL=global.css.map */

body {
    -webkit-text-size-adjust: 100%;
    font-size: clamp(15px, 1.1vw, 18px);
    line-height: 1.4;
    font-family: "Bitter", serif;
    color: #242424;
}

.section_fourth .logos .logo_newlist .slick-slide img {
    margin: 0 auto;
    max-width: 80%;
}

.section_fourth .logos .logo_newlist ul.slick-dots {
    text-align: center;
    margin-top: 20px;
}

.section_fourth .logos .logo_newlist ul.slick-dots li {
    padding: 5px;
    display: inline-block;
}

.section_fourth .logos .logo_newlist ul.slick-dots li button {
    font-size: 0;
    background: #b4afab;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    outline: none;
    padding: 0;
    cursor: pointer;
}

.section_fourth .logos .logo_newlist ul.slick-dots li.slick-active button {
    border: 1px solid #fff;
    background: #fff;
}

.section_fourth .logos .logo_list {
    padding: 0;
    height: auto;
}

.left-logo a img {
    width: 175px;
}

.commansection .banner-content.second-posi .banner-content-wrapper .banertextthree h1 {
    display: inline-block;
}

.commansection .banner-content.second-posi .banner-content-wrapper .banertextthree h1:after {
    width: 100000px;
    left: inherit;
    right: -40px;
}

.banp {
    width: 100%;
    max-width: 1000px;
}

.banp p {
    margin-bottom: 20px;
}

.banp p:last-of-type {
    margin: 0;
}

.commansection .banner-content .banner-content-wrapper .banertextone h1 span.sm_zoom {
    margin-top: 0;
}

.bannerimg {
    background: #000;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* .bannerimg video{position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width:calc(100% + 5px); height:100%;} */

.bannerimg img {
    opacity: 0.8;
}

.padd_sec {
    padding: 80px 0;
}

.wrapper {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
}

.com_heading {
    color: #333333;
    font: 5rem/1.1 "BitterBoldItalic";
    text-transform: uppercase;
    letter-spacing: -2px;
}

.established {
    position: relative;
}

.established .cont_sec {
    width: 60%;
}

.smallertext p {
    text-transform: capitalize;
    font: 14px/1.5 "MulishRegular";
    color: #666;
}

.smallertext {
    padding: 10px 0;
}

.cus_btn {
    font: normal normal normal clamp(16px, 1.1vw, 18px) / 22px Bitter;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    padding: 14px 24px;
    color: #000;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    background: transparent;
    transition: all .3s ease;
}

.cus_btn:hover {
    background-color: #663493;
    color: #FFF;
    border: 1px solid #663493;
}

.established .img_sec {
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: calc(100% + 400px);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.experienced {
    position: relative;
    z-index: 1;
}

.experienced .img_sec {
    width: 65%;
}

.experienced .img_sec img {
    width: 100%;
}

.experienced .cont_sec {
    width: 60%;
    background: #663493;
    padding: 55px 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.experienced .cont_sec p {
    color: #FFF;
}

.com_heading.white {
    color: #FFF;
}

.experienced ul {
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}

.experienced ul li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    padding: 0 30px;
    width: 33.33%;
}

.experienced ul li:first-child {
    padding-left: 0;
}

.experienced ul li:last-child {
    border-right: 0;
}

.how_work {
    position: relative;
}

.how_work .cont_sec {
    width: 50%;
    padding: 0 50px 0 0;
}

.how_work_h {
    font: 2rem "BitterBold";
    color: #333;
    padding-left: 100px;
    position: relative;
    color: #333;
    display: flex;
    align-items: center;
}

.how_work_h:before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 80px;
    height: 2px;
    background: #333;
    transform: translateY(-50%);
}

.how_work_h span {
    font: 10rem/1 "BitterBoldItalic";
    color: #f0f0f0;
    position: relative;
    z-index: -1;
    margin-left: -50px;
}

.ulplan {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.ulplan li {
    padding: 0 0 15px 30px;
    font: 16px/1.5 "MulishRegular";
    color: #666;
    background: url(../images/check.png) no-repeat left top 3px;
}

.plan_p {
    font: 16px/1.3 "MulishSemiBold";
    color: #666;
    margin-top: 30px;
}

.deposit {
    text-align: right;
    margin-top: 80px;
}

.deposit strong {
    font: 14px/1.3 "MulishBold";
    color: #333;
    display: block;
}

.deposit span {
    font: 14px/1.3 "MulishRegular";
    color: #666;
}

.how_work .img_wrap {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.how_work.opposite .img_wrap {
    right: inherit;
    left: 0;
}

.how_work.opposite .wrapper {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.how_work.opposite .cont_sec {
    padding: 0 0 0 50px;
}

.ulplan.double {
    display: flex;
    flex-wrap: wrap;
}

.ulplan.double li {
    width: 50%;
    padding-right: 20px;
}

.develop .plan_p {
    margin-top: 20px;
}

.grow {
    background: url(../images/grow.jpg) no-repeat center center / cover;
}

.grow .wrapper {
    text-align: center;
}

.grow .cont_sec {
    width: 900px;
    max-width: 100%;
    display: inline-block;
    text-align: left;
}

.grow .left_side {
    background: rgba(102, 52, 147, 0.9);
    width: 50%;
    padding: 40px 40px 60px 40px;
    float: left;
}

.grow .left_side .how_work_h {
    color: #FFF;
    z-index: 1;
}

.grow .left_side .how_work_h:before {
    background: #FFF;
}

.grow .left_side .how_work_h span {
    color: #60308a;
}

.grow .left_side .ulplan {
    margin: 0;
}

.grow .left_side .ulplan li {
    color: #fff;
    background-image: url(../images/check_white.png);
}

.grow .right_side {
    background: url(../images/grow_inner.jpg) no-repeat center center / cover;
    float: left;
    width: 50%;
    padding: 40px;
    position: relative;
    padding-bottom: 130px;
    margin-top: 24%;
}

.grow .right_side p {
    font: 21px/1.3 "MulishSemiBold";
    color: #FFF;
}

.grow .right_side h2 {
    font: 7rem/1 "BitterBoldItalic";
    color: rgba(255, 255, 255, 0.15);
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.ban_cont {
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left: 0;
    color: #fff;
    width: 100%;
}

.section-two.commansection.say-what-home .banner-content {
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    color: #fff;
    bottom: 20px;
}

.section-two.commansection.say-what-home .banner-content .banner-content-wrapper .read_morebtn {
    height: 100px;
}

.ban_cont .smallertext {
    width: 100%;
    max-width: 1000px;
}

.ban_cont .smallertext p {
    color: #FFF;
    margin-bottom: 20px;
}

.ban_cont .smallertext p:last-of-type {
    margin: 0;
}

.ban_sec:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.list_abt {
    background: #453f49;
}

.list_abt .inner_sec {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -80px;
    position: relative;
}

.list_abt .inner_sec .img_wrap {
    width: 40%;
    transition: all 0.8s;
}

.list_abt .inner_sec .img_wrap img {
    width: 100%;
}

.list_abt .inner_sec .cont {
    width: 60%;
    transition: all 0.8s;
    padding: 50px 50px 80px 50px;
    position: relative;
    z-index: 1;
}

.list_abt .inner_sec .cont h5 {
    font: 16px/1 "BitterSemiBold";
    color: #FFF;
    display: inline-block;
    position: relative;
}

.list_abt .inner_sec .cont h5:before {
    content: "";
    position: absolute;
    right: calc(100% + 10px);
    top: 5px;
    width: 50px;
    height: 2px;
    background: #FFF;
}

.list_abt .inner_sec .cont h4 {
    font: 18px/1 "BitterSemiBold";
    color: #c0acff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.list_abt .inner_sec .cont h3 {
    font: 4rem/1 "BitterSemiBold";
    color: #FFF;
    margin-bottom: 20px;
}

.list_abt .inner_sec .cont p {
    font: 16px/1.5 "MulishRegular";
    color: #FFF;
    width: 100%;
    max-width: 500px;
    display: inline-block;
}

.list_abt .inner_sec .cont .read_morebtn {
    margin-top: 40px;
    margin-bottom: 10px;
}

.cus_btn.white {
    color: #FFF;
    border-color: #FFF;
}

.list_abt .inner_sec.opposite .img_wrap {
    order: 2;
}

.list_abt .inner_sec.opposite .cont {
    text-align: right;
}

.fp-viewing-0 #menu,
.fp-viewing-firstPage #menu {
    display: none;
}

.fp-viewing-4 .list_abt .inner_sec.sec1 .img_wrap,
.fp-viewing-5 .list_abt .inner_sec.sec2 .img_wrap,
.fp-viewing-6 .list_abt .inner_sec.sec3 .img_wrap {
    width: 60%;
}

.fp-viewing-4 .list_abt .inner_sec.sec1 .cont,
.fp-viewing-5 .list_abt .inner_sec.sec2 .cont,
.fp-viewing-6 .list_abt .inner_sec.sec3 .cont {
    width: 40%;
    text-align: right;
}

.fp-viewing-5 .list_abt .inner_sec.sec1 .img_wrap,
.fp-viewing-6 .list_abt .inner_sec.sec1 .img_wrap {
    width: 40%;
}

.fp-viewing-5 .list_abt .inner_sec.sec1 .cont,
.fp-viewing-6 .list_abt .inner_sec.sec1 .cont {
    width: 60%;
}

.fp-viewing-5 .list_abt .inner_sec.sec2 .cont {
    text-align: left;
}

.fp-viewing-5 .list_abt .inner_sec.sec2 .cont h3 {
    font: 6rem/1 "BitterSemiBold";
    white-space: nowrap;
    direction: ltl;
}

.fp-viewing-6 .list_abt .inner_sec.sec3 .cont h3 {
    font: 6rem/1 "BitterSemiBold";
    white-space: nowrap;
    direction: rtl;
}

.fp-viewing-4 .list_abt .inner_sec.sec1 .cont h3 {
    font: 6rem/1 "BitterSemiBold";
    white-space: nowrap;
    direction: rtl;
}

.list_abt .inner_sec.sec3 {
    z-index: 1;
    margin-bottom: 0;
}

.list_abt .inner_sec.sec2 {
    z-index: 2;
}

.list_abt .inner_sec.sec1 {
    z-index: 3;
}

.list_abt .inner_sec.sec1 .img_wrap {
    width: 60%;
}

.list_abt .inner_sec.sec1 .cont {
    width: 40%;
}

ul.test_slide {
    list-style: none;
    padding: 0 100px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 700px;
}

ul.test_slide li {
    width: 16.666%;
    height: 100vh;
    min-height: 700px;
    float: left;
    border-left: 1px #d3d3d3 solid;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 10px;
    transition: all 0.8s;
}

ul.test_slide li:first-child {
    border-right: 1px #d3d3d3 solid;
}

ul.test_slide li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #FFF;
    opacity: 0.95;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}

ul.test_slide li .cont {
    width: 100%;
    height: calc(100% - 250px);
    margin-top: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    text-align: center;
}

ul.test_slide li .cont img {
    max-width: 140px;
    transition: all 0.8s;
}

ul.test_slide li .cont p {
    font: 13px/1.5 "MulishLightItalic";
    color: #333;
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s;
}

ul.test_slide li .cont .read_morebtn {
    max-height: 0;
    overflow: hidden;
    transition: all 0.8s;
}

ul.test_slide li:hover:before {
    background: #394095;
    opacity: 0.9;
}

ul.test_slide li:hover img {
    filter: invert(100%);
}

ul.test_slide li:hover .cont p {
    max-height: 600px;
    color: #FFF;
    padding-top: 25px;
}

ul.test_slide li:hover .cont .read_morebtn {
    max-height: 65px;
    margin-top: 30px;
}

ul.test_slide .slick-arrow {
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    font-size: 0;
    border: 0;
    cursor: pointer;
    opacity: 0.4;
}

ul.test_slide .slick-prev.slick-arrow {
    background: url(../images/testi_left.png) no-repeat left top;
    width: 19px;
    height: 65px;
}

ul.test_slide .slick-next.slick-arrow {
    left: inherit;
    right: 34px;
    background: url(../images/testi_right.png) no-repeat left top;
    width: 19px;
    height: 65px;
}

.client_head {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 2;
    width: 100%;
    pointer-events: none;
}

.client_head .smallertext {
    width: 100%;
    max-width: 470px;
    padding: 0;
}

.client_head .smallertext p {
    color: #000;
}

.blog_cont {
    display: flex;
    flex-wrap: wrap;
}

.blog .left_filter {
    width: 400px;
    padding: 30px 30px 0 30px;
}

.blog .left_filter h4 {
    text-align: center;
    font: 20px/1.3 "BitterSemiBold";
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
}

.blog_filter {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.blog_filter li {
    font: 16px/1 "MulishRegular";
    padding: 18px 0;
    border-bottom: 1px #e1e1e1 solid;
}

.blog_filter li a {
    color: #666;
    text-decoration: none;
}

.blog_filter li a:hover {
    color: #663493;
}

.subscribe {
    background: #0a0a0a;
    padding: 30px 40px;
}

.subscribe h5 {
    font: 14px/1.3 "BitterSemiBold";
    letter-spacing: 1px;
    color: #FFF;
    text-align: center;
}

.inputfield {
    font: 14px/1.3 "BitterBold";
    width: 100%;
    display: inline-block;
    background: #f4f4f5;
    color: #000;
    text-transform: none;
    letter-spacing: 1.3px;
    padding: 16px 20px;
    border: 0;
}

.inputfield::-webkit-input-placeholder {
    font: 14px/1.3 "BitterBold";
}

.inputfield::-moz-placeholder {
    font: 14px/1.3 "BitterBold";
}

.inputfield:-ms-input-placeholder {
    font: 14px/1.3 "BitterBold";
}

.inputfield:-moz-placeholder {
    font: 14px/1.3 "BitterBold";
}

.subscribe .inputfield {
    text-align: center;
    margin: 15px 0;
}

.cus_btn.purple {
    background: #672b86;
    border-color: #672b86;
    color: #FFF;
}

.subscribe .cus_btn.purple {
    width: 100%;
    text-align: center;
}

.cont_right {
    width: calc(100% - 400px);
}

.blog_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.blog_box li {
    width: 50%;
    padding-top: 33%;
    position: relative;
    overflow: hidden;
}

.blog_box li .img_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.blog_box li .img_wrap:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    transition: all 0.5s;
}

.blog_box li .cont_wrap {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding: 0 40px;
    z-index: 1;
    text-align: center;
    transition: all 0.5s;
}

.blog_box li .cont_wrap h3 {
    font: 1.8rem/1.3 "BitterSemiBold";
    color: #FFF;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.blog_box li .cont_wrap span {
    font: 14px/1 "MulishRegular";
    color: #FFF;
    display: block;
}

.blog_box li:hover .img_wrap:after {
    height: 100%;
    background: rgba(102, 52, 147, 0.9);
}

.blog_box li:hover .cont_wrap {
    bottom: 50%;
    transform: translateY(50%);
}

.pagination {
    padding: 60px 0 80px 0;
}

.pagination ul li {
    display: inline-block;
    font: 18px/1 "MulishRegular";
    margin-right: 5px;
    vertical-align: top;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px #a7a7a7 solid;
    color: #666;
    text-decoration: none;
    transition: all 0.5s;
}

.pagination ul li a:hover {
    background: #672b86;
    border-color: #672b86;
    color: #FFF;
}

.pagination ul li.active a {
    background: #672b86;
    border-color: #672b86;
    color: #FFF;
}

.pagination ul li a:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.blog_detail .left_filter {
    border-right: 1px #e1e1e1 solid;
}

.blog_detail .cont_right {
    padding: 50px;
}

.blogbig_img {
    width: 100%;
    padding-top: 47%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.com_heading2 {
    color: #333333;
    font: 4rem/1.2 "BitterBoldItalic";
    text-transform: uppercase;
    letter-spacing: -2px;
}

.blog_det .com_heading2 {
    margin-top: 30px;
}

.blog_post {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.blog_post span {
    font-size: 18px;
}

.blog_social {
    display: inline-block;
}

.blog_social a {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    width: 36px;
    height: 36px;
    border: 1px #666 solid;
    border-radius: 50%;
    text-align: center;
    color: #666;
    text-decoration: none;
    transition: all 0.5s;
    margin-left: 8px;
}

.blog_social a:hover {
    background: #672b86;
    color: #FFF;
    border-color: #672b86;
}

.blog_det p {
    margin-bottom: 20px;
}

.blog_det h3 {
    font: 1.8rem/1.3 "BitterSemiBold";
    color: #333;
    margin: 15px 0 10px 0;
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
}

.contact .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contact .left_side {
    width: 380px;
}

.contact .left_side h3 {
    font: 3.3rem/1.3 "BitterSemiBoldItalic";
    color: #333;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact .left_side h3 span {
    color: #7d1ed2;
}

.contact .left_side .add {
    border: 1px solid #d2d2dd;
    padding: 10px 10px 16px 16px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    max-width: 340px;
}

.contact .left_side .add:after {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    height: 5px;
    border: 1px solid #d2d2dd;
    bottom: -6px;
    border-top: 0;
    left: 2px;
    width: 98%;
}

.contact .left_side .add:before {
    position: absolute;
    content: "";
    display: block;
    clear: both;
    height: 5px;
    border: 1px solid #d2d2dd;
    bottom: -12px;
    border-top: 0;
    left: 4px;
    width: 96%;
}

.contact .left_side .add h5 {
    font: 22px "MulishSemiBold";
    color: #333333;
    text-transform: uppercase;
    text-align: left;
}

.contact .left_side .add ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: left;
}

.contact .left_side .add ul li {
    font: 14px/1 "MulishRegular";
    color: #555555;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.contact .left_side .add ul li a {
    color: #555;
    text-decoration: none;
}

.contact .left_side .add ul li img {
    margin-right: 15px;
}

.contact .left_side .add a.view {
    font-size: 14px;
    color: #226dac;
    text-decoration: underline;
    color: #672b86;
    text-transform: uppercase;
}

.contact .left_side .add a.view:hover {
    text-decoration: none;
}

.contact .left_side .add.first {
    margin-top: 30px;
}

.padd_sec2 {
    padding: 60px 0;
}

.contact .right_side {
    width: calc(100% - 380px);
    padding-left: 50px;
}

:focus {
    outline: 0;
}

.contact .right_side ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact .right_side ul li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
}

.contact .right_side ul li.full_width {
    width: 100%;
}

textarea.inputfield {
    height: 160px;
}

.inputfield::-webkit-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}

.inputfield::-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}

.inputfield:-ms-input-placeholder {
    color: #7f7f7f;
    opacity: 1;
}

.inputfield:-moz-placeholder {
    color: #7f7f7f;
    opacity: 1;
}

.comm_label {
    font: 15px/1.3 "BitterBold";
    color: #333333;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}

.cus_radio .radio_container {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font: 13px "BitterBold";
    color: #7f7f7f;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
    margin-bottom: 15px;
}

.cus_radio .radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cus_radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    border-radius: 50%;
    border: 2px #333 solid;
}

.cus_radio .radio_container:hover input~.checkmark {
    background-color: none;
}

.cus_radio .radio_container input:checked~.checkmark {
    background-color: none;
}

.cus_radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cus_radio .radio_container input:checked~.checkmark:after {
    display: block;
}

.cus_radio .radio_container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #672b86;
}

.contact .right_side ul li .cus_radio {
    display: inline-block;
    margin-right: 30px;
}

.pad-t-0 {
    padding-top: 0;
}

.built_around {
    position: relative;
}

.built_around .wrapper {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    height: 100%;
}

.built_around .img_wrap {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.built_around .cont {
    width: 50%;
    padding-left: 50px;
}

.built_around .cont p {
    margin-bottom: 20px;
}

.built_around .cont .com_heading {
    margin-bottom: 10px;
}

.com_heading .cl_pr {
    color: #663493;
}

.contact_inner .wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contact_inner .img_wrap {
    width: 390px;
    display: flex;
    align-items: center;
    background: #672b86;
    padding: 0 60px;
    position: relative;
}

.contact_inner .img_wrap:after {
    content: "";
    width: 10000px;
    height: 100%;
    background: #672b86;
    position: absolute;
    left: 99%;
    top: 0;
}

.contact_inner .img_wrap ul li {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.contact_inner .img_wrap ul li:last-child {
    margin-bottom: 0;
}

.contact_inner .img_wrap ul li img {
    float: left;
}

.contact_inner .img_wrap ul li .con_detail {
    float: left;
    width: calc(100% - 27px);
    padding-left: 15px;
}

.contact_inner .img_wrap ul li .con_detail strong {
    display: block;
    font: 16px/1 "MulishBold";
    color: #FFF;
    margin-bottom: 10px;
}

.contact_inner .img_wrap ul li .con_detail span {
    color: #FFF;
}

.contact_inner .cont {
    width: calc(100% - 390px);
    padding: 70px 60px 70px 0;
}

.contact_inner .cont .com_heading {
    margin-bottom: 10px;
    font-family: "BitterSemiBoldItalic";
}

.contact_inner .cont p {
    line-height: 40px;
}

.contact_map {
    width: 100%;
    padding-top: 22%;
    position: relative;
}

.contact_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.our_work .read_morebtn {
    margin-top: 20px;
}

.our_work .com_heading {
    display: inline-block;
    position: relative;
    font: 6rem "BitterBoldItalic";
    line-height: 105px;
}

.our_work .com_heading:after {
    content: "";
    background: rgba(225, 225, 225, 0.4);
    position: absolute;
    right: -40px;
    top: calc(50% - 10px);
    height: 6px;
    width: 10000px;
}

.our_work .com_heading.poma:after {
    display: none;
}

.our_work .smallertext {
    padding-top: 0;
}

.port_summary {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    background: #fff;
}

.port_summary .left_side {
    width: 50%;
    height: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

img.llc-logo {
    max-width: 100px;
}

.port_summary .left_side img {
    width: 100%;
    height: 100%;
}

.port_summary .right_side {
    width: 50%;
    text-align: center;
    padding: 10px 40px;
}

.port_summary .right_side img {
    display: inline-block;
}

.summary_link {
    margin: 15px 0 20px 0;
}

.summary_link a {
    font: 14px/1 "MulishBold";
    color: #000;
}

.summary_link a:hover {
    text-decoration: none;
}

.port_summary .right_side p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.7;
    font-family: "MulishLight";
}

.port_summary .right_side .read_morebtn {
    margin-top: 30px;
}

.summary_cont {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.summary_cont .left_side {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.bl_img_big {
    width: 65%;
    padding-top: 51.59%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bl_img_big img {
    width: 100%;
}

.blank_box {
    width: 35%;
}

.blank_box .box1 {
    width: 100%;
    height: 50%;
    background: #3d3841;
}

.blank_box .box2 {
    width: 100%;
    height: 50%;
    background-color: #663493;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.develop_box {
    width: 100%;
    padding-top: 25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.develop_box:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
}

.services-page-listing h3 br {
    display: none;
}

@media (min-width:1660px) {
    .services-page-listing h3 br {
        display: block;
    }
}

.services-banner-text p {
    text-transform: none !important;
}

.sec8 .img_wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.4); */
    z-index: 1;
    left: 0;
    top: 0;
}

.sec8 .img_wrap {
    position: relative;
}

.develop_box .cont {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 40px;
    width: 100%;
    max-width: 500px;
}

.develop_box .cont h4 {
    font: 1.8rem "BitterSemiBold";
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.develop_box .cont p {
    color: #FFF;
    font-size: 13px;
    line-height: 20px;
}

.summary_cont .right_side {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.plan_box {
    width: 100%;
    height: 200px;
    background: #3d3841;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plan_box {
    width: 100%;
    height: 33% !important;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.plan_box .box1cont {
    position: absolute;
    right: 100%;
    top: 0;
    background: #3d3841;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    letter-spacing: -1px;
    text-align: center;
    padding: 10px 15px;
}

.plan_box .box1cont h3 {
    font: 2.2rem "BitterSemiBoldItalic";
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.plan_box .box1cont p {
    font-size: 13.5px;
    line-height: 19px;
    color: #FFF;
}

.design_box {
    width: 100%;
    height: 67% !important;
    background-color: black;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.design_box:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
}

.design_box .cont {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 40px;
    text-align: center;
}

.design_box .cont h4 {
    font: 1.8rem "BitterSemiBold";
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.design_box .cont p {
    color: #FFF;
    font-size: 13px;
    line-height: 20px;
}

.test_inner {
    width: 100%;
}