
body {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #666;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Slab", serif;
}

p:last-of-type {
    margin-bottom: 0;
}

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

#preloader {
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#preloader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header {
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 20px 0;
    z-index: 100;
    transition: all 0.4s ease;
    font-family: 'Open Sans', sans-serif;
}

.header-logo a {
    display: inline-block;
}

.header-menu > ul {
    float: right;
    line-height: 20px;
    font-size: 15px;
}

.header-menu > ul > li {
    float: left;
}

.header-menu > ul > li > a {
    padding: 20px 15px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: all 0.4s ease;
}

.mob-menu-btn {
    float: right;
    color: #fff;
    font-size: 25px;
    display: none;
    padding: 10px 15px;
    margin-right: -15px;
    cursor: pointer;
}

.header.scrolled .mob-menu-btn {
    color: #000;
}

.header.scrolled {
    padding: 0;
    background: #fff;
    box-shadow: 0 0 1px 0 #bbb;
}

.header.scrolled .header-menu > ul > li > a {
    color: #000;
}

.black-logo, .header.scrolled .header-logo img {
    display: none;
}

.header.scrolled .header-logo img.black-logo {
    display: block;
}

.dropdown-li, .dropdown-li > a {
    position: relative;
}

.dropdown-li > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: 5px;
}

.dropdown-li > ul {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    border-radius: 0;
    left: 0;
    border: 0;
    padding: 0;
    min-width: 180px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 15%);
    transition: all 0.3s ease;
}

.dropdown-li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.dropdown-li > ul > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 11px 20px;
    font-size: 13px;
    color: #000;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.dropdown-li > ul > li:last-child > a {
    border: 0;
}

.dropdown-li > ul > li > a:hover {
    padding-left: 25px;
}

.mob-menu {
    position: absolute;
    bottom: 0;
    transform: translate(0, 100%);
    background: #f5f4f4;
    width: 100%;
    font-size: 14px;
    display: none;
}

.mob-menu > ul > li > a {
    position: relative;
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #000;
    text-decoration: none;
}

.mob-menu > ul > li > a:hover {
    color: #ff2a40;
}

.mob-menu > ul > li > a > i {
    margin-right: 5px;
    font-size: 12px;
}

.mob-menu .dropdown-li > a:after {
    float: right;
}

.mob-menu .dropdown-li > ul {
    position: relative;
    width: 100%;
    display: none;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    background: #f5f4f4;
}

.mob-menu .dropdown-li.opened-li > ul {
    display: block;
}

.mob-menu .dropdown-li > ul > li > a {
    padding-left: 25px;
}

.home-banner {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("https://ik.imagekit.io/tailoredlogo/assets/images/homepagebg-01.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
}

.banner-center {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-heading > h1 {
    font-size: 45px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.banner-heading > h1:last-child {
    margin-bottom: 0;
}

.banner-heading > p {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

.banner-form-area {
    width: 100%;
    max-width: 430px;
    background: rgba(0, 0, 0, 0.6);
    padding: 25px 30px;
    margin-top: 40px;
}

.banner-form-area > h2 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
}

.banner-form {
    width: 100%;
}

.banner-form input {
    width: 100%;
    height: 56px;
    padding: 16px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 300;
    color: #202020;
    border: 1px solid #eee;
    border-radius: 0;
    outline: 0;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
}

.banner-form input:focus {
    border-color: #ff2a40;
}

.banner-submit {
    padding: 14px 45px;
    border: 0;
    font-size: 18px;
    background: #ff2a40;
    color: #fff;
    transition: all 0.4s ease;
    float: right;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
}

.banner-submit:hover {
    background: #34495e;
}

.banner-scroll-down, .banner-scroll-down:hover, .banner-scroll-down:active, .banner-scroll-down:focus {
    position: absolute;
    left: 50%;
    bottom: 0;
    font-size: 70px;
    transform: translate(-50%, 0);
    cursor: pointer;
    color: #fff;
    line-height: 1;
}

.white-section {
    padding: 80px 0;
}

.section-heading > h2 {
    position: relative;
    font-size: 32px;
    color: #ff2a40;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
    padding: 0 0 20px;
}

.section-heading + .section-heading {
	margin-top: 60px;
}

.section-heading > h2:last-child {
    padding-bottom: 0;
}

.section-heading.line-below > h2 {
    margin-bottom: 5px;
}

.section-heading.line-below > h2:before {
    content: "";
    position: absolute;
    background: #ff2a40;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: 7px;
}

.section-heading > h6 {
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    line-height: 25px;
}

.section-heading.text-center {
    padding-bottom: 60px;
}

.section-heading.text-center.pb-40 {
	padding-bottom: 40px;
}

.section-heading.text-center > h6 {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
}

.service-tabs-area > ul > li {
    width: 20%;
    text-align: center;
}

.four-service-tabs-area > ul > li {
    width: 25%;
    text-align: center;
}

.section-heading > h5 {
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
}

.section-heading > p {
    line-height: 30px;
}

.service-tabs-area .nav-tabs .nav-item .nav-link {
    position: relative;
    border-radius: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    border: 0;
    border-right: 1px solid #b9b9b9;
    transition: all 0.4s ease;
}

.service-tabs-area .nav-tabs .nav-item:first-child .nav-link {
    border-left: 1px solid #b9b9b9;
}

.service-tabs-area > ul > li > a > i {
    font-size: 30px;
    color: #202020;
    transition: all 0.4s ease;
}

.service-tabs-area > ul > li > a > h4 {
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    margin: 0;
    transition: all 0.4s ease;
}

.service-tabs-area .nav-tabs .nav-item .nav-link:hover {
    background: #eee;
}

.service-tabs-area .nav-tabs .nav-item .nav-link:hover i {
    color: #ff2a40;
}

.service-tabs-area .nav-tabs .nav-item .nav-link.active {
    background: #fff;
}

.service-tabs-area .nav-tabs .nav-item .nav-link.active i {
    color: #ff2a40;
}

.service-tabs-area .nav-tabs .nav-item .nav-link::after {
    content: "";
    border-bottom: 3px solid #ff2a40;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}

.service-tabs-area .nav-tabs .nav-item .nav-link:hover::after, .service-tabs-area .nav-tabs .nav-item .nav-link.active::after {
    opacity: 1;
}

.service-tabs-content {
    padding-top: 60px;
}

.service-detail-img {
    width: 100%;
}

.service-detail-ul {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

.service-detail-ul li {
    position: relative;
    padding: 5px 0 5px 30px;
}

.service-detail-ul li::before {
    content: '\f00c';
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 600;
    top: 5px;
    left: 0;
    font-size: 13px;
    color: #ff2a40;
}

.why-us-ul {
    display: flex;
    flex-wrap: wrap;
}

.why-us-ul > li {
    width: 33.33%;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 30px;
    background: transparent;
    transition: all 0.4s ease;
}
.why-us-ul > li:nth-child(4), .why-us-ul > li:nth-child(5), .why-us-ul > li:nth-child(6), .why-us-ul.no-border-bottom > li {
    border-bottom: 0;
}
.why-us-ul > li:nth-child(1), .why-us-ul > li:nth-child(2), .why-us-ul > li:nth-child(3) {
    border-bottom: 1px solid #dedede;
}

.why-us-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.why-us-icon {
    width: 55px;
    line-height: 1;
}

.why-us-icon > i::before {
    font-size: 40px;
    color: #ff2a40;
    transition: all 0.4s ease;
}

.why-us-heading {
    width: calc(100% - 55px);
}

.why-us-heading > h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    color: #ff2a40;
    margin: 0;
    transition: all 0.4s ease;
}

.why-us-heading > h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #202020;
    margin: 0;
    padding: 3px 0;
    transition: all 0.4s ease;
}

.why-us-detail {
    padding: 20px 0;
    transition: all 0.4s ease;
    line-height: 22px;
}

.why-us-ul > li:hover {
    background: #ff2a40;
}

.why-us-ul > li:hover .why-us-icon > i::before, .why-us-ul > li:hover .why-us-heading > h3, .why-us-ul > li:hover .why-us-detail {
    color: #fff;
}

.counter-section {
    position: relative;
    background: url("https://ik.imagekit.io/tailoredlogo/assets/images/counter-bg.jpg") no-repeat center bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}

.counter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 1, 1, 0.6);
}

.counter-text {
    padding: 45px 0;
    margin: 0 -15px;
    background: rgba(255, 0, 0, 0.5);
}

.counter-text > p {
    font-size: 22px;
    line-height: 43px;
    text-transform: capitalize;
}

.counter-detail {
    padding: 40px 0;
    margin: 0 -15px;
}

.counter-detail > i {
    display: block;
    font-size: 50px;
    line-height: 30px;
    margin-bottom: 15px;
}

.counter-detail > i::before {
    font-size: 50px;
    line-height: 60px;
}

.counter-detail > strong {
    display: block;
    font-size: 60px;
    line-height: 1;
}

.counter-detail > span {
    display: block;
    font-size: 20px;
    white-space: nowrap;
}

.pricing-tabs-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'Roboto Slab', serif;
    padding-bottom: 20px;
}

.pricing-tabs-area > .nav-tabs {
    border-bottom: 0;
}

.pricing-tabs-area > .nav-tabs > .nav-item > .nav-link, .pricing-tabs-area > .nav-tabs > li > a {
    font-size: 18px;
    line-height: 25px;
    display: block;
    padding: 10px 15px;
    border: 0;
    border-radius: 0;
    color: #a0a0a0;
    font-weight: 400;
    text-decoration: none;
}

.pricing-tabs-area > .nav-tabs > .nav-item > .nav-link.active {
    color: #ff2a40;
}

.pricing-tabs-area > .nav-tabs > li > a > sup {
    font-weight: 700;
    font-size: 11px;
    color: #ff2a40;
    padding: 2px;
    top: -10px;
    font-family: 'Open Sans', sans-serif;
}

.pricing-tabs-area > .nav-tabs > .nav-item > .nav-link.dropdown-toggle::after {
    display: none;
}

.pricing-tabs-area > .nav-tabs > .nav-item:hover > .dropdown-menu {
    display: block;
}

.pricing-tabs-area > .nav-tabs > .nav-item > .dropdown-menu {
    padding: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border: 0;
    font-size: 14px;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

.pricing-tabs-area > .nav-tabs > .nav-item > .dropdown-menu > a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.pricing-tabs-area > .nav-tabs > .nav-item > .dropdown-menu > a:hover, .pricing-tabs-area > .nav-tabs > .nav-item > .dropdown-menu > a.active {
    background-color: #f1f1f1;
}

.pricing-section {
    background: #f0f0f0;
    padding: 40px 0;
}

.pricing-section .row {
    margin: 0 -8px;
}

.pricing-section [class^="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.single-pricing {
    background: #fff;
    text-align: center;
}

.single-pricing-head {
    padding: 25px 0 15px;
}

.single-pricing-head > h3 {
    font-size: 25px;
    padding: 0 0 25px 0;
    margin: 0;
    color: #000;
    line-height: 1;
    font-weight: 400;
}

.single-pricing-head > h6 {
    font-size: 12px;
    font-weight: 400;
    color: #202020;
    margin: 0;
    text-transform: uppercase;
}

.single-pricing-price {
    background: rgba(255, 42, 64, 0.1);
    color: #262b38;
    font-weight: 400;
    overflow: hidden;
    font-size: 42px;
    line-height: 30px;
    padding: 12px 0;
    font-family: 'Open Sans', sans-serif;
}

.single-pricing-price span {
    display: inline-block;
    position: relative;
}

.single-pricing-price sup {
    font-size: 20px;
    vertical-align: super;
    line-height: 30px;
    top: 0;
}

.single-pricing-price sub {
    font-size: 18px;
    line-height: 30px;
    bottom: 0;
    text-decoration: line-through;
    margin-left: 5px;
}

.single-pricing:hover .single-pricing-price span {
    -webkit-animation:moveUp 0.4s forwards;
    animation:moveUp 0.4s forwards;
    -webkit-animation-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
    animation-timing-function:cubic-bezier(0.7, 0, 0.3, 1);
}

.pricing-body .card {
    border: 0;
}

.pricing-body .card .card-header {
    border: 0;
    background: transparent;
    padding: 0;
}

.pricing-body .card .card-header a {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    background: #909497;
    line-height: 25px;
    padding: 17px 15px;
    transition: all 0.4s ease;
}

.pricing-body .card .card-header a.collapsed {
    color: #a0a0ac;
    background: #fff;
}

.pricing-body .card-body {
    background: #f5f4f4;
    padding: 15px 0;
}

.pricing-body .card .card-header a:after {
    content: '\f106';
    font-family: 'FontAwesome';
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
}

.pricing-body .card .card-header a.collapsed:after {
    content: '\f107';
}

.pricing-sec-heading {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #202020;
}

.pricing-body {
    padding: 25px 0 30px;
    font-size: 16px;
    color: #8b909d;
    line-height: 30px;
    font-family: 'Open Sans', sans-serif;
}

.pricing-body ul li {
    padding: 3px 0;
}

.pricing-body ul li strong {
	color: #000;
}

.pricing-btn {
    padding-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
}

.pricing-btn a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    border-radius: 1px;
    border: 2px solid #ff2a40;
    background-color: #ff2a40;
    font-size: 12px;
    padding: 3px 16px;
    transition: all 0.3s;
    line-height: 30px;
}

.pricing-btn a:hover {
    box-shadow: 1px 1px 7px #505050;
}

.pricing-view-more-area {
    display: none;
}

.pricing-view-more-btn {
    cursor: pointer;
    padding: 3px 0;
    color: #ff2a40;
}

#pricing_logo .pricing-body {
    height: auto;
}

.big-pricing {
    background: #fff;
    padding: 50px 40px;
    text-align: center;
    position: relative;
}

.big-pricing .single-pricing-head {
    padding-top: 25px;
}

.big-pricing .single-pricing-price {
    font-size: 84px;
    background: transparent;
    overflow: initial;
}

.big-pricing .pricing-body > h4 {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    color: #202020;
    font-weight: 400;
}

.big-pricing .single-pricing-head > h6 {
    text-transform: capitalize;
}

.pricing-left-border {
    border-left: 1px solid #cccccc;
}

.pricing-deal {
    position: absolute;
    right: -3px;
    top: -3px;
}

.simple-tabs-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.simple-tabs-area {
    padding-bottom: 45px;
}

.simple-tabs-area > .nav-tabs {
    border: 0;
}

.simple-tabs-area > .nav-tabs > .nav-item + .nav-item {
    margin-left: 20px;
}

.simple-tabs-area > .nav-tabs > .nav-item > .nav-link {
    position: relative;
    background: transparent;
    font-size: 14px;
    padding: 10px 22px;
    font-weight: 700;
    border-radius: 0px;
    color: #1b2834;
    border: 1px solid #ebebeb;
    transition: all .4s ease;
    text-align: center;
}

.simple-tabs-area.portfolio-tabs-area > .nav-tabs > .nav-item > .nav-link {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.simple-tabs-area > .nav-tabs > .nav-item > .nav-link:hover {
    background: #eee;
    color: #ff2a40;
}

.simple-tabs-area > .nav-tabs > .nav-item > .nav-link.nav-link.active {
    background: #ff2a40;
    color: #fff;
}

.simple-tabs-area > .nav-tabs > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    color: #ff2a40;
    transform: translate(-50%, 50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ff2a40;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.simple-tabs-area > .nav-tabs > .nav-item > .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}


.portfolio-imgs-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.portfolio-imgs-ul > li  {
    width: 20%;
    padding: 5px;
	display: flex;
}

.video-portfolio .portfolio-imgs-ul > li  {
    width: 33.33%;
}

.portfolio-imgs-ul > li > a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: all .4s ease;
}

.portfolio-imgs-ul > li > a::before {
    content: "\f002";
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #ff2a40;
    color: #fff;
    text-align: center;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: all .4s ease;
}

.portfolio-imgs-ul > li > a:hover::before {
    opacity: 1;
    top: 50%;
}

.portfolio-imgs-ul > li > a > img {
    width: 100%;
    transform: scale(1);
    transition: all .4s ease;
}

.portfolio-imgs-ul > li > a:hover > img {
    transform: scale(1.1);
}

.fancybox-image {
    background: #fff;
}

.link-area a {
    padding: 14px 45px;
    border: 0;
    font-size: 14px;
    background: #ff2a40;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    border-radius: 4px;
    transition: all 0.4s ease;
    font-family: 'Open Sans', sans-serif;
}

.link-area a + a {
	margin-left: 10px;
}

.link-area a:hover {
    background: #34495e;
}

.about-us-img {
    width: 100%;
}

.work-detail-tabs-area {
    text-align: center;
}

.work-detail-tabs-area > .nav-tabs {
    border-bottom: 0;
}

.work-detail-tabs-area.logo-design-work > .nav-tabs > .nav-item {
    width: 14.2857%;
}

.work-detail-tabs-area.web-design-work > .nav-tabs > .nav-item {
    width: 16.6666%;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link {
    position: relative;
    border: 0;
    color: #7a6b66;
    border-bottom: 1px solid #666;
    padding: 0;
    transition: all .4s ease;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    color: #ff2a40;
    transform: translate(-50%, 50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ff2a40;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.work-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #ff2a40;
    color: #ff2a40;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link > p {
    line-height: 30px;
    padding: 20px 0;
    font-size: 16px;
    transition: all 0.4s ease;
    font-family: 'Open Sans', sans-serif;
}

.work-icon > i {
    line-height: 90px;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link.active {
    border-bottom-color: #ff2a40;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link.active > .work-icon {
    background: #ff2a40;
    color: #fff;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link.active > p {
    color: #ff2a40;
}

.work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link.active::after {
    opacity: 1;
    visibility: visible;
}

.work-detail-content-area {
    padding-top: 60px;
}

.work-detail-img {
    width: 100%;
    margin: 0;
}

.single-testimonial > p {
    font-style: italic;
    margin-bottom: 20px;
}

.single-testimonial-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-testimonial-img {
    width: 92px;
    padding-right: 20px;
}

.single-testimonial-img > img {
    width: 100%;
    border-radius: 50%;
}

.single-testimonial-info > p {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}

.single-testimonial-info > span {
    font-style: italic;
}

.flexslider {
    margin: 0;
}

#testimonial-slider .flex-viewport {
    width: 100%;
    max-width: 410px;
    float: left;
}

#testimonial-slider .flex-control-thumbs {
    float: right;
    width: 50%;
    text-align: right;
}

#testimonial-slider .flex-control-thumbs li {
    width: auto;
    float: none;
    margin-left: 8px;
}

.flex-control-thumbs img:hover, .flex-control-thumbs .flex-active {
    opacity: 1;
}

.flex-control-thumbs img {
    opacity: .1;
}

.flex-direction-nav {
    display: none;
    margin-top: 200px;
}

.flex-direction-nav a:before {
    font-size: 25px;
    color: #ff2a40;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flex-direction-nav .flex-next {
    right: 0;
}

.footer {
    padding: 135px 0;
    background-color: #202020;
    color: #fff;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    width: 100%;
    max-width: 160px;
}

.footer-social {
    margin-bottom: 30px;
}

.footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-social ul li {
    padding: 0 7px;
}

.footer-social ul li a {
    display: inline-block;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}

.footer-social ul li a:hover {
    border-color: #ff2a40;
    color: #ff2a40;
}

.footer a.footer-terms {
    color: #ff2a40;
    text-decoration: none;
    font-size: 14px;
}

.back-to-top {
    position: absolute;
    background: #ff2a40;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 70px;
    line-height: 85px;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

.back-to-top:hover {
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    background: #C02232;
}


.inner-banner {
	position: relative;
	width: 100%;
	height: 100vh;
	color: #fff;
	max-height: 350px;
}

.inner-banner::before {
	position: absolute;
	content: "";
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.lb-banner {
	background: url("https://ik.imagekit.io/tailoredlogo/assets/images/logo-banner.jpg?updatedAt=1627902842247") no-repeat;
	background-size: cover;
	background-position: 50% -45px;
}

.web-banner {
	background: url("https://www.tailoredlogo.com/assets/images/mobile/bannerbg.jpg") no-repeat;
	background-size: cover;
	background-position: 50% -45px;
	max-height: 590px;
}

.video-banner {
	max-height: 100vh;
	overflow: hidden;
	min-height: 450px
}

.about-banner {
	background: url("https://ik.imagekit.io/tailoredlogo/assets/images/about-banner.jpg?updatedAt=1627926524252") no-repeat;
	background-size: cover;
}

.banner-back-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
	min-width: 100%;
    min-height: 100%;
}

.banner-link {
	margin-top: 40px;
}

.banner-link a {
	font-size: 18px;
	display: inline-block;
	padding: 7px 25px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
	text-decoration: none;
}

.banner-link a.filled-a {
	background: #ff2a40;
	border-color: #ff2a40;
}


.banner-link a + a {
	margin-left: 10px;	
}

.service-tabs-area > ul > li > a > h3 {
	font-size: 35px;
	line-height: 50px;
	color: #202020;
	font-weight: 400;
	margin-bottom: 0;
}

.service-tabs-area.inner-service-tabs-area > ul > li > a > h4 {
	line-height: 1.42857143;
}

.service-tabs-area > ul > li > a > h6 {
	font-size: 11px;
	color: #202020;
	margin-bottom: 0;
	line-height: 1.42857143;
	font-weight: 400;
}

.service-inner-pricing {
	background: #f5f5f5;
	padding: 25px 52px;
}

.service-inner-pricing.small-padding-div {
	padding: 25px 35px;
}

.service-inner-pricing h2 {
	font-size: 25px;
	margin: 0;
	padding-bottom: 25px;
	color: #000000;
	text-align: center;
	font-weight: 400;
}

.service-inner-pricing h6 {
	font-size: 12px;
	color: #202020;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
}

.service-inner-pricing-detail {
	padding: 25px 0 30px;
	font-size: 16px;
	color: #8b909d;
	line-height: 30px;
	font-family: 'Open Sans', sans-serif;
}

.service-inner-pricing .pricing-btn {
	text-align: center;
	padding-bottom: 0;
}

.service-inner-pricing-detail .pricing-view-more-btn {
	text-align: center;
}

.grey-section {
	background: #f4f4f4;
	border-top: 1px solid #d2d2d2;
	padding: 80px 0;
}

.why-us-ul.inner-why-us-ul > li {
	width: 50%;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	padding: 30px 42px;
}

.why-us-ul.inner-why-us-ul > li:nth-child(2), .why-us-ul.inner-why-us-ul > li:nth-child(4) {
	border-right: 0;
}

.why-us-ul.inner-why-us-ul > li:nth-child(3), .why-us-ul.inner-why-us-ul > li:nth-child(4) {
	border-bottom: 0;
}

.why-us-ul.inner-why-us-ul .why-us-detail {
	padding: 25px 0;
}


.inner-portfolio-div {
	margin-bottom: 30px; 
}

.inner-portfolio-div a {
	display: inline-block;
	width: 100%;
	position: relative;
	background: #fff;
}

.inner-portfolio-div a img {
	width: 100%;
}

.inner-portfolio-div a::after {
	content: "\f002";
	position: absolute;
	font-family: "FontAwesome";
	font-weight: 600;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	background: #ff2a40;
	color: #fff;
	text-align: center;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0;
	transition: all .4s ease;
}

.inner-portfolio-div a:hover::after {
	opacity: 1;
	top: 50%;
}

.inner-portfolio-div a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.inner-portfolio-div a:hover::before {
	opacity: 1;
	visibility: visible;
}

.inner-portfolio-div h3 {
	text-align: center;
	margin: 10px 0 0 0;
	color: #616161;
	font-weight: 600;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 30px;
}

.animate-work-content {-webkit-animation:animate_service_content;animation:animate_service_content;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animate-work-img {-webkit-animation:animate_service_img;animation:animate_service_img;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}

@-webkit-keyframes animate_service_content{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;}
100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1;}
}
@keyframes animate_service_content{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0;}
100%{-webkit-transform:translateY(0);transform:translateY(0);}
}
@-webkit-keyframes animate_service_img{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0;}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}
@keyframes animate_service_img{0%{-webkit-transform:translateX(50px);transform:translateX(50px);opacity:0;}
100%{-webkit-transform:translateX(0);transform:translateX(0);}
}


.button-play {
    margin: auto;
    display: block;
    position: relative;
    border: 6px solid white;
    box-shadow: 0 4px 6px -3px rgba(black, .3), inset 0 3px 4px -2px rgba(black, .25);
    position: relative;
    width: 200px;
    height: 200px;
    background: #ff0000;
    background-image: linear-gradient(120deg, rgba(lighten(grey, 15%), .3) 50%, grey 51%);
    border-radius: 50%;
    transition: all .2s cubic-bezier(0.68, -0.55, 0.465, 1.55) .2s, border-width .4s cubic-bezier(0.68, -0.55, 0.465, 1.55);
}

.button-play:before {
    display: block;
    position: absolute;
    content: "";
    bottom: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-width: 35px 0px 35px 60px;
    border-left-color: white;
    transform: translate(-37%, 50%);
	border-radius: 6px;
}

.button-play:hover:before, .button-play.active:before {
    animation: playJump 0.5s linear infinite;
}

.showreel {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    margin-top: 24px;
	text-align: center;
}

@keyframes playJump{
  
	0%   { transform:translate(-37%, 60%) scale(1.1,0.7) ; }
	10%   { transform:translate(-37%, 30%) scale(0.9,1.2); }
	20%  { transform:translate(-37%, 15%); }
	40%  { transform:translate(-37%, 10%); }
	// 45%  { top: 160px; height: 40px; width: 60px; margin-left: -30px; }
	50%  {transform:translate(-37%, 10%); }
	55%  { transform:translate(-37%, 18%); }
	60%  { transform:translate(-37%, 20%); }
	65%  { transform:translate(-37%, 25%); }
	70%  { transform:translate(-37%, 30%);}
	90%  { transform:translate(-37%, 60%) scale(1.2,0.7); }
	100% { transform:translate(-37%, 60%) scale(1.4,0.7);}
}


.videotesti-img {
	margin-right: 20px;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
}

.videotesti-detail-1 h5 {
	margin-bottom: 0;
	font-size: 15px;
	font-family: 'Roboto Slab', serif;
	color:#646567;

}
.videotesti-detail-img-div {
	display: flex;
}

.videotesti-detail-img {
	width: 85px;
	float:left;
}

.videotesti-detail-img img {
	border-radius: 50%;
	width: 100%;
}

.videotesti-detail-1 {

	width: calc(100% - 85px);
	float: left;
	padding-left: 20px;
}


#video-testimonial-slider .flex-viewport {
	padding: 15px 0;
}

.videotesti-img:before, .videotesti-img:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.videotesti-img:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.videotesti-img a {
	display: block;
	position: relative;
	color: #ff2a40;
}

.videotesti-img a:before {
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .4);
	z-index: 1;
	width: 100%;
	height: 100%;
}

.videotesti-img a:after {
	content: "\f04b";
	font-family: FontAwesome;
	position: absolute;
	background: #fff;
	z-index: 2;
	width: 75px;
	height: 75px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 50%;
	font-weight: 600;
	line-height: 75px;
	font-size: 30px;
	padding-left: 6px;
}

.star-i {
	color:#ffa602;
}

.videotesti-img img {
	width:100%;
}

.videotesti-detail-1 h2{
	margin-top: 5px;
	font-weight: 600;
	font-family: 'Roboto Slab', serif;
	margin-bottom: 10px;
	font-size: 20px;
	color: #000;
}

.videotesti-detail p {
	margin: 15px 0 0 0;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}


.single-pricing.boxShadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0 auto;
}

.big-pricing.boxShadow{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.single-pricing.boxShadow.maxWidth{
    max-width: 20rem;
}

.single-pricing-price.small{
    font-size: 40px;
    padding-top: 0rem;
}

.service-detail-ul.new > li{
    text-align: left;
}

.service-detail-ul.new li::before{
    left: -1.125rem;
}

.service-detail-ul.new.w_fit{
    margin: 0 auto;
    width: fit-content;
    max-width: 10rem;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}

@media (min-width: 1550px) {
    .banner-form-area {
        max-width: 488px;
    }
}

@media (min-width: 1800px) {
    .banner-form-area {
        max-width: 576px;
    }
}


@media (max-width: 1024px) {
    .header-menu {
        display: none;
    }

    .mob-menu-btn {
        display: block;
    }

    .header, .header.scrolled {
        padding: 10px 0;
        background: #fff;
    }

    .black-logo, .header .header-logo img {
        display: none;
    }

    .header .header-logo img.black-logo {
        display: block;
    }

    .header .mob-menu-btn {
        color: #000;
    }
}

@media (max-width: 1024px) and (min-width: 567px) {
	.pricing-btn a + a {
		margin-top: 10px;
	}
	
	.big-pricing .pricing-body {
		height: 380px !important;
	}
	.web-banner {
    max-height: 465px;
}
	.banner-heading > h1 {
    font-size: 28px;
	}
	.why-us-ul > li{
		padding: 10px 9px;
	}
	.why-us-detail {
    font-size: 15px;
}
}

@media (max-width: 768px) and (min-width: 567px) {
	.counter-detail > span {
		font-size: 17px;
		white-space: wrap;
	}
}

@media (max-width: 769px){
	.hideOnMobile{
	    display: none;
	}
	.showOnMobile{
	    display: block;
	}
}

@media (min-width: 769px){
	.hideOnMobile{
	    display: flex;
	}
	.showOnMobile{
	    display: none;
	}
}



.mySwiper .nav-link {
    color: #000;
    text-align: center;
}


.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev{
    left: auto;
    background: #FF0100;
    height: 3rem;
    width: 3rem;
    color: #fff;
    border-radius: 4rem;
}

.mySwiper .swiper-button-next::after, .mySwiper .swiper-button-prev::after{
    font-size: 1.22rem;
}

.mySwiper .swiper-button-next{
    right: 0rem;
}

.mySwiper .swiper-button-prev{
    left: 0rem;
}

.mySwiper .nav-link{
    border-bottom: 3px solid transparent;
    background: #f5f5f5;
        max-width: 11rem;
    margin: 0 auto;
}

.mySwiper .nav-link.active {
    background: #fff;
    border-bottom: 3px solid #FF0100;
}

.mySwiper .nav-link:first-child {
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
}

.mySwiper .nav-link::after
{
    content: "";
    border-bottom: 3px solid #ff2a40;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}

@media (max-width: 767px) {
	.web-banner {
    max-height: 800px;
}
    .home-banner .banner-heading {
        display: none;
    }
    
    .banner-form-area {
        margin-top: 0;
        padding: 75px 30px;
    }

    .banner-submit {
        width: 100%;
    }

    .service-tabs-area > ul > li > a > h4 {
       /* display: none; */
		font-size: 7px;
    }

    .section-heading > h2 {
        line-height: 1.15;
		text-align: center;
    }

    .service-detail-img {
        margin-top: 60px;
    }

    .why-us-ul > li {
        border: 0;
        width: 100%;
        text-align: center;
        padding: 30px 15px;
    }

    .why-us-icon, .why-us-heading {
        width: 100%;
    }

    #logo-design-pricing .pricing-body {
        height: auto;
    }

    .pricing-section .col-md-3 .single-pricing {
        margin-top: 15px;
    }

    .pricing-section .col-md-3:first-child .single-pricing {
        margin-top: 0;
    }

    .pricing-left-border {
        border: 0;
    }

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

    .simple-tabs-area > .nav-tabs > .nav-item, .simple-tabs-area > .nav-tabs > .nav-item + .nav-item {
        margin: 7px;
    }

    .portfolio-imgs-ul > li {
        width: 50%;
    }

    #testimonial-slider .flex-control-thumbs {
        display: none;
    }

    .simple-tabs-area.work-tabs-area  > .nav-tabs > .nav-item > .nav-link.nav-link {
        min-width: 190px;
    }

    .work-detail-tabs-area.logo-design-work > .nav-tabs > .nav-item, .work-detail-tabs-area.web-design-work > .nav-tabs > .nav-item {
        width: 50%;
    }

    .work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link {
        border: 0;
    }

    .work-detail-tabs-area > .nav-tabs > .nav-item > .nav-link::after {
        display: none;
    }

    .work-detail-img {
        display: none;
    }

    .footer-social ul li {
        padding: 5px;
    }

    .flex-direction-nav {
        display: block;
    }

    .single-testimonial {
        padding: 0 30px;
    }

    .banner-scroll-down {
        display: none;
    }
    
    .counter-detail {
        margin: 0;
    }
	
	.banner-heading > h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	.banner-heading > p {
		font-size: 17px;
		line-height: 30px;
	}

	.lb-banner, .web-banner {
		background-position: center center;
	}

	.service-tabs-area > ul > li > a > h3 {
		font-size: 16px;
	}

	.service-tabs-area > ul > li > a > h6 {
		/* display: none; */
		font-size: 8px;
	}
	
	.service-tabs-area .nav-tabs .nav-item .nav-link{
		height: 100%;
		padding: 15px 12px;
	}

	.reverse-on-mob {
		flex-flow: column-reverse;
	}

	.service-inner-pricing, .service-inner-pricing.small-padding-div {
		margin-bottom: 60px;
		padding: 25px;
	}

	.service-tabs-content .section-heading > h2 {
		text-align: left;
	}

	.service-inner-pricing-detail {
		text-align: center;
	}

	.section-heading.text-center > h6 br {
		display: none;
	}
	
	.why-us-ul.inner-why-us-ul > li {
		width: 100%;
		border: 0;
		padding: 30px 15px;
	}
	
	.video-side-banner {
		display: none;
	}
	
	.banner-link a {
		font-size: 16px;
	}
	
	.banner-heading > h1 {
		margin-bottom: 15px;
	}
	
	.banner-link {
		margin: 20px 0;
	}
	
	div#contactForm {
		margin-top: 20px;
	}
	div#solution-slider h4 br {
    display: none;
}
	.video-portfolio .portfolio-imgs-ul > li {
		width: 100%;
	}
	
	.link-area a + a {
		margin-left: 0px;
		margin-top: 10px;
	}
	
	.mob-none {
		display: none;
	}
	
	.videotesti-detail-img-div {
		margin-top: 40px;
	}
	
	#video-testimonial-slider .flex-viewport {
		padding: 0 0;
	}
	
	.videotesti-detail-1 h2 {
		margin-top: 0;
		margin-bottom: 0px;
	}
	
	.videotesti-detail-img {
		width: 70px;
	}
}

.bounce-arrow {-webkit-animation-name:bounce-arrow;-moz-animation-name:bounce-arrow;-o-animation-name:bounce-arrow;animation-name:bounce-arrow;}
.animated-infinite {-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;animation-fill-mode:both;-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}

@-webkit-keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100%{-webkit-transform:translate(-50%, 0);}
    40%{-webkit-transform:translate(-50%, -30px);}
    60%{-webkit-transform:translate(-50%, -15px);}
}
@-moz-keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100%{-moz-transform:translate(-50%, 0);}
    40%{-moz-transform:translate(-50%, -30px);}
    60%{-moz-transform:translate(-50%, -15px);}
}
@-o-keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100%{-o-transform:translate(-50%, 0);}
    40%{-o-transform:translate(-50%, -30px);}
    60%{-o-transform:translate(-50%, -15px);}
}
@keyframes bounce-arrow {
    0%, 20%, 50%, 80%, 100%{transform:translate(-50%, 0);}
    40%{transform:translate(-50%, -30px);}
    60%{transform:translate(-50%, -15px);}
}


@-webkit-keyframes moveUp{50%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}
51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}
52%{opacity:1;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}
@keyframes moveUp{50%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}
51%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}
52%{opacity:1;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
}