@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900&display=swap');


body,
* {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

section {
    padding: 0;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.navbar-toggler {
    position: absolute;
    left: 80px;
    top: 42px;
    outline: 0;
    border: 0;
}

.navbar-toggler:focus {
    outline: 0;
}

.icon-burger {
    width: 30px;
    height: 2px;
    margin: 7px 0;
    background: #fff;
    display: block;
    position: relative;
}

.icon-burger:before,
.icon-burger:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 2px;
    width: 100%;
    background: #fff;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.icon-burger:before {
    transform: translateY(-7px);
}

.icon-burger:after {
    transform: translateY(7px);
}

.navbar-toggler:hover .icon-burger:before {
    transform: translateY(-12px);
}

.navbar-toggler:hover .icon-burger:after {
    transform: translateY(12px);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    font-weight: 900;
    font-size: 22px;
    padding: 10px 0;
}

.collapse {
    display: block;
    background: #fff;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

a.scrolLink {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    transform: rotate(270deg);
    position: absolute;
    left: 50px;
    bottom: 80px;
    z-index: 8;
}

a.scrolLink i.arrow {
    display: inline-block;
    transform: rotate(90deg);
    height: 40px;
}

a.scrolLink i.arrow svg path {
    fill: #fff
}

a.scrolLink span {
    margin-left: 30px;
}


.btn.close-nav {
    background: transparent;
    position: absolute;
    top: 35px;
    left: 50px;
}

.btn.close-nav:focus {
    box-shadow: none;
}

.icon-close {
    display: block;
    position: relative;
    width: 22px;
    height: 22px;
}

.icon-close:before,
.icon-close:after {
    content: "";
    transform-origin: center;
    position: absolute;
    left: -5px;
    top: 11px;
    height: 2px;
    width: 31.1124px;
    background-color: currentColor
}

.icon-close:before {
    transform: rotate(45deg)
}

.icon-close:after {
    transform: rotate(-45deg)
}

.navbar-nav hr {
    border-top: 1px solid rgba(34, 31, 31, 0.08);
    width: 100%;
}

.navbar-collapse {
    flex: 0 0 320px;
    position: fixed;
    left: -100%;
    width: 320px;
    top: 0;
    bottom: 0;
    padding: 115px 30px 57px 70px;
    z-index: 99;
    transition: 0.4s left;
}

.navbar-collapse.active {
    left: 0;
}

header {
    transition: 1s background;
}

header.ui-dark,
header.ui-light {
    box-shadow: 0 0 120px rgba(0, 0, 0, 0.16);
}

.with-dark {
    display: none;
}

.ui-dark .with-dark {
    display: none;
}

.ui-dark .with-light {
    display: block;
}

.ui-light .with-dark {
    display: block;
}
.temp{background: rgba(0, 0, 0, 0.85);}
.temp.ui-light{background: #fff;}
.temp.ui-dark{background: #000;}

.ui-light .with-light {
    display: none;
}

header.ui-light .icon-burger,
header.ui-light .icon-burger:before,
header.ui-light .icon-burger:after {
    background: #000;
}

.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.banner .bannerImg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #030619;
}

.banner .bannerImg>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .bannerImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index .banner .bannerImg:after {
    background: url('../images/bannerBg-layer.png')no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: '';
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.banner .bannerContent {
    padding: 5.5rem 0 3rem;
}

.text-white {
    color: #fff;
}

.break-word {
    width: min-intrinsic;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}

h2.title {
    font-size: 5.25rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 5rem;
    background: transparent;
}

h3.title {
    font-size: 3.75rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 3.5rem;
}

h4.title {
    font-size: 3rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 3.5rem;
    background: transparent;
}

h4.title+p {
    margin-top: 1rem;
}

.bannerContent {
    display: flex;
    flex-direction: column;
    height: calc(100vh + 0px);
}

.banner-text {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-text p {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
}

.banner-text .title+p {
    margin-top: 2.5rem;
}

.banner-navigation {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
}

.banner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border: 1px solid #ddd;
}

.banner-nav li a {
    transition: 0.15s all linear;
    padding: 0 35px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 3.75;
}

.banner-nav li:not(:last-child) a {
    border-right: 1px solid #ddd;
}

.banner-nav li a:hover {
    background: #ddd;
    color: #131313;
}

.icon-promo {
    width: 41px;
    height: 41px;
    border-radius: 41px;
    background-color: currentColor;
    display: flex;
    margin-right: 20px;
    align-items: center;
}

.icon-promo .arrow {
    transform: rotate(-90deg);
    transition: 0.15s all ease-in;
    display: inline-block;
    fill: #fff;
    margin-bottom: 0;
}

.btn .icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    fill: currentColor;
}

.icon-promo:before {
    content: "";
    position: absolute;
    left: -15px;
    top: calc(50% - 1px);
    width: 15px;
    z-index: 1;
    border-top: 2px solid currentColor;
}


.brand-section {
    padding: 70px 0 !important;
}

.brand-Img {
    height: 475px;
}

.brand-Img>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-title {
    margin-bottom: -70px;
}

.content-title h2.title {
    position: relative;
    z-index: 9;
}

.content-pad {
    padding: 0 100px;
}

.content-desc {
    padding: 30px 0 0;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #656464;
}

.content-desc p+p {
    margin-top: 1.5rem;
}

.contentLink {
    transition: 0.15s all linear;
    position: relative;
    margin-left: 15px;
    text-decoration: none;
    display: flex;
    align-items: center;
    color: currentColor;
    font-size: 0.87rem;
    line-height: normal;
    font-weight: 600;
    margin-top: 30px;
    background: transparent;
}

.contentLink:hover, .contentLink.active {
    color: #e83633;
    text-decoration: none;
}

.contentLink:hover .icon-promo .arrow {
    zoom: 1.25;
}

.ui-light {
    padding: 0;
    background: #fff;
}

#logos {
    background: url('../images/logo-bg.png')no-repeat right center;
}

#logos .brand-Img {
    background: #e83633;
    box-shadow: 0px 32px 147px rgba(232, 54, 51, 0.25);
}

#web {
    background: url('../images/web-bg.png')no-repeat left center;
}

#web .brand-Img {
    background: #2878db;
    box-shadow: 0px 32px 147px rgba(40, 120, 219, 0.25);
}

#web .contentLink:hover, #web .contentLink.active {
    color: #2878db;
}

#printing {
    background: url('../images/print-bg.png')no-repeat right center;
}

#printing .brand-Img {
    background: #239f46;
    box-shadow: 0px 32px 147px rgba(35, 159, 70, 0.25);
}

#printing .contentLink:hover, #printing .contentLink.active {
    color: #239f46;
}

#seo {
    background: url('../images/seo-bg.png')no-repeat left center;
}

#seo .brand-Img {
    background: #fc712c;
    box-shadow: 0px 32px 147px rgba(252, 113, 44, 0.25);
}

#seo .contentLink:hover, #seo .contentLink.active {
    color: #fc712c;
}

#mobile {
    background: url('../images/mobile-bg.png')no-repeat right center;
}

#mobile .brand-Img {
    background: #a248c3;
    box-shadow: 0px 32px 147px rgba(162, 72, 195, 0.25);
}

#mobile .contentLink:hover, #mobile .contentLink.active {
    color: #a248c3;
}

#video {
    background: url('../images/video-bg.png')no-repeat left center;
}

#video .brand-Img {
    background: #17d6c3;
    box-shadow: 0px 32px 147px rgba(23, 214, 195, 0.25);
}

#video .contentLink:hover, #video .contentLink.active {
    color: #17d6c3;
}

.content-point ul {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.2);
    padding: 41px 50px 40px;
    background: #fff;
    width: 320px;
    margin-left: auto;
}

.content-point ul li {
    font-size: 0.875rem;
    color: #656464;
;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid rgba(34, 31, 31, 0.08);
    padding: 13px 0 15px;
}
.content-point ul li a{color: inherit;text-decoration: none;}

.content-point ul li .sprite {
    margin-right: 15px;
}

.content-point ul li:first-child {
    border-top: 0;
}

.ui-dark {
    background: #030619;
    color: #fff;
    z-index: 99;
}

.portfolio {
    padding: 90px 0 !important;
}

.text-red {
    color: #d52432;
    font-weight: inherit;
}

h2.title strong {
    display: block;
}

.portfolio-section {
    padding: 60px 15px;
}

.portfolio-section img {
    width: 100%;
    transform-style: preserve-3d;
    transform: translateZ(20px)
}

.portfolio-section .portfolio-img {
    font-size: 0;
    width: 100%;
    background: #000;
    overflow: hidden;
    box-shadow: 0 100px 200px rgba(0, 0, 0, 0.5);
    transition-property: box-shadow, width, height;
    transition-duration: .8s;
    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.portfolio-section>.row:nth-child(even) {
    flex-direction: row-reverse;
}

.portfolio-section>.row .col-md-6 {
    overflow: hidden;
}

/* .portfolio-section .portfolio-img:hover{width: calc(100% + 40px);height: calc(100% + 40px);} */
.portfolio-img img {
    width: 100%;
}

.testi-slider {
    padding-top: 5rem;
    position: relative;
}

.testimonial-section {
    padding-bottom: 100px;
}

.testimonial .quoted {
    margin-bottom: 3rem;
}

.testimonial .quoted p {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.testimonial .quotedBy {
    display: flex;
    align-items: flex-start;
}

.testimonial .quotedBy .p-img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 15px;
    background: #fff;
}

.testimonial .quotedBy .author {
    font-size: 0.875rem;
}

.testimonial .quotedBy .author p strong {
    font-weight: 700;
}

.testimonial .quotedBy .author span {
    color: #7e808e;
    line-height: 2;
}

.testi-slider .slick-dots {
    position: absolute;
    top: 5%;
    right: calc(100% - 0px);
    transform: translateX(50%);
}

.slick-slide {
    outline: 0;
}

.slick-dots {
    display: flex;
}

.slick-dots li {
    margin: 5px 10px;
    width: 10px;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    width: 5px;
    transition: 0.15s all ease-in;
    background: #3a3f5a;
    height: 5px;
    border-radius: 100%;
    padding: 0;
    box-shadow: none;
    outline: 0;
}

.slick-dots li.slick-active button,
.slick-dots li button:hover {
    width: 10px;
    height: 10px;
    background: #fff;
}

.whoWeAre {
    padding: 100px 0;
}

.whoWeAre h2.title {
    margin-bottom: 100px;
}

.sidenavContent h2 {
    font-size: 3rem;
    color: #030619;
    margin-bottom: 1.5rem;
}

.sidenavContent p {
    font-size: 1.12rem;
    line-height: 1.7;
    color: #656464;
}

.sidenavContent p+p {
    margin-top: 1rem;
}

.successRate li {
    padding: 0 0 1rem;
}

.successRate p {
    font-size: 1rem;
    color: #030619;
}

.successRate p>span {
    font-size: 3rem;
    display: block;
    line-height: 1;
}

.sidenavContent ul.progressList {
    margin: 3rem 0 0;
    width: 100%;
}

.sidenavContent ul.progressList p {
    font-size: 1.2rem;
    line-height: normal;
}

.sidenavContent ul.progressList li {
    margin-bottom: 2rem;
}

.sidenavContent .barfiller {
    margin-top: 15px;
    background: #ededed;
    box-shadow: none;
    border: 0;
    border-radius: 25px;
    margin-bottom: 0;
    height: 10px;
}

.barfiller .fill {
    border-radius: 25px
}

#bar1 {
    color: #d63230
}

#bar2 {
    color: #666
}

#bar3 {
    color: #2878db
}

#bar4 {
    color: #239f46
}

#bar5 {
    color: #fc712c
}

#bar6 {
    color: #a248c3
}

.barfiller .tip {
    background: transparent;
    color: currentColor;
    font-size: 1rem;
    margin-top: -28px;
}

.barfiller .tip:after {
    content: none
}

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

.sidebar ul.sidenav li {
    padding: 1rem 0;
}

.sidebar ul.sidenav li a {
    color: #d7d8e0;
    font-size: 3rem;
    line-height: 1;
    font-weight: 900;
    transition: 0.15s all linear;
    text-decoration: none
}

.sidebar ul.sidenav li.active a,
.sidebar ul.sidenav li a:hover {
    color: #030619;
}

.processStep {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.processStep li {
    width: 50%;
    padding: 30px 30px 0;
    position: relative;
}

.processStep li:nth-child(odd):after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 60px);
    margin: auto;
    background: rgba(0, 0, 0, 0.1);
}

.processStep .proces {
    padding-left: 40px;
    position: relative;
    padding-bottom: 30px;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.processStep .proces .sprite {
    margin-bottom: 15px;
}

.processStep li:nth-last-child(-n+2) .proces {
    border-bottom: 0;
}

.processStep .proces h3 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 0.7rem;
}

.processStep .proces p {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.8);
}

.processStep .proces>span {
    position: absolute;
    left: 0;
    font-size: 1.1rem;
}


footer {
    background: url('../images/footer-bg.jpg')no-repeat center;
    background-attachment: fixed;
    padding: 50px 0 0px !important;
    background-size: cover;
}

footer .menu-inline {
    justify-content: flex-end;
}

.footer-cpr {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.cpr {
    font-size: 0.875rem;
}

.menu-inline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu-inline li a {
    padding: 3px 10px;
    font-size: 0.8rem;
    text-decoration: none;
    color: currentColor;
}

.menu-inline li:not(:last-child) a {
    border-right: 1px solid #fff;
}

footer .menu-inline li a .fa {
    color: #fff;
    font: normal normal normal 1.5rem/1 FontAwesome !important;
}

.menu-inline.b-0 li a {
    border: 0;
}

footer form {
    margin: 80px 0;
}

footer form .form-group {
    margin-bottom: 2rem;
    position: relative;
}

footer form .form-group label:first-child {
    font-size: 1.2rem;
    color: #b3b3b3;
    position: absolute;
    top: 21px;
    left: 15px;
    transition: 0.15s all linear;
}

footer form .form-group.fix-label label:first-child {
    top: -13px;
    font-size: 0.8rem;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    border-radius: 25px;
}

footer form .form-control {
    padding: .6rem .75rem;
    font-size: 1.2rem;
    line-height: 2;
}

footer form textarea.form-control {
    height: 190px;
}

footer select.form-control:not([size]):not([multiple]) {
    height: calc(3.6rem + 2px);
}

form .contentLink {
    color: #fff;
    margin-top: 0;
}

form .contentLink .icon-promo .arrow {
    fill: #d82533
}

form .contentLink:hover .icon-promo .arrow {
    fill: #fff;
    zoom: 0;
}

.aboutRecipe {
    padding: 50px 0 80px
}

.brandList {
    list-style: none;
    padding: 0;
    margin: 30px -15px 0;
    display: flex;
    flex-wrap: wrap;
}

.brandList li {
    padding: 0 15px;
    width: 33.33%;
    height: inherit;
}
.slick-track{display: flex}
.testi-slider .slick-track{display: block;}
.brandList li .brandListDesc {
    padding: 20px;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.brandList .brandImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.brandList .brandImg img {
    width: 100%;
    height: 100%;
}

.brandList .brandDesc {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
}

.brandList .brandDesc h3 {
    font-size: 1.75rem;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
}

.brandList .brandDesc ul {
    padding-left: 17px;
    list-style: disc;
    margin-top: 20px;
}

.brandList .brandDesc ul li {
    color: #fff;
    padding: 2px 0;
    width: 100%;
}

.brandList .brandDesc .contentLink {
    float: right;
    color: #fff;
    font-weight: 500;
}

.brandList .brandDesc .contentLink .arrow {
    fill: #d82533;
}

.bg-purple {
    background: #540d6e;
    margin-top: 85px;
}

.bg-orange {
    background: #d56724;
}

.aboutOkta {
    padding: 70px 0 0px;
}

.aboutOkta h4.title {
    margin-bottom: 1rem;
}

.purpleText {
    padding: 55px 80px 33px 40px;
}

.purpleText p {
    line-height: 2;
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
}

.bg-purple .circle {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

.bg-purple .purpleImg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.bg-purple .contentLink {
    color: #d82533;
}

.bg-purple .contentLink .arrow {
    fill: #fff;
}

.aboutPortfolio {
    margin-bottom: 70px;
}

.bg-texture {
    background: url('../images/bg-texture.jpg')no-repeat #f4f4f4;
    padding: 50px 0 !important;
}

.clientGallery {
    list-style: none;
    padding: 0;
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.clientGallery li {
    width: 20%;
    background: #fff;
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    min-height: 200px;
    cursor: pointer;
    transition: 0.5s all linear
}

.clientGallery li img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.15s all ease-in;
    max-width: 100%;
}

.clientGallery li:hover {
    background: #67b5ee;
    border: 0
}

.clientGallery li:hover img {
    filter: grayscale(0);
    opacity: 1
}

.brandingSection {
    padding: 60px 0 40px;
}

p+p {
    margin-top: 1rem;
}

.brand_content {
    display: flex !important;
    padding-bottom: 35px;
}
.brand_content.slick-slide{height: auto;align-items: center;}

.brand_content .brandContent {
    width: 53%;
}

.brand_content .brandContent h4.title {
    margin-bottom: 1.5rem;
    font-size: 2.8rem;
}

.brand_content .brandContent p {
    padding-right: 50px;
    line-height: 1.75;
    color: #656464;
}

.brand_content .brandContent p+p {
    margin-top: 2rem;
}

.brand_content .brandImag {
    margin-left: -70px;
    text-align: right;
    display: flex;
    align-items: center;
}

.brand_content .brandImag img {
    width: 95%;
    margin-left: auto;
}

.brandingSec .slick-dots {
    position: absolute;
    bottom: -10px;
}

.printPage .brand_content .brandImag img {
    width: 90%;
}

.brandingSec .slick-dots button {
    width: 12px;
    height: 12px;
    background: #dcdde3;
    margin: 2px;
    transition: 0.25s all ease;
    border-radius: 50%;
}

.brandingSec .slick-dots li.slick-active button,
.brandingSec .slick-dots button:hover {
    background: #030619;
    width: 12px;
    height: 12px;
}

.packageSec {
    padding: 2rem 0;
    width: 100%;
}

.singlePackage {
    padding: 0 15px;
    margin: 10px 0;
}

.singlePackage .package {
    width: 100%;
    padding: 35px 25px;
    background: #030619;
    cursor: pointer;
    transition: 0.15s all linear;
    color: #fff
}

.singlePackage .package:hover {
    background: url('../images//packageBg.png')repeat;
}

.singlePackage .package:hover .btn {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.25);
}

.package h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0.7rem 0 1rem;
    color: #fff;
}

.package li ,
.package p {
    color: #fff !important;
    font-size: 1rem !important;
    line-height: 2 !important;
}

.package p span {
    color: #f2cd00;
    font-weight: 700;
    display: block;
}

.package h3 sup {
    font-size: 2rem;
}

.package h3 {
    font-size: 3.4rem;
    color: #fff;
    margin: 1.5rem 0;
    font-weight: 700;
    word-spacing: -10px;
}

.btn-red {
    background: #da212d;
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.7rem 1rem;
    color: #fff;
    min-width: 12rem;
    text-transform: uppercase;
}

.packageSec .slick-dots {
    justify-content: center;
}

.packageSec .slick-dots button {
    width: 12px;
    height: 12px;
    background: #dcdde3;
    margin: 2px;
    transition: 0.25s all ease;
    border-radius: 50%;
}

.packageSec .slick-dots li.slick-active button,
.packageSec .slick-dots button:hover {
    background: #030619;
    width: 12px;
    height: 12px;
}

.btn-red:hover {
    background: #211e1e;
}

.btn-round {
    border-radius: 25px
}

.reasonToChoose {
    padding: 2rem 0;
}

.nav-tabs {
    margin-top: 2.5rem;
    border-bottom: 0;
}

.nav-tabs li {
    margin-bottom: 5px;
}

.nav-tabs li:not(:last-child) {
    margin-right: 1.5rem;
}

.nav-tabs li a {
    padding: 0.7rem 1.75rem;
    color: #211e1e;
    font-size: 1.1rem;
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, 0);
    display: block;
    background: #fff;
    transition: 0.15s all linear;
    font-weight: 600;
    border-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
}

.nav-tabs li a:hover {
    background: #d82533;
    color: #fff;
    border-color: transparent;
}

.nav-tabs li.active a {
    border-color: transparent;
    border-bottom: 2px solid #d82533;
    background: #fff;
    border-radius: 0;
}

.nav-tabs li.active a:hover {
    background: #fff;
    color: #211e1e;
}

.nav-tabs+.tab-content {
    padding: 50px 0;
}

.reasonToChoose .tab-pane h5 {
    font-size: 1.5rem;
    color: #211e1e;
    margin-bottom: 1.5rem;
    font-weight: 900;
}

.reasonToChoose .tab-pane p {
    color: #656464;
    line-height: 1.5;
}

.mobileApp .brand_content {
    justify-content: space-between;
}

.mobileApp .brand_content .brandContent {
    width: 48%;
}

.mobileApp .brand_content .brandImag img {
    width: 100%;
}

.fa {
    font-family: FontAwesome !important;
}

.contactPg {
    padding: 70px 0;
}

.contactDetails .detail p {
    font-size: 1.1rem;
    line-height: normal;
    color: #656565;
    margin: 0;
}

.contactDetails .detail a {
    display: block;
    font-size: 1.5rem;
    color: #d82533;
    text-decoration: none;
}

.contactDetails .detail {
    padding: 25px 0;
}

.contactDetails .detail:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contactDetails .detail ul.social {
    list-style: none;
    padding: 0;
    margin: 10px -7px;
    display: flex;
    align-items: center;
}

.contactDetails .detail ul.social li {
    padding: 3px 10px;
}

.contactDetails .detail ul.social li a {
    font-size: 1.5rem;
    text-decoration: none;
    color: #000;
    transition: 0.2s all linear;
    text-decoration: none;
}

.contactDetails .detail ul.social li a:hover {
    color: #d82533;
}

.contactPg footer {
    background: none;
    padding: 0 !important;
}

.contactPg footer form {
    margin: 0;
}

.contactPg footer form .contentLink {
    color: #e83633;
}

.contactPg footer form .contentLink .icon-promo .arrow {
    fill: #fff;
}

.cprBg {
    background: #f8f8f8;
}

.cprBg .footer-cpr {
    color: #999
}

.cprBg .footer-cpr .menu-inline {
    justify-content: flex-end;
}

label.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 5px 15px;
    font-size: 0.8rem;
    margin-top: 5px;
    display: block;
    text-align: center;
    border-radius: 4px;
    line-height: 1.2;
}

.terms_privacy .scrolLink {
    display: none;
}

.terms_privacy .banner {
    height: 500px;
    min-height: 500px;
}

.terms_privacy .bannerContent {
    height: auto;
}

.termS {
    padding: 3rem;
}

.termS p {
    margin-bottom: 2rem;
    color: #656564;
    line-height: 1.7;
}

.termS h4 {
    font-size: 1.5rem;
    color: #2c2c2c;
    font-weight: 700;
    margin-bottom: 7px;
}

.sprite {
    background-image: url('../images/spritesheet.png');
    background-repeat: no-repeat;
    display: block;
}

.sprite-6 {
    width: 27px;
    height: 25px;
    background-position: -5px -5px;
}

.sprite-ani1 {
    width: 27px;
    height: 25px;
    background-position: -42px -5px;
}

.sprite-ani2 {
    width: 27px;
    height: 25px;
    background-position: -79px -5px;
}

.sprite-ani3 {
    width: 27px;
    height: 25px;
    background-position: -116px -5px;
}

.sprite-ani4 {
    width: 27px;
    height: 25px;
    background-position: -153px -5px;
}

.sprite-ani5 {
    width: 27px;
    height: 25px;
    background-position: -190px -5px;
}

.sprite-ani6 {
    width: 27px;
    height: 25px;
    background-position: -227px -5px;
}

.sprite-app1 {
    width: 27px;
    height: 25px;
    background-position: -264px -5px;
}

.sprite-app2 {
    width: 27px;
    height: 25px;
    background-position: -5px -40px;
}

.sprite-app3 {
    width: 27px;
    height: 25px;
    background-position: -42px -40px;
}

.sprite-app4 {
    width: 27px;
    height: 25px;
    background-position: -79px -40px;
}

.sprite-app5 {
    width: 27px;
    height: 25px;
    background-position: -116px -40px;
}

.sprite-app6 {
    width: 27px;
    height: 25px;
    background-position: -153px -40px;
}

.sprite-comma {
    width: 60px;
    height: 48px;
    background-position: -190px -40px;
}

.sprite-log1 {
    width: 27px;
    height: 25px;
    background-position: -260px -40px;
}

.sprite-log2 {
    width: 27px;
    height: 25px;
    background-position: -5px -75px;
}

.sprite-log3 {
    width: 27px;
    height: 25px;
    background-position: -42px -75px;
}

.sprite-log4 {
    width: 27px;
    height: 25px;
    background-position: -79px -75px;
}

.sprite-log5 {
    width: 27px;
    height: 25px;
    background-position: -116px -75px;
}

.sprite-log6 {
    width: 27px;
    height: 25px;
    background-position: -153px -75px;
}

.sprite-p1 {
    width: 85px;
    height: 85px;
    background-position: -190px -98px;
}

.sprite-p2 {
    width: 85px;
    height: 85px;
    background-position: -5px -193px;
}

.sprite-p3 {
    width: 85px;
    height: 85px;
    background-position: -100px -193px;
}

.sprite-p4 {
    width: 85px;
    height: 85px;
    background-position: -195px -193px;
}

.sprite-pr1 {
    width: 27px;
    height: 25px;
    background-position: -301px -5px;
}

.sprite-pr2 {
    width: 27px;
    height: 25px;
    background-position: -297px -40px;
}

.sprite-pr3 {
    width: 27px;
    height: 25px;
    background-position: -285px -75px;
}

.sprite-pr4 {
    width: 27px;
    height: 25px;
    background-position: -5px -110px;
}

.sprite-pr5 {
    width: 27px;
    height: 25px;
    background-position: -42px -110px;
}

.sprite-pr6 {
    width: 27px;
    height: 25px;
    background-position: -79px -110px;
}

.sprite-seo1 {
    width: 27px;
    height: 25px;
    background-position: -116px -110px;
}

.sprite-seo2 {
    width: 27px;
    height: 25px;
    background-position: -153px -110px;
}

.sprite-seo3 {
    width: 27px;
    height: 25px;
    background-position: -285px -110px;
}

.sprite-seo4 {
    width: 27px;
    height: 25px;
    background-position: -5px -145px;
}

.sprite-seo5 {
    width: 27px;
    height: 25px;
    background-position: -42px -145px;
}

.sprite-seo6 {
    width: 27px;
    height: 25px;
    background-position: -79px -145px;
}

.sprite-web1 {
    width: 27px;
    height: 25px;
    background-position: -116px -145px;
}

.sprite-web2 {
    width: 27px;
    height: 25px;
    background-position: -153px -145px;
}

.sprite-web3 {
    width: 27px;
    height: 25px;
    background-position: -285px -145px;
}

.sprite-web4 {
    width: 27px;
    height: 25px;
    background-position: -290px -180px;
}

.sprite-web5 {
    width: 27px;
    height: 25px;
    background-position: -290px -215px;
}

.sprite-web6 {
    width: 27px;
    height: 25px;
    background-position: -290px -250px;
}


.testi-slider:before {
    content: '';
    background: url('../images/spritesheet.png');
    width: 60px;
    height: 48px;
    background-position: -190px -40px;
    position: absolute;
    right: calc(100% + 50px);
}

.terms_privacy .nav-tabs li:not(:last-child) {
    margin-right: 1rem;
}

.custom-nav li:nth-child(3),
.custom-nav li:nth-child(6) {
    display: none;
}

.terms_privacy .nav-tabs li a {
    padding: 0.5rem 1rem;
}

.accordan {
    display: none;
}

.orderNow .scrolLink {
    display: none;
}

.orderNow .banner {
    height: 500px;
    min-height: 500px;
}

.orderNow .bannerContent {
    height: auto;
}

.modal-header{background: #e83633;padding: 0.75rem 1rem;border-radius: 0;}
.modal-header .modal-title{color: #fff;text-align: center;font-weight: 700;margin: 0 auto;text-transform: uppercase;}
.modal-content .close{position: absolute;left: calc(100% - 12px);background: #000;color: #fff;border-radius: 100%;top: -12px;width: 24px;font-size: 1rem;height: 24px;opacity: 1;}
.modal-content.contactPg{padding: 0;}
.modal-content.contactPg footer{padding: 30px 25px !important;}

.modal-backdrop.fade.in, .modal-backdrop.show{opacity: 0.5;}
.modal.fade.in{opacity: 1;}
.modal.show .modal-dialog, .modal.in .modal-dialog {-webkit-transform: translate(0,0);transform: translate(0,0);}

a.image-link {text-decoration: none;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 9;font-size: 2rem;text-align: center;display: flex;align-items: center;justify-content: center;color: transparent;background: transparent;transition: 0.15s all linear;}
.portfolio-img:hover a.image-link{background: rgba(252, 67, 12, 0.5);color: #fff;}

.flex-grow {
    flex-grow: 1;
}
.contentLink button {
    background-color: transparent;
    color: #fff;
}
.modal .contentLink button {
    background-color: transparent;
    color: #000;
}



@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }
}

@media(max-width: 1400px) {
    .container {
        max-width: 1040px;
    }

    .navbar-toggler {
        left: 50px;
    }

    a.scrolLink {
        left: 20px;
    }

    .purpleText {
        padding: 27px 85px 20px 20px;
    }

    .purpleText p {
        line-height: 1.8;
    }
}

@media(max-width: 1200px) {
    .container {
        max-width: 890px;
    }

    .navbar-toggler {
        left: 30px;
    }

    a.scrolLink {
        left: 0px;
    }

    h2.title {
        font-size: 4rem;
        line-height: 4rem;
    }

    .banner-text p {
        font-size: 1.75rem;
    }

    .banner-nav li a {
        line-height: 3;
        padding: 0 20px;
    }

    .content-pad {
        padding: 0 50px;
    }

    .content-point ul {
        padding: 25px 35px 25px;
    }

    .content-point ul li {
        padding: 10px 0;
    }

    .sidebar ul.sidenav li a {
        font-size: 2.5rem;
    }

    .successRate p>span {
        font-size: 2.2rem;
    }

    .whoWeAre h2.title {
        margin-bottom: 50px;
    }

    .sidenavContent p,
    .content-desc {
        font-size: 1rem;
        line-height: 1.5;
    }

    .purpleText {
        padding: 20px;
    }

    .purpleText p {
        line-height: 1.84;
        font-size: 0.9rem;
    }

    .bg-purple .contentLink {
        margin-top: 10px;
    }

    .bg-purple .purpleImg img {
        width: 100%;
    }

    .package h3 {
        font-size: 3.14rem;
    }

    .mobileApp .brand_content .brandImag img {
        width: 95%;
    }

}

@media(max-width: 991px) {
    .container {
        max-width: 620px;
    }

    .whoWeAre {
        padding: 50px 0;
    }

    h2.title {
        font-size: 3rem;
        line-height: 3rem;
    }

    h3.title {
        font-size: 2rem;
        line-height: 2.2;
    }

    .navbar-toggler {
        left: 30px;
    }

    a.scrolLink {
        left: 0;
    }

    .navbar-collapse {
        flex: 0 0 100%;
        width: 100%;
    }

    .content-pad {
        padding: 0 15px;
    }

    .testi-slider:before {
        right: auto;
        left: 0;
        top: 20px;
    }

    .testi-slider .slick-dots {
        top: 100%;
        right: 0;
        left: 0;
        justify-content: center;
        transform: translateX(0);
    }

    .sidebar ul.sidenav li {
        padding: 0.7rem 0;
    }

    .sidebar ul.sidenav li a {
        font-size: 1.85rem;
    }

    .whoWeAre .side__nav {
        display: none;
    }

    .whoWeAre .tab-pane {
        display: block;
    }

    .whoWeAre .tab-pane>.container {
        display: none;
    }

    .whoWeAre .tab-pane.active>.container {
        display: block;
    }

    .whoWeAre .accordan {
        color: #d7d8e0;
        font-size: 1.75rem;
        font-weight: 900;
        transition: 0.15s all linear;
        text-decoration: none;
        line-height: 2;
        padding: 0 15px;
        position: relative;
        cursor: pointer;
        text-transform: capitalize;
        display: block;
    }

    .whoWeAre .accordan:before {
        content: '\f107';
        font-family: FontAwesome;
        position: absolute;
        right: 15px;
        top: 10px;
        font-size: 1.2rem;
        color: currentColor;
    }

    .whoWeAre .tab-pane.active .accordan {
        color: #211e1e;
    }

    .sidenavContent ul.progressList {
        width: 100%;
    }

    .sidenavContent ul.progressList li {
        margin-bottom: 1.5rem;
    }

    .sidenavContent ul.progressList p {
        font-size: 1rem;
    }

    .sidenavContent .barfiller {
        margin-top: 20px;
    }

    .barfiller .tip {
        font-size: 0.85rem;
        margin-top: -20px;
    }

    .brand_content {
        flex-wrap: wrap;
    }

    .brand_content .brandContent {
        width: 100%;
        margin-bottom: 20px;
    }

    .mobileApp .brand_content .brandContent {
        width: 100%;
    }

    .brand_content .brandImag {
        margin: 0px;
    }

    .brand_content .brandContent p {
        line-height: normal;
        padding-right: 0;
        font-size: 0.9rem;
    }

    .portfolio {
        padding: 50px 0 !important;
    }

    .reasonToChoose {
        padding: 0;
    }

    .nav-tabs li a {
        padding: 0.5rem;
    }

    .brandingSec .slick-dots {
        position: static;
    }

    h4.title {
        font-size: 2.2rem;
    }

    .bg-purple .purpleImg img {
        display: none;
    }

    .bg-purple>.row>.col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .clientGallery li {
        min-height: 150px;
    }


}

@media(max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .navbar-toggler {
        left: 10px;
        top: 30px;
    }

    .navbar-brand img {
        width: 10rem;
    }

    .navbar>.container {
        max-width: 450px;
    }

    a.scrolLink {
        left: -20px;
    }

    .banner-navigation {
        display: none;
    }

    h2.title {
        font-size: 2rem;
        line-height: normal;
    }

    .banner-text p {
        font-size: 1.05rem;
    }

    .brand-Img {
        margin: 0 -15px;
        height: 250px;
    }

    .whoWeAre {
        padding: 40px 0 !important;
    }

    .content-pad .col-md-6:first-child {
        order: 1;
    }

    .content-point ul {
        width: 100%;
        padding: 15px;
    }

    .content-desc {
        padding: 0;
    }

    .whoWeAre h2.title {
        margin-bottom: 20px;
    }

    h4.title {
        font-size: 2rem;
        line-height: normal;
    }

    .processStep li {
        width: 100%;
        padding: 10px;
    }

    .processStep .proces {
        border-bottom: 0;
    }

    .processStep li:nth-child(odd):after {
        content: none;
    }

    footer form {
        margin: 30px 0 0;
    }

    footer form .form-control {
        line-height: normal;
    }

    footer form .form-group label:first-child {
        font-size: 1rem;
        top: 15px;
    }

    footer select.form-control:not([size]):not([multiple]) {
        height: calc(2.6rem + 2px);
    }

    footer .menu-inline {
        justify-content: center;
        margin: 20px 0;
    }

    footer .footer-cpr .menu-inline {
        margin: 10px 0 0;
    }

    .portfolio {
        padding: 25px 0 !important;
    }

    .portfolio-section {
        padding: 30px 15px;
    }

    .nav-tabs {
        justify-content: center;
    }

    .nav-tabs li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .nav-tabs li {
        width: 100%;
        text-align: center;
    }

    .clientGallery li {
        width: 50%;
    }

    .package h3 {
        font-size: 2rem;
    }

    .package h3 sup {
        font-size: 1.2rem;
        margin-right: 5px;
    }

    .cprBg .cpr {
        text-align: center;
    }

    .cprBg .footer-cpr .menu-inline {
        justify-content: center;
        margin-top: 10px;
    }

    .contactPg {
        padding: 30px 0;
    }

    .contactDetails .detail {
        padding: 15px 0;
    }

    .contactDetails .detail p {
        font-size: 0.9rem;
    }

    .contactDetails .detail a {
        font-size: 1.1rem;
    }

    .termS {
        padding: 3rem 0;
    }

    .termS p {
        margin-bottom: 1rem;
        font-size: 0.9rem;
        line-height: 1.2;
    }
    .brand_content .brandContent h4.title{font-size: 1.75rem;}
}

@media(max-width: 576px) {
    section {
        padding: 0 !important;
    }

    .navbar-toggler {
        left: 0;
    }

    .navbar>.container {
        width: 245px;
    }

    .navbar-brand img {
        width: 8rem;
    }

    .icon-burger {
        width: 25px;
    }

    .banner .bannerContent {
        padding: 3rem 0 5rem;
    }

    h2.title {
        line-height: 1;
    }

    .banner-text .title+p {
        margin-top: 1rem;
    }

    .sidenavContent p,
    .content-desc {
        font-size: 0.9rem;
    }
}